Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from d08647e33299f35346a0c0e1b5c282da7a73a79b Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 # timeout=10 Commit message: "Merge pull request #220 from ernestojeda/fix-arm64-semver" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, goVersion:1.13, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 [Pipeline] node Still waiting to schedule task Waiting for next available executor Running on prd-centos7-docker-4c-2g-5005 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/122 [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/122 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Checking out Revision d08647e33299f35346a0c0e1b5c282da7a73a79b (master) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d08647e33299f35346a0c0e1b5c282da7a73a79b # timeout=10 Commit message: "Update V2 API core data swagger file (#2653)" > git rev-list --no-walk aed4594c0c67a41538adeca107413fb688e317f4 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-08-12T17:04:25.156Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-08-12T17:04:25.379Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-08-12T17:04:25.463Z] ========================================================= [2020-08-12T17:04:25.463Z] EdgeX Global Pipelines Version Info [2020-08-12T17:04:25.463Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-08-12T17:04:26.913Z] ------------------- [2020-08-12T17:04:26.913Z] stable info: [2020-08-12T17:04:26.913Z] ------------------- [2020-08-12T17:04:26.913Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-08-12T17:04:26.913Z] Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [2020-08-12T17:04:26.913Z] Message: update stable to v1.0.106 [2020-08-12T17:04:27.856Z] ------------------- [2020-08-12T17:04:27.856Z] experimental info: [2020-08-12T17:04:27.856Z] ------------------- [2020-08-12T17:04:27.856Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-08-12T17:04:27.856Z] Commit SHA: 69b11ffe9275ab8e68c4cba724b6d595bdc2db9b [2020-08-12T17:04:27.856Z] Message: update experimental to v1.0.111 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] sh [2020-08-12T17:04:29.469Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secrets-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-logging/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2020-08-12T17:04:29.469Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-12T17:04:29.469Z] ++ dirname cmd/core-command/Dockerfile [2020-08-12T17:04:29.469Z] ++ cut -d/ -f2 [2020-08-12T17:04:29.469Z] + echo core-command,cmd/core-command/Dockerfile [2020-08-12T17:04:29.469Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-12T17:04:29.469Z] ++ dirname cmd/core-data/Dockerfile [2020-08-12T17:04:29.469Z] ++ cut -d/ -f2 [2020-08-12T17:04:29.469Z] + echo core-data,cmd/core-data/Dockerfile [2020-08-12T17:04:29.469Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-12T17:04:29.469Z] ++ dirname cmd/core-metadata/Dockerfile [2020-08-12T17:04:29.469Z] ++ cut -d/ -f2 [2020-08-12T17:04:29.469Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-08-12T17:04:29.469Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-12T17:04:29.469Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-08-12T17:04:29.469Z] ++ cut -d/ -f2 [2020-08-12T17:04:29.469Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-08-12T17:04:29.469Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-12T17:04:29.469Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-08-12T17:04:29.469Z] ++ cut -d/ -f2 [2020-08-12T17:04:29.469Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-08-12T17:04:29.469Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-12T17:04:29.469Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-08-12T17:04:29.469Z] ++ cut -d/ -f2 [2020-08-12T17:04:29.469Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-08-12T17:04:29.469Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-12T17:04:29.469Z] ++ dirname cmd/support-logging/Dockerfile [2020-08-12T17:04:29.469Z] ++ cut -d/ -f2 [2020-08-12T17:04:29.469Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-08-12T17:04:29.469Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-12T17:04:29.469Z] ++ cut -d/ -f2 [2020-08-12T17:04:29.469Z] ++ dirname cmd/support-notifications/Dockerfile [2020-08-12T17:04:29.469Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-08-12T17:04:29.469Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-12T17:04:29.469Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-08-12T17:04:29.469Z] ++ cut -d/ -f2 [2020-08-12T17:04:29.469Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-08-12T17:04:29.469Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-12T17:04:29.469Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-08-12T17:04:29.469Z] ++ cut -d/ -f2 [2020-08-12T17:04:29.469Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-08-12T17:04:29.539Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secrets-setup-go, dockerfile:cmd/security-secrets-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-logging-go, dockerfile:cmd/support-logging/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:04:31.243Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-12T17:04:31.506Z] [2020-08-12T17:04:31.506Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:04:31.853Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-12T17:04:31.853Z] latest: Pulling from edgex-devops/git-semver [2020-08-12T17:04:31.853Z] 31603596830f: Pulling fs layer [2020-08-12T17:04:31.853Z] 2a8b12db71e7: Pulling fs layer [2020-08-12T17:04:31.853Z] 6ca5941a6612: Pulling fs layer [2020-08-12T17:04:31.853Z] ecc8261a40a4: Pulling fs layer [2020-08-12T17:04:31.853Z] ecc8261a40a4: Waiting [2020-08-12T17:04:31.853Z] 2a8b12db71e7: Verifying Checksum [2020-08-12T17:04:31.853Z] 2a8b12db71e7: Download complete [2020-08-12T17:04:32.122Z] 31603596830f: Verifying Checksum [2020-08-12T17:04:32.122Z] 31603596830f: Download complete [2020-08-12T17:04:32.122Z] ecc8261a40a4: Verifying Checksum [2020-08-12T17:04:32.122Z] ecc8261a40a4: Download complete [2020-08-12T17:04:32.122Z] 6ca5941a6612: Verifying Checksum [2020-08-12T17:04:32.122Z] 6ca5941a6612: Download complete [2020-08-12T17:04:32.387Z] 31603596830f: Pull complete [2020-08-12T17:04:32.387Z] 2a8b12db71e7: Pull complete [2020-08-12T17:04:33.345Z] 6ca5941a6612: Pull complete [2020-08-12T17:04:33.607Z] ecc8261a40a4: Pull complete [2020-08-12T17:04:33.607Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-08-12T17:04:33.607Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-12T17:04:33.607Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-08-12T17:04:33.731Z] prd-centos7-docker-4c-2g-5005 does not seem to be running inside a container [2020-08-12T17:04:33.776Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/122 -v /w/workspace/edgex-go/122:/w/workspace/edgex-go/122:rw,z -v /w/workspace/edgex-go/122@tmp:/w/workspace/edgex-go/122@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-08-12T17:04:36.110Z] $ docker top a6b934e500457917e2fab6e1c9d54bfd743a6b8be369fd6cb0bfd66dad4222f6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-12T17:04:36.362Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-12T17:04:36.362Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-12T17:04:36.573Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-12T17:04:36.573Z] $ docker exec a6b934e500457917e2fab6e1c9d54bfd743a6b8be369fd6cb0bfd66dad4222f6 ssh-agent [2020-08-12T17:04:36.788Z] SSH_AUTH_SOCK=/tmp/ssh-3gPJWA4jXjkn/agent.11 [2020-08-12T17:04:36.788Z] SSH_AGENT_PID=16 [2020-08-12T17:04:36.799Z] Running ssh-add (command line suppressed) [2020-08-12T17:04:36.905Z] Identity added: /w/workspace/edgex-go/122@tmp/private_key_2900000528206665887.key (/w/workspace/edgex-go/122@tmp/private_key_2900000528206665887.key) [2020-08-12T17:04:36.954Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-12T17:04:37.281Z] + git describe --exact-match --tags HEAD [2020-08-12T17:04:37.281Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-08-12T17:04:37.297Z] $ docker exec --env ******** --env ******** a6b934e500457917e2fab6e1c9d54bfd743a6b8be369fd6cb0bfd66dad4222f6 ssh-agent -k [2020-08-12T17:04:37.404Z] unset SSH_AUTH_SOCK; [2020-08-12T17:04:37.404Z] unset SSH_AGENT_PID; [2020-08-12T17:04:37.404Z] echo Agent pid 16 killed; [2020-08-12T17:04:37.449Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-08-12T17:04:37.520Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-08-12T17:04:37.520Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-08-12T17:04:37.598Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-12T17:04:37.598Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-12T17:04:37.751Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-12T17:04:37.750Z] $ docker exec a6b934e500457917e2fab6e1c9d54bfd743a6b8be369fd6cb0bfd66dad4222f6 ssh-agent [2020-08-12T17:04:37.904Z] SSH_AUTH_SOCK=/tmp/ssh-TWm95Ca3C0Bo/agent.45 [2020-08-12T17:04:37.904Z] SSH_AGENT_PID=50 [2020-08-12T17:04:37.910Z] Running ssh-add (command line suppressed) [2020-08-12T17:04:38.020Z] Identity added: /w/workspace/edgex-go/122@tmp/private_key_1990860495020131542.key (/w/workspace/edgex-go/122@tmp/private_key_1990860495020131542.key) [2020-08-12T17:04:38.074Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-12T17:04:38.401Z] + git semver init [2020-08-12T17:04:38.401Z] # -> Open(): unable to determine branch for HEAD [2020-08-12T17:04:38.401Z] # $GIT_DIR = /w/workspace/edgex-go/122/.git [2020-08-12T17:04:38.401Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/122 [2020-08-12T17:04:38.401Z] # $SEMVER_REMOTE_NAME = origin [2020-08-12T17:04:38.401Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-12T17:04:38.401Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-12T17:04:38.401Z] # $SEMVER_BRANCH = master [2020-08-12T17:04:38.401Z] # $SEMVER_TEMP = /tmp/semver-379775318 [2020-08-12T17:04:38.401Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-08-12T17:05:05.006Z] # '/tmp/semver-379775318' -> '/w/workspace/edgex-go/122/.semver' [2020-08-12T17:05:05.006Z] # -> Force: false [2020-08-12T17:05:05.006Z] # $SEMVER_DIR = /w/workspace/edgex-go/122/.semver [Pipeline] } [2020-08-12T17:05:05.018Z] $ docker exec --env ******** --env ******** a6b934e500457917e2fab6e1c9d54bfd743a6b8be369fd6cb0bfd66dad4222f6 ssh-agent -k [2020-08-12T17:05:05.263Z] unset SSH_AUTH_SOCK; [2020-08-12T17:05:05.264Z] unset SSH_AGENT_PID; [2020-08-12T17:05:05.264Z] echo Agent pid 50 killed; [2020-08-12T17:05:05.358Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-12T17:05:05.875Z] + git semver [Pipeline] } [2020-08-12T17:05:05.889Z] $ docker stop --time=1 a6b934e500457917e2fab6e1c9d54bfd743a6b8be369fd6cb0bfd66dad4222f6 [2020-08-12T17:05:07.452Z] $ docker rm -f a6b934e500457917e2fab6e1c9d54bfd743a6b8be369fd6cb0bfd66dad4222f6 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-08-12T17:05:20.659Z] Stashed 27 file(s) [Pipeline] echo [2020-08-12T17:05:20.662Z] [edgeXSemver] initialized semver on version 1.2.2-dev.10 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] echo [2020-08-12T17:05:21.261Z] ========================================================= [2020-08-12T17:05:21.261Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-08-12T17:05:21.261Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:05:21.589Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . [2020-08-12T17:05:24.902Z] Sending build context to Docker daemon 323MB [2020-08-12T17:05:25.167Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-08-12T17:05:25.167Z] Step 2/7 : FROM ${BASE} [2020-08-12T17:05:25.167Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-08-12T17:05:25.167Z] df20fa9351a1: Pulling fs layer [2020-08-12T17:05:25.167Z] ed8968b2872e: Pulling fs layer [2020-08-12T17:05:25.167Z] a92cc7c5fd73: Pulling fs layer [2020-08-12T17:05:25.167Z] 2dd03ba5bac4: Pulling fs layer [2020-08-12T17:05:25.167Z] 1e091d79d1de: Pulling fs layer [2020-08-12T17:05:25.167Z] 481702a1767f: Pulling fs layer [2020-08-12T17:05:25.167Z] f64a6f60c768: Pulling fs layer [2020-08-12T17:05:25.167Z] e78d2573fc39: Pulling fs layer [2020-08-12T17:05:25.167Z] e876d2f968b6: Pulling fs layer [2020-08-12T17:05:25.167Z] ce8a83651883: Pulling fs layer [2020-08-12T17:05:25.167Z] 07967f4d0e4b: Pulling fs layer [2020-08-12T17:05:25.167Z] 2dd03ba5bac4: Waiting [2020-08-12T17:05:25.167Z] 1e091d79d1de: Waiting [2020-08-12T17:05:25.167Z] 481702a1767f: Waiting [2020-08-12T17:05:25.167Z] f64a6f60c768: Waiting [2020-08-12T17:05:25.167Z] e78d2573fc39: Waiting [2020-08-12T17:05:25.167Z] e876d2f968b6: Waiting [2020-08-12T17:05:25.167Z] ce8a83651883: Waiting [2020-08-12T17:05:25.167Z] 07967f4d0e4b: Waiting [2020-08-12T17:05:25.167Z] a92cc7c5fd73: Verifying Checksum [2020-08-12T17:05:25.167Z] a92cc7c5fd73: Download complete [2020-08-12T17:05:25.167Z] ed8968b2872e: Verifying Checksum [2020-08-12T17:05:25.167Z] ed8968b2872e: Download complete [2020-08-12T17:05:25.167Z] 1e091d79d1de: Verifying Checksum [2020-08-12T17:05:25.167Z] 1e091d79d1de: Download complete [2020-08-12T17:05:25.167Z] 481702a1767f: Verifying Checksum [2020-08-12T17:05:25.167Z] 481702a1767f: Download complete [2020-08-12T17:05:25.167Z] df20fa9351a1: Verifying Checksum [2020-08-12T17:05:25.167Z] df20fa9351a1: Download complete [2020-08-12T17:05:26.135Z] f64a6f60c768: Verifying Checksum [2020-08-12T17:05:26.135Z] f64a6f60c768: Download complete [2020-08-12T17:05:26.135Z] e876d2f968b6: Verifying Checksum [2020-08-12T17:05:26.135Z] e876d2f968b6: Download complete [2020-08-12T17:05:26.720Z] e78d2573fc39: Verifying Checksum [2020-08-12T17:05:26.720Z] e78d2573fc39: Download complete [2020-08-12T17:05:26.720Z] 2dd03ba5bac4: Verifying Checksum [2020-08-12T17:05:26.721Z] 2dd03ba5bac4: Download complete [2020-08-12T17:05:26.721Z] 07967f4d0e4b: Verifying Checksum [2020-08-12T17:05:26.721Z] 07967f4d0e4b: Download complete [2020-08-12T17:05:26.721Z] ce8a83651883: Verifying Checksum [2020-08-12T17:05:26.721Z] ce8a83651883: Download complete [2020-08-12T17:05:27.661Z] df20fa9351a1: Pull complete [2020-08-12T17:05:27.661Z] ed8968b2872e: Pull complete [2020-08-12T17:05:27.661Z] a92cc7c5fd73: Pull complete [2020-08-12T17:05:34.446Z] 2dd03ba5bac4: Pull complete [2020-08-12T17:05:34.446Z] 1e091d79d1de: Pull complete [2020-08-12T17:05:34.446Z] 481702a1767f: Pull complete [2020-08-12T17:05:36.080Z] Still waiting to schedule task [2020-08-12T17:05:36.081Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-08-12T17:05:41.211Z] f64a6f60c768: Pull complete [2020-08-12T17:05:44.531Z] e78d2573fc39: Pull complete [2020-08-12T17:05:44.531Z] e876d2f968b6: Pull complete [2020-08-12T17:05:45.478Z] ce8a83651883: Pull complete [2020-08-12T17:05:45.478Z] 07967f4d0e4b: Pull complete [2020-08-12T17:05:45.478Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-08-12T17:05:45.478Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-08-12T17:05:45.478Z] ---> 5d7c900382c6 [2020-08-12T17:05:45.478Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-08-12T17:05:46.865Z] ---> Running in e2237121f660 [2020-08-12T17:05:47.437Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-12T17:05:48.380Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-12T17:05:48.640Z] (1/12) Installing libmagic (5.38-r0) [2020-08-12T17:05:48.640Z] (2/12) Installing file (5.38-r0) [2020-08-12T17:05:48.901Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-08-12T17:05:48.901Z] (4/12) Installing g++ (9.3.0-r2) [2020-08-12T17:05:51.450Z] (5/12) Installing fortify-headers (1.1-r0) [2020-08-12T17:05:51.450Z] (6/12) Installing patch (2.7.6-r6) [2020-08-12T17:05:51.712Z] (7/12) Installing build-base (0.5-r2) [2020-08-12T17:05:51.712Z] (8/12) Installing libsodium (1.0.18-r0) [2020-08-12T17:05:51.712Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-08-12T17:05:51.972Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-08-12T17:05:51.972Z] (11/12) Installing libzmq (4.3.2-r0) [2020-08-12T17:05:52.233Z] (12/12) Installing zeromq-dev (4.3.2-r0) [2020-08-12T17:05:52.233Z] Executing busybox-1.31.1-r16.trigger [2020-08-12T17:05:52.233Z] OK: 233 MiB in 51 packages [2020-08-12T17:05:55.540Z] Removing intermediate container e2237121f660 [2020-08-12T17:05:55.540Z] ---> ca0130043adc [2020-08-12T17:05:55.540Z] Step 4/7 : WORKDIR /edgex-go [2020-08-12T17:05:55.540Z] ---> Running in 1d8158576064 [2020-08-12T17:05:55.801Z] Removing intermediate container 1d8158576064 [2020-08-12T17:05:55.801Z] ---> 32c80fb50f32 [2020-08-12T17:05:55.801Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-08-12T17:05:56.062Z] latest: Pulling from library/docker [2020-08-12T17:05:56.062Z] df20fa9351a1: Already exists [2020-08-12T17:05:56.062Z] 25ad7478873d: Pulling fs layer [2020-08-12T17:05:56.062Z] 4684f6177b5d: Pulling fs layer [2020-08-12T17:05:56.062Z] 46e300cec669: Pulling fs layer [2020-08-12T17:05:56.062Z] 63038576ad94: Pulling fs layer [2020-08-12T17:05:56.062Z] 0fdb76c4706c: Pulling fs layer [2020-08-12T17:05:56.062Z] cb7edeffdfd5: Pulling fs layer [2020-08-12T17:05:56.062Z] 63038576ad94: Waiting [2020-08-12T17:05:56.062Z] 0fdb76c4706c: Waiting [2020-08-12T17:05:56.062Z] cb7edeffdfd5: Waiting [2020-08-12T17:05:56.334Z] 4684f6177b5d: Verifying Checksum [2020-08-12T17:05:56.334Z] 4684f6177b5d: Download complete [2020-08-12T17:05:56.334Z] 25ad7478873d: Verifying Checksum [2020-08-12T17:05:56.334Z] 25ad7478873d: Download complete [2020-08-12T17:05:56.334Z] 63038576ad94: Verifying Checksum [2020-08-12T17:05:56.334Z] 63038576ad94: Download complete [2020-08-12T17:05:56.598Z] 0fdb76c4706c: Verifying Checksum [2020-08-12T17:05:56.598Z] 0fdb76c4706c: Download complete [2020-08-12T17:05:56.598Z] cb7edeffdfd5: Verifying Checksum [2020-08-12T17:05:56.598Z] cb7edeffdfd5: Download complete [2020-08-12T17:05:56.598Z] 25ad7478873d: Pull complete [2020-08-12T17:05:56.598Z] 4684f6177b5d: Pull complete [2020-08-12T17:05:57.174Z] 46e300cec669: Verifying Checksum [2020-08-12T17:05:57.174Z] 46e300cec669: Download complete [2020-08-12T17:05:59.093Z] 46e300cec669: Pull complete [2020-08-12T17:05:59.354Z] 63038576ad94: Pull complete [2020-08-12T17:05:59.354Z] 0fdb76c4706c: Pull complete [2020-08-12T17:05:59.621Z] cb7edeffdfd5: Pull complete [2020-08-12T17:05:59.621Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-08-12T17:05:59.621Z] Status: Downloaded newer image for docker:latest [2020-08-12T17:06:01.549Z] ---> 305c98c582c4 [2020-08-12T17:06:01.549Z] Step 6/7 : COPY go.mod . [2020-08-12T17:06:01.549Z] ---> af9f9c20a76f [2020-08-12T17:06:01.549Z] Step 7/7 : RUN go mod download [2020-08-12T17:06:01.549Z] ---> Running in aa3918b4f648 [2020-08-12T17:06:04.110Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-08-12T17:06:04.110Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-08-12T17:06:04.110Z] go: finding github.com/OneOfOne/xxhash v1.2.5 [2020-08-12T17:06:04.110Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-08-12T17:06:04.110Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-12T17:06:04.110Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-08-12T17:06:04.111Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-08-12T17:06:04.111Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-12T17:06:04.111Z] go: finding github.com/cloudflare/gokey v0.1.0 [2020-08-12T17:06:04.111Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-08-12T17:06:04.111Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-08-12T17:06:04.111Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-08-12T17:06:04.111Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 [2020-08-12T17:06:04.111Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-12T17:06:04.111Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-08-12T17:06:04.372Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-08-12T17:06:04.372Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-08-12T17:06:04.372Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-08-12T17:06:04.372Z] go: finding github.com/fatih/color v1.7.0 [2020-08-12T17:06:04.372Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-08-12T17:06:04.372Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-12T17:06:04.372Z] go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-08-12T17:06:04.372Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-12T17:06:04.372Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-12T17:06:04.634Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-08-12T17:06:04.634Z] go: finding github.com/go-stack/stack v1.8.0 [2020-08-12T17:06:04.634Z] go: finding github.com/golang/protobuf v1.3.2 [2020-08-12T17:06:04.634Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-08-12T17:06:04.634Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-08-12T17:06:04.634Z] go: finding github.com/google/uuid v1.1.0 [2020-08-12T17:06:04.634Z] go: finding github.com/gorilla/mux v1.7.1 [2020-08-12T17:06:04.634Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-08-12T17:06:04.634Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-08-12T17:06:04.634Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-08-12T17:06:04.634Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-12T17:06:04.896Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-12T17:06:04.896Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-08-12T17:06:04.896Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-08-12T17:06:04.896Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-12T17:06:04.896Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-08-12T17:06:04.896Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-08-12T17:06:04.896Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-08-12T17:06:04.896Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-08-12T17:06:04.896Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-08-12T17:06:04.896Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-08-12T17:06:04.896Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-08-12T17:06:05.157Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-08-12T17:06:05.157Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-08-12T17:06:05.157Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-08-12T17:06:05.157Z] go: finding github.com/imdario/mergo v0.3.6 [2020-08-12T17:06:05.157Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-08-12T17:06:05.157Z] go: finding github.com/kr/pretty v0.1.0 [2020-08-12T17:06:05.157Z] go: finding github.com/kr/pty v1.1.1 [2020-08-12T17:06:05.157Z] go: finding github.com/kr/text v0.1.0 [2020-08-12T17:06:05.157Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-08-12T17:06:05.157Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-08-12T17:06:05.157Z] go: finding github.com/miekg/dns v1.0.14 [2020-08-12T17:06:05.157Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-08-12T17:06:05.418Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-12T17:06:05.418Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-08-12T17:06:05.418Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-08-12T17:06:05.418Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-08-12T17:06:05.418Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-08-12T17:06:05.418Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-08-12T17:06:05.418Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-08-12T17:06:05.418Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-08-12T17:06:05.418Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-08-12T17:06:05.418Z] go: finding github.com/onsi/gomega v1.7.0 [2020-08-12T17:06:05.418Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-08-12T17:06:05.679Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-08-12T17:06:05.679Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-08-12T17:06:05.679Z] go: finding github.com/pkg/errors v0.8.1 [2020-08-12T17:06:05.679Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-08-12T17:06:05.679Z] go: finding github.com/posener/complete v1.1.1 [2020-08-12T17:06:05.679Z] go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-08-12T17:06:05.679Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-08-12T17:06:05.679Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-08-12T17:06:05.679Z] go: finding github.com/stretchr/objx v0.1.0 [2020-08-12T17:06:05.679Z] go: finding github.com/stretchr/testify v1.5.1 [2020-08-12T17:06:05.679Z] go: finding github.com/ugorji/go v1.1.4 [2020-08-12T17:06:05.679Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-12T17:06:05.940Z] go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 [2020-08-12T17:06:05.940Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-08-12T17:06:05.940Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-08-12T17:06:05.940Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-08-12T17:06:05.940Z] go: finding golang.org/x/text v0.3.2 [2020-08-12T17:06:05.940Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-08-12T17:06:05.940Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-08-12T17:06:05.940Z] go: finding gopkg.in/eapache/queue.v1 v1.1.0 [2020-08-12T17:06:05.940Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-08-12T17:06:05.940Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-08-12T17:06:05.940Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-08-12T17:06:18.212Z] Removing intermediate container aa3918b4f648 [2020-08-12T17:06:18.212Z] ---> a300bf37cd91 [2020-08-12T17:06:18.212Z] Successfully built a300bf37cd91 [2020-08-12T17:06:18.212Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:06:21.001Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-12T17:06:21.001Z] [2020-08-12T17:06:21.001Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:06:21.344Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-12T17:06:21.344Z] latest: Pulling from edgex-devops/edgex-compose [2020-08-12T17:06:21.344Z] cbdbe7a5bc2a: Pulling fs layer [2020-08-12T17:06:21.344Z] ca9280d653b3: Pulling fs layer [2020-08-12T17:06:21.344Z] 7e9c9ca2126c: Pulling fs layer [2020-08-12T17:06:21.344Z] cbdbe7a5bc2a: Verifying Checksum [2020-08-12T17:06:21.344Z] cbdbe7a5bc2a: Download complete [2020-08-12T17:06:21.609Z] ca9280d653b3: Verifying Checksum [2020-08-12T17:06:21.609Z] ca9280d653b3: Download complete [2020-08-12T17:06:21.876Z] cbdbe7a5bc2a: Pull complete [2020-08-12T17:06:22.454Z] 7e9c9ca2126c: Download complete [2020-08-12T17:06:23.403Z] ca9280d653b3: Pull complete [2020-08-12T17:06:30.008Z] 7e9c9ca2126c: Pull complete [2020-08-12T17:06:30.008Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-08-12T17:06:30.008Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-12T17:06:30.008Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-08-12T17:06:30.120Z] prd-centos7-docker-4c-2g-5005 does not seem to be running inside a container [2020-08-12T17:06:30.161Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/122 -v /w/workspace/edgex-go/122:/w/workspace/edgex-go/122:rw,z -v /w/workspace/edgex-go/122@tmp:/w/workspace/edgex-go/122@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-08-12T17:06:31.781Z] $ docker top b4028b375cf0a91c63feb73237fff4422f082beef66c4f893e94c943ca8d078d -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-12T17:06:32.258Z] + docker-compose build --help [2020-08-12T17:06:32.258Z] + grep parallel [2020-08-12T17:06:33.201Z] --parallel Build images in parallel. [Pipeline] } [2020-08-12T17:06:33.212Z] $ docker stop --time=1 b4028b375cf0a91c63feb73237fff4422f082beef66c4f893e94c943ca8d078d [2020-08-12T17:06:34.553Z] $ docker rm -f b4028b375cf0a91c63feb73237fff4422f082beef66c4f893e94c943ca8d078d [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:06:35.239Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-12T17:06:35.239Z] . [Pipeline] withDockerContainer [2020-08-12T17:06:35.379Z] prd-centos7-docker-4c-2g-5005 does not seem to be running inside a container [2020-08-12T17:06:35.423Z] $ 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/122 -v /w/workspace/edgex-go/122:/w/workspace/edgex-go/122:rw,z -v /w/workspace/edgex-go/122@tmp:/w/workspace/edgex-go/122@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-08-12T17:06:36.038Z] $ docker top a97f7142fa97bd003079efdf23821cb25bdd5380eb16ddbea76908ef14e2ecf0 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-12T17:06:36.523Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-08-12T17:06:37.464Z] Building docker-core-command-go ... [2020-08-12T17:06:37.464Z] Building docker-core-data-go ... [2020-08-12T17:06:37.464Z] Building docker-core-metadata-go ... [2020-08-12T17:06:37.464Z] Building docker-security-proxy-setup-go ... [2020-08-12T17:06:37.464Z] Building docker-security-secrets-setup-go ... [2020-08-12T17:06:37.464Z] Building docker-security-secretstore-setup-go ... [2020-08-12T17:06:37.464Z] Building docker-support-logging-go ... [2020-08-12T17:06:37.464Z] Building docker-support-notifications-go ... [2020-08-12T17:06:37.464Z] Building docker-support-scheduler-go ... [2020-08-12T17:06:37.464Z] Building docker-sys-mgmt-agent-go ... [2020-08-12T17:06:37.464Z] Building docker-core-data-go [2020-08-12T17:06:37.464Z] Building docker-support-scheduler-go [2020-08-12T17:06:37.464Z] Building docker-security-secrets-setup-go [2020-08-12T17:06:37.465Z] Building docker-security-proxy-setup-go [2020-08-12T17:06:37.465Z] Building docker-core-metadata-go [2020-08-12T17:07:04.076Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-12T17:07:04.076Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-08-12T17:07:04.076Z] ---> a300bf37cd91 [2020-08-12T17:07:04.076Z] Step 3/22 : WORKDIR /edgex-go [2020-08-12T17:07:04.076Z] Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-12T17:07:04.076Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-08-12T17:07:04.076Z] ---> a300bf37cd91 [2020-08-12T17:07:04.076Z] Step 3/29 : WORKDIR /edgex-go [2020-08-12T17:07:04.076Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-12T17:07:04.076Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-12T17:07:04.076Z] ---> a300bf37cd91 [2020-08-12T17:07:04.076Z] Step 3/21 : WORKDIR /edgex-go [2020-08-12T17:07:04.076Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-12T17:07:04.076Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-08-12T17:07:04.076Z] ---> a300bf37cd91 [2020-08-12T17:07:04.076Z] Step 3/20 : WORKDIR /edgex-go [2020-08-12T17:07:04.076Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-12T17:07:04.076Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-08-12T17:07:04.076Z] ---> a300bf37cd91 [2020-08-12T17:07:04.076Z] Step 3/20 : WORKDIR /edgex-go [2020-08-12T17:07:04.076Z] ---> Running in 35de25854ab0 [2020-08-12T17:07:04.076Z] ---> Running in 03330437066c [2020-08-12T17:07:04.076Z] ---> Running in c936940b6676 [2020-08-12T17:07:04.076Z] ---> Running in c61c182c5df0 [2020-08-12T17:07:04.076Z] ---> Running in cd0a67e0da52 [2020-08-12T17:07:04.076Z] Removing intermediate container c61c182c5df0 [2020-08-12T17:07:04.076Z] ---> b6d5643e846a [2020-08-12T17:07:04.076Z] Step 4/29 : RUN apk update && apk add make git [2020-08-12T17:07:04.076Z] Removing intermediate container 03330437066c [2020-08-12T17:07:04.076Z] ---> 3abf51d690cb [2020-08-12T17:07:04.076Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-12T17:07:04.076Z] Removing intermediate container cd0a67e0da52 [2020-08-12T17:07:04.076Z] ---> 344e6d56be33 [2020-08-12T17:07:04.076Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-12T17:07:04.076Z] Removing intermediate container 35de25854ab0 [2020-08-12T17:07:04.076Z] ---> 516c1026f50a [2020-08-12T17:07:04.076Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-12T17:07:04.076Z] Removing intermediate container c936940b6676 [2020-08-12T17:07:04.076Z] ---> 7c678de6fa8c [2020-08-12T17:07:04.076Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-12T17:07:04.076Z] ---> Running in cfb864efaf34 [2020-08-12T17:07:04.076Z] ---> Running in 43e3d8f9df81 [2020-08-12T17:07:04.076Z] ---> Running in 9e2c867e5dd1 [2020-08-12T17:07:04.076Z] ---> Running in aea042dd4149 [2020-08-12T17:07:04.076Z] ---> Running in c412c2ac0677 [2020-08-12T17:07:04.076Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-12T17:07:04.076Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-12T17:07:04.076Z] Removing intermediate container cfb864efaf34 [2020-08-12T17:07:04.076Z] ---> 704d128eb16e [2020-08-12T17:07:04.076Z] Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-08-12T17:07:04.347Z] ---> Running in e1c9daa5ea98 [2020-08-12T17:07:04.347Z] Removing intermediate container aea042dd4149 [2020-08-12T17:07:04.347Z] ---> f321da880380 [2020-08-12T17:07:04.347Z] Step 5/20 : RUN apk update && apk add make git [2020-08-12T17:07:04.347Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-12T17:07:04.347Z] v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-12T17:07:04.347Z] OK: 12749 distinct packages available [2020-08-12T17:07:04.347Z] Removing intermediate container 9e2c867e5dd1 [2020-08-12T17:07:04.347Z] ---> bdb383407ffb [2020-08-12T17:07:04.347Z] Step 5/21 : RUN apk update && apk add make git [2020-08-12T17:07:04.609Z] OK: 233 MiB in 51 packages [2020-08-12T17:07:04.609Z] ---> Running in 89d85e6aecfc [2020-08-12T17:07:04.609Z] Removing intermediate container c412c2ac0677 [2020-08-12T17:07:04.609Z] ---> 99899d272556 [2020-08-12T17:07:04.609Z] Step 5/20 : RUN apk update && apk add make git [2020-08-12T17:07:04.877Z] ---> Running in 523dd07bd9ad [2020-08-12T17:07:04.877Z] ---> Running in a5599a2a04a2 [2020-08-12T17:07:05.141Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-12T17:07:05.409Z] Removing intermediate container 43e3d8f9df81 [2020-08-12T17:07:05.409Z] ---> 263edd04cf79 [2020-08-12T17:07:05.409Z] Step 5/29 : COPY go.mod . [2020-08-12T17:07:05.409Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-12T17:07:05.680Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-12T17:07:05.680Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-12T17:07:05.680Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-12T17:07:05.941Z] ---> 6be301f77f33 [2020-08-12T17:07:05.941Z] Step 6/29 : RUN go mod download [2020-08-12T17:07:05.941Z] ---> Running in d1a47c7019ab [2020-08-12T17:07:06.202Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-12T17:07:06.202Z] v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-12T17:07:06.202Z] OK: 12749 distinct packages available [2020-08-12T17:07:06.202Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-12T17:07:06.465Z] OK: 233 MiB in 51 packages [2020-08-12T17:07:06.465Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-12T17:07:06.465Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-12T17:07:06.735Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-12T17:07:06.735Z] v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-12T17:07:06.735Z] OK: 12749 distinct packages available [2020-08-12T17:07:06.735Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-12T17:07:06.735Z] v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-12T17:07:06.735Z] OK: 12749 distinct packages available [2020-08-12T17:07:07.009Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-12T17:07:07.009Z] v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-12T17:07:07.009Z] OK: 12749 distinct packages available [2020-08-12T17:07:07.009Z] Removing intermediate container e1c9daa5ea98 [2020-08-12T17:07:07.009Z] ---> 1f3c3ea6513a [2020-08-12T17:07:07.009Z] Step 6/22 : COPY go.mod . [2020-08-12T17:07:07.009Z] OK: 233 MiB in 51 packages [2020-08-12T17:07:07.009Z] OK: 233 MiB in 51 packages [2020-08-12T17:07:07.272Z] OK: 233 MiB in 51 packages [2020-08-12T17:07:07.272Z] ---> 280db9f196d8 [2020-08-12T17:07:07.272Z] Step 7/22 : RUN go mod download [2020-08-12T17:07:07.272Z] ---> Running in c310cd97ecaf [2020-08-12T17:07:07.852Z] Removing intermediate container 89d85e6aecfc [2020-08-12T17:07:07.852Z] ---> 4e1b55d16af9 [2020-08-12T17:07:07.852Z] Step 6/20 : COPY go.mod . [2020-08-12T17:07:08.117Z] Removing intermediate container a5599a2a04a2 [2020-08-12T17:07:08.117Z] ---> 4a9495f66acf [2020-08-12T17:07:08.117Z] Step 6/20 : COPY go.mod . [2020-08-12T17:07:08.117Z] ---> 6fa4eb2aba96 [2020-08-12T17:07:08.117Z] Step 7/20 : RUN go mod download [2020-08-12T17:07:08.382Z] ---> Running in 8d9cdcd5950a [2020-08-12T17:07:08.382Z] Removing intermediate container d1a47c7019ab [2020-08-12T17:07:08.382Z] ---> 05c7d5409a52 [2020-08-12T17:07:08.382Z] Step 7/29 : COPY . . [2020-08-12T17:07:08.651Z] Removing intermediate container 523dd07bd9ad [2020-08-12T17:07:08.651Z] ---> 0b4bc0b96d38 [2020-08-12T17:07:08.651Z] Step 6/21 : COPY go.mod . [2020-08-12T17:07:08.914Z] ---> 6e7d569443ae [2020-08-12T17:07:08.914Z] Step 7/20 : RUN go mod download [2020-08-12T17:07:10.311Z] ---> Running in fed584eaa208 [2020-08-12T17:07:11.711Z] ---> d54dd4cfcf51 [2020-08-12T17:07:11.711Z] Step 7/21 : RUN go mod download [2020-08-12T17:07:13.118Z] ---> Running in 2bfaf4458258 [2020-08-12T17:07:13.385Z] Removing intermediate container c310cd97ecaf [2020-08-12T17:07:13.385Z] ---> fc695c016d83 [2020-08-12T17:07:13.385Z] Step 8/22 : COPY . . [2020-08-12T17:07:15.964Z] Removing intermediate container 8d9cdcd5950a [2020-08-12T17:07:15.964Z] ---> a274a9a3ebcc [2020-08-12T17:07:15.964Z] Step 8/20 : COPY . . [2020-08-12T17:07:24.228Z] ---> 1a16de5befaf [2020-08-12T17:07:24.228Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-08-12T17:07:26.171Z] ---> Running in e54c9011dd3c [2020-08-12T17:07:26.171Z] Removing intermediate container 2bfaf4458258 [2020-08-12T17:07:26.171Z] ---> 7ddc2e92e854 [2020-08-12T17:07:26.171Z] Step 8/21 : COPY . . [2020-08-12T17:07:26.171Z] Removing intermediate container fed584eaa208 [2020-08-12T17:07:26.171Z] ---> 43ef793a9ac3 [2020-08-12T17:07:26.171Z] Step 8/20 : COPY . . [2020-08-12T17:07:28.926Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-5007 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2020-08-12T17:07:28.989Z] Running in /w/workspace/edgex-go/122 [Pipeline] { [Pipeline] checkout [2020-08-12T17:07:31.498Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.10" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-08-12T17:07:33.895Z] using credential edgex-jenkins-ssh [2020-08-12T17:07:33.945Z] Cloning the remote Git repository [2020-08-12T17:07:33.945Z] Cloning with configured refspecs honoured and without tags [2020-08-12T17:07:34.000Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-08-12T17:07:34.103Z] > git init /w/workspace/edgex-go/122 # timeout=10 [2020-08-12T17:07:34.157Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-08-12T17:07:34.158Z] > git --version # timeout=10 [2020-08-12T17:07:34.180Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-12T17:07:34.251Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-12T17:07:36.834Z] ---> 80fbad3895b6 [2020-08-12T17:07:36.834Z] Step 9/22 : RUN make cmd/core-data/core-data [2020-08-12T17:07:36.834Z] ---> 8faccf499d94 [2020-08-12T17:07:36.834Z] Step 9/20 : RUN make cmd/support-scheduler/support-scheduler [2020-08-12T17:07:36.834Z] ---> Running in 54d07da2ebdc [2020-08-12T17:07:36.834Z] ---> Running in 875d4a4d66bc [2020-08-12T17:07:38.808Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.10" -o cmd/core-data/core-data ./cmd/core-data [2020-08-12T17:07:38.808Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.10" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-08-12T17:07:43.136Z] ---> d834266b970f [2020-08-12T17:07:43.136Z] Step 9/21 : RUN make cmd/core-metadata/core-metadata [2020-08-12T17:07:43.136Z] ---> 887d72785f74 [2020-08-12T17:07:43.136Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-08-12T17:07:43.136Z] ---> Running in 76399c7a3006 [2020-08-12T17:07:43.136Z] ---> Running in 9316a761f52c [2020-08-12T17:07:44.104Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.10" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-08-12T17:07:44.104Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.10" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-08-12T17:07:49.205Z] Fetching without tags [2020-08-12T17:07:49.124Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-08-12T17:07:49.159Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-12T17:07:49.180Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-08-12T17:07:49.218Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-08-12T17:07:49.219Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-12T17:07:49.232Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-12T17:07:49.711Z] Checking out Revision d08647e33299f35346a0c0e1b5c282da7a73a79b (master) [2020-08-12T17:07:49.731Z] > git config core.sparsecheckout # timeout=10 [2020-08-12T17:07:49.748Z] > git checkout -f d08647e33299f35346a0c0e1b5c282da7a73a79b # timeout=10 [2020-08-12T17:07:54.258Z] Commit message: "Update V2 API core data swagger file (#2653)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [2020-08-12T17:07:56.417Z] Removing intermediate container e54c9011dd3c [2020-08-12T17:07:56.417Z] ---> 3ad6118698a7 [2020-08-12T17:07:56.417Z] [2020-08-12T17:07:56.417Z] Step 9/29 : FROM alpine:latest [2020-08-12T17:07:56.417Z] latest: Pulling from library/alpine [2020-08-12T17:07:56.417Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-08-12T17:07:56.417Z] Status: Downloaded newer image for alpine:latest [2020-08-12T17:07:56.417Z] ---> a24bb4013296 [2020-08-12T17:07:56.417Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-08-12T17:07:56.681Z] ---> Running in 986379a504d0 [2020-08-12T17:07:56.959Z] Removing intermediate container 986379a504d0 [2020-08-12T17:07:56.959Z] ---> fb7136c37324 [2020-08-12T17:07:56.959Z] Step 11/29 : USER root [2020-08-12T17:07:56.959Z] ---> Running in d022a70a371a [2020-08-12T17:07:57.221Z] Removing intermediate container d022a70a371a [2020-08-12T17:07:57.221Z] ---> e3746eb21881 [2020-08-12T17:07:57.221Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-08-12T17:07:57.221Z] ---> Running in c96b297acfed [2020-08-12T17:07:58.197Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-12T17:07:58.462Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-12T17:07:58.725Z] v3.12.0-240-g35a7b2e977 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-12T17:07:58.726Z] v3.12.0-241-g30378ef162 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-12T17:07:58.726Z] OK: 12749 distinct packages available [2020-08-12T17:07:58.988Z] (1/2) Installing ca-certificates (20191127-r4) [2020-08-12T17:07:58.988Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-08-12T17:07:58.988Z] Executing busybox-1.31.1-r16.trigger [2020-08-12T17:07:58.988Z] Executing ca-certificates-20191127-r4.trigger [2020-08-12T17:07:59.251Z] OK: 6 MiB in 16 packages [2020-08-12T17:08:01.191Z] Removing intermediate container c96b297acfed [2020-08-12T17:08:01.191Z] ---> 8b4c1b4f261b [2020-08-12T17:08:01.191Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-08-12T17:08:01.464Z] ---> Running in 5ee0c6ad0c4c [2020-08-12T17:08:01.731Z] Removing intermediate container 5ee0c6ad0c4c [2020-08-12T17:08:01.731Z] ---> c272628908f7 [2020-08-12T17:08:01.731Z] Step 14/29 : WORKDIR $BASE_DIR [2020-08-12T17:08:01.731Z] ---> Running in 97dba82a0a31 [2020-08-12T17:08:02.317Z] Removing intermediate container 97dba82a0a31 [2020-08-12T17:08:02.317Z] ---> ee0bc052f42b [2020-08-12T17:08:02.317Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-08-12T17:08:02.317Z] ---> Running in 444533d710dc [2020-08-12T17:08:04.914Z] Removing intermediate container 444533d710dc [2020-08-12T17:08:04.914Z] ---> e4cdf8332f3a [2020-08-12T17:08:04.914Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-08-12T17:08:05.885Z] ---> 4ee9967171b8 [2020-08-12T17:08:05.885Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [Pipeline] echo [2020-08-12T17:08:06.080Z] ========================================================= [2020-08-12T17:08:06.080Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-08-12T17:08:06.080Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:08:06.582Z] ---> 66071855b6c4 [2020-08-12T17:08:06.582Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-08-12T17:08:06.913Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine . [2020-08-12T17:08:07.160Z] ---> d67a53e28acc [2020-08-12T17:08:07.160Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-08-12T17:08:07.774Z] ---> 95fe484e03c2 [2020-08-12T17:08:07.774Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-08-12T17:08:09.699Z] ---> 5ae12352889e [2020-08-12T17:08:09.699Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-08-12T17:08:10.277Z] ---> Running in ff010d802ed8 [2020-08-12T17:08:10.277Z] Removing intermediate container 54d07da2ebdc [2020-08-12T17:08:10.277Z] ---> fdb1ab92aa8c [2020-08-12T17:08:10.277Z] [2020-08-12T17:08:10.277Z] Step 10/20 : FROM scratch [2020-08-12T17:08:10.277Z] ---> [2020-08-12T17:08:10.277Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-12T17:08:11.245Z] Sending build context to Docker daemon 323MB [2020-08-12T17:08:11.245Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-08-12T17:08:11.245Z] Step 2/7 : FROM ${BASE} [2020-08-12T17:08:11.245Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-08-12T17:08:11.245Z] b538f80385f9: Pulling fs layer [2020-08-12T17:08:11.245Z] 74f711af9a0d: Pulling fs layer [2020-08-12T17:08:11.245Z] 99f96fe45779: Pulling fs layer [2020-08-12T17:08:11.245Z] fd7a069fd194: Pulling fs layer [2020-08-12T17:08:11.245Z] 66aa3694b03b: Pulling fs layer [2020-08-12T17:08:11.245Z] 170f70906a0f: Pulling fs layer [2020-08-12T17:08:11.245Z] ad7c5574e4b9: Pulling fs layer [2020-08-12T17:08:11.245Z] e772456be8f7: Pulling fs layer [2020-08-12T17:08:11.245Z] c890913d741a: Pulling fs layer [2020-08-12T17:08:11.245Z] 2480fcc9aa5a: Pulling fs layer [2020-08-12T17:08:11.245Z] 09adf4765672: Pulling fs layer [2020-08-12T17:08:11.245Z] 66aa3694b03b: Waiting [2020-08-12T17:08:11.245Z] fd7a069fd194: Waiting [2020-08-12T17:08:11.245Z] 170f70906a0f: Waiting [2020-08-12T17:08:11.245Z] e772456be8f7: Waiting [2020-08-12T17:08:11.245Z] ad7c5574e4b9: Waiting [2020-08-12T17:08:11.245Z] c890913d741a: Waiting [2020-08-12T17:08:11.245Z] 2480fcc9aa5a: Waiting [2020-08-12T17:08:11.245Z] 09adf4765672: Waiting [2020-08-12T17:08:11.245Z] 99f96fe45779: Verifying Checksum [2020-08-12T17:08:11.245Z] 99f96fe45779: Download complete [2020-08-12T17:08:11.245Z] 74f711af9a0d: Download complete [2020-08-12T17:08:11.245Z] 66aa3694b03b: Verifying Checksum [2020-08-12T17:08:11.245Z] 66aa3694b03b: Download complete [2020-08-12T17:08:11.245Z] 170f70906a0f: Download complete [2020-08-12T17:08:11.523Z] b538f80385f9: Verifying Checksum [2020-08-12T17:08:11.523Z] b538f80385f9: Download complete [2020-08-12T17:08:12.133Z] b538f80385f9: Pull complete [2020-08-12T17:08:12.750Z] 74f711af9a0d: Pull complete [2020-08-12T17:08:13.348Z] 99f96fe45779: Pull complete [2020-08-12T17:08:13.596Z] ---> Running in 7bdcfc452a97 [2020-08-12T17:08:14.169Z] Removing intermediate container 7bdcfc452a97 [2020-08-12T17:08:14.169Z] ---> a27d0d1ade97 [2020-08-12T17:08:14.169Z] Step 12/20 : ENV APP_PORT=48085 [2020-08-12T17:08:14.430Z] ---> Running in 6e8ec7c525d6 [2020-08-12T17:08:14.431Z] Removing intermediate container 9316a761f52c [2020-08-12T17:08:14.431Z] ---> 78d0acd18363 [2020-08-12T17:08:14.431Z] [2020-08-12T17:08:14.431Z] Step 10/20 : FROM alpine [2020-08-12T17:08:14.431Z] ---> a24bb4013296 [2020-08-12T17:08:14.431Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-08-12T17:08:14.693Z] ---> Running in 0bacbe694d7f [2020-08-12T17:08:14.956Z] Removing intermediate container 6e8ec7c525d6 [2020-08-12T17:08:14.956Z] ---> a8b1d154a9a1 [2020-08-12T17:08:14.956Z] Step 13/20 : EXPOSE $APP_PORT [2020-08-12T17:08:15.217Z] ---> Running in 790b90dee144 [2020-08-12T17:08:16.159Z] Removing intermediate container ff010d802ed8 [2020-08-12T17:08:16.159Z] ---> f24d2c815d6f [2020-08-12T17:08:16.159Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-08-12T17:08:16.730Z] ad7c5574e4b9: Download complete [2020-08-12T17:08:16.730Z] c890913d741a: Download complete [2020-08-12T17:08:18.074Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-12T17:08:18.074Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-12T17:08:18.074Z] v3.12.0-240-g35a7b2e977 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-12T17:08:18.074Z] v3.12.0-241-g30378ef162 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-12T17:08:18.074Z] OK: 12749 distinct packages available [2020-08-12T17:08:18.167Z] fd7a069fd194: Verifying Checksum [2020-08-12T17:08:18.167Z] fd7a069fd194: Download complete [2020-08-12T17:08:18.167Z] 2480fcc9aa5a: Verifying Checksum [2020-08-12T17:08:18.167Z] 2480fcc9aa5a: Download complete [2020-08-12T17:08:18.334Z] (1/4) Installing ca-certificates (20191127-r4) [2020-08-12T17:08:18.334Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-08-12T17:08:18.334Z] (3/4) Installing libcurl (7.69.1-r0) [2020-08-12T17:08:18.334Z] (4/4) Installing curl (7.69.1-r0) [2020-08-12T17:08:18.334Z] Executing busybox-1.31.1-r16.trigger [2020-08-12T17:08:18.334Z] Executing ca-certificates-20191127-r4.trigger [2020-08-12T17:08:18.437Z] 09adf4765672: Verifying Checksum [2020-08-12T17:08:18.437Z] 09adf4765672: Download complete [2020-08-12T17:08:18.437Z] e772456be8f7: Verifying Checksum [2020-08-12T17:08:18.437Z] e772456be8f7: Download complete [2020-08-12T17:08:18.595Z] OK: 7 MiB in 18 packages [2020-08-12T17:08:19.542Z] Removing intermediate container 790b90dee144 [2020-08-12T17:08:19.542Z] ---> 8a4256369d21 [2020-08-12T17:08:19.542Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-08-12T17:08:20.114Z] Removing intermediate container 875d4a4d66bc [2020-08-12T17:08:20.114Z] ---> 8b6a9ecef333 [2020-08-12T17:08:20.114Z] [2020-08-12T17:08:20.114Z] Step 10/22 : FROM alpine [2020-08-12T17:08:20.114Z] ---> a24bb4013296 [2020-08-12T17:08:20.114Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-12T17:08:20.114Z] ---> e8c0bc0ceb8f [2020-08-12T17:08:20.114Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-12T17:08:20.375Z] ---> c777e42a63a6 [2020-08-12T17:08:20.375Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-08-12T17:08:20.375Z] Removing intermediate container 76399c7a3006 [2020-08-12T17:08:20.375Z] ---> d1d81fd7268a [2020-08-12T17:08:20.375Z] [2020-08-12T17:08:20.375Z] Step 10/21 : FROM scratch [2020-08-12T17:08:20.375Z] ---> [2020-08-12T17:08:20.375Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-12T17:08:20.375Z] ---> Using cache [2020-08-12T17:08:20.375Z] ---> a27d0d1ade97 [2020-08-12T17:08:20.375Z] Step 12/21 : ENV APP_PORT=48081 [2020-08-12T17:08:20.375Z] ---> Running in a88b9f97d4fc [2020-08-12T17:08:20.946Z] ---> Running in 7ea00af391dc [2020-08-12T17:08:20.946Z] ---> Running in 2e0a8179ce8f [2020-08-12T17:08:21.205Z] Removing intermediate container a88b9f97d4fc [2020-08-12T17:08:21.205Z] ---> f90ac09aca11 [2020-08-12T17:08:21.205Z] Step 12/22 : ENV APP_PORT=48080 [2020-08-12T17:08:21.473Z] ---> d2e2180e3f68 [2020-08-12T17:08:21.473Z] Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-08-12T17:08:22.415Z] Removing intermediate container 0bacbe694d7f [2020-08-12T17:08:22.415Z] ---> 809c7d2b66bf [2020-08-12T17:08:22.415Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-12T17:08:22.415Z] Removing intermediate container 2e0a8179ce8f [2020-08-12T17:08:22.415Z] ---> 6094d5bbe92f [2020-08-12T17:08:22.415Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-12T17:08:22.415Z] ---> Running in 57573cb3b22b [2020-08-12T17:08:22.677Z] ---> Running in 41069298d92f [2020-08-12T17:08:22.677Z] ---> Running in 61c9602c509d [2020-08-12T17:08:22.677Z] ---> bb80377bc603 [2020-08-12T17:08:22.677Z] Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-12T17:08:22.941Z] ---> Running in 38af55cb6dd1 [2020-08-12T17:08:22.941Z] Removing intermediate container 57573cb3b22b [2020-08-12T17:08:22.941Z] ---> 60c0bcc5904a [2020-08-12T17:08:22.941Z] Step 13/22 : EXPOSE $APP_PORT [2020-08-12T17:08:22.942Z] Removing intermediate container 61c9602c509d [2020-08-12T17:08:22.942Z] ---> f8d8782bf0fc [2020-08-12T17:08:22.942Z] Step 14/21 : WORKDIR / [2020-08-12T17:08:22.942Z] Removing intermediate container 41069298d92f [2020-08-12T17:08:22.942Z] ---> 34ab35abf0a3 [2020-08-12T17:08:22.942Z] Step 13/20 : WORKDIR /edgex [2020-08-12T17:08:23.205Z] ---> Running in 3b2f0be91d87 [2020-08-12T17:08:23.205Z] ---> Running in fca9a49a7818 [2020-08-12T17:08:23.205Z] Removing intermediate container 38af55cb6dd1 [2020-08-12T17:08:23.205Z] ---> 3450393ac511 [2020-08-12T17:08:23.205Z] Step 18/20 : LABEL arch=x86_64 [2020-08-12T17:08:23.205Z] ---> Running in ef22324b8e75 [2020-08-12T17:08:23.466Z] Removing intermediate container 7ea00af391dc [2020-08-12T17:08:23.466Z] ---> 8b3161a9d19f [2020-08-12T17:08:23.466Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-08-12T17:08:23.466Z] ---> Running in 5c2e3a349dba [2020-08-12T17:08:23.466Z] ---> Running in 9ed5a54bfac0 [2020-08-12T17:08:23.466Z] Removing intermediate container fca9a49a7818 [2020-08-12T17:08:23.466Z] ---> fac3a716af1a [2020-08-12T17:08:23.466Z] Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-12T17:08:23.726Z] Removing intermediate container 3b2f0be91d87 [2020-08-12T17:08:23.726Z] ---> 0799bf798cc9 [2020-08-12T17:08:23.726Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-08-12T17:08:23.726Z] Removing intermediate container ef22324b8e75 [2020-08-12T17:08:23.726Z] ---> c48a14a4763c [2020-08-12T17:08:23.726Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-08-12T17:08:23.990Z] ---> Running in 6ac3fd388d03 [2020-08-12T17:08:23.990Z] Removing intermediate container 5c2e3a349dba [2020-08-12T17:08:23.990Z] ---> fd0f1ecbc1af [2020-08-12T17:08:23.990Z] Step 19/20 : LABEL git_sha=d08647e33299f35346a0c0e1b5c282da7a73a79b [2020-08-12T17:08:24.938Z] ---> 87328dc575a5 [2020-08-12T17:08:24.938Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-08-12T17:08:25.204Z] ---> Running in 036e00ebb36f [2020-08-12T17:08:25.204Z] ---> 7c83aeb9e9d2 [2020-08-12T17:08:25.204Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-08-12T17:08:25.471Z] Removing intermediate container 036e00ebb36f [2020-08-12T17:08:25.471Z] ---> 6d44cc79e288 [2020-08-12T17:08:25.471Z] Step 20/20 : LABEL version=1.2.2-dev.10 [2020-08-12T17:08:25.736Z] ---> Running in 007959877b70 [2020-08-12T17:08:25.736Z] ---> d5dda84b7b8c [2020-08-12T17:08:25.736Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-08-12T17:08:25.997Z] ---> e06676085575 [2020-08-12T17:08:25.997Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-08-12T17:08:26.258Z] Removing intermediate container 007959877b70 [2020-08-12T17:08:26.258Z] ---> 2c9b59ef4619 [2020-08-12T17:08:26.258Z] [2020-08-12T17:08:26.258Z] ---> Running in 19f6a6446834 [2020-08-12T17:08:26.258Z] ---> b5b72457357e [2020-08-12T17:08:26.258Z] Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-12T17:08:26.519Z] Successfully built 2c9b59ef4619 [2020-08-12T17:08:26.519Z] ---> Running in 0b34bcb603f9 [2020-08-12T17:08:26.519Z] Removing intermediate container 9ed5a54bfac0 [2020-08-12T17:08:26.519Z] ---> 722934f765a8 [2020-08-12T17:08:26.519Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-08-12T17:08:26.519Z] Successfully tagged docker-support-scheduler-go:latest [2020-08-12T17:08:26.519Z] Building docker-support-notifications-go [2020-08-12T17:08:26.519Z]  Building docker-support-scheduler-go ... done Removing intermediate container 19f6a6446834 [2020-08-12T17:08:26.519Z] ---> 1aa91819c1a1 [2020-08-12T17:08:26.519Z] Step 17/20 : CMD ["--init=true"] [2020-08-12T17:08:26.519Z] Removing intermediate container 6ac3fd388d03 [2020-08-12T17:08:26.519Z] ---> 9aaf2e9182aa [2020-08-12T17:08:26.519Z] Step 15/22 : RUN apk --no-cache add zeromq [2020-08-12T17:08:26.780Z] ---> Running in cce256cbc27b [2020-08-12T17:08:26.780Z] ---> Running in de82d2322dd7 [2020-08-12T17:08:26.780Z] ---> Running in 89a803f39dba [2020-08-12T17:08:26.780Z] Removing intermediate container 0b34bcb603f9 [2020-08-12T17:08:26.780Z] ---> 10f64d04f33b [2020-08-12T17:08:26.780Z] Step 19/21 : LABEL arch=x86_64 [2020-08-12T17:08:27.352Z] Removing intermediate container cce256cbc27b [2020-08-12T17:08:27.352Z] ---> b217856c22bc [2020-08-12T17:08:27.352Z] Step 26/29 : CMD [ "generate" ] [2020-08-12T17:08:27.619Z] ---> Running in 3dd2573fee75 [2020-08-12T17:08:27.619Z] Removing intermediate container de82d2322dd7 [2020-08-12T17:08:27.619Z] ---> d5646853b7c5 [2020-08-12T17:08:27.619Z] Step 18/20 : LABEL arch=x86_64 [2020-08-12T17:08:27.619Z] ---> Running in d568f5a8f1e1 [2020-08-12T17:08:29.006Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-12T17:08:29.006Z] ---> Running in 022640d4312f [2020-08-12T17:08:29.006Z] Removing intermediate container 3dd2573fee75 [2020-08-12T17:08:29.006Z] ---> a147789cfe5a [2020-08-12T17:08:29.006Z] Step 20/21 : LABEL git_sha=d08647e33299f35346a0c0e1b5c282da7a73a79b [2020-08-12T17:08:29.006Z] Removing intermediate container d568f5a8f1e1 [2020-08-12T17:08:29.006Z] ---> 7b53a8ff2196 [2020-08-12T17:08:29.006Z] Step 27/29 : LABEL arch=x86_64 [2020-08-12T17:08:29.006Z] ---> Running in a86584734369 [2020-08-12T17:08:29.006Z] ---> Running in 27ef1c91446f [2020-08-12T17:08:29.267Z] Removing intermediate container 022640d4312f [2020-08-12T17:08:29.267Z] ---> 3f1bf21ff3fe [2020-08-12T17:08:29.267Z] Step 19/20 : LABEL git_sha=d08647e33299f35346a0c0e1b5c282da7a73a79b [2020-08-12T17:08:29.267Z] Removing intermediate container a86584734369 [2020-08-12T17:08:29.267Z] ---> 539a5dfec0f9 [2020-08-12T17:08:29.267Z] Step 21/21 : LABEL version=1.2.2-dev.10 [2020-08-12T17:08:29.267Z] ---> Running in 7553bf44370f [2020-08-12T17:08:29.267Z] Removing intermediate container 27ef1c91446f [2020-08-12T17:08:29.267Z] ---> e85ed853f08b [2020-08-12T17:08:29.267Z] Step 28/29 : LABEL git_sha=d08647e33299f35346a0c0e1b5c282da7a73a79b [2020-08-12T17:08:29.268Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-12T17:08:29.529Z] ---> Running in b5020f49d6ea [2020-08-12T17:08:29.529Z] ---> Running in 3ca52e7c5c65 [2020-08-12T17:08:29.795Z] (1/5) Installing libgcc (9.3.0-r2) [2020-08-12T17:08:29.795Z] (2/5) Installing libsodium (1.0.18-r0) [2020-08-12T17:08:30.055Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-08-12T17:08:30.055Z] (4/5) Installing libzmq (4.3.2-r0) [2020-08-12T17:08:30.317Z] (5/5) Installing zeromq (4.3.2-r0) [2020-08-12T17:08:30.317Z] Removing intermediate container 7553bf44370f [2020-08-12T17:08:30.317Z] ---> 186c074b9f28 [2020-08-12T17:08:30.317Z] Step 20/20 : LABEL version=1.2.2-dev.10 [2020-08-12T17:08:30.317Z] Executing busybox-1.31.1-r16.trigger [2020-08-12T17:08:30.317Z] OK: 8 MiB in 19 packages [2020-08-12T17:08:30.582Z] Removing intermediate container b5020f49d6ea [2020-08-12T17:08:30.582Z] ---> dc32d11f5483 [2020-08-12T17:08:30.582Z] [2020-08-12T17:08:30.582Z] Removing intermediate container 3ca52e7c5c65 [2020-08-12T17:08:30.582Z] ---> aecf9c8f6dcc [2020-08-12T17:08:30.582Z] Step 29/29 : LABEL version=1.2.2-dev.10 [2020-08-12T17:08:30.829Z] fd7a069fd194: Pull complete [2020-08-12T17:08:30.829Z] 66aa3694b03b: Pull complete [2020-08-12T17:08:30.829Z] 170f70906a0f: Pull complete [2020-08-12T17:08:31.154Z] ---> Running in 33b5408b584d [2020-08-12T17:08:31.154Z] Successfully built dc32d11f5483 [2020-08-12T17:08:31.154Z] Successfully tagged docker-core-metadata-go:latest [2020-08-12T17:08:31.154Z]  Building docker-core-metadata-go ... done Building docker-sys-mgmt-agent-go [2020-08-12T17:08:33.449Z] ad7c5574e4b9: Pull complete [2020-08-12T17:08:33.723Z] ---> Running in 26ff5d109cbf [2020-08-12T17:08:35.660Z] Removing intermediate container 33b5408b584d [2020-08-12T17:08:35.660Z] ---> 1a04bf88e39e [2020-08-12T17:08:35.660Z] [2020-08-12T17:08:35.660Z] Successfully built 1a04bf88e39e [2020-08-12T17:08:35.660Z] Removing intermediate container 26ff5d109cbf [2020-08-12T17:08:35.660Z] ---> 65c988e09f4a [2020-08-12T17:08:35.660Z] [2020-08-12T17:08:35.660Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-08-12T17:08:35.660Z]  Building docker-security-proxy-setup-go ... done Building docker-support-logging-go [2020-08-12T17:08:35.660Z] Successfully built 65c988e09f4a [2020-08-12T17:08:36.232Z] Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-12T17:08:36.232Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-08-12T17:08:36.805Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-08-12T17:08:36.805Z] ---> a300bf37cd91 [2020-08-12T17:08:36.805Z] Step 3/23 : WORKDIR /edgex-go [2020-08-12T17:08:36.805Z]  Building docker-security-secrets-setup-go ... done Building docker-core-command-go [2020-08-12T17:08:36.805Z] ---> Using cache [2020-08-12T17:08:36.805Z] ---> 7c678de6fa8c [2020-08-12T17:08:36.805Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-12T17:08:36.805Z] ---> Using cache [2020-08-12T17:08:36.806Z] ---> 99899d272556 [2020-08-12T17:08:36.806Z] Step 5/23 : RUN apk update && apk add make bash git ca-certificates [2020-08-12T17:08:37.765Z] e772456be8f7: Pull complete [2020-08-12T17:08:37.765Z] c890913d741a: Pull complete [2020-08-12T17:08:41.026Z] Removing intermediate container 89a803f39dba [2020-08-12T17:08:41.026Z] ---> 35c63c938997 [2020-08-12T17:08:41.026Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-08-12T17:08:41.183Z] 2480fcc9aa5a: Pull complete [2020-08-12T17:08:41.783Z] 09adf4765672: Pull complete [2020-08-12T17:08:41.783Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-08-12T17:08:41.783Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-08-12T17:08:41.783Z] ---> 2248a725d1cf [2020-08-12T17:08:41.783Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-08-12T17:08:42.419Z] ---> Running in 29f8055d8dbb [2020-08-12T17:08:43.372Z] ---> 36a77713bce3 [2020-08-12T17:08:43.372Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-08-12T17:08:44.767Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-12T17:08:44.767Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-08-12T17:08:44.767Z] ---> a300bf37cd91 [2020-08-12T17:08:44.767Z] Step 3/26 : WORKDIR /edgex-go [2020-08-12T17:08:44.767Z] ---> Using cache [2020-08-12T17:08:44.767Z] ---> 7c678de6fa8c [2020-08-12T17:08:44.767Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-12T17:08:44.767Z] ---> Using cache [2020-08-12T17:08:44.767Z] ---> 99899d272556 [2020-08-12T17:08:44.767Z] Step 5/26 : RUN apk update && apk add make bash git [2020-08-12T17:08:47.178Z] ---> Running in 5cfff5f0eb48 [2020-08-12T17:08:47.330Z] ---> Running in 96d87145a34f [2020-08-12T17:08:48.155Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-12T17:08:48.720Z] ---> d61b1c4fed38 [2020-08-12T17:08:48.720Z] Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-08-12T17:08:49.125Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-12T17:08:49.671Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-12T17:08:49.716Z] (1/12) Installing libmagic (5.38-r0) [2020-08-12T17:08:49.716Z] (2/12) Installing file (5.38-r0) [2020-08-12T17:08:49.987Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-08-12T17:08:49.987Z] (4/12) Installing g++ (9.3.0-r2) [2020-08-12T17:08:50.250Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-12T17:08:50.516Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-12T17:08:50.516Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-12T17:08:50.516Z] v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-12T17:08:50.516Z] OK: 12749 distinct packages available [2020-08-12T17:08:50.780Z] ---> 410e35831492 [2020-08-12T17:08:50.780Z] Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-12T17:08:50.780Z] OK: 233 MiB in 51 packages [2020-08-12T17:08:51.366Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-12T17:08:51.366Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-12T17:08:51.366Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-12T17:08:51.366Z] ---> a300bf37cd91 [2020-08-12T17:08:51.366Z] Step 3/21 : WORKDIR /edgex-go [2020-08-12T17:08:51.366Z] ---> Using cache [2020-08-12T17:08:51.366Z] ---> 7c678de6fa8c [2020-08-12T17:08:51.366Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-12T17:08:51.366Z] ---> Using cache [2020-08-12T17:08:51.366Z] ---> 99899d272556 [2020-08-12T17:08:51.366Z] Step 5/21 : RUN apk update && apk add make && apk add bash git [2020-08-12T17:08:51.627Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-12T17:08:51.627Z] v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-12T17:08:51.627Z] OK: 12749 distinct packages available [2020-08-12T17:08:52.204Z] OK: 233 MiB in 51 packages [2020-08-12T17:08:52.470Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-12T17:08:52.470Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-12T17:08:52.470Z] ---> a300bf37cd91 [2020-08-12T17:08:52.470Z] Step 3/21 : WORKDIR /edgex-go [2020-08-12T17:08:52.470Z] ---> Using cache [2020-08-12T17:08:52.470Z] ---> 7c678de6fa8c [2020-08-12T17:08:52.470Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-12T17:08:52.470Z] ---> Using cache [2020-08-12T17:08:52.470Z] ---> 99899d272556 [2020-08-12T17:08:52.470Z] Step 5/21 : RUN apk update && apk add make git [2020-08-12T17:08:52.470Z] ---> Using cache [2020-08-12T17:08:52.470Z] ---> 4a9495f66acf [2020-08-12T17:08:52.470Z] Step 6/21 : COPY go.mod . [2020-08-12T17:08:52.470Z] ---> Using cache [2020-08-12T17:08:52.470Z] ---> 6e7d569443ae [2020-08-12T17:08:52.470Z] Step 7/21 : RUN go mod download [2020-08-12T17:08:52.470Z] ---> Using cache [2020-08-12T17:08:52.470Z] ---> 43ef793a9ac3 [2020-08-12T17:08:52.470Z] Step 8/21 : COPY . . [2020-08-12T17:08:52.470Z] ---> Using cache [2020-08-12T17:08:52.470Z] ---> 887d72785f74 [2020-08-12T17:08:52.470Z] Step 9/21 : RUN make cmd/core-command/core-command [2020-08-12T17:08:53.413Z] ---> Running in b241e3885d2e [2020-08-12T17:08:53.413Z] ---> Running in b31c7ea8f9d1 [2020-08-12T17:08:53.413Z] ---> Running in a981e839401a [2020-08-12T17:08:53.673Z] Removing intermediate container b31c7ea8f9d1 [2020-08-12T17:08:53.673Z] ---> 132ce5cfa9f6 [2020-08-12T17:08:53.673Z] Step 20/22 : LABEL arch=x86_64 [2020-08-12T17:08:53.939Z] ---> Running in 1663faddcdf6 [2020-08-12T17:08:53.939Z] Removing intermediate container 29f8055d8dbb [2020-08-12T17:08:53.939Z] ---> 2448d3474b68 [2020-08-12T17:08:53.939Z] Step 6/23 : COPY go.mod . [2020-08-12T17:08:53.939Z] Removing intermediate container 96d87145a34f [2020-08-12T17:08:53.939Z] ---> 37d412a5b2a8 [2020-08-12T17:08:53.939Z] Step 6/26 : COPY go.mod . [2020-08-12T17:08:54.201Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-12T17:08:54.201Z] Removing intermediate container 1663faddcdf6 [2020-08-12T17:08:54.201Z] ---> 3aff39ede5b5 [2020-08-12T17:08:54.201Z] Step 21/22 : LABEL git_sha=d08647e33299f35346a0c0e1b5c282da7a73a79b [2020-08-12T17:08:54.274Z] (5/12) Installing fortify-headers (1.1-r0) [2020-08-12T17:08:54.274Z] (6/12) Installing patch (2.7.6-r6) [2020-08-12T17:08:54.274Z] (7/12) Installing build-base (0.5-r2) [2020-08-12T17:08:54.274Z] (8/12) Installing libsodium (1.0.18-r0) [2020-08-12T17:08:54.274Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-08-12T17:08:54.274Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-08-12T17:08:54.274Z] (11/12) Installing libzmq (4.3.2-r0) [2020-08-12T17:08:54.274Z] (12/12) Installing zeromq-dev (4.3.2-r0) [2020-08-12T17:08:54.462Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.10" -o cmd/core-command/core-command ./cmd/core-command [2020-08-12T17:08:54.544Z] Executing busybox-1.31.1-r16.trigger [2020-08-12T17:08:54.544Z] OK: 217 MiB in 51 packages [2020-08-12T17:08:54.723Z] ---> bf58c5543ace [2020-08-12T17:08:54.723Z] Step 7/23 : RUN go mod download [2020-08-12T17:08:54.723Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-12T17:08:54.988Z] ---> Running in 1c9af7b49f37 [2020-08-12T17:08:54.988Z] ---> 25b1d6e50b1a [2020-08-12T17:08:54.988Z] Step 7/26 : RUN go mod download [2020-08-12T17:08:54.988Z] ---> Running in 9acd9c0e50d1 [2020-08-12T17:08:55.250Z] ---> Running in 4208842bdd09 [2020-08-12T17:08:55.250Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-12T17:08:55.250Z] v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-12T17:08:55.250Z] OK: 12749 distinct packages available [2020-08-12T17:08:55.250Z] Removing intermediate container 1c9af7b49f37 [2020-08-12T17:08:55.250Z] ---> 733ed6e0cc74 [2020-08-12T17:08:55.250Z] Step 22/22 : LABEL version=1.2.2-dev.10 [2020-08-12T17:08:55.524Z] OK: 233 MiB in 51 packages [2020-08-12T17:08:55.524Z] ---> Running in 0c26565169c8 [2020-08-12T17:08:55.800Z] OK: 233 MiB in 51 packages [2020-08-12T17:08:55.800Z] Removing intermediate container 0c26565169c8 [2020-08-12T17:08:56.070Z] ---> 71a9400359db [2020-08-12T17:08:56.070Z] [2020-08-12T17:08:56.070Z] Successfully built 71a9400359db [2020-08-12T17:08:56.070Z] Successfully tagged docker-core-data-go:latest [2020-08-12T17:08:56.070Z] Building docker-security-secretstore-setup-go [2020-08-12T17:08:58.836Z] Removing intermediate container 5cfff5f0eb48 [2020-08-12T17:08:58.836Z] ---> 04b1f37b8612 [2020-08-12T17:08:58.836Z] Step 4/7 : WORKDIR /edgex-go [2020-08-12T17:08:58.836Z] ---> Running in f8b16425aa45 [2020-08-12T17:08:59.404Z]  Building docker-core-data-go ... done Removing intermediate container b241e3885d2e [2020-08-12T17:08:59.404Z] ---> 5eb535cf1f5f [2020-08-12T17:08:59.404Z] Step 6/21 : COPY go.mod . [2020-08-12T17:08:59.428Z] Removing intermediate container f8b16425aa45 [2020-08-12T17:08:59.428Z] ---> 46f9ac5e3944 [2020-08-12T17:08:59.428Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-08-12T17:08:59.697Z] latest: Pulling from library/docker [2020-08-12T17:08:59.697Z] b538f80385f9: Already exists [2020-08-12T17:08:59.697Z] 259a493cd78d: Pulling fs layer [2020-08-12T17:08:59.697Z] b8e66b5100f5: Pulling fs layer [2020-08-12T17:08:59.697Z] 39dc9c94d07c: Pulling fs layer [2020-08-12T17:08:59.697Z] 551b823b3b82: Pulling fs layer [2020-08-12T17:08:59.697Z] 3c52a74df98c: Pulling fs layer [2020-08-12T17:08:59.697Z] 6c9b121b6998: Pulling fs layer [2020-08-12T17:08:59.697Z] 551b823b3b82: Waiting [2020-08-12T17:08:59.697Z] 6c9b121b6998: Waiting [2020-08-12T17:08:59.998Z] b8e66b5100f5: Verifying Checksum [2020-08-12T17:08:59.998Z] 259a493cd78d: Verifying Checksum [2020-08-12T17:08:59.998Z] 259a493cd78d: Download complete [2020-08-12T17:09:00.290Z] 551b823b3b82: Verifying Checksum [2020-08-12T17:09:00.290Z] 551b823b3b82: Download complete [2020-08-12T17:09:00.290Z] 3c52a74df98c: Download complete [2020-08-12T17:09:00.563Z] 6c9b121b6998: Verifying Checksum [2020-08-12T17:09:00.563Z] 6c9b121b6998: Download complete [2020-08-12T17:09:00.838Z] 259a493cd78d: Pull complete [2020-08-12T17:09:01.111Z] b8e66b5100f5: Pull complete [2020-08-12T17:09:01.369Z] ---> cde971098843 [2020-08-12T17:09:01.369Z] Step 7/21 : RUN go mod download [2020-08-12T17:09:01.369Z] Removing intermediate container 9acd9c0e50d1 [2020-08-12T17:09:01.369Z] ---> bccba053c478 [2020-08-12T17:09:01.369Z] Step 8/23 : COPY . . [2020-08-12T17:09:01.369Z] ---> Running in 6d193c525a2e [2020-08-12T17:09:01.382Z] 39dc9c94d07c: Verifying Checksum [2020-08-12T17:09:01.382Z] 39dc9c94d07c: Download complete [2020-08-12T17:09:01.951Z] Removing intermediate container 4208842bdd09 [2020-08-12T17:09:01.951Z] ---> a29165d4ff4b [2020-08-12T17:09:01.951Z] Step 8/26 : COPY . . [2020-08-12T17:09:04.762Z] 39dc9c94d07c: Pull complete [2020-08-12T17:09:05.033Z] 551b823b3b82: Pull complete [2020-08-12T17:09:05.305Z] 3c52a74df98c: Pull complete [2020-08-12T17:09:05.579Z] 6c9b121b6998: Pull complete [2020-08-12T17:09:05.579Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-08-12T17:09:05.852Z] Status: Downloaded newer image for docker:latest [2020-08-12T17:09:09.242Z] ---> 96c3de2b5c8e [2020-08-12T17:09:09.242Z] Step 6/7 : COPY go.mod . [2020-08-12T17:09:09.514Z] ---> cb7d9b49ac6a [2020-08-12T17:09:09.514Z] Step 7/7 : RUN go mod download [2020-08-12T17:09:09.790Z] ---> Running in aa0ddf1b153d [2020-08-12T17:09:10.662Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-12T17:09:10.662Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-08-12T17:09:10.662Z] ---> a300bf37cd91 [2020-08-12T17:09:10.662Z] Step 3/26 : WORKDIR /edgex-go [2020-08-12T17:09:10.662Z] ---> Using cache [2020-08-12T17:09:10.662Z] ---> 7c678de6fa8c [2020-08-12T17:09:10.662Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-12T17:09:10.662Z] ---> Using cache [2020-08-12T17:09:10.662Z] ---> 99899d272556 [2020-08-12T17:09:10.662Z] Step 5/26 : RUN apk update && apk add make git [2020-08-12T17:09:10.662Z] ---> Using cache [2020-08-12T17:09:10.662Z] ---> 4a9495f66acf [2020-08-12T17:09:10.662Z] Step 6/26 : COPY go.mod . [2020-08-12T17:09:10.662Z] ---> Using cache [2020-08-12T17:09:10.662Z] ---> 6e7d569443ae [2020-08-12T17:09:10.662Z] Step 7/26 : RUN go mod download [2020-08-12T17:09:10.662Z] ---> Using cache [2020-08-12T17:09:10.662Z] ---> 43ef793a9ac3 [2020-08-12T17:09:10.662Z] Step 8/26 : COPY . . [2020-08-12T17:09:10.662Z] ---> Using cache [2020-08-12T17:09:10.662Z] ---> 887d72785f74 [2020-08-12T17:09:10.662Z] Step 9/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup cmd/security-secretstore-read/security-secretstore-read [2020-08-12T17:09:13.178Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-08-12T17:09:13.178Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-08-12T17:09:13.178Z] go: finding github.com/OneOfOne/xxhash v1.2.5 [2020-08-12T17:09:13.178Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-08-12T17:09:13.178Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-12T17:09:13.178Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-08-12T17:09:13.178Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-08-12T17:09:13.178Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-12T17:09:13.178Z] go: finding github.com/cloudflare/gokey v0.1.0 [2020-08-12T17:09:13.178Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-08-12T17:09:13.178Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-08-12T17:09:13.178Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-08-12T17:09:13.178Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 [2020-08-12T17:09:13.178Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-12T17:09:13.178Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-08-12T17:09:13.178Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-08-12T17:09:13.270Z] ---> Running in a3294c2f0070 [2020-08-12T17:09:13.449Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-08-12T17:09:13.449Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-08-12T17:09:13.449Z] go: finding github.com/fatih/color v1.7.0 [2020-08-12T17:09:13.449Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-08-12T17:09:13.449Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-12T17:09:13.449Z] go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-08-12T17:09:13.449Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-12T17:09:13.449Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-12T17:09:13.449Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-08-12T17:09:13.449Z] go: finding github.com/go-stack/stack v1.8.0 [2020-08-12T17:09:13.449Z] go: finding github.com/golang/protobuf v1.3.2 [2020-08-12T17:09:13.720Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-08-12T17:09:13.720Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-08-12T17:09:13.720Z] go: finding github.com/google/uuid v1.1.0 [2020-08-12T17:09:13.720Z] go: finding github.com/gorilla/mux v1.7.1 [2020-08-12T17:09:13.720Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-08-12T17:09:13.720Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-08-12T17:09:13.720Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-08-12T17:09:13.855Z] Removing intermediate container 6d193c525a2e [2020-08-12T17:09:13.855Z] ---> a48e5329466e [2020-08-12T17:09:13.855Z] Step 8/21 : COPY . . [2020-08-12T17:09:13.990Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-12T17:09:13.990Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-12T17:09:13.990Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-08-12T17:09:13.990Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-08-12T17:09:13.990Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-12T17:09:13.990Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-08-12T17:09:13.990Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-08-12T17:09:13.990Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-08-12T17:09:13.990Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-08-12T17:09:13.990Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-08-12T17:09:13.990Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-08-12T17:09:13.990Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-08-12T17:09:14.261Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-08-12T17:09:14.261Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-08-12T17:09:14.261Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-08-12T17:09:14.261Z] go: finding github.com/imdario/mergo v0.3.6 [2020-08-12T17:09:14.261Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-08-12T17:09:14.261Z] go: finding github.com/kr/pretty v0.1.0 [2020-08-12T17:09:14.261Z] go: finding github.com/kr/pty v1.1.1 [2020-08-12T17:09:14.261Z] go: finding github.com/kr/text v0.1.0 [2020-08-12T17:09:14.261Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-08-12T17:09:14.261Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-08-12T17:09:14.261Z] go: finding github.com/miekg/dns v1.0.14 [2020-08-12T17:09:14.533Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-08-12T17:09:14.533Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-12T17:09:14.533Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-08-12T17:09:14.533Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-08-12T17:09:14.533Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-08-12T17:09:14.533Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-08-12T17:09:14.533Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-08-12T17:09:14.533Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-08-12T17:09:14.533Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-08-12T17:09:14.533Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-08-12T17:09:14.533Z] go: finding github.com/onsi/gomega v1.7.0 [2020-08-12T17:09:14.804Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-08-12T17:09:14.804Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-08-12T17:09:14.804Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-08-12T17:09:14.804Z] go: finding github.com/pkg/errors v0.8.1 [2020-08-12T17:09:14.804Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-08-12T17:09:14.804Z] go: finding github.com/posener/complete v1.1.1 [2020-08-12T17:09:14.804Z] go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-08-12T17:09:14.804Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-08-12T17:09:14.804Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-08-12T17:09:14.804Z] go: finding github.com/stretchr/objx v0.1.0 [2020-08-12T17:09:14.804Z] go: finding github.com/stretchr/testify v1.5.1 [2020-08-12T17:09:15.074Z] go: finding github.com/ugorji/go v1.1.4 [2020-08-12T17:09:15.074Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-12T17:09:15.074Z] go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 [2020-08-12T17:09:15.074Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-08-12T17:09:15.074Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-08-12T17:09:15.074Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-08-12T17:09:15.074Z] go: finding golang.org/x/text v0.3.2 [2020-08-12T17:09:15.074Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-08-12T17:09:15.074Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-08-12T17:09:15.074Z] go: finding gopkg.in/eapache/queue.v1 v1.1.0 [2020-08-12T17:09:15.074Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-08-12T17:09:15.357Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-08-12T17:09:15.357Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-08-12T17:09:16.426Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.10" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-08-12T17:09:24.644Z] ---> 4bb1c37caf72 [2020-08-12T17:09:24.644Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2020-08-12T17:09:24.644Z] ---> d31573657726 [2020-08-12T17:09:24.644Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-08-12T17:09:26.577Z] ---> Running in b57c02c4f66b [2020-08-12T17:09:26.578Z] ---> Running in 22c3331f6e22 [2020-08-12T17:09:29.200Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.10" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-08-12T17:09:30.152Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.10" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-08-12T17:09:32.732Z] Removing intermediate container a981e839401a [2020-08-12T17:09:32.732Z] ---> 99816d8af899 [2020-08-12T17:09:32.732Z] [2020-08-12T17:09:32.732Z] Step 10/21 : FROM scratch [2020-08-12T17:09:32.732Z] ---> [2020-08-12T17:09:32.732Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-12T17:09:32.998Z] ---> 20fc7d9dbf96 [2020-08-12T17:09:32.998Z] Step 9/21 : RUN make cmd/support-logging/support-logging [2020-08-12T17:09:33.265Z] ---> Using cache [2020-08-12T17:09:33.265Z] ---> a27d0d1ade97 [2020-08-12T17:09:33.265Z] Step 12/21 : ENV APP_PORT=48082 [2020-08-12T17:09:33.265Z] ---> Running in 6a0424633157 [2020-08-12T17:09:33.265Z] ---> Running in a6fda17bb1d7 [2020-08-12T17:09:33.537Z] Removing intermediate container a6fda17bb1d7 [2020-08-12T17:09:33.537Z] ---> 06704da31a8f [2020-08-12T17:09:33.537Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-12T17:09:33.644Z] Removing intermediate container aa0ddf1b153d [2020-08-12T17:09:33.644Z] ---> e71ce84ec0b5 [2020-08-12T17:09:33.644Z] Successfully built e71ce84ec0b5 [2020-08-12T17:09:33.644Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [2020-08-12T17:09:33.802Z] ---> Running in b7c9a06be945 [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:09:34.383Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.10" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-08-12T17:09:34.383Z] Removing intermediate container b7c9a06be945 [2020-08-12T17:09:34.383Z] ---> e7b828cfe341 [2020-08-12T17:09:34.383Z] Step 14/21 : WORKDIR / [2020-08-12T17:09:34.383Z] ---> Running in 94f49ec41f25 [2020-08-12T17:09:34.464Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-12T17:09:34.464Z] [2020-08-12T17:09:34.464Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-12T17:09:34.650Z] Removing intermediate container 94f49ec41f25 [2020-08-12T17:09:34.650Z] ---> 545d37471c65 [2020-08-12T17:09:34.650Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:09:35.110Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-12T17:09:35.110Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-08-12T17:09:35.110Z] 29e5d40040c1: Pulling fs layer [2020-08-12T17:09:35.110Z] 1ce36da41761: Pulling fs layer [2020-08-12T17:09:35.110Z] 25b303627fd3: Pulling fs layer [2020-08-12T17:09:35.232Z] ---> 0f6b9e6103ca [2020-08-12T17:09:35.232Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-08-12T17:09:35.387Z] 29e5d40040c1: Verifying Checksum [2020-08-12T17:09:35.387Z] 29e5d40040c1: Download complete [2020-08-12T17:09:35.985Z] 29e5d40040c1: Pull complete [2020-08-12T17:09:36.185Z] ---> 4fb182999cb8 [2020-08-12T17:09:36.185Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-08-12T17:09:36.260Z] 1ce36da41761: Verifying Checksum [2020-08-12T17:09:36.260Z] 1ce36da41761: Download complete [2020-08-12T17:09:36.761Z] ---> 961e0aea5c18 [2020-08-12T17:09:36.761Z] Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-12T17:09:36.761Z] ---> Running in 8e86d6987ec3 [2020-08-12T17:09:37.337Z] Removing intermediate container 8e86d6987ec3 [2020-08-12T17:09:37.337Z] ---> 9c3d92af0c1c [2020-08-12T17:09:37.337Z] Step 19/21 : LABEL arch=x86_64 [2020-08-12T17:09:37.337Z] ---> Running in 7cc54c1011d8 [2020-08-12T17:09:37.685Z] 1ce36da41761: Pull complete [2020-08-12T17:09:37.685Z] 25b303627fd3: Verifying Checksum [2020-08-12T17:09:37.685Z] 25b303627fd3: Download complete [2020-08-12T17:09:39.913Z] Removing intermediate container 7cc54c1011d8 [2020-08-12T17:09:39.913Z] ---> 4c7b1325a749 [2020-08-12T17:09:39.913Z] Step 20/21 : LABEL git_sha=d08647e33299f35346a0c0e1b5c282da7a73a79b [2020-08-12T17:09:39.913Z] ---> Running in 096219b33aec [2020-08-12T17:09:39.913Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.10" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-08-12T17:09:39.913Z] Removing intermediate container 096219b33aec [2020-08-12T17:09:39.913Z] ---> 041ef1a66287 [2020-08-12T17:09:39.913Z] Step 21/21 : LABEL version=1.2.2-dev.10 [2020-08-12T17:09:40.185Z] ---> Running in 67a8233db60e [2020-08-12T17:09:40.461Z] Removing intermediate container 67a8233db60e [2020-08-12T17:09:40.461Z] ---> 825580ed43dd [2020-08-12T17:09:40.461Z] [2020-08-12T17:09:40.461Z] Successfully built 825580ed43dd [2020-08-12T17:09:40.461Z] Successfully tagged docker-core-command-go:latest [2020-08-12T17:09:46.113Z]  Building docker-core-command-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.10" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-08-12T17:09:47.826Z] 25b303627fd3: Pull complete [2020-08-12T17:09:47.827Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-08-12T17:09:47.827Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-12T17:09:47.827Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-08-12T17:09:48.102Z] prd-ubuntu18.04-docker-arm64-4c-16g-5007 does not seem to be running inside a container [2020-08-12T17:09:48.190Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/122 -v /w/workspace/edgex-go/122:/w/workspace/edgex-go/122:rw,z -v /w/workspace/edgex-go/122@tmp:/w/workspace/edgex-go/122@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-08-12T17:09:51.798Z] $ docker top 5739a3ca8405e8fce08756aa5ff62970b18d861a6fd806f25c7d78d33e6f35f0 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-12T17:09:53.234Z] + docker-compose build --help [2020-08-12T17:09:53.234Z] + grep parallel [2020-08-12T17:09:56.190Z] Removing intermediate container a3294c2f0070 [2020-08-12T17:09:56.190Z] ---> 18c43fd57c3c [2020-08-12T17:09:56.190Z] [2020-08-12T17:09:56.190Z] Step 10/26 : FROM alpine:3.10 [2020-08-12T17:09:56.190Z] 3.10: Pulling from library/alpine [2020-08-12T17:09:56.629Z] --parallel Build images in parallel. [Pipeline] } [2020-08-12T17:09:56.653Z] $ docker stop --time=1 5739a3ca8405e8fce08756aa5ff62970b18d861a6fd806f25c7d78d33e6f35f0 [2020-08-12T17:09:56.772Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-08-12T17:09:56.772Z] Status: Downloaded newer image for alpine:3.10 [2020-08-12T17:09:56.772Z] ---> be4e4bea2c2e [2020-08-12T17:09:56.772Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-08-12T17:09:57.043Z] ---> Running in 02b6490c4e5c [2020-08-12T17:09:57.630Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-08-12T17:09:57.630Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-08-12T17:09:57.893Z] v3.10.5-74-g0b1cb9d719 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-08-12T17:09:57.894Z] v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-08-12T17:09:57.894Z] OK: 10346 distinct packages available [2020-08-12T17:09:57.894Z] (1/5) Installing ca-certificates (20191127-r2) [2020-08-12T17:09:58.161Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-08-12T17:09:58.161Z] (3/5) Installing libcurl (7.66.0-r0) [2020-08-12T17:09:58.161Z] (4/5) Installing curl (7.66.0-r0) [2020-08-12T17:09:58.161Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-08-12T17:09:58.161Z] Executing busybox-1.30.1-r3.trigger [2020-08-12T17:09:58.161Z] Executing ca-certificates-20191127-r2.trigger [2020-08-12T17:09:58.161Z] OK: 7 MiB in 19 packages [2020-08-12T17:09:58.670Z] $ docker rm -f 5739a3ca8405e8fce08756aa5ff62970b18d861a6fd806f25c7d78d33e6f35f0 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:09:59.537Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-12T17:09:59.537Z] . [Pipeline] withDockerContainer [2020-08-12T17:09:59.810Z] prd-ubuntu18.04-docker-arm64-4c-16g-5007 does not seem to be running inside a container [2020-08-12T17:09:59.886Z] $ 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/122 -v /w/workspace/edgex-go/122:/w/workspace/edgex-go/122:rw,z -v /w/workspace/edgex-go/122@tmp:/w/workspace/edgex-go/122@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-08-12T17:10:01.312Z] $ docker top 6512d0fe31ad41c0144b6b0413f874065e4479ccd3ff6680a0587cd77e11bb4b -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-12T17:10:02.388Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-08-12T17:10:03.502Z] Removing intermediate container 6a0424633157 [2020-08-12T17:10:03.502Z] ---> 99733f95a03b [2020-08-12T17:10:03.502Z] [2020-08-12T17:10:03.502Z] Step 10/21 : FROM scratch [2020-08-12T17:10:03.502Z] ---> [2020-08-12T17:10:03.502Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-12T17:10:03.502Z] Removing intermediate container 22c3331f6e22 [2020-08-12T17:10:03.502Z] ---> bbc0997bf845 [2020-08-12T17:10:03.502Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-08-12T17:10:03.502Z] Removing intermediate container b57c02c4f66b [2020-08-12T17:10:03.502Z] ---> 6d410595a2b3 [2020-08-12T17:10:03.502Z] [2020-08-12T17:10:03.502Z] Step 10/23 : FROM scratch [2020-08-12T17:10:03.502Z] ---> [2020-08-12T17:10:03.502Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-12T17:10:03.502Z] ---> Running in ff1da7c813fc [2020-08-12T17:10:03.502Z] ---> Running in a5051e3a1e8b [2020-08-12T17:10:03.502Z] ---> Running in d0c9c0fb5ddd [2020-08-12T17:10:03.765Z] Removing intermediate container 02b6490c4e5c [2020-08-12T17:10:03.765Z] ---> ca28d2905a95 [2020-08-12T17:10:03.765Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-12T17:10:04.026Z] Removing intermediate container a5051e3a1e8b [2020-08-12T17:10:04.026Z] ---> e09e308d7c3c [2020-08-12T17:10:04.026Z] Step 12/21 : ENV APP_PORT=48061 [2020-08-12T17:10:04.026Z] ---> Running in 7ffd999d4bbd [2020-08-12T17:10:04.026Z] Removing intermediate container ff1da7c813fc [2020-08-12T17:10:04.026Z] ---> 3819225dff9e [2020-08-12T17:10:04.026Z] Step 12/23 : ENV APP_PORT=48060 [2020-08-12T17:10:04.026Z] ---> Running in aa2a23a37019 [2020-08-12T17:10:04.026Z] ---> Running in e76aba0d62d9 [2020-08-12T17:10:04.293Z] Removing intermediate container 7ffd999d4bbd [2020-08-12T17:10:04.293Z] ---> b2d4bfb2d7cd [2020-08-12T17:10:04.293Z] Step 13/26 : WORKDIR / [2020-08-12T17:10:04.293Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.10" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-08-12T17:10:04.293Z] ---> Running in c706a36e6e3c [2020-08-12T17:10:04.293Z] Removing intermediate container e76aba0d62d9 [2020-08-12T17:10:04.293Z] ---> 6ce5b9116c7b [2020-08-12T17:10:04.293Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-12T17:10:04.293Z] Removing intermediate container aa2a23a37019 [2020-08-12T17:10:04.293Z] ---> 6d05ab11f7e2 [2020-08-12T17:10:04.293Z] Step 13/23 : EXPOSE $APP_PORT [2020-08-12T17:10:04.554Z] ---> Running in b58ff41b56e2 [2020-08-12T17:10:04.554Z] ---> Running in 31c1e08e6a17 [2020-08-12T17:10:04.554Z] Removing intermediate container c706a36e6e3c [2020-08-12T17:10:04.554Z] ---> af4a8b7196fd [2020-08-12T17:10:04.554Z] Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-08-12T17:10:04.815Z] Removing intermediate container 31c1e08e6a17 [2020-08-12T17:10:04.815Z] ---> c4cc7647fd20 [2020-08-12T17:10:04.815Z] Step 14/21 : COPY --from=builder /bin/bash /bin/bash [2020-08-12T17:10:04.815Z] Removing intermediate container b58ff41b56e2 [2020-08-12T17:10:04.815Z] ---> 3b11b75b9afd [2020-08-12T17:10:04.815Z] Step 14/23 : COPY --from=builder /bin/sh /bin/sh [2020-08-12T17:10:05.078Z] ---> 39adf07b92d1 [2020-08-12T17:10:05.078Z] Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-08-12T17:10:05.078Z] ---> c1b2095677e0 [2020-08-12T17:10:05.078Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-08-12T17:10:05.078Z] ---> 72d9a0b3f627 [2020-08-12T17:10:05.078Z] Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-08-12T17:10:05.787Z] Building docker-core-command-go ... [2020-08-12T17:10:05.787Z] Building docker-core-data-go ... [2020-08-12T17:10:05.787Z] Building docker-core-metadata-go ... [2020-08-12T17:10:05.787Z] Building docker-security-proxy-setup-go ... [2020-08-12T17:10:05.787Z] Building docker-security-secrets-setup-go ... [2020-08-12T17:10:05.787Z] Building docker-security-secretstore-setup-go ... [2020-08-12T17:10:05.787Z] Building docker-support-logging-go ... [2020-08-12T17:10:05.787Z] Building docker-support-notifications-go ... [2020-08-12T17:10:05.787Z] Building docker-support-scheduler-go ... [2020-08-12T17:10:05.787Z] Building docker-sys-mgmt-agent-go ... [2020-08-12T17:10:05.787Z] Building docker-security-proxy-setup-go [2020-08-12T17:10:05.787Z] Building docker-sys-mgmt-agent-go [2020-08-12T17:10:05.787Z] Building docker-core-metadata-go [2020-08-12T17:10:05.787Z] Building docker-security-secrets-setup-go [2020-08-12T17:10:05.787Z] Building docker-support-scheduler-go [2020-08-12T17:10:06.463Z] ---> b737a6964540 [2020-08-12T17:10:06.463Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-08-12T17:10:06.463Z] ---> 42097ba05e15 [2020-08-12T17:10:06.463Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-08-12T17:10:06.726Z] ---> 2ef70bc68ea9 [2020-08-12T17:10:06.726Z] Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl [2020-08-12T17:10:06.992Z] ---> 61c60d69a1c3 [2020-08-12T17:10:06.992Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-08-12T17:10:06.992Z] Removing intermediate container d0c9c0fb5ddd [2020-08-12T17:10:06.992Z] ---> 1a81150e96f0 [2020-08-12T17:10:06.992Z] [2020-08-12T17:10:06.992Z] Step 11/26 : FROM docker:latest [2020-08-12T17:10:06.992Z] ---> 81f5749c9058 [2020-08-12T17:10:06.992Z] Step 12/26 : RUN apk add --no-cache bash [2020-08-12T17:10:07.255Z] ---> Running in 66165f34f424 [2020-08-12T17:10:07.255Z] ---> 7e1a6c166859 [2020-08-12T17:10:07.255Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-08-12T17:10:07.255Z] ---> a3e0caa7c73f [2020-08-12T17:10:07.255Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-08-12T17:10:07.517Z] ---> 37e57814e56e [2020-08-12T17:10:07.517Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-08-12T17:10:07.778Z] ---> 7a1d4a499318 [2020-08-12T17:10:07.778Z] Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-12T17:10:07.778Z] ---> 06c382d22b74 [2020-08-12T17:10:07.778Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-08-12T17:10:07.778Z] ---> Running in 4a58cb090097 [2020-08-12T17:10:08.043Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-12T17:10:08.043Z] Removing intermediate container 4a58cb090097 [2020-08-12T17:10:08.043Z] ---> db88a6bb5650 [2020-08-12T17:10:08.043Z] Step 19/21 : LABEL arch=x86_64 [2020-08-12T17:10:08.043Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-12T17:10:08.043Z] ---> be1c57f1b629 [2020-08-12T17:10:08.043Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-08-12T17:10:08.305Z] (1/2) Installing readline (8.0.4-r0) [2020-08-12T17:10:08.305Z] (2/2) Installing bash (5.0.17-r0) [2020-08-12T17:10:08.305Z] Executing bash-5.0.17-r0.post-install [2020-08-12T17:10:08.305Z] Executing busybox-1.31.1-r16.trigger [2020-08-12T17:10:08.305Z] OK: 12 MiB in 22 packages [2020-08-12T17:10:08.878Z] ---> Running in 0134bdec4482 [2020-08-12T17:10:09.143Z] ---> 9e2108723ecc [2020-08-12T17:10:09.143Z] Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-08-12T17:10:09.143Z] ---> 783006304c1f [2020-08-12T17:10:09.143Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-08-12T17:10:09.408Z] Removing intermediate container 0134bdec4482 [2020-08-12T17:10:09.408Z] ---> d710afa2a012 [2020-08-12T17:10:09.408Z] Step 20/21 : LABEL git_sha=d08647e33299f35346a0c0e1b5c282da7a73a79b [2020-08-12T17:10:09.669Z] ---> Running in bf6a6a696dee [2020-08-12T17:10:09.669Z] ---> 3566c5ae4b74 [2020-08-12T17:10:09.669Z] Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-12T17:10:09.669Z] Removing intermediate container 66165f34f424 [2020-08-12T17:10:09.669Z] ---> 17e45822c1b0 [2020-08-12T17:10:09.669Z] Step 13/26 : RUN rm -rf /var/cache/apk/* [2020-08-12T17:10:09.669Z] ---> f369edab8534 [2020-08-12T17:10:09.669Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-08-12T17:10:09.936Z] ---> Running in 510fec819c34 [2020-08-12T17:10:09.936Z] ---> Running in f25ffd34e774 [2020-08-12T17:10:09.936Z] Removing intermediate container bf6a6a696dee [2020-08-12T17:10:09.936Z] ---> 57a569b31b92 [2020-08-12T17:10:09.936Z] Step 21/21 : LABEL version=1.2.2-dev.10 [2020-08-12T17:10:10.196Z] ---> Running in 0a32700b7b36 [2020-08-12T17:10:10.196Z] ---> a6f40936f65c [2020-08-12T17:10:10.196Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-12T17:10:10.196Z] Removing intermediate container 510fec819c34 [2020-08-12T17:10:10.196Z] ---> f1086f8a22c4 [2020-08-12T17:10:10.196Z] Step 21/23 : LABEL arch=x86_64 [2020-08-12T17:10:10.459Z] ---> Running in 45f040be3a55 [2020-08-12T17:10:10.459Z] ---> Running in a84d71a9b7f2 [2020-08-12T17:10:10.459Z] Removing intermediate container 0a32700b7b36 [2020-08-12T17:10:10.459Z] ---> f91305f4a42d [2020-08-12T17:10:10.459Z] [2020-08-12T17:10:10.459Z] Successfully built f91305f4a42d [2020-08-12T17:10:10.726Z] Successfully tagged docker-support-logging-go:latest [2020-08-12T17:10:10.726Z]  Building docker-support-logging-go ... done Removing intermediate container a84d71a9b7f2 [2020-08-12T17:10:10.726Z] ---> 8ad94407d91c [2020-08-12T17:10:10.726Z] Step 22/23 : LABEL git_sha=d08647e33299f35346a0c0e1b5c282da7a73a79b [2020-08-12T17:10:10.726Z] ---> Running in fce70d74d573 [2020-08-12T17:10:10.986Z] Removing intermediate container fce70d74d573 [2020-08-12T17:10:10.986Z] ---> 4faf1d632c24 [2020-08-12T17:10:10.986Z] Step 23/23 : LABEL version=1.2.2-dev.10 [2020-08-12T17:10:10.986Z] Removing intermediate container f25ffd34e774 [2020-08-12T17:10:10.986Z] ---> 315e21f09184 [2020-08-12T17:10:10.986Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-08-12T17:10:11.249Z] ---> Running in 8aeb6944a93b [2020-08-12T17:10:11.249Z] ---> Running in 215dbfe22b54 [2020-08-12T17:10:11.511Z] Removing intermediate container 8aeb6944a93b [2020-08-12T17:10:11.511Z] ---> ab9f210cebef [2020-08-12T17:10:11.511Z] [2020-08-12T17:10:11.772Z] Successfully built ab9f210cebef [2020-08-12T17:10:11.772Z] Removing intermediate container 215dbfe22b54 [2020-08-12T17:10:11.772Z] ---> 93075afda284 [2020-08-12T17:10:11.772Z] Step 15/26 : ENV APP_PORT=48090 [2020-08-12T17:10:11.772Z] Successfully tagged docker-support-notifications-go:latest [2020-08-12T17:10:11.772Z]  Building docker-support-notifications-go ... done Removing intermediate container 45f040be3a55 [2020-08-12T17:10:11.772Z] ---> 7b596f71794d [2020-08-12T17:10:11.772Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-08-12T17:10:12.033Z] ---> Running in cf41b17da627 [2020-08-12T17:10:12.033Z] ---> Running in 1dda4c3939ad [2020-08-12T17:10:12.033Z] Removing intermediate container cf41b17da627 [2020-08-12T17:10:12.033Z] ---> df66eb8bdadc [2020-08-12T17:10:12.033Z] Step 16/26 : EXPOSE $APP_PORT [2020-08-12T17:10:12.293Z] Removing intermediate container 1dda4c3939ad [2020-08-12T17:10:12.293Z] ---> 439127103dd2 [2020-08-12T17:10:12.293Z] Step 24/26 : LABEL arch=x86_64 [2020-08-12T17:10:12.293Z] ---> Running in afcc1d42bcb1 [2020-08-12T17:10:12.293Z] ---> Running in 224d938d4504 [2020-08-12T17:10:12.293Z] Removing intermediate container afcc1d42bcb1 [2020-08-12T17:10:12.293Z] ---> ed70a4c736ba [2020-08-12T17:10:12.293Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-08-12T17:10:12.562Z] Removing intermediate container 224d938d4504 [2020-08-12T17:10:12.562Z] ---> 73aab7737796 [2020-08-12T17:10:12.562Z] Step 25/26 : LABEL git_sha=d08647e33299f35346a0c0e1b5c282da7a73a79b [2020-08-12T17:10:12.562Z] ---> Running in 2d686a2fbd9e [2020-08-12T17:10:12.828Z] Removing intermediate container 2d686a2fbd9e [2020-08-12T17:10:12.828Z] ---> d3207412e895 [2020-08-12T17:10:12.828Z] Step 26/26 : LABEL version=1.2.2-dev.10 [2020-08-12T17:10:12.828Z] ---> Running in ff582802a7c3 [2020-08-12T17:10:12.828Z] ---> 35bcd7969610 [2020-08-12T17:10:12.828Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-08-12T17:10:13.089Z] Removing intermediate container ff582802a7c3 [2020-08-12T17:10:13.089Z] ---> 45fb34d5b213 [2020-08-12T17:10:13.089Z] [2020-08-12T17:10:13.089Z] Successfully built 45fb34d5b213 [2020-08-12T17:10:13.089Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-08-12T17:10:13.089Z]  Building docker-security-secretstore-setup-go ... done  ---> d395364b39a7 [2020-08-12T17:10:13.089Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-08-12T17:10:13.671Z] ---> 105ad747d559 [2020-08-12T17:10:13.671Z] Step 20/26 : RUN apk --no-cache add py-pip [2020-08-12T17:10:13.671Z] ---> Running in 66f9a5332c42 [2020-08-12T17:10:13.932Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-12T17:10:14.193Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-12T17:10:14.193Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-08-12T17:10:14.193Z] (2/33) Installing expat (2.2.9-r1) [2020-08-12T17:10:14.193Z] (3/33) Installing libffi (3.3-r2) [2020-08-12T17:10:14.193Z] (4/33) Installing gdbm (1.13-r1) [2020-08-12T17:10:14.193Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-08-12T17:10:14.193Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-08-12T17:10:14.193Z] (7/33) Installing python3 (3.8.5-r0) [2020-08-12T17:10:15.138Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-08-12T17:10:15.138Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-08-12T17:10:15.138Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-08-12T17:10:15.138Z] (11/33) Installing py3-six (1.15.0-r0) [2020-08-12T17:10:15.138Z] (12/33) Installing py3-packaging (20.4-r0) [2020-08-12T17:10:15.138Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-08-12T17:10:15.400Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-08-12T17:10:15.400Z] (15/33) Installing py3-idna (2.9-r0) [2020-08-12T17:10:15.400Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-08-12T17:10:15.400Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-08-12T17:10:15.662Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-08-12T17:10:15.662Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-08-12T17:10:15.662Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-08-12T17:10:15.662Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-08-12T17:10:15.662Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-08-12T17:10:15.662Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-08-12T17:10:15.662Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-08-12T17:10:15.662Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-08-12T17:10:15.662Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-08-12T17:10:15.662Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-08-12T17:10:15.662Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-08-12T17:10:15.662Z] (29/33) Installing py3-progress (1.5-r0) [2020-08-12T17:10:15.662Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-08-12T17:10:15.922Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-08-12T17:10:15.922Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-08-12T17:10:15.922Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-08-12T17:10:15.922Z] Executing busybox-1.31.1-r16.trigger [2020-08-12T17:10:15.922Z] OK: 71 MiB in 55 packages [2020-08-12T17:10:26.016Z] Removing intermediate container 66f9a5332c42 [2020-08-12T17:10:26.016Z] ---> 9a29a3bdfdc2 [2020-08-12T17:10:26.016Z] Step 21/26 : RUN pip install docker-compose==1.23.2 [2020-08-12T17:10:26.016Z] ---> Running in 9a0111e3beb2 [2020-08-12T17:10:27.400Z] Collecting docker-compose==1.23.2 [2020-08-12T17:10:27.400Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-08-12T17:10:27.400Z] Collecting cached-property<2,>=1.2.0 [2020-08-12T17:10:27.400Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-08-12T17:10:27.400Z] Collecting dockerpty<0.5,>=0.4.1 [2020-08-12T17:10:27.400Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-08-12T17:10:27.978Z] Collecting docopt<0.7,>=0.6.1 [2020-08-12T17:10:27.978Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-08-12T17:10:28.548Z] Collecting docker<4.0,>=3.6.0 [2020-08-12T17:10:28.549Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-08-12T17:10:28.549Z] Collecting texttable<0.10,>=0.9.0 [2020-08-12T17:10:28.809Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-08-12T17:10:29.069Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-08-12T17:10:29.069Z] Collecting jsonschema<3,>=2.5.1 [2020-08-12T17:10:29.069Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-08-12T17:10:29.330Z] Collecting websocket-client<1.0,>=0.32.0 [2020-08-12T17:10:29.330Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-08-12T17:10:29.591Z] Collecting PyYAML<4,>=3.10 [2020-08-12T17:10:29.591Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-08-12T17:10:30.533Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-08-12T17:10:30.533Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-08-12T17:10:30.533Z] Collecting docker-pycreds>=0.4.0 [2020-08-12T17:10:30.533Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-08-12T17:10:30.533Z] Collecting urllib3<1.25,>=1.21.1 [2020-08-12T17:10:30.533Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-08-12T17:10:30.533Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2020-08-12T17:10:30.796Z] Collecting idna<2.8,>=2.5 [2020-08-12T17:10:30.796Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-08-12T17:10:30.796Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2020-08-12T17:10:30.796Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-08-12T17:10:30.796Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-08-12T17:10:30.796Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-08-12T17:10:30.796Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-08-12T17:10:30.796Z] Installing collected packages: cached-property, dockerpty, docopt, docker-pycreds, urllib3, idna, requests, websocket-client, docker, texttable, jsonschema, PyYAML, docker-compose [2020-08-12T17:10:30.796Z] Running setup.py install for dockerpty: started [2020-08-12T17:10:31.366Z] Running setup.py install for dockerpty: finished with status 'done' [2020-08-12T17:10:31.366Z] Running setup.py install for docopt: started [2020-08-12T17:10:31.940Z] Running setup.py install for docopt: finished with status 'done' [2020-08-12T17:10:31.940Z] Attempting uninstall: urllib3 [2020-08-12T17:10:31.940Z] Found existing installation: urllib3 1.25.9 [2020-08-12T17:10:31.940Z] Uninstalling urllib3-1.25.9: [2020-08-12T17:10:31.940Z] Successfully uninstalled urllib3-1.25.9 [2020-08-12T17:10:32.204Z] Attempting uninstall: idna [2020-08-12T17:10:32.204Z] Found existing installation: idna 2.9 [2020-08-12T17:10:32.204Z] Uninstalling idna-2.9: [2020-08-12T17:10:32.204Z] Successfully uninstalled idna-2.9 [2020-08-12T17:10:32.204Z] Attempting uninstall: requests [2020-08-12T17:10:32.204Z] Found existing installation: requests 2.23.0 [2020-08-12T17:10:32.204Z] Uninstalling requests-2.23.0: [2020-08-12T17:10:32.467Z] Successfully uninstalled requests-2.23.0 [2020-08-12T17:10:32.727Z] Running setup.py install for texttable: started [2020-08-12T17:10:33.298Z] Running setup.py install for texttable: finished with status 'done' [2020-08-12T17:10:33.298Z] Running setup.py install for PyYAML: started [2020-08-12T17:10:33.871Z] Running setup.py install for PyYAML: finished with status 'done' [2020-08-12T17:10:34.132Z] Successfully installed PyYAML-3.13 cached-property-1.5.1 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2020-08-12T17:10:37.439Z] Removing intermediate container 9a0111e3beb2 [2020-08-12T17:10:37.439Z] ---> d4a47f9de13c [2020-08-12T17:10:37.439Z] Step 22/26 : RUN apk --no-cache add curl [2020-08-12T17:10:37.439Z] ---> Running in cb24972cc0e4 [2020-08-12T17:10:37.700Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-12T17:10:37.700Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-12T17:10:37.961Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-08-12T17:10:37.961Z] (2/3) Installing libcurl (7.69.1-r0) [2020-08-12T17:10:37.961Z] (3/3) Installing curl (7.69.1-r0) [2020-08-12T17:10:37.961Z] Executing busybox-1.31.1-r16.trigger [2020-08-12T17:10:37.961Z] OK: 72 MiB in 58 packages [2020-08-12T17:10:38.532Z] Removing intermediate container cb24972cc0e4 [2020-08-12T17:10:38.532Z] ---> 8c194e60a579 [2020-08-12T17:10:38.532Z] Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-12T17:10:38.532Z] ---> Running in 198b8fb161f7 [2020-08-12T17:10:38.793Z] Removing intermediate container 198b8fb161f7 [2020-08-12T17:10:38.793Z] ---> 207e397dcca8 [2020-08-12T17:10:38.793Z] Step 24/26 : LABEL arch=x86_64 [2020-08-12T17:10:38.793Z] ---> Running in 899b01f4f79f [2020-08-12T17:10:38.793Z] Removing intermediate container 899b01f4f79f [2020-08-12T17:10:38.793Z] ---> fa90f2eb1649 [2020-08-12T17:10:38.793Z] Step 25/26 : LABEL git_sha=d08647e33299f35346a0c0e1b5c282da7a73a79b [2020-08-12T17:10:39.054Z] ---> Running in ba842b8b0c4b [2020-08-12T17:10:39.054Z] Removing intermediate container ba842b8b0c4b [2020-08-12T17:10:39.054Z] ---> fe12f8d7d497 [2020-08-12T17:10:39.054Z] Step 26/26 : LABEL version=1.2.2-dev.10 [2020-08-12T17:10:39.315Z] ---> Running in 64af44d13e48 [2020-08-12T17:10:39.315Z] Removing intermediate container 64af44d13e48 [2020-08-12T17:10:39.315Z] ---> 67df518733b9 [2020-08-12T17:10:39.315Z] [2020-08-12T17:10:39.576Z] Successfully built 67df518733b9 [2020-08-12T17:10:39.577Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-08-12T17:10:39.863Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-08-12T17:10:39.868Z] $ docker stop --time=1 a97f7142fa97bd003079efdf23821cb25bdd5380eb16ddbea76908ef14e2ecf0 [2020-08-12T17:10:41.463Z] $ docker rm -f a97f7142fa97bd003079efdf23821cb25bdd5380eb16ddbea76908ef14e2ecf0 [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-12T17:10:42.022Z] + docker images [2020-08-12T17:10:42.022Z] + grep docker [2020-08-12T17:10:42.022Z] docker-sys-mgmt-agent-go latest 67df518733b9 2 seconds ago 284MB [2020-08-12T17:10:42.022Z] docker-security-secretstore-setup-go latest 45fb34d5b213 29 seconds ago 33.9MB [2020-08-12T17:10:42.022Z] docker-support-notifications-go latest ab9f210cebef 30 seconds ago 14.4MB [2020-08-12T17:10:42.022Z] docker-support-logging-go latest f91305f4a42d 31 seconds ago 11.8MB [2020-08-12T17:10:42.022Z] docker-core-command-go latest 825580ed43dd About a minute ago 13MB [2020-08-12T17:10:42.022Z] docker-core-data-go latest 71a9400359db About a minute ago 23.8MB [2020-08-12T17:10:42.022Z] docker-security-secrets-setup-go latest 65c988e09f4a 2 minutes ago 25.1MB [2020-08-12T17:10:42.022Z] docker-security-proxy-setup-go latest 1a04bf88e39e 2 minutes ago 16.4MB [2020-08-12T17:10:42.022Z] docker-core-metadata-go latest dc32d11f5483 2 minutes ago 14.4MB [2020-08-12T17:10:42.022Z] docker-support-scheduler-go latest 2c9b59ef4619 2 minutes ago 13.1MB [2020-08-12T17:10:42.022Z] docker latest 81f5749c9058 6 weeks ago 211MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-08-12T17:10:42.470Z] provisioning config files... [2020-08-12T17:10:42.500Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/122@tmp/config5457092507647689364tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-08-12T17:10:42.868Z] nexus3.edgexfoundry.org:10001 [2020-08-12T17:10:42.868Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-12T17:10:43.145Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-12T17:10:43.145Z] Configure a credential helper to remove this warning. See [2020-08-12T17:10:43.145Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-12T17:10:43.145Z] [2020-08-12T17:10:43.145Z] Login Succeeded [2020-08-12T17:10:43.145Z] nexus3.edgexfoundry.org:10002 [2020-08-12T17:10:43.145Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-12T17:10:43.145Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-12T17:10:43.145Z] Configure a credential helper to remove this warning. See [2020-08-12T17:10:43.145Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-12T17:10:43.145Z] [2020-08-12T17:10:43.145Z] Login Succeeded [2020-08-12T17:10:43.145Z] nexus3.edgexfoundry.org:10003 [2020-08-12T17:10:43.414Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-12T17:10:43.414Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-12T17:10:43.414Z] Configure a credential helper to remove this warning. See [2020-08-12T17:10:43.414Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-12T17:10:43.414Z] [2020-08-12T17:10:43.414Z] Login Succeeded [2020-08-12T17:10:43.414Z] nexus3.edgexfoundry.org:10004 [2020-08-12T17:10:43.688Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-12T17:10:43.688Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-12T17:10:43.688Z] Configure a credential helper to remove this warning. See [2020-08-12T17:10:43.688Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-12T17:10:43.688Z] [2020-08-12T17:10:43.688Z] Login Succeeded [2020-08-12T17:10:43.688Z] docker.io [2020-08-12T17:10:43.954Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-12T17:10:44.215Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-12T17:10:44.216Z] Configure a credential helper to remove this warning. See [2020-08-12T17:10:44.216Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-12T17:10:44.216Z] [2020-08-12T17:10:44.216Z] Login Succeeded [Pipeline] } [2020-08-12T17:10:44.226Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-12T17:10:44.407Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2020-08-12T17:10:44.407Z] d08647e33299f35346a0c0e1b5c282da7a73a79b [2020-08-12T17:10:44.407Z] 1.2.2-dev.10 [2020-08-12T17:10:44.407Z] d08647e33299f35346a0c0e1b5c282da7a73a79b-1.2.2-dev.10 [2020-08-12T17:10:44.407Z] master [2020-08-12T17:10:44.407Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:10:44.894Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:d08647e33299f35346a0c0e1b5c282da7a73a79b [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:10:45.201Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:d08647e33299f35346a0c0e1b5c282da7a73a79b [2020-08-12T17:10:45.201Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-08-12T17:10:45.201Z] 45336f8b9265: Preparing [2020-08-12T17:10:45.201Z] d5cd1b93d5b1: Preparing [2020-08-12T17:10:45.201Z] 0ed2b2da5355: Preparing [2020-08-12T17:10:45.201Z] 0ed2b2da5355: Pushed [2020-08-12T17:10:45.201Z] 45336f8b9265: Pushed [2020-08-12T17:10:46.590Z] d5cd1b93d5b1: Pushed [2020-08-12T17:10:46.590Z] d08647e33299f35346a0c0e1b5c282da7a73a79b: digest: sha256:02345345b9b1172cbad3421804f8a9bd0071824b9fb8450c121204715a5eca7f size: 943 [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:10:46.894Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.10 [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:10:47.196Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.10 [2020-08-12T17:10:47.196Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-08-12T17:10:47.196Z] 45336f8b9265: Preparing [2020-08-12T17:10:47.196Z] d5cd1b93d5b1: Preparing [2020-08-12T17:10:47.196Z] 0ed2b2da5355: Preparing [2020-08-12T17:10:47.196Z] 45336f8b9265: Layer already exists [2020-08-12T17:10:47.196Z] 0ed2b2da5355: Layer already exists [2020-08-12T17:10:47.196Z] d5cd1b93d5b1: Layer already exists [2020-08-12T17:10:47.196Z] 1.2.2-dev.10: digest: sha256:02345345b9b1172cbad3421804f8a9bd0071824b9fb8450c121204715a5eca7f size: 943 [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:10:47.533Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:d08647e33299f35346a0c0e1b5c282da7a73a79b-1.2.2-dev.10 [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:10:47.873Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:d08647e33299f35346a0c0e1b5c282da7a73a79b-1.2.2-dev.10 [2020-08-12T17:10:47.873Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-08-12T17:10:47.873Z] 45336f8b9265: Preparing [2020-08-12T17:10:47.873Z] d5cd1b93d5b1: Preparing [2020-08-12T17:10:47.873Z] 0ed2b2da5355: Preparing [2020-08-12T17:10:47.873Z] 45336f8b9265: Layer already exists [2020-08-12T17:10:47.873Z] d5cd1b93d5b1: Layer already exists [2020-08-12T17:10:47.873Z] 0ed2b2da5355: Layer already exists [2020-08-12T17:10:47.873Z] d08647e33299f35346a0c0e1b5c282da7a73a79b-1.2.2-dev.10: digest: sha256:02345345b9b1172cbad3421804f8a9bd0071824b9fb8450c121204715a5eca7f size: 943 [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:10:48.191Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:10:48.525Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2020-08-12T17:10:48.525Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-08-12T17:10:48.525Z] 45336f8b9265: Preparing [2020-08-12T17:10:48.525Z] d5cd1b93d5b1: Preparing [2020-08-12T17:10:48.525Z] 0ed2b2da5355: Preparing [2020-08-12T17:10:48.525Z] d5cd1b93d5b1: Layer already exists [2020-08-12T17:10:48.525Z] 0ed2b2da5355: Layer already exists [2020-08-12T17:10:48.525Z] 45336f8b9265: Layer already exists [2020-08-12T17:10:48.525Z] master: digest: sha256:02345345b9b1172cbad3421804f8a9bd0071824b9fb8450c121204715a5eca7f size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-12T17:10:48.693Z] ===================================================== [Pipeline] echo [2020-08-12T17:10:48.735Z] taggedImages: [2020-08-12T17:10:48.735Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:d08647e33299f35346a0c0e1b5c282da7a73a79b [2020-08-12T17:10:48.735Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.10 [2020-08-12T17:10:48.735Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:d08647e33299f35346a0c0e1b5c282da7a73a79b-1.2.2-dev.10 [2020-08-12T17:10:48.735Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2020-08-12T17:10:48.788Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2020-08-12T17:10:48.788Z] d08647e33299f35346a0c0e1b5c282da7a73a79b [2020-08-12T17:10:48.788Z] 1.2.2-dev.10 [2020-08-12T17:10:48.788Z] d08647e33299f35346a0c0e1b5c282da7a73a79b-1.2.2-dev.10 [2020-08-12T17:10:48.788Z] master [2020-08-12T17:10:48.788Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:10:49.292Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:d08647e33299f35346a0c0e1b5c282da7a73a79b [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:10:49.602Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:d08647e33299f35346a0c0e1b5c282da7a73a79b [2020-08-12T17:10:49.602Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-08-12T17:10:49.602Z] b949aa859f87: Preparing [2020-08-12T17:10:49.602Z] 72d42f173482: Preparing [2020-08-12T17:10:49.602Z] 2b1a2e8c7839: Preparing [2020-08-12T17:10:49.602Z] 2547b54042de: Preparing [2020-08-12T17:10:49.602Z] bcb7602b44d0: Preparing [2020-08-12T17:10:49.602Z] 50644c29ef5a: Preparing [2020-08-12T17:10:49.602Z] 50644c29ef5a: Waiting [2020-08-12T17:10:49.602Z] b949aa859f87: Pushed [2020-08-12T17:10:49.876Z] bcb7602b44d0: Pushed [2020-08-12T17:10:49.876Z] 2b1a2e8c7839: Pushed [2020-08-12T17:10:49.876Z] 50644c29ef5a: Layer already exists [2020-08-12T17:10:49.876Z] 2547b54042de: Pushed [2020-08-12T17:10:51.306Z] 72d42f173482: Pushed [2020-08-12T17:10:51.306Z] d08647e33299f35346a0c0e1b5c282da7a73a79b: digest: sha256:e1405f7fd2d1469bbb5e4e1f0e32604e68aa559499131b66e0c54f08f5c64a7e size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:10:51.710Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.10 [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:10:52.021Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.10 [2020-08-12T17:10:52.021Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-08-12T17:10:52.021Z] b949aa859f87: Preparing [2020-08-12T17:10:52.021Z] 72d42f173482: Preparing [2020-08-12T17:10:52.021Z] 2b1a2e8c7839: Preparing [2020-08-12T17:10:52.021Z] 2547b54042de: Preparing [2020-08-12T17:10:52.021Z] bcb7602b44d0: Preparing [2020-08-12T17:10:52.021Z] 50644c29ef5a: Preparing [2020-08-12T17:10:52.021Z] 50644c29ef5a: Waiting [2020-08-12T17:10:52.021Z] bcb7602b44d0: Layer already exists [2020-08-12T17:10:52.021Z] 2547b54042de: Layer already exists [2020-08-12T17:10:52.021Z] 2b1a2e8c7839: Layer already exists [2020-08-12T17:10:52.021Z] 72d42f173482: Layer already exists [2020-08-12T17:10:52.021Z] b949aa859f87: Layer already exists [2020-08-12T17:10:52.021Z] 50644c29ef5a: Layer already exists [2020-08-12T17:10:52.021Z] 1.2.2-dev.10: digest: sha256:e1405f7fd2d1469bbb5e4e1f0e32604e68aa559499131b66e0c54f08f5c64a7e size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:10:52.622Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:d08647e33299f35346a0c0e1b5c282da7a73a79b-1.2.2-dev.10 [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:10:53.006Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:d08647e33299f35346a0c0e1b5c282da7a73a79b-1.2.2-dev.10 [2020-08-12T17:10:53.006Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-08-12T17:10:53.006Z] b949aa859f87: Preparing [2020-08-12T17:10:53.006Z] 72d42f173482: Preparing [2020-08-12T17:10:53.006Z] 2b1a2e8c7839: Preparing [2020-08-12T17:10:53.006Z] 2547b54042de: Preparing [2020-08-12T17:10:53.006Z] bcb7602b44d0: Preparing [2020-08-12T17:10:53.006Z] 50644c29ef5a: Preparing [2020-08-12T17:10:53.006Z] 50644c29ef5a: Waiting [2020-08-12T17:10:53.006Z] 2b1a2e8c7839: Layer already exists [2020-08-12T17:10:53.006Z] 2547b54042de: Layer already exists [2020-08-12T17:10:53.006Z] bcb7602b44d0: Layer already exists [2020-08-12T17:10:53.006Z] 72d42f173482: Layer already exists [2020-08-12T17:10:53.006Z] b949aa859f87: Layer already exists [2020-08-12T17:10:53.331Z] 50644c29ef5a: Layer already exists [2020-08-12T17:10:53.331Z] d08647e33299f35346a0c0e1b5c282da7a73a79b-1.2.2-dev.10: digest: sha256:e1405f7fd2d1469bbb5e4e1f0e32604e68aa559499131b66e0c54f08f5c64a7e size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:10:53.746Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:10:54.231Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2020-08-12T17:10:54.231Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-08-12T17:10:54.231Z] b949aa859f87: Preparing [2020-08-12T17:10:54.231Z] 72d42f173482: Preparing [2020-08-12T17:10:54.231Z] 2b1a2e8c7839: Preparing [2020-08-12T17:10:54.231Z] 2547b54042de: Preparing [2020-08-12T17:10:54.231Z] bcb7602b44d0: Preparing [2020-08-12T17:10:54.231Z] 50644c29ef5a: Preparing [2020-08-12T17:10:54.231Z] 50644c29ef5a: Waiting [2020-08-12T17:10:54.231Z] b949aa859f87: Layer already exists [2020-08-12T17:10:54.231Z] bcb7602b44d0: Layer already exists [2020-08-12T17:10:54.231Z] 2547b54042de: Layer already exists [2020-08-12T17:10:54.231Z] 72d42f173482: Layer already exists [2020-08-12T17:10:54.231Z] 2b1a2e8c7839: Layer already exists [2020-08-12T17:10:54.231Z] 50644c29ef5a: Layer already exists [2020-08-12T17:10:54.965Z] master: digest: sha256:e1405f7fd2d1469bbb5e4e1f0e32604e68aa559499131b66e0c54f08f5c64a7e size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-12T17:10:55.206Z] ===================================================== [Pipeline] echo [2020-08-12T17:10:55.249Z] taggedImages: [2020-08-12T17:10:55.249Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:d08647e33299f35346a0c0e1b5c282da7a73a79b [2020-08-12T17:10:55.249Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.10 [2020-08-12T17:10:55.249Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:d08647e33299f35346a0c0e1b5c282da7a73a79b-1.2.2-dev.10 [2020-08-12T17:10:55.249Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2020-08-12T17:10:55.322Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2020-08-12T17:10:55.322Z] d08647e33299f35346a0c0e1b5c282da7a73a79b [2020-08-12T17:10:55.322Z] 1.2.2-dev.10 [2020-08-12T17:10:55.322Z] d08647e33299f35346a0c0e1b5c282da7a73a79b-1.2.2-dev.10 [2020-08-12T17:10:55.322Z] master [2020-08-12T17:10:55.322Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:10:55.932Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:d08647e33299f35346a0c0e1b5c282da7a73a79b [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:10:56.428Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:d08647e33299f35346a0c0e1b5c282da7a73a79b [2020-08-12T17:10:56.428Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-08-12T17:10:56.428Z] f2cc20054039: Preparing [2020-08-12T17:10:56.428Z] d70cc891f666: Preparing [2020-08-12T17:10:56.428Z] 6ab8bc01a234: Preparing [2020-08-12T17:10:56.695Z] 6ab8bc01a234: Pushed [2020-08-12T17:10:56.695Z] f2cc20054039: Pushed [2020-08-12T17:10:58.167Z] d70cc891f666: Pushed [2020-08-12T17:10:58.167Z] d08647e33299f35346a0c0e1b5c282da7a73a79b: digest: sha256:cf704b8ab5ecf902d5575fb462e2cbcfb33ce90080064f5a0f6d9ae19adcd0b4 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:10:58.784Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.10 [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:10:59.423Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.10 [2020-08-12T17:10:59.423Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-08-12T17:11:00.539Z] f2cc20054039: Preparing [2020-08-12T17:11:00.539Z] d70cc891f666: Preparing [2020-08-12T17:11:00.539Z] 6ab8bc01a234: Preparing [2020-08-12T17:11:00.539Z] f2cc20054039: Layer already exists [2020-08-12T17:11:00.539Z] d70cc891f666: Layer already exists [2020-08-12T17:11:00.539Z] 6ab8bc01a234: Layer already exists [2020-08-12T17:11:00.539Z] 1.2.2-dev.10: digest: sha256:cf704b8ab5ecf902d5575fb462e2cbcfb33ce90080064f5a0f6d9ae19adcd0b4 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:11:00.933Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:d08647e33299f35346a0c0e1b5c282da7a73a79b-1.2.2-dev.10 [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:11:01.248Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:d08647e33299f35346a0c0e1b5c282da7a73a79b-1.2.2-dev.10 [2020-08-12T17:11:01.248Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-08-12T17:11:01.248Z] f2cc20054039: Preparing [2020-08-12T17:11:01.248Z] d70cc891f666: Preparing [2020-08-12T17:11:01.248Z] 6ab8bc01a234: Preparing [2020-08-12T17:11:01.248Z] f2cc20054039: Layer already exists [2020-08-12T17:11:01.248Z] 6ab8bc01a234: Layer already exists [2020-08-12T17:11:01.248Z] d70cc891f666: Layer already exists [2020-08-12T17:11:01.248Z] d08647e33299f35346a0c0e1b5c282da7a73a79b-1.2.2-dev.10: digest: sha256:cf704b8ab5ecf902d5575fb462e2cbcfb33ce90080064f5a0f6d9ae19adcd0b4 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:11:01.570Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:11:01.879Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2020-08-12T17:11:01.880Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-08-12T17:11:01.880Z] f2cc20054039: Preparing [2020-08-12T17:11:01.880Z] d70cc891f666: Preparing [2020-08-12T17:11:01.880Z] 6ab8bc01a234: Preparing [2020-08-12T17:11:01.880Z] d70cc891f666: Layer already exists [2020-08-12T17:11:01.880Z] 6ab8bc01a234: Layer already exists [2020-08-12T17:11:01.880Z] f2cc20054039: Layer already exists [2020-08-12T17:11:01.880Z] master: digest: sha256:cf704b8ab5ecf902d5575fb462e2cbcfb33ce90080064f5a0f6d9ae19adcd0b4 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-12T17:11:02.101Z] ===================================================== [Pipeline] echo [2020-08-12T17:11:02.145Z] taggedImages: [2020-08-12T17:11:02.145Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:d08647e33299f35346a0c0e1b5c282da7a73a79b [2020-08-12T17:11:02.145Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.10 [2020-08-12T17:11:02.145Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:d08647e33299f35346a0c0e1b5c282da7a73a79b-1.2.2-dev.10 [2020-08-12T17:11:02.145Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2020-08-12T17:11:02.198Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2020-08-12T17:11:02.198Z] d08647e33299f35346a0c0e1b5c282da7a73a79b [2020-08-12T17:11:02.198Z] 1.2.2-dev.10 [2020-08-12T17:11:02.198Z] d08647e33299f35346a0c0e1b5c282da7a73a79b-1.2.2-dev.10 [2020-08-12T17:11:02.198Z] master [2020-08-12T17:11:02.198Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:11:02.692Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:d08647e33299f35346a0c0e1b5c282da7a73a79b [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:11:02.995Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:d08647e33299f35346a0c0e1b5c282da7a73a79b [2020-08-12T17:11:02.995Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-08-12T17:11:02.995Z] b1a85fdd1448: Preparing [2020-08-12T17:11:02.995Z] 047bb7aeab81: Preparing [2020-08-12T17:11:02.995Z] 288d78af4c26: Preparing [2020-08-12T17:11:02.995Z] 920aae42118a: Preparing [2020-08-12T17:11:02.995Z] 50644c29ef5a: Preparing [2020-08-12T17:11:02.995Z] 50644c29ef5a: Layer already exists [2020-08-12T17:11:02.995Z] 288d78af4c26: Pushed [2020-08-12T17:11:02.995Z] 047bb7aeab81: Pushed [2020-08-12T17:11:03.584Z] 920aae42118a: Pushed [2020-08-12T17:11:03.853Z] b1a85fdd1448: Pushed [2020-08-12T17:11:04.119Z] d08647e33299f35346a0c0e1b5c282da7a73a79b: digest: sha256:20892659fa694d1c04ad12fde3f2a3e80ba6ea048a48fbef10095caca2a3a238 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:11:04.447Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.10 [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:11:04.998Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.10 [2020-08-12T17:11:04.998Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-08-12T17:11:04.998Z] b1a85fdd1448: Preparing [2020-08-12T17:11:04.998Z] 047bb7aeab81: Preparing [2020-08-12T17:11:04.998Z] 288d78af4c26: Preparing [2020-08-12T17:11:04.998Z] 920aae42118a: Preparing [2020-08-12T17:11:04.998Z] 50644c29ef5a: Preparing [2020-08-12T17:11:04.998Z] b1a85fdd1448: Layer already exists [2020-08-12T17:11:04.998Z] 047bb7aeab81: Layer already exists [2020-08-12T17:11:04.998Z] 50644c29ef5a: Layer already exists [2020-08-12T17:11:04.998Z] 288d78af4c26: Layer already exists [2020-08-12T17:11:04.998Z] 920aae42118a: Layer already exists [2020-08-12T17:11:04.998Z] 1.2.2-dev.10: digest: sha256:20892659fa694d1c04ad12fde3f2a3e80ba6ea048a48fbef10095caca2a3a238 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:11:05.331Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:d08647e33299f35346a0c0e1b5c282da7a73a79b-1.2.2-dev.10 [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:11:05.673Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:d08647e33299f35346a0c0e1b5c282da7a73a79b-1.2.2-dev.10 [2020-08-12T17:11:05.673Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-08-12T17:11:05.673Z] b1a85fdd1448: Preparing [2020-08-12T17:11:05.673Z] 047bb7aeab81: Preparing [2020-08-12T17:11:05.673Z] 288d78af4c26: Preparing [2020-08-12T17:11:05.673Z] 920aae42118a: Preparing [2020-08-12T17:11:05.673Z] 50644c29ef5a: Preparing [2020-08-12T17:11:05.673Z] 047bb7aeab81: Layer already exists [2020-08-12T17:11:05.673Z] 50644c29ef5a: Layer already exists [2020-08-12T17:11:05.673Z] b1a85fdd1448: Layer already exists [2020-08-12T17:11:05.673Z] 288d78af4c26: Layer already exists [2020-08-12T17:11:05.673Z] 920aae42118a: Layer already exists [2020-08-12T17:11:05.673Z] d08647e33299f35346a0c0e1b5c282da7a73a79b-1.2.2-dev.10: digest: sha256:20892659fa694d1c04ad12fde3f2a3e80ba6ea048a48fbef10095caca2a3a238 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:11:06.029Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:11:06.357Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2020-08-12T17:11:06.357Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-08-12T17:11:06.357Z] b1a85fdd1448: Preparing [2020-08-12T17:11:06.357Z] 047bb7aeab81: Preparing [2020-08-12T17:11:06.357Z] 288d78af4c26: Preparing [2020-08-12T17:11:06.357Z] 920aae42118a: Preparing [2020-08-12T17:11:06.357Z] 50644c29ef5a: Preparing [2020-08-12T17:11:06.357Z] 920aae42118a: Layer already exists [2020-08-12T17:11:06.357Z] b1a85fdd1448: Layer already exists [2020-08-12T17:11:06.357Z] 50644c29ef5a: Layer already exists [2020-08-12T17:11:06.357Z] 288d78af4c26: Layer already exists [2020-08-12T17:11:06.357Z] 047bb7aeab81: Layer already exists [2020-08-12T17:11:06.357Z] master: digest: sha256:20892659fa694d1c04ad12fde3f2a3e80ba6ea048a48fbef10095caca2a3a238 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-12T17:11:06.526Z] ===================================================== [Pipeline] echo [2020-08-12T17:11:06.567Z] taggedImages: [2020-08-12T17:11:06.567Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:d08647e33299f35346a0c0e1b5c282da7a73a79b [2020-08-12T17:11:06.567Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.10 [2020-08-12T17:11:06.567Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:d08647e33299f35346a0c0e1b5c282da7a73a79b-1.2.2-dev.10 [2020-08-12T17:11:06.567Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo [2020-08-12T17:11:06.623Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go with the following tags: [2020-08-12T17:11:06.624Z] d08647e33299f35346a0c0e1b5c282da7a73a79b [2020-08-12T17:11:06.624Z] 1.2.2-dev.10 [2020-08-12T17:11:06.624Z] d08647e33299f35346a0c0e1b5c282da7a73a79b-1.2.2-dev.10 [2020-08-12T17:11:06.624Z] master [2020-08-12T17:11:06.624Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:11:07.133Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:d08647e33299f35346a0c0e1b5c282da7a73a79b [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:11:07.467Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:d08647e33299f35346a0c0e1b5c282da7a73a79b [2020-08-12T17:11:07.467Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-08-12T17:11:07.467Z] e5a4ad072ab8: Preparing [2020-08-12T17:11:07.467Z] 94eb02745c31: Preparing [2020-08-12T17:11:07.467Z] b095d8449bef: Preparing [2020-08-12T17:11:07.467Z] d1e5e88a00d1: Preparing [2020-08-12T17:11:07.467Z] d1e5e88a00d1: Preparing [2020-08-12T17:11:07.467Z] e3e143a26f8d: Preparing [2020-08-12T17:11:07.467Z] f4aaa05652ec: Preparing [2020-08-12T17:11:07.467Z] e7e8927a7b1e: Preparing [2020-08-12T17:11:07.467Z] e5a4ad072ab8: Preparing [2020-08-12T17:11:07.467Z] 89bd2173ae6b: Preparing [2020-08-12T17:11:07.467Z] 054dd08b051d: Preparing [2020-08-12T17:11:07.467Z] 73753385a8f6: Preparing [2020-08-12T17:11:07.467Z] 50644c29ef5a: Preparing [2020-08-12T17:11:07.467Z] f4aaa05652ec: Waiting [2020-08-12T17:11:07.467Z] e7e8927a7b1e: Waiting [2020-08-12T17:11:07.467Z] 89bd2173ae6b: Waiting [2020-08-12T17:11:07.467Z] 054dd08b051d: Waiting [2020-08-12T17:11:07.467Z] 73753385a8f6: Waiting [2020-08-12T17:11:07.467Z] 50644c29ef5a: Waiting [2020-08-12T17:11:07.739Z] 94eb02745c31: Pushed [2020-08-12T17:11:07.739Z] d1e5e88a00d1: Pushed [2020-08-12T17:11:07.739Z] b095d8449bef: Pushed [2020-08-12T17:11:07.739Z] e3e143a26f8d: Pushed [2020-08-12T17:11:07.739Z] f4aaa05652ec: Pushed [2020-08-12T17:11:13.183Z] 054dd08b051d: Pushed [2020-08-12T17:11:13.183Z] 89bd2173ae6b: Pushed [2020-08-12T17:11:13.183Z] e7e8927a7b1e: Pushed [2020-08-12T17:11:13.183Z] 50644c29ef5a: Layer already exists [2020-08-12T17:11:13.183Z] e5a4ad072ab8: Pushed [2020-08-12T17:11:13.183Z] 73753385a8f6: Pushed [2020-08-12T17:11:13.518Z] d08647e33299f35346a0c0e1b5c282da7a73a79b: digest: sha256:04e1fd06de90b55cf092ae17e0e132f1a846e41c510330a3cf415baf64d229aa size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:11:14.218Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.10 [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:11:14.727Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.10 [2020-08-12T17:11:14.727Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-08-12T17:11:14.727Z] e5a4ad072ab8: Preparing [2020-08-12T17:11:14.727Z] 94eb02745c31: Preparing [2020-08-12T17:11:14.727Z] b095d8449bef: Preparing [2020-08-12T17:11:14.727Z] d1e5e88a00d1: Preparing [2020-08-12T17:11:14.727Z] d1e5e88a00d1: Preparing [2020-08-12T17:11:14.727Z] e3e143a26f8d: Preparing [2020-08-12T17:11:14.727Z] f4aaa05652ec: Preparing [2020-08-12T17:11:14.727Z] e7e8927a7b1e: Preparing [2020-08-12T17:11:14.727Z] e5a4ad072ab8: Preparing [2020-08-12T17:11:14.727Z] 89bd2173ae6b: Preparing [2020-08-12T17:11:14.727Z] 054dd08b051d: Preparing [2020-08-12T17:11:14.727Z] 73753385a8f6: Preparing [2020-08-12T17:11:14.727Z] 50644c29ef5a: Preparing [2020-08-12T17:11:14.727Z] f4aaa05652ec: Waiting [2020-08-12T17:11:14.727Z] e7e8927a7b1e: Waiting [2020-08-12T17:11:14.727Z] 89bd2173ae6b: Waiting [2020-08-12T17:11:14.727Z] 054dd08b051d: Waiting [2020-08-12T17:11:14.727Z] 73753385a8f6: Waiting [2020-08-12T17:11:14.727Z] 50644c29ef5a: Waiting [2020-08-12T17:11:14.727Z] 94eb02745c31: Layer already exists [2020-08-12T17:11:14.727Z] b095d8449bef: Layer already exists [2020-08-12T17:11:14.727Z] d1e5e88a00d1: Layer already exists [2020-08-12T17:11:14.727Z] e3e143a26f8d: Layer already exists [2020-08-12T17:11:14.727Z] e5a4ad072ab8: Layer already exists [2020-08-12T17:11:14.727Z] 89bd2173ae6b: Layer already exists [2020-08-12T17:11:14.727Z] f4aaa05652ec: Layer already exists [2020-08-12T17:11:14.727Z] 054dd08b051d: Layer already exists [2020-08-12T17:11:14.727Z] 73753385a8f6: Layer already exists [2020-08-12T17:11:14.727Z] 50644c29ef5a: Layer already exists [2020-08-12T17:11:15.057Z] e7e8927a7b1e: Layer already exists [2020-08-12T17:11:15.057Z] 1.2.2-dev.10: digest: sha256:04e1fd06de90b55cf092ae17e0e132f1a846e41c510330a3cf415baf64d229aa size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:11:15.472Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:d08647e33299f35346a0c0e1b5c282da7a73a79b-1.2.2-dev.10 [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:11:16.285Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:d08647e33299f35346a0c0e1b5c282da7a73a79b-1.2.2-dev.10 [2020-08-12T17:11:16.285Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-08-12T17:11:16.285Z] e5a4ad072ab8: Preparing [2020-08-12T17:11:16.285Z] 94eb02745c31: Preparing [2020-08-12T17:11:16.285Z] b095d8449bef: Preparing [2020-08-12T17:11:16.285Z] d1e5e88a00d1: Preparing [2020-08-12T17:11:16.285Z] d1e5e88a00d1: Preparing [2020-08-12T17:11:16.285Z] e3e143a26f8d: Preparing [2020-08-12T17:11:16.285Z] f4aaa05652ec: Preparing [2020-08-12T17:11:16.285Z] e7e8927a7b1e: Preparing [2020-08-12T17:11:16.285Z] e5a4ad072ab8: Preparing [2020-08-12T17:11:16.285Z] 89bd2173ae6b: Preparing [2020-08-12T17:11:16.285Z] 054dd08b051d: Preparing [2020-08-12T17:11:16.285Z] 73753385a8f6: Preparing [2020-08-12T17:11:16.285Z] 50644c29ef5a: Preparing [2020-08-12T17:11:16.285Z] f4aaa05652ec: Waiting [2020-08-12T17:11:16.285Z] e7e8927a7b1e: Waiting [2020-08-12T17:11:16.285Z] 89bd2173ae6b: Waiting [2020-08-12T17:11:16.285Z] 054dd08b051d: Waiting [2020-08-12T17:11:16.285Z] 73753385a8f6: Waiting [2020-08-12T17:11:16.285Z] 50644c29ef5a: Waiting [2020-08-12T17:11:16.285Z] 94eb02745c31: Layer already exists [2020-08-12T17:11:16.285Z] b095d8449bef: Layer already exists [2020-08-12T17:11:16.285Z] e5a4ad072ab8: Layer already exists [2020-08-12T17:11:16.285Z] d1e5e88a00d1: Layer already exists [2020-08-12T17:11:16.285Z] e3e143a26f8d: Layer already exists [2020-08-12T17:11:16.285Z] 73753385a8f6: Layer already exists [2020-08-12T17:11:16.285Z] f4aaa05652ec: Layer already exists [2020-08-12T17:11:16.285Z] 89bd2173ae6b: Layer already exists [2020-08-12T17:11:16.285Z] e7e8927a7b1e: Layer already exists [2020-08-12T17:11:16.285Z] 054dd08b051d: Layer already exists [2020-08-12T17:11:16.285Z] 50644c29ef5a: Layer already exists [2020-08-12T17:11:16.285Z] d08647e33299f35346a0c0e1b5c282da7a73a79b-1.2.2-dev.10: digest: sha256:04e1fd06de90b55cf092ae17e0e132f1a846e41c510330a3cf415baf64d229aa size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:11:16.672Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:11:17.325Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [2020-08-12T17:11:17.325Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-08-12T17:11:17.325Z] e5a4ad072ab8: Preparing [2020-08-12T17:11:17.325Z] 94eb02745c31: Preparing [2020-08-12T17:11:17.325Z] b095d8449bef: Preparing [2020-08-12T17:11:17.325Z] d1e5e88a00d1: Preparing [2020-08-12T17:11:17.325Z] d1e5e88a00d1: Preparing [2020-08-12T17:11:17.325Z] e3e143a26f8d: Preparing [2020-08-12T17:11:17.325Z] f4aaa05652ec: Preparing [2020-08-12T17:11:17.325Z] e7e8927a7b1e: Preparing [2020-08-12T17:11:17.325Z] e5a4ad072ab8: Preparing [2020-08-12T17:11:17.325Z] 89bd2173ae6b: Preparing [2020-08-12T17:11:17.325Z] 054dd08b051d: Preparing [2020-08-12T17:11:17.325Z] 73753385a8f6: Preparing [2020-08-12T17:11:17.325Z] 50644c29ef5a: Preparing [2020-08-12T17:11:17.325Z] 89bd2173ae6b: Waiting [2020-08-12T17:11:17.325Z] 054dd08b051d: Waiting [2020-08-12T17:11:17.325Z] 73753385a8f6: Waiting [2020-08-12T17:11:17.325Z] 50644c29ef5a: Waiting [2020-08-12T17:11:17.325Z] f4aaa05652ec: Waiting [2020-08-12T17:11:17.325Z] e7e8927a7b1e: Waiting [2020-08-12T17:11:17.325Z] d1e5e88a00d1: Layer already exists [2020-08-12T17:11:17.325Z] e5a4ad072ab8: Layer already exists [2020-08-12T17:11:17.325Z] e3e143a26f8d: Layer already exists [2020-08-12T17:11:17.325Z] b095d8449bef: Layer already exists [2020-08-12T17:11:17.325Z] 94eb02745c31: Layer already exists [2020-08-12T17:11:17.325Z] 89bd2173ae6b: Layer already exists [2020-08-12T17:11:17.325Z] f4aaa05652ec: Layer already exists [2020-08-12T17:11:17.325Z] e7e8927a7b1e: Layer already exists [2020-08-12T17:11:17.325Z] 054dd08b051d: Layer already exists [2020-08-12T17:11:17.325Z] 73753385a8f6: Layer already exists [2020-08-12T17:11:17.325Z] 50644c29ef5a: Layer already exists [2020-08-12T17:11:17.325Z] master: digest: sha256:04e1fd06de90b55cf092ae17e0e132f1a846e41c510330a3cf415baf64d229aa size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-12T17:11:17.498Z] ===================================================== [Pipeline] echo [2020-08-12T17:11:17.542Z] taggedImages: [2020-08-12T17:11:17.542Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:d08647e33299f35346a0c0e1b5c282da7a73a79b [2020-08-12T17:11:17.542Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.10 [2020-08-12T17:11:17.542Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:d08647e33299f35346a0c0e1b5c282da7a73a79b-1.2.2-dev.10 [2020-08-12T17:11:17.542Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] echo [2020-08-12T17:11:17.602Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2020-08-12T17:11:17.602Z] d08647e33299f35346a0c0e1b5c282da7a73a79b [2020-08-12T17:11:17.602Z] 1.2.2-dev.10 [2020-08-12T17:11:17.602Z] d08647e33299f35346a0c0e1b5c282da7a73a79b-1.2.2-dev.10 [2020-08-12T17:11:17.602Z] master [2020-08-12T17:11:17.602Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:11:18.274Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:d08647e33299f35346a0c0e1b5c282da7a73a79b [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:11:18.980Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:d08647e33299f35346a0c0e1b5c282da7a73a79b [2020-08-12T17:11:18.980Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-08-12T17:11:18.980Z] 2f443a24f664: Preparing [2020-08-12T17:11:18.980Z] 60a04f86ff75: Preparing [2020-08-12T17:11:18.980Z] cd4ceaab8f23: Preparing [2020-08-12T17:11:18.980Z] f2f772b47aae: Preparing [2020-08-12T17:11:18.980Z] 2e7d87a68c21: Preparing [2020-08-12T17:11:18.980Z] 4aade12370ac: Preparing [2020-08-12T17:11:18.980Z] 55c88b9861a6: Preparing [2020-08-12T17:11:18.980Z] 0be54a69781c: Preparing [2020-08-12T17:11:18.980Z] 11db9c43090a: Preparing [2020-08-12T17:11:18.980Z] 8424c5023938: Preparing [2020-08-12T17:11:18.980Z] 1b3ee35aacca: Preparing [2020-08-12T17:11:18.980Z] 4aade12370ac: Waiting [2020-08-12T17:11:18.980Z] 55c88b9861a6: Waiting [2020-08-12T17:11:18.980Z] 0be54a69781c: Waiting [2020-08-12T17:11:18.980Z] 11db9c43090a: Waiting [2020-08-12T17:11:18.980Z] 8424c5023938: Waiting [2020-08-12T17:11:18.980Z] 1b3ee35aacca: Waiting [2020-08-12T17:11:18.980Z] 2f443a24f664: Pushed [2020-08-12T17:11:18.980Z] 60a04f86ff75: Pushed [2020-08-12T17:11:19.287Z] 4aade12370ac: Pushed [2020-08-12T17:11:19.287Z] 55c88b9861a6: Pushed [2020-08-12T17:11:19.572Z] 0be54a69781c: Pushed [2020-08-12T17:11:19.572Z] 11db9c43090a: Pushed [2020-08-12T17:11:19.572Z] 1b3ee35aacca: Layer already exists [2020-08-12T17:11:19.859Z] cd4ceaab8f23: Pushed [2020-08-12T17:11:19.859Z] 8424c5023938: Pushed [2020-08-12T17:11:20.138Z] f2f772b47aae: Pushed [2020-08-12T17:11:20.138Z] 2e7d87a68c21: Pushed [2020-08-12T17:11:20.443Z] d08647e33299f35346a0c0e1b5c282da7a73a79b: digest: sha256:bd665b184241f617a5e43a8c7403f19aad5f29d0227f3a3727c7e3f214d77e5a size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:11:20.988Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.10 [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:11:21.437Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.10 [2020-08-12T17:11:21.437Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-08-12T17:11:21.437Z] 2f443a24f664: Preparing [2020-08-12T17:11:21.437Z] 60a04f86ff75: Preparing [2020-08-12T17:11:21.437Z] cd4ceaab8f23: Preparing [2020-08-12T17:11:21.437Z] f2f772b47aae: Preparing [2020-08-12T17:11:21.437Z] 2e7d87a68c21: Preparing [2020-08-12T17:11:21.437Z] 4aade12370ac: Preparing [2020-08-12T17:11:21.437Z] 55c88b9861a6: Preparing [2020-08-12T17:11:21.437Z] 0be54a69781c: Preparing [2020-08-12T17:11:21.437Z] 11db9c43090a: Preparing [2020-08-12T17:11:21.437Z] 8424c5023938: Preparing [2020-08-12T17:11:21.437Z] 1b3ee35aacca: Preparing [2020-08-12T17:11:21.437Z] 0be54a69781c: Waiting [2020-08-12T17:11:21.437Z] 11db9c43090a: Waiting [2020-08-12T17:11:21.437Z] 4aade12370ac: Waiting [2020-08-12T17:11:21.437Z] 55c88b9861a6: Waiting [2020-08-12T17:11:21.437Z] 8424c5023938: Waiting [2020-08-12T17:11:21.437Z] 1b3ee35aacca: Waiting [2020-08-12T17:11:21.437Z] 2e7d87a68c21: Layer already exists [2020-08-12T17:11:21.437Z] 2f443a24f664: Layer already exists [2020-08-12T17:11:21.437Z] cd4ceaab8f23: Layer already exists [2020-08-12T17:11:21.437Z] f2f772b47aae: Layer already exists [2020-08-12T17:11:21.437Z] 60a04f86ff75: Layer already exists [2020-08-12T17:11:21.437Z] 4aade12370ac: Layer already exists [2020-08-12T17:11:21.437Z] 55c88b9861a6: Layer already exists [2020-08-12T17:11:21.437Z] 8424c5023938: Layer already exists [2020-08-12T17:11:21.437Z] 11db9c43090a: Layer already exists [2020-08-12T17:11:21.437Z] 0be54a69781c: Layer already exists [2020-08-12T17:11:21.437Z] 1b3ee35aacca: Layer already exists [2020-08-12T17:11:21.437Z] 1.2.2-dev.10: digest: sha256:bd665b184241f617a5e43a8c7403f19aad5f29d0227f3a3727c7e3f214d77e5a size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:11:22.066Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:d08647e33299f35346a0c0e1b5c282da7a73a79b-1.2.2-dev.10 [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:11:22.546Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:d08647e33299f35346a0c0e1b5c282da7a73a79b-1.2.2-dev.10 [2020-08-12T17:11:22.546Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-08-12T17:11:22.546Z] 2f443a24f664: Preparing [2020-08-12T17:11:22.546Z] 60a04f86ff75: Preparing [2020-08-12T17:11:22.546Z] cd4ceaab8f23: Preparing [2020-08-12T17:11:22.546Z] f2f772b47aae: Preparing [2020-08-12T17:11:22.547Z] 2e7d87a68c21: Preparing [2020-08-12T17:11:22.547Z] 4aade12370ac: Preparing [2020-08-12T17:11:22.547Z] 55c88b9861a6: Preparing [2020-08-12T17:11:22.547Z] 0be54a69781c: Preparing [2020-08-12T17:11:22.547Z] 11db9c43090a: Preparing [2020-08-12T17:11:22.547Z] 8424c5023938: Preparing [2020-08-12T17:11:22.547Z] 1b3ee35aacca: Preparing [2020-08-12T17:11:22.547Z] 4aade12370ac: Waiting [2020-08-12T17:11:22.547Z] 55c88b9861a6: Waiting [2020-08-12T17:11:22.547Z] 0be54a69781c: Waiting [2020-08-12T17:11:22.547Z] 11db9c43090a: Waiting [2020-08-12T17:11:22.547Z] 8424c5023938: Waiting [2020-08-12T17:11:22.547Z] 1b3ee35aacca: Waiting [2020-08-12T17:11:22.547Z] 60a04f86ff75: Layer already exists [2020-08-12T17:11:22.547Z] 2f443a24f664: Layer already exists [2020-08-12T17:11:22.547Z] 2e7d87a68c21: Layer already exists [2020-08-12T17:11:22.547Z] cd4ceaab8f23: Layer already exists [2020-08-12T17:11:22.547Z] f2f772b47aae: Layer already exists [2020-08-12T17:11:22.547Z] 0be54a69781c: Layer already exists [2020-08-12T17:11:22.547Z] 55c88b9861a6: Layer already exists [2020-08-12T17:11:22.547Z] 4aade12370ac: Layer already exists [2020-08-12T17:11:22.547Z] 1b3ee35aacca: Layer already exists [2020-08-12T17:11:22.819Z] 11db9c43090a: Layer already exists [2020-08-12T17:11:22.819Z] 8424c5023938: Layer already exists [2020-08-12T17:11:22.819Z] d08647e33299f35346a0c0e1b5c282da7a73a79b-1.2.2-dev.10: digest: sha256:bd665b184241f617a5e43a8c7403f19aad5f29d0227f3a3727c7e3f214d77e5a size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:11:23.208Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:11:23.546Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2020-08-12T17:11:23.546Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-08-12T17:11:23.546Z] 2f443a24f664: Preparing [2020-08-12T17:11:23.546Z] 60a04f86ff75: Preparing [2020-08-12T17:11:23.546Z] cd4ceaab8f23: Preparing [2020-08-12T17:11:23.546Z] f2f772b47aae: Preparing [2020-08-12T17:11:23.546Z] 2e7d87a68c21: Preparing [2020-08-12T17:11:23.546Z] 4aade12370ac: Preparing [2020-08-12T17:11:23.546Z] 55c88b9861a6: Preparing [2020-08-12T17:11:23.546Z] 0be54a69781c: Preparing [2020-08-12T17:11:23.546Z] 11db9c43090a: Preparing [2020-08-12T17:11:23.546Z] 8424c5023938: Preparing [2020-08-12T17:11:23.546Z] 1b3ee35aacca: Preparing [2020-08-12T17:11:23.546Z] 55c88b9861a6: Waiting [2020-08-12T17:11:23.546Z] 0be54a69781c: Waiting [2020-08-12T17:11:23.546Z] 11db9c43090a: Waiting [2020-08-12T17:11:23.546Z] 8424c5023938: Waiting [2020-08-12T17:11:23.546Z] 1b3ee35aacca: Waiting [2020-08-12T17:11:23.546Z] 4aade12370ac: Waiting [2020-08-12T17:11:23.546Z] 2e7d87a68c21: Layer already exists [2020-08-12T17:11:23.546Z] cd4ceaab8f23: Layer already exists [2020-08-12T17:11:23.546Z] 2f443a24f664: Layer already exists [2020-08-12T17:11:23.546Z] f2f772b47aae: Layer already exists [2020-08-12T17:11:23.546Z] 4aade12370ac: Layer already exists [2020-08-12T17:11:23.546Z] 11db9c43090a: Layer already exists [2020-08-12T17:11:23.546Z] 55c88b9861a6: Layer already exists [2020-08-12T17:11:23.546Z] 0be54a69781c: Layer already exists [2020-08-12T17:11:23.546Z] 8424c5023938: Layer already exists [2020-08-12T17:11:23.546Z] 1b3ee35aacca: Layer already exists [2020-08-12T17:11:23.824Z] 60a04f86ff75: Layer already exists [2020-08-12T17:11:23.824Z] master: digest: sha256:bd665b184241f617a5e43a8c7403f19aad5f29d0227f3a3727c7e3f214d77e5a size: 2616 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-12T17:11:24.049Z] ===================================================== [Pipeline] echo [2020-08-12T17:11:24.087Z] taggedImages: [2020-08-12T17:11:24.087Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:d08647e33299f35346a0c0e1b5c282da7a73a79b [2020-08-12T17:11:24.087Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.10 [2020-08-12T17:11:24.087Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:d08647e33299f35346a0c0e1b5c282da7a73a79b-1.2.2-dev.10 [2020-08-12T17:11:24.087Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2020-08-12T17:11:24.141Z] [edgeXDocker.push] Tagging docker image docker-support-logging-go with the following tags: [2020-08-12T17:11:24.141Z] d08647e33299f35346a0c0e1b5c282da7a73a79b [2020-08-12T17:11:24.141Z] 1.2.2-dev.10 [2020-08-12T17:11:24.141Z] d08647e33299f35346a0c0e1b5c282da7a73a79b-1.2.2-dev.10 [2020-08-12T17:11:24.141Z] master [2020-08-12T17:11:24.141Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:11:24.660Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:d08647e33299f35346a0c0e1b5c282da7a73a79b [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:11:25.488Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:d08647e33299f35346a0c0e1b5c282da7a73a79b [2020-08-12T17:11:25.488Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-08-12T17:11:25.488Z] 9ed5dc77e8a6: Preparing [2020-08-12T17:11:25.488Z] 055a2c0238c2: Preparing [2020-08-12T17:11:25.488Z] f93d583bb714: Preparing [2020-08-12T17:11:25.488Z] aa5fadb37ca1: Preparing [2020-08-12T17:11:25.488Z] f93d583bb714: Pushed [2020-08-12T17:11:25.759Z] 9ed5dc77e8a6: Pushed [2020-08-12T17:11:25.759Z] aa5fadb37ca1: Pushed [2020-08-12T17:11:26.741Z] 055a2c0238c2: Pushed [2020-08-12T17:11:27.017Z] d08647e33299f35346a0c0e1b5c282da7a73a79b: digest: sha256:b160722097a0a588d7ff6c01b0cdfd703eb1b36ce2a727b35ab205f30b8e0860 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:11:27.405Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.10 [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:11:27.756Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.10 [2020-08-12T17:11:27.756Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-08-12T17:11:27.756Z] 9ed5dc77e8a6: Preparing [2020-08-12T17:11:27.756Z] 055a2c0238c2: Preparing [2020-08-12T17:11:27.756Z] f93d583bb714: Preparing [2020-08-12T17:11:27.756Z] aa5fadb37ca1: Preparing [2020-08-12T17:11:27.756Z] aa5fadb37ca1: Layer already exists [2020-08-12T17:11:27.756Z] 9ed5dc77e8a6: Layer already exists [2020-08-12T17:11:27.756Z] 055a2c0238c2: Layer already exists [2020-08-12T17:11:27.756Z] f93d583bb714: Layer already exists [2020-08-12T17:11:27.756Z] 1.2.2-dev.10: digest: sha256:b160722097a0a588d7ff6c01b0cdfd703eb1b36ce2a727b35ab205f30b8e0860 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:11:27.972Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-12T17:11:27.972Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-08-12T17:11:27.972Z] ---> e71ce84ec0b5 [2020-08-12T17:11:27.972Z] Step 3/20 : WORKDIR /edgex-go [2020-08-12T17:11:27.972Z] Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-12T17:11:27.972Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-08-12T17:11:27.972Z] ---> e71ce84ec0b5 [2020-08-12T17:11:27.972Z] Step 3/29 : WORKDIR /edgex-go [2020-08-12T17:11:27.972Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-12T17:11:27.972Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-08-12T17:11:27.972Z] ---> e71ce84ec0b5 [2020-08-12T17:11:27.972Z] Step 3/20 : WORKDIR /edgex-go [2020-08-12T17:11:27.972Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-12T17:11:27.972Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-08-12T17:11:27.972Z] ---> e71ce84ec0b5 [2020-08-12T17:11:27.972Z] Step 3/26 : WORKDIR /edgex-go [2020-08-12T17:11:27.972Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-12T17:11:27.972Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-12T17:11:27.972Z] ---> e71ce84ec0b5 [2020-08-12T17:11:27.972Z] Step 3/21 : WORKDIR /edgex-go [2020-08-12T17:11:28.317Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:d08647e33299f35346a0c0e1b5c282da7a73a79b-1.2.2-dev.10 [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:11:28.626Z] ---> Running in 8955ef82cedd [2020-08-12T17:11:28.626Z] ---> Running in a497bee1f77b [2020-08-12T17:11:28.626Z] ---> Running in 20c62ecd721b [2020-08-12T17:11:28.626Z] ---> Running in af8cc8bf5853 [2020-08-12T17:11:28.626Z] ---> Running in 20f85ec636e3 [2020-08-12T17:11:28.668Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:d08647e33299f35346a0c0e1b5c282da7a73a79b-1.2.2-dev.10 [2020-08-12T17:11:28.668Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-08-12T17:11:28.668Z] 9ed5dc77e8a6: Preparing [2020-08-12T17:11:28.668Z] 055a2c0238c2: Preparing [2020-08-12T17:11:28.668Z] f93d583bb714: Preparing [2020-08-12T17:11:28.668Z] aa5fadb37ca1: Preparing [2020-08-12T17:11:28.668Z] 9ed5dc77e8a6: Layer already exists [2020-08-12T17:11:28.668Z] aa5fadb37ca1: Layer already exists [2020-08-12T17:11:28.668Z] 055a2c0238c2: Layer already exists [2020-08-12T17:11:28.668Z] f93d583bb714: Layer already exists [2020-08-12T17:11:28.668Z] d08647e33299f35346a0c0e1b5c282da7a73a79b-1.2.2-dev.10: digest: sha256:b160722097a0a588d7ff6c01b0cdfd703eb1b36ce2a727b35ab205f30b8e0860 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:11:29.012Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:11:29.293Z] Removing intermediate container 20c62ecd721b [2020-08-12T17:11:29.293Z] ---> 856cb9434ede [2020-08-12T17:11:29.293Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-12T17:11:29.293Z] Removing intermediate container 20f85ec636e3 [2020-08-12T17:11:29.293Z] ---> 644f0132017a [2020-08-12T17:11:29.293Z] Step 4/29 : RUN apk update && apk add make git [2020-08-12T17:11:29.353Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [2020-08-12T17:11:29.353Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-08-12T17:11:29.353Z] 9ed5dc77e8a6: Preparing [2020-08-12T17:11:29.353Z] 055a2c0238c2: Preparing [2020-08-12T17:11:29.353Z] f93d583bb714: Preparing [2020-08-12T17:11:29.353Z] aa5fadb37ca1: Preparing [2020-08-12T17:11:29.353Z] f93d583bb714: Layer already exists [2020-08-12T17:11:29.353Z] 9ed5dc77e8a6: Layer already exists [2020-08-12T17:11:29.353Z] aa5fadb37ca1: Layer already exists [2020-08-12T17:11:29.353Z] 055a2c0238c2: Layer already exists [2020-08-12T17:11:29.604Z] Removing intermediate container 8955ef82cedd [2020-08-12T17:11:29.604Z] ---> be4b5f799778 [2020-08-12T17:11:29.604Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-12T17:11:29.604Z] Removing intermediate container a497bee1f77b [2020-08-12T17:11:29.604Z] ---> 70c7626ab2b3 [2020-08-12T17:11:29.604Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-12T17:11:29.604Z] Removing intermediate container af8cc8bf5853 [2020-08-12T17:11:29.604Z] ---> 17135d57b669 [2020-08-12T17:11:29.604Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-12T17:11:29.604Z] ---> Running in 77e4008c7b35 [2020-08-12T17:11:29.604Z] ---> Running in 36225eafe519 [2020-08-12T17:11:29.604Z] ---> Running in 37f855bbe5b2 [2020-08-12T17:11:29.604Z] ---> Running in 3b1a7b7fa288 [2020-08-12T17:11:29.635Z] master: digest: sha256:b160722097a0a588d7ff6c01b0cdfd703eb1b36ce2a727b35ab205f30b8e0860 size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-12T17:11:29.814Z] ===================================================== [Pipeline] echo [2020-08-12T17:11:29.852Z] taggedImages: [2020-08-12T17:11:29.852Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:d08647e33299f35346a0c0e1b5c282da7a73a79b [2020-08-12T17:11:29.852Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.10 [2020-08-12T17:11:29.852Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:d08647e33299f35346a0c0e1b5c282da7a73a79b-1.2.2-dev.10 [2020-08-12T17:11:29.852Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] echo [2020-08-12T17:11:29.906Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2020-08-12T17:11:29.906Z] d08647e33299f35346a0c0e1b5c282da7a73a79b [2020-08-12T17:11:29.906Z] 1.2.2-dev.10 [2020-08-12T17:11:29.906Z] d08647e33299f35346a0c0e1b5c282da7a73a79b-1.2.2-dev.10 [2020-08-12T17:11:29.906Z] master [2020-08-12T17:11:29.906Z] ===================================================== [2020-08-12T17:11:29.929Z] ---> Running in a3bf993d0320 [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:11:30.398Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:d08647e33299f35346a0c0e1b5c282da7a73a79b [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:11:30.747Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:d08647e33299f35346a0c0e1b5c282da7a73a79b [2020-08-12T17:11:30.747Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-08-12T17:11:30.747Z] 35a897620568: Preparing [2020-08-12T17:11:30.747Z] b66ca07c2499: Preparing [2020-08-12T17:11:30.747Z] 7b470f19c6c7: Preparing [2020-08-12T17:11:30.747Z] 1af4ba51b01e: Preparing [2020-08-12T17:11:30.747Z] 6c715d44b075: Preparing [2020-08-12T17:11:30.747Z] 55a3fa9ac717: Preparing [2020-08-12T17:11:30.747Z] 55a3fa9ac717: Waiting [2020-08-12T17:11:31.346Z] 1af4ba51b01e: Pushed [2020-08-12T17:11:31.346Z] 6c715d44b075: Pushed [2020-08-12T17:11:31.346Z] 35a897620568: Pushed [2020-08-12T17:11:31.346Z] 7b470f19c6c7: Pushed [2020-08-12T17:11:31.346Z] 55a3fa9ac717: Pushed [2020-08-12T17:11:32.249Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-12T17:11:32.331Z] b66ca07c2499: Pushed [2020-08-12T17:11:32.925Z] d08647e33299f35346a0c0e1b5c282da7a73a79b: digest: sha256:2af7345e2d7eee3ed307a6f6140ad3ee0179d9237e69c09332a4337536a95efd size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:11:33.119Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-12T17:11:33.268Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.10 [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:11:33.604Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.10 [2020-08-12T17:11:33.604Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-08-12T17:11:33.604Z] 35a897620568: Preparing [2020-08-12T17:11:33.604Z] b66ca07c2499: Preparing [2020-08-12T17:11:33.604Z] 7b470f19c6c7: Preparing [2020-08-12T17:11:33.604Z] 1af4ba51b01e: Preparing [2020-08-12T17:11:33.604Z] 6c715d44b075: Preparing [2020-08-12T17:11:33.604Z] 55a3fa9ac717: Preparing [2020-08-12T17:11:33.604Z] 55a3fa9ac717: Waiting [2020-08-12T17:11:33.604Z] b66ca07c2499: Layer already exists [2020-08-12T17:11:33.604Z] 1af4ba51b01e: Layer already exists [2020-08-12T17:11:33.604Z] 35a897620568: Layer already exists [2020-08-12T17:11:33.604Z] 6c715d44b075: Layer already exists [2020-08-12T17:11:33.604Z] 7b470f19c6c7: Layer already exists [2020-08-12T17:11:33.604Z] 55a3fa9ac717: Layer already exists [2020-08-12T17:11:33.604Z] 1.2.2-dev.10: digest: sha256:2af7345e2d7eee3ed307a6f6140ad3ee0179d9237e69c09332a4337536a95efd size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:11:33.765Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-12T17:11:33.765Z] v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-12T17:11:33.765Z] OK: 12620 distinct packages available [2020-08-12T17:11:33.928Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:d08647e33299f35346a0c0e1b5c282da7a73a79b-1.2.2-dev.10 [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:11:34.395Z] Removing intermediate container 36225eafe519 [2020-08-12T17:11:34.395Z] ---> 7a54764d8259 [2020-08-12T17:11:34.395Z] Step 5/21 : RUN apk update && apk add make git [2020-08-12T17:11:34.395Z] ---> Running in f63be0a279d5 [2020-08-12T17:11:34.632Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:d08647e33299f35346a0c0e1b5c282da7a73a79b-1.2.2-dev.10 [2020-08-12T17:11:34.632Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-08-12T17:11:34.632Z] 35a897620568: Preparing [2020-08-12T17:11:34.632Z] b66ca07c2499: Preparing [2020-08-12T17:11:34.632Z] 7b470f19c6c7: Preparing [2020-08-12T17:11:34.632Z] 1af4ba51b01e: Preparing [2020-08-12T17:11:34.632Z] 6c715d44b075: Preparing [2020-08-12T17:11:34.632Z] 55a3fa9ac717: Preparing [2020-08-12T17:11:34.632Z] 55a3fa9ac717: Waiting [2020-08-12T17:11:34.632Z] 35a897620568: Layer already exists [2020-08-12T17:11:34.632Z] b66ca07c2499: Layer already exists [2020-08-12T17:11:34.632Z] 6c715d44b075: Layer already exists [2020-08-12T17:11:34.632Z] 7b470f19c6c7: Layer already exists [2020-08-12T17:11:34.632Z] 1af4ba51b01e: Layer already exists [2020-08-12T17:11:34.632Z] 55a3fa9ac717: Layer already exists [2020-08-12T17:11:34.632Z] d08647e33299f35346a0c0e1b5c282da7a73a79b-1.2.2-dev.10: digest: sha256:2af7345e2d7eee3ed307a6f6140ad3ee0179d9237e69c09332a4337536a95efd size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:11:34.699Z] OK: 217 MiB in 51 packages [2020-08-12T17:11:34.699Z] Removing intermediate container a3bf993d0320 [2020-08-12T17:11:34.699Z] ---> e9c9e9142fb9 [2020-08-12T17:11:34.699Z] Step 5/20 : RUN apk update && apk add make git [2020-08-12T17:11:34.699Z] Removing intermediate container 37f855bbe5b2 [2020-08-12T17:11:34.699Z] ---> 75c5266e85e6 [2020-08-12T17:11:34.699Z] Step 5/26 : RUN apk update && apk add make bash git [2020-08-12T17:11:34.993Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2020-08-12T17:11:34.997Z] ---> Running in 1eaabcf0d9ad [2020-08-12T17:11:34.997Z] Removing intermediate container 3b1a7b7fa288 [2020-08-12T17:11:34.997Z] ---> 7119d7b51fe1 [2020-08-12T17:11:34.997Z] Step 5/20 : RUN apk update && apk add make git [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:11:35.297Z] ---> Running in da5b74893a9c [2020-08-12T17:11:35.297Z] ---> Running in e1bac0530731 [2020-08-12T17:11:35.330Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2020-08-12T17:11:35.330Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-08-12T17:11:35.330Z] 35a897620568: Preparing [2020-08-12T17:11:35.330Z] b66ca07c2499: Preparing [2020-08-12T17:11:35.330Z] 7b470f19c6c7: Preparing [2020-08-12T17:11:35.330Z] 1af4ba51b01e: Preparing [2020-08-12T17:11:35.330Z] 6c715d44b075: Preparing [2020-08-12T17:11:35.330Z] 55a3fa9ac717: Preparing [2020-08-12T17:11:35.330Z] 55a3fa9ac717: Waiting [2020-08-12T17:11:35.330Z] 6c715d44b075: Layer already exists [2020-08-12T17:11:35.330Z] 35a897620568: Layer already exists [2020-08-12T17:11:35.330Z] b66ca07c2499: Layer already exists [2020-08-12T17:11:35.330Z] 7b470f19c6c7: Layer already exists [2020-08-12T17:11:35.330Z] 1af4ba51b01e: Layer already exists [2020-08-12T17:11:35.330Z] 55a3fa9ac717: Layer already exists [2020-08-12T17:11:35.601Z] master: digest: sha256:2af7345e2d7eee3ed307a6f6140ad3ee0179d9237e69c09332a4337536a95efd size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-12T17:11:35.764Z] ===================================================== [Pipeline] echo [2020-08-12T17:11:35.802Z] taggedImages: [2020-08-12T17:11:35.802Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:d08647e33299f35346a0c0e1b5c282da7a73a79b [2020-08-12T17:11:35.802Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.10 [2020-08-12T17:11:35.802Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:d08647e33299f35346a0c0e1b5c282da7a73a79b-1.2.2-dev.10 [2020-08-12T17:11:35.802Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2020-08-12T17:11:35.854Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2020-08-12T17:11:35.854Z] d08647e33299f35346a0c0e1b5c282da7a73a79b [2020-08-12T17:11:35.854Z] 1.2.2-dev.10 [2020-08-12T17:11:35.854Z] d08647e33299f35346a0c0e1b5c282da7a73a79b-1.2.2-dev.10 [2020-08-12T17:11:35.854Z] master [2020-08-12T17:11:35.854Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:11:36.407Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:d08647e33299f35346a0c0e1b5c282da7a73a79b [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:11:36.737Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:d08647e33299f35346a0c0e1b5c282da7a73a79b [2020-08-12T17:11:36.737Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-08-12T17:11:36.737Z] c354506a4228: Preparing [2020-08-12T17:11:36.737Z] 64c5011ff6a8: Preparing [2020-08-12T17:11:36.737Z] da1a749045ab: Preparing [2020-08-12T17:11:36.870Z] Removing intermediate container 77e4008c7b35 [2020-08-12T17:11:36.870Z] ---> 70fc647307fb [2020-08-12T17:11:36.870Z] Step 5/29 : COPY go.mod . [2020-08-12T17:11:36.870Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-12T17:11:37.227Z] da1a749045ab: Pushed [2020-08-12T17:11:37.227Z] c354506a4228: Pushed [2020-08-12T17:11:37.649Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-12T17:11:37.649Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-12T17:11:37.649Z] ---> 9039ea17ec62 [2020-08-12T17:11:37.649Z] Step 6/29 : RUN go mod download [2020-08-12T17:11:37.649Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-12T17:11:37.940Z] ---> Running in bfe62da2428c [2020-08-12T17:11:38.206Z] 64c5011ff6a8: Pushed [2020-08-12T17:11:38.238Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-12T17:11:38.479Z] d08647e33299f35346a0c0e1b5c282da7a73a79b: digest: sha256:ab37af0a5ec57c93526664191f727fe0fbb2db63584fa103e226688aff3a1d0f size: 943 [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:11:38.543Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-12T17:11:38.543Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-12T17:11:38.832Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.10 [2020-08-12T17:11:38.832Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-12T17:11:38.832Z] v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-12T17:11:38.832Z] OK: 12620 distinct packages available [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:11:39.180Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.10 [2020-08-12T17:11:39.181Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-08-12T17:11:39.181Z] c354506a4228: Preparing [2020-08-12T17:11:39.181Z] 64c5011ff6a8: Preparing [2020-08-12T17:11:39.181Z] da1a749045ab: Preparing [2020-08-12T17:11:39.181Z] da1a749045ab: Layer already exists [2020-08-12T17:11:39.181Z] 64c5011ff6a8: Layer already exists [2020-08-12T17:11:39.181Z] c354506a4228: Layer already exists [2020-08-12T17:11:39.181Z] 1.2.2-dev.10: digest: sha256:ab37af0a5ec57c93526664191f727fe0fbb2db63584fa103e226688aff3a1d0f size: 943 [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:11:39.482Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-12T17:11:39.482Z] v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-12T17:11:39.482Z] OK: 12620 distinct packages available [2020-08-12T17:11:39.482Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-12T17:11:39.482Z] v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-12T17:11:39.482Z] OK: 12620 distinct packages available [2020-08-12T17:11:39.482Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-12T17:11:39.544Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:d08647e33299f35346a0c0e1b5c282da7a73a79b-1.2.2-dev.10 [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:11:39.771Z] OK: 217 MiB in 51 packages [2020-08-12T17:11:39.856Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:d08647e33299f35346a0c0e1b5c282da7a73a79b-1.2.2-dev.10 [2020-08-12T17:11:39.857Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-08-12T17:11:39.857Z] c354506a4228: Preparing [2020-08-12T17:11:39.857Z] 64c5011ff6a8: Preparing [2020-08-12T17:11:39.857Z] da1a749045ab: Preparing [2020-08-12T17:11:39.857Z] 64c5011ff6a8: Layer already exists [2020-08-12T17:11:39.857Z] da1a749045ab: Layer already exists [2020-08-12T17:11:39.857Z] c354506a4228: Layer already exists [2020-08-12T17:11:39.857Z] d08647e33299f35346a0c0e1b5c282da7a73a79b-1.2.2-dev.10: digest: sha256:ab37af0a5ec57c93526664191f727fe0fbb2db63584fa103e226688aff3a1d0f size: 943 [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:11:40.182Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:11:40.445Z] OK: 217 MiB in 51 packages [2020-08-12T17:11:40.445Z] OK: 217 MiB in 51 packages [2020-08-12T17:11:40.519Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2020-08-12T17:11:40.519Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-08-12T17:11:40.519Z] c354506a4228: Preparing [2020-08-12T17:11:40.519Z] 64c5011ff6a8: Preparing [2020-08-12T17:11:40.519Z] da1a749045ab: Preparing [2020-08-12T17:11:40.519Z] 64c5011ff6a8: Layer already exists [2020-08-12T17:11:40.519Z] da1a749045ab: Layer already exists [2020-08-12T17:11:40.519Z] c354506a4228: Layer already exists [2020-08-12T17:11:40.519Z] master: digest: sha256:ab37af0a5ec57c93526664191f727fe0fbb2db63584fa103e226688aff3a1d0f size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [2020-08-12T17:11:40.727Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-12T17:11:40.727Z] v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-12T17:11:40.727Z] OK: 12620 distinct packages available [Pipeline] echo [2020-08-12T17:11:40.730Z] ===================================================== [Pipeline] echo [2020-08-12T17:11:40.772Z] taggedImages: [2020-08-12T17:11:40.772Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:d08647e33299f35346a0c0e1b5c282da7a73a79b [2020-08-12T17:11:40.772Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.10 [2020-08-12T17:11:40.772Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:d08647e33299f35346a0c0e1b5c282da7a73a79b-1.2.2-dev.10 [2020-08-12T17:11:40.772Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2020-08-12T17:11:40.826Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2020-08-12T17:11:40.826Z] d08647e33299f35346a0c0e1b5c282da7a73a79b [2020-08-12T17:11:40.826Z] 1.2.2-dev.10 [2020-08-12T17:11:40.826Z] d08647e33299f35346a0c0e1b5c282da7a73a79b-1.2.2-dev.10 [2020-08-12T17:11:40.826Z] master [2020-08-12T17:11:40.826Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:11:41.330Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:d08647e33299f35346a0c0e1b5c282da7a73a79b [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:11:41.375Z] Removing intermediate container f63be0a279d5 [2020-08-12T17:11:41.375Z] ---> 6d14b354d6b2 [2020-08-12T17:11:41.375Z] Step 6/21 : COPY go.mod . [2020-08-12T17:11:41.682Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:d08647e33299f35346a0c0e1b5c282da7a73a79b [2020-08-12T17:11:41.682Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-08-12T17:11:41.682Z] 52ae67cc94a3: Preparing [2020-08-12T17:11:41.682Z] 39f57d4520a7: Preparing [2020-08-12T17:11:41.682Z] 0277db94252b: Preparing [2020-08-12T17:11:41.682Z] e877da72e10a: Preparing [2020-08-12T17:11:41.682Z] 67b4b8d96928: Preparing [2020-08-12T17:11:41.682Z] 186c880bf0db: Preparing [2020-08-12T17:11:41.682Z] 0c2ec3f20534: Preparing [2020-08-12T17:11:41.682Z] 8890c171a12b: Preparing [2020-08-12T17:11:41.682Z] 4ae5bd84d450: Preparing [2020-08-12T17:11:41.682Z] 723a561964c8: Preparing [2020-08-12T17:11:41.682Z] 78764725b56c: Preparing [2020-08-12T17:11:41.682Z] 51d6d3d09136: Preparing [2020-08-12T17:11:41.682Z] 1507bc794612: Preparing [2020-08-12T17:11:41.682Z] 50644c29ef5a: Preparing [2020-08-12T17:11:41.682Z] 4ae5bd84d450: Waiting [2020-08-12T17:11:41.682Z] 723a561964c8: Waiting [2020-08-12T17:11:41.682Z] 78764725b56c: Waiting [2020-08-12T17:11:41.682Z] 51d6d3d09136: Waiting [2020-08-12T17:11:41.682Z] 1507bc794612: Waiting [2020-08-12T17:11:41.682Z] 50644c29ef5a: Waiting [2020-08-12T17:11:41.682Z] 186c880bf0db: Waiting [2020-08-12T17:11:41.682Z] 0c2ec3f20534: Waiting [2020-08-12T17:11:41.682Z] 8890c171a12b: Waiting [2020-08-12T17:11:41.697Z] OK: 217 MiB in 51 packages [2020-08-12T17:11:41.966Z] 67b4b8d96928: Pushed [2020-08-12T17:11:41.966Z] 52ae67cc94a3: Pushed [2020-08-12T17:11:41.999Z] Removing intermediate container da5b74893a9c [2020-08-12T17:11:41.999Z] ---> 49a49464f67c [2020-08-12T17:11:41.999Z] Step 6/26 : COPY go.mod . [2020-08-12T17:11:42.244Z] e877da72e10a: Pushed [2020-08-12T17:11:42.244Z] 8890c171a12b: Layer already exists [2020-08-12T17:11:42.244Z] 0c2ec3f20534: Pushed [2020-08-12T17:11:42.244Z] 4ae5bd84d450: Layer already exists [2020-08-12T17:11:42.244Z] 723a561964c8: Layer already exists [2020-08-12T17:11:42.244Z] 78764725b56c: Layer already exists [2020-08-12T17:11:42.244Z] 51d6d3d09136: Layer already exists [2020-08-12T17:11:42.244Z] 1507bc794612: Layer already exists [2020-08-12T17:11:42.244Z] 50644c29ef5a: Layer already exists [2020-08-12T17:11:42.244Z] 39f57d4520a7: Pushed [2020-08-12T17:11:42.300Z] Removing intermediate container bfe62da2428c [2020-08-12T17:11:42.300Z] ---> 78c532504a4d [2020-08-12T17:11:42.300Z] Step 7/29 : COPY . . [2020-08-12T17:11:42.300Z] Removing intermediate container 1eaabcf0d9ad [2020-08-12T17:11:42.300Z] ---> 351574f9e826 [2020-08-12T17:11:42.300Z] Step 6/20 : COPY go.mod . [2020-08-12T17:11:42.592Z] ---> 9d532a7dc883 [2020-08-12T17:11:42.592Z] Step 7/21 : RUN go mod download [2020-08-12T17:11:42.845Z] 186c880bf0db: Pushed [2020-08-12T17:11:42.886Z] ---> Running in a52308ba6754 [2020-08-12T17:11:42.886Z] ---> 16bc2d0f04fc [2020-08-12T17:11:42.886Z] Step 7/26 : RUN go mod download [2020-08-12T17:11:43.509Z] ---> Running in 439934f974b6 [2020-08-12T17:11:43.826Z] ---> 526f57337721 [2020-08-12T17:11:43.826Z] Step 7/20 : RUN go mod download [2020-08-12T17:11:44.110Z] Removing intermediate container e1bac0530731 [2020-08-12T17:11:44.110Z] ---> 29d52e7620dc [2020-08-12T17:11:44.110Z] Step 6/20 : COPY go.mod . [2020-08-12T17:11:44.397Z] ---> Running in 03bc4756b141 [2020-08-12T17:11:45.421Z] ---> aa9088e58c50 [2020-08-12T17:11:45.421Z] Step 7/20 : RUN go mod download [2020-08-12T17:11:46.121Z] ---> Running in e6e632054e8d [2020-08-12T17:11:47.127Z] 0277db94252b: Pushed [2020-08-12T17:11:47.127Z] d08647e33299f35346a0c0e1b5c282da7a73a79b: digest: sha256:8f55cd6ce0d8c932930f4d3af6d4b317be3e02e83ddf31766a014748ef8f8e97 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:11:47.499Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.10 [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:11:47.662Z] Removing intermediate container a52308ba6754 [2020-08-12T17:11:47.662Z] ---> ff1f17a8af93 [2020-08-12T17:11:47.662Z] Step 8/21 : COPY . . [2020-08-12T17:11:47.846Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.10 [2020-08-12T17:11:47.846Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-08-12T17:11:47.846Z] 52ae67cc94a3: Preparing [2020-08-12T17:11:47.846Z] 39f57d4520a7: Preparing [2020-08-12T17:11:47.846Z] 0277db94252b: Preparing [2020-08-12T17:11:47.846Z] e877da72e10a: Preparing [2020-08-12T17:11:47.846Z] 67b4b8d96928: Preparing [2020-08-12T17:11:47.846Z] 186c880bf0db: Preparing [2020-08-12T17:11:47.846Z] 0c2ec3f20534: Preparing [2020-08-12T17:11:47.846Z] 8890c171a12b: Preparing [2020-08-12T17:11:47.846Z] 4ae5bd84d450: Preparing [2020-08-12T17:11:47.846Z] 723a561964c8: Preparing [2020-08-12T17:11:47.846Z] 78764725b56c: Preparing [2020-08-12T17:11:47.846Z] 51d6d3d09136: Preparing [2020-08-12T17:11:47.846Z] 1507bc794612: Preparing [2020-08-12T17:11:47.846Z] 50644c29ef5a: Preparing [2020-08-12T17:11:47.846Z] 4ae5bd84d450: Waiting [2020-08-12T17:11:47.846Z] 723a561964c8: Waiting [2020-08-12T17:11:47.846Z] 78764725b56c: Waiting [2020-08-12T17:11:47.846Z] 51d6d3d09136: Waiting [2020-08-12T17:11:47.846Z] 1507bc794612: Waiting [2020-08-12T17:11:47.846Z] 50644c29ef5a: Waiting [2020-08-12T17:11:47.846Z] 186c880bf0db: Waiting [2020-08-12T17:11:47.846Z] 0c2ec3f20534: Waiting [2020-08-12T17:11:47.846Z] 8890c171a12b: Waiting [2020-08-12T17:11:47.846Z] 52ae67cc94a3: Layer already exists [2020-08-12T17:11:47.846Z] 67b4b8d96928: Layer already exists [2020-08-12T17:11:47.846Z] 39f57d4520a7: Layer already exists [2020-08-12T17:11:47.846Z] e877da72e10a: Layer already exists [2020-08-12T17:11:47.846Z] 0277db94252b: Layer already exists [2020-08-12T17:11:47.846Z] 0c2ec3f20534: Layer already exists [2020-08-12T17:11:47.846Z] 723a561964c8: Layer already exists [2020-08-12T17:11:47.846Z] 4ae5bd84d450: Layer already exists [2020-08-12T17:11:47.846Z] 8890c171a12b: Layer already exists [2020-08-12T17:11:47.846Z] 186c880bf0db: Layer already exists [2020-08-12T17:11:47.846Z] 1507bc794612: Layer already exists [2020-08-12T17:11:47.846Z] 78764725b56c: Layer already exists [2020-08-12T17:11:47.846Z] 50644c29ef5a: Layer already exists [2020-08-12T17:11:47.846Z] 51d6d3d09136: Layer already exists [2020-08-12T17:11:47.878Z] 1.2.2-dev.10: digest: sha256:8f55cd6ce0d8c932930f4d3af6d4b317be3e02e83ddf31766a014748ef8f8e97 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:11:48.246Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:d08647e33299f35346a0c0e1b5c282da7a73a79b-1.2.2-dev.10 [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:11:48.586Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:d08647e33299f35346a0c0e1b5c282da7a73a79b-1.2.2-dev.10 [2020-08-12T17:11:48.586Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-08-12T17:11:48.586Z] 52ae67cc94a3: Preparing [2020-08-12T17:11:48.586Z] 39f57d4520a7: Preparing [2020-08-12T17:11:48.586Z] 0277db94252b: Preparing [2020-08-12T17:11:48.586Z] e877da72e10a: Preparing [2020-08-12T17:11:48.586Z] 67b4b8d96928: Preparing [2020-08-12T17:11:48.586Z] 186c880bf0db: Preparing [2020-08-12T17:11:48.586Z] 0c2ec3f20534: Preparing [2020-08-12T17:11:48.586Z] 8890c171a12b: Preparing [2020-08-12T17:11:48.586Z] 4ae5bd84d450: Preparing [2020-08-12T17:11:48.586Z] 723a561964c8: Preparing [2020-08-12T17:11:48.586Z] 78764725b56c: Preparing [2020-08-12T17:11:48.586Z] 51d6d3d09136: Preparing [2020-08-12T17:11:48.586Z] 1507bc794612: Preparing [2020-08-12T17:11:48.586Z] 50644c29ef5a: Preparing [2020-08-12T17:11:48.586Z] 186c880bf0db: Waiting [2020-08-12T17:11:48.586Z] 723a561964c8: Waiting [2020-08-12T17:11:48.586Z] 78764725b56c: Waiting [2020-08-12T17:11:48.586Z] 51d6d3d09136: Waiting [2020-08-12T17:11:48.586Z] 1507bc794612: Waiting [2020-08-12T17:11:48.586Z] 50644c29ef5a: Waiting [2020-08-12T17:11:48.586Z] 0c2ec3f20534: Waiting [2020-08-12T17:11:48.586Z] 8890c171a12b: Waiting [2020-08-12T17:11:48.586Z] 4ae5bd84d450: Waiting [2020-08-12T17:11:48.586Z] 52ae67cc94a3: Layer already exists [2020-08-12T17:11:48.586Z] e877da72e10a: Layer already exists [2020-08-12T17:11:48.586Z] 67b4b8d96928: Layer already exists [2020-08-12T17:11:48.586Z] 0277db94252b: Layer already exists [2020-08-12T17:11:48.586Z] 39f57d4520a7: Layer already exists [2020-08-12T17:11:48.586Z] 723a561964c8: Layer already exists [2020-08-12T17:11:48.586Z] 0c2ec3f20534: Layer already exists [2020-08-12T17:11:48.586Z] 78764725b56c: Layer already exists [2020-08-12T17:11:48.586Z] 51d6d3d09136: Layer already exists [2020-08-12T17:11:48.586Z] 1507bc794612: Layer already exists [2020-08-12T17:11:48.586Z] 50644c29ef5a: Layer already exists [2020-08-12T17:11:48.713Z] Removing intermediate container 439934f974b6 [2020-08-12T17:11:48.713Z] ---> 58294f87d356 [2020-08-12T17:11:48.713Z] Step 8/26 : COPY . . [2020-08-12T17:11:48.913Z] 186c880bf0db: Layer already exists [2020-08-12T17:11:48.914Z] 8890c171a12b: Layer already exists [2020-08-12T17:11:48.914Z] 4ae5bd84d450: Layer already exists [2020-08-12T17:11:48.914Z] d08647e33299f35346a0c0e1b5c282da7a73a79b-1.2.2-dev.10: digest: sha256:8f55cd6ce0d8c932930f4d3af6d4b317be3e02e83ddf31766a014748ef8f8e97 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:11:49.057Z] Removing intermediate container 03bc4756b141 [2020-08-12T17:11:49.058Z] ---> fbd2b9958f00 [2020-08-12T17:11:49.058Z] Step 8/20 : COPY . . [2020-08-12T17:11:49.307Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:11:49.697Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2020-08-12T17:11:49.697Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-08-12T17:11:49.697Z] 52ae67cc94a3: Preparing [2020-08-12T17:11:49.697Z] 39f57d4520a7: Preparing [2020-08-12T17:11:49.697Z] 0277db94252b: Preparing [2020-08-12T17:11:49.697Z] e877da72e10a: Preparing [2020-08-12T17:11:49.697Z] 67b4b8d96928: Preparing [2020-08-12T17:11:49.697Z] 186c880bf0db: Preparing [2020-08-12T17:11:49.697Z] 0c2ec3f20534: Preparing [2020-08-12T17:11:49.697Z] 8890c171a12b: Preparing [2020-08-12T17:11:49.697Z] 4ae5bd84d450: Preparing [2020-08-12T17:11:49.697Z] 723a561964c8: Preparing [2020-08-12T17:11:49.697Z] 78764725b56c: Preparing [2020-08-12T17:11:49.697Z] 51d6d3d09136: Preparing [2020-08-12T17:11:49.697Z] 1507bc794612: Preparing [2020-08-12T17:11:49.697Z] 50644c29ef5a: Preparing [2020-08-12T17:11:49.697Z] 186c880bf0db: Waiting [2020-08-12T17:11:49.697Z] 4ae5bd84d450: Waiting [2020-08-12T17:11:49.697Z] 723a561964c8: Waiting [2020-08-12T17:11:49.697Z] 0c2ec3f20534: Waiting [2020-08-12T17:11:49.697Z] 8890c171a12b: Waiting [2020-08-12T17:11:49.697Z] 78764725b56c: Waiting [2020-08-12T17:11:49.697Z] 50644c29ef5a: Waiting [2020-08-12T17:11:49.697Z] 51d6d3d09136: Waiting [2020-08-12T17:11:49.697Z] 1507bc794612: Waiting [2020-08-12T17:11:49.697Z] 0277db94252b: Layer already exists [2020-08-12T17:11:49.697Z] e877da72e10a: Layer already exists [2020-08-12T17:11:49.697Z] 52ae67cc94a3: Layer already exists [2020-08-12T17:11:49.697Z] 39f57d4520a7: Layer already exists [2020-08-12T17:11:49.697Z] 67b4b8d96928: Layer already exists [2020-08-12T17:11:49.697Z] 4ae5bd84d450: Layer already exists [2020-08-12T17:11:49.697Z] 0c2ec3f20534: Layer already exists [2020-08-12T17:11:49.697Z] 8890c171a12b: Layer already exists [2020-08-12T17:11:49.697Z] 723a561964c8: Layer already exists [2020-08-12T17:11:49.697Z] 186c880bf0db: Layer already exists [2020-08-12T17:11:49.697Z] 1507bc794612: Layer already exists [2020-08-12T17:11:49.697Z] 51d6d3d09136: Layer already exists [2020-08-12T17:11:49.697Z] 78764725b56c: Layer already exists [2020-08-12T17:11:49.697Z] 50644c29ef5a: Layer already exists [2020-08-12T17:11:49.697Z] master: digest: sha256:8f55cd6ce0d8c932930f4d3af6d4b317be3e02e83ddf31766a014748ef8f8e97 size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-12T17:11:49.870Z] ===================================================== [Pipeline] echo [2020-08-12T17:11:49.944Z] taggedImages: [2020-08-12T17:11:49.944Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:d08647e33299f35346a0c0e1b5c282da7a73a79b [2020-08-12T17:11:49.944Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.10 [2020-08-12T17:11:49.944Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:d08647e33299f35346a0c0e1b5c282da7a73a79b-1.2.2-dev.10 [2020-08-12T17:11:49.944Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-08-12T17:11:51.780Z] Removing intermediate container e6e632054e8d [2020-08-12T17:11:51.780Z] ---> c05ab3718b84 [2020-08-12T17:11:51.780Z] Step 8/20 : COPY . . [2020-08-12T17:12:10.256Z] ---> 87a54ead1e45 [2020-08-12T17:12:10.256Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-08-12T17:12:10.256Z] ---> b9f22e1e4852 [2020-08-12T17:12:10.256Z] Step 9/21 : RUN make cmd/core-metadata/core-metadata [2020-08-12T17:12:10.256Z] ---> Running in 93e849b1b4bc [2020-08-12T17:12:10.256Z] ---> 5614a926aa3a [2020-08-12T17:12:10.256Z] Step 9/20 : RUN make cmd/support-scheduler/support-scheduler [2020-08-12T17:12:10.256Z] ---> c20d89791b64 [2020-08-12T17:12:10.256Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-08-12T17:12:10.256Z] ---> 5f2596ff2f4c [2020-08-12T17:12:10.256Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-08-12T17:12:10.256Z] ---> Running in c05688d4bb83 [2020-08-12T17:12:10.545Z] ---> Running in ff7a14ad217e [2020-08-12T17:12:10.545Z] ---> Running in 4e99d998eb3e [2020-08-12T17:12:10.545Z] ---> Running in 8b9c851198f1 [2020-08-12T17:12:12.572Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.10" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-08-12T17:12:12.854Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.10" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-08-12T17:12:13.160Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.10" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-08-12T17:12:13.455Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.10" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-08-12T17:12:13.455Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.10" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-08-12T17:13:35.517Z] Removing intermediate container 93e849b1b4bc [2020-08-12T17:13:35.517Z] ---> 9bb641299491 [2020-08-12T17:13:35.517Z] [2020-08-12T17:13:35.517Z] Step 9/29 : FROM alpine:latest [2020-08-12T17:13:35.517Z] latest: Pulling from library/alpine [2020-08-12T17:13:35.517Z] Removing intermediate container 8b9c851198f1 [2020-08-12T17:13:35.517Z] ---> fe2097ed7d21 [2020-08-12T17:13:35.517Z] [2020-08-12T17:13:35.517Z] Step 10/20 : FROM alpine [2020-08-12T17:13:35.790Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-08-12T17:13:35.790Z] Status: Downloaded newer image for alpine:latest [2020-08-12T17:13:35.790Z] ---> 62ee0e9f8440 [2020-08-12T17:13:35.790Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-08-12T17:13:35.790Z] latest: Pulling from library/alpine [2020-08-12T17:13:36.070Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-08-12T17:13:36.070Z] Status: Image is up to date for alpine:latest [2020-08-12T17:13:36.070Z] ---> 62ee0e9f8440 [2020-08-12T17:13:36.070Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-08-12T17:13:36.070Z] ---> Running in dba10400ab41 [2020-08-12T17:13:36.349Z] ---> Running in c222c547d8b4 [2020-08-12T17:13:36.952Z] Removing intermediate container dba10400ab41 [2020-08-12T17:13:36.952Z] ---> 50854a3afd28 [2020-08-12T17:13:36.952Z] Step 11/29 : USER root [2020-08-12T17:13:36.952Z] ---> Running in 74a15511eaa4 [2020-08-12T17:13:38.391Z] Removing intermediate container 74a15511eaa4 [2020-08-12T17:13:38.391Z] ---> 91a720791098 [2020-08-12T17:13:38.392Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-08-12T17:13:38.392Z] ---> Running in 23792aa281b9 [2020-08-12T17:13:39.375Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-12T17:13:39.654Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-12T17:13:40.640Z] v3.12.0-240-g35a7b2e977 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-12T17:13:40.640Z] v3.12.0-241-g30378ef162 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-12T17:13:40.640Z] OK: 12620 distinct packages available [2020-08-12T17:13:40.640Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-12T17:13:40.916Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-12T17:13:41.900Z] (1/4) Installing ca-certificates (20191127-r4) [2020-08-12T17:13:41.900Z] v3.12.0-240-g35a7b2e977 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-12T17:13:41.900Z] v3.12.0-241-g30378ef162 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-12T17:13:41.900Z] OK: 12620 distinct packages available [2020-08-12T17:13:41.900Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-08-12T17:13:41.900Z] (3/4) Installing libcurl (7.69.1-r0) [2020-08-12T17:13:41.900Z] (4/4) Installing curl (7.69.1-r0) [2020-08-12T17:13:41.900Z] Executing busybox-1.31.1-r16.trigger [2020-08-12T17:13:41.900Z] Executing ca-certificates-20191127-r4.trigger [2020-08-12T17:13:42.497Z] OK: 7 MiB in 18 packages [2020-08-12T17:13:42.777Z] (1/2) Installing ca-certificates (20191127-r4) [2020-08-12T17:13:42.777Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-08-12T17:13:42.777Z] Executing busybox-1.31.1-r16.trigger [2020-08-12T17:13:42.777Z] Executing ca-certificates-20191127-r4.trigger [2020-08-12T17:13:43.054Z] OK: 6 MiB in 16 packages [2020-08-12T17:13:46.481Z] Removing intermediate container c222c547d8b4 [2020-08-12T17:13:46.481Z] ---> 231ae931ded0 [2020-08-12T17:13:46.481Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-12T17:13:46.778Z] Removing intermediate container 23792aa281b9 [2020-08-12T17:13:46.778Z] ---> d44b6d63b12b [2020-08-12T17:13:46.778Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-08-12T17:13:46.778Z] ---> Running in 4f60e355241b [2020-08-12T17:13:47.384Z] ---> Running in 16f3899ee3ac [2020-08-12T17:13:47.666Z] Removing intermediate container 4e99d998eb3e [2020-08-12T17:13:47.666Z] ---> 8b7d03743f6b [2020-08-12T17:13:47.666Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-08-12T17:13:47.940Z] ---> Running in e1fec80cca16 [2020-08-12T17:13:47.940Z] Removing intermediate container 4f60e355241b [2020-08-12T17:13:47.940Z] ---> 64d126c7ca10 [2020-08-12T17:13:47.940Z] Step 13/20 : WORKDIR /edgex [2020-08-12T17:13:48.217Z] Removing intermediate container 16f3899ee3ac [2020-08-12T17:13:48.217Z] ---> 37c5aa379019 [2020-08-12T17:13:48.217Z] Step 14/29 : WORKDIR $BASE_DIR [2020-08-12T17:13:48.495Z] ---> Running in ac05d5e37cdd [2020-08-12T17:13:48.773Z] ---> Running in adb6fc219265 [2020-08-12T17:13:49.370Z] Removing intermediate container ac05d5e37cdd [2020-08-12T17:13:49.370Z] ---> f356c67140d9 [2020-08-12T17:13:49.370Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-08-12T17:13:49.653Z] Removing intermediate container adb6fc219265 [2020-08-12T17:13:49.653Z] ---> c865c5152804 [2020-08-12T17:13:49.653Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-08-12T17:13:49.929Z] ---> Running in d120b9090655 [2020-08-12T17:13:50.907Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.10" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-08-12T17:13:51.186Z] ---> 6bb61fbdbd5e [2020-08-12T17:13:51.186Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-08-12T17:13:53.160Z] ---> 3be327fe99bb [2020-08-12T17:13:53.160Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-08-12T17:13:53.435Z] ---> Running in b14c4ae48b18 [2020-08-12T17:13:54.038Z] Removing intermediate container b14c4ae48b18 [2020-08-12T17:13:54.038Z] ---> ab5e3ec1a99b [2020-08-12T17:13:54.038Z] Step 17/20 : CMD ["--init=true"] [2020-08-12T17:13:54.311Z] Removing intermediate container d120b9090655 [2020-08-12T17:13:54.311Z] ---> 9736db371901 [2020-08-12T17:13:54.311Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-08-12T17:13:54.311Z] ---> Running in 864614899a31 [2020-08-12T17:13:55.309Z] Removing intermediate container 864614899a31 [2020-08-12T17:13:55.309Z] ---> 4560b859b744 [2020-08-12T17:13:55.309Z] Step 18/20 : LABEL arch=arm64 [2020-08-12T17:13:56.290Z] ---> Running in 26815f44ced8 [2020-08-12T17:13:56.290Z] ---> ef9cc71ddcb4 [2020-08-12T17:13:56.290Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-08-12T17:13:56.890Z] Removing intermediate container 26815f44ced8 [2020-08-12T17:13:56.890Z] ---> 37ccce47c78d [2020-08-12T17:13:56.890Z] Step 19/20 : LABEL git_sha=d08647e33299f35346a0c0e1b5c282da7a73a79b [2020-08-12T17:13:57.167Z] ---> Running in 99bbd6e9dbb5 [2020-08-12T17:13:57.763Z] ---> cb57955fdb9f [2020-08-12T17:13:57.763Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-08-12T17:13:57.763Z] Removing intermediate container e1fec80cca16 [2020-08-12T17:13:57.763Z] ---> 2c45141f3604 [2020-08-12T17:13:57.763Z] [2020-08-12T17:13:57.763Z] Step 11/26 : FROM docker:latest [2020-08-12T17:13:57.763Z] ---> ce9d55ae87f1 [2020-08-12T17:13:57.763Z] Step 12/26 : RUN apk add --no-cache bash [2020-08-12T17:13:58.038Z] Removing intermediate container 99bbd6e9dbb5 [2020-08-12T17:13:58.038Z] ---> b233b7d3ca7e [2020-08-12T17:13:58.038Z] Step 20/20 : LABEL version=1.2.2-dev.10 [2020-08-12T17:13:58.312Z] ---> Running in 44fe53b70c4e [2020-08-12T17:13:58.587Z] ---> Running in 3f55b527f22f [2020-08-12T17:13:59.194Z] ---> 44ea3a0d009d [2020-08-12T17:13:59.194Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-08-12T17:13:59.464Z] Removing intermediate container 3f55b527f22f [2020-08-12T17:13:59.464Z] ---> d54411a2a515 [2020-08-12T17:13:59.464Z] [2020-08-12T17:14:00.062Z] Successfully built d54411a2a515 [2020-08-12T17:14:00.062Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-08-12T17:14:00.062Z] Building docker-security-secretstore-setup-go [2020-08-12T17:14:00.676Z]  Building docker-security-proxy-setup-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-12T17:14:00.676Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-12T17:14:00.945Z] ---> ea62a8375e6a [2020-08-12T17:14:00.945Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-08-12T17:14:01.220Z] Removing intermediate container ff7a14ad217e [2020-08-12T17:14:01.220Z] ---> 365e3a58ea30 [2020-08-12T17:14:01.220Z] [2020-08-12T17:14:01.220Z] Step 10/20 : FROM scratch [2020-08-12T17:14:01.220Z] ---> [2020-08-12T17:14:01.220Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-12T17:14:01.507Z] (1/2) Installing readline (8.0.4-r0) [2020-08-12T17:14:01.507Z] (2/2) Installing bash (5.0.17-r0) [2020-08-12T17:14:01.507Z] Executing bash-5.0.17-r0.post-install [2020-08-12T17:14:01.507Z] Executing busybox-1.31.1-r16.trigger [2020-08-12T17:14:01.507Z] OK: 12 MiB in 22 packages [2020-08-12T17:14:02.497Z] ---> Running in 051bd0f4174c [2020-08-12T17:14:04.462Z] ---> 5de3cee88cdc [2020-08-12T17:14:04.462Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-08-12T17:14:04.731Z] Removing intermediate container 051bd0f4174c [2020-08-12T17:14:04.731Z] ---> db484199e30f [2020-08-12T17:14:04.731Z] Step 12/20 : ENV APP_PORT=48085 [2020-08-12T17:14:05.063Z] ---> Running in f0764273209c [2020-08-12T17:14:05.063Z] ---> Running in b72946c083f3 [2020-08-12T17:14:06.904Z] Removing intermediate container b72946c083f3 [2020-08-12T17:14:06.904Z] ---> 1f9ead6d2a98 [2020-08-12T17:14:06.904Z] Step 13/20 : EXPOSE $APP_PORT [2020-08-12T17:14:06.904Z] Removing intermediate container 44fe53b70c4e [2020-08-12T17:14:06.904Z] ---> fe49611a7f33 [2020-08-12T17:14:06.904Z] Step 13/26 : RUN rm -rf /var/cache/apk/* [2020-08-12T17:14:07.196Z] ---> Running in f88c0729e915 [2020-08-12T17:14:07.801Z] ---> Running in df3fb45415b6 [2020-08-12T17:14:08.400Z] Removing intermediate container f88c0729e915 [2020-08-12T17:14:08.400Z] ---> c15c45797fc0 [2020-08-12T17:14:08.400Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-08-12T17:14:10.395Z] Removing intermediate container f0764273209c [2020-08-12T17:14:10.395Z] ---> 6ecef1c5ab17 [2020-08-12T17:14:10.395Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-08-12T17:14:10.678Z] Removing intermediate container c05688d4bb83 [2020-08-12T17:14:10.678Z] ---> 2d9b4383358d [2020-08-12T17:14:10.678Z] [2020-08-12T17:14:10.678Z] Step 10/21 : FROM scratch [2020-08-12T17:14:10.678Z] ---> [2020-08-12T17:14:10.678Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-12T17:14:10.678Z] ---> 19c27f695b03 [2020-08-12T17:14:10.678Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-08-12T17:14:10.955Z] ---> Using cache [2020-08-12T17:14:10.955Z] ---> db484199e30f [2020-08-12T17:14:10.955Z] Step 12/21 : ENV APP_PORT=48081 [2020-08-12T17:14:11.254Z] ---> Running in 997b03350622 [2020-08-12T17:14:11.868Z] ---> 32a0544a4658 [2020-08-12T17:14:11.868Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-12T17:14:12.862Z] Removing intermediate container 997b03350622 [2020-08-12T17:14:12.862Z] ---> 8bf89218000d [2020-08-12T17:14:12.862Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-12T17:14:12.862Z] ---> Running in 7485a4aac63a [2020-08-12T17:14:12.862Z] Removing intermediate container df3fb45415b6 [2020-08-12T17:14:12.862Z] ---> 4cb22217210e [2020-08-12T17:14:12.863Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-08-12T17:14:13.465Z] ---> Running in a5a8af2dfc96 [2020-08-12T17:14:13.465Z] ---> 4ba37aac9dca [2020-08-12T17:14:13.465Z] Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-08-12T17:14:13.746Z] ---> Running in 915b81eacc51 [2020-08-12T17:14:14.741Z] Removing intermediate container a5a8af2dfc96 [2020-08-12T17:14:14.741Z] ---> ab5504fcf53a [2020-08-12T17:14:14.741Z] Step 14/21 : WORKDIR / [2020-08-12T17:14:15.016Z] ---> Running in a58e75b23f4f [2020-08-12T17:14:15.016Z] Removing intermediate container 915b81eacc51 [2020-08-12T17:14:15.016Z] ---> b1f0fbd8e75b [2020-08-12T17:14:15.016Z] Step 15/26 : ENV APP_PORT=48090 [2020-08-12T17:14:15.016Z] ---> bc5fabbb46c6 [2020-08-12T17:14:15.016Z] Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-12T17:14:15.296Z] ---> Running in 618ae13b7bdf [2020-08-12T17:14:15.296Z] ---> Running in 8ee012232376 [2020-08-12T17:14:15.570Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-12T17:14:15.570Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-08-12T17:14:15.570Z] ---> e71ce84ec0b5 [2020-08-12T17:14:15.570Z] Step 3/26 : WORKDIR /edgex-go [2020-08-12T17:14:15.570Z] ---> Using cache [2020-08-12T17:14:15.570Z] ---> 17135d57b669 [2020-08-12T17:14:15.570Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-12T17:14:15.570Z] ---> Using cache [2020-08-12T17:14:15.570Z] ---> e9c9e9142fb9 [2020-08-12T17:14:15.570Z] Step 5/26 : RUN apk update && apk add make git [2020-08-12T17:14:15.570Z] ---> Using cache [2020-08-12T17:14:15.570Z] ---> 351574f9e826 [2020-08-12T17:14:15.570Z] Step 6/26 : COPY go.mod . [2020-08-12T17:14:15.570Z] ---> Using cache [2020-08-12T17:14:15.570Z] ---> 526f57337721 [2020-08-12T17:14:15.570Z] Step 7/26 : RUN go mod download [2020-08-12T17:14:15.570Z] ---> Using cache [2020-08-12T17:14:15.570Z] ---> fbd2b9958f00 [2020-08-12T17:14:15.570Z] Step 8/26 : COPY . . [2020-08-12T17:14:15.570Z] ---> Using cache [2020-08-12T17:14:15.570Z] ---> 5614a926aa3a [2020-08-12T17:14:15.570Z] Step 9/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup cmd/security-secretstore-read/security-secretstore-read [2020-08-12T17:14:15.851Z] Removing intermediate container a58e75b23f4f [2020-08-12T17:14:15.851Z] ---> 044d378dcea5 [2020-08-12T17:14:15.851Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-08-12T17:14:15.851Z] ---> Running in 539ca1f4b1f1 [2020-08-12T17:14:16.124Z] Removing intermediate container 618ae13b7bdf [2020-08-12T17:14:16.124Z] ---> 05de64248f1c [2020-08-12T17:14:16.124Z] Step 18/20 : LABEL arch=arm64 [2020-08-12T17:14:16.124Z] Removing intermediate container 8ee012232376 [2020-08-12T17:14:16.124Z] ---> 740754e6ab79 [2020-08-12T17:14:16.124Z] Step 16/26 : EXPOSE $APP_PORT [2020-08-12T17:14:16.396Z] ---> Running in c42df9512f1b [2020-08-12T17:14:16.396Z] ---> Running in a4c708d04975 [2020-08-12T17:14:16.670Z] ---> dbfe1e7f8988 [2020-08-12T17:14:16.670Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-08-12T17:14:16.959Z] Removing intermediate container c42df9512f1b [2020-08-12T17:14:16.959Z] ---> fbbd223686af [2020-08-12T17:14:16.959Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-08-12T17:14:17.234Z] Removing intermediate container a4c708d04975 [2020-08-12T17:14:17.234Z] ---> ed656c858e23 [2020-08-12T17:14:17.234Z] Step 19/20 : LABEL git_sha=d08647e33299f35346a0c0e1b5c282da7a73a79b [2020-08-12T17:14:17.234Z] Removing intermediate container 7485a4aac63a [2020-08-12T17:14:17.234Z] ---> a32d7518ea42 [2020-08-12T17:14:17.234Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-08-12T17:14:17.828Z] ---> Running in 6f3b5e2e09ff [2020-08-12T17:14:17.828Z] ---> Running in 454765aa8d2a [2020-08-12T17:14:18.425Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.10" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-08-12T17:14:18.708Z] ---> 2ec2e9a68f4d [2020-08-12T17:14:18.708Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-08-12T17:14:18.991Z] Removing intermediate container 6f3b5e2e09ff [2020-08-12T17:14:18.991Z] ---> a0abc4ddbc0c [2020-08-12T17:14:18.991Z] Step 20/20 : LABEL version=1.2.2-dev.10 [2020-08-12T17:14:18.991Z] ---> 3d8d768cc022 [2020-08-12T17:14:18.991Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-08-12T17:14:19.267Z] ---> Running in 83d48cff7863 [2020-08-12T17:14:19.867Z] ---> 447c0a2d590f [2020-08-12T17:14:19.867Z] Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-12T17:14:20.144Z] Removing intermediate container 83d48cff7863 [2020-08-12T17:14:20.144Z] ---> 95c4c2ec8342 [2020-08-12T17:14:20.144Z] [2020-08-12T17:14:20.144Z] ---> Running in 25743759e339 [2020-08-12T17:14:20.417Z] ---> 2ce28c42d4d0 [2020-08-12T17:14:20.417Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-08-12T17:14:21.022Z] Successfully built 95c4c2ec8342 [2020-08-12T17:14:21.022Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-08-12T17:14:21.022Z] Building docker-core-data-go [2020-08-12T17:14:21.022Z]  Building docker-support-scheduler-go ... done Removing intermediate container 25743759e339 [2020-08-12T17:14:21.022Z] ---> 513482e1ac85 [2020-08-12T17:14:21.022Z] Step 19/21 : LABEL arch=arm64 [2020-08-12T17:14:21.315Z] ---> Running in da6d916a0ec7 [2020-08-12T17:14:22.768Z] Removing intermediate container da6d916a0ec7 [2020-08-12T17:14:22.768Z] ---> 9d09e140f750 [2020-08-12T17:14:22.768Z] Step 20/21 : LABEL git_sha=d08647e33299f35346a0c0e1b5c282da7a73a79b [2020-08-12T17:14:23.065Z] ---> 941010361f67 [2020-08-12T17:14:23.065Z] Step 20/26 : RUN apk --no-cache add py-pip [2020-08-12T17:14:23.683Z] ---> Running in c606a6930691 [2020-08-12T17:14:23.683Z] Removing intermediate container 454765aa8d2a [2020-08-12T17:14:23.683Z] ---> f6a193cf7bca [2020-08-12T17:14:23.683Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-08-12T17:14:23.960Z] ---> Running in ba179b9bf0f0 [2020-08-12T17:14:24.245Z] ---> Running in e4d0de339ff2 [2020-08-12T17:14:25.248Z] Removing intermediate container c606a6930691 [2020-08-12T17:14:25.248Z] ---> a0fb25fd977c [2020-08-12T17:14:25.248Z] Step 21/21 : LABEL version=1.2.2-dev.10 [2020-08-12T17:14:25.529Z] Removing intermediate container e4d0de339ff2 [2020-08-12T17:14:25.529Z] ---> cc73b292ad57 [2020-08-12T17:14:25.529Z] Step 26/29 : CMD [ "generate" ] [2020-08-12T17:14:25.817Z] ---> Running in 3fe442c84bd6 [2020-08-12T17:14:26.427Z] ---> Running in a41ca1d0130d [2020-08-12T17:14:27.050Z] Removing intermediate container 3fe442c84bd6 [2020-08-12T17:14:27.050Z] ---> d62a92a31b95 [2020-08-12T17:14:27.050Z] [2020-08-12T17:14:27.663Z] Removing intermediate container a41ca1d0130d [2020-08-12T17:14:27.663Z] ---> f6c30c9c461c [2020-08-12T17:14:27.663Z] Step 27/29 : LABEL arch=arm64 [2020-08-12T17:14:27.663Z] Successfully built d62a92a31b95 [2020-08-12T17:14:27.663Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-08-12T17:14:27.663Z] Building docker-support-logging-go [2020-08-12T17:14:27.941Z]  Building docker-core-metadata-go ... done  ---> Running in 2e894c443fec [2020-08-12T17:14:27.941Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-12T17:14:28.216Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-12T17:14:28.488Z] Removing intermediate container 2e894c443fec [2020-08-12T17:14:28.488Z] ---> 6ac0494118a9 [2020-08-12T17:14:28.488Z] Step 28/29 : LABEL git_sha=d08647e33299f35346a0c0e1b5c282da7a73a79b [2020-08-12T17:14:28.764Z] ---> Running in 4634c678dc3d [2020-08-12T17:14:28.764Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-08-12T17:14:28.764Z] (2/33) Installing expat (2.2.9-r1) [2020-08-12T17:14:28.764Z] (3/33) Installing libffi (3.3-r2) [2020-08-12T17:14:28.764Z] (4/33) Installing gdbm (1.13-r1) [2020-08-12T17:14:28.764Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-08-12T17:14:28.764Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-08-12T17:14:28.764Z] (7/33) Installing python3 (3.8.5-r0) [2020-08-12T17:14:29.361Z] Removing intermediate container 4634c678dc3d [2020-08-12T17:14:29.639Z] ---> 3f2ffa68cdae [2020-08-12T17:14:29.639Z] Step 29/29 : LABEL version=1.2.2-dev.10 [2020-08-12T17:14:30.628Z] ---> Running in fcd861d9c7d7 [2020-08-12T17:14:31.231Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-08-12T17:14:31.231Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-08-12T17:14:31.231Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-08-12T17:14:31.231Z] (11/33) Installing py3-six (1.15.0-r0) [2020-08-12T17:14:31.231Z] (12/33) Installing py3-packaging (20.4-r0) [2020-08-12T17:14:31.231Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-08-12T17:14:31.231Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-08-12T17:14:31.515Z] (15/33) Installing py3-idna (2.9-r0) [2020-08-12T17:14:31.515Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-08-12T17:14:31.515Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-08-12T17:14:31.515Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-08-12T17:14:31.515Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-08-12T17:14:31.515Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-08-12T17:14:31.515Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-08-12T17:14:31.515Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-08-12T17:14:31.515Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-08-12T17:14:31.795Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-08-12T17:14:31.795Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-08-12T17:14:31.795Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-08-12T17:14:31.795Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-08-12T17:14:31.795Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-08-12T17:14:31.795Z] (29/33) Installing py3-progress (1.5-r0) [2020-08-12T17:14:31.795Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-08-12T17:14:31.795Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-08-12T17:14:31.795Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-08-12T17:14:31.795Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-08-12T17:14:32.083Z] Executing busybox-1.31.1-r16.trigger [2020-08-12T17:14:32.083Z] OK: 71 MiB in 55 packages [2020-08-12T17:14:32.083Z] Removing intermediate container fcd861d9c7d7 [2020-08-12T17:14:32.083Z] ---> 4ca998c75eee [2020-08-12T17:14:32.083Z] [2020-08-12T17:14:32.694Z] Successfully built 4ca998c75eee [2020-08-12T17:14:32.694Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-08-12T17:14:32.694Z]  Building docker-security-secrets-setup-go ... done Building docker-core-command-go [2020-08-12T17:14:45.172Z] Removing intermediate container ba179b9bf0f0 [2020-08-12T17:14:45.172Z] ---> 665c82a405ac [2020-08-12T17:14:45.172Z] Step 21/26 : RUN pip install docker-compose==1.23.2 [2020-08-12T17:14:45.450Z] ---> Running in dd4469c061e8 [2020-08-12T17:14:52.204Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-12T17:14:52.204Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-08-12T17:14:52.204Z] ---> e71ce84ec0b5 [2020-08-12T17:14:52.204Z] Step 3/22 : WORKDIR /edgex-go [2020-08-12T17:14:52.204Z] ---> Using cache [2020-08-12T17:14:52.204Z] ---> 17135d57b669 [2020-08-12T17:14:52.204Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-12T17:14:52.204Z] ---> Using cache [2020-08-12T17:14:52.204Z] ---> e9c9e9142fb9 [2020-08-12T17:14:52.204Z] Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-08-12T17:14:52.484Z] Collecting docker-compose==1.23.2 [2020-08-12T17:14:52.760Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-08-12T17:14:53.363Z] ---> Running in 35b19277ea03 [2020-08-12T17:14:54.351Z] Collecting PyYAML<4,>=3.10 [2020-08-12T17:14:54.351Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-08-12T17:14:56.523Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-12T17:14:56.523Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.10" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-08-12T17:14:57.531Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-12T17:14:58.518Z] Collecting docopt<0.7,>=0.6.1 [2020-08-12T17:14:58.518Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-12T17:14:58.518Z] v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-12T17:14:58.518Z] OK: 12620 distinct packages available [2020-08-12T17:14:58.518Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-08-12T17:14:59.120Z] OK: 217 MiB in 51 packages [2020-08-12T17:15:02.571Z] Collecting websocket-client<1.0,>=0.32.0 [2020-08-12T17:15:02.571Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-08-12T17:15:02.860Z] Collecting dockerpty<0.5,>=0.4.1 [2020-08-12T17:15:02.860Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-08-12T17:15:03.475Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-12T17:15:03.476Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-12T17:15:03.476Z] ---> e71ce84ec0b5 [2020-08-12T17:15:03.476Z] Step 3/21 : WORKDIR /edgex-go [2020-08-12T17:15:03.476Z] ---> Using cache [2020-08-12T17:15:03.476Z] ---> 17135d57b669 [2020-08-12T17:15:03.476Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-12T17:15:03.476Z] ---> Using cache [2020-08-12T17:15:03.476Z] ---> e9c9e9142fb9 [2020-08-12T17:15:03.476Z] Step 5/21 : RUN apk update && apk add make && apk add bash git [2020-08-12T17:15:03.476Z] Removing intermediate container 35b19277ea03 [2020-08-12T17:15:03.476Z] ---> 22e5feb14b9b [2020-08-12T17:15:03.476Z] Step 6/22 : COPY go.mod . [2020-08-12T17:15:03.753Z] ---> Running in 35808fc9ddbd [2020-08-12T17:15:05.233Z] ---> c44768b38d17 [2020-08-12T17:15:05.233Z] Step 7/22 : RUN go mod download [2020-08-12T17:15:05.515Z] ---> Running in a33a52ecd8ce [2020-08-12T17:15:06.506Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-12T17:15:06.506Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.10" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-08-12T17:15:06.789Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-12T17:15:06.789Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-12T17:15:06.789Z] ---> e71ce84ec0b5 [2020-08-12T17:15:06.789Z] Step 3/21 : WORKDIR /edgex-go [2020-08-12T17:15:06.789Z] ---> Using cache [2020-08-12T17:15:06.789Z] ---> 17135d57b669 [2020-08-12T17:15:06.789Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-12T17:15:06.789Z] ---> Using cache [2020-08-12T17:15:06.789Z] ---> e9c9e9142fb9 [2020-08-12T17:15:06.789Z] Step 5/21 : RUN apk update && apk add make git [2020-08-12T17:15:06.789Z] ---> Using cache [2020-08-12T17:15:06.789Z] ---> 351574f9e826 [2020-08-12T17:15:06.789Z] Step 6/21 : COPY go.mod . [2020-08-12T17:15:06.789Z] ---> Using cache [2020-08-12T17:15:06.789Z] ---> 526f57337721 [2020-08-12T17:15:06.789Z] Step 7/21 : RUN go mod download [2020-08-12T17:15:06.789Z] ---> Using cache [2020-08-12T17:15:06.789Z] ---> fbd2b9958f00 [2020-08-12T17:15:06.789Z] Step 8/21 : COPY . . [2020-08-12T17:15:06.789Z] ---> Using cache [2020-08-12T17:15:06.789Z] ---> 5614a926aa3a [2020-08-12T17:15:06.789Z] Step 9/21 : RUN make cmd/core-command/core-command [2020-08-12T17:15:07.071Z] ---> Running in 5d6df9e80079 [2020-08-12T17:15:07.354Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-12T17:15:07.354Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-08-12T17:15:07.354Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-08-12T17:15:08.341Z] Collecting cached-property<2,>=1.2.0 [2020-08-12T17:15:08.341Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-08-12T17:15:08.341Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-12T17:15:08.341Z] v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-12T17:15:08.341Z] OK: 12620 distinct packages available [2020-08-12T17:15:08.341Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-08-12T17:15:08.617Z] Collecting texttable<0.10,>=0.9.0 [2020-08-12T17:15:08.617Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-08-12T17:15:09.221Z] OK: 217 MiB in 51 packages [2020-08-12T17:15:09.221Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.10" -o cmd/core-command/core-command ./cmd/core-command [2020-08-12T17:15:10.213Z] OK: 217 MiB in 51 packages [2020-08-12T17:15:10.213Z] Removing intermediate container a33a52ecd8ce [2020-08-12T17:15:10.213Z] ---> 87ab8ce5a1ab [2020-08-12T17:15:10.213Z] Step 8/22 : COPY . . [2020-08-12T17:15:12.228Z] Collecting jsonschema<3,>=2.5.1 [2020-08-12T17:15:12.228Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-08-12T17:15:12.830Z] Removing intermediate container 35808fc9ddbd [2020-08-12T17:15:12.830Z] ---> 4b5849df8ed3 [2020-08-12T17:15:12.830Z] Step 6/21 : COPY go.mod . [2020-08-12T17:15:13.436Z] Collecting docker<4.0,>=3.6.0 [2020-08-12T17:15:13.436Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-08-12T17:15:14.899Z] Collecting urllib3<1.25,>=1.21.1 [2020-08-12T17:15:14.899Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-08-12T17:15:15.506Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2020-08-12T17:15:15.506Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2020-08-12T17:15:15.506Z] ---> b53dbea7e7a0 [2020-08-12T17:15:15.506Z] Step 7/21 : RUN go mod download [2020-08-12T17:15:15.783Z] Collecting idna<2.8,>=2.5 [2020-08-12T17:15:15.783Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-08-12T17:15:16.393Z] ---> Running in 9b6dce0b2224 [2020-08-12T17:15:16.393Z] Collecting docker-pycreds>=0.4.0 [2020-08-12T17:15:16.393Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-08-12T17:15:16.673Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-08-12T17:15:16.673Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-08-12T17:15:16.673Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-08-12T17:15:16.673Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-08-12T17:15:17.654Z] Installing collected packages: PyYAML, docopt, websocket-client, dockerpty, urllib3, idna, requests, cached-property, texttable, jsonschema, docker-pycreds, docker, docker-compose [2020-08-12T17:15:17.654Z] Running setup.py install for PyYAML: started [2020-08-12T17:15:20.305Z] Running setup.py install for PyYAML: finished with status 'done' [2020-08-12T17:15:20.305Z] Running setup.py install for docopt: started [2020-08-12T17:15:21.767Z] Removing intermediate container 539ca1f4b1f1 [2020-08-12T17:15:21.767Z] ---> acd44d75e366 [2020-08-12T17:15:21.767Z] [2020-08-12T17:15:21.767Z] Step 10/26 : FROM alpine:3.10 [2020-08-12T17:15:22.050Z] 3.10: Pulling from library/alpine [2020-08-12T17:15:22.647Z] Removing intermediate container 9b6dce0b2224 [2020-08-12T17:15:22.647Z] ---> 64f3a37abbcb [2020-08-12T17:15:22.647Z] Step 8/21 : COPY . . [2020-08-12T17:15:22.923Z] Running setup.py install for docopt: finished with status 'done' [2020-08-12T17:15:23.206Z] Running setup.py install for dockerpty: started [2020-08-12T17:15:23.808Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-08-12T17:15:23.808Z] Status: Downloaded newer image for alpine:3.10 [2020-08-12T17:15:23.808Z] ---> 536a684cf733 [2020-08-12T17:15:23.808Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-08-12T17:15:24.814Z] ---> Running in bd7af6cad78f [2020-08-12T17:15:25.419Z] Running setup.py install for dockerpty: finished with status 'done' [2020-08-12T17:15:25.419Z] Attempting uninstall: urllib3 [2020-08-12T17:15:25.419Z] Found existing installation: urllib3 1.25.9 [2020-08-12T17:15:25.703Z] Uninstalling urllib3-1.25.9: [2020-08-12T17:15:25.703Z] Successfully uninstalled urllib3-1.25.9 [2020-08-12T17:15:26.314Z] Attempting uninstall: idna [2020-08-12T17:15:26.314Z] Found existing installation: idna 2.9 [2020-08-12T17:15:26.314Z] Uninstalling idna-2.9: [2020-08-12T17:15:26.594Z] Successfully uninstalled idna-2.9 [2020-08-12T17:15:27.213Z] Attempting uninstall: requests [2020-08-12T17:15:27.213Z] Found existing installation: requests 2.23.0 [2020-08-12T17:15:27.213Z] Uninstalling requests-2.23.0: [2020-08-12T17:15:27.494Z] Successfully uninstalled requests-2.23.0 [2020-08-12T17:15:27.775Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-08-12T17:15:27.775Z] Running setup.py install for texttable: started [2020-08-12T17:15:28.062Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-08-12T17:15:28.669Z] v3.10.5-74-g0b1cb9d719 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-08-12T17:15:28.669Z] v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-08-12T17:15:28.669Z] OK: 10167 distinct packages available [2020-08-12T17:15:29.283Z] (1/5) Installing ca-certificates (20191127-r2) [2020-08-12T17:15:29.283Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-08-12T17:15:29.283Z] (3/5) Installing libcurl (7.66.0-r0) [2020-08-12T17:15:29.283Z] (4/5) Installing curl (7.66.0-r0) [2020-08-12T17:15:29.283Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-08-12T17:15:29.283Z] Executing busybox-1.30.1-r3.trigger [2020-08-12T17:15:29.283Z] Executing ca-certificates-20191127-r2.trigger [2020-08-12T17:15:29.562Z] OK: 7 MiB in 19 packages [2020-08-12T17:15:30.573Z] Running setup.py install for texttable: finished with status 'done' [2020-08-12T17:15:34.049Z] ---> f5c20a270c5d [2020-08-12T17:15:34.049Z] Step 9/22 : RUN make cmd/core-data/core-data [2020-08-12T17:15:34.673Z] ---> Running in bdf64b121be4 [2020-08-12T17:15:34.952Z] Successfully installed PyYAML-3.13 cached-property-1.5.1 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2020-08-12T17:15:34.952Z] Removing intermediate container bd7af6cad78f [2020-08-12T17:15:34.952Z] ---> 734213f8151a [2020-08-12T17:15:34.952Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-12T17:15:35.561Z] ---> Running in e2e8ec2da11e [2020-08-12T17:15:37.023Z] Removing intermediate container e2e8ec2da11e [2020-08-12T17:15:37.023Z] ---> aa3d45824798 [2020-08-12T17:15:37.303Z] Step 13/26 : WORKDIR / [2020-08-12T17:15:37.908Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.10" -o cmd/core-data/core-data ./cmd/core-data [2020-08-12T17:15:38.194Z] ---> Running in 578b555c5232 [2020-08-12T17:15:40.203Z] Removing intermediate container 578b555c5232 [2020-08-12T17:15:40.203Z] ---> 6b6969d117cb [2020-08-12T17:15:40.203Z] Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-08-12T17:15:43.150Z] Removing intermediate container dd4469c061e8 [2020-08-12T17:15:43.150Z] ---> 332cf29b1500 [2020-08-12T17:15:43.150Z] Step 22/26 : RUN apk --no-cache add curl [2020-08-12T17:15:43.150Z] ---> 2b311eb57434 [2020-08-12T17:15:43.150Z] Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-08-12T17:15:43.425Z] ---> Running in 418100ebb6cf [2020-08-12T17:15:46.101Z] ---> 81dc6418b4bf [2020-08-12T17:15:46.101Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-08-12T17:15:46.708Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-12T17:15:46.988Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-12T17:15:47.609Z] ---> bc47850ec0b9 [2020-08-12T17:15:47.609Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-08-12T17:15:47.897Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-08-12T17:15:47.897Z] (2/3) Installing libcurl (7.69.1-r0) [2020-08-12T17:15:47.897Z] (3/3) Installing curl (7.69.1-r0) [2020-08-12T17:15:47.897Z] Executing busybox-1.31.1-r16.trigger [2020-08-12T17:15:47.897Z] OK: 71 MiB in 58 packages [2020-08-12T17:15:48.178Z] ---> 0e854742de95 [2020-08-12T17:15:48.178Z] Step 9/21 : RUN make cmd/support-logging/support-logging [2020-08-12T17:15:48.787Z] ---> Running in c5d256e4499e [2020-08-12T17:15:49.396Z] ---> 3301f413538f [2020-08-12T17:15:49.396Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-08-12T17:15:50.852Z] Removing intermediate container 418100ebb6cf [2020-08-12T17:15:50.852Z] ---> cfac69611c35 [2020-08-12T17:15:50.852Z] Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-12T17:15:51.130Z] ---> Running in dbd718b05131 [2020-08-12T17:15:51.736Z] ---> 0fd3208337b6 [2020-08-12T17:15:51.736Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-08-12T17:15:51.736Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.10" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-08-12T17:15:51.736Z] Removing intermediate container dbd718b05131 [2020-08-12T17:15:51.736Z] ---> a78fba16380b [2020-08-12T17:15:51.736Z] Step 24/26 : LABEL arch=arm64 [2020-08-12T17:15:52.341Z] ---> Running in ec08a52846e5 [2020-08-12T17:15:52.958Z] Removing intermediate container ec08a52846e5 [2020-08-12T17:15:53.236Z] ---> a0abf91d8416 [2020-08-12T17:15:53.236Z] Step 25/26 : LABEL git_sha=d08647e33299f35346a0c0e1b5c282da7a73a79b [2020-08-12T17:15:53.516Z] ---> Running in df29c048e782 [2020-08-12T17:15:53.516Z] ---> 44710debfc4c [2020-08-12T17:15:53.516Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-08-12T17:15:54.499Z] Removing intermediate container df29c048e782 [2020-08-12T17:15:54.499Z] ---> c6052cf5d1f3 [2020-08-12T17:15:54.499Z] Step 26/26 : LABEL version=1.2.2-dev.10 [2020-08-12T17:15:54.775Z] ---> Running in abd01e56a4e6 [2020-08-12T17:15:55.379Z] ---> 8a4686eb2220 [2020-08-12T17:15:55.379Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-08-12T17:15:55.664Z] Removing intermediate container abd01e56a4e6 [2020-08-12T17:15:55.664Z] ---> d279344620e3 [2020-08-12T17:15:55.664Z] [2020-08-12T17:15:56.268Z] Successfully built d279344620e3 [2020-08-12T17:15:56.268Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-08-12T17:15:56.268Z]  Building docker-sys-mgmt-agent-go ... done Building docker-support-notifications-go [2020-08-12T17:15:56.871Z] ---> 77f323adc2fe [2020-08-12T17:15:56.871Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-12T17:15:57.146Z] ---> Running in a8adf70dc66e [2020-08-12T17:16:03.917Z] Removing intermediate container a8adf70dc66e [2020-08-12T17:16:03.917Z] ---> ad67621424ef [2020-08-12T17:16:03.917Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-08-12T17:16:03.917Z] ---> Running in 9796746ff740 [2020-08-12T17:16:04.195Z] Removing intermediate container 9796746ff740 [2020-08-12T17:16:04.195Z] ---> f385c1f17e94 [2020-08-12T17:16:04.195Z] Step 24/26 : LABEL arch=arm64 [2020-08-12T17:16:04.195Z] ---> Running in d176e899f705 [2020-08-12T17:16:05.184Z] Removing intermediate container d176e899f705 [2020-08-12T17:16:05.184Z] ---> 2d4af41eb241 [2020-08-12T17:16:05.184Z] Step 25/26 : LABEL git_sha=d08647e33299f35346a0c0e1b5c282da7a73a79b [2020-08-12T17:16:05.184Z] ---> Running in 29f67f57e8a7 [2020-08-12T17:16:06.650Z] Removing intermediate container 29f67f57e8a7 [2020-08-12T17:16:06.650Z] ---> edba21aa8db5 [2020-08-12T17:16:06.650Z] Step 26/26 : LABEL version=1.2.2-dev.10 [2020-08-12T17:16:06.650Z] ---> Running in d55f44ef1ba5 [2020-08-12T17:16:08.095Z] Removing intermediate container d55f44ef1ba5 [2020-08-12T17:16:08.095Z] ---> 8752b244e4df [2020-08-12T17:16:08.095Z] [2020-08-12T17:16:08.374Z] Successfully built 8752b244e4df [2020-08-12T17:16:08.655Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-08-12T17:16:21.106Z]  Building docker-security-secretstore-setup-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-12T17:16:21.106Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-08-12T17:16:21.107Z] ---> e71ce84ec0b5 [2020-08-12T17:16:21.107Z] Step 3/23 : WORKDIR /edgex-go [2020-08-12T17:16:21.107Z] ---> Using cache [2020-08-12T17:16:21.107Z] ---> 17135d57b669 [2020-08-12T17:16:21.107Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-12T17:16:21.107Z] ---> Using cache [2020-08-12T17:16:21.107Z] ---> e9c9e9142fb9 [2020-08-12T17:16:21.107Z] Step 5/23 : RUN apk update && apk add make bash git ca-certificates [2020-08-12T17:16:21.107Z] ---> Running in e403de78c157 [2020-08-12T17:16:23.094Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-12T17:16:24.079Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-12T17:16:25.105Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-12T17:16:25.105Z] v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-12T17:16:25.105Z] OK: 12620 distinct packages available [2020-08-12T17:16:25.706Z] OK: 217 MiB in 51 packages [2020-08-12T17:16:28.362Z] Removing intermediate container e403de78c157 [2020-08-12T17:16:28.362Z] ---> ebd29e34aab4 [2020-08-12T17:16:28.362Z] Step 6/23 : COPY go.mod . [2020-08-12T17:16:28.961Z] ---> f6ac9695ba2b [2020-08-12T17:16:28.961Z] Step 7/23 : RUN go mod download [2020-08-12T17:16:29.236Z] ---> Running in bad8f84896b2 [2020-08-12T17:16:34.672Z] Removing intermediate container bad8f84896b2 [2020-08-12T17:16:34.672Z] ---> 18d32edac1a1 [2020-08-12T17:16:34.672Z] Step 8/23 : COPY . . [2020-08-12T17:16:38.338Z] Removing intermediate container 5d6df9e80079 [2020-08-12T17:16:38.338Z] ---> f609f15f8648 [2020-08-12T17:16:38.338Z] [2020-08-12T17:16:38.338Z] Step 10/21 : FROM scratch [2020-08-12T17:16:38.338Z] ---> [2020-08-12T17:16:38.338Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-12T17:16:38.631Z] ---> Using cache [2020-08-12T17:16:38.631Z] ---> db484199e30f [2020-08-12T17:16:38.631Z] Step 12/21 : ENV APP_PORT=48082 [2020-08-12T17:16:39.282Z] ---> Running in a1fe2e3496ca [2020-08-12T17:16:40.274Z] Removing intermediate container a1fe2e3496ca [2020-08-12T17:16:40.274Z] ---> 19c516981a6d [2020-08-12T17:16:40.274Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-12T17:16:40.553Z] ---> Running in 76f5e2509494 [2020-08-12T17:16:42.010Z] Removing intermediate container 76f5e2509494 [2020-08-12T17:16:42.010Z] ---> 569b9c5f4625 [2020-08-12T17:16:42.010Z] Step 14/21 : WORKDIR / [2020-08-12T17:16:42.291Z] ---> Running in 0a282a41b124 [2020-08-12T17:16:43.282Z] Removing intermediate container 0a282a41b124 [2020-08-12T17:16:43.282Z] ---> 60a4686034da [2020-08-12T17:16:43.282Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-08-12T17:16:45.276Z] ---> 3fa6d231ff89 [2020-08-12T17:16:45.276Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-08-12T17:16:48.692Z] ---> c45826fdb267 [2020-08-12T17:16:48.692Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-08-12T17:16:50.687Z] ---> 03817f627733 [2020-08-12T17:16:50.687Z] Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-12T17:16:50.687Z] ---> Running in 8c3993945b8b [2020-08-12T17:16:51.678Z] Removing intermediate container 8c3993945b8b [2020-08-12T17:16:51.678Z] ---> 7b7da778d498 [2020-08-12T17:16:51.678Z] Step 19/21 : LABEL arch=arm64 [2020-08-12T17:16:52.303Z] ---> Running in 888d71de6de7 [2020-08-12T17:16:53.766Z] Removing intermediate container 888d71de6de7 [2020-08-12T17:16:53.766Z] ---> 9bb5a58b8cc0 [2020-08-12T17:16:53.766Z] Step 20/21 : LABEL git_sha=d08647e33299f35346a0c0e1b5c282da7a73a79b [2020-08-12T17:16:53.766Z] ---> Running in ffe9629bde73 [2020-08-12T17:16:54.774Z] Removing intermediate container ffe9629bde73 [2020-08-12T17:16:54.774Z] ---> caa3ef9fb622 [2020-08-12T17:16:54.774Z] Step 21/21 : LABEL version=1.2.2-dev.10 [2020-08-12T17:16:54.774Z] ---> 3a197ce6ea19 [2020-08-12T17:16:54.774Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2020-08-12T17:16:55.050Z] ---> Running in 6b7ea4032d70 [2020-08-12T17:16:55.050Z] ---> Running in c8f30d027c50 [2020-08-12T17:16:56.506Z] Removing intermediate container 6b7ea4032d70 [2020-08-12T17:16:56.506Z] ---> dab19e0d2097 [2020-08-12T17:16:56.506Z] [2020-08-12T17:16:57.123Z] Successfully built dab19e0d2097 [2020-08-12T17:16:57.123Z] Successfully tagged docker-core-command-go-arm64:latest [2020-08-12T17:16:57.730Z]  Building docker-core-command-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.10" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-08-12T17:17:10.166Z] Removing intermediate container c5d256e4499e [2020-08-12T17:17:10.166Z] ---> 3bd2777f367f [2020-08-12T17:17:10.166Z] [2020-08-12T17:17:10.166Z] Step 10/21 : FROM scratch [2020-08-12T17:17:10.166Z] ---> [2020-08-12T17:17:10.166Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-12T17:17:10.166Z] ---> Running in 86c9de77ff90 [2020-08-12T17:17:10.166Z] Removing intermediate container 86c9de77ff90 [2020-08-12T17:17:10.166Z] ---> 37d94a8f77e4 [2020-08-12T17:17:10.166Z] Step 12/21 : ENV APP_PORT=48061 [2020-08-12T17:17:10.166Z] ---> Running in 948efa9e5d0f [2020-08-12T17:17:11.161Z] Removing intermediate container 948efa9e5d0f [2020-08-12T17:17:11.161Z] ---> f3d71a199316 [2020-08-12T17:17:11.161Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-12T17:17:11.161Z] ---> Running in 7e5858d388ee [2020-08-12T17:17:11.770Z] Removing intermediate container 7e5858d388ee [2020-08-12T17:17:11.770Z] ---> 86065da33952 [2020-08-12T17:17:11.770Z] Step 14/21 : COPY --from=builder /bin/bash /bin/bash [2020-08-12T17:17:13.228Z] ---> cd357ac67e5e [2020-08-12T17:17:13.228Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-08-12T17:17:14.215Z] ---> 3e3e8a1c5bbc [2020-08-12T17:17:14.215Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-08-12T17:17:16.874Z] ---> 55703e76b424 [2020-08-12T17:17:16.874Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-08-12T17:17:18.322Z] ---> c68f05839161 [2020-08-12T17:17:18.322Z] Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-12T17:17:18.322Z] Removing intermediate container bdf64b121be4 [2020-08-12T17:17:18.322Z] ---> 57c38073b28b [2020-08-12T17:17:18.322Z] [2020-08-12T17:17:18.322Z] Step 10/22 : FROM alpine [2020-08-12T17:17:18.322Z] ---> 62ee0e9f8440 [2020-08-12T17:17:18.322Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-12T17:17:18.322Z] ---> Running in 453655e19c40 [2020-08-12T17:17:18.322Z] ---> Running in b6b269a0d5e9 [2020-08-12T17:17:19.311Z] Removing intermediate container 453655e19c40 [2020-08-12T17:17:19.311Z] ---> 2696eb382fbb [2020-08-12T17:17:19.311Z] Step 19/21 : LABEL arch=arm64 [2020-08-12T17:17:19.913Z] Removing intermediate container b6b269a0d5e9 [2020-08-12T17:17:19.913Z] ---> 3c6a0a67b596 [2020-08-12T17:17:19.913Z] Step 12/22 : ENV APP_PORT=48080 [2020-08-12T17:17:19.913Z] ---> Running in 919b53ac7c01 [2020-08-12T17:17:19.913Z] ---> Running in 7fc12e98253c [2020-08-12T17:17:21.354Z] Removing intermediate container 7fc12e98253c [2020-08-12T17:17:21.354Z] ---> 6d72082c6008 [2020-08-12T17:17:21.354Z] Step 13/22 : EXPOSE $APP_PORT [2020-08-12T17:17:21.354Z] Removing intermediate container 919b53ac7c01 [2020-08-12T17:17:21.354Z] ---> 390e59a5e3d0 [2020-08-12T17:17:21.354Z] Step 20/21 : LABEL git_sha=d08647e33299f35346a0c0e1b5c282da7a73a79b [2020-08-12T17:17:21.354Z] ---> Running in dc7a88d6b10d [2020-08-12T17:17:21.354Z] ---> Running in 233ee84a57d3 [2020-08-12T17:17:22.346Z] Removing intermediate container dc7a88d6b10d [2020-08-12T17:17:22.346Z] ---> 675f78fca7ef [2020-08-12T17:17:22.346Z] Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-12T17:17:22.346Z] Removing intermediate container 233ee84a57d3 [2020-08-12T17:17:22.346Z] ---> 4fbebf1a5a88 [2020-08-12T17:17:22.346Z] Step 21/21 : LABEL version=1.2.2-dev.10 [2020-08-12T17:17:22.346Z] ---> Running in e59298f0b5a3 [2020-08-12T17:17:22.625Z] ---> Running in e188f5f95d4a [2020-08-12T17:17:23.221Z] Removing intermediate container e188f5f95d4a [2020-08-12T17:17:23.221Z] ---> ccf4ef078636 [2020-08-12T17:17:23.221Z] [2020-08-12T17:17:24.199Z] Successfully built ccf4ef078636 [2020-08-12T17:17:24.199Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-08-12T17:17:26.187Z]  Building docker-support-logging-go ... done Removing intermediate container e59298f0b5a3 [2020-08-12T17:17:26.187Z] ---> 7bdf6b1bf99c [2020-08-12T17:17:26.187Z] Step 15/22 : RUN apk --no-cache add zeromq [2020-08-12T17:17:26.187Z] ---> Running in 12c6980712eb [2020-08-12T17:17:28.808Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-12T17:17:29.408Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-12T17:17:30.112Z] (1/5) Installing libgcc (9.3.0-r2) [2020-08-12T17:17:30.458Z] (2/5) Installing libsodium (1.0.18-r0) [2020-08-12T17:17:30.458Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-08-12T17:17:31.103Z] (4/5) Installing libzmq (4.3.2-r0) [2020-08-12T17:17:31.103Z] (5/5) Installing zeromq (4.3.2-r0) [2020-08-12T17:17:31.103Z] Executing busybox-1.31.1-r16.trigger [2020-08-12T17:17:31.103Z] OK: 8 MiB in 19 packages [2020-08-12T17:17:32.539Z] Removing intermediate container 12c6980712eb [2020-08-12T17:17:32.539Z] ---> 1dfc79738a85 [2020-08-12T17:17:32.539Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-08-12T17:17:33.516Z] ---> d2b4c06554aa [2020-08-12T17:17:33.516Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-08-12T17:17:34.504Z] ---> 04c0cf05ee2b [2020-08-12T17:17:34.504Z] Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-08-12T17:17:35.485Z] ---> bd84c2f31103 [2020-08-12T17:17:35.485Z] Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-12T17:17:35.485Z] ---> Running in 32f589155638 [2020-08-12T17:17:36.076Z] Removing intermediate container 32f589155638 [2020-08-12T17:17:36.076Z] ---> dd718eba4e02 [2020-08-12T17:17:36.076Z] Step 20/22 : LABEL arch=arm64 [2020-08-12T17:17:36.076Z] ---> Running in 80780145670c [2020-08-12T17:17:36.672Z] Removing intermediate container 80780145670c [2020-08-12T17:17:36.672Z] ---> 85d9a53f5644 [2020-08-12T17:17:36.672Z] Step 21/22 : LABEL git_sha=d08647e33299f35346a0c0e1b5c282da7a73a79b [2020-08-12T17:17:36.672Z] ---> Running in 66d6daf51519 [2020-08-12T17:17:37.266Z] Removing intermediate container 66d6daf51519 [2020-08-12T17:17:37.266Z] ---> 3143d7f12009 [2020-08-12T17:17:37.266Z] Step 22/22 : LABEL version=1.2.2-dev.10 [2020-08-12T17:17:37.539Z] ---> Running in a2d8da609140 [2020-08-12T17:17:38.513Z] Removing intermediate container a2d8da609140 [2020-08-12T17:17:38.513Z] ---> 22178756d2b8 [2020-08-12T17:17:38.513Z] [2020-08-12T17:17:38.790Z] Successfully built 22178756d2b8 [2020-08-12T17:17:38.790Z] Successfully tagged docker-core-data-go-arm64:latest [2020-08-12T17:17:39.382Z]  Building docker-core-data-go ... done Removing intermediate container c8f30d027c50 [2020-08-12T17:17:39.382Z] ---> 1d9ba6c936f5 [2020-08-12T17:17:39.382Z] [2020-08-12T17:17:39.382Z] Step 10/23 : FROM scratch [2020-08-12T17:17:39.382Z] ---> [2020-08-12T17:17:39.382Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-12T17:17:39.382Z] ---> Using cache [2020-08-12T17:17:39.382Z] ---> 37d94a8f77e4 [2020-08-12T17:17:39.382Z] Step 12/23 : ENV APP_PORT=48060 [2020-08-12T17:17:39.382Z] ---> Running in 7684a6cdd46f [2020-08-12T17:17:39.974Z] Removing intermediate container 7684a6cdd46f [2020-08-12T17:17:39.974Z] ---> d08edbc10dce [2020-08-12T17:17:39.974Z] Step 13/23 : EXPOSE $APP_PORT [2020-08-12T17:17:39.974Z] ---> Running in 31c77ac09e94 [2020-08-12T17:17:40.563Z] Removing intermediate container 31c77ac09e94 [2020-08-12T17:17:40.563Z] ---> 8be3bd7a77af [2020-08-12T17:17:40.563Z] Step 14/23 : COPY --from=builder /bin/sh /bin/sh [2020-08-12T17:17:41.154Z] ---> 173d427870a8 [2020-08-12T17:17:41.154Z] Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-08-12T17:17:42.570Z] ---> bb9f1cd0fb92 [2020-08-12T17:17:42.570Z] Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl [2020-08-12T17:17:43.546Z] ---> d000d692b11f [2020-08-12T17:17:43.546Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-08-12T17:17:44.521Z] ---> 090b1f168131 [2020-08-12T17:17:44.521Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-08-12T17:17:45.495Z] ---> 2a1a1e752376 [2020-08-12T17:17:45.495Z] Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-08-12T17:17:46.465Z] ---> 648dcc433de7 [2020-08-12T17:17:46.465Z] Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-12T17:17:46.465Z] ---> Running in d02938cc1082 [2020-08-12T17:17:47.054Z] Removing intermediate container d02938cc1082 [2020-08-12T17:17:47.054Z] ---> d9c9af9bffd0 [2020-08-12T17:17:47.054Z] Step 21/23 : LABEL arch=arm64 [2020-08-12T17:17:47.054Z] ---> Running in c31b57ecb6ba [2020-08-12T17:17:47.644Z] Removing intermediate container c31b57ecb6ba [2020-08-12T17:17:47.644Z] ---> 9c09a18d0f36 [2020-08-12T17:17:47.644Z] Step 22/23 : LABEL git_sha=d08647e33299f35346a0c0e1b5c282da7a73a79b [2020-08-12T17:17:47.644Z] ---> Running in 5d4d894539cd [2020-08-12T17:17:47.914Z] Removing intermediate container 5d4d894539cd [2020-08-12T17:17:47.914Z] ---> 86b2c7cd6ee6 [2020-08-12T17:17:48.185Z] Step 23/23 : LABEL version=1.2.2-dev.10 [2020-08-12T17:17:48.185Z] ---> Running in b8b1ba87c9ba [2020-08-12T17:17:48.774Z] Removing intermediate container b8b1ba87c9ba [2020-08-12T17:17:48.774Z] ---> 636b68743c8a [2020-08-12T17:17:48.774Z] [2020-08-12T17:17:49.044Z] Successfully built 636b68743c8a [2020-08-12T17:17:49.044Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-08-12T17:17:49.331Z]  Building docker-support-notifications-go ... done  [Pipeline] } [2020-08-12T17:17:49.327Z] $ docker stop --time=1 6512d0fe31ad41c0144b6b0413f874065e4479ccd3ff6680a0587cd77e11bb4b [2020-08-12T17:17:51.256Z] $ docker rm -f 6512d0fe31ad41c0144b6b0413f874065e4479ccd3ff6680a0587cd77e11bb4b [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-12T17:17:51.989Z] + docker images [2020-08-12T17:17:51.989Z] + grep docker [2020-08-12T17:17:52.258Z] docker-support-notifications-go-arm64 latest 636b68743c8a 4 seconds ago 13.9MB [2020-08-12T17:17:52.258Z] docker-core-data-go-arm64 latest 22178756d2b8 15 seconds ago 22.6MB [2020-08-12T17:17:52.258Z] docker-support-logging-go-arm64 latest ccf4ef078636 30 seconds ago 11.4MB [2020-08-12T17:17:52.258Z] docker-core-command-go-arm64 latest dab19e0d2097 57 seconds ago 12.4MB [2020-08-12T17:17:52.258Z] docker-security-secretstore-setup-go-arm64 latest 8752b244e4df About a minute ago 32.6MB [2020-08-12T17:17:52.258Z] docker-sys-mgmt-agent-go-arm64 latest d279344620e3 About a minute ago 266MB [2020-08-12T17:17:52.258Z] docker-security-secrets-setup-go-arm64 latest 4ca998c75eee 3 minutes ago 24.2MB [2020-08-12T17:17:52.258Z] docker-core-metadata-go-arm64 latest d62a92a31b95 3 minutes ago 13.8MB [2020-08-12T17:17:52.258Z] docker-support-scheduler-go-arm64 latest 95c4c2ec8342 3 minutes ago 12.6MB [2020-08-12T17:17:52.258Z] docker-security-proxy-setup-go-arm64 latest d54411a2a515 3 minutes ago 15.8MB [2020-08-12T17:17:52.258Z] docker latest ce9d55ae87f1 6 weeks ago 193MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-08-12T17:17:52.766Z] provisioning config files... [2020-08-12T17:17:52.810Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/122@tmp/config2330425541892307819tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-08-12T17:17:53.185Z] nexus3.edgexfoundry.org:10001 [2020-08-12T17:17:53.454Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-12T17:17:53.724Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-12T17:17:53.724Z] Configure a credential helper to remove this warning. See [2020-08-12T17:17:53.724Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-12T17:17:53.724Z] [2020-08-12T17:17:53.724Z] Login Succeeded [2020-08-12T17:17:53.724Z] nexus3.edgexfoundry.org:10002 [2020-08-12T17:17:54.315Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-12T17:17:54.315Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-12T17:17:54.315Z] Configure a credential helper to remove this warning. See [2020-08-12T17:17:54.315Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-12T17:17:54.315Z] [2020-08-12T17:17:54.315Z] Login Succeeded [2020-08-12T17:17:54.315Z] nexus3.edgexfoundry.org:10003 [2020-08-12T17:17:54.909Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-12T17:17:54.909Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-12T17:17:54.909Z] Configure a credential helper to remove this warning. See [2020-08-12T17:17:54.909Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-12T17:17:54.909Z] [2020-08-12T17:17:54.909Z] Login Succeeded [2020-08-12T17:17:54.909Z] nexus3.edgexfoundry.org:10004 [2020-08-12T17:17:55.178Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-12T17:17:55.451Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-12T17:17:55.451Z] Configure a credential helper to remove this warning. See [2020-08-12T17:17:55.451Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-12T17:17:55.451Z] [2020-08-12T17:17:55.451Z] Login Succeeded [2020-08-12T17:17:55.451Z] docker.io [2020-08-12T17:17:56.041Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-12T17:17:56.308Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-12T17:17:56.308Z] Configure a credential helper to remove this warning. See [2020-08-12T17:17:56.308Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-12T17:17:56.308Z] [2020-08-12T17:17:56.308Z] Login Succeeded [Pipeline] } [2020-08-12T17:17:56.323Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-12T17:17:56.477Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2020-08-12T17:17:56.477Z] d08647e33299f35346a0c0e1b5c282da7a73a79b [2020-08-12T17:17:56.477Z] 1.2.2-dev.10 [2020-08-12T17:17:56.477Z] d08647e33299f35346a0c0e1b5c282da7a73a79b-1.2.2-dev.10 [2020-08-12T17:17:56.477Z] master [2020-08-12T17:17:56.477Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:17:56.946Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:d08647e33299f35346a0c0e1b5c282da7a73a79b [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:17:57.292Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:d08647e33299f35346a0c0e1b5c282da7a73a79b [2020-08-12T17:17:57.292Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-08-12T17:17:57.292Z] 433a5135f5d1: Preparing [2020-08-12T17:17:57.292Z] 7277f45f9d5b: Preparing [2020-08-12T17:17:57.292Z] efd5324ccddd: Preparing [2020-08-12T17:17:57.561Z] efd5324ccddd: Pushed [2020-08-12T17:17:57.561Z] 433a5135f5d1: Pushed [2020-08-12T17:18:00.917Z] 7277f45f9d5b: Pushed [2020-08-12T17:18:00.917Z] d08647e33299f35346a0c0e1b5c282da7a73a79b: digest: sha256:662eed8c1738fbdd0933e09e879df9e096ec04a8829df7104fe53ecf36230901 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:18:01.275Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.10 [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:18:01.643Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.10 [2020-08-12T17:18:01.643Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-08-12T17:18:01.643Z] 433a5135f5d1: Preparing [2020-08-12T17:18:01.643Z] 7277f45f9d5b: Preparing [2020-08-12T17:18:01.643Z] efd5324ccddd: Preparing [2020-08-12T17:18:01.643Z] 433a5135f5d1: Layer already exists [2020-08-12T17:18:01.643Z] efd5324ccddd: Layer already exists [2020-08-12T17:18:01.643Z] 7277f45f9d5b: Layer already exists [2020-08-12T17:18:01.918Z] 1.2.2-dev.10: digest: sha256:662eed8c1738fbdd0933e09e879df9e096ec04a8829df7104fe53ecf36230901 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:18:02.249Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:d08647e33299f35346a0c0e1b5c282da7a73a79b-1.2.2-dev.10 [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:18:02.582Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:d08647e33299f35346a0c0e1b5c282da7a73a79b-1.2.2-dev.10 [2020-08-12T17:18:02.582Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-08-12T17:18:02.582Z] 433a5135f5d1: Preparing [2020-08-12T17:18:02.582Z] 7277f45f9d5b: Preparing [2020-08-12T17:18:02.582Z] efd5324ccddd: Preparing [2020-08-12T17:18:02.582Z] 433a5135f5d1: Layer already exists [2020-08-12T17:18:02.582Z] efd5324ccddd: Layer already exists [2020-08-12T17:18:02.582Z] 7277f45f9d5b: Layer already exists [2020-08-12T17:18:02.850Z] d08647e33299f35346a0c0e1b5c282da7a73a79b-1.2.2-dev.10: digest: sha256:662eed8c1738fbdd0933e09e879df9e096ec04a8829df7104fe53ecf36230901 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:18:03.187Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:18:03.515Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2020-08-12T17:18:03.515Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-08-12T17:18:03.515Z] 433a5135f5d1: Preparing [2020-08-12T17:18:03.515Z] 7277f45f9d5b: Preparing [2020-08-12T17:18:03.515Z] efd5324ccddd: Preparing [2020-08-12T17:18:03.515Z] 433a5135f5d1: Layer already exists [2020-08-12T17:18:03.515Z] 7277f45f9d5b: Layer already exists [2020-08-12T17:18:03.515Z] efd5324ccddd: Layer already exists [2020-08-12T17:18:03.784Z] master: digest: sha256:662eed8c1738fbdd0933e09e879df9e096ec04a8829df7104fe53ecf36230901 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-12T17:18:03.936Z] ===================================================== [Pipeline] echo [2020-08-12T17:18:03.977Z] taggedImages: [2020-08-12T17:18:03.977Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:d08647e33299f35346a0c0e1b5c282da7a73a79b [2020-08-12T17:18:03.977Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.10 [2020-08-12T17:18:03.977Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:d08647e33299f35346a0c0e1b5c282da7a73a79b-1.2.2-dev.10 [2020-08-12T17:18:03.977Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2020-08-12T17:18:04.042Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2020-08-12T17:18:04.042Z] d08647e33299f35346a0c0e1b5c282da7a73a79b [2020-08-12T17:18:04.042Z] 1.2.2-dev.10 [2020-08-12T17:18:04.042Z] d08647e33299f35346a0c0e1b5c282da7a73a79b-1.2.2-dev.10 [2020-08-12T17:18:04.042Z] master [2020-08-12T17:18:04.042Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:18:04.531Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:d08647e33299f35346a0c0e1b5c282da7a73a79b [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:18:04.870Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:d08647e33299f35346a0c0e1b5c282da7a73a79b [2020-08-12T17:18:04.870Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-08-12T17:18:04.870Z] 31075de1e047: Preparing [2020-08-12T17:18:04.870Z] 9c4fdab57cb4: Preparing [2020-08-12T17:18:04.870Z] a27be6229e1b: Preparing [2020-08-12T17:18:04.870Z] 084fa793e779: Preparing [2020-08-12T17:18:04.870Z] f22c9668dc3f: Preparing [2020-08-12T17:18:04.870Z] e2f13739ad41: Preparing [2020-08-12T17:18:04.870Z] e2f13739ad41: Waiting [2020-08-12T17:18:05.139Z] a27be6229e1b: Pushed [2020-08-12T17:18:05.139Z] 31075de1e047: Pushed [2020-08-12T17:18:05.139Z] f22c9668dc3f: Pushed [2020-08-12T17:18:05.139Z] e2f13739ad41: Layer already exists [2020-08-12T17:18:05.729Z] 084fa793e779: Pushed [2020-08-12T17:18:08.326Z] 9c4fdab57cb4: Pushed [2020-08-12T17:18:08.596Z] d08647e33299f35346a0c0e1b5c282da7a73a79b: digest: sha256:456d1f5afd87d1d21ec2c501cfda47dc733e858f38aab25582070d2433a24be5 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:18:08.929Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.10 [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:18:09.260Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.10 [2020-08-12T17:18:09.260Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-08-12T17:18:09.260Z] 31075de1e047: Preparing [2020-08-12T17:18:09.260Z] 9c4fdab57cb4: Preparing [2020-08-12T17:18:09.260Z] a27be6229e1b: Preparing [2020-08-12T17:18:09.260Z] 084fa793e779: Preparing [2020-08-12T17:18:09.260Z] f22c9668dc3f: Preparing [2020-08-12T17:18:09.260Z] e2f13739ad41: Preparing [2020-08-12T17:18:09.260Z] e2f13739ad41: Waiting [2020-08-12T17:18:09.260Z] 9c4fdab57cb4: Layer already exists [2020-08-12T17:18:09.260Z] a27be6229e1b: Layer already exists [2020-08-12T17:18:09.260Z] 084fa793e779: Layer already exists [2020-08-12T17:18:09.260Z] 31075de1e047: Layer already exists [2020-08-12T17:18:09.260Z] f22c9668dc3f: Layer already exists [2020-08-12T17:18:09.528Z] e2f13739ad41: Layer already exists [2020-08-12T17:18:09.528Z] 1.2.2-dev.10: digest: sha256:456d1f5afd87d1d21ec2c501cfda47dc733e858f38aab25582070d2433a24be5 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:18:09.859Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:d08647e33299f35346a0c0e1b5c282da7a73a79b-1.2.2-dev.10 [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:18:10.191Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:d08647e33299f35346a0c0e1b5c282da7a73a79b-1.2.2-dev.10 [2020-08-12T17:18:10.191Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-08-12T17:18:10.191Z] 31075de1e047: Preparing [2020-08-12T17:18:10.191Z] 9c4fdab57cb4: Preparing [2020-08-12T17:18:10.191Z] a27be6229e1b: Preparing [2020-08-12T17:18:10.191Z] 084fa793e779: Preparing [2020-08-12T17:18:10.191Z] f22c9668dc3f: Preparing [2020-08-12T17:18:10.191Z] e2f13739ad41: Preparing [2020-08-12T17:18:10.191Z] e2f13739ad41: Waiting [2020-08-12T17:18:10.191Z] 084fa793e779: Layer already exists [2020-08-12T17:18:10.191Z] 9c4fdab57cb4: Layer already exists [2020-08-12T17:18:10.191Z] a27be6229e1b: Layer already exists [2020-08-12T17:18:10.191Z] f22c9668dc3f: Layer already exists [2020-08-12T17:18:10.191Z] 31075de1e047: Layer already exists [2020-08-12T17:18:10.460Z] e2f13739ad41: Layer already exists [2020-08-12T17:18:10.460Z] d08647e33299f35346a0c0e1b5c282da7a73a79b-1.2.2-dev.10: digest: sha256:456d1f5afd87d1d21ec2c501cfda47dc733e858f38aab25582070d2433a24be5 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:18:10.790Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:18:11.121Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2020-08-12T17:18:11.121Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-08-12T17:18:11.121Z] 31075de1e047: Preparing [2020-08-12T17:18:11.121Z] 9c4fdab57cb4: Preparing [2020-08-12T17:18:11.121Z] a27be6229e1b: Preparing [2020-08-12T17:18:11.121Z] 084fa793e779: Preparing [2020-08-12T17:18:11.121Z] f22c9668dc3f: Preparing [2020-08-12T17:18:11.121Z] e2f13739ad41: Preparing [2020-08-12T17:18:11.121Z] e2f13739ad41: Waiting [2020-08-12T17:18:11.121Z] 9c4fdab57cb4: Layer already exists [2020-08-12T17:18:11.121Z] 084fa793e779: Layer already exists [2020-08-12T17:18:11.121Z] f22c9668dc3f: Layer already exists [2020-08-12T17:18:11.121Z] 31075de1e047: Layer already exists [2020-08-12T17:18:11.121Z] a27be6229e1b: Layer already exists [2020-08-12T17:18:11.121Z] e2f13739ad41: Layer already exists [2020-08-12T17:18:11.390Z] master: digest: sha256:456d1f5afd87d1d21ec2c501cfda47dc733e858f38aab25582070d2433a24be5 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-12T17:18:11.556Z] ===================================================== [Pipeline] echo [2020-08-12T17:18:11.591Z] taggedImages: [2020-08-12T17:18:11.591Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:d08647e33299f35346a0c0e1b5c282da7a73a79b [2020-08-12T17:18:11.591Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.10 [2020-08-12T17:18:11.591Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:d08647e33299f35346a0c0e1b5c282da7a73a79b-1.2.2-dev.10 [2020-08-12T17:18:11.591Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2020-08-12T17:18:11.671Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2020-08-12T17:18:11.671Z] d08647e33299f35346a0c0e1b5c282da7a73a79b [2020-08-12T17:18:11.671Z] 1.2.2-dev.10 [2020-08-12T17:18:11.671Z] d08647e33299f35346a0c0e1b5c282da7a73a79b-1.2.2-dev.10 [2020-08-12T17:18:11.671Z] master [2020-08-12T17:18:11.671Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:18:12.154Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:d08647e33299f35346a0c0e1b5c282da7a73a79b [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:18:12.530Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:d08647e33299f35346a0c0e1b5c282da7a73a79b [2020-08-12T17:18:12.530Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-08-12T17:18:12.530Z] 6392f3759787: Preparing [2020-08-12T17:18:12.530Z] 7072a06a4e9b: Preparing [2020-08-12T17:18:12.530Z] 1e78cb3d9a07: Preparing [2020-08-12T17:18:12.799Z] 6392f3759787: Pushed [2020-08-12T17:18:12.799Z] 1e78cb3d9a07: Pushed [2020-08-12T17:18:16.157Z] 7072a06a4e9b: Pushed [2020-08-12T17:18:16.157Z] d08647e33299f35346a0c0e1b5c282da7a73a79b: digest: sha256:ea8d6318a4d8916028b09272f314118361723845a115bb7c6c0e5eb3c3cf5e59 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:18:16.489Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.10 [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:18:16.815Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.10 [2020-08-12T17:18:16.815Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-08-12T17:18:16.815Z] 6392f3759787: Preparing [2020-08-12T17:18:16.815Z] 7072a06a4e9b: Preparing [2020-08-12T17:18:16.815Z] 1e78cb3d9a07: Preparing [2020-08-12T17:18:16.815Z] 7072a06a4e9b: Layer already exists [2020-08-12T17:18:16.815Z] 1e78cb3d9a07: Layer already exists [2020-08-12T17:18:16.815Z] 6392f3759787: Layer already exists [2020-08-12T17:18:17.084Z] 1.2.2-dev.10: digest: sha256:ea8d6318a4d8916028b09272f314118361723845a115bb7c6c0e5eb3c3cf5e59 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:18:17.450Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:d08647e33299f35346a0c0e1b5c282da7a73a79b-1.2.2-dev.10 [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:18:18.071Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:d08647e33299f35346a0c0e1b5c282da7a73a79b-1.2.2-dev.10 [2020-08-12T17:18:18.071Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-08-12T17:18:18.071Z] 6392f3759787: Preparing [2020-08-12T17:18:18.071Z] 7072a06a4e9b: Preparing [2020-08-12T17:18:18.071Z] 1e78cb3d9a07: Preparing [2020-08-12T17:18:18.340Z] 6392f3759787: Layer already exists [2020-08-12T17:18:18.340Z] 7072a06a4e9b: Layer already exists [2020-08-12T17:18:18.340Z] 1e78cb3d9a07: Layer already exists [2020-08-12T17:18:18.340Z] d08647e33299f35346a0c0e1b5c282da7a73a79b-1.2.2-dev.10: digest: sha256:ea8d6318a4d8916028b09272f314118361723845a115bb7c6c0e5eb3c3cf5e59 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:18:18.674Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:18:19.006Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2020-08-12T17:18:19.006Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-08-12T17:18:19.006Z] 6392f3759787: Preparing [2020-08-12T17:18:19.006Z] 7072a06a4e9b: Preparing [2020-08-12T17:18:19.006Z] 1e78cb3d9a07: Preparing [2020-08-12T17:18:19.006Z] 6392f3759787: Layer already exists [2020-08-12T17:18:19.006Z] 7072a06a4e9b: Layer already exists [2020-08-12T17:18:19.006Z] 1e78cb3d9a07: Layer already exists [2020-08-12T17:18:19.274Z] master: digest: sha256:ea8d6318a4d8916028b09272f314118361723845a115bb7c6c0e5eb3c3cf5e59 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-12T17:18:19.433Z] ===================================================== [Pipeline] echo [2020-08-12T17:18:19.486Z] taggedImages: [2020-08-12T17:18:19.486Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:d08647e33299f35346a0c0e1b5c282da7a73a79b [2020-08-12T17:18:19.486Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.10 [2020-08-12T17:18:19.486Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:d08647e33299f35346a0c0e1b5c282da7a73a79b-1.2.2-dev.10 [2020-08-12T17:18:19.486Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2020-08-12T17:18:19.542Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2020-08-12T17:18:19.542Z] d08647e33299f35346a0c0e1b5c282da7a73a79b [2020-08-12T17:18:19.542Z] 1.2.2-dev.10 [2020-08-12T17:18:19.542Z] d08647e33299f35346a0c0e1b5c282da7a73a79b-1.2.2-dev.10 [2020-08-12T17:18:19.542Z] master [2020-08-12T17:18:19.542Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:18:20.020Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:d08647e33299f35346a0c0e1b5c282da7a73a79b [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:18:20.366Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:d08647e33299f35346a0c0e1b5c282da7a73a79b [2020-08-12T17:18:20.366Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-08-12T17:18:20.366Z] 1b83afb4e284: Preparing [2020-08-12T17:18:20.366Z] f0abe29c298e: Preparing [2020-08-12T17:18:20.366Z] d8464d6795eb: Preparing [2020-08-12T17:18:20.366Z] 9a6794379034: Preparing [2020-08-12T17:18:20.366Z] e2f13739ad41: Preparing [2020-08-12T17:18:20.653Z] e2f13739ad41: Layer already exists [2020-08-12T17:18:20.653Z] d8464d6795eb: Pushed [2020-08-12T17:18:20.653Z] f0abe29c298e: Pushed [2020-08-12T17:18:20.923Z] 9a6794379034: Pushed [2020-08-12T17:18:22.877Z] 1b83afb4e284: Pushed [2020-08-12T17:18:23.145Z] d08647e33299f35346a0c0e1b5c282da7a73a79b: digest: sha256:56c2fac6c8183ddc9abee7aef4715d4d5d715589e2e1ada4e48018f63ba46522 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:18:23.480Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.10 [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:18:23.808Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.10 [2020-08-12T17:18:23.808Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-08-12T17:18:23.808Z] 1b83afb4e284: Preparing [2020-08-12T17:18:23.808Z] f0abe29c298e: Preparing [2020-08-12T17:18:23.808Z] d8464d6795eb: Preparing [2020-08-12T17:18:23.808Z] 9a6794379034: Preparing [2020-08-12T17:18:23.808Z] e2f13739ad41: Preparing [2020-08-12T17:18:23.808Z] f0abe29c298e: Layer already exists [2020-08-12T17:18:23.808Z] e2f13739ad41: Layer already exists [2020-08-12T17:18:23.808Z] 9a6794379034: Layer already exists [2020-08-12T17:18:23.808Z] 1b83afb4e284: Layer already exists [2020-08-12T17:18:23.808Z] d8464d6795eb: Layer already exists [2020-08-12T17:18:24.077Z] 1.2.2-dev.10: digest: sha256:56c2fac6c8183ddc9abee7aef4715d4d5d715589e2e1ada4e48018f63ba46522 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:18:24.438Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:d08647e33299f35346a0c0e1b5c282da7a73a79b-1.2.2-dev.10 [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:18:24.766Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:d08647e33299f35346a0c0e1b5c282da7a73a79b-1.2.2-dev.10 [2020-08-12T17:18:24.766Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-08-12T17:18:24.766Z] 1b83afb4e284: Preparing [2020-08-12T17:18:24.766Z] f0abe29c298e: Preparing [2020-08-12T17:18:24.766Z] d8464d6795eb: Preparing [2020-08-12T17:18:24.766Z] 9a6794379034: Preparing [2020-08-12T17:18:24.766Z] e2f13739ad41: Preparing [2020-08-12T17:18:25.035Z] 9a6794379034: Layer already exists [2020-08-12T17:18:25.035Z] f0abe29c298e: Layer already exists [2020-08-12T17:18:25.035Z] d8464d6795eb: Layer already exists [2020-08-12T17:18:25.035Z] e2f13739ad41: Layer already exists [2020-08-12T17:18:25.035Z] 1b83afb4e284: Layer already exists [2020-08-12T17:18:25.035Z] d08647e33299f35346a0c0e1b5c282da7a73a79b-1.2.2-dev.10: digest: sha256:56c2fac6c8183ddc9abee7aef4715d4d5d715589e2e1ada4e48018f63ba46522 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:18:25.367Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:18:25.697Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2020-08-12T17:18:25.697Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-08-12T17:18:25.697Z] 1b83afb4e284: Preparing [2020-08-12T17:18:25.697Z] f0abe29c298e: Preparing [2020-08-12T17:18:25.697Z] d8464d6795eb: Preparing [2020-08-12T17:18:25.697Z] 9a6794379034: Preparing [2020-08-12T17:18:25.697Z] e2f13739ad41: Preparing [2020-08-12T17:18:25.697Z] f0abe29c298e: Layer already exists [2020-08-12T17:18:25.697Z] d8464d6795eb: Layer already exists [2020-08-12T17:18:25.697Z] 9a6794379034: Layer already exists [2020-08-12T17:18:25.697Z] e2f13739ad41: Layer already exists [2020-08-12T17:18:25.697Z] 1b83afb4e284: Layer already exists [2020-08-12T17:18:25.966Z] master: digest: sha256:56c2fac6c8183ddc9abee7aef4715d4d5d715589e2e1ada4e48018f63ba46522 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-12T17:18:26.177Z] ===================================================== [Pipeline] echo [2020-08-12T17:18:26.218Z] taggedImages: [2020-08-12T17:18:26.218Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:d08647e33299f35346a0c0e1b5c282da7a73a79b [2020-08-12T17:18:26.218Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.10 [2020-08-12T17:18:26.218Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:d08647e33299f35346a0c0e1b5c282da7a73a79b-1.2.2-dev.10 [2020-08-12T17:18:26.218Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2020-08-12T17:18:26.267Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go-arm64 with the following tags: [2020-08-12T17:18:26.267Z] d08647e33299f35346a0c0e1b5c282da7a73a79b [2020-08-12T17:18:26.267Z] 1.2.2-dev.10 [2020-08-12T17:18:26.267Z] d08647e33299f35346a0c0e1b5c282da7a73a79b-1.2.2-dev.10 [2020-08-12T17:18:26.267Z] master [2020-08-12T17:18:26.267Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:18:26.746Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:d08647e33299f35346a0c0e1b5c282da7a73a79b [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:18:27.086Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:d08647e33299f35346a0c0e1b5c282da7a73a79b [2020-08-12T17:18:27.086Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-08-12T17:18:27.086Z] 883b2000e02c: Preparing [2020-08-12T17:18:27.086Z] 688f105986c2: Preparing [2020-08-12T17:18:27.086Z] 7dffab3531f4: Preparing [2020-08-12T17:18:27.086Z] 33109c89e0e3: Preparing [2020-08-12T17:18:27.086Z] 33109c89e0e3: Preparing [2020-08-12T17:18:27.086Z] 3c66b434c2bf: Preparing [2020-08-12T17:18:27.086Z] 44bc0f7e0922: Preparing [2020-08-12T17:18:27.086Z] 8f27a377284b: Preparing [2020-08-12T17:18:27.086Z] 883b2000e02c: Preparing [2020-08-12T17:18:27.086Z] a6e362b0ac97: Preparing [2020-08-12T17:18:27.086Z] 1fc9e9508a26: Preparing [2020-08-12T17:18:27.086Z] e392a81a8d02: Preparing [2020-08-12T17:18:27.086Z] e2f13739ad41: Preparing [2020-08-12T17:18:27.086Z] 44bc0f7e0922: Waiting [2020-08-12T17:18:27.086Z] 8f27a377284b: Waiting [2020-08-12T17:18:27.086Z] a6e362b0ac97: Waiting [2020-08-12T17:18:27.086Z] 1fc9e9508a26: Waiting [2020-08-12T17:18:27.086Z] e392a81a8d02: Waiting [2020-08-12T17:18:27.086Z] e2f13739ad41: Waiting [2020-08-12T17:18:27.357Z] 33109c89e0e3: Pushed [2020-08-12T17:18:27.357Z] 688f105986c2: Pushed [2020-08-12T17:18:27.357Z] 7dffab3531f4: Pushed [2020-08-12T17:18:27.357Z] 3c66b434c2bf: Pushed [2020-08-12T17:18:27.626Z] 44bc0f7e0922: Pushed [2020-08-12T17:18:27.626Z] a6e362b0ac97: Pushed [2020-08-12T17:18:27.626Z] 8f27a377284b: Pushed [2020-08-12T17:18:27.626Z] 1fc9e9508a26: Pushed [2020-08-12T17:18:27.626Z] e2f13739ad41: Layer already exists [2020-08-12T17:18:27.895Z] e392a81a8d02: Pushed [2020-08-12T17:18:29.344Z] 883b2000e02c: Pushed [2020-08-12T17:18:29.612Z] d08647e33299f35346a0c0e1b5c282da7a73a79b: digest: sha256:f580fb9d7ba73be43a3cc437718c11f1180d6d117f3bc3d52df1d6f96bc88b12 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:18:29.946Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.10 [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:18:30.285Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.10 [2020-08-12T17:18:30.285Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-08-12T17:18:30.285Z] 883b2000e02c: Preparing [2020-08-12T17:18:30.285Z] 688f105986c2: Preparing [2020-08-12T17:18:30.285Z] 7dffab3531f4: Preparing [2020-08-12T17:18:30.285Z] 33109c89e0e3: Preparing [2020-08-12T17:18:30.285Z] 33109c89e0e3: Preparing [2020-08-12T17:18:30.285Z] 3c66b434c2bf: Preparing [2020-08-12T17:18:30.285Z] 44bc0f7e0922: Preparing [2020-08-12T17:18:30.285Z] 8f27a377284b: Preparing [2020-08-12T17:18:30.285Z] 883b2000e02c: Preparing [2020-08-12T17:18:30.285Z] a6e362b0ac97: Preparing [2020-08-12T17:18:30.285Z] 1fc9e9508a26: Preparing [2020-08-12T17:18:30.285Z] e392a81a8d02: Preparing [2020-08-12T17:18:30.285Z] e2f13739ad41: Preparing [2020-08-12T17:18:30.285Z] 44bc0f7e0922: Waiting [2020-08-12T17:18:30.285Z] 8f27a377284b: Waiting [2020-08-12T17:18:30.285Z] a6e362b0ac97: Waiting [2020-08-12T17:18:30.285Z] 1fc9e9508a26: Waiting [2020-08-12T17:18:30.285Z] e392a81a8d02: Waiting [2020-08-12T17:18:30.285Z] e2f13739ad41: Waiting [2020-08-12T17:18:30.285Z] 883b2000e02c: Layer already exists [2020-08-12T17:18:30.285Z] 3c66b434c2bf: Layer already exists [2020-08-12T17:18:30.285Z] 688f105986c2: Layer already exists [2020-08-12T17:18:30.285Z] 7dffab3531f4: Layer already exists [2020-08-12T17:18:30.285Z] 33109c89e0e3: Layer already exists [2020-08-12T17:18:30.285Z] 8f27a377284b: Layer already exists [2020-08-12T17:18:30.285Z] a6e362b0ac97: Layer already exists [2020-08-12T17:18:30.285Z] 44bc0f7e0922: Layer already exists [2020-08-12T17:18:30.285Z] e392a81a8d02: Layer already exists [2020-08-12T17:18:30.285Z] 1fc9e9508a26: Layer already exists [2020-08-12T17:18:30.285Z] e2f13739ad41: Layer already exists [2020-08-12T17:18:30.555Z] 1.2.2-dev.10: digest: sha256:f580fb9d7ba73be43a3cc437718c11f1180d6d117f3bc3d52df1d6f96bc88b12 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:18:30.888Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:d08647e33299f35346a0c0e1b5c282da7a73a79b-1.2.2-dev.10 [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:18:31.218Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:d08647e33299f35346a0c0e1b5c282da7a73a79b-1.2.2-dev.10 [2020-08-12T17:18:31.218Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-08-12T17:18:31.218Z] 883b2000e02c: Preparing [2020-08-12T17:18:31.218Z] 688f105986c2: Preparing [2020-08-12T17:18:31.218Z] 7dffab3531f4: Preparing [2020-08-12T17:18:31.218Z] 33109c89e0e3: Preparing [2020-08-12T17:18:31.218Z] 33109c89e0e3: Preparing [2020-08-12T17:18:31.218Z] 3c66b434c2bf: Preparing [2020-08-12T17:18:31.218Z] 44bc0f7e0922: Preparing [2020-08-12T17:18:31.218Z] 8f27a377284b: Preparing [2020-08-12T17:18:31.218Z] 883b2000e02c: Preparing [2020-08-12T17:18:31.218Z] a6e362b0ac97: Preparing [2020-08-12T17:18:31.218Z] 1fc9e9508a26: Preparing [2020-08-12T17:18:31.218Z] e392a81a8d02: Preparing [2020-08-12T17:18:31.218Z] e2f13739ad41: Preparing [2020-08-12T17:18:31.218Z] 44bc0f7e0922: Waiting [2020-08-12T17:18:31.218Z] 8f27a377284b: Waiting [2020-08-12T17:18:31.218Z] a6e362b0ac97: Waiting [2020-08-12T17:18:31.218Z] 1fc9e9508a26: Waiting [2020-08-12T17:18:31.218Z] e392a81a8d02: Waiting [2020-08-12T17:18:31.218Z] e2f13739ad41: Waiting [2020-08-12T17:18:31.218Z] 33109c89e0e3: Layer already exists [2020-08-12T17:18:31.218Z] 688f105986c2: Layer already exists [2020-08-12T17:18:31.218Z] 3c66b434c2bf: Layer already exists [2020-08-12T17:18:31.218Z] 883b2000e02c: Layer already exists [2020-08-12T17:18:31.218Z] 7dffab3531f4: Layer already exists [2020-08-12T17:18:31.218Z] a6e362b0ac97: Layer already exists [2020-08-12T17:18:31.218Z] 44bc0f7e0922: Layer already exists [2020-08-12T17:18:31.218Z] 8f27a377284b: Layer already exists [2020-08-12T17:18:31.218Z] 1fc9e9508a26: Layer already exists [2020-08-12T17:18:31.218Z] e392a81a8d02: Layer already exists [2020-08-12T17:18:31.218Z] e2f13739ad41: Layer already exists [2020-08-12T17:18:31.487Z] d08647e33299f35346a0c0e1b5c282da7a73a79b-1.2.2-dev.10: digest: sha256:f580fb9d7ba73be43a3cc437718c11f1180d6d117f3bc3d52df1d6f96bc88b12 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:18:31.873Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:18:32.217Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [2020-08-12T17:18:32.217Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-08-12T17:18:32.217Z] 883b2000e02c: Preparing [2020-08-12T17:18:32.217Z] 688f105986c2: Preparing [2020-08-12T17:18:32.217Z] 7dffab3531f4: Preparing [2020-08-12T17:18:32.217Z] 33109c89e0e3: Preparing [2020-08-12T17:18:32.217Z] 33109c89e0e3: Preparing [2020-08-12T17:18:32.217Z] 3c66b434c2bf: Preparing [2020-08-12T17:18:32.218Z] 44bc0f7e0922: Preparing [2020-08-12T17:18:32.218Z] 8f27a377284b: Preparing [2020-08-12T17:18:32.218Z] 883b2000e02c: Preparing [2020-08-12T17:18:32.218Z] a6e362b0ac97: Preparing [2020-08-12T17:18:32.218Z] 1fc9e9508a26: Preparing [2020-08-12T17:18:32.218Z] e392a81a8d02: Preparing [2020-08-12T17:18:32.218Z] e2f13739ad41: Preparing [2020-08-12T17:18:32.218Z] 1fc9e9508a26: Waiting [2020-08-12T17:18:32.218Z] a6e362b0ac97: Waiting [2020-08-12T17:18:32.218Z] 44bc0f7e0922: Waiting [2020-08-12T17:18:32.218Z] e392a81a8d02: Waiting [2020-08-12T17:18:32.218Z] e2f13739ad41: Waiting [2020-08-12T17:18:32.218Z] 8f27a377284b: Waiting [2020-08-12T17:18:32.218Z] 3c66b434c2bf: Layer already exists [2020-08-12T17:18:32.218Z] 883b2000e02c: Layer already exists [2020-08-12T17:18:32.218Z] 33109c89e0e3: Layer already exists [2020-08-12T17:18:32.218Z] 7dffab3531f4: Layer already exists [2020-08-12T17:18:32.218Z] 688f105986c2: Layer already exists [2020-08-12T17:18:32.218Z] a6e362b0ac97: Layer already exists [2020-08-12T17:18:32.218Z] 44bc0f7e0922: Layer already exists [2020-08-12T17:18:32.218Z] 8f27a377284b: Layer already exists [2020-08-12T17:18:32.218Z] 1fc9e9508a26: Layer already exists [2020-08-12T17:18:32.218Z] e392a81a8d02: Layer already exists [2020-08-12T17:18:32.485Z] e2f13739ad41: Layer already exists [2020-08-12T17:18:32.485Z] master: digest: sha256:f580fb9d7ba73be43a3cc437718c11f1180d6d117f3bc3d52df1d6f96bc88b12 size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-12T17:18:32.645Z] ===================================================== [Pipeline] echo [2020-08-12T17:18:32.682Z] taggedImages: [2020-08-12T17:18:32.682Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:d08647e33299f35346a0c0e1b5c282da7a73a79b [2020-08-12T17:18:32.682Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.10 [2020-08-12T17:18:32.682Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:d08647e33299f35346a0c0e1b5c282da7a73a79b-1.2.2-dev.10 [2020-08-12T17:18:32.682Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [Pipeline] echo [2020-08-12T17:18:32.742Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2020-08-12T17:18:32.742Z] d08647e33299f35346a0c0e1b5c282da7a73a79b [2020-08-12T17:18:32.742Z] 1.2.2-dev.10 [2020-08-12T17:18:32.742Z] d08647e33299f35346a0c0e1b5c282da7a73a79b-1.2.2-dev.10 [2020-08-12T17:18:32.742Z] master [2020-08-12T17:18:32.742Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:18:33.205Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:d08647e33299f35346a0c0e1b5c282da7a73a79b [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:18:33.541Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:d08647e33299f35346a0c0e1b5c282da7a73a79b [2020-08-12T17:18:33.541Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-08-12T17:18:33.541Z] 511ed24c2ca7: Preparing [2020-08-12T17:18:33.541Z] a9e6cb5ec735: Preparing [2020-08-12T17:18:33.541Z] 01e2bbb1accf: Preparing [2020-08-12T17:18:33.541Z] 54b169c29f7e: Preparing [2020-08-12T17:18:33.541Z] 5b66ed8bb37a: Preparing [2020-08-12T17:18:33.541Z] 32c17b06ef83: Preparing [2020-08-12T17:18:33.541Z] f3295226faea: Preparing [2020-08-12T17:18:33.541Z] 51da63fcb9cb: Preparing [2020-08-12T17:18:33.541Z] 1af3e3aae28c: Preparing [2020-08-12T17:18:33.541Z] 63731a92339f: Preparing [2020-08-12T17:18:33.541Z] 66b385cf80cf: Preparing [2020-08-12T17:18:33.541Z] 51da63fcb9cb: Waiting [2020-08-12T17:18:33.541Z] 32c17b06ef83: Waiting [2020-08-12T17:18:33.541Z] f3295226faea: Waiting [2020-08-12T17:18:33.541Z] 1af3e3aae28c: Waiting [2020-08-12T17:18:33.541Z] 63731a92339f: Waiting [2020-08-12T17:18:33.541Z] 66b385cf80cf: Waiting [2020-08-12T17:18:33.812Z] a9e6cb5ec735: Pushed [2020-08-12T17:18:33.812Z] 511ed24c2ca7: Pushed [2020-08-12T17:18:34.083Z] 32c17b06ef83: Pushed [2020-08-12T17:18:34.083Z] f3295226faea: Pushed [2020-08-12T17:18:34.351Z] 51da63fcb9cb: Pushed [2020-08-12T17:18:34.351Z] 1af3e3aae28c: Pushed [2020-08-12T17:18:34.621Z] 66b385cf80cf: Layer already exists [2020-08-12T17:18:34.894Z] 63731a92339f: Pushed [2020-08-12T17:18:35.864Z] 01e2bbb1accf: Pushed [2020-08-12T17:18:36.133Z] 5b66ed8bb37a: Pushed [2020-08-12T17:18:36.133Z] 54b169c29f7e: Pushed [2020-08-12T17:18:36.408Z] d08647e33299f35346a0c0e1b5c282da7a73a79b: digest: sha256:7e191e8610b2c063c8efe84a9fbd3591628051da82da69a0279da41bbdff83e2 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:18:36.744Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.10 [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:18:37.073Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.10 [2020-08-12T17:18:37.073Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-08-12T17:18:37.073Z] 511ed24c2ca7: Preparing [2020-08-12T17:18:37.073Z] a9e6cb5ec735: Preparing [2020-08-12T17:18:37.073Z] 01e2bbb1accf: Preparing [2020-08-12T17:18:37.073Z] 54b169c29f7e: Preparing [2020-08-12T17:18:37.073Z] 5b66ed8bb37a: Preparing [2020-08-12T17:18:37.073Z] 32c17b06ef83: Preparing [2020-08-12T17:18:37.073Z] f3295226faea: Preparing [2020-08-12T17:18:37.073Z] 51da63fcb9cb: Preparing [2020-08-12T17:18:37.073Z] 1af3e3aae28c: Preparing [2020-08-12T17:18:37.073Z] 63731a92339f: Preparing [2020-08-12T17:18:37.073Z] 66b385cf80cf: Preparing [2020-08-12T17:18:37.073Z] 51da63fcb9cb: Waiting [2020-08-12T17:18:37.073Z] 1af3e3aae28c: Waiting [2020-08-12T17:18:37.073Z] 32c17b06ef83: Waiting [2020-08-12T17:18:37.073Z] 63731a92339f: Waiting [2020-08-12T17:18:37.073Z] 66b385cf80cf: Waiting [2020-08-12T17:18:37.073Z] f3295226faea: Waiting [2020-08-12T17:18:37.073Z] 511ed24c2ca7: Layer already exists [2020-08-12T17:18:37.073Z] a9e6cb5ec735: Layer already exists [2020-08-12T17:18:37.073Z] 01e2bbb1accf: Layer already exists [2020-08-12T17:18:37.073Z] 5b66ed8bb37a: Layer already exists [2020-08-12T17:18:37.073Z] 54b169c29f7e: Layer already exists [2020-08-12T17:18:37.073Z] 32c17b06ef83: Layer already exists [2020-08-12T17:18:37.073Z] 63731a92339f: Layer already exists [2020-08-12T17:18:37.073Z] 1af3e3aae28c: Layer already exists [2020-08-12T17:18:37.073Z] 51da63fcb9cb: Layer already exists [2020-08-12T17:18:37.073Z] f3295226faea: Layer already exists [2020-08-12T17:18:37.073Z] 66b385cf80cf: Layer already exists [2020-08-12T17:18:37.343Z] 1.2.2-dev.10: digest: sha256:7e191e8610b2c063c8efe84a9fbd3591628051da82da69a0279da41bbdff83e2 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:18:37.676Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:d08647e33299f35346a0c0e1b5c282da7a73a79b-1.2.2-dev.10 [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:18:38.006Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:d08647e33299f35346a0c0e1b5c282da7a73a79b-1.2.2-dev.10 [2020-08-12T17:18:38.006Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-08-12T17:18:38.006Z] 511ed24c2ca7: Preparing [2020-08-12T17:18:38.006Z] a9e6cb5ec735: Preparing [2020-08-12T17:18:38.006Z] 01e2bbb1accf: Preparing [2020-08-12T17:18:38.006Z] 54b169c29f7e: Preparing [2020-08-12T17:18:38.006Z] 5b66ed8bb37a: Preparing [2020-08-12T17:18:38.006Z] 32c17b06ef83: Preparing [2020-08-12T17:18:38.006Z] f3295226faea: Preparing [2020-08-12T17:18:38.006Z] 51da63fcb9cb: Preparing [2020-08-12T17:18:38.006Z] 1af3e3aae28c: Preparing [2020-08-12T17:18:38.006Z] 63731a92339f: Preparing [2020-08-12T17:18:38.006Z] 66b385cf80cf: Preparing [2020-08-12T17:18:38.006Z] 51da63fcb9cb: Waiting [2020-08-12T17:18:38.006Z] 1af3e3aae28c: Waiting [2020-08-12T17:18:38.006Z] 63731a92339f: Waiting [2020-08-12T17:18:38.006Z] 66b385cf80cf: Waiting [2020-08-12T17:18:38.006Z] 32c17b06ef83: Waiting [2020-08-12T17:18:38.006Z] f3295226faea: Waiting [2020-08-12T17:18:38.006Z] 5b66ed8bb37a: Layer already exists [2020-08-12T17:18:38.006Z] 01e2bbb1accf: Layer already exists [2020-08-12T17:18:38.006Z] 54b169c29f7e: Layer already exists [2020-08-12T17:18:38.006Z] 511ed24c2ca7: Layer already exists [2020-08-12T17:18:38.006Z] a9e6cb5ec735: Layer already exists [2020-08-12T17:18:38.006Z] 32c17b06ef83: Layer already exists [2020-08-12T17:18:38.006Z] 51da63fcb9cb: Layer already exists [2020-08-12T17:18:38.006Z] f3295226faea: Layer already exists [2020-08-12T17:18:38.006Z] 1af3e3aae28c: Layer already exists [2020-08-12T17:18:38.006Z] 63731a92339f: Layer already exists [2020-08-12T17:18:38.006Z] 66b385cf80cf: Layer already exists [2020-08-12T17:18:38.274Z] d08647e33299f35346a0c0e1b5c282da7a73a79b-1.2.2-dev.10: digest: sha256:7e191e8610b2c063c8efe84a9fbd3591628051da82da69a0279da41bbdff83e2 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:18:38.608Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:18:38.937Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2020-08-12T17:18:38.937Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-08-12T17:18:38.937Z] 511ed24c2ca7: Preparing [2020-08-12T17:18:38.937Z] a9e6cb5ec735: Preparing [2020-08-12T17:18:38.937Z] 01e2bbb1accf: Preparing [2020-08-12T17:18:38.937Z] 54b169c29f7e: Preparing [2020-08-12T17:18:38.937Z] 5b66ed8bb37a: Preparing [2020-08-12T17:18:38.937Z] 32c17b06ef83: Preparing [2020-08-12T17:18:38.937Z] f3295226faea: Preparing [2020-08-12T17:18:38.937Z] 51da63fcb9cb: Preparing [2020-08-12T17:18:38.937Z] 1af3e3aae28c: Preparing [2020-08-12T17:18:38.937Z] 63731a92339f: Preparing [2020-08-12T17:18:38.937Z] 66b385cf80cf: Preparing [2020-08-12T17:18:38.937Z] 51da63fcb9cb: Waiting [2020-08-12T17:18:38.937Z] 63731a92339f: Waiting [2020-08-12T17:18:38.937Z] 1af3e3aae28c: Waiting [2020-08-12T17:18:38.937Z] 66b385cf80cf: Waiting [2020-08-12T17:18:38.937Z] 32c17b06ef83: Waiting [2020-08-12T17:18:38.937Z] f3295226faea: Waiting [2020-08-12T17:18:38.937Z] 511ed24c2ca7: Layer already exists [2020-08-12T17:18:38.937Z] 5b66ed8bb37a: Layer already exists [2020-08-12T17:18:38.937Z] 01e2bbb1accf: Layer already exists [2020-08-12T17:18:38.937Z] a9e6cb5ec735: Layer already exists [2020-08-12T17:18:38.937Z] 54b169c29f7e: Layer already exists [2020-08-12T17:18:39.206Z] f3295226faea: Layer already exists [2020-08-12T17:18:39.206Z] 32c17b06ef83: Layer already exists [2020-08-12T17:18:39.206Z] 51da63fcb9cb: Layer already exists [2020-08-12T17:18:39.206Z] 63731a92339f: Layer already exists [2020-08-12T17:18:39.206Z] 1af3e3aae28c: Layer already exists [2020-08-12T17:18:39.206Z] 66b385cf80cf: Layer already exists [2020-08-12T17:18:39.206Z] master: digest: sha256:7e191e8610b2c063c8efe84a9fbd3591628051da82da69a0279da41bbdff83e2 size: 2616 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-12T17:18:39.396Z] ===================================================== [Pipeline] echo [2020-08-12T17:18:39.434Z] taggedImages: [2020-08-12T17:18:39.434Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:d08647e33299f35346a0c0e1b5c282da7a73a79b [2020-08-12T17:18:39.434Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.10 [2020-08-12T17:18:39.434Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:d08647e33299f35346a0c0e1b5c282da7a73a79b-1.2.2-dev.10 [2020-08-12T17:18:39.434Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2020-08-12T17:18:39.500Z] [edgeXDocker.push] Tagging docker image docker-support-logging-go-arm64 with the following tags: [2020-08-12T17:18:39.500Z] d08647e33299f35346a0c0e1b5c282da7a73a79b [2020-08-12T17:18:39.500Z] 1.2.2-dev.10 [2020-08-12T17:18:39.500Z] d08647e33299f35346a0c0e1b5c282da7a73a79b-1.2.2-dev.10 [2020-08-12T17:18:39.500Z] master [2020-08-12T17:18:39.500Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:18:39.962Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:d08647e33299f35346a0c0e1b5c282da7a73a79b [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:18:40.310Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:d08647e33299f35346a0c0e1b5c282da7a73a79b [2020-08-12T17:18:40.310Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-08-12T17:18:40.310Z] b632959d0dd1: Preparing [2020-08-12T17:18:40.310Z] 8a10fec20d6f: Preparing [2020-08-12T17:18:40.310Z] e70624318b8b: Preparing [2020-08-12T17:18:40.310Z] 1ad9e0cd1796: Preparing [2020-08-12T17:18:40.580Z] b632959d0dd1: Pushed [2020-08-12T17:18:40.580Z] e70624318b8b: Pushed [2020-08-12T17:18:40.849Z] 1ad9e0cd1796: Pushed [2020-08-12T17:18:42.806Z] 8a10fec20d6f: Pushed [2020-08-12T17:18:43.074Z] d08647e33299f35346a0c0e1b5c282da7a73a79b: digest: sha256:048c28fc4129ee5e9e026e194b113885cc6051734fadb12c666e272d4fe7b65d size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:18:43.406Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.10 [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:18:43.737Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.10 [2020-08-12T17:18:43.737Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-08-12T17:18:43.737Z] b632959d0dd1: Preparing [2020-08-12T17:18:43.737Z] 8a10fec20d6f: Preparing [2020-08-12T17:18:43.737Z] e70624318b8b: Preparing [2020-08-12T17:18:43.737Z] 1ad9e0cd1796: Preparing [2020-08-12T17:18:43.737Z] 8a10fec20d6f: Layer already exists [2020-08-12T17:18:43.737Z] b632959d0dd1: Layer already exists [2020-08-12T17:18:43.737Z] e70624318b8b: Layer already exists [2020-08-12T17:18:44.009Z] 1ad9e0cd1796: Layer already exists [2020-08-12T17:18:44.009Z] 1.2.2-dev.10: digest: sha256:048c28fc4129ee5e9e026e194b113885cc6051734fadb12c666e272d4fe7b65d size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:18:44.358Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:d08647e33299f35346a0c0e1b5c282da7a73a79b-1.2.2-dev.10 [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:18:44.690Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:d08647e33299f35346a0c0e1b5c282da7a73a79b-1.2.2-dev.10 [2020-08-12T17:18:44.690Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-08-12T17:18:44.690Z] b632959d0dd1: Preparing [2020-08-12T17:18:44.690Z] 8a10fec20d6f: Preparing [2020-08-12T17:18:44.690Z] e70624318b8b: Preparing [2020-08-12T17:18:44.690Z] 1ad9e0cd1796: Preparing [2020-08-12T17:18:44.690Z] b632959d0dd1: Layer already exists [2020-08-12T17:18:44.690Z] e70624318b8b: Layer already exists [2020-08-12T17:18:44.690Z] 1ad9e0cd1796: Layer already exists [2020-08-12T17:18:44.690Z] 8a10fec20d6f: Layer already exists [2020-08-12T17:18:44.960Z] d08647e33299f35346a0c0e1b5c282da7a73a79b-1.2.2-dev.10: digest: sha256:048c28fc4129ee5e9e026e194b113885cc6051734fadb12c666e272d4fe7b65d size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:18:45.294Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:18:45.622Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [2020-08-12T17:18:45.622Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-08-12T17:18:45.622Z] b632959d0dd1: Preparing [2020-08-12T17:18:45.622Z] 8a10fec20d6f: Preparing [2020-08-12T17:18:45.622Z] e70624318b8b: Preparing [2020-08-12T17:18:45.622Z] 1ad9e0cd1796: Preparing [2020-08-12T17:18:45.622Z] b632959d0dd1: Layer already exists [2020-08-12T17:18:45.622Z] 1ad9e0cd1796: Layer already exists [2020-08-12T17:18:45.622Z] 8a10fec20d6f: Layer already exists [2020-08-12T17:18:45.622Z] e70624318b8b: Layer already exists [2020-08-12T17:18:45.890Z] master: digest: sha256:048c28fc4129ee5e9e026e194b113885cc6051734fadb12c666e272d4fe7b65d size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-12T17:18:46.060Z] ===================================================== [Pipeline] echo [2020-08-12T17:18:46.095Z] taggedImages: [2020-08-12T17:18:46.095Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:d08647e33299f35346a0c0e1b5c282da7a73a79b [2020-08-12T17:18:46.095Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.10 [2020-08-12T17:18:46.095Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:d08647e33299f35346a0c0e1b5c282da7a73a79b-1.2.2-dev.10 [2020-08-12T17:18:46.095Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] echo [2020-08-12T17:18:46.142Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2020-08-12T17:18:46.142Z] d08647e33299f35346a0c0e1b5c282da7a73a79b [2020-08-12T17:18:46.142Z] 1.2.2-dev.10 [2020-08-12T17:18:46.142Z] d08647e33299f35346a0c0e1b5c282da7a73a79b-1.2.2-dev.10 [2020-08-12T17:18:46.142Z] master [2020-08-12T17:18:46.142Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:18:46.646Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:d08647e33299f35346a0c0e1b5c282da7a73a79b [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:18:47.093Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:d08647e33299f35346a0c0e1b5c282da7a73a79b [2020-08-12T17:18:47.093Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-08-12T17:18:47.093Z] 6139c4d5148b: Preparing [2020-08-12T17:18:47.093Z] 0d2091c947f7: Preparing [2020-08-12T17:18:47.093Z] 2c07a97a1922: Preparing [2020-08-12T17:18:47.093Z] 4f3d3d240b56: Preparing [2020-08-12T17:18:47.093Z] 94d21de45593: Preparing [2020-08-12T17:18:47.093Z] 3b4433c5e347: Preparing [2020-08-12T17:18:47.093Z] 3b4433c5e347: Waiting [2020-08-12T17:18:47.376Z] 6139c4d5148b: Pushed [2020-08-12T17:18:47.376Z] 2c07a97a1922: Pushed [2020-08-12T17:18:47.376Z] 94d21de45593: Pushed [2020-08-12T17:18:47.645Z] 4f3d3d240b56: Pushed [2020-08-12T17:18:47.916Z] 3b4433c5e347: Pushed [2020-08-12T17:18:50.510Z] 0d2091c947f7: Pushed [2020-08-12T17:18:50.510Z] d08647e33299f35346a0c0e1b5c282da7a73a79b: digest: sha256:15f8d7870b3f6f85f6dc250ae2466564363bcb039aafffed222b85a2e506e74c size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:18:50.837Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.10 [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:18:51.170Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.10 [2020-08-12T17:18:51.170Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-08-12T17:18:51.170Z] 6139c4d5148b: Preparing [2020-08-12T17:18:51.170Z] 0d2091c947f7: Preparing [2020-08-12T17:18:51.170Z] 2c07a97a1922: Preparing [2020-08-12T17:18:51.170Z] 4f3d3d240b56: Preparing [2020-08-12T17:18:51.170Z] 94d21de45593: Preparing [2020-08-12T17:18:51.170Z] 3b4433c5e347: Preparing [2020-08-12T17:18:51.170Z] 3b4433c5e347: Waiting [2020-08-12T17:18:51.170Z] 94d21de45593: Layer already exists [2020-08-12T17:18:51.170Z] 6139c4d5148b: Layer already exists [2020-08-12T17:18:51.170Z] 0d2091c947f7: Layer already exists [2020-08-12T17:18:51.170Z] 4f3d3d240b56: Layer already exists [2020-08-12T17:18:51.170Z] 2c07a97a1922: Layer already exists [2020-08-12T17:18:51.447Z] 3b4433c5e347: Layer already exists [2020-08-12T17:18:51.447Z] 1.2.2-dev.10: digest: sha256:15f8d7870b3f6f85f6dc250ae2466564363bcb039aafffed222b85a2e506e74c size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:18:51.800Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:d08647e33299f35346a0c0e1b5c282da7a73a79b-1.2.2-dev.10 [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:18:52.126Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:d08647e33299f35346a0c0e1b5c282da7a73a79b-1.2.2-dev.10 [2020-08-12T17:18:52.126Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-08-12T17:18:52.126Z] 6139c4d5148b: Preparing [2020-08-12T17:18:52.126Z] 0d2091c947f7: Preparing [2020-08-12T17:18:52.126Z] 2c07a97a1922: Preparing [2020-08-12T17:18:52.126Z] 4f3d3d240b56: Preparing [2020-08-12T17:18:52.126Z] 94d21de45593: Preparing [2020-08-12T17:18:52.126Z] 3b4433c5e347: Preparing [2020-08-12T17:18:52.126Z] 3b4433c5e347: Waiting [2020-08-12T17:18:52.126Z] 4f3d3d240b56: Layer already exists [2020-08-12T17:18:52.126Z] 0d2091c947f7: Layer already exists [2020-08-12T17:18:52.126Z] 2c07a97a1922: Layer already exists [2020-08-12T17:18:52.126Z] 6139c4d5148b: Layer already exists [2020-08-12T17:18:52.126Z] 94d21de45593: Layer already exists [2020-08-12T17:18:52.395Z] 3b4433c5e347: Layer already exists [2020-08-12T17:18:52.395Z] d08647e33299f35346a0c0e1b5c282da7a73a79b-1.2.2-dev.10: digest: sha256:15f8d7870b3f6f85f6dc250ae2466564363bcb039aafffed222b85a2e506e74c size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:18:52.746Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:18:53.091Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2020-08-12T17:18:53.091Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-08-12T17:18:53.091Z] 6139c4d5148b: Preparing [2020-08-12T17:18:53.091Z] 0d2091c947f7: Preparing [2020-08-12T17:18:53.091Z] 2c07a97a1922: Preparing [2020-08-12T17:18:53.091Z] 4f3d3d240b56: Preparing [2020-08-12T17:18:53.091Z] 94d21de45593: Preparing [2020-08-12T17:18:53.091Z] 3b4433c5e347: Preparing [2020-08-12T17:18:53.091Z] 3b4433c5e347: Waiting [2020-08-12T17:18:53.091Z] 0d2091c947f7: Layer already exists [2020-08-12T17:18:53.091Z] 94d21de45593: Layer already exists [2020-08-12T17:18:53.091Z] 2c07a97a1922: Layer already exists [2020-08-12T17:18:53.091Z] 4f3d3d240b56: Layer already exists [2020-08-12T17:18:53.091Z] 6139c4d5148b: Layer already exists [2020-08-12T17:18:53.362Z] 3b4433c5e347: Layer already exists [2020-08-12T17:18:53.362Z] master: digest: sha256:15f8d7870b3f6f85f6dc250ae2466564363bcb039aafffed222b85a2e506e74c size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-12T17:18:53.532Z] ===================================================== [Pipeline] echo [2020-08-12T17:18:53.650Z] taggedImages: [2020-08-12T17:18:53.650Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:d08647e33299f35346a0c0e1b5c282da7a73a79b [2020-08-12T17:18:53.650Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.10 [2020-08-12T17:18:53.650Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:d08647e33299f35346a0c0e1b5c282da7a73a79b-1.2.2-dev.10 [2020-08-12T17:18:53.650Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2020-08-12T17:18:53.707Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2020-08-12T17:18:53.708Z] d08647e33299f35346a0c0e1b5c282da7a73a79b [2020-08-12T17:18:53.708Z] 1.2.2-dev.10 [2020-08-12T17:18:53.708Z] d08647e33299f35346a0c0e1b5c282da7a73a79b-1.2.2-dev.10 [2020-08-12T17:18:53.708Z] master [2020-08-12T17:18:53.708Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:18:54.183Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:d08647e33299f35346a0c0e1b5c282da7a73a79b [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:18:54.517Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:d08647e33299f35346a0c0e1b5c282da7a73a79b [2020-08-12T17:18:54.517Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-08-12T17:18:54.517Z] 02f130017297: Preparing [2020-08-12T17:18:54.517Z] 8f302ea8b767: Preparing [2020-08-12T17:18:54.517Z] f037d9c83b7a: Preparing [2020-08-12T17:18:54.787Z] f037d9c83b7a: Pushed [2020-08-12T17:18:54.787Z] 02f130017297: Pushed [2020-08-12T17:19:00.158Z] 8f302ea8b767: Pushed [2020-08-12T17:19:00.747Z] d08647e33299f35346a0c0e1b5c282da7a73a79b: digest: sha256:c9f00e07f8e34f6f1e5297b1c95e67c4167db2e7ea9a0ece6f039026b0cc4087 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:19:01.079Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.10 [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:19:01.409Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.10 [2020-08-12T17:19:01.409Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-08-12T17:19:01.409Z] 02f130017297: Preparing [2020-08-12T17:19:01.409Z] 8f302ea8b767: Preparing [2020-08-12T17:19:01.409Z] f037d9c83b7a: Preparing [2020-08-12T17:19:01.684Z] 02f130017297: Layer already exists [2020-08-12T17:19:01.684Z] f037d9c83b7a: Layer already exists [2020-08-12T17:19:01.684Z] 8f302ea8b767: Layer already exists [2020-08-12T17:19:01.982Z] 1.2.2-dev.10: digest: sha256:c9f00e07f8e34f6f1e5297b1c95e67c4167db2e7ea9a0ece6f039026b0cc4087 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:19:02.323Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:d08647e33299f35346a0c0e1b5c282da7a73a79b-1.2.2-dev.10 [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:19:02.651Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:d08647e33299f35346a0c0e1b5c282da7a73a79b-1.2.2-dev.10 [2020-08-12T17:19:02.651Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-08-12T17:19:02.651Z] 02f130017297: Preparing [2020-08-12T17:19:02.651Z] 8f302ea8b767: Preparing [2020-08-12T17:19:02.651Z] f037d9c83b7a: Preparing [2020-08-12T17:19:02.921Z] 02f130017297: Layer already exists [2020-08-12T17:19:02.921Z] f037d9c83b7a: Layer already exists [2020-08-12T17:19:02.921Z] 8f302ea8b767: Layer already exists [2020-08-12T17:19:02.921Z] d08647e33299f35346a0c0e1b5c282da7a73a79b-1.2.2-dev.10: digest: sha256:c9f00e07f8e34f6f1e5297b1c95e67c4167db2e7ea9a0ece6f039026b0cc4087 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:19:03.262Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:19:03.588Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2020-08-12T17:19:03.588Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-08-12T17:19:03.588Z] 02f130017297: Preparing [2020-08-12T17:19:03.588Z] 8f302ea8b767: Preparing [2020-08-12T17:19:03.588Z] f037d9c83b7a: Preparing [2020-08-12T17:19:03.863Z] 8f302ea8b767: Layer already exists [2020-08-12T17:19:03.863Z] 02f130017297: Layer already exists [2020-08-12T17:19:03.863Z] f037d9c83b7a: Layer already exists [2020-08-12T17:19:03.863Z] master: digest: sha256:c9f00e07f8e34f6f1e5297b1c95e67c4167db2e7ea9a0ece6f039026b0cc4087 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-12T17:19:04.092Z] ===================================================== [Pipeline] echo [2020-08-12T17:19:04.149Z] taggedImages: [2020-08-12T17:19:04.149Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:d08647e33299f35346a0c0e1b5c282da7a73a79b [2020-08-12T17:19:04.149Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.10 [2020-08-12T17:19:04.149Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:d08647e33299f35346a0c0e1b5c282da7a73a79b-1.2.2-dev.10 [2020-08-12T17:19:04.149Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2020-08-12T17:19:04.204Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2020-08-12T17:19:04.204Z] d08647e33299f35346a0c0e1b5c282da7a73a79b [2020-08-12T17:19:04.204Z] 1.2.2-dev.10 [2020-08-12T17:19:04.204Z] d08647e33299f35346a0c0e1b5c282da7a73a79b-1.2.2-dev.10 [2020-08-12T17:19:04.204Z] master [2020-08-12T17:19:04.204Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:19:04.742Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:d08647e33299f35346a0c0e1b5c282da7a73a79b [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:19:05.083Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:d08647e33299f35346a0c0e1b5c282da7a73a79b [2020-08-12T17:19:05.083Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-08-12T17:19:05.083Z] 066383c91b01: Preparing [2020-08-12T17:19:05.083Z] b64a383ae7de: Preparing [2020-08-12T17:19:05.083Z] 289e381196c3: Preparing [2020-08-12T17:19:05.083Z] ccb52c02fd24: Preparing [2020-08-12T17:19:05.083Z] eae50fc879f1: Preparing [2020-08-12T17:19:05.083Z] fe5fb48348d0: Preparing [2020-08-12T17:19:05.083Z] cec10e7900e1: Preparing [2020-08-12T17:19:05.083Z] dcafda8adff7: Preparing [2020-08-12T17:19:05.083Z] 48d9eb58abf3: Preparing [2020-08-12T17:19:05.083Z] e5de615b7841: Preparing [2020-08-12T17:19:05.083Z] b0d752909cf9: Preparing [2020-08-12T17:19:05.083Z] 94fdc660876c: Preparing [2020-08-12T17:19:05.083Z] 4e7279dfc0c0: Preparing [2020-08-12T17:19:05.083Z] e2f13739ad41: Preparing [2020-08-12T17:19:05.083Z] 48d9eb58abf3: Waiting [2020-08-12T17:19:05.083Z] e5de615b7841: Waiting [2020-08-12T17:19:05.083Z] b0d752909cf9: Waiting [2020-08-12T17:19:05.083Z] 94fdc660876c: Waiting [2020-08-12T17:19:05.083Z] 4e7279dfc0c0: Waiting [2020-08-12T17:19:05.083Z] e2f13739ad41: Waiting [2020-08-12T17:19:05.083Z] fe5fb48348d0: Waiting [2020-08-12T17:19:05.083Z] cec10e7900e1: Waiting [2020-08-12T17:19:05.083Z] dcafda8adff7: Waiting [2020-08-12T17:19:05.681Z] eae50fc879f1: Pushed [2020-08-12T17:19:05.681Z] 066383c91b01: Pushed [2020-08-12T17:19:06.283Z] ccb52c02fd24: Pushed [2020-08-12T17:19:06.561Z] dcafda8adff7: Layer already exists [2020-08-12T17:19:06.561Z] cec10e7900e1: Pushed [2020-08-12T17:19:07.159Z] b64a383ae7de: Pushed [2020-08-12T17:19:07.159Z] b0d752909cf9: Layer already exists [2020-08-12T17:19:07.450Z] 94fdc660876c: Layer already exists [2020-08-12T17:19:07.450Z] 4e7279dfc0c0: Layer already exists [2020-08-12T17:19:07.450Z] e2f13739ad41: Layer already exists [2020-08-12T17:19:07.450Z] 48d9eb58abf3: Layer already exists [2020-08-12T17:19:07.732Z] e5de615b7841: Layer already exists [2020-08-12T17:19:08.333Z] fe5fb48348d0: Pushed [2020-08-12T17:19:18.470Z] 289e381196c3: Pushed [2020-08-12T17:19:18.470Z] d08647e33299f35346a0c0e1b5c282da7a73a79b: digest: sha256:4a33c06efd8561e6ae00afbe10103482d82c0e0897e8978a399e6d5821ad1887 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:19:18.809Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.10 [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:19:19.141Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.10 [2020-08-12T17:19:19.141Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-08-12T17:19:19.141Z] 066383c91b01: Preparing [2020-08-12T17:19:19.141Z] b64a383ae7de: Preparing [2020-08-12T17:19:19.141Z] 289e381196c3: Preparing [2020-08-12T17:19:19.141Z] ccb52c02fd24: Preparing [2020-08-12T17:19:19.141Z] eae50fc879f1: Preparing [2020-08-12T17:19:19.141Z] fe5fb48348d0: Preparing [2020-08-12T17:19:19.141Z] cec10e7900e1: Preparing [2020-08-12T17:19:19.141Z] dcafda8adff7: Preparing [2020-08-12T17:19:19.141Z] 48d9eb58abf3: Preparing [2020-08-12T17:19:19.141Z] e5de615b7841: Preparing [2020-08-12T17:19:19.141Z] b0d752909cf9: Preparing [2020-08-12T17:19:19.141Z] 94fdc660876c: Preparing [2020-08-12T17:19:19.141Z] 4e7279dfc0c0: Preparing [2020-08-12T17:19:19.141Z] e2f13739ad41: Preparing [2020-08-12T17:19:19.141Z] fe5fb48348d0: Waiting [2020-08-12T17:19:19.141Z] cec10e7900e1: Waiting [2020-08-12T17:19:19.141Z] dcafda8adff7: Waiting [2020-08-12T17:19:19.141Z] 48d9eb58abf3: Waiting [2020-08-12T17:19:19.141Z] e5de615b7841: Waiting [2020-08-12T17:19:19.141Z] b0d752909cf9: Waiting [2020-08-12T17:19:19.141Z] 94fdc660876c: Waiting [2020-08-12T17:19:19.141Z] 4e7279dfc0c0: Waiting [2020-08-12T17:19:19.141Z] e2f13739ad41: Waiting [2020-08-12T17:19:19.141Z] 066383c91b01: Layer already exists [2020-08-12T17:19:19.141Z] b64a383ae7de: Layer already exists [2020-08-12T17:19:19.141Z] 289e381196c3: Layer already exists [2020-08-12T17:19:19.141Z] eae50fc879f1: Layer already exists [2020-08-12T17:19:19.411Z] ccb52c02fd24: Layer already exists [2020-08-12T17:19:19.411Z] 48d9eb58abf3: Layer already exists [2020-08-12T17:19:19.411Z] fe5fb48348d0: Layer already exists [2020-08-12T17:19:19.411Z] dcafda8adff7: Layer already exists [2020-08-12T17:19:19.411Z] cec10e7900e1: Layer already exists [2020-08-12T17:19:19.411Z] e5de615b7841: Layer already exists [2020-08-12T17:19:19.411Z] 94fdc660876c: Layer already exists [2020-08-12T17:19:19.411Z] b0d752909cf9: Layer already exists [2020-08-12T17:19:19.411Z] 4e7279dfc0c0: Layer already exists [2020-08-12T17:19:19.411Z] e2f13739ad41: Layer already exists [2020-08-12T17:19:19.411Z] 1.2.2-dev.10: digest: sha256:4a33c06efd8561e6ae00afbe10103482d82c0e0897e8978a399e6d5821ad1887 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:19:19.745Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:d08647e33299f35346a0c0e1b5c282da7a73a79b-1.2.2-dev.10 [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:19:20.069Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:d08647e33299f35346a0c0e1b5c282da7a73a79b-1.2.2-dev.10 [2020-08-12T17:19:20.069Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-08-12T17:19:20.069Z] 066383c91b01: Preparing [2020-08-12T17:19:20.069Z] b64a383ae7de: Preparing [2020-08-12T17:19:20.069Z] 289e381196c3: Preparing [2020-08-12T17:19:20.069Z] ccb52c02fd24: Preparing [2020-08-12T17:19:20.069Z] eae50fc879f1: Preparing [2020-08-12T17:19:20.069Z] fe5fb48348d0: Preparing [2020-08-12T17:19:20.069Z] cec10e7900e1: Preparing [2020-08-12T17:19:20.069Z] dcafda8adff7: Preparing [2020-08-12T17:19:20.069Z] fe5fb48348d0: Waiting [2020-08-12T17:19:20.069Z] cec10e7900e1: Waiting [2020-08-12T17:19:20.069Z] 48d9eb58abf3: Preparing [2020-08-12T17:19:20.069Z] e5de615b7841: Preparing [2020-08-12T17:19:20.069Z] dcafda8adff7: Waiting [2020-08-12T17:19:20.069Z] b0d752909cf9: Preparing [2020-08-12T17:19:20.069Z] 48d9eb58abf3: Waiting [2020-08-12T17:19:20.069Z] 94fdc660876c: Preparing [2020-08-12T17:19:20.069Z] 4e7279dfc0c0: Preparing [2020-08-12T17:19:20.069Z] e5de615b7841: Waiting [2020-08-12T17:19:20.069Z] e2f13739ad41: Preparing [2020-08-12T17:19:20.069Z] b0d752909cf9: Waiting [2020-08-12T17:19:20.069Z] 4e7279dfc0c0: Waiting [2020-08-12T17:19:20.069Z] e2f13739ad41: Waiting [2020-08-12T17:19:20.069Z] 94fdc660876c: Waiting [2020-08-12T17:19:20.069Z] 066383c91b01: Layer already exists [2020-08-12T17:19:20.069Z] 289e381196c3: Layer already exists [2020-08-12T17:19:20.069Z] eae50fc879f1: Layer already exists [2020-08-12T17:19:20.069Z] ccb52c02fd24: Layer already exists [2020-08-12T17:19:20.069Z] b64a383ae7de: Layer already exists [2020-08-12T17:19:20.340Z] dcafda8adff7: Layer already exists [2020-08-12T17:19:20.340Z] cec10e7900e1: Layer already exists [2020-08-12T17:19:20.340Z] fe5fb48348d0: Layer already exists [2020-08-12T17:19:20.340Z] e5de615b7841: Layer already exists [2020-08-12T17:19:20.340Z] 48d9eb58abf3: Layer already exists [2020-08-12T17:19:20.340Z] e2f13739ad41: Layer already exists [2020-08-12T17:19:20.340Z] 94fdc660876c: Layer already exists [2020-08-12T17:19:20.340Z] b0d752909cf9: Layer already exists [2020-08-12T17:19:20.340Z] 4e7279dfc0c0: Layer already exists [2020-08-12T17:19:20.340Z] d08647e33299f35346a0c0e1b5c282da7a73a79b-1.2.2-dev.10: digest: sha256:4a33c06efd8561e6ae00afbe10103482d82c0e0897e8978a399e6d5821ad1887 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:19:20.677Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:19:21.012Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2020-08-12T17:19:21.012Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-08-12T17:19:21.012Z] 066383c91b01: Preparing [2020-08-12T17:19:21.012Z] b64a383ae7de: Preparing [2020-08-12T17:19:21.012Z] 289e381196c3: Preparing [2020-08-12T17:19:21.012Z] ccb52c02fd24: Preparing [2020-08-12T17:19:21.012Z] eae50fc879f1: Preparing [2020-08-12T17:19:21.012Z] fe5fb48348d0: Preparing [2020-08-12T17:19:21.012Z] cec10e7900e1: Preparing [2020-08-12T17:19:21.012Z] dcafda8adff7: Preparing [2020-08-12T17:19:21.012Z] 48d9eb58abf3: Preparing [2020-08-12T17:19:21.012Z] e5de615b7841: Preparing [2020-08-12T17:19:21.012Z] b0d752909cf9: Preparing [2020-08-12T17:19:21.012Z] 94fdc660876c: Preparing [2020-08-12T17:19:21.012Z] 4e7279dfc0c0: Preparing [2020-08-12T17:19:21.012Z] e2f13739ad41: Preparing [2020-08-12T17:19:21.012Z] fe5fb48348d0: Waiting [2020-08-12T17:19:21.012Z] cec10e7900e1: Waiting [2020-08-12T17:19:21.012Z] dcafda8adff7: Waiting [2020-08-12T17:19:21.012Z] 48d9eb58abf3: Waiting [2020-08-12T17:19:21.012Z] e5de615b7841: Waiting [2020-08-12T17:19:21.012Z] b0d752909cf9: Waiting [2020-08-12T17:19:21.012Z] 94fdc660876c: Waiting [2020-08-12T17:19:21.012Z] 4e7279dfc0c0: Waiting [2020-08-12T17:19:21.012Z] e2f13739ad41: Waiting [2020-08-12T17:19:21.012Z] 066383c91b01: Layer already exists [2020-08-12T17:19:21.012Z] ccb52c02fd24: Layer already exists [2020-08-12T17:19:21.012Z] 289e381196c3: Layer already exists [2020-08-12T17:19:21.012Z] b64a383ae7de: Layer already exists [2020-08-12T17:19:21.012Z] eae50fc879f1: Layer already exists [2020-08-12T17:19:21.287Z] dcafda8adff7: Layer already exists [2020-08-12T17:19:21.287Z] cec10e7900e1: Layer already exists [2020-08-12T17:19:21.287Z] e5de615b7841: Layer already exists [2020-08-12T17:19:21.287Z] fe5fb48348d0: Layer already exists [2020-08-12T17:19:21.287Z] 48d9eb58abf3: Layer already exists [2020-08-12T17:19:21.287Z] b0d752909cf9: Layer already exists [2020-08-12T17:19:21.287Z] e2f13739ad41: Layer already exists [2020-08-12T17:19:21.287Z] 94fdc660876c: Layer already exists [2020-08-12T17:19:21.287Z] 4e7279dfc0c0: Layer already exists [2020-08-12T17:19:21.287Z] master: digest: sha256:4a33c06efd8561e6ae00afbe10103482d82c0e0897e8978a399e6d5821ad1887 size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-12T17:19:21.548Z] ===================================================== [Pipeline] echo [2020-08-12T17:19:21.620Z] taggedImages: [2020-08-12T17:19:21.620Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:d08647e33299f35346a0c0e1b5c282da7a73a79b [2020-08-12T17:19:21.620Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.10 [2020-08-12T17:19:21.620Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:d08647e33299f35346a0c0e1b5c282da7a73a79b-1.2.2-dev.10 [2020-08-12T17:19:21.620Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2020-08-12T17:19:22.946Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-08-12T17:19:22.947Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-08-12T17:19:22.998Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:19:23.364Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-08-12T17:19:23.364Z] [2020-08-12T17:19:23.364Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:19:23.712Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-08-12T17:19:23.712Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-08-12T17:19:23.712Z] cbdbe7a5bc2a: Already exists [2020-08-12T17:19:23.712Z] 408f87550127: Pulling fs layer [2020-08-12T17:19:23.712Z] fe522b08c979: Pulling fs layer [2020-08-12T17:19:23.712Z] 221eaa008020: Pulling fs layer [2020-08-12T17:19:23.712Z] 2a4607e5d6b9: Pulling fs layer [2020-08-12T17:19:23.712Z] 8f79b27c4fd2: Pulling fs layer [2020-08-12T17:19:23.712Z] e5c8dbe1645b: Pulling fs layer [2020-08-12T17:19:23.712Z] 23e8b3b47431: Pulling fs layer [2020-08-12T17:19:23.712Z] 5c568d65a230: Pulling fs layer [2020-08-12T17:19:23.712Z] e5c8dbe1645b: Waiting [2020-08-12T17:19:23.712Z] 2a4607e5d6b9: Waiting [2020-08-12T17:19:23.712Z] 5c568d65a230: Waiting [2020-08-12T17:19:23.712Z] 23e8b3b47431: Waiting [2020-08-12T17:19:23.712Z] 8f79b27c4fd2: Waiting [2020-08-12T17:19:23.712Z] fe522b08c979: Verifying Checksum [2020-08-12T17:19:23.712Z] fe522b08c979: Download complete [2020-08-12T17:19:23.712Z] 408f87550127: Download complete [2020-08-12T17:19:23.712Z] 2a4607e5d6b9: Verifying Checksum [2020-08-12T17:19:23.712Z] 2a4607e5d6b9: Download complete [2020-08-12T17:19:23.712Z] 8f79b27c4fd2: Download complete [2020-08-12T17:19:23.978Z] 408f87550127: Pull complete [2020-08-12T17:19:24.251Z] e5c8dbe1645b: Verifying Checksum [2020-08-12T17:19:24.251Z] e5c8dbe1645b: Download complete [2020-08-12T17:19:24.251Z] fe522b08c979: Pull complete [2020-08-12T17:19:24.528Z] 23e8b3b47431: Verifying Checksum [2020-08-12T17:19:24.528Z] 23e8b3b47431: Download complete [2020-08-12T17:19:24.790Z] 5c568d65a230: Verifying Checksum [2020-08-12T17:19:24.790Z] 5c568d65a230: Download complete [2020-08-12T17:19:25.382Z] 221eaa008020: Verifying Checksum [2020-08-12T17:19:25.382Z] 221eaa008020: Download complete [2020-08-12T17:19:30.757Z] 221eaa008020: Pull complete [2020-08-12T17:19:30.757Z] 2a4607e5d6b9: Pull complete [2020-08-12T17:19:30.757Z] 8f79b27c4fd2: Pull complete [2020-08-12T17:19:34.967Z] e5c8dbe1645b: Pull complete [2020-08-12T17:19:39.189Z] 23e8b3b47431: Pull complete [2020-08-12T17:19:40.583Z] 5c568d65a230: Pull complete [2020-08-12T17:19:40.583Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-08-12T17:19:40.583Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-08-12T17:19:40.583Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-08-12T17:19:40.762Z] prd-centos7-docker-4c-2g-5005 does not seem to be running inside a container [2020-08-12T17:19:40.808Z] $ 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/122:/ws -w /ws --entrypoint= -w /w/workspace/edgex-go/122 -v /w/workspace/edgex-go/122:/w/workspace/edgex-go/122:rw,z -v /w/workspace/edgex-go/122@tmp:/w/workspace/edgex-go/122@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat [2020-08-12T17:19:42.111Z] $ docker top 2b5eeabeb67f2fccdb16fc5b4a63c38410fe32654d29e1dd6c3def7c8949e827 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-12T17:19:42.732Z] + snyk monitor '--org=edgex-jenkins' [2020-08-12T17:19:50.878Z] [2020-08-12T17:19:50.878Z] Monitoring /w/workspace/edgex-go/122 (github.com/edgexfoundry/edgex-go)... [2020-08-12T17:19:50.878Z] [2020-08-12T17:19:50.878Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/80946db9-4ae1-4373-b8bf-1ff6c6005e9c [2020-08-12T17:19:50.878Z] [2020-08-12T17:19:50.878Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-08-12T17:19:50.878Z] [2020-08-12T17:19:50.878Z] [2020-08-12T17:19:50.878Z] Snyk CLI supports Node.js 8 and higher. [2020-08-12T17:19:50.878Z] Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. [2020-08-12T17:19:50.878Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-08-12T17:19:50.878Z] [2020-08-12T17:19:50.878Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-08-12T17:19:50.878Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } [2020-08-12T17:19:50.889Z] $ docker stop --time=1 2b5eeabeb67f2fccdb16fc5b4a63c38410fe32654d29e1dd6c3def7c8949e827 [2020-08-12T17:19:53.319Z] $ docker rm -f 2b5eeabeb67f2fccdb16fc5b4a63c38410fe32654d29e1dd6c3def7c8949e827 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:19:54.687Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-12T17:19:54.687Z] [2020-08-12T17:19:54.687Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:19:55.024Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-12T17:19:55.024Z] latest: Pulling from edgex-devops/edgex-klar [2020-08-12T17:19:55.024Z] e7c96db7181b: Pulling fs layer [2020-08-12T17:19:55.024Z] 1868ca2cb446: Pulling fs layer [2020-08-12T17:19:55.024Z] 136be5d0fe8e: Pulling fs layer [2020-08-12T17:19:55.024Z] 894bfe63afcb: Pulling fs layer [2020-08-12T17:19:55.024Z] 894bfe63afcb: Waiting [2020-08-12T17:19:55.024Z] 1868ca2cb446: Verifying Checksum [2020-08-12T17:19:55.024Z] 1868ca2cb446: Download complete [2020-08-12T17:19:55.024Z] 136be5d0fe8e: Verifying Checksum [2020-08-12T17:19:55.024Z] 136be5d0fe8e: Download complete [2020-08-12T17:19:55.024Z] e7c96db7181b: Download complete [2020-08-12T17:19:55.024Z] 894bfe63afcb: Verifying Checksum [2020-08-12T17:19:55.024Z] 894bfe63afcb: Download complete [2020-08-12T17:19:55.284Z] e7c96db7181b: Pull complete [2020-08-12T17:19:55.544Z] 1868ca2cb446: Pull complete [2020-08-12T17:19:55.804Z] 136be5d0fe8e: Pull complete [2020-08-12T17:19:55.804Z] 894bfe63afcb: Pull complete [2020-08-12T17:19:56.375Z] Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 [2020-08-12T17:19:56.375Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-12T17:19:56.375Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer [2020-08-12T17:19:56.469Z] prd-centos7-docker-4c-2g-5005 does not seem to be running inside a container [2020-08-12T17:19:56.512Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/122 -v /w/workspace/edgex-go/122:/w/workspace/edgex-go/122:rw,z -v /w/workspace/edgex-go/122@tmp:/w/workspace/edgex-go/122@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-12T17:19:57.649Z] $ docker top 9c6ac870b72669c3597f12c7645796f3ec0e03e16f23d972f0d3410611f91f71 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-12T17:19:58.202Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go:d08647e33299f35346a0c0e1b5c282da7a73a79b [2020-08-12T17:19:58.202Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-12T17:20:00.871Z] $ docker stop --time=1 9c6ac870b72669c3597f12c7645796f3ec0e03e16f23d972f0d3410611f91f71 [2020-08-12T17:20:02.297Z] $ docker rm -f 9c6ac870b72669c3597f12c7645796f3ec0e03e16f23d972f0d3410611f91f71 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:20:02.827Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-12T17:20:02.827Z] . [Pipeline] withDockerContainer [2020-08-12T17:20:02.923Z] prd-centos7-docker-4c-2g-5005 does not seem to be running inside a container [2020-08-12T17:20:02.963Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/122 -v /w/workspace/edgex-go/122:/w/workspace/edgex-go/122:rw,z -v /w/workspace/edgex-go/122@tmp:/w/workspace/edgex-go/122@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-12T17:20:03.677Z] $ docker top 27f4965329a4cde4b2b41629e57c8d39cc10c35d8d4268581dfea625dd0d06ba -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-12T17:20:04.255Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go:d08647e33299f35346a0c0e1b5c282da7a73a79b [2020-08-12T17:20:04.255Z] + tee [2020-08-12T17:20:04.255Z] clair timeout 1m0s [2020-08-12T17:20:04.255Z] docker timeout: 1m0s [2020-08-12T17:20:04.255Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-12T17:20:04.909Z] $ docker stop --time=1 27f4965329a4cde4b2b41629e57c8d39cc10c35d8d4268581dfea625dd0d06ba [2020-08-12T17:20:06.345Z] $ docker rm -f 27f4965329a4cde4b2b41629e57c8d39cc10c35d8d4268581dfea625dd0d06ba [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-12T17:20:06.808Z] + mkdir -p /w/workspace/edgex-go/122/clair-reports [Pipeline] echo [2020-08-12T17:20:06.821Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/122/clair-reports/clair_results_docker-core-command-go_d08647e33299f35346a0c0e1b5c282da7a73a79b.html [Pipeline] writeFile [Pipeline] step [2020-08-12T17:20:06.865Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:20:07.211Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-12T17:20:07.211Z] . [Pipeline] withDockerContainer [2020-08-12T17:20:07.308Z] prd-centos7-docker-4c-2g-5005 does not seem to be running inside a container [2020-08-12T17:20:07.347Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/122 -v /w/workspace/edgex-go/122:/w/workspace/edgex-go/122:rw,z -v /w/workspace/edgex-go/122@tmp:/w/workspace/edgex-go/122@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-12T17:20:07.998Z] $ docker top 5e644ce26ed8dc4305b138a609925a9a28d6d3cbb16fb8c455514c0a7714ff76 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-12T17:20:08.493Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go:d08647e33299f35346a0c0e1b5c282da7a73a79b [2020-08-12T17:20:08.493Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-12T17:20:13.970Z] $ docker stop --time=1 5e644ce26ed8dc4305b138a609925a9a28d6d3cbb16fb8c455514c0a7714ff76 [2020-08-12T17:20:15.372Z] $ docker rm -f 5e644ce26ed8dc4305b138a609925a9a28d6d3cbb16fb8c455514c0a7714ff76 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:20:15.840Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-12T17:20:15.840Z] . [Pipeline] withDockerContainer [2020-08-12T17:20:15.937Z] prd-centos7-docker-4c-2g-5005 does not seem to be running inside a container [2020-08-12T17:20:15.977Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/122 -v /w/workspace/edgex-go/122:/w/workspace/edgex-go/122:rw,z -v /w/workspace/edgex-go/122@tmp:/w/workspace/edgex-go/122@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-12T17:20:16.705Z] $ docker top 054ef13d676ae39bd9ef9ae37bccea5e6aeba45b291f8aaf2a08b6e113be4172 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-12T17:20:17.220Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go:d08647e33299f35346a0c0e1b5c282da7a73a79b [2020-08-12T17:20:17.220Z] + tee [2020-08-12T17:20:17.220Z] clair timeout 1m0s [2020-08-12T17:20:17.220Z] docker timeout: 1m0s [2020-08-12T17:20:17.220Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-12T17:20:18.248Z] $ docker stop --time=1 054ef13d676ae39bd9ef9ae37bccea5e6aeba45b291f8aaf2a08b6e113be4172 [2020-08-12T17:20:19.638Z] $ docker rm -f 054ef13d676ae39bd9ef9ae37bccea5e6aeba45b291f8aaf2a08b6e113be4172 [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-12T17:20:20.130Z] + mkdir -p /w/workspace/edgex-go/122/clair-reports [Pipeline] echo [2020-08-12T17:20:20.142Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/122/clair-reports/clair_results_docker-core-data-go_d08647e33299f35346a0c0e1b5c282da7a73a79b.html [Pipeline] writeFile [Pipeline] step [2020-08-12T17:20:20.203Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:20:20.574Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-12T17:20:20.574Z] . [Pipeline] withDockerContainer [2020-08-12T17:20:20.670Z] prd-centos7-docker-4c-2g-5005 does not seem to be running inside a container [2020-08-12T17:20:20.752Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/122 -v /w/workspace/edgex-go/122:/w/workspace/edgex-go/122:rw,z -v /w/workspace/edgex-go/122@tmp:/w/workspace/edgex-go/122@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-12T17:20:21.496Z] $ docker top e47239f732bf2fa335b23f1ad4a795c5a3e94b590dd10343584c6ca7438d35b9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-12T17:20:22.034Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go:d08647e33299f35346a0c0e1b5c282da7a73a79b [2020-08-12T17:20:22.034Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-12T17:20:24.704Z] $ docker stop --time=1 e47239f732bf2fa335b23f1ad4a795c5a3e94b590dd10343584c6ca7438d35b9 [2020-08-12T17:20:26.514Z] $ docker rm -f e47239f732bf2fa335b23f1ad4a795c5a3e94b590dd10343584c6ca7438d35b9 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:20:26.978Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-12T17:20:26.978Z] . [Pipeline] withDockerContainer [2020-08-12T17:20:27.084Z] prd-centos7-docker-4c-2g-5005 does not seem to be running inside a container [2020-08-12T17:20:27.123Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/122 -v /w/workspace/edgex-go/122:/w/workspace/edgex-go/122:rw,z -v /w/workspace/edgex-go/122@tmp:/w/workspace/edgex-go/122@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-12T17:20:27.730Z] $ docker top dee4413c138bd31e5af0ff22d2ca6c80a0983e21115655f80b4f1d99d36e6d37 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-12T17:20:28.235Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go:d08647e33299f35346a0c0e1b5c282da7a73a79b [2020-08-12T17:20:28.235Z] + tee [2020-08-12T17:20:28.235Z] clair timeout 1m0s [2020-08-12T17:20:28.235Z] docker timeout: 1m0s [2020-08-12T17:20:28.235Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-12T17:20:28.895Z] $ docker stop --time=1 dee4413c138bd31e5af0ff22d2ca6c80a0983e21115655f80b4f1d99d36e6d37 [2020-08-12T17:20:30.243Z] $ docker rm -f dee4413c138bd31e5af0ff22d2ca6c80a0983e21115655f80b4f1d99d36e6d37 [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-12T17:20:30.797Z] + mkdir -p /w/workspace/edgex-go/122/clair-reports [Pipeline] echo [2020-08-12T17:20:30.809Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/122/clair-reports/clair_results_docker-core-metadata-go_d08647e33299f35346a0c0e1b5c282da7a73a79b.html [Pipeline] writeFile [Pipeline] step [2020-08-12T17:20:30.857Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:20:31.194Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-12T17:20:31.194Z] . [Pipeline] withDockerContainer [2020-08-12T17:20:31.287Z] prd-centos7-docker-4c-2g-5005 does not seem to be running inside a container [2020-08-12T17:20:31.326Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/122 -v /w/workspace/edgex-go/122:/w/workspace/edgex-go/122:rw,z -v /w/workspace/edgex-go/122@tmp:/w/workspace/edgex-go/122@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-12T17:20:32.010Z] $ docker top 614fd4d4a302c09c26784e6af6c552e6af0a0661babf5eef90c7c58353364ef1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-12T17:20:32.532Z] + + /klartee nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:d08647e33299f35346a0c0e1b5c282da7a73a79b [2020-08-12T17:20:32.532Z] [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-12T17:20:36.884Z] $ docker stop --time=1 614fd4d4a302c09c26784e6af6c552e6af0a0661babf5eef90c7c58353364ef1 [2020-08-12T17:20:38.275Z] $ docker rm -f 614fd4d4a302c09c26784e6af6c552e6af0a0661babf5eef90c7c58353364ef1 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:20:38.766Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-12T17:20:38.766Z] . [Pipeline] withDockerContainer [2020-08-12T17:20:38.863Z] prd-centos7-docker-4c-2g-5005 does not seem to be running inside a container [2020-08-12T17:20:38.902Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/122 -v /w/workspace/edgex-go/122:/w/workspace/edgex-go/122:rw,z -v /w/workspace/edgex-go/122@tmp:/w/workspace/edgex-go/122@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-12T17:20:39.652Z] $ docker top 5d871d9919ce8529b9d979dc18e0ac542d5dfe2337820e7c01be256e91eac9b7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-12T17:20:40.185Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:d08647e33299f35346a0c0e1b5c282da7a73a79b [2020-08-12T17:20:40.185Z] + tee [2020-08-12T17:20:40.185Z] clair timeout 1m0s [2020-08-12T17:20:40.185Z] docker timeout: 1m0s [2020-08-12T17:20:40.185Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-12T17:20:41.234Z] $ docker stop --time=1 5d871d9919ce8529b9d979dc18e0ac542d5dfe2337820e7c01be256e91eac9b7 [2020-08-12T17:20:42.615Z] $ docker rm -f 5d871d9919ce8529b9d979dc18e0ac542d5dfe2337820e7c01be256e91eac9b7 [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-12T17:20:43.076Z] + mkdir -p /w/workspace/edgex-go/122/clair-reports [Pipeline] echo [2020-08-12T17:20:43.089Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/122/clair-reports/clair_results_docker-security-proxy-setup-go_d08647e33299f35346a0c0e1b5c282da7a73a79b.html [Pipeline] writeFile [Pipeline] step [2020-08-12T17:20:43.135Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:20:43.465Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-12T17:20:43.465Z] . [Pipeline] withDockerContainer [2020-08-12T17:20:43.568Z] prd-centos7-docker-4c-2g-5005 does not seem to be running inside a container [2020-08-12T17:20:43.607Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/122 -v /w/workspace/edgex-go/122:/w/workspace/edgex-go/122:rw,z -v /w/workspace/edgex-go/122@tmp:/w/workspace/edgex-go/122@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-12T17:20:44.236Z] $ docker top 3e530385f2d3ce7ea717ea124437e13a273733dfc0e1c3b0af65cef84f81776c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-12T17:20:44.740Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:d08647e33299f35346a0c0e1b5c282da7a73a79b [2020-08-12T17:20:44.740Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-12T17:20:51.471Z] $ docker stop --time=1 3e530385f2d3ce7ea717ea124437e13a273733dfc0e1c3b0af65cef84f81776c [2020-08-12T17:20:52.833Z] $ docker rm -f 3e530385f2d3ce7ea717ea124437e13a273733dfc0e1c3b0af65cef84f81776c [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:20:53.312Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-12T17:20:53.312Z] . [Pipeline] withDockerContainer [2020-08-12T17:20:53.408Z] prd-centos7-docker-4c-2g-5005 does not seem to be running inside a container [2020-08-12T17:20:53.448Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/122 -v /w/workspace/edgex-go/122:/w/workspace/edgex-go/122:rw,z -v /w/workspace/edgex-go/122@tmp:/w/workspace/edgex-go/122@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-12T17:20:54.197Z] $ docker top 6eaaef06218c86c0b70af7c9913f09f372a04d6546ba951d068d22bf14cce0ee -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-12T17:20:54.811Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:d08647e33299f35346a0c0e1b5c282da7a73a79b [2020-08-12T17:20:54.811Z] + tee [2020-08-12T17:20:54.811Z] clair timeout 1m0s [2020-08-12T17:20:54.811Z] docker timeout: 1m0s [2020-08-12T17:20:54.811Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-12T17:20:56.322Z] $ docker stop --time=1 6eaaef06218c86c0b70af7c9913f09f372a04d6546ba951d068d22bf14cce0ee [2020-08-12T17:20:57.700Z] $ docker rm -f 6eaaef06218c86c0b70af7c9913f09f372a04d6546ba951d068d22bf14cce0ee [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-12T17:20:58.177Z] + mkdir -p /w/workspace/edgex-go/122/clair-reports [Pipeline] echo [2020-08-12T17:20:58.195Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/122/clair-reports/clair_results_docker-security-secrets-setup-go_d08647e33299f35346a0c0e1b5c282da7a73a79b.html [Pipeline] writeFile [Pipeline] step [2020-08-12T17:20:58.240Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:20:58.573Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-12T17:20:58.573Z] . [Pipeline] withDockerContainer [2020-08-12T17:20:58.689Z] prd-centos7-docker-4c-2g-5005 does not seem to be running inside a container [2020-08-12T17:20:58.770Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/122 -v /w/workspace/edgex-go/122:/w/workspace/edgex-go/122:rw,z -v /w/workspace/edgex-go/122@tmp:/w/workspace/edgex-go/122@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-12T17:20:59.525Z] $ docker top a1c3277f128d7c5afc1da8690940dd6d6b260fef4ea074fce102e90737be2cfe -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-12T17:21:00.110Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:d08647e33299f35346a0c0e1b5c282da7a73a79b [2020-08-12T17:21:00.110Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-12T17:21:08.398Z] $ docker stop --time=1 a1c3277f128d7c5afc1da8690940dd6d6b260fef4ea074fce102e90737be2cfe [2020-08-12T17:21:09.758Z] $ docker rm -f a1c3277f128d7c5afc1da8690940dd6d6b260fef4ea074fce102e90737be2cfe [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:21:10.211Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-12T17:21:10.211Z] . [Pipeline] withDockerContainer [2020-08-12T17:21:10.305Z] prd-centos7-docker-4c-2g-5005 does not seem to be running inside a container [2020-08-12T17:21:10.344Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/122 -v /w/workspace/edgex-go/122:/w/workspace/edgex-go/122:rw,z -v /w/workspace/edgex-go/122@tmp:/w/workspace/edgex-go/122@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-12T17:21:11.005Z] $ docker top a78e5ea8eb55432a9096634bb2b1f7996db18bc9a2def95d8db2cf9a45b3e861 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-12T17:21:11.547Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:d08647e33299f35346a0c0e1b5c282da7a73a79b [2020-08-12T17:21:11.547Z] + tee [2020-08-12T17:21:11.547Z] clair timeout 1m0s [2020-08-12T17:21:11.547Z] docker timeout: 1m0s [2020-08-12T17:21:11.547Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-12T17:21:13.059Z] $ docker stop --time=1 a78e5ea8eb55432a9096634bb2b1f7996db18bc9a2def95d8db2cf9a45b3e861 [2020-08-12T17:21:14.449Z] $ docker rm -f a78e5ea8eb55432a9096634bb2b1f7996db18bc9a2def95d8db2cf9a45b3e861 [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-12T17:21:14.910Z] + mkdir -p /w/workspace/edgex-go/122/clair-reports [Pipeline] echo [2020-08-12T17:21:14.921Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/122/clair-reports/clair_results_docker-security-secretstore-setup-go_d08647e33299f35346a0c0e1b5c282da7a73a79b.html [Pipeline] writeFile [Pipeline] step [2020-08-12T17:21:14.974Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:21:15.304Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-12T17:21:15.304Z] . [Pipeline] withDockerContainer [2020-08-12T17:21:15.403Z] prd-centos7-docker-4c-2g-5005 does not seem to be running inside a container [2020-08-12T17:21:15.444Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/122 -v /w/workspace/edgex-go/122:/w/workspace/edgex-go/122:rw,z -v /w/workspace/edgex-go/122@tmp:/w/workspace/edgex-go/122@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-12T17:21:16.139Z] $ docker top 648353a10b471eb9ca25e2bf810235a8ef66335ce09c52643e5544d8d27d6e2e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-12T17:21:16.682Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go:d08647e33299f35346a0c0e1b5c282da7a73a79b [2020-08-12T17:21:16.682Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-12T17:21:20.114Z] $ docker stop --time=1 648353a10b471eb9ca25e2bf810235a8ef66335ce09c52643e5544d8d27d6e2e [2020-08-12T17:21:21.473Z] $ docker rm -f 648353a10b471eb9ca25e2bf810235a8ef66335ce09c52643e5544d8d27d6e2e [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:21:21.954Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-12T17:21:21.955Z] . [Pipeline] withDockerContainer [2020-08-12T17:21:22.084Z] prd-centos7-docker-4c-2g-5005 does not seem to be running inside a container [2020-08-12T17:21:22.122Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/122 -v /w/workspace/edgex-go/122:/w/workspace/edgex-go/122:rw,z -v /w/workspace/edgex-go/122@tmp:/w/workspace/edgex-go/122@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-12T17:21:22.785Z] $ docker top 6ed23fb6f575bb0375f940d44d2819d4256e16b030d743626524461287235f42 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-12T17:21:23.300Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go:d08647e33299f35346a0c0e1b5c282da7a73a79b [2020-08-12T17:21:23.300Z] + tee [2020-08-12T17:21:23.300Z] clair timeout 1m0s [2020-08-12T17:21:23.300Z] docker timeout: 1m0s [2020-08-12T17:21:23.300Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-12T17:21:23.956Z] $ docker stop --time=1 6ed23fb6f575bb0375f940d44d2819d4256e16b030d743626524461287235f42 [2020-08-12T17:21:25.358Z] $ docker rm -f 6ed23fb6f575bb0375f940d44d2819d4256e16b030d743626524461287235f42 [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-12T17:21:25.811Z] + mkdir -p /w/workspace/edgex-go/122/clair-reports [Pipeline] echo [2020-08-12T17:21:25.824Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/122/clair-reports/clair_results_docker-support-logging-go_d08647e33299f35346a0c0e1b5c282da7a73a79b.html [Pipeline] writeFile [Pipeline] step [2020-08-12T17:21:25.870Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:21:26.214Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-12T17:21:26.214Z] . [Pipeline] withDockerContainer [2020-08-12T17:21:26.319Z] prd-centos7-docker-4c-2g-5005 does not seem to be running inside a container [2020-08-12T17:21:26.362Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/122 -v /w/workspace/edgex-go/122:/w/workspace/edgex-go/122:rw,z -v /w/workspace/edgex-go/122@tmp:/w/workspace/edgex-go/122@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-12T17:21:26.980Z] $ docker top c54d42e51d2f9c8dab4657543a2e9176adee46cd2adf34ca65790d7abf587af4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-12T17:21:27.524Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go:d08647e33299f35346a0c0e1b5c282da7a73a79b [2020-08-12T17:21:27.524Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-12T17:21:32.951Z] $ docker stop --time=1 c54d42e51d2f9c8dab4657543a2e9176adee46cd2adf34ca65790d7abf587af4 [2020-08-12T17:21:34.339Z] $ docker rm -f c54d42e51d2f9c8dab4657543a2e9176adee46cd2adf34ca65790d7abf587af4 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:21:34.820Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-12T17:21:34.820Z] . [Pipeline] withDockerContainer [2020-08-12T17:21:34.915Z] prd-centos7-docker-4c-2g-5005 does not seem to be running inside a container [2020-08-12T17:21:34.954Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/122 -v /w/workspace/edgex-go/122:/w/workspace/edgex-go/122:rw,z -v /w/workspace/edgex-go/122@tmp:/w/workspace/edgex-go/122@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-12T17:21:35.658Z] $ docker top c60905d0936733f3f1c5457abfd4b08319b2481063c06d46a0ec4d00a8094a67 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-12T17:21:36.257Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go:d08647e33299f35346a0c0e1b5c282da7a73a79b [2020-08-12T17:21:36.257Z] + tee [2020-08-12T17:21:36.257Z] clair timeout 1m0s [2020-08-12T17:21:36.257Z] docker timeout: 1m0s [2020-08-12T17:21:36.257Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-12T17:21:37.304Z] $ docker stop --time=1 c60905d0936733f3f1c5457abfd4b08319b2481063c06d46a0ec4d00a8094a67 [2020-08-12T17:21:38.663Z] $ docker rm -f c60905d0936733f3f1c5457abfd4b08319b2481063c06d46a0ec4d00a8094a67 [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-12T17:21:39.113Z] + mkdir -p /w/workspace/edgex-go/122/clair-reports [Pipeline] echo [2020-08-12T17:21:39.125Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/122/clair-reports/clair_results_docker-support-notifications-go_d08647e33299f35346a0c0e1b5c282da7a73a79b.html [Pipeline] writeFile [Pipeline] step [2020-08-12T17:21:39.175Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:21:39.499Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-12T17:21:39.499Z] . [Pipeline] withDockerContainer [2020-08-12T17:21:39.605Z] prd-centos7-docker-4c-2g-5005 does not seem to be running inside a container [2020-08-12T17:21:39.648Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/122 -v /w/workspace/edgex-go/122:/w/workspace/edgex-go/122:rw,z -v /w/workspace/edgex-go/122@tmp:/w/workspace/edgex-go/122@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-12T17:21:40.285Z] $ docker top 19e0d7ea07273b773cf4eca4e44bad4359f0b72c5f53c80df3a66842984d1b79 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-12T17:21:40.860Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:d08647e33299f35346a0c0e1b5c282da7a73a79b [2020-08-12T17:21:40.860Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-12T17:21:43.525Z] $ docker stop --time=1 19e0d7ea07273b773cf4eca4e44bad4359f0b72c5f53c80df3a66842984d1b79 [2020-08-12T17:21:44.947Z] $ docker rm -f 19e0d7ea07273b773cf4eca4e44bad4359f0b72c5f53c80df3a66842984d1b79 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:21:45.422Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-12T17:21:45.422Z] . [Pipeline] withDockerContainer [2020-08-12T17:21:45.517Z] prd-centos7-docker-4c-2g-5005 does not seem to be running inside a container [2020-08-12T17:21:45.555Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/122 -v /w/workspace/edgex-go/122:/w/workspace/edgex-go/122:rw,z -v /w/workspace/edgex-go/122@tmp:/w/workspace/edgex-go/122@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-12T17:21:46.231Z] $ docker top 5d025b21291c4624b9926fb9113b399f4d68672333853813f567369c51668eb3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-12T17:21:46.746Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:d08647e33299f35346a0c0e1b5c282da7a73a79b [2020-08-12T17:21:46.746Z] + tee [2020-08-12T17:21:46.746Z] clair timeout 1m0s [2020-08-12T17:21:46.746Z] docker timeout: 1m0s [2020-08-12T17:21:46.746Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-12T17:21:47.405Z] $ docker stop --time=1 5d025b21291c4624b9926fb9113b399f4d68672333853813f567369c51668eb3 [2020-08-12T17:21:48.835Z] $ docker rm -f 5d025b21291c4624b9926fb9113b399f4d68672333853813f567369c51668eb3 [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-12T17:21:49.293Z] + mkdir -p /w/workspace/edgex-go/122/clair-reports [Pipeline] echo [2020-08-12T17:21:49.305Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/122/clair-reports/clair_results_docker-support-scheduler-go_d08647e33299f35346a0c0e1b5c282da7a73a79b.html [Pipeline] writeFile [Pipeline] step [2020-08-12T17:21:49.350Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:21:49.691Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-12T17:21:49.691Z] . [Pipeline] withDockerContainer [2020-08-12T17:21:49.785Z] prd-centos7-docker-4c-2g-5005 does not seem to be running inside a container [2020-08-12T17:21:49.860Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/122 -v /w/workspace/edgex-go/122:/w/workspace/edgex-go/122:rw,z -v /w/workspace/edgex-go/122@tmp:/w/workspace/edgex-go/122@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-12T17:21:50.478Z] $ docker top c50ffed02c0581af70549bea9dbef7eb76029105f8a6f9dc75f8847cce1e54c9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-12T17:21:50.997Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:d08647e33299f35346a0c0e1b5c282da7a73a79b [2020-08-12T17:21:50.997Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-12T17:22:06.064Z] $ docker stop --time=1 c50ffed02c0581af70549bea9dbef7eb76029105f8a6f9dc75f8847cce1e54c9 [2020-08-12T17:22:07.473Z] $ docker rm -f c50ffed02c0581af70549bea9dbef7eb76029105f8a6f9dc75f8847cce1e54c9 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:22:07.963Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-12T17:22:07.963Z] . [Pipeline] withDockerContainer [2020-08-12T17:22:08.056Z] prd-centos7-docker-4c-2g-5005 does not seem to be running inside a container [2020-08-12T17:22:08.093Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/122 -v /w/workspace/edgex-go/122:/w/workspace/edgex-go/122:rw,z -v /w/workspace/edgex-go/122@tmp:/w/workspace/edgex-go/122@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-12T17:22:08.785Z] $ docker top c1d282700a81df41b1eb4364a784ddc9ea927a0e28ca3da86012c09369a475ae -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-12T17:22:09.290Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:d08647e33299f35346a0c0e1b5c282da7a73a79b [2020-08-12T17:22:09.290Z] + tee [2020-08-12T17:22:09.290Z] clair timeout 1m0s [2020-08-12T17:22:09.290Z] docker timeout: 1m0s [2020-08-12T17:22:09.290Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-12T17:22:10.770Z] $ docker stop --time=1 c1d282700a81df41b1eb4364a784ddc9ea927a0e28ca3da86012c09369a475ae [2020-08-12T17:22:12.120Z] $ docker rm -f c1d282700a81df41b1eb4364a784ddc9ea927a0e28ca3da86012c09369a475ae [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-12T17:22:12.569Z] + mkdir -p /w/workspace/edgex-go/122/clair-reports [Pipeline] echo [2020-08-12T17:22:12.580Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/122/clair-reports/clair_results_docker-sys-mgmt-agent-go_d08647e33299f35346a0c0e1b5c282da7a73a79b.html [Pipeline] writeFile [Pipeline] step [2020-08-12T17:22:12.624Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:22:12.961Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-12T17:22:12.961Z] . [Pipeline] withDockerContainer [2020-08-12T17:22:13.059Z] prd-centos7-docker-4c-2g-5005 does not seem to be running inside a container [2020-08-12T17:22:13.094Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/122 -v /w/workspace/edgex-go/122:/w/workspace/edgex-go/122:rw,z -v /w/workspace/edgex-go/122@tmp:/w/workspace/edgex-go/122@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-12T17:22:13.757Z] $ docker top f92110d613e2454c0fbb10ade4eba50ddf5b06f20db2d34fb60fc5e39ffb7e89 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-12T17:22:14.332Z] + tee [2020-08-12T17:22:14.332Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:d08647e33299f35346a0c0e1b5c282da7a73a79b [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-12T17:22:17.027Z] $ docker stop --time=1 f92110d613e2454c0fbb10ade4eba50ddf5b06f20db2d34fb60fc5e39ffb7e89 [2020-08-12T17:22:18.454Z] $ docker rm -f f92110d613e2454c0fbb10ade4eba50ddf5b06f20db2d34fb60fc5e39ffb7e89 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:22:18.919Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-12T17:22:18.919Z] . [Pipeline] withDockerContainer [2020-08-12T17:22:19.009Z] prd-centos7-docker-4c-2g-5005 does not seem to be running inside a container [2020-08-12T17:22:19.044Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/122 -v /w/workspace/edgex-go/122:/w/workspace/edgex-go/122:rw,z -v /w/workspace/edgex-go/122@tmp:/w/workspace/edgex-go/122@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-12T17:22:19.779Z] $ docker top 43ed278c4caaad1728eb54e5333a02dbc33714c8cd11438ad3bb59c715e6eb3b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-12T17:22:20.300Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:d08647e33299f35346a0c0e1b5c282da7a73a79b [2020-08-12T17:22:20.300Z] + tee [2020-08-12T17:22:20.300Z] clair timeout 1m0s [2020-08-12T17:22:20.300Z] docker timeout: 1m0s [2020-08-12T17:22:20.300Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-12T17:22:20.967Z] $ docker stop --time=1 43ed278c4caaad1728eb54e5333a02dbc33714c8cd11438ad3bb59c715e6eb3b [2020-08-12T17:22:22.341Z] $ docker rm -f 43ed278c4caaad1728eb54e5333a02dbc33714c8cd11438ad3bb59c715e6eb3b [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-12T17:22:22.802Z] + mkdir -p /w/workspace/edgex-go/122/clair-reports [Pipeline] echo [2020-08-12T17:22:22.815Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/122/clair-reports/clair_results_docker-core-command-go-arm64_d08647e33299f35346a0c0e1b5c282da7a73a79b.html [Pipeline] writeFile [Pipeline] step [2020-08-12T17:22:22.888Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:22:23.217Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-12T17:22:23.218Z] . [Pipeline] withDockerContainer [2020-08-12T17:22:23.312Z] prd-centos7-docker-4c-2g-5005 does not seem to be running inside a container [2020-08-12T17:22:23.352Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/122 -v /w/workspace/edgex-go/122:/w/workspace/edgex-go/122:rw,z -v /w/workspace/edgex-go/122@tmp:/w/workspace/edgex-go/122@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-12T17:22:23.999Z] $ docker top f0440141ce5e53b95f8e623e5ec9285db81b8de529cd5fbbaab60ca1fe2f7e6a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-12T17:22:24.510Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:d08647e33299f35346a0c0e1b5c282da7a73a79b [2020-08-12T17:22:24.510Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-12T17:22:29.920Z] $ docker stop --time=1 f0440141ce5e53b95f8e623e5ec9285db81b8de529cd5fbbaab60ca1fe2f7e6a [2020-08-12T17:22:31.317Z] $ docker rm -f f0440141ce5e53b95f8e623e5ec9285db81b8de529cd5fbbaab60ca1fe2f7e6a [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:22:31.782Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-12T17:22:31.783Z] . [Pipeline] withDockerContainer [2020-08-12T17:22:31.889Z] prd-centos7-docker-4c-2g-5005 does not seem to be running inside a container [2020-08-12T17:22:31.933Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/122 -v /w/workspace/edgex-go/122:/w/workspace/edgex-go/122:rw,z -v /w/workspace/edgex-go/122@tmp:/w/workspace/edgex-go/122@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-12T17:22:32.626Z] $ docker top 80d2ffb2571f4260ee96c65b9ec3a9ad94bd8b52e0f751506de47570a8726c7b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-12T17:22:33.152Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:d08647e33299f35346a0c0e1b5c282da7a73a79b [2020-08-12T17:22:33.152Z] + tee [2020-08-12T17:22:33.152Z] clair timeout 1m0s [2020-08-12T17:22:33.152Z] docker timeout: 1m0s [2020-08-12T17:22:33.152Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-12T17:22:34.198Z] $ docker stop --time=1 80d2ffb2571f4260ee96c65b9ec3a9ad94bd8b52e0f751506de47570a8726c7b [2020-08-12T17:22:35.585Z] $ docker rm -f 80d2ffb2571f4260ee96c65b9ec3a9ad94bd8b52e0f751506de47570a8726c7b [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-12T17:22:36.086Z] + mkdir -p /w/workspace/edgex-go/122/clair-reports [Pipeline] echo [2020-08-12T17:22:36.098Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/122/clair-reports/clair_results_docker-core-data-go-arm64_d08647e33299f35346a0c0e1b5c282da7a73a79b.html [Pipeline] writeFile [Pipeline] step [2020-08-12T17:22:36.141Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:22:36.483Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-12T17:22:36.483Z] . [Pipeline] withDockerContainer [2020-08-12T17:22:36.574Z] prd-centos7-docker-4c-2g-5005 does not seem to be running inside a container [2020-08-12T17:22:36.615Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/122 -v /w/workspace/edgex-go/122:/w/workspace/edgex-go/122:rw,z -v /w/workspace/edgex-go/122@tmp:/w/workspace/edgex-go/122@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-12T17:22:37.293Z] $ docker top 8d824c46aaf0772718588bb77b89807cd9af8e10dd683048dfd25c8dd716c62d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-12T17:22:37.803Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:d08647e33299f35346a0c0e1b5c282da7a73a79b [2020-08-12T17:22:37.803Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-12T17:22:40.480Z] $ docker stop --time=1 8d824c46aaf0772718588bb77b89807cd9af8e10dd683048dfd25c8dd716c62d [2020-08-12T17:22:41.846Z] $ docker rm -f 8d824c46aaf0772718588bb77b89807cd9af8e10dd683048dfd25c8dd716c62d [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:22:42.298Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-12T17:22:42.298Z] . [Pipeline] withDockerContainer [2020-08-12T17:22:42.396Z] prd-centos7-docker-4c-2g-5005 does not seem to be running inside a container [2020-08-12T17:22:42.481Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/122 -v /w/workspace/edgex-go/122:/w/workspace/edgex-go/122:rw,z -v /w/workspace/edgex-go/122@tmp:/w/workspace/edgex-go/122@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-12T17:22:43.082Z] $ docker top ff2cb44e1a43d79ba42153267e47e3c4a9f98ef7ca46f1e0e14895e6929f95a6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-12T17:22:43.573Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:d08647e33299f35346a0c0e1b5c282da7a73a79b [2020-08-12T17:22:43.573Z] + tee [2020-08-12T17:22:43.573Z] clair timeout 1m0s [2020-08-12T17:22:43.573Z] docker timeout: 1m0s [2020-08-12T17:22:43.573Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-12T17:22:44.226Z] $ docker stop --time=1 ff2cb44e1a43d79ba42153267e47e3c4a9f98ef7ca46f1e0e14895e6929f95a6 [2020-08-12T17:22:45.587Z] $ docker rm -f ff2cb44e1a43d79ba42153267e47e3c4a9f98ef7ca46f1e0e14895e6929f95a6 [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-12T17:22:46.060Z] + mkdir -p /w/workspace/edgex-go/122/clair-reports [Pipeline] echo [2020-08-12T17:22:46.072Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/122/clair-reports/clair_results_docker-core-metadata-go-arm64_d08647e33299f35346a0c0e1b5c282da7a73a79b.html [Pipeline] writeFile [Pipeline] step [2020-08-12T17:22:46.116Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:22:46.452Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-12T17:22:46.452Z] . [Pipeline] withDockerContainer [2020-08-12T17:22:46.545Z] prd-centos7-docker-4c-2g-5005 does not seem to be running inside a container [2020-08-12T17:22:46.582Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/122 -v /w/workspace/edgex-go/122:/w/workspace/edgex-go/122:rw,z -v /w/workspace/edgex-go/122@tmp:/w/workspace/edgex-go/122@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-12T17:22:47.281Z] $ docker top 0818a89a9b450ec667c5b78950334fd14bcd26455ce2a2294c109752d0821100 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-12T17:22:47.798Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:d08647e33299f35346a0c0e1b5c282da7a73a79b [2020-08-12T17:22:47.798Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-12T17:22:52.136Z] $ docker stop --time=1 0818a89a9b450ec667c5b78950334fd14bcd26455ce2a2294c109752d0821100 [2020-08-12T17:22:53.502Z] $ docker rm -f 0818a89a9b450ec667c5b78950334fd14bcd26455ce2a2294c109752d0821100 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:22:53.962Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-12T17:22:53.962Z] . [Pipeline] withDockerContainer [2020-08-12T17:22:54.057Z] prd-centos7-docker-4c-2g-5005 does not seem to be running inside a container [2020-08-12T17:22:54.094Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/122 -v /w/workspace/edgex-go/122:/w/workspace/edgex-go/122:rw,z -v /w/workspace/edgex-go/122@tmp:/w/workspace/edgex-go/122@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-12T17:22:54.834Z] $ docker top 116bb5edbf7d5f539d60122a5a648b199ddbc75dc5f62ea4ae9244a1aec02d91 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-12T17:22:55.355Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:d08647e33299f35346a0c0e1b5c282da7a73a79b [2020-08-12T17:22:55.355Z] + tee [2020-08-12T17:22:55.355Z] clair timeout 1m0s [2020-08-12T17:22:55.355Z] docker timeout: 1m0s [2020-08-12T17:22:55.355Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-12T17:22:56.569Z] $ docker stop --time=1 116bb5edbf7d5f539d60122a5a648b199ddbc75dc5f62ea4ae9244a1aec02d91 [2020-08-12T17:22:57.984Z] $ docker rm -f 116bb5edbf7d5f539d60122a5a648b199ddbc75dc5f62ea4ae9244a1aec02d91 [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-12T17:22:58.555Z] + mkdir -p /w/workspace/edgex-go/122/clair-reports [Pipeline] echo [2020-08-12T17:22:58.567Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/122/clair-reports/clair_results_docker-security-proxy-setup-go-arm64_d08647e33299f35346a0c0e1b5c282da7a73a79b.html [Pipeline] writeFile [Pipeline] step [2020-08-12T17:22:58.612Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:22:58.961Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-12T17:22:58.961Z] . [Pipeline] withDockerContainer [2020-08-12T17:22:59.054Z] prd-centos7-docker-4c-2g-5005 does not seem to be running inside a container [2020-08-12T17:22:59.100Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/122 -v /w/workspace/edgex-go/122:/w/workspace/edgex-go/122:rw,z -v /w/workspace/edgex-go/122@tmp:/w/workspace/edgex-go/122@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-12T17:22:59.702Z] $ docker top 89aed91f949382f3b01ffad8529cde1012f83abfb9ebcb8af3a50a1f35c20515 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-12T17:23:00.189Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:d08647e33299f35346a0c0e1b5c282da7a73a79b [2020-08-12T17:23:00.189Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-12T17:23:06.907Z] $ docker stop --time=1 89aed91f949382f3b01ffad8529cde1012f83abfb9ebcb8af3a50a1f35c20515 [2020-08-12T17:23:08.359Z] $ docker rm -f 89aed91f949382f3b01ffad8529cde1012f83abfb9ebcb8af3a50a1f35c20515 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:23:08.825Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-12T17:23:08.825Z] . [Pipeline] withDockerContainer [2020-08-12T17:23:08.920Z] prd-centos7-docker-4c-2g-5005 does not seem to be running inside a container [2020-08-12T17:23:08.958Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/122 -v /w/workspace/edgex-go/122:/w/workspace/edgex-go/122:rw,z -v /w/workspace/edgex-go/122@tmp:/w/workspace/edgex-go/122@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-12T17:23:09.694Z] $ docker top b48cfd77d1b470c1ce3132cbf62f41f29b8d36e1e489bfec3788a6499a2f258d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-12T17:23:10.235Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:d08647e33299f35346a0c0e1b5c282da7a73a79b [2020-08-12T17:23:10.235Z] + tee [2020-08-12T17:23:10.235Z] clair timeout 1m0s [2020-08-12T17:23:10.235Z] docker timeout: 1m0s [2020-08-12T17:23:10.235Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-12T17:23:11.720Z] $ docker stop --time=1 b48cfd77d1b470c1ce3132cbf62f41f29b8d36e1e489bfec3788a6499a2f258d [2020-08-12T17:23:13.065Z] $ docker rm -f b48cfd77d1b470c1ce3132cbf62f41f29b8d36e1e489bfec3788a6499a2f258d [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-12T17:23:13.575Z] + mkdir -p /w/workspace/edgex-go/122/clair-reports [Pipeline] echo [2020-08-12T17:23:13.588Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/122/clair-reports/clair_results_docker-security-secrets-setup-go-arm64_d08647e33299f35346a0c0e1b5c282da7a73a79b.html [Pipeline] writeFile [Pipeline] step [2020-08-12T17:23:13.681Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:23:14.012Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-12T17:23:14.012Z] . [Pipeline] withDockerContainer [2020-08-12T17:23:14.113Z] prd-centos7-docker-4c-2g-5005 does not seem to be running inside a container [2020-08-12T17:23:14.148Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/122 -v /w/workspace/edgex-go/122:/w/workspace/edgex-go/122:rw,z -v /w/workspace/edgex-go/122@tmp:/w/workspace/edgex-go/122@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-12T17:23:14.856Z] $ docker top 608f04e1590334c90e32d1e5f1c843d8cdf9a83588ac82c71b2ff49563d2b07b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-12T17:23:15.411Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:d08647e33299f35346a0c0e1b5c282da7a73a79b [2020-08-12T17:23:15.411Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-12T17:23:23.710Z] $ docker stop --time=1 608f04e1590334c90e32d1e5f1c843d8cdf9a83588ac82c71b2ff49563d2b07b [2020-08-12T17:23:25.093Z] $ docker rm -f 608f04e1590334c90e32d1e5f1c843d8cdf9a83588ac82c71b2ff49563d2b07b [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:23:25.570Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-12T17:23:25.570Z] . [Pipeline] withDockerContainer [2020-08-12T17:23:25.678Z] prd-centos7-docker-4c-2g-5005 does not seem to be running inside a container [2020-08-12T17:23:25.750Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/122 -v /w/workspace/edgex-go/122:/w/workspace/edgex-go/122:rw,z -v /w/workspace/edgex-go/122@tmp:/w/workspace/edgex-go/122@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-12T17:23:26.682Z] $ docker top 7f527063bde0c86d39561fe4ea390b0aab22f04494cbac93149feee0a9e91a1b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-12T17:23:27.183Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:d08647e33299f35346a0c0e1b5c282da7a73a79b [2020-08-12T17:23:27.183Z] + tee [2020-08-12T17:23:27.183Z] clair timeout 1m0s [2020-08-12T17:23:27.183Z] docker timeout: 1m0s [2020-08-12T17:23:27.183Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-12T17:23:28.681Z] $ docker stop --time=1 7f527063bde0c86d39561fe4ea390b0aab22f04494cbac93149feee0a9e91a1b [2020-08-12T17:23:30.092Z] $ docker rm -f 7f527063bde0c86d39561fe4ea390b0aab22f04494cbac93149feee0a9e91a1b [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-12T17:23:30.598Z] + mkdir -p /w/workspace/edgex-go/122/clair-reports [Pipeline] echo [2020-08-12T17:23:30.610Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/122/clair-reports/clair_results_docker-security-secretstore-setup-go-arm64_d08647e33299f35346a0c0e1b5c282da7a73a79b.html [Pipeline] writeFile [Pipeline] step [2020-08-12T17:23:30.655Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:23:31.010Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-12T17:23:31.010Z] . [Pipeline] withDockerContainer [2020-08-12T17:23:31.104Z] prd-centos7-docker-4c-2g-5005 does not seem to be running inside a container [2020-08-12T17:23:31.140Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/122 -v /w/workspace/edgex-go/122:/w/workspace/edgex-go/122:rw,z -v /w/workspace/edgex-go/122@tmp:/w/workspace/edgex-go/122@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-12T17:23:31.850Z] $ docker top ad8c934427cbf357c0d3a921b2a5cdfacbfa5f92c521f8c55d603cd503852e0a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-12T17:23:32.396Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:d08647e33299f35346a0c0e1b5c282da7a73a79b [2020-08-12T17:23:32.396Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-12T17:23:35.816Z] $ docker stop --time=1 ad8c934427cbf357c0d3a921b2a5cdfacbfa5f92c521f8c55d603cd503852e0a [2020-08-12T17:23:37.205Z] $ docker rm -f ad8c934427cbf357c0d3a921b2a5cdfacbfa5f92c521f8c55d603cd503852e0a [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:23:37.674Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-12T17:23:37.674Z] . [Pipeline] withDockerContainer [2020-08-12T17:23:37.768Z] prd-centos7-docker-4c-2g-5005 does not seem to be running inside a container [2020-08-12T17:23:37.808Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/122 -v /w/workspace/edgex-go/122:/w/workspace/edgex-go/122:rw,z -v /w/workspace/edgex-go/122@tmp:/w/workspace/edgex-go/122@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-12T17:23:38.543Z] $ docker top be6b4f9f272bec1ef94e17f4999174304ed838ef10f218bf18fd025bb16435af -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-12T17:23:39.055Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:d08647e33299f35346a0c0e1b5c282da7a73a79b [2020-08-12T17:23:39.055Z] + tee [2020-08-12T17:23:39.055Z] clair timeout 1m0s [2020-08-12T17:23:39.055Z] docker timeout: 1m0s [2020-08-12T17:23:39.055Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-12T17:23:39.706Z] $ docker stop --time=1 be6b4f9f272bec1ef94e17f4999174304ed838ef10f218bf18fd025bb16435af [2020-08-12T17:23:41.051Z] $ docker rm -f be6b4f9f272bec1ef94e17f4999174304ed838ef10f218bf18fd025bb16435af [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-12T17:23:41.499Z] + mkdir -p /w/workspace/edgex-go/122/clair-reports [Pipeline] echo [2020-08-12T17:23:41.511Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/122/clair-reports/clair_results_docker-support-logging-go-arm64_d08647e33299f35346a0c0e1b5c282da7a73a79b.html [Pipeline] writeFile [Pipeline] step [2020-08-12T17:23:41.553Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:23:41.893Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-12T17:23:41.893Z] . [Pipeline] withDockerContainer [2020-08-12T17:23:41.984Z] prd-centos7-docker-4c-2g-5005 does not seem to be running inside a container [2020-08-12T17:23:42.025Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/122 -v /w/workspace/edgex-go/122:/w/workspace/edgex-go/122:rw,z -v /w/workspace/edgex-go/122@tmp:/w/workspace/edgex-go/122@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-12T17:23:42.632Z] $ docker top 4cf296fe1fc815f3a4e2f27fba851ca4d28a24628da646b7023f109f31e6a1ac -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-12T17:23:43.121Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:d08647e33299f35346a0c0e1b5c282da7a73a79b [2020-08-12T17:23:43.121Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-12T17:23:48.565Z] $ docker stop --time=1 4cf296fe1fc815f3a4e2f27fba851ca4d28a24628da646b7023f109f31e6a1ac [2020-08-12T17:23:49.966Z] $ docker rm -f 4cf296fe1fc815f3a4e2f27fba851ca4d28a24628da646b7023f109f31e6a1ac [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:23:50.456Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-12T17:23:50.456Z] . [Pipeline] withDockerContainer [2020-08-12T17:23:50.551Z] prd-centos7-docker-4c-2g-5005 does not seem to be running inside a container [2020-08-12T17:23:50.643Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/122 -v /w/workspace/edgex-go/122:/w/workspace/edgex-go/122:rw,z -v /w/workspace/edgex-go/122@tmp:/w/workspace/edgex-go/122@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-12T17:23:51.338Z] $ docker top 0937820485f1f4925ff7014fe03cbd24d4e2ed1236289831b80ba2f55f220ef1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-12T17:23:51.842Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:d08647e33299f35346a0c0e1b5c282da7a73a79b [2020-08-12T17:23:51.842Z] + tee [2020-08-12T17:23:51.842Z] clair timeout 1m0s [2020-08-12T17:23:51.842Z] docker timeout: 1m0s [2020-08-12T17:23:51.842Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-12T17:23:52.905Z] $ docker stop --time=1 0937820485f1f4925ff7014fe03cbd24d4e2ed1236289831b80ba2f55f220ef1 [2020-08-12T17:23:54.294Z] $ docker rm -f 0937820485f1f4925ff7014fe03cbd24d4e2ed1236289831b80ba2f55f220ef1 [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-12T17:23:54.770Z] + mkdir -p /w/workspace/edgex-go/122/clair-reports [Pipeline] echo [2020-08-12T17:23:54.781Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/122/clair-reports/clair_results_docker-support-notifications-go-arm64_d08647e33299f35346a0c0e1b5c282da7a73a79b.html [Pipeline] writeFile [Pipeline] step [2020-08-12T17:23:54.884Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:23:55.217Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-12T17:23:55.217Z] . [Pipeline] withDockerContainer [2020-08-12T17:23:55.305Z] prd-centos7-docker-4c-2g-5005 does not seem to be running inside a container [2020-08-12T17:23:55.340Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/122 -v /w/workspace/edgex-go/122:/w/workspace/edgex-go/122:rw,z -v /w/workspace/edgex-go/122@tmp:/w/workspace/edgex-go/122@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-12T17:23:56.074Z] $ docker top 99da367c1968a6b157ed93e2b20c92478e827adc564dcfc5e7d7e1b74bce82b8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-12T17:23:56.592Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:d08647e33299f35346a0c0e1b5c282da7a73a79b [2020-08-12T17:23:56.592Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-12T17:23:59.259Z] $ docker stop --time=1 99da367c1968a6b157ed93e2b20c92478e827adc564dcfc5e7d7e1b74bce82b8 [2020-08-12T17:24:00.693Z] $ docker rm -f 99da367c1968a6b157ed93e2b20c92478e827adc564dcfc5e7d7e1b74bce82b8 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:24:01.156Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-12T17:24:01.156Z] . [Pipeline] withDockerContainer [2020-08-12T17:24:01.254Z] prd-centos7-docker-4c-2g-5005 does not seem to be running inside a container [2020-08-12T17:24:01.335Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/122 -v /w/workspace/edgex-go/122:/w/workspace/edgex-go/122:rw,z -v /w/workspace/edgex-go/122@tmp:/w/workspace/edgex-go/122@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-12T17:24:02.002Z] $ docker top 61dfed2d4fa5092742760af67f3289c7e96bcc99b2c5d7556ef6adfb87300b16 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-12T17:24:02.503Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:d08647e33299f35346a0c0e1b5c282da7a73a79b [2020-08-12T17:24:02.503Z] + tee [2020-08-12T17:24:02.503Z] clair timeout 1m0s [2020-08-12T17:24:02.503Z] docker timeout: 1m0s [2020-08-12T17:24:02.503Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-12T17:24:03.168Z] $ docker stop --time=1 61dfed2d4fa5092742760af67f3289c7e96bcc99b2c5d7556ef6adfb87300b16 [2020-08-12T17:24:04.518Z] $ docker rm -f 61dfed2d4fa5092742760af67f3289c7e96bcc99b2c5d7556ef6adfb87300b16 [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-12T17:24:05.066Z] + mkdir -p /w/workspace/edgex-go/122/clair-reports [Pipeline] echo [2020-08-12T17:24:05.077Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/122/clair-reports/clair_results_docker-support-scheduler-go-arm64_d08647e33299f35346a0c0e1b5c282da7a73a79b.html [Pipeline] writeFile [Pipeline] step [2020-08-12T17:24:05.124Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:24:05.447Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-12T17:24:05.447Z] . [Pipeline] withDockerContainer [2020-08-12T17:24:05.534Z] prd-centos7-docker-4c-2g-5005 does not seem to be running inside a container [2020-08-12T17:24:05.572Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/122 -v /w/workspace/edgex-go/122:/w/workspace/edgex-go/122:rw,z -v /w/workspace/edgex-go/122@tmp:/w/workspace/edgex-go/122@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-12T17:24:06.222Z] $ docker top 0b7552c35e398c81b75c7aa368ac6749a311e60125e9c4472017727df0fd703e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-12T17:24:06.760Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:d08647e33299f35346a0c0e1b5c282da7a73a79b [2020-08-12T17:24:06.760Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-12T17:24:21.877Z] $ docker stop --time=1 0b7552c35e398c81b75c7aa368ac6749a311e60125e9c4472017727df0fd703e [2020-08-12T17:24:23.263Z] $ docker rm -f 0b7552c35e398c81b75c7aa368ac6749a311e60125e9c4472017727df0fd703e [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:24:23.728Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-12T17:24:23.728Z] . [Pipeline] withDockerContainer [2020-08-12T17:24:23.817Z] prd-centos7-docker-4c-2g-5005 does not seem to be running inside a container [2020-08-12T17:24:23.851Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/122 -v /w/workspace/edgex-go/122:/w/workspace/edgex-go/122:rw,z -v /w/workspace/edgex-go/122@tmp:/w/workspace/edgex-go/122@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-12T17:24:24.631Z] $ docker top 7dbc5f32c44d499fe786fcadb53ea9ce234eb11b7996aab3dffd6014a57c0465 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-12T17:24:25.159Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:d08647e33299f35346a0c0e1b5c282da7a73a79b [2020-08-12T17:24:25.159Z] + tee [2020-08-12T17:24:25.159Z] clair timeout 1m0s [2020-08-12T17:24:25.159Z] docker timeout: 1m0s [2020-08-12T17:24:25.159Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-12T17:24:26.622Z] $ docker stop --time=1 7dbc5f32c44d499fe786fcadb53ea9ce234eb11b7996aab3dffd6014a57c0465 [2020-08-12T17:24:28.291Z] $ docker rm -f 7dbc5f32c44d499fe786fcadb53ea9ce234eb11b7996aab3dffd6014a57c0465 [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-12T17:24:28.744Z] + mkdir -p /w/workspace/edgex-go/122/clair-reports [Pipeline] echo [2020-08-12T17:24:28.757Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/122/clair-reports/clair_results_docker-sys-mgmt-agent-go-arm64_d08647e33299f35346a0c0e1b5c282da7a73a79b.html [Pipeline] writeFile [Pipeline] step [2020-08-12T17:24:28.801Z] Archiving artifacts [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2020-08-12T17:24:29.148Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: true [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-08-12T17:24:29.191Z] provisioning config files... [2020-08-12T17:24:29.207Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/122@tmp/config4799172876670399344tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-08-12T17:24:29.580Z] --> edgex-publish-swagger.sh [2020-08-12T17:24:29.580Z] === Publish openapi/v1 API === [2020-08-12T17:24:29.580Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2020-08-12T17:24:29.580Z] [publishToSwagger] Publishing API Name [core-command] [2020-08-12T17:24:29.580Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-08-12T17:24:29.580Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/core-command?oas=3.0.0&isPrivate=false&force=true [2020-08-12T17:24:29.580Z] [publishToSwagger] Publishing API Name [core-data] [2020-08-12T17:24:29.580Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-08-12T17:24:29.580Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/core-data?oas=3.0.0&isPrivate=false&force=true [2020-08-12T17:24:29.580Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-08-12T17:24:29.580Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-08-12T17:24:29.580Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/core-metadata?oas=3.0.0&isPrivate=false&force=true [2020-08-12T17:24:29.580Z] [publishToSwagger] Publishing API Name [support-logging] [2020-08-12T17:24:29.580Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-08-12T17:24:29.580Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/support-logging?oas=3.0.0&isPrivate=false&force=true [2020-08-12T17:24:29.580Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-08-12T17:24:29.580Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-08-12T17:24:29.580Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/support-notifications?oas=3.0.0&isPrivate=false&force=true [2020-08-12T17:24:29.580Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-08-12T17:24:29.580Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-08-12T17:24:29.580Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/support-scheduler?oas=3.0.0&isPrivate=false&force=true [2020-08-12T17:24:29.580Z] [publishToSwagger] Publishing API Name [system-agent] [2020-08-12T17:24:29.580Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-08-12T17:24:29.580Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/system-agent?oas=3.0.0&isPrivate=false&force=true [2020-08-12T17:24:29.580Z] === Publish openapi/v2 API === [2020-08-12T17:24:29.580Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2020-08-12T17:24:29.580Z] [publishToSwagger] Publishing API Name [core-command] [2020-08-12T17:24:29.580Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-08-12T17:24:29.580Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/core-command?oas=3.0.0&isPrivate=false&force=true [2020-08-12T17:24:29.580Z] [publishToSwagger] Publishing API Name [core-data] [2020-08-12T17:24:29.580Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-08-12T17:24:29.580Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/core-data?oas=3.0.0&isPrivate=false&force=true [2020-08-12T17:24:29.580Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-08-12T17:24:29.580Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-08-12T17:24:29.580Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/core-metadata?oas=3.0.0&isPrivate=false&force=true [2020-08-12T17:24:29.580Z] [publishToSwagger] Publishing API Name [support-logging] [2020-08-12T17:24:29.580Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-08-12T17:24:29.580Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/support-logging?oas=3.0.0&isPrivate=false&force=true [2020-08-12T17:24:29.580Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-08-12T17:24:29.580Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-08-12T17:24:29.580Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/support-notifications?oas=3.0.0&isPrivate=false&force=true [2020-08-12T17:24:29.580Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-08-12T17:24:29.580Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-08-12T17:24:29.580Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/support-scheduler?oas=3.0.0&isPrivate=false&force=true [2020-08-12T17:24:29.580Z] [publishToSwagger] Publishing API Name [system-agent] [2020-08-12T17:24:29.580Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-08-12T17:24:29.580Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/system-agent?oas=3.0.0&isPrivate=false&force=true [Pipeline] } [2020-08-12T17:24:29.589Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:24:37.480Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-12T17:24:37.480Z] . [Pipeline] withDockerContainer [2020-08-12T17:24:37.592Z] prd-centos7-docker-4c-2g-5005 does not seem to be running inside a container [2020-08-12T17:24:37.624Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/122 -v /w/workspace/edgex-go/122:/w/workspace/edgex-go/122:rw,z -v /w/workspace/edgex-go/122@tmp:/w/workspace/edgex-go/122@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-08-12T17:24:38.662Z] $ docker top 008c915be0c516a5168a7ebf4bc0a0f5d83114819b7acfbcc9e261e95290f9ea -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-12T17:24:38.975Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-12T17:24:38.975Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-12T17:24:39.204Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-12T17:24:39.203Z] $ docker exec 008c915be0c516a5168a7ebf4bc0a0f5d83114819b7acfbcc9e261e95290f9ea ssh-agent [2020-08-12T17:24:39.375Z] SSH_AUTH_SOCK=/tmp/ssh-XNsdVHeerSw9/agent.13 [2020-08-12T17:24:39.375Z] SSH_AGENT_PID=19 [2020-08-12T17:24:39.382Z] Running ssh-add (command line suppressed) [2020-08-12T17:24:39.506Z] Identity added: /w/workspace/edgex-go/122@tmp/private_key_7540917351930571155.key (/w/workspace/edgex-go/122@tmp/private_key_7540917351930571155.key) [2020-08-12T17:24:39.562Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-12T17:24:39.902Z] + git semver tag [2020-08-12T17:24:39.902Z] # -> Open(): unable to determine branch for HEAD [2020-08-12T17:24:39.902Z] # $GIT_DIR = /w/workspace/edgex-go/122/.git [2020-08-12T17:24:39.902Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/122 [2020-08-12T17:24:39.902Z] # $SEMVER_REMOTE_NAME = origin [2020-08-12T17:24:39.902Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-12T17:24:39.902Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-12T17:24:39.902Z] # $SEMVER_BRANCH = master [2020-08-12T17:24:39.902Z] # $SEMVER_DIR = /w/workspace/edgex-go/122/.semver [2020-08-12T17:24:39.902Z] # d08647e33299f35346a0c0e1b5c282da7a73a79b HEAD [2020-08-12T17:24:40.474Z] # -> Force: false [2020-08-12T17:24:40.474Z] # d94cedd4ac9e9889ead558f60ccbf4973bfb7dd7 refs/tags/v1.2.2-dev.10 [Pipeline] } [2020-08-12T17:24:40.482Z] $ docker exec --env ******** --env ******** 008c915be0c516a5168a7ebf4bc0a0f5d83114819b7acfbcc9e261e95290f9ea ssh-agent -k [2020-08-12T17:24:40.630Z] unset SSH_AUTH_SOCK; [2020-08-12T17:24:40.630Z] unset SSH_AGENT_PID; [2020-08-12T17:24:40.630Z] echo Agent pid 19 killed; [2020-08-12T17:24:40.695Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-12T17:24:41.137Z] + git semver [Pipeline] } [2020-08-12T17:24:41.148Z] $ docker stop --time=1 008c915be0c516a5168a7ebf4bc0a0f5d83114819b7acfbcc9e261e95290f9ea [2020-08-12T17:24:42.514Z] $ docker rm -f 008c915be0c516a5168a7ebf4bc0a0f5d83114819b7acfbcc9e261e95290f9ea [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:24:43.111Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-08-12T17:24:43.111Z] [2020-08-12T17:24:43.111Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:24:43.494Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-08-12T17:24:43.494Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-08-12T17:24:43.494Z] ab5ef0e58194: Pulling fs layer [2020-08-12T17:24:43.494Z] 9712f1f96733: Pulling fs layer [2020-08-12T17:24:43.494Z] 63f879dbbcfc: Pulling fs layer [2020-08-12T17:24:43.494Z] 0d9ebad4ef96: Pulling fs layer [2020-08-12T17:24:43.494Z] e9a5061849ea: Pulling fs layer [2020-08-12T17:24:43.494Z] d747dcd14b5f: Pulling fs layer [2020-08-12T17:24:43.494Z] 2de7ff778b66: Pulling fs layer [2020-08-12T17:24:43.494Z] 0d9ebad4ef96: Waiting [2020-08-12T17:24:43.494Z] e9a5061849ea: Waiting [2020-08-12T17:24:43.494Z] d747dcd14b5f: Waiting [2020-08-12T17:24:43.494Z] 2de7ff778b66: Waiting [2020-08-12T17:24:43.494Z] 9712f1f96733: Verifying Checksum [2020-08-12T17:24:43.494Z] 9712f1f96733: Download complete [2020-08-12T17:24:44.082Z] 63f879dbbcfc: Verifying Checksum [2020-08-12T17:24:44.082Z] 63f879dbbcfc: Download complete [2020-08-12T17:24:44.082Z] e9a5061849ea: Verifying Checksum [2020-08-12T17:24:44.082Z] e9a5061849ea: Download complete [2020-08-12T17:24:44.082Z] d747dcd14b5f: Verifying Checksum [2020-08-12T17:24:44.082Z] d747dcd14b5f: Download complete [2020-08-12T17:24:44.658Z] ab5ef0e58194: Verifying Checksum [2020-08-12T17:24:44.658Z] ab5ef0e58194: Download complete [2020-08-12T17:24:44.658Z] 0d9ebad4ef96: Verifying Checksum [2020-08-12T17:24:44.658Z] 0d9ebad4ef96: Download complete [2020-08-12T17:24:44.658Z] 2de7ff778b66: Verifying Checksum [2020-08-12T17:24:44.658Z] 2de7ff778b66: Download complete [2020-08-12T17:24:49.953Z] ab5ef0e58194: Pull complete [2020-08-12T17:24:49.953Z] 9712f1f96733: Pull complete [2020-08-12T17:24:52.499Z] 63f879dbbcfc: Pull complete [2020-08-12T17:24:59.116Z] 0d9ebad4ef96: Pull complete [2020-08-12T17:25:02.443Z] e9a5061849ea: Pull complete [2020-08-12T17:25:02.443Z] d747dcd14b5f: Pull complete [2020-08-12T17:25:03.391Z] 2de7ff778b66: Pull complete [2020-08-12T17:25:03.652Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-08-12T17:25:03.652Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-08-12T17:25:03.652Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-08-12T17:25:03.818Z] prd-centos7-docker-4c-2g-5005 does not seem to be running inside a container [2020-08-12T17:25:03.855Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/122 -v /w/workspace/edgex-go/122:/w/workspace/edgex-go/122:rw,z -v /w/workspace/edgex-go/122@tmp:/w/workspace/edgex-go/122@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-08-12T17:25:08.089Z] $ docker top 72d290e8b6bde166f221bf134cc680c34433c7be236b43423653783e3f61eb21 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-08-12T17:25:08.370Z] provisioning config files... [2020-08-12T17:25:08.378Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/122@tmp/config9162657906714572496tmp [2020-08-12T17:25:08.392Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/122@tmp/config3669952231783340460tmp [2020-08-12T17:25:08.405Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/122@tmp/config7394980301204624691tmp [Pipeline] { [Pipeline] echo [2020-08-12T17:25:08.453Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-12T17:25:08.745Z] ---> sigul-configuration.sh [2020-08-12T17:25:08.745Z] gpg: directory `/root/.gnupg' created [2020-08-12T17:25:08.745Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-08-12T17:25:08.745Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-08-12T17:25:08.745Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-08-12T17:25:08.745Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-08-12T17:25:08.745Z] gpg: CAST5 encrypted data [2020-08-12T17:25:09.006Z] gpg: encrypted with 1 passphrase [2020-08-12T17:25:09.006Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-08-12T17:25:09.297Z] + mkdir /home/jenkins [2020-08-12T17:25:09.297Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-08-12T17:25:09.590Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /home/jenkins/sigul/ [Pipeline] echo [2020-08-12T17:25:09.599Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-12T17:25:09.890Z] ---> sigul-install.sh [2020-08-12T17:25:15.182Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-08-12T17:25:15.560Z] + git tag --list [2020-08-12T17:25:15.560Z] v1.2.2-dev.10 [Pipeline] sh [2020-08-12T17:25:15.852Z] + lftools sign git-tag v1.2.2-dev.10 [2020-08-12T17:25:16.793Z] Signing Git tag with Sigul... [2020-08-12T17:25:16.793Z] Signing v1.2.2-dev.10 [Pipeline] echo [2020-08-12T17:25:18.185Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-12T17:25:18.476Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-08-12T17:25:18.485Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-08-12T17:25:18.568Z] $ docker stop --time=1 72d290e8b6bde166f221bf134cc680c34433c7be236b43423653783e3f61eb21 [2020-08-12T17:25:20.577Z] $ docker rm -f 72d290e8b6bde166f221bf134cc680c34433c7be236b43423653783e3f61eb21 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:25:21.315Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-12T17:25:21.315Z] . [Pipeline] withDockerContainer [2020-08-12T17:25:21.408Z] prd-centos7-docker-4c-2g-5005 does not seem to be running inside a container [2020-08-12T17:25:21.446Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/122 -v /w/workspace/edgex-go/122:/w/workspace/edgex-go/122:rw,z -v /w/workspace/edgex-go/122@tmp:/w/workspace/edgex-go/122@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-08-12T17:25:22.142Z] $ docker top 5c8d8643cb28b6be03669457002cf1ea9527f1f97d5ea91902216381c1f5e6a1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-12T17:25:22.411Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-12T17:25:22.411Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-12T17:25:22.598Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-12T17:25:22.598Z] $ docker exec 5c8d8643cb28b6be03669457002cf1ea9527f1f97d5ea91902216381c1f5e6a1 ssh-agent [2020-08-12T17:25:22.775Z] SSH_AUTH_SOCK=/tmp/ssh-bUgCDaOTlA2T/agent.12 [2020-08-12T17:25:22.775Z] SSH_AGENT_PID=17 [2020-08-12T17:25:22.783Z] Running ssh-add (command line suppressed) [2020-08-12T17:25:22.906Z] Identity added: /w/workspace/edgex-go/122@tmp/private_key_3705090087083717922.key (/w/workspace/edgex-go/122@tmp/private_key_3705090087083717922.key) [2020-08-12T17:25:22.962Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-12T17:25:23.317Z] + git semver bump pre [2020-08-12T17:25:23.317Z] # -> Open(): unable to determine branch for HEAD [2020-08-12T17:25:23.317Z] # $GIT_DIR = /w/workspace/edgex-go/122/.git [2020-08-12T17:25:23.317Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/122 [2020-08-12T17:25:23.317Z] # $SEMVER_REMOTE_NAME = origin [2020-08-12T17:25:23.317Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-12T17:25:23.317Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-12T17:25:23.317Z] # $SEMVER_BRANCH = master [2020-08-12T17:25:23.317Z] # $SEMVER_DIR = /w/workspace/edgex-go/122/.semver [2020-08-12T17:25:23.317Z] 1.2.2-dev.11 [Pipeline] } [2020-08-12T17:25:23.325Z] $ docker exec --env ******** --env ******** 5c8d8643cb28b6be03669457002cf1ea9527f1f97d5ea91902216381c1f5e6a1 ssh-agent -k [2020-08-12T17:25:23.456Z] unset SSH_AUTH_SOCK; [2020-08-12T17:25:23.456Z] unset SSH_AGENT_PID; [2020-08-12T17:25:23.456Z] echo Agent pid 17 killed; [2020-08-12T17:25:23.514Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-12T17:25:23.949Z] + git semver [Pipeline] } [2020-08-12T17:25:23.960Z] $ docker stop --time=1 5c8d8643cb28b6be03669457002cf1ea9527f1f97d5ea91902216381c1f5e6a1 [2020-08-12T17:25:25.315Z] $ docker rm -f 5c8d8643cb28b6be03669457002cf1ea9527f1f97d5ea91902216381c1f5e6a1 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:25:25.813Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-12T17:25:25.813Z] . [Pipeline] withDockerContainer [2020-08-12T17:25:25.907Z] prd-centos7-docker-4c-2g-5005 does not seem to be running inside a container [2020-08-12T17:25:25.939Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/122 -v /w/workspace/edgex-go/122:/w/workspace/edgex-go/122:rw,z -v /w/workspace/edgex-go/122@tmp:/w/workspace/edgex-go/122@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-08-12T17:25:26.574Z] $ docker top a9a36465ca83702d4197c860b6ed855e2c5e55c77df12a298c42d3834a980860 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-12T17:25:26.855Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-12T17:25:26.855Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-12T17:25:27.037Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-12T17:25:27.037Z] $ docker exec a9a36465ca83702d4197c860b6ed855e2c5e55c77df12a298c42d3834a980860 ssh-agent [2020-08-12T17:25:27.209Z] SSH_AUTH_SOCK=/tmp/ssh-g3eBDaXblm3X/agent.11 [2020-08-12T17:25:27.209Z] SSH_AGENT_PID=16 [2020-08-12T17:25:27.216Z] Running ssh-add (command line suppressed) [2020-08-12T17:25:27.335Z] Identity added: /w/workspace/edgex-go/122@tmp/private_key_816661428774868498.key (/w/workspace/edgex-go/122@tmp/private_key_816661428774868498.key) [2020-08-12T17:25:27.390Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-12T17:25:27.712Z] + git semver push [2020-08-12T17:25:27.712Z] # -> Open(): unable to determine branch for HEAD [2020-08-12T17:25:27.712Z] # $GIT_DIR = /w/workspace/edgex-go/122/.git [2020-08-12T17:25:27.712Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/122 [2020-08-12T17:25:27.712Z] # $SEMVER_REMOTE_NAME = origin [2020-08-12T17:25:27.712Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-12T17:25:27.712Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-12T17:25:27.712Z] # $SEMVER_BRANCH = master [2020-08-12T17:25:27.712Z] # $SEMVER_DIR = /w/workspace/edgex-go/122/.semver [Pipeline] } [2020-08-12T17:25:39.936Z] $ docker exec --env ******** --env ******** a9a36465ca83702d4197c860b6ed855e2c5e55c77df12a298c42d3834a980860 ssh-agent -k [2020-08-12T17:25:40.074Z] unset SSH_AUTH_SOCK; [2020-08-12T17:25:40.074Z] unset SSH_AGENT_PID; [2020-08-12T17:25:40.074Z] echo Agent pid 16 killed; [2020-08-12T17:25:40.133Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-12T17:25:40.659Z] + git semver [Pipeline] } [2020-08-12T17:25:40.670Z] $ docker stop --time=1 a9a36465ca83702d4197c860b6ed855e2c5e55c77df12a298c42d3834a980860 [2020-08-12T17:25:42.050Z] $ docker rm -f a9a36465ca83702d4197c860b6ed855e2c5e55c77df12a298c42d3834a980860 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-08-12T17:25:42.849Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-12T17:25:43.750Z] ---> package-listing.sh [2020-08-12T17:25:43.750Z] ++ facter osfamily [2020-08-12T17:25:43.750Z] ++ tr '[:upper:]' '[:lower:]' [2020-08-12T17:25:43.750Z] + OS_FAMILY=redhat [2020-08-12T17:25:43.750Z] + workspace=/w/workspace/edgex-go/122 [2020-08-12T17:25:43.750Z] + START_PACKAGES=/tmp/packages_start.txt [2020-08-12T17:25:43.750Z] + END_PACKAGES=/tmp/packages_end.txt [2020-08-12T17:25:43.750Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-08-12T17:25:43.750Z] + PACKAGES=/tmp/packages_start.txt [2020-08-12T17:25:43.750Z] + '[' /w/workspace/edgex-go/122 ']' [2020-08-12T17:25:43.750Z] + PACKAGES=/tmp/packages_end.txt [2020-08-12T17:25:43.750Z] + case "${OS_FAMILY}" in [2020-08-12T17:25:43.750Z] + rpm -qa [2020-08-12T17:25:43.750Z] + sort [2020-08-12T17:25:47.963Z] + '[' -f /tmp/packages_start.txt ']' [2020-08-12T17:25:47.963Z] + '[' -f /tmp/packages_end.txt ']' [2020-08-12T17:25:47.963Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-08-12T17:25:47.963Z] + '[' /w/workspace/edgex-go/122 ']' [2020-08-12T17:25:47.963Z] + mkdir -p /w/workspace/edgex-go/122/archives/ [2020-08-12T17:25:47.963Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/122/archives/ [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:25:48.555Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-12T17:25:48.555Z] [2020-08-12T17:25:48.555Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-08-12T17:25:48.916Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-12T17:25:48.916Z] alpine: Pulling from edgex-lftools-log-publisher [2020-08-12T17:25:48.916Z] c9b1b535fdd9: Pulling fs layer [2020-08-12T17:25:48.916Z] 2cc5ad85d9ab: Pulling fs layer [2020-08-12T17:25:48.916Z] 756a868c4378: Pulling fs layer [2020-08-12T17:25:48.916Z] 444b2fc9a129: Pulling fs layer [2020-08-12T17:25:48.916Z] ea15f1150254: Pulling fs layer [2020-08-12T17:25:48.916Z] 41b27a9f41bf: Pulling fs layer [2020-08-12T17:25:48.916Z] 28c525ee5125: Pulling fs layer [2020-08-12T17:25:48.916Z] 094b1ea09ed8: Pulling fs layer [2020-08-12T17:25:48.916Z] 138eaada9080: Pulling fs layer [2020-08-12T17:25:48.916Z] 0622d0fa9048: Pulling fs layer [2020-08-12T17:25:48.916Z] 138eaada9080: Waiting [2020-08-12T17:25:48.916Z] 41b27a9f41bf: Waiting [2020-08-12T17:25:48.916Z] 28c525ee5125: Waiting [2020-08-12T17:25:48.916Z] 094b1ea09ed8: Waiting [2020-08-12T17:25:48.916Z] 444b2fc9a129: Waiting [2020-08-12T17:25:48.916Z] ea15f1150254: Waiting [2020-08-12T17:25:48.916Z] 2cc5ad85d9ab: Verifying Checksum [2020-08-12T17:25:48.916Z] 2cc5ad85d9ab: Download complete [2020-08-12T17:25:48.916Z] 444b2fc9a129: Verifying Checksum [2020-08-12T17:25:48.916Z] 444b2fc9a129: Download complete [2020-08-12T17:25:48.916Z] c9b1b535fdd9: Verifying Checksum [2020-08-12T17:25:48.916Z] c9b1b535fdd9: Download complete [2020-08-12T17:25:48.916Z] ea15f1150254: Download complete [2020-08-12T17:25:49.211Z] 28c525ee5125: Download complete [2020-08-12T17:25:49.498Z] 756a868c4378: Verifying Checksum [2020-08-12T17:25:49.498Z] 756a868c4378: Download complete [2020-08-12T17:25:49.498Z] 138eaada9080: Verifying Checksum [2020-08-12T17:25:49.498Z] 138eaada9080: Download complete [2020-08-12T17:25:49.498Z] c9b1b535fdd9: Pull complete [2020-08-12T17:25:49.498Z] 0622d0fa9048: Verifying Checksum [2020-08-12T17:25:49.498Z] 0622d0fa9048: Download complete [2020-08-12T17:25:49.771Z] 094b1ea09ed8: Verifying Checksum [2020-08-12T17:25:49.771Z] 094b1ea09ed8: Download complete [2020-08-12T17:25:50.034Z] 41b27a9f41bf: Verifying Checksum [2020-08-12T17:25:50.034Z] 41b27a9f41bf: Download complete [2020-08-12T17:25:50.299Z] 2cc5ad85d9ab: Pull complete [2020-08-12T17:25:52.219Z] 756a868c4378: Pull complete [2020-08-12T17:25:52.219Z] 444b2fc9a129: Pull complete [2020-08-12T17:25:52.219Z] ea15f1150254: Pull complete [2020-08-12T17:25:56.447Z] 41b27a9f41bf: Pull complete [2020-08-12T17:25:56.447Z] 28c525ee5125: Pull complete [2020-08-12T17:25:59.026Z] 094b1ea09ed8: Pull complete [2020-08-12T17:25:59.289Z] 138eaada9080: Pull complete [2020-08-12T17:25:59.289Z] 0622d0fa9048: Pull complete [2020-08-12T17:25:59.551Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-08-12T17:25:59.551Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-12T17:25:59.551Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-08-12T17:25:59.700Z] prd-centos7-docker-4c-2g-5005 does not seem to be running inside a container [2020-08-12T17:25:59.747Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/edgex-go/122 -v /w/workspace/edgex-go/122:/w/workspace/edgex-go/122:rw,z -v /w/workspace/edgex-go/122@tmp:/w/workspace/edgex-go/122@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-08-12T17:26:02.550Z] $ docker top 2758afcfc5766dfad212a46225e0553765f4dede377d7cb2463bcc972f5ccd52 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-08-12T17:26:02.862Z] provisioning config files... [2020-08-12T17:26:02.875Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/122@tmp/config9026580382645805299tmp [Pipeline] { [Pipeline] echo [2020-08-12T17:26:02.931Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-12T17:26:03.234Z] ---> create-netrc.sh [Pipeline] echo [2020-08-12T17:26:03.243Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-12T17:26:03.534Z] ---> logs-deploy.sh [2020-08-12T17:26:03.534Z] + ARCHIVE_ARTIFACTS= [2020-08-12T17:26:03.534Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-08-12T17:26:03.534Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-08-12T17:26:03.534Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-08-12T17:26:03.534Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/122 [2020-08-12T17:26:03.534Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/master/122/ [2020-08-12T17:26:03.534Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/122 /w/workspace/edgex-go/122 [2020-08-12T17:26:04.481Z] Archives upload complete. [2020-08-12T17:26:04.744Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/122 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/master/122/