Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 57974a27473083c1c6a10cb9f7b41893fbb07c00 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 # timeout=10 Commit message: "Merge pull request #239 from ernestojeda/update-default-go-version" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, goVersion:1.13, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-213’ is offline Running on prd-centos7-docker-4c-2g-2151 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/136 [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/136 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Checking out Revision 57974a27473083c1c6a10cb9f7b41893fbb07c00 (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 57974a27473083c1c6a10cb9f7b41893fbb07c00 # timeout=10 Commit message: "Merge pull request #2685 from siggiskulason/snap-fix-lua-resty-openssl" > git rev-list --no-walk ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-09-10T18:51:51.888Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-09-10T18:51:52.186Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-09-10T18:51:52.309Z] ========================================================= [2020-09-10T18:51:52.310Z] EdgeX Global Pipelines Version Info [2020-09-10T18:51:52.310Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-09-10T18:51:55.384Z] ------------------- [2020-09-10T18:51:55.384Z] stable info: [2020-09-10T18:51:55.384Z] ------------------- [2020-09-10T18:51:55.384Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-09-10T18:51:55.384Z] Commit SHA: 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 [2020-09-10T18:51:55.384Z] Message: update stable to v1.0.119 [2020-09-10T18:51:56.853Z] ------------------- [2020-09-10T18:51:56.853Z] experimental info: [2020-09-10T18:51:56.853Z] ------------------- [2020-09-10T18:51:56.853Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-09-10T18:51:56.854Z] Commit SHA: fce6018850fd827eed96b6ce04e8822d251c695d [2020-09-10T18:51:56.854Z] Message: update experimental to v1.0.120 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-09-10T18:51:57.238Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-09-10T18:51:57.347Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-09-10T18:51:57.443Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-09-10T18:51:57.543Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-09-10T18:51:57.648Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-09-10T18:51:57.750Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.13 [Pipeline] echo [2020-09-10T18:51:57.844Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [Pipeline] echo [2020-09-10T18:51:57.933Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-09-10T18:51:58.026Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-09-10T18:51:58.119Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-09-10T18:51:58.207Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-09-10T18:51:58.295Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-09-10T18:51:58.386Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-09-10T18:51:58.476Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-09-10T18:51:58.566Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-09-10T18:51:58.709Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-09-10T18:51:58.799Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-09-10T18:51:58.881Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-09-10T18:51:58.966Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-09-10T18:51:59.092Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-09-10T18:51:59.174Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-09-10T18:51:59.260Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-09-10T18:51:59.345Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-09-10T18:51:59.431Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-09-10T18:51:59.517Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 57974a27473083c1c6a10cb9f7b41893fbb07c00 [Pipeline] echo [2020-09-10T18:51:59.605Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 57974a2 [Pipeline] echo [2020-09-10T18:51:59.693Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] sh [2020-09-10T18:52:00.394Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secrets-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-logging/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2020-09-10T18:52:00.394Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-10T18:52:00.394Z] ++ dirname cmd/core-command/Dockerfile [2020-09-10T18:52:00.394Z] ++ cut -d/ -f2 [2020-09-10T18:52:00.394Z] + echo core-command,cmd/core-command/Dockerfile [2020-09-10T18:52:00.394Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-10T18:52:00.394Z] ++ cut -d/ -f2 [2020-09-10T18:52:00.394Z] ++ dirname cmd/core-data/Dockerfile [2020-09-10T18:52:00.394Z] + echo core-data,cmd/core-data/Dockerfile [2020-09-10T18:52:00.394Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-10T18:52:00.394Z] ++ dirname cmd/core-metadata/Dockerfile [2020-09-10T18:52:00.394Z] ++ cut -d/ -f2 [2020-09-10T18:52:00.394Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-09-10T18:52:00.394Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-10T18:52:00.394Z] ++ cut -d/ -f2 [2020-09-10T18:52:00.394Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-09-10T18:52:00.394Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-09-10T18:52:00.394Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-10T18:52:00.394Z] ++ cut -d/ -f2 [2020-09-10T18:52:00.394Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-09-10T18:52:00.394Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-09-10T18:52:00.394Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-10T18:52:00.394Z] ++ cut -d/ -f2 [2020-09-10T18:52:00.394Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-09-10T18:52:00.394Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-09-10T18:52:00.394Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-10T18:52:00.394Z] ++ dirname cmd/support-logging/Dockerfile [2020-09-10T18:52:00.394Z] ++ cut -d/ -f2 [2020-09-10T18:52:00.394Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-09-10T18:52:00.394Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-10T18:52:00.394Z] ++ dirname cmd/support-notifications/Dockerfile [2020-09-10T18:52:00.394Z] ++ cut -d/ -f2 [2020-09-10T18:52:00.394Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-09-10T18:52:00.394Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-10T18:52:00.394Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-09-10T18:52:00.394Z] ++ cut -d/ -f2 [2020-09-10T18:52:00.394Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-09-10T18:52:00.394Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-10T18:52:00.394Z] ++ cut -d/ -f2 [2020-09-10T18:52:00.394Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-09-10T18:52:00.394Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-09-10T18:52:00.519Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secrets-setup-go, dockerfile:cmd/security-secrets-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-logging-go, dockerfile:cmd/support-logging/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2020-09-10T18:52:02.174Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-10T18:52:02.477Z] [2020-09-10T18:52:02.477Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-09-10T18:52:03.687Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-10T18:52:04.489Z] latest: Pulling from edgex-devops/git-semver [2020-09-10T18:52:04.489Z] 31603596830f: Pulling fs layer [2020-09-10T18:52:04.489Z] 2a8b12db71e7: Pulling fs layer [2020-09-10T18:52:04.489Z] 6ca5941a6612: Pulling fs layer [2020-09-10T18:52:04.489Z] ecc8261a40a4: Pulling fs layer [2020-09-10T18:52:04.489Z] ecc8261a40a4: Waiting [2020-09-10T18:52:04.489Z] 2a8b12db71e7: Verifying Checksum [2020-09-10T18:52:04.489Z] 2a8b12db71e7: Download complete [2020-09-10T18:52:04.812Z] 31603596830f: Verifying Checksum [2020-09-10T18:52:04.812Z] 31603596830f: Download complete [2020-09-10T18:52:05.569Z] ecc8261a40a4: Verifying Checksum [2020-09-10T18:52:05.569Z] ecc8261a40a4: Download complete [2020-09-10T18:52:05.934Z] 6ca5941a6612: Verifying Checksum [2020-09-10T18:52:05.934Z] 6ca5941a6612: Download complete [2020-09-10T18:52:06.316Z] 31603596830f: Pull complete [2020-09-10T18:52:06.617Z] 2a8b12db71e7: Pull complete [2020-09-10T18:52:09.474Z] 6ca5941a6612: Pull complete [2020-09-10T18:52:09.749Z] ecc8261a40a4: Pull complete [2020-09-10T18:52:09.749Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-09-10T18:52:09.749Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-10T18:52:09.749Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-09-10T18:52:10.270Z] prd-centos7-docker-4c-2g-2151 does not seem to be running inside a container [2020-09-10T18:52:10.611Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/136 -v /w/workspace/edgex-go/136:/w/workspace/edgex-go/136:rw,z -v /w/workspace/edgex-go/136@tmp:/w/workspace/edgex-go/136@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-09-10T18:52:13.191Z] $ docker top 8833dd5969505706da08f72bac4a1b0bfaad894f6bf0bbace9357526d9fbf0e9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-10T18:52:13.672Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-10T18:52:13.672Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-10T18:52:14.079Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-10T18:52:14.058Z] $ docker exec 8833dd5969505706da08f72bac4a1b0bfaad894f6bf0bbace9357526d9fbf0e9 ssh-agent [2020-09-10T18:52:14.662Z] SSH_AUTH_SOCK=/tmp/ssh-MDiZEJdztGii/agent.12 [2020-09-10T18:52:14.662Z] SSH_AGENT_PID=17 [2020-09-10T18:52:14.683Z] Running ssh-add (command line suppressed) [2020-09-10T18:52:15.049Z] Identity added: /w/workspace/edgex-go/136@tmp/private_key_6715112604763088350.key (/w/workspace/edgex-go/136@tmp/private_key_6715112604763088350.key) [2020-09-10T18:52:15.220Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-10T18:52:15.592Z] + git describe --exact-match --tags HEAD [2020-09-10T18:52:15.592Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-09-10T18:52:15.635Z] $ docker exec --env ******** --env ******** 8833dd5969505706da08f72bac4a1b0bfaad894f6bf0bbace9357526d9fbf0e9 ssh-agent -k [2020-09-10T18:52:16.074Z] unset SSH_AUTH_SOCK; [2020-09-10T18:52:16.075Z] unset SSH_AGENT_PID; [2020-09-10T18:52:16.075Z] echo Agent pid 17 killed; [2020-09-10T18:52:16.293Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-09-10T18:52:16.385Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-09-10T18:52:16.385Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-09-10T18:52:16.481Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-10T18:52:16.481Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-10T18:52:16.852Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-10T18:52:16.829Z] $ docker exec 8833dd5969505706da08f72bac4a1b0bfaad894f6bf0bbace9357526d9fbf0e9 ssh-agent [2020-09-10T18:52:17.456Z] SSH_AUTH_SOCK=/tmp/ssh-OKTOjKbKQgMy/agent.45 [2020-09-10T18:52:17.456Z] SSH_AGENT_PID=50 [2020-09-10T18:52:17.490Z] Running ssh-add (command line suppressed) [2020-09-10T18:52:17.988Z] Identity added: /w/workspace/edgex-go/136@tmp/private_key_6261574474529334539.key (/w/workspace/edgex-go/136@tmp/private_key_6261574474529334539.key) [2020-09-10T18:52:18.118Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-10T18:52:18.623Z] + git semver init [2020-09-10T18:52:18.623Z] # -> Open(): unable to determine branch for HEAD [2020-09-10T18:52:18.623Z] # $GIT_DIR = /w/workspace/edgex-go/136/.git [2020-09-10T18:52:18.623Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/136 [2020-09-10T18:52:18.623Z] # $SEMVER_REMOTE_NAME = origin [2020-09-10T18:52:18.623Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-10T18:52:18.623Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-10T18:52:18.623Z] # $SEMVER_BRANCH = master [2020-09-10T18:52:18.623Z] # $SEMVER_TEMP = /tmp/semver-022642301 [2020-09-10T18:52:18.623Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-09-10T18:52:46.984Z] # '/tmp/semver-022642301' -> '/w/workspace/edgex-go/136/.semver' [2020-09-10T18:52:46.984Z] # -> Force: false [2020-09-10T18:52:46.984Z] # $SEMVER_DIR = /w/workspace/edgex-go/136/.semver [Pipeline] } [2020-09-10T18:52:46.976Z] $ docker exec --env ******** --env ******** 8833dd5969505706da08f72bac4a1b0bfaad894f6bf0bbace9357526d9fbf0e9 ssh-agent -k [2020-09-10T18:52:47.352Z] unset SSH_AUTH_SOCK; [2020-09-10T18:52:47.353Z] unset SSH_AGENT_PID; [2020-09-10T18:52:47.353Z] echo Agent pid 50 killed; [2020-09-10T18:52:47.490Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-10T18:52:48.050Z] + git semver [Pipeline] } [2020-09-10T18:52:48.083Z] $ docker stop --time=1 8833dd5969505706da08f72bac4a1b0bfaad894f6bf0bbace9357526d9fbf0e9 [2020-09-10T18:52:49.982Z] $ docker rm -f 8833dd5969505706da08f72bac4a1b0bfaad894f6bf0bbace9357526d9fbf0e9 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-09-10T18:53:19.675Z] Stashed 39 file(s) [Pipeline] echo [2020-09-10T18:53:19.678Z] [edgeXSemver]: initialized semver on version 1.2.2-dev.22 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] echo [2020-09-10T18:53:20.409Z] ========================================================= [2020-09-10T18:53:20.409Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-09-10T18:53:20.409Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-10T18:53:20.928Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . [2020-09-10T18:53:27.718Z] Sending build context to Docker daemon 323.2MB [2020-09-10T18:53:27.982Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-09-10T18:53:27.982Z] Step 2/7 : FROM ${BASE} [2020-09-10T18:53:27.982Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-09-10T18:53:27.982Z] df20fa9351a1: Pulling fs layer [2020-09-10T18:53:27.982Z] ed8968b2872e: Pulling fs layer [2020-09-10T18:53:27.982Z] a92cc7c5fd73: Pulling fs layer [2020-09-10T18:53:27.982Z] 2dd03ba5bac4: Pulling fs layer [2020-09-10T18:53:27.982Z] 1e091d79d1de: Pulling fs layer [2020-09-10T18:53:27.982Z] 481702a1767f: Pulling fs layer [2020-09-10T18:53:27.982Z] f64a6f60c768: Pulling fs layer [2020-09-10T18:53:27.982Z] e78d2573fc39: Pulling fs layer [2020-09-10T18:53:27.982Z] e876d2f968b6: Pulling fs layer [2020-09-10T18:53:27.982Z] ce8a83651883: Pulling fs layer [2020-09-10T18:53:27.982Z] 07967f4d0e4b: Pulling fs layer [2020-09-10T18:53:27.982Z] 2dd03ba5bac4: Waiting [2020-09-10T18:53:27.982Z] 1e091d79d1de: Waiting [2020-09-10T18:53:27.982Z] 481702a1767f: Waiting [2020-09-10T18:53:27.982Z] f64a6f60c768: Waiting [2020-09-10T18:53:27.982Z] e78d2573fc39: Waiting [2020-09-10T18:53:27.982Z] e876d2f968b6: Waiting [2020-09-10T18:53:27.982Z] ce8a83651883: Waiting [2020-09-10T18:53:27.982Z] 07967f4d0e4b: Waiting [2020-09-10T18:53:27.982Z] a92cc7c5fd73: Verifying Checksum [2020-09-10T18:53:27.982Z] a92cc7c5fd73: Download complete [2020-09-10T18:53:27.982Z] ed8968b2872e: Download complete [2020-09-10T18:53:28.565Z] 1e091d79d1de: Verifying Checksum [2020-09-10T18:53:28.565Z] 1e091d79d1de: Download complete [2020-09-10T18:53:28.565Z] 481702a1767f: Verifying Checksum [2020-09-10T18:53:28.565Z] 481702a1767f: Download complete [2020-09-10T18:53:28.839Z] df20fa9351a1: Verifying Checksum [2020-09-10T18:53:28.839Z] df20fa9351a1: Download complete [2020-09-10T18:53:29.464Z] df20fa9351a1: Pull complete [2020-09-10T18:53:30.533Z] ed8968b2872e: Pull complete [2020-09-10T18:53:30.844Z] a92cc7c5fd73: Pull complete [2020-09-10T18:53:35.053Z] Still waiting to schedule task [2020-09-10T18:53:35.053Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-09-10T18:53:36.596Z] f64a6f60c768: Verifying Checksum [2020-09-10T18:53:36.596Z] f64a6f60c768: Download complete [2020-09-10T18:53:36.596Z] e876d2f968b6: Verifying Checksum [2020-09-10T18:53:36.596Z] e876d2f968b6: Download complete [2020-09-10T18:53:38.860Z] ce8a83651883: Verifying Checksum [2020-09-10T18:53:38.860Z] ce8a83651883: Download complete [2020-09-10T18:53:39.168Z] 07967f4d0e4b: Verifying Checksum [2020-09-10T18:53:39.168Z] 07967f4d0e4b: Download complete [2020-09-10T18:53:40.649Z] e78d2573fc39: Verifying Checksum [2020-09-10T18:53:40.649Z] e78d2573fc39: Download complete [2020-09-10T18:53:41.294Z] 2dd03ba5bac4: Verifying Checksum [2020-09-10T18:53:41.294Z] 2dd03ba5bac4: Download complete [2020-09-10T18:53:54.080Z] 2dd03ba5bac4: Pull complete [2020-09-10T18:53:54.080Z] 1e091d79d1de: Pull complete [2020-09-10T18:53:54.080Z] 481702a1767f: Pull complete [2020-09-10T18:54:01.190Z] f64a6f60c768: Pull complete [2020-09-10T18:54:06.910Z] e78d2573fc39: Pull complete [2020-09-10T18:54:06.910Z] e876d2f968b6: Pull complete [2020-09-10T18:54:09.054Z] ce8a83651883: Pull complete [2020-09-10T18:54:09.054Z] 07967f4d0e4b: Pull complete [2020-09-10T18:54:09.054Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-09-10T18:54:09.054Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-09-10T18:54:09.054Z] ---> 5d7c900382c6 [2020-09-10T18:54:09.054Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-09-10T18:54:09.725Z] ---> Running in a3bf28ec29f8 [2020-09-10T18:54:10.815Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-10T18:54:11.822Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-10T18:54:12.808Z] (1/12) Installing libmagic (5.38-r0) [2020-09-10T18:54:12.808Z] (2/12) Installing file (5.38-r0) [2020-09-10T18:54:13.098Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-09-10T18:54:13.098Z] (4/12) Installing g++ (9.3.0-r2) [2020-09-10T18:54:21.634Z] (5/12) Installing fortify-headers (1.1-r0) [2020-09-10T18:54:21.634Z] (6/12) Installing patch (2.7.6-r6) [2020-09-10T18:54:21.634Z] (7/12) Installing build-base (0.5-r2) [2020-09-10T18:54:21.634Z] (8/12) Installing libsodium (1.0.18-r0) [2020-09-10T18:54:21.634Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-09-10T18:54:21.634Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-09-10T18:54:21.634Z] (11/12) Installing libzmq (4.3.3-r0) [2020-09-10T18:54:21.634Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-09-10T18:54:21.634Z] Executing busybox-1.31.1-r16.trigger [2020-09-10T18:54:21.634Z] OK: 233 MiB in 51 packages [2020-09-10T18:54:25.058Z] Removing intermediate container a3bf28ec29f8 [2020-09-10T18:54:25.058Z] ---> e378a9b182bc [2020-09-10T18:54:25.058Z] Step 4/7 : WORKDIR /edgex-go [2020-09-10T18:54:25.058Z] ---> Running in 4b491f8c61cd [2020-09-10T18:54:25.058Z] Removing intermediate container 4b491f8c61cd [2020-09-10T18:54:25.058Z] ---> 578cc42324de [2020-09-10T18:54:25.058Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-09-10T18:54:25.403Z] latest: Pulling from library/docker [2020-09-10T18:54:25.718Z] df20fa9351a1: Already exists [2020-09-10T18:54:25.718Z] 25ad7478873d: Pulling fs layer [2020-09-10T18:54:25.718Z] 4684f6177b5d: Pulling fs layer [2020-09-10T18:54:25.718Z] 46e300cec669: Pulling fs layer [2020-09-10T18:54:25.718Z] 63038576ad94: Pulling fs layer [2020-09-10T18:54:25.718Z] 0fdb76c4706c: Pulling fs layer [2020-09-10T18:54:25.718Z] cb7edeffdfd5: Pulling fs layer [2020-09-10T18:54:25.718Z] 0fdb76c4706c: Waiting [2020-09-10T18:54:25.718Z] 63038576ad94: Waiting [2020-09-10T18:54:25.718Z] cb7edeffdfd5: Waiting [2020-09-10T18:54:26.102Z] 4684f6177b5d: Verifying Checksum [2020-09-10T18:54:26.102Z] 4684f6177b5d: Download complete [2020-09-10T18:54:26.102Z] 25ad7478873d: Verifying Checksum [2020-09-10T18:54:26.102Z] 25ad7478873d: Download complete [2020-09-10T18:54:26.102Z] 63038576ad94: Verifying Checksum [2020-09-10T18:54:26.102Z] 63038576ad94: Download complete [2020-09-10T18:54:26.480Z] 0fdb76c4706c: Verifying Checksum [2020-09-10T18:54:26.480Z] 0fdb76c4706c: Download complete [2020-09-10T18:54:26.480Z] 25ad7478873d: Pull complete [2020-09-10T18:54:26.480Z] cb7edeffdfd5: Verifying Checksum [2020-09-10T18:54:26.480Z] cb7edeffdfd5: Download complete [2020-09-10T18:54:26.809Z] 4684f6177b5d: Pull complete [2020-09-10T18:54:29.759Z] 46e300cec669: Verifying Checksum [2020-09-10T18:54:29.759Z] 46e300cec669: Download complete [2020-09-10T18:54:35.588Z] 46e300cec669: Pull complete [2020-09-10T18:54:35.872Z] 63038576ad94: Pull complete [2020-09-10T18:54:36.146Z] 0fdb76c4706c: Pull complete [2020-09-10T18:54:36.146Z] cb7edeffdfd5: Pull complete [2020-09-10T18:54:36.146Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-09-10T18:54:36.146Z] Status: Downloaded newer image for docker:latest [2020-09-10T18:54:39.820Z] ---> da4d598b6acf [2020-09-10T18:54:39.820Z] Step 6/7 : COPY go.mod . [2020-09-10T18:54:40.132Z] ---> 69dada2311a3 [2020-09-10T18:54:40.132Z] Step 7/7 : RUN go mod download [2020-09-10T18:54:40.132Z] ---> Running in e6feb6d1dd79 [2020-09-10T18:54:43.583Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-09-10T18:54:43.583Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-09-10T18:54:43.583Z] go: finding github.com/OneOfOne/xxhash v1.2.5 [2020-09-10T18:54:43.583Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-09-10T18:54:43.583Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-09-10T18:54:43.583Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-09-10T18:54:43.583Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-09-10T18:54:43.583Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-09-10T18:54:43.583Z] go: finding github.com/cloudflare/gokey v0.1.0 [2020-09-10T18:54:43.583Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-09-10T18:54:43.583Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-09-10T18:54:43.583Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-09-10T18:54:43.583Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 [2020-09-10T18:54:43.583Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-09-10T18:54:43.583Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.74 [2020-09-10T18:54:43.583Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-09-10T18:54:43.583Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-09-10T18:54:43.861Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-09-10T18:54:43.861Z] go: finding github.com/fatih/color v1.7.0 [2020-09-10T18:54:43.861Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-09-10T18:54:43.861Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-09-10T18:54:43.861Z] go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-09-10T18:54:43.861Z] go: finding github.com/go-kit/kit v0.8.0 [2020-09-10T18:54:43.861Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-09-10T18:54:43.861Z] go: finding github.com/go-playground/assert/v2 v2.0.1 [2020-09-10T18:54:43.861Z] go: finding github.com/go-playground/locales v0.13.0 [2020-09-10T18:54:43.861Z] go: finding github.com/go-playground/universal-translator v0.17.0 [2020-09-10T18:54:44.127Z] go: finding github.com/go-playground/validator/v10 v10.3.0 [2020-09-10T18:54:44.127Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-09-10T18:54:44.127Z] go: finding github.com/go-stack/stack v1.8.0 [2020-09-10T18:54:44.127Z] go: finding github.com/golang/protobuf v1.3.2 [2020-09-10T18:54:44.127Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-09-10T18:54:44.127Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-09-10T18:54:44.127Z] go: finding github.com/google/uuid v1.1.0 [2020-09-10T18:54:44.127Z] go: finding github.com/gorilla/mux v1.7.1 [2020-09-10T18:54:44.127Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-09-10T18:54:44.127Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-09-10T18:54:44.127Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-09-10T18:54:44.391Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-09-10T18:54:44.391Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-09-10T18:54:44.391Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-09-10T18:54:44.391Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-09-10T18:54:44.391Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-09-10T18:54:44.391Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-09-10T18:54:44.391Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-09-10T18:54:44.391Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-09-10T18:54:44.391Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-09-10T18:54:44.391Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-09-10T18:54:44.391Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-09-10T18:54:44.391Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-09-10T18:54:44.665Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-09-10T18:54:44.665Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-09-10T18:54:44.665Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-09-10T18:54:44.665Z] go: finding github.com/imdario/mergo v0.3.6 [2020-09-10T18:54:44.665Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-09-10T18:54:44.665Z] go: finding github.com/kr/pretty v0.1.0 [2020-09-10T18:54:44.665Z] go: finding github.com/kr/pty v1.1.1 [2020-09-10T18:54:44.665Z] go: finding github.com/kr/text v0.1.0 [2020-09-10T18:54:44.665Z] go: finding github.com/leodido/go-urn v1.2.0 [2020-09-10T18:54:44.665Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-09-10T18:54:44.665Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-09-10T18:54:44.665Z] go: finding github.com/miekg/dns v1.0.14 [2020-09-10T18:54:44.940Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-09-10T18:54:44.940Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-09-10T18:54:44.940Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-09-10T18:54:44.941Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-09-10T18:54:44.941Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-09-10T18:54:44.941Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-09-10T18:54:44.941Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-09-10T18:54:44.941Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-09-10T18:54:44.941Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-09-10T18:54:44.941Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-09-10T18:54:44.941Z] go: finding github.com/onsi/gomega v1.7.0 [2020-09-10T18:54:45.209Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-09-10T18:54:45.209Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-09-10T18:54:45.209Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-09-10T18:54:45.209Z] go: finding github.com/pkg/errors v0.8.1 [2020-09-10T18:54:45.209Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-09-10T18:54:45.209Z] go: finding github.com/posener/complete v1.1.1 [2020-09-10T18:54:45.209Z] go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-09-10T18:54:45.480Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-09-10T18:54:45.480Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-09-10T18:54:45.480Z] go: finding github.com/stretchr/objx v0.1.0 [2020-09-10T18:54:45.480Z] go: finding github.com/stretchr/testify v1.5.1 [2020-09-10T18:54:45.480Z] go: finding github.com/ugorji/go v1.1.4 [2020-09-10T18:54:45.480Z] go: finding github.com/x448/float16 v0.8.4 [2020-09-10T18:54:45.480Z] go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 [2020-09-10T18:54:45.480Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-09-10T18:54:45.480Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-09-10T18:54:45.480Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-09-10T18:54:45.795Z] go: finding golang.org/x/text v0.3.2 [2020-09-10T18:54:45.795Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-09-10T18:54:45.795Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-09-10T18:54:45.795Z] go: finding gopkg.in/eapache/queue.v1 v1.1.0 [2020-09-10T18:54:45.795Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-09-10T18:54:45.795Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-09-10T18:54:45.795Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-09-10T18:55:12.791Z] Removing intermediate container e6feb6d1dd79 [2020-09-10T18:55:12.791Z] ---> ff7a0aaf9433 [2020-09-10T18:55:12.791Z] Successfully built ff7a0aaf9433 [2020-09-10T18:55:12.791Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-10T18:55:16.097Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-09-10T18:55:16.367Z] [2020-09-10T18:55:16.367Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-09-10T18:55:16.807Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-09-10T18:55:16.807Z] latest: Pulling from edgex-devops/edgex-compose [2020-09-10T18:55:16.807Z] cbdbe7a5bc2a: Pulling fs layer [2020-09-10T18:55:16.807Z] ca9280d653b3: Pulling fs layer [2020-09-10T18:55:16.807Z] 7e9c9ca2126c: Pulling fs layer [2020-09-10T18:55:17.100Z] cbdbe7a5bc2a: Verifying Checksum [2020-09-10T18:55:17.100Z] cbdbe7a5bc2a: Download complete [2020-09-10T18:55:18.176Z] ca9280d653b3: Verifying Checksum [2020-09-10T18:55:18.176Z] ca9280d653b3: Download complete [2020-09-10T18:55:18.445Z] cbdbe7a5bc2a: Pull complete [2020-09-10T18:55:20.562Z] ca9280d653b3: Pull complete [2020-09-10T18:55:21.170Z] 7e9c9ca2126c: Verifying Checksum [2020-09-10T18:55:21.170Z] 7e9c9ca2126c: Download complete [2020-09-10T18:55:30.477Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-2152 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2020-09-10T18:55:30.549Z] Running in /w/workspace/edgex-go/136 [Pipeline] { [Pipeline] checkout [2020-09-10T18:55:31.364Z] 7e9c9ca2126c: Pull complete [2020-09-10T18:55:31.364Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-09-10T18:55:31.627Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-09-10T18:55:31.627Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-09-10T18:55:31.927Z] prd-centos7-docker-4c-2g-2151 does not seem to be running inside a container [2020-09-10T18:55:31.974Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/136 -v /w/workspace/edgex-go/136:/w/workspace/edgex-go/136:rw,z -v /w/workspace/edgex-go/136@tmp:/w/workspace/edgex-go/136@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-09-10T18:55:34.806Z] $ docker top c98fa0a33f89ecdb5bb5a8545fa616240f95965d6acb7692bd9e969b95b04b9b -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-10T18:55:35.778Z] + docker-compose build --help [2020-09-10T18:55:35.778Z] + grep parallel [2020-09-10T18:55:36.076Z] using credential edgex-jenkins-ssh [2020-09-10T18:55:36.151Z] Cloning the remote Git repository [2020-09-10T18:55:36.151Z] Cloning with configured refspecs honoured and without tags [2020-09-10T18:55:36.187Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-09-10T18:55:36.301Z] > git init /w/workspace/edgex-go/136 # timeout=10 [2020-09-10T18:55:36.370Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-09-10T18:55:36.370Z] > git --version # timeout=10 [2020-09-10T18:55:36.391Z] > git --version # 'git version 2.17.1' [2020-09-10T18:55:36.392Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-10T18:55:36.467Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-10T18:55:37.019Z] --parallel Build images in parallel. [Pipeline] } [2020-09-10T18:55:37.015Z] $ docker stop --time=1 c98fa0a33f89ecdb5bb5a8545fa616240f95965d6acb7692bd9e969b95b04b9b [2020-09-10T18:55:38.668Z] $ docker rm -f c98fa0a33f89ecdb5bb5a8545fa616240f95965d6acb7692bd9e969b95b04b9b [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-10T18:55:39.894Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-09-10T18:55:39.894Z] . [Pipeline] withDockerContainer [2020-09-10T18:55:40.219Z] prd-centos7-docker-4c-2g-2151 does not seem to be running inside a container [2020-09-10T18:55:40.298Z] $ 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/136 -v /w/workspace/edgex-go/136:/w/workspace/edgex-go/136:rw,z -v /w/workspace/edgex-go/136@tmp:/w/workspace/edgex-go/136@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-09-10T18:55:41.218Z] $ docker top a9e2d67c879c70c47bed6ae763ea851e3a11760a31ccf78fddbf91fb9ace37f5 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-10T18:55:41.942Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-09-10T18:55:43.398Z] Building docker-core-command-go ... [2020-09-10T18:55:43.398Z] Building docker-core-data-go ... [2020-09-10T18:55:43.399Z] Building docker-core-metadata-go ... [2020-09-10T18:55:43.399Z] Building docker-security-proxy-setup-go ... [2020-09-10T18:55:43.399Z] Building docker-security-secrets-setup-go ... [2020-09-10T18:55:43.399Z] Building docker-security-secretstore-setup-go ... [2020-09-10T18:55:43.399Z] Building docker-support-logging-go ... [2020-09-10T18:55:43.399Z] Building docker-support-notifications-go ... [2020-09-10T18:55:43.399Z] Building docker-support-scheduler-go ... [2020-09-10T18:55:43.399Z] Building docker-sys-mgmt-agent-go ... [2020-09-10T18:55:43.399Z] Building docker-core-metadata-go [2020-09-10T18:55:43.399Z] Building docker-sys-mgmt-agent-go [2020-09-10T18:55:43.399Z] Building docker-support-notifications-go [2020-09-10T18:55:43.399Z] Building docker-core-data-go [2020-09-10T18:55:43.399Z] Building docker-support-scheduler-go [2020-09-10T18:55:51.389Z] Fetching without tags [2020-09-10T18:55:51.935Z] Checking out Revision 57974a27473083c1c6a10cb9f7b41893fbb07c00 (master) [2020-09-10T18:55:51.295Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-09-10T18:55:51.310Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-10T18:55:51.337Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-09-10T18:55:51.370Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-09-10T18:55:51.371Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-10T18:55:51.381Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-10T18:55:51.971Z] > git config core.sparsecheckout # timeout=10 [2020-09-10T18:55:51.994Z] > git checkout -f 57974a27473083c1c6a10cb9f7b41893fbb07c00 # timeout=10 [2020-09-10T18:55:56.524Z] Commit message: "Merge pull request #2685 from siggiskulason/snap-fix-lua-resty-openssl" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-10T18:56:09.304Z] ========================================================= [2020-09-10T18:56:09.304Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-09-10T18:56:09.304Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-10T18:56:10.278Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine . [2020-09-10T18:56:14.589Z] Sending build context to Docker daemon 323.2MB [2020-09-10T18:56:14.589Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-09-10T18:56:14.589Z] Step 2/7 : FROM ${BASE} [2020-09-10T18:56:14.589Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-09-10T18:56:14.589Z] b538f80385f9: Pulling fs layer [2020-09-10T18:56:14.589Z] 74f711af9a0d: Pulling fs layer [2020-09-10T18:56:14.589Z] 99f96fe45779: Pulling fs layer [2020-09-10T18:56:14.589Z] fd7a069fd194: Pulling fs layer [2020-09-10T18:56:14.589Z] 66aa3694b03b: Pulling fs layer [2020-09-10T18:56:14.589Z] 170f70906a0f: Pulling fs layer [2020-09-10T18:56:14.589Z] ad7c5574e4b9: Pulling fs layer [2020-09-10T18:56:14.589Z] e772456be8f7: Pulling fs layer [2020-09-10T18:56:14.589Z] c890913d741a: Pulling fs layer [2020-09-10T18:56:14.589Z] 2480fcc9aa5a: Pulling fs layer [2020-09-10T18:56:14.589Z] 09adf4765672: Pulling fs layer [2020-09-10T18:56:14.589Z] fd7a069fd194: Waiting [2020-09-10T18:56:14.589Z] 66aa3694b03b: Waiting [2020-09-10T18:56:14.589Z] 170f70906a0f: Waiting [2020-09-10T18:56:14.589Z] ad7c5574e4b9: Waiting [2020-09-10T18:56:14.589Z] e772456be8f7: Waiting [2020-09-10T18:56:14.589Z] c890913d741a: Waiting [2020-09-10T18:56:14.589Z] 2480fcc9aa5a: Waiting [2020-09-10T18:56:14.589Z] 09adf4765672: Waiting [2020-09-10T18:56:14.589Z] 99f96fe45779: Verifying Checksum [2020-09-10T18:56:14.589Z] 99f96fe45779: Download complete [2020-09-10T18:56:14.589Z] 74f711af9a0d: Verifying Checksum [2020-09-10T18:56:14.589Z] 74f711af9a0d: Download complete [2020-09-10T18:56:14.589Z] 66aa3694b03b: Verifying Checksum [2020-09-10T18:56:14.589Z] 66aa3694b03b: Download complete [2020-09-10T18:56:14.589Z] 170f70906a0f: Verifying Checksum [2020-09-10T18:56:14.589Z] 170f70906a0f: Download complete [2020-09-10T18:56:14.589Z] b538f80385f9: Verifying Checksum [2020-09-10T18:56:14.589Z] b538f80385f9: Download complete [2020-09-10T18:56:15.182Z] b538f80385f9: Pull complete [2020-09-10T18:56:15.776Z] 74f711af9a0d: Pull complete [2020-09-10T18:56:16.049Z] 99f96fe45779: Pull complete [2020-09-10T18:56:18.030Z] ad7c5574e4b9: Verifying Checksum [2020-09-10T18:56:18.030Z] ad7c5574e4b9: Download complete [2020-09-10T18:56:18.030Z] c890913d741a: Download complete [2020-09-10T18:56:20.013Z] 2480fcc9aa5a: Verifying Checksum [2020-09-10T18:56:20.014Z] 2480fcc9aa5a: Download complete [2020-09-10T18:56:20.014Z] 09adf4765672: Verifying Checksum [2020-09-10T18:56:20.014Z] 09adf4765672: Download complete [2020-09-10T18:56:20.285Z] e772456be8f7: Verifying Checksum [2020-09-10T18:56:20.285Z] e772456be8f7: Download complete [2020-09-10T18:56:20.560Z] fd7a069fd194: Verifying Checksum [2020-09-10T18:56:20.560Z] fd7a069fd194: Download complete [2020-09-10T18:56:22.805Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-09-10T18:56:22.805Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-09-10T18:56:22.805Z] Step 1/27 : ARG BUILDER_BASE=golang:1.13-alpine [2020-09-10T18:56:22.805Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-09-10T18:56:22.805Z] ---> ff7a0aaf9433 [2020-09-10T18:56:22.805Z] Step 3/27 : WORKDIR /edgex-go [2020-09-10T18:56:22.805Z] ---> ff7a0aaf9433 [2020-09-10T18:56:22.805Z] Step 3/21 : WORKDIR /edgex-go [2020-09-10T18:56:22.805Z] Step 1/24 : ARG BUILDER_BASE=golang:1.13-alpine [2020-09-10T18:56:22.805Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-09-10T18:56:22.805Z] ---> ff7a0aaf9433 [2020-09-10T18:56:22.805Z] Step 3/24 : WORKDIR /edgex-go [2020-09-10T18:56:22.805Z] Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpineStep 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-09-10T18:56:22.805Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-09-10T18:56:22.805Z] ---> ff7a0aaf9433 [2020-09-10T18:56:22.805Z] Step 3/22 : WORKDIR /edgex-go [2020-09-10T18:56:22.805Z] [2020-09-10T18:56:22.805Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-09-10T18:56:22.805Z] ---> ff7a0aaf9433 [2020-09-10T18:56:22.805Z] Step 3/23 : WORKDIR /edgex-go [2020-09-10T18:56:22.805Z] ---> Running in 07a8854e1db6 [2020-09-10T18:56:22.805Z] ---> Running in 8dc927a1ae30 [2020-09-10T18:56:22.805Z] ---> Running in dcc47a89599c [2020-09-10T18:56:22.805Z] ---> Running in cb281b606bd1 [2020-09-10T18:56:22.805Z] ---> Running in efb0e6d552b6 [2020-09-10T18:56:22.805Z] Removing intermediate container 8dc927a1ae30 [2020-09-10T18:56:22.805Z] ---> 405cdfc374bf [2020-09-10T18:56:22.805Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-10T18:56:22.805Z] Removing intermediate container cb281b606bd1 [2020-09-10T18:56:22.805Z] ---> be1be54f4890 [2020-09-10T18:56:22.805Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-10T18:56:22.805Z] Removing intermediate container dcc47a89599c [2020-09-10T18:56:22.805Z] ---> 5197164b955c [2020-09-10T18:56:22.805Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-10T18:56:22.805Z] Removing intermediate container 07a8854e1db6 [2020-09-10T18:56:22.805Z] ---> 8a6c14089745 [2020-09-10T18:56:22.805Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-10T18:56:22.805Z] Removing intermediate container efb0e6d552b6 [2020-09-10T18:56:22.805Z] ---> d5fc14b2b3bd [2020-09-10T18:56:22.805Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-10T18:56:22.805Z] ---> Running in f72a9b47e9e6 [2020-09-10T18:56:22.805Z] ---> Running in 07145e7b7be7 [2020-09-10T18:56:22.805Z] ---> Running in 715bb93aa6db [2020-09-10T18:56:22.805Z] ---> Running in d6dd64cd5f73 [2020-09-10T18:56:22.805Z] ---> Running in 0ff3851203b9 [2020-09-10T18:56:24.284Z] Removing intermediate container 715bb93aa6db [2020-09-10T18:56:24.284Z] ---> cba53761f9f9 [2020-09-10T18:56:24.284Z] Step 5/22 : RUN apk update && apk add make git [2020-09-10T18:56:24.284Z] Removing intermediate container 0ff3851203b9 [2020-09-10T18:56:24.284Z] ---> 61c63c84098c [2020-09-10T18:56:24.284Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-09-10T18:56:24.284Z] ---> Running in 5986aa49a3f2 [2020-09-10T18:56:24.581Z] Removing intermediate container d6dd64cd5f73 [2020-09-10T18:56:24.581Z] ---> aed5df3235e3 [2020-09-10T18:56:24.581Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-09-10T18:56:24.581Z] ---> Running in b842d445dbae [2020-09-10T18:56:24.866Z] ---> Running in ab9362ca69b9 [2020-09-10T18:56:24.866Z] Removing intermediate container f72a9b47e9e6 [2020-09-10T18:56:24.866Z] ---> 88bc5a26fd87 [2020-09-10T18:56:24.866Z] Step 5/27 : RUN apk update && apk add make bash git [2020-09-10T18:56:24.866Z] Removing intermediate container 07145e7b7be7 [2020-09-10T18:56:24.866Z] ---> 8816ebfb25d3 [2020-09-10T18:56:24.866Z] Step 5/21 : RUN apk update && apk add make git [2020-09-10T18:56:25.181Z] ---> Running in 5b7ea307e50c [2020-09-10T18:56:25.181Z] ---> Running in 96d9c559d2db [2020-09-10T18:56:25.840Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-10T18:56:25.840Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-10T18:56:26.155Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-10T18:56:26.439Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-10T18:56:26.439Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-10T18:56:26.742Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-10T18:56:27.045Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-10T18:56:27.045Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-10T18:56:27.326Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-10T18:56:27.703Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-10T18:56:28.148Z] v3.12.0-306-g6984aa70ea [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-10T18:56:28.148Z] v3.12.0-309-g977657e5b2 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-10T18:56:28.148Z] OK: 12746 distinct packages available [2020-09-10T18:56:28.148Z] v3.12.0-306-g6984aa70ea [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-10T18:56:28.148Z] v3.12.0-309-g977657e5b2 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-10T18:56:28.148Z] OK: 12746 distinct packages available [2020-09-10T18:56:28.148Z] v3.12.0-306-g6984aa70ea [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-10T18:56:28.148Z] v3.12.0-309-g977657e5b2 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-10T18:56:28.148Z] OK: 12746 distinct packages available [2020-09-10T18:56:28.148Z] v3.12.0-306-g6984aa70ea [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-10T18:56:28.148Z] v3.12.0-309-g977657e5b2 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-10T18:56:28.148Z] OK: 12746 distinct packages available [2020-09-10T18:56:28.148Z] OK: 233 MiB in 51 packages [2020-09-10T18:56:28.475Z] OK: 233 MiB in 51 packages [2020-09-10T18:56:28.475Z] OK: 233 MiB in 51 packages [2020-09-10T18:56:28.475Z] OK: 233 MiB in 51 packages [2020-09-10T18:56:28.881Z] v3.12.0-306-g6984aa70ea [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-10T18:56:28.881Z] v3.12.0-309-g977657e5b2 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-10T18:56:28.881Z] OK: 12746 distinct packages available [2020-09-10T18:56:29.592Z] OK: 233 MiB in 51 packages [2020-09-10T18:56:29.910Z] Removing intermediate container b842d445dbae [2020-09-10T18:56:29.910Z] ---> c4821ccbb3db [2020-09-10T18:56:29.910Z] Step 6/24 : COPY go.mod . [2020-09-10T18:56:30.218Z] Removing intermediate container 5986aa49a3f2 [2020-09-10T18:56:30.218Z] ---> f0d9c4cc5fb1 [2020-09-10T18:56:30.218Z] Step 6/22 : COPY go.mod . [2020-09-10T18:56:30.499Z] Removing intermediate container ab9362ca69b9 [2020-09-10T18:56:30.499Z] ---> 64f30576be0f [2020-09-10T18:56:30.499Z] Step 6/23 : COPY go.mod . [2020-09-10T18:56:30.866Z] Removing intermediate container 5b7ea307e50c [2020-09-10T18:56:30.866Z] ---> a75257a1e9d7 [2020-09-10T18:56:30.866Z] Step 6/27 : COPY go.mod . [2020-09-10T18:56:31.218Z] ---> 7de60cc0534a [2020-09-10T18:56:31.218Z] Step 7/24 : RUN go mod download [2020-09-10T18:56:31.218Z] Removing intermediate container 96d9c559d2db [2020-09-10T18:56:31.218Z] ---> 508100a3d2b2 [2020-09-10T18:56:31.218Z] Step 6/21 : COPY go.mod . [2020-09-10T18:56:31.218Z] ---> 1d54a4d94439 [2020-09-10T18:56:31.218Z] Step 7/22 : RUN go mod download [2020-09-10T18:56:31.218Z] ---> aaf645bab7df [2020-09-10T18:56:31.218Z] Step 7/23 : RUN go mod download [2020-09-10T18:56:31.218Z] ---> Running in b313376be9e3 [2020-09-10T18:56:31.517Z] ---> Running in e4ae188364f1 [2020-09-10T18:56:31.517Z] ---> Running in e7f44a3502fb [2020-09-10T18:56:31.789Z] ---> 36ca3c4aaa54 [2020-09-10T18:56:31.789Z] Step 7/27 : RUN go mod download [2020-09-10T18:56:32.158Z] ---> 5438997b6e8d [2020-09-10T18:56:32.158Z] Step 7/21 : RUN go mod download [2020-09-10T18:56:32.158Z] ---> Running in c2b0744d2cb8 [2020-09-10T18:56:32.450Z] ---> Running in 3cd1ee09c42c [2020-09-10T18:56:32.974Z] fd7a069fd194: Pull complete [2020-09-10T18:56:32.974Z] 66aa3694b03b: Pull complete [2020-09-10T18:56:32.974Z] 170f70906a0f: Pull complete [2020-09-10T18:56:35.998Z] Removing intermediate container c2b0744d2cb8 [2020-09-10T18:56:35.999Z] ---> e972bfcf8ab3 [2020-09-10T18:56:35.999Z] Step 8/27 : COPY . . [2020-09-10T18:56:36.289Z] Removing intermediate container e7f44a3502fb [2020-09-10T18:56:36.289Z] ---> 0a28b6551b61 [2020-09-10T18:56:36.289Z] Step 8/23 : COPY . . [2020-09-10T18:56:36.289Z] Removing intermediate container e4ae188364f1 [2020-09-10T18:56:36.289Z] ---> 57661d22c2e5 [2020-09-10T18:56:36.289Z] Step 8/22 : COPY . . [2020-09-10T18:56:36.381Z] ad7c5574e4b9: Pull complete [2020-09-10T18:56:36.615Z] Removing intermediate container b313376be9e3 [2020-09-10T18:56:36.615Z] ---> 048c0b319283 [2020-09-10T18:56:36.615Z] Step 8/24 : COPY . . [2020-09-10T18:56:37.082Z] Removing intermediate container 3cd1ee09c42c [2020-09-10T18:56:37.082Z] ---> d3108525ce85 [2020-09-10T18:56:37.082Z] Step 8/21 : COPY . . [2020-09-10T18:56:40.711Z] e772456be8f7: Pull complete [2020-09-10T18:56:41.310Z] c890913d741a: Pull complete [2020-09-10T18:56:43.996Z] 2480fcc9aa5a: Pull complete [2020-09-10T18:56:44.269Z] 09adf4765672: Pull complete [2020-09-10T18:56:44.269Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-09-10T18:56:44.269Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-09-10T18:56:44.269Z] ---> 2248a725d1cf [2020-09-10T18:56:44.269Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-09-10T18:56:48.634Z] ---> Running in 5b996ffc9fa5 [2020-09-10T18:56:49.609Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-10T18:56:50.578Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-10T18:56:51.168Z] (1/12) Installing libmagic (5.38-r0) [2020-09-10T18:56:51.439Z] (2/12) Installing file (5.38-r0) [2020-09-10T18:56:51.709Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-09-10T18:56:51.709Z] (4/12) Installing g++ (9.3.0-r2) [2020-09-10T18:56:55.995Z] (5/12) Installing fortify-headers (1.1-r0) [2020-09-10T18:56:55.995Z] (6/12) Installing patch (2.7.6-r6) [2020-09-10T18:56:55.995Z] (7/12) Installing build-base (0.5-r2) [2020-09-10T18:56:55.995Z] (8/12) Installing libsodium (1.0.18-r0) [2020-09-10T18:56:55.995Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-09-10T18:56:55.995Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-09-10T18:56:55.995Z] (11/12) Installing libzmq (4.3.3-r0) [2020-09-10T18:56:56.267Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-09-10T18:56:56.267Z] Executing busybox-1.31.1-r16.trigger [2020-09-10T18:56:56.267Z] OK: 217 MiB in 51 packages [2020-09-10T18:57:00.582Z] Removing intermediate container 5b996ffc9fa5 [2020-09-10T18:57:00.582Z] ---> c367b25bd84a [2020-09-10T18:57:00.582Z] Step 4/7 : WORKDIR /edgex-go [2020-09-10T18:57:00.582Z] ---> Running in 48e67ca46b0c [2020-09-10T18:57:01.176Z] Removing intermediate container 48e67ca46b0c [2020-09-10T18:57:01.176Z] ---> cb9c22067976 [2020-09-10T18:57:01.176Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-09-10T18:57:01.450Z] latest: Pulling from library/docker [2020-09-10T18:57:01.450Z] b538f80385f9: Already exists [2020-09-10T18:57:01.730Z] 259a493cd78d: Pulling fs layer [2020-09-10T18:57:01.730Z] b8e66b5100f5: Pulling fs layer [2020-09-10T18:57:01.730Z] 39dc9c94d07c: Pulling fs layer [2020-09-10T18:57:01.730Z] 551b823b3b82: Pulling fs layer [2020-09-10T18:57:01.730Z] 3c52a74df98c: Pulling fs layer [2020-09-10T18:57:01.730Z] 6c9b121b6998: Pulling fs layer [2020-09-10T18:57:01.731Z] 551b823b3b82: Waiting [2020-09-10T18:57:01.731Z] 3c52a74df98c: Waiting [2020-09-10T18:57:01.731Z] 6c9b121b6998: Waiting [2020-09-10T18:57:01.731Z] b8e66b5100f5: Verifying Checksum [2020-09-10T18:57:01.731Z] b8e66b5100f5: Download complete [2020-09-10T18:57:01.731Z] 259a493cd78d: Verifying Checksum [2020-09-10T18:57:01.731Z] 259a493cd78d: Download complete [2020-09-10T18:57:02.009Z] 551b823b3b82: Download complete [2020-09-10T18:57:02.009Z] 6c9b121b6998: Verifying Checksum [2020-09-10T18:57:02.009Z] 6c9b121b6998: Download complete [2020-09-10T18:57:02.283Z] 3c52a74df98c: Verifying Checksum [2020-09-10T18:57:02.283Z] 3c52a74df98c: Download complete [2020-09-10T18:57:02.563Z] 259a493cd78d: Pull complete [2020-09-10T18:57:02.837Z] 39dc9c94d07c: Verifying Checksum [2020-09-10T18:57:02.837Z] 39dc9c94d07c: Download complete [2020-09-10T18:57:03.111Z] b8e66b5100f5: Pull complete [2020-09-10T18:57:06.499Z] 39dc9c94d07c: Pull complete [2020-09-10T18:57:06.499Z] 551b823b3b82: Pull complete [2020-09-10T18:57:06.499Z] 3c52a74df98c: Pull complete [2020-09-10T18:57:07.105Z] 6c9b121b6998: Pull complete [2020-09-10T18:57:07.105Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-09-10T18:57:07.105Z] Status: Downloaded newer image for docker:latest [2020-09-10T18:57:10.490Z] ---> faf573a6f51d [2020-09-10T18:57:10.490Z] Step 6/7 : COPY go.mod . [2020-09-10T18:57:10.764Z] ---> fcd48e3a7b8c [2020-09-10T18:57:10.764Z] Step 7/7 : RUN go mod download [2020-09-10T18:57:11.038Z] ---> Running in 364f1ba9664c [2020-09-10T18:57:14.422Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-09-10T18:57:14.423Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-09-10T18:57:14.423Z] go: finding github.com/OneOfOne/xxhash v1.2.5 [2020-09-10T18:57:14.423Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-09-10T18:57:14.423Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-09-10T18:57:14.423Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-09-10T18:57:14.423Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-09-10T18:57:14.423Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-09-10T18:57:14.423Z] go: finding github.com/cloudflare/gokey v0.1.0 [2020-09-10T18:57:14.423Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-09-10T18:57:14.423Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-09-10T18:57:14.423Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-09-10T18:57:14.423Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 [2020-09-10T18:57:14.423Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-09-10T18:57:14.423Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.74 [2020-09-10T18:57:14.423Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-09-10T18:57:14.423Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-09-10T18:57:14.423Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-09-10T18:57:14.423Z] go: finding github.com/fatih/color v1.7.0 [2020-09-10T18:57:14.423Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-09-10T18:57:14.423Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-09-10T18:57:14.423Z] go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-09-10T18:57:14.423Z] go: finding github.com/go-kit/kit v0.8.0 [2020-09-10T18:57:14.423Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-09-10T18:57:14.423Z] go: finding github.com/go-playground/assert/v2 v2.0.1 [2020-09-10T18:57:14.423Z] go: finding github.com/go-playground/locales v0.13.0 [2020-09-10T18:57:14.423Z] go: finding github.com/go-playground/universal-translator v0.17.0 [2020-09-10T18:57:14.423Z] go: finding github.com/go-playground/validator/v10 v10.3.0 [2020-09-10T18:57:14.423Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-09-10T18:57:14.423Z] go: finding github.com/go-stack/stack v1.8.0 [2020-09-10T18:57:14.423Z] go: finding github.com/golang/protobuf v1.3.2 [2020-09-10T18:57:14.692Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-09-10T18:57:14.692Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-09-10T18:57:14.692Z] go: finding github.com/google/uuid v1.1.0 [2020-09-10T18:57:14.692Z] go: finding github.com/gorilla/mux v1.7.1 [2020-09-10T18:57:14.692Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-09-10T18:57:14.692Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-09-10T18:57:14.692Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-09-10T18:57:14.692Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-09-10T18:57:14.692Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-09-10T18:57:14.692Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-09-10T18:57:14.692Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-09-10T18:57:14.964Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-09-10T18:57:14.964Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-09-10T18:57:14.964Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-09-10T18:57:14.964Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-09-10T18:57:14.964Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-09-10T18:57:14.964Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-09-10T18:57:14.964Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-09-10T18:57:14.964Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-09-10T18:57:14.964Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-09-10T18:57:14.964Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-09-10T18:57:14.964Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-09-10T18:57:14.964Z] go: finding github.com/imdario/mergo v0.3.6 [2020-09-10T18:57:15.236Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-09-10T18:57:15.236Z] go: finding github.com/kr/pretty v0.1.0 [2020-09-10T18:57:15.236Z] go: finding github.com/kr/pty v1.1.1 [2020-09-10T18:57:15.236Z] go: finding github.com/kr/text v0.1.0 [2020-09-10T18:57:15.236Z] go: finding github.com/leodido/go-urn v1.2.0 [2020-09-10T18:57:15.236Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-09-10T18:57:15.236Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-09-10T18:57:15.236Z] go: finding github.com/miekg/dns v1.0.14 [2020-09-10T18:57:15.236Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-09-10T18:57:15.236Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-09-10T18:57:15.236Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-09-10T18:57:15.506Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-09-10T18:57:15.506Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-09-10T18:57:15.506Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-09-10T18:57:15.506Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-09-10T18:57:15.506Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-09-10T18:57:15.506Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-09-10T18:57:15.506Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-09-10T18:57:15.506Z] go: finding github.com/onsi/gomega v1.7.0 [2020-09-10T18:57:15.506Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-09-10T18:57:15.506Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-09-10T18:57:15.506Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-09-10T18:57:15.506Z] go: finding github.com/pkg/errors v0.8.1 [2020-09-10T18:57:15.777Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-09-10T18:57:15.777Z] go: finding github.com/posener/complete v1.1.1 [2020-09-10T18:57:15.777Z] go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-09-10T18:57:15.777Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-09-10T18:57:15.777Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-09-10T18:57:15.777Z] go: finding github.com/stretchr/objx v0.1.0 [2020-09-10T18:57:15.777Z] go: finding github.com/stretchr/testify v1.5.1 [2020-09-10T18:57:15.777Z] go: finding github.com/ugorji/go v1.1.4 [2020-09-10T18:57:15.777Z] go: finding github.com/x448/float16 v0.8.4 [2020-09-10T18:57:15.777Z] go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 [2020-09-10T18:57:15.777Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-09-10T18:57:16.049Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-09-10T18:57:16.049Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-09-10T18:57:16.049Z] go: finding golang.org/x/text v0.3.2 [2020-09-10T18:57:16.049Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-09-10T18:57:16.049Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-09-10T18:57:16.049Z] go: finding gopkg.in/eapache/queue.v1 v1.1.0 [2020-09-10T18:57:16.049Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-09-10T18:57:16.049Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-09-10T18:57:16.049Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-09-10T18:57:25.450Z] ---> 0df24ec1516b [2020-09-10T18:57:25.450Z] ---> 693034170298 [2020-09-10T18:57:25.450Z] Step 9/24 : RUN make cmd/support-notifications/support-notificationsStep 9/23 : RUN make cmd/core-data/core-data [2020-09-10T18:57:25.450Z] [2020-09-10T18:57:25.450Z] ---> fa8dbb93b031 [2020-09-10T18:57:25.450Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-09-10T18:57:25.450Z] ---> e7740da2a238 [2020-09-10T18:57:25.450Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-09-10T18:57:25.450Z] ---> 172a417326ec [2020-09-10T18:57:25.450Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-09-10T18:57:25.450Z] ---> Running in 7b07bb95924e [2020-09-10T18:57:25.450Z] ---> Running in 8d1f07ba7f00 [2020-09-10T18:57:25.450Z] ---> Running in 4a9ba0800444 [2020-09-10T18:57:25.450Z] ---> Running in 47e2b5af9fe7 [2020-09-10T18:57:25.450Z] ---> Running in dfc122f275bf [2020-09-10T18:57:25.450Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.22" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-09-10T18:57:25.450Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.22" -o cmd/core-data/core-data ./cmd/core-data [2020-09-10T18:57:25.450Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.22" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-09-10T18:57:25.450Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.22" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-09-10T18:57:25.450Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.22" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-09-10T18:57:38.222Z] Removing intermediate container 364f1ba9664c [2020-09-10T18:57:38.222Z] ---> 567efb9c8c3c [2020-09-10T18:57:38.222Z] Successfully built 567efb9c8c3c [2020-09-10T18:57:38.222Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-10T18:57:39.362Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-09-10T18:57:39.362Z] [2020-09-10T18:57:39.362Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-09-10T18:57:40.029Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-09-10T18:57:40.030Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-09-10T18:57:40.030Z] 29e5d40040c1: Pulling fs layer [2020-09-10T18:57:40.030Z] 1ce36da41761: Pulling fs layer [2020-09-10T18:57:40.030Z] 25b303627fd3: Pulling fs layer [2020-09-10T18:57:40.627Z] 29e5d40040c1: Verifying Checksum [2020-09-10T18:57:40.627Z] 29e5d40040c1: Download complete [2020-09-10T18:57:41.228Z] 1ce36da41761: Verifying Checksum [2020-09-10T18:57:41.228Z] 1ce36da41761: Download complete [2020-09-10T18:57:41.228Z] 29e5d40040c1: Pull complete [2020-09-10T18:57:42.660Z] 1ce36da41761: Pull complete [2020-09-10T18:57:42.660Z] 25b303627fd3: Verifying Checksum [2020-09-10T18:57:42.660Z] 25b303627fd3: Download complete [2020-09-10T18:57:52.808Z] 25b303627fd3: Pull complete [2020-09-10T18:57:52.808Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-09-10T18:57:52.808Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-09-10T18:57:52.808Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-09-10T18:57:53.061Z] prd-ubuntu18.04-docker-arm64-4c-16g-2152 does not seem to be running inside a container [2020-09-10T18:57:53.116Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/136 -v /w/workspace/edgex-go/136:/w/workspace/edgex-go/136:rw,z -v /w/workspace/edgex-go/136@tmp:/w/workspace/edgex-go/136@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-09-10T18:57:56.571Z] $ docker top f86e23ddcc4b28be03d970db8537e7c1b58d815a38d6c9b793daaa7ab075af01 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-10T18:57:58.105Z] + + docker-composegrep build parallel --help [2020-09-10T18:57:58.105Z] [2020-09-10T18:58:01.477Z] --parallel Build images in parallel. [Pipeline] } [2020-09-10T18:58:01.738Z] $ docker stop --time=1 f86e23ddcc4b28be03d970db8537e7c1b58d815a38d6c9b793daaa7ab075af01 [2020-09-10T18:58:03.671Z] $ docker rm -f f86e23ddcc4b28be03d970db8537e7c1b58d815a38d6c9b793daaa7ab075af01 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-10T18:58:04.539Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-09-10T18:58:04.539Z] . [Pipeline] withDockerContainer [2020-09-10T18:58:04.784Z] prd-ubuntu18.04-docker-arm64-4c-16g-2152 does not seem to be running inside a container [2020-09-10T18:58:04.835Z] $ 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/136 -v /w/workspace/edgex-go/136:/w/workspace/edgex-go/136:rw,z -v /w/workspace/edgex-go/136@tmp:/w/workspace/edgex-go/136@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-09-10T18:58:06.256Z] $ docker top 739e9886c36a3fde37ba249bdf5169c8da92436b32764268bff27c119614dabd -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-10T18:58:07.302Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-09-10T18:58:10.672Z] Building docker-core-command-go ... [2020-09-10T18:58:10.672Z] Building docker-core-data-go ... [2020-09-10T18:58:10.672Z] Building docker-core-metadata-go ... [2020-09-10T18:58:10.672Z] Building docker-security-proxy-setup-go ... [2020-09-10T18:58:10.672Z] Building docker-security-secrets-setup-go ... [2020-09-10T18:58:10.672Z] Building docker-security-secretstore-setup-go ... [2020-09-10T18:58:10.672Z] Building docker-support-logging-go ... [2020-09-10T18:58:10.672Z] Building docker-support-notifications-go ... [2020-09-10T18:58:10.672Z] Building docker-support-scheduler-go ... [2020-09-10T18:58:10.672Z] Building docker-sys-mgmt-agent-go ... [2020-09-10T18:58:10.672Z] Building docker-support-logging-go [2020-09-10T18:58:10.672Z] Building docker-core-metadata-go [2020-09-10T18:58:10.672Z] Building docker-support-notifications-go [2020-09-10T18:58:10.672Z] Building docker-core-data-go [2020-09-10T18:58:10.672Z] Building docker-core-command-go [2020-09-10T18:58:13.408Z] Removing intermediate container 4a9ba0800444 [2020-09-10T18:58:13.408Z] ---> 507d2e3e6be8 [2020-09-10T18:58:13.408Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-09-10T18:58:13.408Z] ---> Running in bc4631b7431b [2020-09-10T18:58:15.078Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.22" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-09-10T18:58:21.522Z] Removing intermediate container 47e2b5af9fe7 [2020-09-10T18:58:21.522Z] ---> b8eb3730ee4d [2020-09-10T18:58:21.522Z] [2020-09-10T18:58:21.522Z] Step 10/21 : FROM scratch [2020-09-10T18:58:21.522Z] ---> [2020-09-10T18:58:21.522Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-09-10T18:58:21.522Z] Removing intermediate container 7b07bb95924e [2020-09-10T18:58:21.522Z] ---> 6fa8a1878ff2 [2020-09-10T18:58:21.522Z] [2020-09-10T18:58:21.522Z] Step 10/24 : FROM scratch [2020-09-10T18:58:21.522Z] ---> [2020-09-10T18:58:21.522Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-09-10T18:58:21.827Z] Removing intermediate container bc4631b7431b [2020-09-10T18:58:21.827Z] ---> 3418d92d7c63 [2020-09-10T18:58:21.827Z] [2020-09-10T18:58:21.827Z] Step 11/27 : FROM docker:latest [2020-09-10T18:58:21.827Z] ---> 81f5749c9058 [2020-09-10T18:58:21.827Z] Step 12/27 : RUN apk add --no-cache bash [2020-09-10T18:58:22.481Z] ---> Running in 2ebb1fc83221 [2020-09-10T18:58:22.481Z] ---> Running in 275af6e14347 [2020-09-10T18:58:22.481Z] ---> Running in 671e6ebf509e [2020-09-10T18:58:26.916Z] Removing intermediate container 275af6e14347 [2020-09-10T18:58:26.916Z] ---> 255f9bf53d69 [2020-09-10T18:58:26.916Z] Step 12/21 : ENV APP_PORT=48085 [2020-09-10T18:58:26.916Z] Removing intermediate container 671e6ebf509e [2020-09-10T18:58:26.916Z] ---> b6d05f8d9e1c [2020-09-10T18:58:26.916Z] Step 12/24 : ENV APP_PORT=48060 [2020-09-10T18:58:26.916Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-10T18:58:26.916Z] ---> Running in 9766da704efa [2020-09-10T18:58:26.916Z] ---> Running in eb883f50a691 [2020-09-10T18:58:26.916Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-10T18:58:27.261Z] Removing intermediate container dfc122f275bf [2020-09-10T18:58:27.261Z] ---> 792ff0efca96 [2020-09-10T18:58:27.261Z] [2020-09-10T18:58:27.261Z] Step 10/22 : FROM scratch [2020-09-10T18:58:27.261Z] ---> [2020-09-10T18:58:27.261Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-09-10T18:58:27.261Z] (1/2) Installing readline (8.0.4-r0) [2020-09-10T18:58:27.261Z] (2/2) Installing bash (5.0.17-r0) [2020-09-10T18:58:27.261Z] ---> Using cache [2020-09-10T18:58:27.261Z] ---> 255f9bf53d69 [2020-09-10T18:58:27.261Z] Step 12/22 : ENV APP_PORT=48081 [2020-09-10T18:58:27.577Z] Executing bash-5.0.17-r0.post-install [2020-09-10T18:58:27.577Z] Executing busybox-1.31.1-r16.trigger [2020-09-10T18:58:27.577Z] OK: 12 MiB in 22 packages [2020-09-10T18:58:27.577Z] Removing intermediate container 9766da704efa [2020-09-10T18:58:27.577Z] ---> a7b8d6cb38b1 [2020-09-10T18:58:27.577Z] Step 13/21 : EXPOSE $APP_PORT [2020-09-10T18:58:28.012Z] ---> Running in 4734e8932be9 [2020-09-10T18:58:28.012Z] Removing intermediate container eb883f50a691 [2020-09-10T18:58:28.012Z] ---> de5b674f4783 [2020-09-10T18:58:28.012Z] Step 13/24 : EXPOSE $APP_PORT [2020-09-10T18:58:28.012Z] ---> Running in 772fe4efe651 [2020-09-10T18:58:28.012Z] ---> Running in 0c1c66abb0e6 [2020-09-10T18:58:28.012Z] Removing intermediate container 4734e8932be9 [2020-09-10T18:58:28.012Z] ---> 00beb271935d [2020-09-10T18:58:28.012Z] Step 13/22 : EXPOSE $APP_PORT [2020-09-10T18:58:28.437Z] ---> Running in 80ce2884b0d7 [2020-09-10T18:58:28.437Z] Removing intermediate container 0c1c66abb0e6 [2020-09-10T18:58:28.437Z] ---> 4255000924d9 [2020-09-10T18:58:28.437Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-09-10T18:58:28.437Z] Removing intermediate container 772fe4efe651 [2020-09-10T18:58:28.437Z] ---> dd0a759dccb8 [2020-09-10T18:58:28.437Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-09-10T18:58:29.197Z] Removing intermediate container 2ebb1fc83221 [2020-09-10T18:58:29.197Z] ---> 23e061262885 [2020-09-10T18:58:29.197Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-09-10T18:58:29.549Z] ---> 5454a84f4d74 [2020-09-10T18:58:29.549Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-09-10T18:58:29.549Z] Removing intermediate container 80ce2884b0d7 [2020-09-10T18:58:29.857Z] ---> 4ff3b88bc773 [2020-09-10T18:58:29.857Z] Step 14/22 : WORKDIR / [2020-09-10T18:58:30.159Z] ---> 12388349b85e [2020-09-10T18:58:30.159Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-09-10T18:58:30.462Z] ---> Running in 4959b377b7b2 [2020-09-10T18:58:30.462Z] ---> Running in fc7e71217bbf [2020-09-10T18:58:31.519Z] Removing intermediate container fc7e71217bbf [2020-09-10T18:58:31.519Z] ---> e5dd2b37d512 [2020-09-10T18:58:31.519Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-09-10T18:58:31.519Z] ---> 7c719166c481 [2020-09-10T18:58:31.519Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-09-10T18:58:32.197Z] ---> 30e1ac00cd8a [2020-09-10T18:58:32.197Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-09-10T18:58:34.831Z] Removing intermediate container 8d1f07ba7f00 [2020-09-10T18:58:34.831Z] ---> 3aa1ecb362fc [2020-09-10T18:58:34.831Z] [2020-09-10T18:58:34.831Z] Step 10/23 : FROM alpine [2020-09-10T18:58:35.124Z] ---> b46ec866bfa9 [2020-09-10T18:58:35.124Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-09-10T18:58:35.124Z] ---> c63292aba655 [2020-09-10T18:58:35.124Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-09-10T18:58:35.124Z] latest: Pulling from library/alpine [2020-09-10T18:58:35.124Z] ---> c00e648b52b1 [2020-09-10T18:58:35.124Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-09-10T18:58:35.124Z] ---> Running in 819b85aa7981 [2020-09-10T18:58:35.417Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-09-10T18:58:35.417Z] Status: Downloaded newer image for alpine:latest [2020-09-10T18:58:35.417Z] ---> a24bb4013296 [2020-09-10T18:58:35.417Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-09-10T18:58:35.694Z] Removing intermediate container 4959b377b7b2 [2020-09-10T18:58:35.695Z] ---> 342054841c1e [2020-09-10T18:58:35.695Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-09-10T18:58:35.695Z] Removing intermediate container 819b85aa7981 [2020-09-10T18:58:35.695Z] ---> 6dae181975b4 [2020-09-10T18:58:35.695Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-10T18:58:36.042Z] ---> Running in 8ad30409bc7c [2020-09-10T18:58:36.042Z] ---> Running in 9fa1f03788c3 [2020-09-10T18:58:36.043Z] ---> Running in 34ab3b785262 [2020-09-10T18:58:36.043Z] ---> bcd6d5d91c7d [2020-09-10T18:58:36.043Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-09-10T18:58:36.371Z] Removing intermediate container 9fa1f03788c3 [2020-09-10T18:58:36.371Z] ---> 68ab579be2b7 [2020-09-10T18:58:36.371Z] Step 15/27 : ENV APP_PORT=48090 [2020-09-10T18:58:36.371Z] Removing intermediate container 8ad30409bc7c [2020-09-10T18:58:36.371Z] ---> d287b048351b [2020-09-10T18:58:36.700Z] Step 12/23 : ENV APP_PORT=48080 [2020-09-10T18:58:36.700Z] ---> 4f7a1e1549b4 [2020-09-10T18:58:36.700Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-09-10T18:58:36.700Z] Removing intermediate container 34ab3b785262 [2020-09-10T18:58:36.700Z] ---> ea4f2d75b932 [2020-09-10T18:58:36.700Z] Step 19/21 : LABEL arch=x86_64 [2020-09-10T18:58:36.700Z] ---> Running in f4bd4f8c73fe [2020-09-10T18:58:36.700Z] ---> Running in dad5a9531f22 [2020-09-10T18:58:37.085Z] ---> Running in 86012fbb0669 [2020-09-10T18:58:37.738Z] Removing intermediate container f4bd4f8c73fe [2020-09-10T18:58:37.738Z] ---> 1e5c26c20e4b [2020-09-10T18:58:37.738Z] Step 16/27 : EXPOSE $APP_PORT [2020-09-10T18:58:37.738Z] Removing intermediate container dad5a9531f22 [2020-09-10T18:58:37.738Z] ---> e3b06a1f5852 [2020-09-10T18:58:37.738Z] Step 13/23 : EXPOSE $APP_PORT [2020-09-10T18:58:37.738Z] ---> 3ccbb91922ab [2020-09-10T18:58:37.738Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-09-10T18:58:37.738Z] ---> Running in 78b17e108a80 [2020-09-10T18:58:37.738Z] ---> 0ca1b199b554 [2020-09-10T18:58:37.738Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-09-10T18:58:37.738Z] Removing intermediate container 86012fbb0669 [2020-09-10T18:58:37.738Z] ---> 99e13eabab84 [2020-09-10T18:58:37.738Z] Step 20/21 : LABEL git_sha=57974a27473083c1c6a10cb9f7b41893fbb07c00 [2020-09-10T18:58:37.738Z] ---> Running in 937207dc599f [2020-09-10T18:58:38.104Z] ---> Running in bddc5ad3931f [2020-09-10T18:58:38.104Z] ---> Running in 7703e8307b51 [2020-09-10T18:58:38.439Z] Removing intermediate container 78b17e108a80 [2020-09-10T18:58:38.439Z] ---> 59e96235dd56 [2020-09-10T18:58:38.439Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-09-10T18:58:38.439Z] Removing intermediate container 937207dc599f [2020-09-10T18:58:38.439Z] ---> d3832add9089 [2020-09-10T18:58:38.439Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-10T18:58:38.768Z] Removing intermediate container bddc5ad3931f [2020-09-10T18:58:38.768Z] ---> 219378254fc9 [2020-09-10T18:58:38.768Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-10T18:58:38.768Z] ---> Running in 36b803730b63 [2020-09-10T18:58:38.768Z] Removing intermediate container 7703e8307b51 [2020-09-10T18:58:38.768Z] ---> d62dda6c902e [2020-09-10T18:58:38.768Z] Step 21/21 : LABEL version=1.2.2-dev.22 [2020-09-10T18:58:39.036Z] ---> e61ab554fcc8 [2020-09-10T18:58:39.036Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-09-10T18:58:39.036Z] ---> Running in cbdbf4b97fbf [2020-09-10T18:58:39.036Z] ---> Running in c57050281a2f [2020-09-10T18:58:39.337Z] ---> Running in 274009a40b2e [2020-09-10T18:58:39.627Z] Removing intermediate container c57050281a2f [2020-09-10T18:58:39.627Z] ---> e2bc4ef55bd6 [2020-09-10T18:58:39.627Z] [2020-09-10T18:58:39.627Z] Removing intermediate container cbdbf4b97fbf [2020-09-10T18:58:39.627Z] ---> 5812b3b976de [2020-09-10T18:58:39.627Z] Step 20/22 : LABEL arch=x86_64 [2020-09-10T18:58:39.627Z] ---> 3b03ab97fcb3 [2020-09-10T18:58:39.627Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-09-10T18:58:39.627Z] Removing intermediate container 274009a40b2e [2020-09-10T18:58:39.627Z] ---> 3e13d43cf314 [2020-09-10T18:58:39.627Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-10T18:58:39.944Z] ---> Running in 8218077783e8 [2020-09-10T18:58:40.248Z] ---> Running in b053a38320fc [2020-09-10T18:58:40.248Z] Successfully built e2bc4ef55bd6 [2020-09-10T18:58:40.248Z] Successfully tagged docker-support-scheduler-go:latest [2020-09-10T18:58:40.248Z]  Building docker-support-scheduler-go ... done Building docker-security-proxy-setup-go [2020-09-10T18:58:40.248Z] Removing intermediate container 8218077783e8 [2020-09-10T18:58:40.248Z] ---> 56b35950addd [2020-09-10T18:58:40.248Z] Step 21/22 : LABEL git_sha=57974a27473083c1c6a10cb9f7b41893fbb07c00 [2020-09-10T18:58:40.527Z] ---> 1d57eb0302de [2020-09-10T18:58:40.527Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-09-10T18:58:40.527Z] Removing intermediate container b053a38320fc [2020-09-10T18:58:40.527Z] ---> c3402a68f7d8 [2020-09-10T18:58:40.527Z] Step 22/24 : LABEL arch=x86_64 [2020-09-10T18:58:40.527Z] ---> Running in 14e62bcd92dc [2020-09-10T18:58:40.527Z] ---> Running in 684a84b8c74c [2020-09-10T18:58:40.805Z] Removing intermediate container 36b803730b63 [2020-09-10T18:58:40.805Z] ---> 1e469e64cf0d [2020-09-10T18:58:40.805Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-09-10T18:58:41.077Z] ---> Running in e6891f148be2 [2020-09-10T18:58:41.078Z] Removing intermediate container 14e62bcd92dc [2020-09-10T18:58:41.078Z] ---> 809c964c4235 [2020-09-10T18:58:41.078Z] Step 22/22 : LABEL version=1.2.2-dev.22 [2020-09-10T18:58:43.000Z] ---> 22d9f6bb0636 [2020-09-10T18:58:43.000Z] Step 20/27 : RUN apk --no-cache add py-pip [2020-09-10T18:58:43.000Z] Removing intermediate container 684a84b8c74c [2020-09-10T18:58:43.000Z] ---> 4982db7d9ee8 [2020-09-10T18:58:43.000Z] Step 23/24 : LABEL git_sha=57974a27473083c1c6a10cb9f7b41893fbb07c00 [2020-09-10T18:58:43.296Z] ---> Running in bed13d26fb81 [2020-09-10T18:58:43.296Z] ---> Running in 0971e5933410 [2020-09-10T18:58:43.566Z] ---> Running in 07efeed4c27c [2020-09-10T18:58:44.160Z] Removing intermediate container bed13d26fb81 [2020-09-10T18:58:44.160Z] ---> 2dde9a617266 [2020-09-10T18:58:44.160Z] [2020-09-10T18:58:44.160Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-10T18:58:44.160Z] Removing intermediate container 07efeed4c27c [2020-09-10T18:58:44.160Z] ---> d3d9e7e9dd25 [2020-09-10T18:58:44.160Z] Step 24/24 : LABEL version=1.2.2-dev.22 [2020-09-10T18:58:44.474Z] Successfully built 2dde9a617266 [2020-09-10T18:58:44.474Z] ---> Running in 0757c55122e1 [2020-09-10T18:58:44.474Z] Successfully tagged docker-core-metadata-go:latest [2020-09-10T18:58:44.474Z]  Building docker-core-metadata-go ... done Building docker-core-command-go [2020-09-10T18:58:44.758Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-10T18:58:45.441Z] (1/5) Installing libgcc (9.3.0-r2) [2020-09-10T18:58:45.441Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-10T18:58:45.441Z] (2/5) Installing libsodium (1.0.18-r0) [2020-09-10T18:58:45.747Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-09-10T18:58:45.747Z] Removing intermediate container 0757c55122e1 [2020-09-10T18:58:45.747Z] ---> 92f77f033397 [2020-09-10T18:58:45.747Z] [2020-09-10T18:58:45.747Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-10T18:58:46.289Z] Successfully built 92f77f033397 [2020-09-10T18:58:46.289Z] Successfully tagged docker-support-notifications-go:latest [2020-09-10T18:58:46.289Z]  Building docker-support-notifications-go ... done (4/5) Installing libzmq (4.3.3-r0) [2020-09-10T18:58:46.289Z] Building docker-security-secretstore-setup-go [2020-09-10T18:58:46.289Z] (5/5) Installing zeromq (4.3.3-r0) [2020-09-10T18:58:46.571Z] Executing busybox-1.31.1-r16.trigger [2020-09-10T18:58:46.571Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-09-10T18:58:46.571Z] OK: 8 MiB in 19 packages [2020-09-10T18:58:46.571Z] (2/33) Installing expat (2.2.9-r1) [2020-09-10T18:58:46.571Z] (3/33) Installing libffi (3.3-r2) [2020-09-10T18:58:46.571Z] (4/33) Installing gdbm (1.13-r1) [2020-09-10T18:58:46.919Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-09-10T18:58:46.919Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-09-10T18:58:46.919Z] (7/33) Installing python3 (3.8.5-r0) [2020-09-10T18:58:52.750Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-09-10T18:58:52.750Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-09-10T18:58:52.750Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-09-10T18:58:52.750Z] (11/33) Installing py3-six (1.15.0-r0) [2020-09-10T18:58:52.750Z] (12/33) Installing py3-packaging (20.4-r0) [2020-09-10T18:58:52.750Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-09-10T18:58:52.750Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-09-10T18:58:53.561Z] (15/33) Installing py3-idna (2.9-r0) [2020-09-10T18:58:53.876Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-09-10T18:58:53.876Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-09-10T18:58:53.876Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-09-10T18:58:53.876Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-09-10T18:58:54.507Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-09-10T18:58:55.140Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-09-10T18:58:55.446Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-09-10T18:58:55.447Z] Removing intermediate container e6891f148be2 [2020-09-10T18:58:55.447Z] ---> 29a06e38b1c4 [2020-09-10T18:58:55.447Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-09-10T18:58:55.447Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-09-10T18:58:55.731Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-09-10T18:58:56.015Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-09-10T18:58:56.015Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-09-10T18:58:56.015Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-09-10T18:58:56.015Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-09-10T18:58:56.015Z] (29/33) Installing py3-progress (1.5-r0) [2020-09-10T18:58:56.015Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-09-10T18:58:56.015Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-09-10T18:58:56.327Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-09-10T18:58:56.327Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-09-10T18:58:59.105Z] Executing busybox-1.31.1-r16.trigger [2020-09-10T18:58:59.105Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-09-10T18:58:59.105Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-09-10T18:58:59.105Z] ---> ff7a0aaf9433 [2020-09-10T18:58:59.105Z] Step 3/20 : WORKDIR /edgex-go [2020-09-10T18:58:59.105Z] ---> Using cache [2020-09-10T18:58:59.105Z] ---> d5fc14b2b3bd [2020-09-10T18:58:59.105Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-10T18:58:59.105Z] ---> Using cache [2020-09-10T18:58:59.105Z] ---> 61c63c84098c [2020-09-10T18:58:59.105Z] Step 5/20 : RUN apk update && apk add make git [2020-09-10T18:58:59.105Z] OK: 71 MiB in 55 packages [2020-09-10T18:58:59.777Z] ---> cb6249a748d9 [2020-09-10T18:58:59.777Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-09-10T18:59:00.158Z] ---> Running in b50e3d87c4be [2020-09-10T18:59:03.771Z] ---> 644dcb2dccac [2020-09-10T18:59:03.771Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-09-10T18:59:04.114Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-10T18:59:05.237Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-10T18:59:05.237Z] ---> 4997bba6ae66 [2020-09-10T18:59:05.237Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-09-10T18:59:05.524Z] ---> Running in 8914a42e15b4 [2020-09-10T18:59:06.405Z] v3.12.0-306-g6984aa70ea [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-10T18:59:06.405Z] v3.12.0-309-g977657e5b2 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-10T18:59:06.405Z] OK: 12746 distinct packages available [2020-09-10T18:59:06.701Z] OK: 233 MiB in 51 packages [2020-09-10T18:59:07.104Z] Removing intermediate container 8914a42e15b4 [2020-09-10T18:59:07.104Z] ---> f6303c360e5b [2020-09-10T18:59:07.104Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-10T18:59:08.355Z] ---> Running in aba97d4da898 [2020-09-10T18:59:10.114Z] Removing intermediate container aba97d4da898 [2020-09-10T18:59:10.114Z] ---> c312d5126815 [2020-09-10T18:59:10.114Z] Step 21/23 : LABEL arch=x86_64 [2020-09-10T18:59:10.710Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-09-10T18:59:10.710Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-09-10T18:59:10.710Z] ---> ff7a0aaf9433 [2020-09-10T18:59:10.710Z] Step 3/22 : WORKDIR /edgex-go [2020-09-10T18:59:10.710Z] ---> Using cache [2020-09-10T18:59:10.710Z] ---> d5fc14b2b3bd [2020-09-10T18:59:10.710Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-10T18:59:10.710Z] ---> Using cache [2020-09-10T18:59:10.710Z] ---> 61c63c84098c [2020-09-10T18:59:10.710Z] Step 5/22 : RUN apk update && apk add make git [2020-09-10T18:59:10.710Z] ---> Using cache [2020-09-10T18:59:10.710Z] ---> 199a11c689bc [2020-09-10T18:59:10.710Z] Step 6/22 : COPY go.mod . [2020-09-10T18:59:11.041Z] Removing intermediate container b50e3d87c4be [2020-09-10T18:59:11.041Z] ---> 199a11c689bc [2020-09-10T18:59:11.041Z] Step 6/20 : COPY go.mod . [2020-09-10T18:59:11.041Z] ---> Running in db9ef8150008 [2020-09-10T18:59:12.503Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-09-10T18:59:12.503Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-09-10T18:59:12.503Z] ---> ff7a0aaf9433 [2020-09-10T18:59:12.503Z] Step 3/26 : WORKDIR /edgex-go [2020-09-10T18:59:12.503Z] ---> Using cache [2020-09-10T18:59:12.503Z] ---> d5fc14b2b3bd [2020-09-10T18:59:12.503Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-10T18:59:12.503Z] ---> Using cache [2020-09-10T18:59:12.503Z] ---> 61c63c84098c [2020-09-10T18:59:12.503Z] Step 5/26 : RUN apk update && apk add make git [2020-09-10T18:59:12.503Z] ---> Using cache [2020-09-10T18:59:12.503Z] ---> 199a11c689bc [2020-09-10T18:59:12.503Z] Step 6/26 : COPY go.mod . [2020-09-10T18:59:12.503Z] Removing intermediate container db9ef8150008 [2020-09-10T18:59:12.503Z] ---> 5a3cdad5b40d [2020-09-10T18:59:12.503Z] Step 22/23 : LABEL git_sha=57974a27473083c1c6a10cb9f7b41893fbb07c00 [2020-09-10T18:59:13.100Z] ---> 5ebc43d82265 [2020-09-10T18:59:13.100Z] Step 7/22 : RUN go mod download [2020-09-10T18:59:13.404Z] ---> dc46ae816dc4 [2020-09-10T18:59:13.404Z] Step 7/20 : RUN go mod download [2020-09-10T18:59:13.404Z] ---> Running in 3b5596b0fe4f [2020-09-10T18:59:13.679Z] ---> 1a93897cee14 [2020-09-10T18:59:13.679Z] Step 7/26 : RUN go mod download [2020-09-10T18:59:13.679Z] ---> Running in e89e9aec25c2 [2020-09-10T18:59:13.679Z] ---> Running in 8b45f251c359 [2020-09-10T18:59:13.966Z] ---> Running in 165d90081e0f [2020-09-10T18:59:13.966Z] Removing intermediate container 3b5596b0fe4f [2020-09-10T18:59:13.966Z] ---> 36d1889b3d8b [2020-09-10T18:59:13.966Z] Step 23/23 : LABEL version=1.2.2-dev.22 [2020-09-10T18:59:14.249Z] ---> Running in 7043a2d841d3 [2020-09-10T18:59:14.880Z] Removing intermediate container 7043a2d841d3 [2020-09-10T18:59:14.881Z] ---> 55a2b46a7250 [2020-09-10T18:59:14.881Z] [2020-09-10T18:59:15.251Z] Successfully built 55a2b46a7250 [2020-09-10T18:59:15.251Z] Successfully tagged docker-core-data-go:latest [2020-09-10T18:59:15.251Z] Building docker-support-logging-go [2020-09-10T18:59:24.506Z]  Building docker-core-data-go ... done Removing intermediate container 8b45f251c359 [2020-09-10T18:59:24.506Z] ---> 585f8a22747e [2020-09-10T18:59:24.506Z] Step 8/20 : COPY . . [2020-09-10T18:59:24.506Z] Removing intermediate container e89e9aec25c2 [2020-09-10T18:59:24.506Z] ---> 7fd23ce665b2 [2020-09-10T18:59:24.506Z] Step 8/22 : COPY . . [2020-09-10T18:59:24.506Z] Removing intermediate container 165d90081e0f [2020-09-10T18:59:24.506Z] ---> c69a4946ecfd [2020-09-10T18:59:24.506Z] Step 8/26 : COPY . . [2020-09-10T18:59:32.452Z] Step 1/24 : ARG BUILDER_BASE=golang:1.13-alpine [2020-09-10T18:59:32.452Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-09-10T18:59:32.452Z] ---> 567efb9c8c3c [2020-09-10T18:59:32.452Z] Step 3/24 : WORKDIR /edgex-go [2020-09-10T18:59:32.452Z] Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine [2020-09-10T18:59:32.452Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-09-10T18:59:32.452Z] ---> 567efb9c8c3c [2020-09-10T18:59:32.452Z] Step 3/23 : WORKDIR /edgex-go [2020-09-10T18:59:32.452Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-09-10T18:59:32.452Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-09-10T18:59:32.452Z] ---> 567efb9c8c3c [2020-09-10T18:59:32.452Z] Step 3/22 : WORKDIR /edgex-go [2020-09-10T18:59:32.452Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-09-10T18:59:32.452Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-09-10T18:59:32.452Z] ---> 567efb9c8c3c [2020-09-10T18:59:32.452Z] Step 3/22 : WORKDIR /edgex-go [2020-09-10T18:59:32.452Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-09-10T18:59:32.452Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-09-10T18:59:32.452Z] ---> 567efb9c8c3c [2020-09-10T18:59:32.452Z] Step 3/22 : WORKDIR /edgex-go [2020-09-10T18:59:33.902Z] ---> Running in 1f383ae100da [2020-09-10T18:59:33.902Z] ---> Running in 159459e9d010 [2020-09-10T18:59:33.902Z] ---> Running in 32f88d6a0308 [2020-09-10T18:59:33.902Z] ---> Running in a265e692d219 [2020-09-10T18:59:33.902Z] ---> Running in 14d1938cc63e [2020-09-10T18:59:34.509Z] Removing intermediate container a265e692d219 [2020-09-10T18:59:34.509Z] ---> 45da9dbc3082 [2020-09-10T18:59:34.509Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-10T18:59:34.509Z] Removing intermediate container 32f88d6a0308 [2020-09-10T18:59:34.509Z] ---> 5962165000d4 [2020-09-10T18:59:34.509Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-10T18:59:34.509Z] Removing intermediate container 159459e9d010 [2020-09-10T18:59:34.509Z] ---> a665857ed5e9 [2020-09-10T18:59:34.509Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-10T18:59:34.509Z] Removing intermediate container 1f383ae100da [2020-09-10T18:59:34.509Z] ---> e47e0c5f55e0 [2020-09-10T18:59:34.509Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-10T18:59:34.793Z] Removing intermediate container 14d1938cc63e [2020-09-10T18:59:34.793Z] ---> 97f0792a7746 [2020-09-10T18:59:34.793Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-10T18:59:34.793Z] ---> Running in 8fa7bae491e6 [2020-09-10T18:59:34.793Z] ---> Running in a3c114725acb [2020-09-10T18:59:34.794Z] ---> Running in 062448ac62b1 [2020-09-10T18:59:34.794Z] ---> Running in 5b60f1ba3bf2 [2020-09-10T18:59:34.794Z] ---> Running in 543b740acaf3 [2020-09-10T18:59:39.148Z] Removing intermediate container a3c114725acb [2020-09-10T18:59:39.148Z] ---> f30a2bd78591 [2020-09-10T18:59:39.148Z] Step 5/22 : RUN apk update && apk add make git [2020-09-10T18:59:39.149Z] ---> Running in f8a885717535 [2020-09-10T18:59:39.149Z] Removing intermediate container 8fa7bae491e6 [2020-09-10T18:59:39.149Z] ---> 8ede357e3201 [2020-09-10T18:59:39.149Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-09-10T18:59:39.427Z] ---> Running in 11f70f1cd711 [2020-09-10T18:59:40.037Z] Removing intermediate container 543b740acaf3 [2020-09-10T18:59:40.037Z] ---> c02f26dead6b [2020-09-10T18:59:40.037Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-09-10T18:59:40.037Z] Removing intermediate container 5b60f1ba3bf2 [2020-09-10T18:59:40.037Z] ---> ffec986c7703 [2020-09-10T18:59:40.037Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-09-10T18:59:40.037Z] ---> Running in eb51282e4109 [2020-09-10T18:59:40.037Z] ---> Running in 3aa1714185c3 [2020-09-10T18:59:40.037Z] Removing intermediate container 062448ac62b1 [2020-09-10T18:59:40.037Z] ---> e763eef3f1ec [2020-09-10T18:59:40.313Z] Step 5/22 : RUN apk update && apk add make git [2020-09-10T18:59:40.444Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-09-10T18:59:40.444Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-09-10T18:59:40.444Z] ---> ff7a0aaf9433 [2020-09-10T18:59:40.444Z] Step 3/22 : WORKDIR /edgex-go [2020-09-10T18:59:40.444Z] ---> Using cache [2020-09-10T18:59:40.444Z] ---> d5fc14b2b3bd [2020-09-10T18:59:40.444Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-10T18:59:40.444Z] ---> Using cache [2020-09-10T18:59:40.444Z] ---> 61c63c84098c [2020-09-10T18:59:40.444Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-09-10T18:59:40.588Z] ---> Running in 518de30fbea5 [2020-09-10T18:59:41.579Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-10T18:59:41.853Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-10T18:59:42.089Z] ---> Running in 966c5e05f5aa [2020-09-10T18:59:42.451Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-10T18:59:42.725Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-10T18:59:42.725Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-10T18:59:42.725Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-10T18:59:42.725Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-10T18:59:43.323Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-10T18:59:43.323Z] v3.12.0-306-g6984aa70ea [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-10T18:59:43.323Z] v3.12.0-309-g977657e5b2 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-10T18:59:43.323Z] OK: 12617 distinct packages available [2020-09-10T18:59:43.602Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-10T18:59:43.602Z] v3.12.0-306-g6984aa70ea [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-10T18:59:43.602Z] v3.12.0-309-g977657e5b2 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-10T18:59:43.602Z] OK: 12617 distinct packages available [2020-09-10T18:59:43.602Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-10T18:59:44.207Z] OK: 217 MiB in 51 packages [2020-09-10T18:59:44.207Z] v3.12.0-306-g6984aa70ea [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-10T18:59:44.207Z] v3.12.0-309-g977657e5b2 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-10T18:59:44.207Z] OK: 12617 distinct packages available [2020-09-10T18:59:44.485Z] OK: 217 MiB in 51 packages [2020-09-10T18:59:44.485Z] v3.12.0-306-g6984aa70ea [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-10T18:59:44.485Z] v3.12.0-309-g977657e5b2 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-10T18:59:44.485Z] OK: 12617 distinct packages available [2020-09-10T18:59:44.766Z] v3.12.0-306-g6984aa70ea [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-10T18:59:44.766Z] v3.12.0-309-g977657e5b2 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-10T18:59:44.766Z] OK: 12617 distinct packages available [2020-09-10T18:59:45.041Z] OK: 217 MiB in 51 packages [2020-09-10T18:59:45.324Z] OK: 217 MiB in 51 packages [2020-09-10T18:59:45.627Z] OK: 217 MiB in 51 packages [2020-09-10T18:59:46.230Z] Removing intermediate container f8a885717535 [2020-09-10T18:59:46.230Z] ---> 333a851b8b76 [2020-09-10T18:59:46.230Z] Step 6/22 : COPY go.mod . [2020-09-10T18:59:46.230Z] OK: 217 MiB in 51 packages [2020-09-10T18:59:46.827Z] Removing intermediate container 11f70f1cd711 [2020-09-10T18:59:46.827Z] ---> 692b882304fd [2020-09-10T18:59:46.827Z] Step 6/24 : COPY go.mod . [2020-09-10T18:59:47.105Z] Removing intermediate container 518de30fbea5 [2020-09-10T18:59:47.105Z] ---> 77b855d282aa [2020-09-10T18:59:47.105Z] Step 6/22 : COPY go.mod . [2020-09-10T18:59:47.382Z] ---> 9397dae43b72 [2020-09-10T18:59:47.382Z] Step 7/22 : RUN go mod download [2020-09-10T18:59:47.382Z] Removing intermediate container eb51282e4109 [2020-09-10T18:59:47.382Z] ---> 95239ad93551 [2020-09-10T18:59:47.382Z] Step 6/23 : COPY go.mod . [2020-09-10T18:59:47.382Z] ---> Running in 2db8dd199867 [2020-09-10T18:59:47.740Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-10T18:59:48.013Z] ---> bb4a35ed2374 [2020-09-10T18:59:48.013Z] Step 7/24 : RUN go mod download [2020-09-10T18:59:48.013Z] Removing intermediate container 3aa1714185c3 [2020-09-10T18:59:48.013Z] ---> 627953c45762 [2020-09-10T18:59:48.013Z] Step 6/22 : COPY go.mod . [2020-09-10T18:59:48.013Z] ---> Running in 0d0cbcaaf8a8 [2020-09-10T18:59:48.293Z] ---> 0bb5530845a1 [2020-09-10T18:59:48.293Z] Step 7/22 : RUN go mod download [2020-09-10T18:59:48.435Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-10T18:59:48.575Z] ---> Running in 422a225cc0b3 [2020-09-10T18:59:48.863Z] ---> 344875393366 [2020-09-10T18:59:48.863Z] Step 7/23 : RUN go mod download [2020-09-10T18:59:49.080Z] v3.12.0-306-g6984aa70ea [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-10T18:59:49.080Z] v3.12.0-309-g977657e5b2 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-10T18:59:49.080Z] OK: 12746 distinct packages available [2020-09-10T18:59:49.147Z] ---> Running in 79715f38d936 [2020-09-10T18:59:49.147Z] ---> ad8ff2182a12 [2020-09-10T18:59:49.147Z] Step 7/22 : RUN go mod download [2020-09-10T18:59:49.430Z] ---> Running in 6e81d88c99bf [2020-09-10T18:59:50.795Z] OK: 233 MiB in 51 packages [2020-09-10T18:59:51.173Z] OK: 233 MiB in 51 packages [2020-09-10T18:59:52.066Z] Removing intermediate container 2db8dd199867 [2020-09-10T18:59:52.066Z] ---> cb755745b897 [2020-09-10T18:59:52.066Z] Step 8/22 : COPY . . [2020-09-10T18:59:54.090Z] Removing intermediate container 0d0cbcaaf8a8 [2020-09-10T18:59:54.090Z] ---> d042606ccfad [2020-09-10T18:59:54.090Z] Step 8/24 : COPY . . [2020-09-10T18:59:54.371Z] Removing intermediate container 422a225cc0b3 [2020-09-10T18:59:54.371Z] ---> 9678575d53b0 [2020-09-10T18:59:54.371Z] Step 8/22 : COPY . . [2020-09-10T18:59:55.137Z] Removing intermediate container 79715f38d936 [2020-09-10T18:59:55.137Z] ---> 344717a25c32 [2020-09-10T18:59:55.137Z] Step 8/23 : COPY . . [2020-09-10T18:59:55.738Z] Removing intermediate container 6e81d88c99bf [2020-09-10T18:59:55.738Z] ---> 43d9cb3e20c7 [2020-09-10T18:59:55.738Z] Step 8/22 : COPY . . [2020-09-10T18:59:55.989Z] Removing intermediate container 0971e5933410 [2020-09-10T18:59:55.989Z] ---> 081686207e6d [2020-09-10T18:59:55.989Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-09-10T18:59:57.475Z] Removing intermediate container 966c5e05f5aa [2020-09-10T18:59:57.475Z] ---> f65be298c6e4 [2020-09-10T18:59:57.475Z] Step 6/22 : COPY go.mod . [2020-09-10T18:59:58.063Z] ---> Running in 7387a685e5e3 [2020-09-10T18:59:58.664Z] ---> b178e40a70ac [2020-09-10T18:59:58.664Z] Step 7/22 : RUN go mod download [2020-09-10T19:00:00.143Z] ---> Running in 735efc9d7e97 [2020-09-10T19:00:00.763Z] ---> c8a13e1d07e4 [2020-09-10T19:00:00.763Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-09-10T19:00:00.763Z] ---> f7d5c8500d1d [2020-09-10T19:00:00.763Z] Step 9/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup cmd/security-secretstore-read/security-secretstore-read [2020-09-10T19:00:00.763Z] ---> dfe79bd6d1b8 [2020-09-10T19:00:00.763Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-09-10T19:00:00.763Z] ---> Running in da2f7f251ea7 [2020-09-10T19:00:00.763Z] ---> Running in c5e8016402ef [2020-09-10T19:00:01.043Z] ---> Running in 245cc1c16317 [2020-09-10T19:00:02.721Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.22" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-09-10T19:00:03.020Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.22" -o cmd/core-command/core-command ./cmd/core-command [2020-09-10T19:00:03.020Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.22" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-09-10T19:00:07.676Z] Removing intermediate container 735efc9d7e97 [2020-09-10T19:00:07.676Z] ---> 5d66b3bde80b [2020-09-10T19:00:07.676Z] Step 8/22 : COPY . . [2020-09-10T19:00:17.929Z] ---> 192c5d4bbc25 [2020-09-10T19:00:17.929Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-09-10T19:00:17.929Z] ---> Running in 5e02ce6586d0 [2020-09-10T19:00:17.929Z] ---> 683a752385d2 [2020-09-10T19:00:17.929Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-09-10T19:00:17.929Z] ---> 6ab1735798c6 [2020-09-10T19:00:17.929Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-09-10T19:00:17.929Z] ---> a62dc60655f4 [2020-09-10T19:00:17.929Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-09-10T19:00:17.929Z] ---> 4cb4ae0458ab [2020-09-10T19:00:17.929Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-09-10T19:00:17.929Z] ---> Running in 85dfda63664e [2020-09-10T19:00:17.929Z] ---> Running in cc0db37a8950 [2020-09-10T19:00:17.929Z] ---> Running in 86e08cdbdc63 [2020-09-10T19:00:17.929Z] ---> Running in 76dc730e3231 [2020-09-10T19:00:17.929Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.22" -o cmd/core-command/core-command ./cmd/core-command [2020-09-10T19:00:17.929Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.22" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-09-10T19:00:17.929Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.22" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-09-10T19:00:18.204Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.22" -o cmd/core-data/core-data ./cmd/core-data [2020-09-10T19:00:18.204Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.22" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-09-10T19:00:18.244Z] Collecting docker-compose==1.23.2 [2020-09-10T19:00:18.244Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-09-10T19:00:18.244Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-09-10T19:00:18.244Z] Collecting docopt<0.7,>=0.6.1 [2020-09-10T19:00:18.244Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-09-10T19:00:24.130Z] Collecting PyYAML<4,>=3.10 [2020-09-10T19:00:24.130Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-09-10T19:00:30.102Z] Collecting docker<4.0,>=3.6.0 [2020-09-10T19:00:30.102Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-09-10T19:00:30.501Z] Collecting cached-property<2,>=1.2.0 [2020-09-10T19:00:30.814Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-09-10T19:00:30.814Z] Collecting texttable<0.10,>=0.9.0 [2020-09-10T19:00:30.814Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-09-10T19:00:32.298Z] Collecting dockerpty<0.5,>=0.4.1 [2020-09-10T19:00:32.298Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-09-10T19:00:33.781Z] Collecting websocket-client<1.0,>=0.32.0 [2020-09-10T19:00:33.781Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-09-10T19:00:34.113Z] ---> 613d2653d643 [2020-09-10T19:00:34.113Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-09-10T19:00:34.726Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-09-10T19:00:34.726Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-09-10T19:00:35.527Z] Collecting jsonschema<3,>=2.5.1 [2020-09-10T19:00:35.527Z] ---> Running in 44421b299b30 [2020-09-10T19:00:35.527Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-09-10T19:00:36.375Z] Collecting docker-pycreds>=0.4.0 [2020-09-10T19:00:36.375Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-09-10T19:00:36.375Z] Collecting urllib3<1.25,>=1.21.1 [2020-09-10T19:00:36.375Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-09-10T19:00:36.375Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2020-09-10T19:00:36.375Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2020-09-10T19:00:36.690Z] Collecting idna<2.8,>=2.5 [2020-09-10T19:00:36.690Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-09-10T19:00:36.690Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-09-10T19:00:36.690Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-09-10T19:00:36.690Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-09-10T19:00:36.690Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-09-10T19:00:37.464Z] Installing collected packages: docopt, PyYAML, websocket-client, urllib3, idna, requests, docker-pycreds, docker, cached-property, texttable, dockerpty, jsonschema, docker-compose [2020-09-10T19:00:37.464Z] Running setup.py install for docopt: started [2020-09-10T19:00:37.464Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.22" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-09-10T19:00:39.658Z] Running setup.py install for docopt: finished with status 'done' [2020-09-10T19:00:39.658Z] Running setup.py install for PyYAML: started [2020-09-10T19:00:40.697Z] Running setup.py install for PyYAML: finished with status 'done' [2020-09-10T19:00:41.005Z] Attempting uninstall: urllib3 [2020-09-10T19:00:41.005Z] Found existing installation: urllib3 1.25.9 [2020-09-10T19:00:41.005Z] Uninstalling urllib3-1.25.9: [2020-09-10T19:00:41.342Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.22" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-09-10T19:00:41.661Z] Successfully uninstalled urllib3-1.25.9 [2020-09-10T19:00:41.965Z] Attempting uninstall: idna [2020-09-10T19:00:41.965Z] Found existing installation: idna 2.9 [2020-09-10T19:00:41.965Z] Uninstalling idna-2.9: [2020-09-10T19:00:42.323Z] Successfully uninstalled idna-2.9 [2020-09-10T19:00:43.513Z] Attempting uninstall: requests [2020-09-10T19:00:43.513Z] Found existing installation: requests 2.23.0 [2020-09-10T19:00:43.513Z] Uninstalling requests-2.23.0: [2020-09-10T19:00:43.799Z] Successfully uninstalled requests-2.23.0 [2020-09-10T19:00:45.394Z] Running setup.py install for texttable: started [2020-09-10T19:00:46.435Z] Running setup.py install for texttable: finished with status 'done' [2020-09-10T19:00:46.700Z] Running setup.py install for dockerpty: started [2020-09-10T19:00:47.682Z] Running setup.py install for dockerpty: finished with status 'done' [2020-09-10T19:00:48.306Z] Removing intermediate container da2f7f251ea7 [2020-09-10T19:00:48.306Z] ---> 3172e6177bdd [2020-09-10T19:00:48.306Z] [2020-09-10T19:00:48.306Z] Step 10/20 : FROM alpine [2020-09-10T19:00:48.306Z] ---> a24bb4013296 [2020-09-10T19:00:48.306Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-09-10T19:00:49.008Z] ---> Running in 2cda260b14df [2020-09-10T19:00:49.008Z] Successfully installed PyYAML-3.13 cached-property-1.5.1 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2020-09-10T19:00:49.008Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.22" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-09-10T19:00:51.938Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-10T19:00:51.938Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-10T19:00:51.938Z] v3.12.0-306-g6984aa70ea [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-09-10T19:00:51.938Z] v3.12.0-309-g977657e5b2 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-09-10T19:00:51.938Z] OK: 12746 distinct packages available [2020-09-10T19:00:52.255Z] (1/4) Installing ca-certificates (20191127-r4) [2020-09-10T19:00:52.526Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-09-10T19:00:52.526Z] (3/4) Installing libcurl (7.69.1-r0) [2020-09-10T19:00:52.526Z] (4/4) Installing curl (7.69.1-r0) [2020-09-10T19:00:52.526Z] Executing busybox-1.31.1-r16.trigger [2020-09-10T19:00:52.526Z] Executing ca-certificates-20191127-r4.trigger [2020-09-10T19:00:52.526Z] OK: 7 MiB in 18 packages [2020-09-10T19:00:53.581Z] Removing intermediate container c5e8016402ef [2020-09-10T19:00:53.581Z] ---> f1a4395dce56 [2020-09-10T19:00:53.581Z] [2020-09-10T19:00:53.581Z] Step 10/22 : FROM scratch [2020-09-10T19:00:53.581Z] ---> [2020-09-10T19:00:53.581Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-09-10T19:00:54.693Z] ---> Using cache [2020-09-10T19:00:54.693Z] ---> 255f9bf53d69 [2020-09-10T19:00:54.693Z] Step 12/22 : ENV APP_PORT=48082 [2020-09-10T19:00:57.125Z] ---> Running in 64772d6dbb82 [2020-09-10T19:00:57.125Z] Removing intermediate container 2cda260b14df [2020-09-10T19:00:57.125Z] ---> a2a08baaa555 [2020-09-10T19:00:57.125Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-09-10T19:00:57.125Z] Removing intermediate container 7387a685e5e3 [2020-09-10T19:00:57.125Z] ---> 225fe789e74f [2020-09-10T19:00:57.125Z] Step 22/27 : RUN apk --no-cache add curl [2020-09-10T19:00:57.125Z] ---> Running in a0ca54e21cbb [2020-09-10T19:00:57.125Z] ---> Running in a7bde23dd655 [2020-09-10T19:00:57.414Z] Removing intermediate container 64772d6dbb82 [2020-09-10T19:00:57.414Z] ---> ea34b098af1b [2020-09-10T19:00:57.414Z] Step 13/22 : EXPOSE $APP_PORT [2020-09-10T19:00:57.726Z] ---> Running in aa12d6219442 [2020-09-10T19:00:58.034Z] Removing intermediate container a0ca54e21cbb [2020-09-10T19:00:58.034Z] ---> 9a0e019bfe3c [2020-09-10T19:00:58.034Z] Step 13/20 : WORKDIR /edgex [2020-09-10T19:00:58.034Z] ---> Running in 55bca6fed2e2 [2020-09-10T19:00:58.656Z] Removing intermediate container aa12d6219442 [2020-09-10T19:00:58.656Z] ---> 041b8baed784 [2020-09-10T19:00:58.656Z] Step 14/22 : WORKDIR / [2020-09-10T19:00:58.656Z] ---> Running in 6ad706825a60 [2020-09-10T19:00:58.656Z] Removing intermediate container 55bca6fed2e2 [2020-09-10T19:00:58.656Z] ---> 25f145ef12cd [2020-09-10T19:00:58.656Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-09-10T19:00:58.656Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-10T19:00:58.949Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-10T19:00:59.291Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-09-10T19:00:59.291Z] (2/3) Installing libcurl (7.69.1-r0) [2020-09-10T19:00:59.291Z] (3/3) Installing curl (7.69.1-r0) [2020-09-10T19:00:59.291Z] Executing busybox-1.31.1-r16.trigger [2020-09-10T19:00:59.684Z] OK: 72 MiB in 58 packages [2020-09-10T19:00:59.684Z] Removing intermediate container 6ad706825a60 [2020-09-10T19:00:59.684Z] ---> dc0d2be135b3 [2020-09-10T19:00:59.684Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-09-10T19:01:01.349Z] ---> 656559e8ddc5 [2020-09-10T19:01:01.349Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-09-10T19:01:01.681Z] ---> d754e11129f5 [2020-09-10T19:01:01.681Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-09-10T19:01:02.754Z] Removing intermediate container 245cc1c16317 [2020-09-10T19:01:02.754Z] ---> 0736dd3f72a3 [2020-09-10T19:01:02.754Z] [2020-09-10T19:01:02.754Z] Step 10/26 : FROM alpine:3.10 [2020-09-10T19:01:03.079Z] 3.10: Pulling from library/alpine [2020-09-10T19:01:03.079Z] Removing intermediate container a7bde23dd655 [2020-09-10T19:01:03.079Z] ---> a2469149a135 [2020-09-10T19:01:03.079Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-09-10T19:01:05.835Z] ---> 4725d0a0292a [2020-09-10T19:01:05.835Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-09-10T19:01:05.835Z] ---> Running in bed84d58f0b6 [2020-09-10T19:01:05.835Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-09-10T19:01:05.835Z] ---> Running in 0c35fccb6169 [2020-09-10T19:01:05.835Z] Status: Downloaded newer image for alpine:3.10 [2020-09-10T19:01:05.835Z] ---> be4e4bea2c2e [2020-09-10T19:01:05.835Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-09-10T19:01:05.835Z] ---> 6ca576e79ef1 [2020-09-10T19:01:05.835Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-09-10T19:01:06.244Z] ---> Running in 93c9db0c8fbe [2020-09-10T19:01:06.244Z] Removing intermediate container bed84d58f0b6 [2020-09-10T19:01:06.244Z] ---> 4e77ea4aac9a [2020-09-10T19:01:06.244Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-10T19:01:06.572Z] Removing intermediate container 0c35fccb6169 [2020-09-10T19:01:06.572Z] ---> 1d9b6a91af56 [2020-09-10T19:01:06.572Z] Step 17/20 : CMD ["--init=true"] [2020-09-10T19:01:06.572Z] ---> Running in 6d6cc4f091dd [2020-09-10T19:01:06.572Z] ---> Running in cdae944281aa [2020-09-10T19:01:06.846Z] ---> 47dc177adde1 [2020-09-10T19:01:06.846Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-09-10T19:01:06.846Z] ---> Running in fdebc8c60256 [2020-09-10T19:01:06.846Z] Removing intermediate container 6d6cc4f091dd [2020-09-10T19:01:06.846Z] ---> 5e98996f9cfe [2020-09-10T19:01:06.846Z] Step 25/27 : LABEL arch=x86_64 [2020-09-10T19:01:06.846Z] ---> Running in 9ef766195f11 [2020-09-10T19:01:07.173Z] Removing intermediate container cdae944281aa [2020-09-10T19:01:07.173Z] ---> d3c3942bf1f6 [2020-09-10T19:01:07.173Z] Step 18/20 : LABEL arch=x86_64 [2020-09-10T19:01:07.173Z] ---> Running in 1f0b957fcc1c [2020-09-10T19:01:07.480Z] Removing intermediate container fdebc8c60256 [2020-09-10T19:01:07.480Z] ---> 9328af03136f [2020-09-10T19:01:07.480Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-10T19:01:07.480Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-09-10T19:01:07.480Z] Removing intermediate container 9ef766195f11 [2020-09-10T19:01:07.480Z] ---> 8fc2b55d75a5 [2020-09-10T19:01:07.480Z] Step 26/27 : LABEL git_sha=57974a27473083c1c6a10cb9f7b41893fbb07c00 [2020-09-10T19:01:07.480Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-09-10T19:01:07.480Z] ---> Running in 0e825c4dc775 [2020-09-10T19:01:07.755Z] ---> Running in 1aa78625d1d9 [2020-09-10T19:01:07.755Z] Removing intermediate container 1f0b957fcc1c [2020-09-10T19:01:07.755Z] ---> e345bb01b8c8 [2020-09-10T19:01:07.755Z] Step 19/20 : LABEL git_sha=57974a27473083c1c6a10cb9f7b41893fbb07c00 [2020-09-10T19:01:07.755Z] v3.10.5-85-gb9aebdae9a [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-09-10T19:01:07.755Z] v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-09-10T19:01:07.755Z] OK: 10346 distinct packages available [2020-09-10T19:01:07.755Z] ---> Running in a3afbeaac976 [2020-09-10T19:01:07.755Z] Removing intermediate container 0e825c4dc775 [2020-09-10T19:01:07.755Z] ---> a3eb22743ed5 [2020-09-10T19:01:07.755Z] Step 20/22 : LABEL arch=x86_64 [2020-09-10T19:01:08.057Z] ---> Running in cfe59b22414b [2020-09-10T19:01:08.057Z] Removing intermediate container 1aa78625d1d9 [2020-09-10T19:01:08.057Z] ---> 9ac34d1123e1 [2020-09-10T19:01:08.057Z] Step 27/27 : LABEL version=1.2.2-dev.22 [2020-09-10T19:01:08.057Z] (1/5) Installing ca-certificates (20191127-r2) [2020-09-10T19:01:08.377Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-09-10T19:01:08.377Z] (3/5) Installing libcurl (7.66.0-r0) [2020-09-10T19:01:08.377Z] (4/5) Installing curl (7.66.0-r0) [2020-09-10T19:01:08.377Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-09-10T19:01:08.377Z] Executing busybox-1.30.1-r3.trigger [2020-09-10T19:01:08.377Z] Executing ca-certificates-20191127-r2.trigger [2020-09-10T19:01:08.711Z] OK: 7 MiB in 19 packages [2020-09-10T19:01:08.711Z] ---> Running in 84534ca15837 [2020-09-10T19:01:08.711Z] Removing intermediate container a3afbeaac976 [2020-09-10T19:01:08.711Z] ---> 884b723d1107 [2020-09-10T19:01:08.711Z] Step 20/20 : LABEL version=1.2.2-dev.22 [2020-09-10T19:01:08.711Z] Removing intermediate container cfe59b22414b [2020-09-10T19:01:08.711Z] ---> 73cba326dd3b [2020-09-10T19:01:08.711Z] Step 21/22 : LABEL git_sha=57974a27473083c1c6a10cb9f7b41893fbb07c00 [2020-09-10T19:01:09.003Z] ---> Running in a4444c6b258b [2020-09-10T19:01:09.003Z] ---> Running in 5b949e800fe7 [2020-09-10T19:01:09.324Z] Removing intermediate container 84534ca15837 [2020-09-10T19:01:09.324Z] ---> b3adeef2ffcd [2020-09-10T19:01:09.324Z] [2020-09-10T19:01:09.324Z] Removing intermediate container a4444c6b258b [2020-09-10T19:01:09.324Z] ---> 52256b757e12 [2020-09-10T19:01:09.324Z] [2020-09-10T19:01:09.324Z] Removing intermediate container 5b949e800fe7 [2020-09-10T19:01:09.324Z] ---> 3186476dde76 [2020-09-10T19:01:09.324Z] Step 22/22 : LABEL version=1.2.2-dev.22 [2020-09-10T19:01:09.324Z] Successfully built b3adeef2ffcd [2020-09-10T19:01:09.644Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-09-10T19:01:09.644Z] Building docker-security-secrets-setup-go [2020-09-10T19:01:09.644Z]  Building docker-sys-mgmt-agent-go ... done  ---> Running in 2b9d2571870e [2020-09-10T19:01:09.644Z] Successfully built 52256b757e12 [2020-09-10T19:01:10.254Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-09-10T19:01:10.928Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 93c9db0c8fbe [2020-09-10T19:01:10.928Z] ---> 65436fcbc952 [2020-09-10T19:01:10.928Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-09-10T19:01:12.008Z] Removing intermediate container 2b9d2571870e [2020-09-10T19:01:12.008Z] ---> abcc6087eda3 [2020-09-10T19:01:12.008Z] [2020-09-10T19:01:12.306Z] ---> Running in 8ee2da5b6f03 [2020-09-10T19:01:12.306Z] Successfully built abcc6087eda3 [2020-09-10T19:01:12.633Z] Successfully tagged docker-core-command-go:latest [2020-09-10T19:01:12.633Z]  Building docker-core-command-go ... done Removing intermediate container 44421b299b30 [2020-09-10T19:01:12.633Z] ---> 0011f5f8a036 [2020-09-10T19:01:12.633Z] [2020-09-10T19:01:12.633Z] Step 10/22 : FROM scratch [2020-09-10T19:01:12.633Z] ---> [2020-09-10T19:01:12.633Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-09-10T19:01:13.226Z] ---> Using cache [2020-09-10T19:01:13.226Z] ---> b6d05f8d9e1c [2020-09-10T19:01:13.226Z] Step 12/22 : ENV APP_PORT=48061 [2020-09-10T19:01:15.277Z] Removing intermediate container 8ee2da5b6f03 [2020-09-10T19:01:15.277Z] ---> 3d3e04c72bdb [2020-09-10T19:01:15.277Z] Step 13/26 : WORKDIR / [2020-09-10T19:01:15.277Z] ---> Running in e8bed39e1e95 [2020-09-10T19:01:15.562Z] ---> Running in 19078feedb8f [2020-09-10T19:01:15.562Z] Removing intermediate container e8bed39e1e95 [2020-09-10T19:01:15.562Z] ---> 1ae45e274e2f [2020-09-10T19:01:15.562Z] Step 13/22 : EXPOSE $APP_PORT [2020-09-10T19:01:15.562Z] ---> Running in ce5b4cf0e4ab [2020-09-10T19:01:15.871Z] Removing intermediate container 19078feedb8f [2020-09-10T19:01:15.871Z] ---> c38da623a598 [2020-09-10T19:01:15.871Z] Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-09-10T19:01:15.871Z] Removing intermediate container ce5b4cf0e4ab [2020-09-10T19:01:15.871Z] ---> be443b388dd2 [2020-09-10T19:01:15.871Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-09-10T19:01:16.489Z] ---> cfe67155d25c [2020-09-10T19:01:16.489Z] Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-09-10T19:01:17.094Z] ---> 4133620e0afd [2020-09-10T19:01:17.094Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-09-10T19:01:17.689Z] ---> 85fab39e5549 [2020-09-10T19:01:17.689Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-09-10T19:01:18.738Z] ---> 62a634edafbe [2020-09-10T19:01:18.738Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-09-10T19:01:19.701Z] ---> c078e3deefd9 [2020-09-10T19:01:19.701Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-09-10T19:01:20.316Z] ---> 05f75876cb8b [2020-09-10T19:01:20.316Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-09-10T19:01:20.316Z] ---> 8a4decf9b3b9 [2020-09-10T19:01:20.316Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-09-10T19:01:21.390Z] ---> 1a2f8fbeb321 [2020-09-10T19:01:21.390Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-09-10T19:01:21.390Z] ---> Running in cfef158d13d4 [2020-09-10T19:01:21.390Z] ---> 5315b43b7334 [2020-09-10T19:01:21.390Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-09-10T19:01:22.291Z] Removing intermediate container cfef158d13d4 [2020-09-10T19:01:22.291Z] ---> ff3371522ed6 [2020-09-10T19:01:22.291Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-10T19:01:23.249Z] ---> Running in d7db98efd86d [2020-09-10T19:01:23.521Z] Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine [2020-09-10T19:01:23.521Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-09-10T19:01:23.521Z] ---> ff7a0aaf9433 [2020-09-10T19:01:23.521Z] Step 3/29 : WORKDIR /edgex-go [2020-09-10T19:01:23.521Z] ---> Using cache [2020-09-10T19:01:23.521Z] ---> d5fc14b2b3bd [2020-09-10T19:01:23.521Z] Step 4/29 : RUN apk update && apk add make git [2020-09-10T19:01:24.481Z] ---> 028f885071f2 [2020-09-10T19:01:24.481Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-09-10T19:01:24.481Z] ---> Running in ea4db5bcfa27 [2020-09-10T19:01:24.481Z] Removing intermediate container d7db98efd86d [2020-09-10T19:01:24.481Z] ---> 60a60fa391db [2020-09-10T19:01:24.481Z] Step 20/22 : LABEL arch=x86_64 [2020-09-10T19:01:24.771Z] ---> Running in 86c694de2596 [2020-09-10T19:01:25.426Z] ---> d93b63a9764a [2020-09-10T19:01:25.426Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-09-10T19:01:25.426Z] Removing intermediate container 86c694de2596 [2020-09-10T19:01:25.426Z] ---> 8f33acd6d4cb [2020-09-10T19:01:25.426Z] Step 21/22 : LABEL git_sha=57974a27473083c1c6a10cb9f7b41893fbb07c00 [2020-09-10T19:01:25.426Z] ---> Running in 4af9cd527a1c [2020-09-10T19:01:25.709Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-10T19:01:25.709Z] Removing intermediate container 4af9cd527a1c [2020-09-10T19:01:25.709Z] ---> 06171121ad26 [2020-09-10T19:01:25.709Z] Step 22/22 : LABEL version=1.2.2-dev.22 [2020-09-10T19:01:25.709Z] ---> Running in 0f55cbfb6463 [2020-09-10T19:01:25.709Z] ---> d6746ed9d09e [2020-09-10T19:01:25.709Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-09-10T19:01:26.022Z] ---> Running in a3e48988094f [2020-09-10T19:01:26.022Z] Removing intermediate container 0f55cbfb6463 [2020-09-10T19:01:26.022Z] ---> c0ed75c3d1d3 [2020-09-10T19:01:26.022Z] [2020-09-10T19:01:26.288Z] Successfully built c0ed75c3d1d3 [2020-09-10T19:01:26.288Z] Successfully tagged docker-support-logging-go:latest [2020-09-10T19:01:26.288Z]  Building docker-support-logging-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-10T19:01:26.904Z] v3.12.0-306-g6984aa70ea [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-10T19:01:26.904Z] v3.12.0-309-g977657e5b2 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-10T19:01:26.904Z] OK: 12746 distinct packages available [2020-09-10T19:01:27.170Z] OK: 233 MiB in 51 packages [2020-09-10T19:01:27.478Z] Removing intermediate container a3e48988094f [2020-09-10T19:01:27.478Z] ---> 6b69d43f69e9 [2020-09-10T19:01:27.478Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-09-10T19:01:27.478Z] ---> Running in 38c9f8cb3397 [2020-09-10T19:01:27.753Z] Removing intermediate container 38c9f8cb3397 [2020-09-10T19:01:27.753Z] ---> af6e80c6362c [2020-09-10T19:01:27.753Z] Step 24/26 : LABEL arch=x86_64 [2020-09-10T19:01:28.026Z] ---> Running in 1ad8c8155df3 [2020-09-10T19:01:28.026Z] Removing intermediate container ea4db5bcfa27 [2020-09-10T19:01:28.027Z] ---> 57ecc99ecf27 [2020-09-10T19:01:28.027Z] Step 5/29 : COPY go.mod . [2020-09-10T19:01:28.305Z] Removing intermediate container 1ad8c8155df3 [2020-09-10T19:01:28.305Z] ---> e505bfb04431 [2020-09-10T19:01:28.305Z] Step 25/26 : LABEL git_sha=57974a27473083c1c6a10cb9f7b41893fbb07c00 [2020-09-10T19:01:28.305Z] ---> Running in 4c428b0a78b8 [2020-09-10T19:01:28.571Z] ---> 2cad838f815e [2020-09-10T19:01:28.571Z] Step 6/29 : RUN go mod download [2020-09-10T19:01:28.571Z] ---> Running in a3c060208ca8 [2020-09-10T19:01:28.571Z] Removing intermediate container 4c428b0a78b8 [2020-09-10T19:01:28.571Z] ---> d54b26218a76 [2020-09-10T19:01:28.571Z] Step 26/26 : LABEL version=1.2.2-dev.22 [2020-09-10T19:01:28.849Z] ---> Running in 45d77b2c6e13 [2020-09-10T19:01:29.134Z] Removing intermediate container 45d77b2c6e13 [2020-09-10T19:01:29.134Z] ---> da1f31387b01 [2020-09-10T19:01:29.134Z] [2020-09-10T19:01:29.405Z] Successfully built da1f31387b01 [2020-09-10T19:01:29.405Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-09-10T19:01:30.868Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container a3c060208ca8 [2020-09-10T19:01:30.868Z] ---> 897fe3ec0c19 [2020-09-10T19:01:30.868Z] Step 7/29 : COPY . . [2020-09-10T19:01:43.661Z] ---> fd0fce3d704c [2020-09-10T19:01:43.661Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-09-10T19:01:43.661Z] ---> Running in 401c53e30382 [2020-09-10T19:01:45.220Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.22" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-09-10T19:01:55.103Z] Removing intermediate container 85dfda63664e [2020-09-10T19:01:55.103Z] ---> 9c7c77689e9d [2020-09-10T19:01:55.103Z] [2020-09-10T19:01:55.103Z] Step 10/22 : FROM scratch [2020-09-10T19:01:55.103Z] ---> [2020-09-10T19:01:55.103Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-09-10T19:01:55.103Z] ---> Running in d66cbce419bf [2020-09-10T19:01:55.701Z] Removing intermediate container d66cbce419bf [2020-09-10T19:01:55.701Z] ---> d0f1daceca99 [2020-09-10T19:01:55.701Z] Step 12/22 : ENV APP_PORT=48061 [2020-09-10T19:01:55.701Z] ---> Running in e613dfdf62e1 [2020-09-10T19:01:56.302Z] Removing intermediate container e613dfdf62e1 [2020-09-10T19:01:56.302Z] ---> ba65b3e61002 [2020-09-10T19:01:56.302Z] Step 13/22 : EXPOSE $APP_PORT [2020-09-10T19:01:56.578Z] ---> Running in 4cd775a42ce2 [2020-09-10T19:01:57.183Z] Removing intermediate container 4cd775a42ce2 [2020-09-10T19:01:57.183Z] ---> d6ffbe7676d6 [2020-09-10T19:01:57.183Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-09-10T19:01:58.626Z] ---> 52891b0b8345 [2020-09-10T19:01:58.626Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-09-10T19:01:59.620Z] ---> e8041c3e2ef8 [2020-09-10T19:01:59.620Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-09-10T19:02:00.671Z] Removing intermediate container 401c53e30382 [2020-09-10T19:02:00.671Z] ---> 15a8dc622970 [2020-09-10T19:02:00.671Z] [2020-09-10T19:02:00.671Z] Step 9/29 : FROM alpine:latest [2020-09-10T19:02:00.671Z] ---> a24bb4013296 [2020-09-10T19:02:00.671Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-09-10T19:02:00.671Z] ---> Running in 424c8bcd1d2f [2020-09-10T19:02:00.671Z] Removing intermediate container 424c8bcd1d2f [2020-09-10T19:02:00.671Z] ---> 3015dcb652de [2020-09-10T19:02:00.671Z] Step 11/29 : USER root [2020-09-10T19:02:00.671Z] ---> Running in d2529eb46e8b [2020-09-10T19:02:00.671Z] Removing intermediate container d2529eb46e8b [2020-09-10T19:02:00.671Z] ---> f162e4c5cdfc [2020-09-10T19:02:00.671Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-09-10T19:02:00.671Z] ---> Running in e888dec5fc45 [2020-09-10T19:02:01.279Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-10T19:02:01.279Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-10T19:02:01.575Z] v3.12.0-306-g6984aa70ea [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-09-10T19:02:01.575Z] v3.12.0-309-g977657e5b2 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-09-10T19:02:01.575Z] OK: 12746 distinct packages available [2020-09-10T19:02:01.606Z] ---> 688134025a49 [2020-09-10T19:02:01.606Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-09-10T19:02:02.189Z] (1/2) Installing ca-certificates (20191127-r4) [2020-09-10T19:02:02.189Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-09-10T19:02:02.190Z] Executing busybox-1.31.1-r16.trigger [2020-09-10T19:02:02.190Z] Executing ca-certificates-20191127-r4.trigger [2020-09-10T19:02:02.190Z] OK: 6 MiB in 16 packages [2020-09-10T19:02:02.605Z] ---> 2e75170f535a [2020-09-10T19:02:02.605Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-09-10T19:02:02.605Z] ---> Running in f5f2c530a330 [2020-09-10T19:02:03.217Z] Removing intermediate container f5f2c530a330 [2020-09-10T19:02:03.217Z] ---> b0862963f8c7 [2020-09-10T19:02:03.218Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-10T19:02:03.496Z] ---> Running in 92fa5936bc0a [2020-09-10T19:02:03.626Z] Removing intermediate container e888dec5fc45 [2020-09-10T19:02:03.627Z] ---> abdeaad86172 [2020-09-10T19:02:03.627Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-09-10T19:02:03.627Z] ---> Running in 37bdaa6135e3 [2020-09-10T19:02:03.627Z] Removing intermediate container 37bdaa6135e3 [2020-09-10T19:02:03.627Z] ---> 7713dde9186c [2020-09-10T19:02:03.627Z] Step 14/29 : WORKDIR $BASE_DIR [2020-09-10T19:02:03.627Z] ---> Running in d2fa509ec3e6 [2020-09-10T19:02:03.927Z] Removing intermediate container d2fa509ec3e6 [2020-09-10T19:02:03.927Z] ---> 2ce505917a0c [2020-09-10T19:02:03.927Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-09-10T19:02:03.927Z] ---> Running in 5827ab8ffc35 [2020-09-10T19:02:04.102Z] Removing intermediate container 92fa5936bc0a [2020-09-10T19:02:04.102Z] ---> 0d3fb5c2152d [2020-09-10T19:02:04.102Z] Step 20/22 : LABEL arch=arm64 [2020-09-10T19:02:04.417Z] ---> Running in 8c6a76366c35 [2020-09-10T19:02:05.406Z] Removing intermediate container 8c6a76366c35 [2020-09-10T19:02:05.406Z] ---> e26da03888f2 [2020-09-10T19:02:05.406Z] Step 21/22 : LABEL git_sha=57974a27473083c1c6a10cb9f7b41893fbb07c00 [2020-09-10T19:02:05.698Z] ---> Running in 84417655211e [2020-09-10T19:02:06.314Z] Removing intermediate container 84417655211e [2020-09-10T19:02:06.314Z] ---> a51b337e93fb [2020-09-10T19:02:06.314Z] Step 22/22 : LABEL version=1.2.2-dev.22 [2020-09-10T19:02:06.562Z] Removing intermediate container 5827ab8ffc35 [2020-09-10T19:02:06.562Z] ---> f9a268d18375 [2020-09-10T19:02:06.562Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-09-10T19:02:06.928Z] ---> Running in 8bfedbba8305 [2020-09-10T19:02:07.141Z] ---> 8dc97811311b [2020-09-10T19:02:07.141Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-09-10T19:02:07.757Z] ---> b6247dbb3a70 [2020-09-10T19:02:07.758Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-09-10T19:02:07.929Z] Removing intermediate container 8bfedbba8305 [2020-09-10T19:02:07.929Z] ---> 394e1ecaf53b [2020-09-10T19:02:07.929Z] [2020-09-10T19:02:08.133Z] ---> 7984f548df37 [2020-09-10T19:02:08.133Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-09-10T19:02:08.209Z] Successfully built 394e1ecaf53b [2020-09-10T19:02:08.209Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-09-10T19:02:08.209Z]  Building docker-support-logging-go ... done Building docker-security-proxy-setup-go [2020-09-10T19:02:08.443Z] ---> db5ec5f179e0 [2020-09-10T19:02:08.443Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-09-10T19:02:09.032Z] ---> 2ffd41a4658e [2020-09-10T19:02:09.032Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-09-10T19:02:09.032Z] ---> Running in a00b4030f637 [2020-09-10T19:02:10.710Z] Removing intermediate container a00b4030f637 [2020-09-10T19:02:10.710Z] ---> 229e5ab2a5ba [2020-09-10T19:02:10.710Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-09-10T19:02:10.983Z] ---> 434be68554e1 [2020-09-10T19:02:10.983Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-09-10T19:02:10.983Z] ---> Running in 8a12c9fd018d [2020-09-10T19:02:13.003Z] Removing intermediate container 8a12c9fd018d [2020-09-10T19:02:13.003Z] ---> 425d1e9fb478 [2020-09-10T19:02:13.003Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-09-10T19:02:13.003Z] ---> Running in c4fc2b0ad5ee [2020-09-10T19:02:14.431Z] Removing intermediate container c4fc2b0ad5ee [2020-09-10T19:02:14.431Z] ---> 2c048a475ba6 [2020-09-10T19:02:14.431Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-09-10T19:02:14.707Z] ---> Running in 3d48752e8923 [2020-09-10T19:02:14.707Z] Removing intermediate container 3d48752e8923 [2020-09-10T19:02:14.707Z] ---> 87be4cf8e21c [2020-09-10T19:02:14.707Z] Step 26/29 : CMD [ "generate" ] [2020-09-10T19:02:14.971Z] ---> Running in a0c840761c51 [2020-09-10T19:02:14.975Z] Removing intermediate container 5e02ce6586d0 [2020-09-10T19:02:14.975Z] ---> eb8974e6b74f [2020-09-10T19:02:14.975Z] [2020-09-10T19:02:14.975Z] Step 10/22 : FROM scratch [2020-09-10T19:02:14.975Z] ---> [2020-09-10T19:02:14.975Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-09-10T19:02:15.235Z] Removing intermediate container a0c840761c51 [2020-09-10T19:02:15.235Z] ---> 8478d0bae04d [2020-09-10T19:02:15.235Z] Step 27/29 : LABEL arch=x86_64 [2020-09-10T19:02:15.235Z] ---> Running in fb51220b83e4 [2020-09-10T19:02:15.254Z] Removing intermediate container cc0db37a8950 [2020-09-10T19:02:15.254Z] ---> 9498db1e1cca [2020-09-10T19:02:15.254Z] [2020-09-10T19:02:15.254Z] Step 10/24 : FROM scratch [2020-09-10T19:02:15.254Z] ---> [2020-09-10T19:02:15.254Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-09-10T19:02:15.254Z] ---> Running in 2391a0b27a70 [2020-09-10T19:02:15.254Z] ---> Using cache [2020-09-10T19:02:15.254Z] ---> d0f1daceca99 [2020-09-10T19:02:15.254Z] Step 12/24 : ENV APP_PORT=48060 [2020-09-10T19:02:15.501Z] Removing intermediate container fb51220b83e4 [2020-09-10T19:02:15.501Z] ---> 7c60791b5c67 [2020-09-10T19:02:15.501Z] Step 28/29 : LABEL git_sha=57974a27473083c1c6a10cb9f7b41893fbb07c00 [2020-09-10T19:02:15.501Z] ---> Running in c7be2242948e [2020-09-10T19:02:15.534Z] ---> Running in 426bacd8488f [2020-09-10T19:02:15.769Z] Removing intermediate container c7be2242948e [2020-09-10T19:02:15.769Z] ---> 3d58f01418a7 [2020-09-10T19:02:15.769Z] Step 29/29 : LABEL version=1.2.2-dev.22 [2020-09-10T19:02:15.769Z] ---> Running in 72078e3cd98f [2020-09-10T19:02:16.145Z] Removing intermediate container 2391a0b27a70 [2020-09-10T19:02:16.145Z] ---> 7cefd52d6d82 [2020-09-10T19:02:16.145Z] Step 12/22 : ENV APP_PORT=48082 [2020-09-10T19:02:16.355Z] Removing intermediate container 72078e3cd98f [2020-09-10T19:02:16.355Z] ---> 0ffc06d043f0 [2020-09-10T19:02:16.355Z] [2020-09-10T19:02:16.356Z] Successfully built 0ffc06d043f0 [2020-09-10T19:02:16.422Z] Removing intermediate container 426bacd8488f [2020-09-10T19:02:16.422Z] ---> b5b2c367ca73 [2020-09-10T19:02:16.422Z] Step 13/24 : EXPOSE $APP_PORT [2020-09-10T19:02:16.422Z] ---> Running in 473eb5e149d2 [2020-09-10T19:02:16.621Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-09-10T19:02:16.700Z] ---> Running in 1c997f322bb9 [2020-09-10T19:02:16.928Z]  Building docker-security-secrets-setup-go ... done  [Pipeline] } [2020-09-10T19:02:16.916Z] $ docker stop --time=1 a9e2d67c879c70c47bed6ae763ea851e3a11760a31ccf78fddbf91fb9ace37f5 [2020-09-10T19:02:17.317Z] Removing intermediate container 473eb5e149d2 [2020-09-10T19:02:17.318Z] ---> edae93b63de1 [2020-09-10T19:02:17.318Z] Step 13/22 : EXPOSE $APP_PORT [2020-09-10T19:02:17.928Z] Removing intermediate container 1c997f322bb9 [2020-09-10T19:02:17.928Z] ---> 9e748798e54c [2020-09-10T19:02:17.929Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-09-10T19:02:17.929Z] ---> Running in 10a87107a847 [2020-09-10T19:02:19.203Z] $ docker rm -f a9e2d67c879c70c47bed6ae763ea851e3a11760a31ccf78fddbf91fb9ace37f5 [2020-09-10T19:02:19.391Z] Removing intermediate container 10a87107a847 [2020-09-10T19:02:19.391Z] ---> 9173e83aa3a9 [2020-09-10T19:02:19.391Z] Step 14/22 : WORKDIR / [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-10T19:02:19.671Z] ---> Running in 67745fb87ec9 [2020-09-10T19:02:19.671Z] ---> 4fe0d11d7fb3 [2020-09-10T19:02:19.671Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-09-10T19:02:19.994Z] + grep docker [2020-09-10T19:02:19.994Z] + docker images [2020-09-10T19:02:20.854Z] docker-security-secrets-setup-go latest 0ffc06d043f0 5 seconds ago 25.1MB [2020-09-10T19:02:20.854Z] docker-security-secretstore-setup-go latest da1f31387b01 52 seconds ago 33.9MB [2020-09-10T19:02:20.854Z] docker-support-logging-go latest c0ed75c3d1d3 55 seconds ago 11.8MB [2020-09-10T19:02:20.854Z] docker-core-command-go latest abcc6087eda3 About a minute ago 13MB [2020-09-10T19:02:20.854Z] docker-security-proxy-setup-go latest 52256b757e12 About a minute ago 16.4MB [2020-09-10T19:02:20.854Z] docker-sys-mgmt-agent-go latest b3adeef2ffcd About a minute ago 284MB [2020-09-10T19:02:20.854Z] docker-core-data-go latest 55a2b46a7250 3 minutes ago 24.5MB [2020-09-10T19:02:20.854Z] docker-support-notifications-go latest 92f77f033397 3 minutes ago 14.5MB [2020-09-10T19:02:20.854Z] docker-core-metadata-go latest 2dde9a617266 3 minutes ago 14.4MB [2020-09-10T19:02:20.854Z] docker-support-scheduler-go latest e2bc4ef55bd6 3 minutes ago 13.1MB [2020-09-10T19:02:20.854Z] docker latest 81f5749c9058 2 months ago 211MB [Pipeline] } [Pipeline] // withEnv [2020-09-10T19:02:21.143Z] Removing intermediate container 67745fb87ec9 [2020-09-10T19:02:21.143Z] ---> dacc9b6d311b [2020-09-10T19:02:21.144Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [2020-09-10T19:02:21.757Z] ---> 9d714df0b877 [2020-09-10T19:02:21.757Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [Pipeline] wrap [2020-09-10T19:02:21.774Z] provisioning config files... [2020-09-10T19:02:21.846Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/136@tmp/config862611110762526731tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-09-10T19:02:22.305Z] ---> docker-login.sh [2020-09-10T19:02:22.305Z] nexus3.edgexfoundry.org:10001 [2020-09-10T19:02:22.375Z] ---> c44311200761 [2020-09-10T19:02:22.375Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-09-10T19:02:22.601Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-10T19:02:22.901Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-10T19:02:22.901Z] Configure a credential helper to remove this warning. See [2020-09-10T19:02:22.901Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-10T19:02:22.901Z] [2020-09-10T19:02:22.901Z] Login Succeeded [2020-09-10T19:02:22.901Z] nexus3.edgexfoundry.org:10002 [2020-09-10T19:02:23.181Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-10T19:02:23.181Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-10T19:02:23.181Z] Configure a credential helper to remove this warning. See [2020-09-10T19:02:23.181Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-10T19:02:23.181Z] [2020-09-10T19:02:23.181Z] Login Succeeded [2020-09-10T19:02:23.181Z] nexus3.edgexfoundry.org:10003 [2020-09-10T19:02:23.459Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-10T19:02:23.766Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-10T19:02:23.766Z] Configure a credential helper to remove this warning. See [2020-09-10T19:02:23.766Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-10T19:02:23.766Z] [2020-09-10T19:02:23.766Z] Login Succeeded [2020-09-10T19:02:23.766Z] nexus3.edgexfoundry.org:10004 [2020-09-10T19:02:24.055Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-10T19:02:24.055Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-10T19:02:24.055Z] Configure a credential helper to remove this warning. See [2020-09-10T19:02:24.055Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-10T19:02:24.055Z] [2020-09-10T19:02:24.055Z] Login Succeeded [2020-09-10T19:02:24.055Z] docker.io [2020-09-10T19:02:24.396Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-10T19:02:25.019Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-10T19:02:25.019Z] Configure a credential helper to remove this warning. See [2020-09-10T19:02:25.019Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-10T19:02:25.019Z] [2020-09-10T19:02:25.019Z] Login Succeeded [2020-09-10T19:02:25.019Z] ---> docker-login.sh ends [2020-09-10T19:02:25.025Z] ---> 1e114a2b1e23 [2020-09-10T19:02:25.025Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [Pipeline] } [2020-09-10T19:02:25.034Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-10T19:02:25.248Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2020-09-10T19:02:25.248Z] 57974a27473083c1c6a10cb9f7b41893fbb07c00 [2020-09-10T19:02:25.248Z] 1.2.2-dev.22 [2020-09-10T19:02:25.248Z] 57974a27473083c1c6a10cb9f7b41893fbb07c00-1.2.2-dev.22 [2020-09-10T19:02:25.248Z] master [2020-09-10T19:02:25.248Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:02:25.628Z] ---> a9630eb0347b [2020-09-10T19:02:25.628Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-09-10T19:02:25.909Z] Removing intermediate container 76dc730e3231 [2020-09-10T19:02:25.909Z] ---> 2d659d678a8c [2020-09-10T19:02:25.909Z] [2020-09-10T19:02:25.909Z] Step 10/22 : FROM scratch [2020-09-10T19:02:25.909Z] ---> [2020-09-10T19:02:25.909Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-09-10T19:02:25.924Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:57974a27473083c1c6a10cb9f7b41893fbb07c00 [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:02:26.192Z] ---> Using cache [2020-09-10T19:02:26.192Z] ---> 7cefd52d6d82 [2020-09-10T19:02:26.192Z] Step 12/22 : ENV APP_PORT=48081 [2020-09-10T19:02:26.318Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:57974a27473083c1c6a10cb9f7b41893fbb07c00 [2020-09-10T19:02:26.625Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-09-10T19:02:26.625Z] d306a6990052: Preparing [2020-09-10T19:02:26.625Z] f8b224aa4cc1: Preparing [2020-09-10T19:02:26.625Z] a3c66cc9e6cb: Preparing [2020-09-10T19:02:26.800Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-09-10T19:02:26.800Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-09-10T19:02:26.800Z] ---> 567efb9c8c3c [2020-09-10T19:02:26.800Z] Step 3/20 : WORKDIR /edgex-go [2020-09-10T19:02:26.963Z] a3c66cc9e6cb: Pushed [2020-09-10T19:02:26.963Z] d306a6990052: Pushed [2020-09-10T19:02:27.088Z] ---> Using cache [2020-09-10T19:02:27.088Z] ---> 97f0792a7746 [2020-09-10T19:02:27.088Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-10T19:02:27.088Z] ---> Using cache [2020-09-10T19:02:27.088Z] ---> ffec986c7703 [2020-09-10T19:02:27.088Z] Step 5/20 : RUN apk update && apk add make git [2020-09-10T19:02:27.088Z] ---> Running in a01e228ecf3f [2020-09-10T19:02:27.088Z] ---> 395a85d08670 [2020-09-10T19:02:27.088Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-09-10T19:02:27.088Z] ---> Running in d134a90095a3 [2020-09-10T19:02:27.370Z] ---> 198463c67121 [2020-09-10T19:02:27.370Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-09-10T19:02:27.650Z] ---> Running in 0a56eef0e11f [2020-09-10T19:02:28.270Z] Removing intermediate container a01e228ecf3f [2020-09-10T19:02:28.270Z] ---> b32b059740d1 [2020-09-10T19:02:28.270Z] Step 13/22 : EXPOSE $APP_PORT [2020-09-10T19:02:28.549Z] ---> Running in 35f9ae688e15 [2020-09-10T19:02:28.827Z] Removing intermediate container 0a56eef0e11f [2020-09-10T19:02:28.827Z] ---> 9691357283e9 [2020-09-10T19:02:28.827Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-10T19:02:29.079Z] f8b224aa4cc1: Pushed [2020-09-10T19:02:29.079Z] 57974a27473083c1c6a10cb9f7b41893fbb07c00: digest: sha256:b2d0307f74fb62c04fedbe12dfd328fc2e3b42d988777392d64cc74e6116b75c size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:02:29.121Z] ---> b2864513de9d [2020-09-10T19:02:29.121Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-09-10T19:02:29.121Z] ---> Running in 4f6330a87819 [2020-09-10T19:02:29.121Z] Removing intermediate container 35f9ae688e15 [2020-09-10T19:02:29.121Z] ---> 243aaf69dca2 [2020-09-10T19:02:29.121Z] Step 14/22 : WORKDIR / [2020-09-10T19:02:29.396Z] ---> Running in 4f3e0caea565 [2020-09-10T19:02:29.560Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.22 [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:02:29.672Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-10T19:02:29.672Z] Removing intermediate container 4f6330a87819 [2020-09-10T19:02:29.672Z] ---> d42189e97dbe [2020-09-10T19:02:29.672Z] Step 20/22 : LABEL arch=arm64 [2020-09-10T19:02:29.947Z] ---> Running in a67582c38575 [2020-09-10T19:02:29.985Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.22 [2020-09-10T19:02:29.985Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-09-10T19:02:29.985Z] d306a6990052: Preparing [2020-09-10T19:02:29.985Z] f8b224aa4cc1: Preparing [2020-09-10T19:02:29.985Z] a3c66cc9e6cb: Preparing [2020-09-10T19:02:29.985Z] a3c66cc9e6cb: Layer already exists [2020-09-10T19:02:29.985Z] d306a6990052: Layer already exists [2020-09-10T19:02:29.985Z] f8b224aa4cc1: Layer already exists [2020-09-10T19:02:30.225Z] Removing intermediate container 4f3e0caea565 [2020-09-10T19:02:30.225Z] ---> 8521ae40f4e7 [2020-09-10T19:02:30.225Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-09-10T19:02:30.225Z] ---> 332bb75fb15d [2020-09-10T19:02:30.225Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-09-10T19:02:30.259Z] 1.2.2-dev.22: digest: sha256:b2d0307f74fb62c04fedbe12dfd328fc2e3b42d988777392d64cc74e6116b75c size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:02:30.507Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-10T19:02:30.507Z] ---> Running in bcfee914baea [2020-09-10T19:02:30.507Z] Removing intermediate container a67582c38575 [2020-09-10T19:02:30.507Z] ---> 37e8aeafa09c [2020-09-10T19:02:30.507Z] Step 21/22 : LABEL git_sha=57974a27473083c1c6a10cb9f7b41893fbb07c00 [2020-09-10T19:02:30.601Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:57974a27473083c1c6a10cb9f7b41893fbb07c00-1.2.2-dev.22 [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:02:30.783Z] ---> Running in c9337105230d [2020-09-10T19:02:30.942Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:57974a27473083c1c6a10cb9f7b41893fbb07c00-1.2.2-dev.22 [2020-09-10T19:02:30.942Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-09-10T19:02:30.942Z] d306a6990052: Preparing [2020-09-10T19:02:30.942Z] f8b224aa4cc1: Preparing [2020-09-10T19:02:30.942Z] a3c66cc9e6cb: Preparing [2020-09-10T19:02:30.942Z] d306a6990052: Layer already exists [2020-09-10T19:02:30.942Z] a3c66cc9e6cb: Layer already exists [2020-09-10T19:02:30.942Z] f8b224aa4cc1: Layer already exists [2020-09-10T19:02:30.942Z] 57974a27473083c1c6a10cb9f7b41893fbb07c00-1.2.2-dev.22: digest: sha256:b2d0307f74fb62c04fedbe12dfd328fc2e3b42d988777392d64cc74e6116b75c size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:02:31.061Z] Removing intermediate container bcfee914baea [2020-09-10T19:02:31.061Z] ---> 9925bf54e8da [2020-09-10T19:02:31.061Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-10T19:02:31.061Z] ---> 2d327409e9b5 [2020-09-10T19:02:31.061Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-09-10T19:02:31.319Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:02:31.346Z] v3.12.0-306-g6984aa70ea [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-10T19:02:31.346Z] v3.12.0-309-g977657e5b2 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-10T19:02:31.346Z] OK: 12617 distinct packages available [2020-09-10T19:02:31.346Z] ---> Running in 77451ece2ae5 [2020-09-10T19:02:31.624Z] Removing intermediate container c9337105230d [2020-09-10T19:02:31.624Z] ---> 82fd34832b18 [2020-09-10T19:02:31.624Z] Step 22/22 : LABEL version=1.2.2-dev.22 [2020-09-10T19:02:31.624Z] ---> Running in 824d939e86e0 [2020-09-10T19:02:31.664Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2020-09-10T19:02:31.665Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-09-10T19:02:31.665Z] d306a6990052: Preparing [2020-09-10T19:02:31.665Z] f8b224aa4cc1: Preparing [2020-09-10T19:02:31.665Z] a3c66cc9e6cb: Preparing [2020-09-10T19:02:31.665Z] a3c66cc9e6cb: Layer already exists [2020-09-10T19:02:31.665Z] f8b224aa4cc1: Layer already exists [2020-09-10T19:02:31.665Z] d306a6990052: Layer already exists [2020-09-10T19:02:31.946Z] master: digest: sha256:b2d0307f74fb62c04fedbe12dfd328fc2e3b42d988777392d64cc74e6116b75c size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-10T19:02:32.147Z] ===================================================== [Pipeline] echo [2020-09-10T19:02:32.206Z] taggedImages: [2020-09-10T19:02:32.206Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:57974a27473083c1c6a10cb9f7b41893fbb07c00 [2020-09-10T19:02:32.206Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.22 [2020-09-10T19:02:32.206Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:57974a27473083c1c6a10cb9f7b41893fbb07c00-1.2.2-dev.22 [2020-09-10T19:02:32.206Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2020-09-10T19:02:32.240Z] OK: 217 MiB in 51 packages [2020-09-10T19:02:32.240Z] Removing intermediate container 77451ece2ae5 [2020-09-10T19:02:32.240Z] ---> f72580c34610 [2020-09-10T19:02:32.240Z] Step 22/24 : LABEL arch=arm64 [Pipeline] echo [2020-09-10T19:02:32.280Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2020-09-10T19:02:32.280Z] 57974a27473083c1c6a10cb9f7b41893fbb07c00 [2020-09-10T19:02:32.280Z] 1.2.2-dev.22 [2020-09-10T19:02:32.280Z] 57974a27473083c1c6a10cb9f7b41893fbb07c00-1.2.2-dev.22 [2020-09-10T19:02:32.280Z] master [2020-09-10T19:02:32.280Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:02:32.844Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:57974a27473083c1c6a10cb9f7b41893fbb07c00 [2020-09-10T19:02:32.852Z] Removing intermediate container 824d939e86e0 [2020-09-10T19:02:32.852Z] ---> 1b0f5f79d990 [2020-09-10T19:02:32.852Z] [2020-09-10T19:02:32.852Z] ---> Running in d729c48fba12 [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:02:33.133Z] Successfully built 1b0f5f79d990 [2020-09-10T19:02:33.201Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:57974a27473083c1c6a10cb9f7b41893fbb07c00 [2020-09-10T19:02:33.201Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-09-10T19:02:33.201Z] 5941f7c09a58: Preparing [2020-09-10T19:02:33.201Z] 8e46bc4a400d: Preparing [2020-09-10T19:02:33.201Z] 4f879e7898fc: Preparing [2020-09-10T19:02:33.201Z] 356213c65e25: Preparing [2020-09-10T19:02:33.201Z] 5e195a780c47: Preparing [2020-09-10T19:02:33.201Z] 50644c29ef5a: Preparing [2020-09-10T19:02:33.413Z] Successfully tagged docker-core-command-go-arm64:latest [2020-09-10T19:02:33.413Z] Building docker-sys-mgmt-agent-go [2020-09-10T19:02:33.413Z]  Building docker-core-command-go ... done  ---> f14e05fc3d06 [2020-09-10T19:02:33.413Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-09-10T19:02:33.413Z] Removing intermediate container d729c48fba12 [2020-09-10T19:02:33.413Z] ---> d419bceb1e0c [2020-09-10T19:02:33.413Z] Step 23/24 : LABEL git_sha=57974a27473083c1c6a10cb9f7b41893fbb07c00 [2020-09-10T19:02:33.580Z] 5941f7c09a58: Pushed [2020-09-10T19:02:33.581Z] 5e195a780c47: Pushed [2020-09-10T19:02:33.581Z] 4f879e7898fc: Pushed [2020-09-10T19:02:33.892Z] 50644c29ef5a: Layer already exists [2020-09-10T19:02:33.892Z] 356213c65e25: Pushed [2020-09-10T19:02:34.026Z] ---> Running in a94f75dbdeec [2020-09-10T19:02:34.026Z] Removing intermediate container d134a90095a3 [2020-09-10T19:02:34.026Z] ---> c83996ed9f35 [2020-09-10T19:02:34.026Z] Step 6/20 : COPY go.mod . [2020-09-10T19:02:34.628Z] Removing intermediate container a94f75dbdeec [2020-09-10T19:02:34.628Z] ---> ab1c83d0cbb7 [2020-09-10T19:02:34.904Z] Step 24/24 : LABEL version=1.2.2-dev.22 [2020-09-10T19:02:35.509Z] ---> a172642ef86c [2020-09-10T19:02:35.509Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-09-10T19:02:35.560Z] 8e46bc4a400d: Pushed [2020-09-10T19:02:35.868Z] 57974a27473083c1c6a10cb9f7b41893fbb07c00: digest: sha256:bc2cc1547482ae577fdb40c24ac4dd38490e379819e4f198b287c5ce36bcbf18 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:02:36.365Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.22 [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:02:36.488Z] ---> Running in 8a450e603d29 [2020-09-10T19:02:36.800Z] ---> bf7be2333ed0 [2020-09-10T19:02:36.800Z] Step 7/20 : RUN go mod download [2020-09-10T19:02:36.800Z] ---> Running in 7a553e886d5c [2020-09-10T19:02:37.215Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.22 [2020-09-10T19:02:37.215Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-09-10T19:02:37.215Z] 5941f7c09a58: Preparing [2020-09-10T19:02:37.215Z] 8e46bc4a400d: Preparing [2020-09-10T19:02:37.215Z] 4f879e7898fc: Preparing [2020-09-10T19:02:37.215Z] 356213c65e25: Preparing [2020-09-10T19:02:37.215Z] 5e195a780c47: Preparing [2020-09-10T19:02:37.215Z] 50644c29ef5a: Preparing [2020-09-10T19:02:37.215Z] 50644c29ef5a: Waiting [2020-09-10T19:02:37.614Z] 5941f7c09a58: Layer already exists [2020-09-10T19:02:37.614Z] 8e46bc4a400d: Layer already exists [2020-09-10T19:02:37.614Z] 356213c65e25: Layer already exists [2020-09-10T19:02:37.614Z] 4f879e7898fc: Layer already exists [2020-09-10T19:02:37.614Z] 5e195a780c47: Layer already exists [2020-09-10T19:02:37.614Z] 50644c29ef5a: Layer already exists [2020-09-10T19:02:37.614Z] 1.2.2-dev.22: digest: sha256:bc2cc1547482ae577fdb40c24ac4dd38490e379819e4f198b287c5ce36bcbf18 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:02:37.828Z] ---> Running in a7ae9ede8319 [2020-09-10T19:02:38.235Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:57974a27473083c1c6a10cb9f7b41893fbb07c00-1.2.2-dev.22 [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:02:38.829Z] Removing intermediate container 7a553e886d5c [2020-09-10T19:02:38.829Z] ---> 35d09eef3b2d [2020-09-10T19:02:38.829Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-10T19:02:38.829Z] Removing intermediate container 8a450e603d29 [2020-09-10T19:02:38.829Z] ---> 4e4eaf739325 [2020-09-10T19:02:38.829Z] [2020-09-10T19:02:39.107Z] ---> Running in e0ecb82a660d [2020-09-10T19:02:39.238Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:57974a27473083c1c6a10cb9f7b41893fbb07c00-1.2.2-dev.22 [2020-09-10T19:02:39.238Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-09-10T19:02:39.238Z] 5941f7c09a58: Preparing [2020-09-10T19:02:39.238Z] 8e46bc4a400d: Preparing [2020-09-10T19:02:39.238Z] 4f879e7898fc: Preparing [2020-09-10T19:02:39.238Z] 356213c65e25: Preparing [2020-09-10T19:02:39.238Z] 5e195a780c47: Preparing [2020-09-10T19:02:39.238Z] 50644c29ef5a: Preparing [2020-09-10T19:02:39.238Z] 50644c29ef5a: Waiting [2020-09-10T19:02:39.238Z] 5941f7c09a58: Layer already exists [2020-09-10T19:02:39.238Z] 4f879e7898fc: Layer already exists [2020-09-10T19:02:39.238Z] 5e195a780c47: Layer already exists [2020-09-10T19:02:39.238Z] 8e46bc4a400d: Layer already exists [2020-09-10T19:02:39.238Z] 356213c65e25: Layer already exists [2020-09-10T19:02:39.238Z] 50644c29ef5a: Layer already exists [2020-09-10T19:02:39.386Z] Successfully built 4e4eaf739325 [2020-09-10T19:02:39.618Z] 57974a27473083c1c6a10cb9f7b41893fbb07c00-1.2.2-dev.22: digest: sha256:bc2cc1547482ae577fdb40c24ac4dd38490e379819e4f198b287c5ce36bcbf18 size: 1572 [2020-09-10T19:02:39.670Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-09-10T19:02:39.670Z]  Building docker-support-notifications-go ... done Building docker-support-scheduler-go [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:02:39.953Z] Removing intermediate container e0ecb82a660d [2020-09-10T19:02:39.954Z] ---> 815e6bed3ddf [2020-09-10T19:02:39.954Z] Step 20/22 : LABEL arch=arm64 [2020-09-10T19:02:40.566Z] ---> Running in 0026d0ddde92 [2020-09-10T19:02:41.174Z] Removing intermediate container 86e08cdbdc63 [2020-09-10T19:02:41.174Z] ---> 6f23885217e6 [2020-09-10T19:02:41.174Z] [2020-09-10T19:02:41.174Z] Step 10/23 : FROM alpine [2020-09-10T19:02:41.449Z] latest: Pulling from library/alpine [2020-09-10T19:02:41.449Z] Removing intermediate container 0026d0ddde92 [2020-09-10T19:02:41.449Z] ---> 05b2f2d6831f [2020-09-10T19:02:41.449Z] Step 21/22 : LABEL git_sha=57974a27473083c1c6a10cb9f7b41893fbb07c00 [2020-09-10T19:02:41.735Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-09-10T19:02:41.735Z] Status: Downloaded newer image for alpine:latest [2020-09-10T19:02:41.735Z] ---> 62ee0e9f8440 [2020-09-10T19:02:41.735Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-09-10T19:02:41.766Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:02:42.334Z] ---> Running in 28619d8f31bf [2020-09-10T19:02:42.873Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2020-09-10T19:02:42.942Z] ---> Running in 1c47dc664c57 [2020-09-10T19:02:43.153Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-09-10T19:02:43.153Z] 5941f7c09a58: Preparing [2020-09-10T19:02:43.153Z] 8e46bc4a400d: Preparing [2020-09-10T19:02:43.153Z] 4f879e7898fc: Preparing [2020-09-10T19:02:43.153Z] 356213c65e25: Preparing [2020-09-10T19:02:43.153Z] 5e195a780c47: Preparing [2020-09-10T19:02:43.153Z] 50644c29ef5a: Preparing [2020-09-10T19:02:43.153Z] 50644c29ef5a: Waiting [2020-09-10T19:02:43.153Z] 8e46bc4a400d: Layer already exists [2020-09-10T19:02:43.153Z] 4f879e7898fc: Layer already exists [2020-09-10T19:02:43.153Z] 356213c65e25: Layer already exists [2020-09-10T19:02:43.153Z] 5e195a780c47: Layer already exists [2020-09-10T19:02:43.153Z] 5941f7c09a58: Layer already exists [2020-09-10T19:02:43.153Z] 50644c29ef5a: Layer already exists [2020-09-10T19:02:43.226Z] Removing intermediate container 28619d8f31bf [2020-09-10T19:02:43.226Z] ---> 4c97c26655eb [2020-09-10T19:02:43.226Z] Step 22/22 : LABEL version=1.2.2-dev.22 [2020-09-10T19:02:43.417Z] master: digest: sha256:bc2cc1547482ae577fdb40c24ac4dd38490e379819e4f198b287c5ce36bcbf18 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-10T19:02:43.704Z] ===================================================== [Pipeline] echo [2020-09-10T19:02:43.762Z] taggedImages: [2020-09-10T19:02:43.762Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:57974a27473083c1c6a10cb9f7b41893fbb07c00 [2020-09-10T19:02:43.762Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.22 [2020-09-10T19:02:43.762Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:57974a27473083c1c6a10cb9f7b41893fbb07c00-1.2.2-dev.22 [2020-09-10T19:02:43.762Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2020-09-10T19:02:43.838Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2020-09-10T19:02:43.838Z] 57974a27473083c1c6a10cb9f7b41893fbb07c00 [2020-09-10T19:02:43.838Z] 1.2.2-dev.22 [2020-09-10T19:02:43.838Z] 57974a27473083c1c6a10cb9f7b41893fbb07c00-1.2.2-dev.22 [2020-09-10T19:02:43.838Z] master [2020-09-10T19:02:43.838Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:02:44.217Z] ---> Running in 9f9919b1a175 [2020-09-10T19:02:44.217Z] Removing intermediate container 1c47dc664c57 [2020-09-10T19:02:44.217Z] ---> c9bcfe565c33 [2020-09-10T19:02:44.217Z] Step 12/23 : ENV APP_PORT=48080Removing intermediate container a7ae9ede8319 [2020-09-10T19:02:44.217Z] ---> 1cb8c6470b85 [2020-09-10T19:02:44.217Z] Step 8/20 : COPY . . [2020-09-10T19:02:44.217Z] [2020-09-10T19:02:44.443Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:57974a27473083c1c6a10cb9f7b41893fbb07c00 [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:02:44.835Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:57974a27473083c1c6a10cb9f7b41893fbb07c00 [2020-09-10T19:02:44.835Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-09-10T19:02:44.835Z] a1cd2a7e5b3c: Preparing [2020-09-10T19:02:44.835Z] 2cd0115d9563: Preparing [2020-09-10T19:02:44.835Z] d57f083750d9: Preparing [2020-09-10T19:02:45.125Z] d57f083750d9: Pushed [2020-09-10T19:02:45.126Z] a1cd2a7e5b3c: Pushed [2020-09-10T19:02:46.198Z] ---> Running in 2c159b751fc7 [2020-09-10T19:02:46.199Z] Removing intermediate container 9f9919b1a175 [2020-09-10T19:02:46.199Z] ---> 29d166f9bf20 [2020-09-10T19:02:46.199Z] [2020-09-10T19:02:46.199Z] Successfully built 29d166f9bf20 [2020-09-10T19:02:46.476Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-09-10T19:02:46.476Z]  Building docker-core-metadata-go ... done Building docker-security-secretstore-setup-go [2020-09-10T19:02:47.287Z] 2cd0115d9563: Pushed [2020-09-10T19:02:47.287Z] 57974a27473083c1c6a10cb9f7b41893fbb07c00: digest: sha256:527c9b879efe2feecdd47a390f19f1170a694e4bdc79be7bb37f328de53c43d4 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:02:47.694Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.22 [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:02:47.933Z] Removing intermediate container 2c159b751fc7 [2020-09-10T19:02:47.933Z] ---> 1fd3b0f305f0 [2020-09-10T19:02:47.933Z] Step 13/23 : EXPOSE $APP_PORT [2020-09-10T19:02:48.063Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.22 [2020-09-10T19:02:48.063Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-09-10T19:02:48.063Z] a1cd2a7e5b3c: Preparing [2020-09-10T19:02:48.063Z] 2cd0115d9563: Preparing [2020-09-10T19:02:48.063Z] d57f083750d9: Preparing [2020-09-10T19:02:48.063Z] d57f083750d9: Layer already exists [2020-09-10T19:02:48.063Z] a1cd2a7e5b3c: Layer already exists [2020-09-10T19:02:48.063Z] 2cd0115d9563: Layer already exists [2020-09-10T19:02:48.329Z] 1.2.2-dev.22: digest: sha256:527c9b879efe2feecdd47a390f19f1170a694e4bdc79be7bb37f328de53c43d4 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:02:48.660Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:57974a27473083c1c6a10cb9f7b41893fbb07c00-1.2.2-dev.22 [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:02:49.006Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:57974a27473083c1c6a10cb9f7b41893fbb07c00-1.2.2-dev.22 [2020-09-10T19:02:49.006Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-09-10T19:02:49.006Z] a1cd2a7e5b3c: Preparing [2020-09-10T19:02:49.006Z] 2cd0115d9563: Preparing [2020-09-10T19:02:49.006Z] d57f083750d9: Preparing [2020-09-10T19:02:49.006Z] 2cd0115d9563: Layer already exists [2020-09-10T19:02:49.006Z] d57f083750d9: Layer already exists [2020-09-10T19:02:49.270Z] a1cd2a7e5b3c: Layer already exists [2020-09-10T19:02:49.270Z] 57974a27473083c1c6a10cb9f7b41893fbb07c00-1.2.2-dev.22: digest: sha256:527c9b879efe2feecdd47a390f19f1170a694e4bdc79be7bb37f328de53c43d4 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:02:49.614Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:02:49.983Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2020-09-10T19:02:50.262Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-09-10T19:02:50.262Z] a1cd2a7e5b3c: Preparing [2020-09-10T19:02:50.262Z] 2cd0115d9563: Preparing [2020-09-10T19:02:50.262Z] d57f083750d9: Preparing [2020-09-10T19:02:50.262Z] 2cd0115d9563: Layer already exists [2020-09-10T19:02:50.262Z] d57f083750d9: Layer already exists [2020-09-10T19:02:50.262Z] a1cd2a7e5b3c: Layer already exists [2020-09-10T19:02:50.533Z] master: digest: sha256:527c9b879efe2feecdd47a390f19f1170a694e4bdc79be7bb37f328de53c43d4 size: 943 [2020-09-10T19:02:50.604Z] ---> Running in c39ae789dbbc [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-10T19:02:50.856Z] ===================================================== [Pipeline] echo [2020-09-10T19:02:50.942Z] taggedImages: [2020-09-10T19:02:50.942Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:57974a27473083c1c6a10cb9f7b41893fbb07c00 [2020-09-10T19:02:50.942Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.22 [2020-09-10T19:02:50.942Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:57974a27473083c1c6a10cb9f7b41893fbb07c00-1.2.2-dev.22 [2020-09-10T19:02:50.942Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2020-09-10T19:02:51.014Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2020-09-10T19:02:51.014Z] 57974a27473083c1c6a10cb9f7b41893fbb07c00 [2020-09-10T19:02:51.014Z] 1.2.2-dev.22 [2020-09-10T19:02:51.014Z] 57974a27473083c1c6a10cb9f7b41893fbb07c00-1.2.2-dev.22 [2020-09-10T19:02:51.014Z] master [2020-09-10T19:02:51.014Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [2020-09-10T19:02:51.207Z] Removing intermediate container c39ae789dbbc [2020-09-10T19:02:51.207Z] ---> e47b8c0fa76a [2020-09-10T19:02:51.207Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:02:51.613Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:57974a27473083c1c6a10cb9f7b41893fbb07c00 [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:02:51.809Z] ---> Running in 175e562b994a [2020-09-10T19:02:52.015Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:57974a27473083c1c6a10cb9f7b41893fbb07c00 [2020-09-10T19:02:52.015Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-09-10T19:02:52.015Z] 96137c7f9862: Preparing [2020-09-10T19:02:52.015Z] e31e4689fd64: Preparing [2020-09-10T19:02:52.015Z] 2f5e2e08c90e: Preparing [2020-09-10T19:02:52.015Z] 5a5fba6433a9: Preparing [2020-09-10T19:02:52.015Z] 50644c29ef5a: Preparing [2020-09-10T19:02:52.015Z] 50644c29ef5a: Layer already exists [2020-09-10T19:02:52.303Z] 2f5e2e08c90e: Pushed [2020-09-10T19:02:52.303Z] e31e4689fd64: Pushed [2020-09-10T19:02:52.907Z] 5a5fba6433a9: Pushed [2020-09-10T19:02:53.484Z] 96137c7f9862: Pushed [2020-09-10T19:02:53.754Z] 57974a27473083c1c6a10cb9f7b41893fbb07c00: digest: sha256:fe16a83c9a1bb1235a02f5b992f96f8e5ca10b7e039f5da0b6435b81136974f4 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:02:54.071Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.22 [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:02:54.497Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.22 [2020-09-10T19:02:54.497Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-09-10T19:02:54.497Z] 96137c7f9862: Preparing [2020-09-10T19:02:54.497Z] e31e4689fd64: Preparing [2020-09-10T19:02:54.497Z] 2f5e2e08c90e: Preparing [2020-09-10T19:02:54.497Z] 5a5fba6433a9: Preparing [2020-09-10T19:02:54.497Z] 50644c29ef5a: Preparing [2020-09-10T19:02:54.497Z] 5a5fba6433a9: Layer already exists [2020-09-10T19:02:54.497Z] 50644c29ef5a: Layer already exists [2020-09-10T19:02:54.497Z] 2f5e2e08c90e: Layer already exists [2020-09-10T19:02:54.497Z] e31e4689fd64: Layer already exists [2020-09-10T19:02:54.497Z] 96137c7f9862: Layer already exists [2020-09-10T19:02:54.786Z] 1.2.2-dev.22: digest: sha256:fe16a83c9a1bb1235a02f5b992f96f8e5ca10b7e039f5da0b6435b81136974f4 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:02:55.127Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:57974a27473083c1c6a10cb9f7b41893fbb07c00-1.2.2-dev.22 [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:02:55.485Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:57974a27473083c1c6a10cb9f7b41893fbb07c00-1.2.2-dev.22 [2020-09-10T19:02:55.485Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-09-10T19:02:55.486Z] 96137c7f9862: Preparing [2020-09-10T19:02:55.486Z] e31e4689fd64: Preparing [2020-09-10T19:02:55.486Z] 2f5e2e08c90e: Preparing [2020-09-10T19:02:55.486Z] 5a5fba6433a9: Preparing [2020-09-10T19:02:55.486Z] 50644c29ef5a: Preparing [2020-09-10T19:02:55.750Z] e31e4689fd64: Layer already exists [2020-09-10T19:02:55.750Z] 2f5e2e08c90e: Layer already exists [2020-09-10T19:02:55.750Z] 5a5fba6433a9: Layer already exists [2020-09-10T19:02:55.750Z] 50644c29ef5a: Layer already exists [2020-09-10T19:02:55.750Z] 96137c7f9862: Layer already exists [2020-09-10T19:02:55.750Z] 57974a27473083c1c6a10cb9f7b41893fbb07c00-1.2.2-dev.22: digest: sha256:fe16a83c9a1bb1235a02f5b992f96f8e5ca10b7e039f5da0b6435b81136974f4 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:02:56.105Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:02:56.426Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2020-09-10T19:02:56.426Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-09-10T19:02:56.691Z] 96137c7f9862: Preparing [2020-09-10T19:02:56.691Z] e31e4689fd64: Preparing [2020-09-10T19:02:56.691Z] 2f5e2e08c90e: Preparing [2020-09-10T19:02:56.691Z] 5a5fba6433a9: Preparing [2020-09-10T19:02:56.691Z] 50644c29ef5a: Preparing [2020-09-10T19:02:56.691Z] 50644c29ef5a: Layer already exists [2020-09-10T19:02:56.691Z] e31e4689fd64: Layer already exists [2020-09-10T19:02:56.691Z] 2f5e2e08c90e: Layer already exists [2020-09-10T19:02:56.691Z] 96137c7f9862: Layer already exists [2020-09-10T19:02:56.691Z] 5a5fba6433a9: Layer already exists [2020-09-10T19:02:56.691Z] master: digest: sha256:fe16a83c9a1bb1235a02f5b992f96f8e5ca10b7e039f5da0b6435b81136974f4 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-10T19:02:56.907Z] ===================================================== [Pipeline] echo [2020-09-10T19:02:56.960Z] taggedImages: [2020-09-10T19:02:56.960Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:57974a27473083c1c6a10cb9f7b41893fbb07c00 [2020-09-10T19:02:56.960Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.22 [2020-09-10T19:02:56.960Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:57974a27473083c1c6a10cb9f7b41893fbb07c00-1.2.2-dev.22 [2020-09-10T19:02:56.960Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo [2020-09-10T19:02:57.039Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go with the following tags: [2020-09-10T19:02:57.039Z] 57974a27473083c1c6a10cb9f7b41893fbb07c00 [2020-09-10T19:02:57.039Z] 1.2.2-dev.22 [2020-09-10T19:02:57.039Z] 57974a27473083c1c6a10cb9f7b41893fbb07c00-1.2.2-dev.22 [2020-09-10T19:02:57.039Z] master [2020-09-10T19:02:57.039Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:02:57.255Z] Removing intermediate container 175e562b994a [2020-09-10T19:02:57.255Z] ---> 543c71fa9530 [2020-09-10T19:02:57.255Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-09-10T19:02:57.537Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:57974a27473083c1c6a10cb9f7b41893fbb07c00 [2020-09-10T19:02:57.541Z] ---> Running in 4321ab9f93b1 [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:02:58.318Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:57974a27473083c1c6a10cb9f7b41893fbb07c00 [2020-09-10T19:02:58.319Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-09-10T19:02:58.592Z] 0f72a8900a70: Preparing [2020-09-10T19:02:58.592Z] 237d62cd1ad2: Preparing [2020-09-10T19:02:58.592Z] d062a9344223: Preparing [2020-09-10T19:02:58.592Z] e25d46bbe47a: Preparing [2020-09-10T19:02:58.592Z] e25d46bbe47a: Preparing [2020-09-10T19:02:58.592Z] 2a54f0e53b5e: Preparing [2020-09-10T19:02:58.592Z] 424e2392ab39: Preparing [2020-09-10T19:02:58.592Z] d06c3d6c71ac: Preparing [2020-09-10T19:02:58.592Z] 0f72a8900a70: Preparing [2020-09-10T19:02:58.592Z] 4375d3d1ec86: Preparing [2020-09-10T19:02:58.592Z] 8d8a1363a199: Preparing [2020-09-10T19:02:58.592Z] 424e2392ab39: Waiting [2020-09-10T19:02:58.592Z] d06c3d6c71ac: Waiting [2020-09-10T19:02:58.592Z] 4375d3d1ec86: Waiting [2020-09-10T19:02:58.592Z] 6a6f6be51470: Preparing [2020-09-10T19:02:58.592Z] 50644c29ef5a: Preparing [2020-09-10T19:02:58.592Z] 8d8a1363a199: Waiting [2020-09-10T19:02:58.592Z] 50644c29ef5a: Waiting [2020-09-10T19:02:58.592Z] 6a6f6be51470: Waiting [2020-09-10T19:02:58.592Z] e25d46bbe47a: Pushed [2020-09-10T19:02:58.592Z] 2a54f0e53b5e: Pushed [2020-09-10T19:02:58.912Z] d062a9344223: Pushed [2020-09-10T19:02:58.912Z] 237d62cd1ad2: Pushed [2020-09-10T19:02:58.912Z] 424e2392ab39: Pushed [2020-09-10T19:02:59.006Z] ---> a530429399ce [2020-09-10T19:02:59.006Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-09-10T19:02:59.006Z] Step 1/27 : ARG BUILDER_BASE=golang:1.13-alpine [2020-09-10T19:02:59.006Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-09-10T19:02:59.006Z] ---> 567efb9c8c3c [2020-09-10T19:02:59.006Z] Step 3/27 : WORKDIR /edgex-go [2020-09-10T19:02:59.006Z] ---> Using cache [2020-09-10T19:02:59.006Z] ---> 97f0792a7746 [2020-09-10T19:02:59.006Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-10T19:02:59.006Z] ---> Using cache [2020-09-10T19:02:59.006Z] ---> ffec986c7703 [2020-09-10T19:02:59.006Z] Step 5/27 : RUN apk update && apk add make bash git [2020-09-10T19:02:59.208Z] d06c3d6c71ac: Pushed [2020-09-10T19:02:59.208Z] 4375d3d1ec86: Pushed [2020-09-10T19:02:59.208Z] 8d8a1363a199: Pushed [2020-09-10T19:02:59.306Z] ---> Running in e3b70b8027fc [2020-09-10T19:02:59.306Z] ---> Running in ecbc821e4642 [2020-09-10T19:02:59.516Z] 50644c29ef5a: Layer already exists [2020-09-10T19:02:59.516Z] 6a6f6be51470: Pushed [2020-09-10T19:02:59.908Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-10T19:03:00.103Z] 0f72a8900a70: Pushed [2020-09-10T19:03:00.103Z] 57974a27473083c1c6a10cb9f7b41893fbb07c00: digest: sha256:ed8c1470b7a89876b0c1ba5f59fc5602274b411c782a139aa3ae1e378600896b size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:03:00.511Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-10T19:03:00.736Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.22 [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:03:01.083Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.22 [2020-09-10T19:03:01.083Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-09-10T19:03:01.083Z] 0f72a8900a70: Preparing [2020-09-10T19:03:01.083Z] 237d62cd1ad2: Preparing [2020-09-10T19:03:01.083Z] d062a9344223: Preparing [2020-09-10T19:03:01.083Z] e25d46bbe47a: Preparing [2020-09-10T19:03:01.083Z] e25d46bbe47a: Preparing [2020-09-10T19:03:01.083Z] 2a54f0e53b5e: Preparing [2020-09-10T19:03:01.083Z] 424e2392ab39: Preparing [2020-09-10T19:03:01.083Z] d06c3d6c71ac: Preparing [2020-09-10T19:03:01.083Z] 0f72a8900a70: Preparing [2020-09-10T19:03:01.083Z] 4375d3d1ec86: Preparing [2020-09-10T19:03:01.083Z] 8d8a1363a199: Preparing [2020-09-10T19:03:01.083Z] 6a6f6be51470: Preparing [2020-09-10T19:03:01.083Z] 50644c29ef5a: Preparing [2020-09-10T19:03:01.083Z] 424e2392ab39: Waiting [2020-09-10T19:03:01.083Z] d06c3d6c71ac: Waiting [2020-09-10T19:03:01.083Z] 4375d3d1ec86: Waiting [2020-09-10T19:03:01.083Z] 8d8a1363a199: Waiting [2020-09-10T19:03:01.083Z] 6a6f6be51470: Waiting [2020-09-10T19:03:01.083Z] 50644c29ef5a: Waiting [2020-09-10T19:03:01.349Z] e25d46bbe47a: Layer already exists [2020-09-10T19:03:01.349Z] 0f72a8900a70: Layer already exists [2020-09-10T19:03:01.349Z] 237d62cd1ad2: Layer already exists [2020-09-10T19:03:01.349Z] d062a9344223: Layer already exists [2020-09-10T19:03:01.349Z] 2a54f0e53b5e: Layer already exists [2020-09-10T19:03:01.349Z] 424e2392ab39: Layer already exists [2020-09-10T19:03:01.349Z] 4375d3d1ec86: Layer already exists [2020-09-10T19:03:01.349Z] 8d8a1363a199: Layer already exists [2020-09-10T19:03:01.349Z] d06c3d6c71ac: Layer already exists [2020-09-10T19:03:01.349Z] 6a6f6be51470: Layer already exists [2020-09-10T19:03:01.349Z] 50644c29ef5a: Layer already exists [2020-09-10T19:03:01.349Z] 1.2.2-dev.22: digest: sha256:ed8c1470b7a89876b0c1ba5f59fc5602274b411c782a139aa3ae1e378600896b size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:03:01.498Z] (1/5) Installing libgcc (9.3.0-r2) [2020-09-10T19:03:01.498Z] (2/5) Installing libsodium (1.0.18-r0) [2020-09-10T19:03:01.498Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-09-10T19:03:01.498Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.22" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-09-10T19:03:01.685Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:57974a27473083c1c6a10cb9f7b41893fbb07c00-1.2.2-dev.22 [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:03:01.779Z] (4/5) Installing libzmq (4.3.3-r0) [2020-09-10T19:03:01.779Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-10T19:03:01.779Z] (5/5) Installing zeromq (4.3.3-r0) [2020-09-10T19:03:01.779Z] Executing busybox-1.31.1-r16.trigger [2020-09-10T19:03:01.779Z] OK: 8 MiB in 19 packages [2020-09-10T19:03:02.077Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:57974a27473083c1c6a10cb9f7b41893fbb07c00-1.2.2-dev.22 [2020-09-10T19:03:02.077Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-09-10T19:03:02.077Z] 0f72a8900a70: Preparing [2020-09-10T19:03:02.077Z] 237d62cd1ad2: Preparing [2020-09-10T19:03:02.077Z] d062a9344223: Preparing [2020-09-10T19:03:02.077Z] e25d46bbe47a: Preparing [2020-09-10T19:03:02.077Z] e25d46bbe47a: Preparing [2020-09-10T19:03:02.077Z] 2a54f0e53b5e: Preparing [2020-09-10T19:03:02.077Z] 424e2392ab39: Preparing [2020-09-10T19:03:02.077Z] d06c3d6c71ac: Preparing [2020-09-10T19:03:02.077Z] 0f72a8900a70: Preparing [2020-09-10T19:03:02.077Z] 4375d3d1ec86: Preparing [2020-09-10T19:03:02.077Z] 8d8a1363a199: Preparing [2020-09-10T19:03:02.077Z] 6a6f6be51470: Preparing [2020-09-10T19:03:02.077Z] 50644c29ef5a: Preparing [2020-09-10T19:03:02.077Z] 4375d3d1ec86: Waiting [2020-09-10T19:03:02.077Z] 8d8a1363a199: Waiting [2020-09-10T19:03:02.077Z] 6a6f6be51470: Waiting [2020-09-10T19:03:02.077Z] 50644c29ef5a: Waiting [2020-09-10T19:03:02.077Z] 424e2392ab39: Waiting [2020-09-10T19:03:02.077Z] d06c3d6c71ac: Waiting [2020-09-10T19:03:02.077Z] d062a9344223: Layer already exists [2020-09-10T19:03:02.077Z] 237d62cd1ad2: Layer already exists [2020-09-10T19:03:02.077Z] e25d46bbe47a: Layer already exists [2020-09-10T19:03:02.077Z] 2a54f0e53b5e: Layer already exists [2020-09-10T19:03:02.077Z] 0f72a8900a70: Layer already exists [2020-09-10T19:03:02.077Z] 8d8a1363a199: Layer already exists [2020-09-10T19:03:02.077Z] d06c3d6c71ac: Layer already exists [2020-09-10T19:03:02.379Z] 4375d3d1ec86: Layer already exists [2020-09-10T19:03:02.379Z] 6a6f6be51470: Layer already exists [2020-09-10T19:03:02.379Z] 424e2392ab39: Layer already exists [2020-09-10T19:03:02.379Z] 50644c29ef5a: Layer already exists [2020-09-10T19:03:02.379Z] 57974a27473083c1c6a10cb9f7b41893fbb07c00-1.2.2-dev.22: digest: sha256:ed8c1470b7a89876b0c1ba5f59fc5602274b411c782a139aa3ae1e378600896b size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:03:02.800Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [2020-09-10T19:03:02.807Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:03:03.263Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [2020-09-10T19:03:03.263Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-09-10T19:03:03.263Z] 0f72a8900a70: Preparing [2020-09-10T19:03:03.263Z] 237d62cd1ad2: Preparing [2020-09-10T19:03:03.263Z] d062a9344223: Preparing [2020-09-10T19:03:03.263Z] e25d46bbe47a: Preparing [2020-09-10T19:03:03.263Z] e25d46bbe47a: Preparing [2020-09-10T19:03:03.263Z] 2a54f0e53b5e: Preparing [2020-09-10T19:03:03.263Z] 424e2392ab39: Preparing [2020-09-10T19:03:03.263Z] d06c3d6c71ac: Preparing [2020-09-10T19:03:03.263Z] 0f72a8900a70: Preparing [2020-09-10T19:03:03.263Z] 4375d3d1ec86: Preparing [2020-09-10T19:03:03.263Z] 8d8a1363a199: Preparing [2020-09-10T19:03:03.263Z] 6a6f6be51470: Preparing [2020-09-10T19:03:03.263Z] 50644c29ef5a: Preparing [2020-09-10T19:03:03.263Z] 6a6f6be51470: Waiting [2020-09-10T19:03:03.263Z] 50644c29ef5a: Waiting [2020-09-10T19:03:03.263Z] 4375d3d1ec86: Waiting [2020-09-10T19:03:03.263Z] 8d8a1363a199: Waiting [2020-09-10T19:03:03.263Z] 424e2392ab39: Waiting [2020-09-10T19:03:03.263Z] d06c3d6c71ac: Waiting [2020-09-10T19:03:03.263Z] 0f72a8900a70: Layer already exists [2020-09-10T19:03:03.263Z] e25d46bbe47a: Layer already exists [2020-09-10T19:03:03.263Z] d062a9344223: Layer already exists [2020-09-10T19:03:03.263Z] 237d62cd1ad2: Layer already exists [2020-09-10T19:03:03.263Z] 2a54f0e53b5e: Layer already exists [2020-09-10T19:03:03.544Z] 8d8a1363a199: Layer already exists [2020-09-10T19:03:03.544Z] d06c3d6c71ac: Layer already exists [2020-09-10T19:03:03.544Z] 4375d3d1ec86: Layer already exists [2020-09-10T19:03:03.544Z] 424e2392ab39: Layer already exists [2020-09-10T19:03:03.544Z] 6a6f6be51470: Layer already exists [2020-09-10T19:03:03.544Z] 50644c29ef5a: Layer already exists [2020-09-10T19:03:03.544Z] master: digest: sha256:ed8c1470b7a89876b0c1ba5f59fc5602274b411c782a139aa3ae1e378600896b size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-10T19:03:03.794Z] ===================================================== [2020-09-10T19:03:03.801Z] v3.12.0-306-g6984aa70ea [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-10T19:03:03.801Z] v3.12.0-309-g977657e5b2 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-10T19:03:03.801Z] OK: 12617 distinct packages available [Pipeline] echo [2020-09-10T19:03:03.850Z] taggedImages: [2020-09-10T19:03:03.850Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:57974a27473083c1c6a10cb9f7b41893fbb07c00 [2020-09-10T19:03:03.850Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.22 [2020-09-10T19:03:03.850Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:57974a27473083c1c6a10cb9f7b41893fbb07c00-1.2.2-dev.22 [2020-09-10T19:03:03.850Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] echo [2020-09-10T19:03:03.921Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2020-09-10T19:03:03.921Z] 57974a27473083c1c6a10cb9f7b41893fbb07c00 [2020-09-10T19:03:03.921Z] 1.2.2-dev.22 [2020-09-10T19:03:03.921Z] 57974a27473083c1c6a10cb9f7b41893fbb07c00-1.2.2-dev.22 [2020-09-10T19:03:03.921Z] master [2020-09-10T19:03:03.921Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:03:04.411Z] OK: 217 MiB in 51 packages [2020-09-10T19:03:04.688Z] Removing intermediate container 4321ab9f93b1 [2020-09-10T19:03:04.688Z] ---> 5b91253e66ac [2020-09-10T19:03:04.689Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-09-10T19:03:04.736Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:57974a27473083c1c6a10cb9f7b41893fbb07c00 [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:03:05.076Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:57974a27473083c1c6a10cb9f7b41893fbb07c00 [2020-09-10T19:03:05.076Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-09-10T19:03:05.076Z] db092f7573fd: Preparing [2020-09-10T19:03:05.076Z] bf5e169d5e69: Preparing [2020-09-10T19:03:05.076Z] 6547f8265234: Preparing [2020-09-10T19:03:05.076Z] 61b413258301: Preparing [2020-09-10T19:03:05.076Z] 57cdee2a3f95: Preparing [2020-09-10T19:03:05.076Z] ab6f8b7b1bdb: Preparing [2020-09-10T19:03:05.076Z] 2daa9d7282e3: Preparing [2020-09-10T19:03:05.076Z] cda3e7d02754: Preparing [2020-09-10T19:03:05.076Z] c1621471c3ac: Preparing [2020-09-10T19:03:05.076Z] 08f807005291: Preparing [2020-09-10T19:03:05.076Z] 1b3ee35aacca: Preparing [2020-09-10T19:03:05.076Z] cda3e7d02754: Waiting [2020-09-10T19:03:05.076Z] c1621471c3ac: Waiting [2020-09-10T19:03:05.076Z] 08f807005291: Waiting [2020-09-10T19:03:05.076Z] 1b3ee35aacca: Waiting [2020-09-10T19:03:05.076Z] ab6f8b7b1bdb: Waiting [2020-09-10T19:03:05.076Z] 2daa9d7282e3: Waiting [2020-09-10T19:03:05.385Z] bf5e169d5e69: Pushed [2020-09-10T19:03:05.385Z] db092f7573fd: Pushed [2020-09-10T19:03:06.059Z] ab6f8b7b1bdb: Pushed [2020-09-10T19:03:06.059Z] 2daa9d7282e3: Pushed [2020-09-10T19:03:06.375Z] cda3e7d02754: Pushed [2020-09-10T19:03:06.375Z] c1621471c3ac: Pushed [2020-09-10T19:03:06.689Z] 1b3ee35aacca: Layer already exists [2020-09-10T19:03:06.700Z] ---> b7308a038415 [2020-09-10T19:03:06.700Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-09-10T19:03:06.965Z] 6547f8265234: Pushed [2020-09-10T19:03:06.965Z] 57cdee2a3f95: Pushed [2020-09-10T19:03:06.965Z] 61b413258301: Pushed [2020-09-10T19:03:06.978Z] Removing intermediate container ecbc821e4642 [2020-09-10T19:03:06.978Z] ---> c2ce73e060f3 [2020-09-10T19:03:06.978Z] Step 6/27 : COPY go.mod . [2020-09-10T19:03:07.231Z] 08f807005291: Pushed [2020-09-10T19:03:07.231Z] 57974a27473083c1c6a10cb9f7b41893fbb07c00: digest: sha256:cf355675a1e6d658c032fb6c4f7cb4585511a0dec6f0c0f965c3744e912e80b8 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:03:07.872Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.22 [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:03:08.483Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.22 [2020-09-10T19:03:08.483Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-09-10T19:03:08.483Z] db092f7573fd: Preparing [2020-09-10T19:03:08.483Z] bf5e169d5e69: Preparing [2020-09-10T19:03:08.483Z] 6547f8265234: Preparing [2020-09-10T19:03:08.483Z] 61b413258301: Preparing [2020-09-10T19:03:08.483Z] 57cdee2a3f95: Preparing [2020-09-10T19:03:08.483Z] ab6f8b7b1bdb: Preparing [2020-09-10T19:03:08.484Z] 2daa9d7282e3: Preparing [2020-09-10T19:03:08.484Z] cda3e7d02754: Preparing [2020-09-10T19:03:08.484Z] c1621471c3ac: Preparing [2020-09-10T19:03:08.484Z] 08f807005291: Preparing [2020-09-10T19:03:08.484Z] 1b3ee35aacca: Preparing [2020-09-10T19:03:08.484Z] 2daa9d7282e3: Waiting [2020-09-10T19:03:08.484Z] cda3e7d02754: Waiting [2020-09-10T19:03:08.484Z] c1621471c3ac: Waiting [2020-09-10T19:03:08.484Z] 08f807005291: Waiting [2020-09-10T19:03:08.484Z] 1b3ee35aacca: Waiting [2020-09-10T19:03:08.484Z] ab6f8b7b1bdb: Waiting [2020-09-10T19:03:08.766Z] bf5e169d5e69: Layer already exists [2020-09-10T19:03:08.766Z] 6547f8265234: Layer already exists [2020-09-10T19:03:08.766Z] 57cdee2a3f95: Layer already exists [2020-09-10T19:03:08.766Z] 61b413258301: Layer already exists [2020-09-10T19:03:08.766Z] db092f7573fd: Layer already exists [2020-09-10T19:03:08.766Z] cda3e7d02754: Layer already exists [2020-09-10T19:03:08.766Z] 2daa9d7282e3: Layer already exists [2020-09-10T19:03:08.766Z] c1621471c3ac: Layer already exists [2020-09-10T19:03:08.766Z] ab6f8b7b1bdb: Layer already exists [2020-09-10T19:03:08.766Z] 08f807005291: Layer already exists [2020-09-10T19:03:08.766Z] 1b3ee35aacca: Layer already exists [2020-09-10T19:03:09.149Z] 1.2.2-dev.22: digest: sha256:cf355675a1e6d658c032fb6c4f7cb4585511a0dec6f0c0f965c3744e912e80b8 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:03:09.639Z] ---> 46051b66c8a4 [2020-09-10T19:03:09.639Z] Step 7/27 : RUN go mod download [2020-09-10T19:03:09.747Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:57974a27473083c1c6a10cb9f7b41893fbb07c00-1.2.2-dev.22 [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:03:10.127Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:57974a27473083c1c6a10cb9f7b41893fbb07c00-1.2.2-dev.22 [2020-09-10T19:03:10.248Z] ---> 2608e003b82a [2020-09-10T19:03:10.248Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-09-10T19:03:10.248Z] ---> Running in ae8c7bae1d6e [2020-09-10T19:03:10.404Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-09-10T19:03:10.404Z] db092f7573fd: Preparing [2020-09-10T19:03:10.404Z] bf5e169d5e69: Preparing [2020-09-10T19:03:10.404Z] 6547f8265234: Preparing [2020-09-10T19:03:10.404Z] 61b413258301: Preparing [2020-09-10T19:03:10.404Z] 57cdee2a3f95: Preparing [2020-09-10T19:03:10.404Z] ab6f8b7b1bdb: Preparing [2020-09-10T19:03:10.404Z] 2daa9d7282e3: Preparing [2020-09-10T19:03:10.404Z] cda3e7d02754: Preparing [2020-09-10T19:03:10.404Z] c1621471c3ac: Preparing [2020-09-10T19:03:10.404Z] 08f807005291: Preparing [2020-09-10T19:03:10.404Z] 1b3ee35aacca: Preparing [2020-09-10T19:03:10.404Z] ab6f8b7b1bdb: Waiting [2020-09-10T19:03:10.404Z] 2daa9d7282e3: Waiting [2020-09-10T19:03:10.404Z] cda3e7d02754: Waiting [2020-09-10T19:03:10.404Z] c1621471c3ac: Waiting [2020-09-10T19:03:10.404Z] 08f807005291: Waiting [2020-09-10T19:03:10.404Z] 1b3ee35aacca: Waiting [2020-09-10T19:03:10.404Z] bf5e169d5e69: Layer already exists [2020-09-10T19:03:10.404Z] 61b413258301: Layer already exists [2020-09-10T19:03:10.404Z] 57cdee2a3f95: Layer already exists [2020-09-10T19:03:10.404Z] 6547f8265234: Layer already exists [2020-09-10T19:03:10.404Z] db092f7573fd: Layer already exists [2020-09-10T19:03:10.404Z] cda3e7d02754: Layer already exists [2020-09-10T19:03:10.404Z] ab6f8b7b1bdb: Layer already exists [2020-09-10T19:03:10.404Z] c1621471c3ac: Layer already exists [2020-09-10T19:03:10.404Z] 08f807005291: Layer already exists [2020-09-10T19:03:10.404Z] 2daa9d7282e3: Layer already exists [2020-09-10T19:03:10.404Z] 1b3ee35aacca: Layer already exists [2020-09-10T19:03:10.404Z] 57974a27473083c1c6a10cb9f7b41893fbb07c00-1.2.2-dev.22: digest: sha256:cf355675a1e6d658c032fb6c4f7cb4585511a0dec6f0c0f965c3744e912e80b8 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:03:10.755Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:03:11.380Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2020-09-10T19:03:11.380Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-09-10T19:03:11.380Z] db092f7573fd: Preparing [2020-09-10T19:03:11.380Z] bf5e169d5e69: Preparing [2020-09-10T19:03:11.380Z] 6547f8265234: Preparing [2020-09-10T19:03:11.380Z] 61b413258301: Preparing [2020-09-10T19:03:11.380Z] 57cdee2a3f95: Preparing [2020-09-10T19:03:11.380Z] ab6f8b7b1bdb: Preparing [2020-09-10T19:03:11.380Z] 2daa9d7282e3: Preparing [2020-09-10T19:03:11.380Z] cda3e7d02754: Preparing [2020-09-10T19:03:11.380Z] c1621471c3ac: Preparing [2020-09-10T19:03:11.380Z] 08f807005291: Preparing [2020-09-10T19:03:11.380Z] 1b3ee35aacca: Preparing [2020-09-10T19:03:11.380Z] ab6f8b7b1bdb: Waiting [2020-09-10T19:03:11.380Z] cda3e7d02754: Waiting [2020-09-10T19:03:11.380Z] c1621471c3ac: Waiting [2020-09-10T19:03:11.380Z] 2daa9d7282e3: Waiting [2020-09-10T19:03:11.380Z] 08f807005291: Waiting [2020-09-10T19:03:11.380Z] 1b3ee35aacca: Waiting [2020-09-10T19:03:11.380Z] bf5e169d5e69: Layer already exists [2020-09-10T19:03:11.380Z] db092f7573fd: Layer already exists [2020-09-10T19:03:11.380Z] 6547f8265234: Layer already exists [2020-09-10T19:03:11.380Z] 57cdee2a3f95: Layer already exists [2020-09-10T19:03:11.380Z] 61b413258301: Layer already exists [2020-09-10T19:03:11.380Z] ab6f8b7b1bdb: Layer already exists [2020-09-10T19:03:11.380Z] cda3e7d02754: Layer already exists [2020-09-10T19:03:11.380Z] 2daa9d7282e3: Layer already exists [2020-09-10T19:03:11.380Z] c1621471c3ac: Layer already exists [2020-09-10T19:03:11.380Z] 08f807005291: Layer already exists [2020-09-10T19:03:11.380Z] 1b3ee35aacca: Layer already exists [2020-09-10T19:03:11.816Z] master: digest: sha256:cf355675a1e6d658c032fb6c4f7cb4585511a0dec6f0c0f965c3744e912e80b8 size: 2616 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-10T19:03:12.043Z] ===================================================== [Pipeline] echo [2020-09-10T19:03:12.091Z] taggedImages: [2020-09-10T19:03:12.091Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:57974a27473083c1c6a10cb9f7b41893fbb07c00 [2020-09-10T19:03:12.091Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.22 [2020-09-10T19:03:12.091Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:57974a27473083c1c6a10cb9f7b41893fbb07c00-1.2.2-dev.22 [2020-09-10T19:03:12.091Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2020-09-10T19:03:12.158Z] [edgeXDocker.push] Tagging docker image docker-support-logging-go with the following tags: [2020-09-10T19:03:12.158Z] 57974a27473083c1c6a10cb9f7b41893fbb07c00 [2020-09-10T19:03:12.158Z] 1.2.2-dev.22 [2020-09-10T19:03:12.158Z] 57974a27473083c1c6a10cb9f7b41893fbb07c00-1.2.2-dev.22 [2020-09-10T19:03:12.158Z] master [2020-09-10T19:03:12.158Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:03:12.805Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:57974a27473083c1c6a10cb9f7b41893fbb07c00 [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:03:13.287Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:57974a27473083c1c6a10cb9f7b41893fbb07c00 [2020-09-10T19:03:13.287Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-09-10T19:03:13.287Z] 7767d6eaab9e: Preparing [2020-09-10T19:03:13.287Z] eea2eabc83a7: Preparing [2020-09-10T19:03:13.287Z] 4e65e153bb15: Preparing [2020-09-10T19:03:13.287Z] b6d51bd0710b: Preparing [2020-09-10T19:03:13.569Z] 4e65e153bb15: Pushed [2020-09-10T19:03:13.570Z] 7767d6eaab9e: Pushed [2020-09-10T19:03:13.570Z] b6d51bd0710b: Pushed [2020-09-10T19:03:13.666Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-09-10T19:03:13.666Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-09-10T19:03:13.666Z] ---> 567efb9c8c3c [2020-09-10T19:03:13.666Z] Step 3/21 : WORKDIR /edgex-go [2020-09-10T19:03:13.666Z] ---> Using cache [2020-09-10T19:03:13.666Z] ---> 97f0792a7746 [2020-09-10T19:03:13.666Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-10T19:03:13.666Z] ---> Using cache [2020-09-10T19:03:13.666Z] ---> ffec986c7703 [2020-09-10T19:03:13.666Z] Step 5/21 : RUN apk update && apk add make git [2020-09-10T19:03:13.666Z] ---> Using cache [2020-09-10T19:03:13.666Z] ---> c83996ed9f35 [2020-09-10T19:03:13.666Z] Step 6/21 : COPY go.mod . [2020-09-10T19:03:13.666Z] ---> Using cache [2020-09-10T19:03:13.666Z] ---> bf7be2333ed0 [2020-09-10T19:03:13.666Z] Step 7/21 : RUN go mod download [2020-09-10T19:03:13.666Z] ---> Using cache [2020-09-10T19:03:13.666Z] ---> 1cb8c6470b85 [2020-09-10T19:03:13.666Z] Step 8/21 : COPY . . [2020-09-10T19:03:13.666Z] ---> Using cache [2020-09-10T19:03:13.666Z] ---> a530429399ce [2020-09-10T19:03:13.666Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-09-10T19:03:13.666Z] ---> c58bfb84080e [2020-09-10T19:03:13.666Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-09-10T19:03:13.666Z] ---> Running in 3447cae39d1c [2020-09-10T19:03:13.666Z] ---> Running in 6a4a2ca4069f [2020-09-10T19:03:14.981Z] eea2eabc83a7: Pushed [2020-09-10T19:03:14.981Z] 57974a27473083c1c6a10cb9f7b41893fbb07c00: digest: sha256:c3c0a1a7d1440372695424324d0eb44575541e668a4f76083ff245d480c71115 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:03:15.115Z] Removing intermediate container 6a4a2ca4069f [2020-09-10T19:03:15.115Z] ---> 91e52f966f33 [2020-09-10T19:03:15.115Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-10T19:03:15.317Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.22 [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:03:15.390Z] ---> Running in 041a9307d878 [2020-09-10T19:03:15.653Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.22 [2020-09-10T19:03:15.653Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-09-10T19:03:15.653Z] 7767d6eaab9e: Preparing [2020-09-10T19:03:15.653Z] eea2eabc83a7: Preparing [2020-09-10T19:03:15.653Z] 4e65e153bb15: Preparing [2020-09-10T19:03:15.653Z] b6d51bd0710b: Preparing [2020-09-10T19:03:15.918Z] eea2eabc83a7: Layer already exists [2020-09-10T19:03:15.918Z] b6d51bd0710b: Layer already exists [2020-09-10T19:03:15.918Z] 7767d6eaab9e: Layer already exists [2020-09-10T19:03:15.918Z] 4e65e153bb15: Layer already exists [2020-09-10T19:03:15.918Z] 1.2.2-dev.22: digest: sha256:c3c0a1a7d1440372695424324d0eb44575541e668a4f76083ff245d480c71115 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:03:16.254Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:57974a27473083c1c6a10cb9f7b41893fbb07c00-1.2.2-dev.22 [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:03:16.416Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.22" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-09-10T19:03:16.416Z] Removing intermediate container 041a9307d878 [2020-09-10T19:03:16.416Z] ---> be514ae3aa98 [2020-09-10T19:03:16.416Z] Step 21/23 : LABEL arch=arm64 [2020-09-10T19:03:16.592Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:57974a27473083c1c6a10cb9f7b41893fbb07c00-1.2.2-dev.22 [2020-09-10T19:03:16.592Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-09-10T19:03:16.592Z] 7767d6eaab9e: Preparing [2020-09-10T19:03:16.592Z] eea2eabc83a7: Preparing [2020-09-10T19:03:16.592Z] 4e65e153bb15: Preparing [2020-09-10T19:03:16.592Z] b6d51bd0710b: Preparing [2020-09-10T19:03:16.592Z] b6d51bd0710b: Layer already exists [2020-09-10T19:03:16.592Z] 7767d6eaab9e: Layer already exists [2020-09-10T19:03:16.592Z] eea2eabc83a7: Layer already exists [2020-09-10T19:03:16.592Z] 4e65e153bb15: Layer already exists [2020-09-10T19:03:16.592Z] 57974a27473083c1c6a10cb9f7b41893fbb07c00-1.2.2-dev.22: digest: sha256:c3c0a1a7d1440372695424324d0eb44575541e668a4f76083ff245d480c71115 size: 1153 [2020-09-10T19:03:16.694Z] Removing intermediate container ae8c7bae1d6e [2020-09-10T19:03:16.694Z] ---> 693dc408e2d1 [2020-09-10T19:03:16.694Z] Step 8/27 : COPY . . [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:03:16.969Z] ---> Running in 3d0a4e347b1e [2020-09-10T19:03:17.204Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:03:17.804Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [2020-09-10T19:03:17.804Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-09-10T19:03:17.804Z] 7767d6eaab9e: Preparing [2020-09-10T19:03:17.804Z] eea2eabc83a7: Preparing [2020-09-10T19:03:17.804Z] 4e65e153bb15: Preparing [2020-09-10T19:03:17.804Z] b6d51bd0710b: Preparing [2020-09-10T19:03:17.804Z] b6d51bd0710b: Layer already exists [2020-09-10T19:03:17.804Z] 7767d6eaab9e: Layer already exists [2020-09-10T19:03:17.804Z] 4e65e153bb15: Layer already exists [2020-09-10T19:03:17.804Z] eea2eabc83a7: Layer already exists [2020-09-10T19:03:17.969Z] Removing intermediate container 3d0a4e347b1e [2020-09-10T19:03:17.969Z] ---> dc2f67a9dfa1 [2020-09-10T19:03:17.969Z] Step 22/23 : LABEL git_sha=57974a27473083c1c6a10cb9f7b41893fbb07c00 [2020-09-10T19:03:18.072Z] master: digest: sha256:c3c0a1a7d1440372695424324d0eb44575541e668a4f76083ff245d480c71115 size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-10T19:03:18.298Z] ===================================================== [Pipeline] echo [2020-09-10T19:03:18.345Z] taggedImages: [2020-09-10T19:03:18.345Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:57974a27473083c1c6a10cb9f7b41893fbb07c00 [2020-09-10T19:03:18.345Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.22 [2020-09-10T19:03:18.345Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:57974a27473083c1c6a10cb9f7b41893fbb07c00-1.2.2-dev.22 [2020-09-10T19:03:18.345Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] echo [2020-09-10T19:03:18.447Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2020-09-10T19:03:18.447Z] 57974a27473083c1c6a10cb9f7b41893fbb07c00 [2020-09-10T19:03:18.447Z] 1.2.2-dev.22 [2020-09-10T19:03:18.447Z] 57974a27473083c1c6a10cb9f7b41893fbb07c00-1.2.2-dev.22 [2020-09-10T19:03:18.447Z] master [2020-09-10T19:03:18.447Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [2020-09-10T19:03:18.573Z] ---> Running in 318c4a546ba8 [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:03:19.021Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:57974a27473083c1c6a10cb9f7b41893fbb07c00 [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:03:19.197Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-09-10T19:03:19.197Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-09-10T19:03:19.197Z] ---> 567efb9c8c3c [2020-09-10T19:03:19.197Z] Step 3/26 : WORKDIR /edgex-go [2020-09-10T19:03:19.197Z] ---> Using cache [2020-09-10T19:03:19.197Z] ---> 97f0792a7746 [2020-09-10T19:03:19.197Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-10T19:03:19.197Z] ---> Using cache [2020-09-10T19:03:19.197Z] ---> ffec986c7703 [2020-09-10T19:03:19.197Z] Step 5/26 : RUN apk update && apk add make git [2020-09-10T19:03:19.197Z] ---> Using cache [2020-09-10T19:03:19.197Z] ---> c83996ed9f35 [2020-09-10T19:03:19.197Z] Step 6/26 : COPY go.mod . [2020-09-10T19:03:19.197Z] ---> Using cache [2020-09-10T19:03:19.197Z] ---> bf7be2333ed0 [2020-09-10T19:03:19.197Z] Step 7/26 : RUN go mod download [2020-09-10T19:03:19.197Z] ---> Using cache [2020-09-10T19:03:19.197Z] ---> 1cb8c6470b85 [2020-09-10T19:03:19.197Z] Step 8/26 : COPY . . [2020-09-10T19:03:19.420Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:57974a27473083c1c6a10cb9f7b41893fbb07c00 [2020-09-10T19:03:19.420Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-09-10T19:03:19.421Z] bb1c946d370a: Preparing [2020-09-10T19:03:19.421Z] 92c187502e37: Preparing [2020-09-10T19:03:19.421Z] c8b40ee00876: Preparing [2020-09-10T19:03:19.421Z] a9db8a9e9dfc: Preparing [2020-09-10T19:03:19.421Z] 64a7c5c387a6: Preparing [2020-09-10T19:03:19.421Z] c0f933eaea48: Preparing [2020-09-10T19:03:19.421Z] c0f933eaea48: Waiting [2020-09-10T19:03:19.488Z] ---> Using cache [2020-09-10T19:03:19.488Z] ---> a530429399ce [2020-09-10T19:03:19.488Z] Step 9/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup cmd/security-secretstore-read/security-secretstore-read [2020-09-10T19:03:19.696Z] c8b40ee00876: Pushed [2020-09-10T19:03:19.988Z] bb1c946d370a: Pushed [2020-09-10T19:03:19.988Z] a9db8a9e9dfc: Pushed [2020-09-10T19:03:20.090Z] Removing intermediate container 318c4a546ba8 [2020-09-10T19:03:20.090Z] ---> 823a723e2543 [2020-09-10T19:03:20.090Z] Step 23/23 : LABEL version=1.2.2-dev.22 [2020-09-10T19:03:20.333Z] c0f933eaea48: Pushed [2020-09-10T19:03:20.376Z] ---> Running in 2170e921f8c9 [2020-09-10T19:03:20.648Z] 64a7c5c387a6: Pushed [2020-09-10T19:03:20.683Z] ---> Running in 7fd5f6a4036c [2020-09-10T19:03:22.151Z] Removing intermediate container 7fd5f6a4036c [2020-09-10T19:03:22.151Z] ---> 6d69c33ea6ac [2020-09-10T19:03:22.151Z] [2020-09-10T19:03:22.420Z] 92c187502e37: Pushed [2020-09-10T19:03:22.797Z] 57974a27473083c1c6a10cb9f7b41893fbb07c00: digest: sha256:55f94b8b18f409f06c5255a4eb77b910d555ed588e8a644975d8980b0173d736 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:03:23.139Z] Successfully built 6d69c33ea6ac [2020-09-10T19:03:23.139Z] Successfully tagged docker-core-data-go-arm64:latest [2020-09-10T19:03:23.139Z] Building docker-security-secrets-setup-go [2020-09-10T19:03:23.179Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.22 [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:03:23.746Z]  Building docker-core-data-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.22" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-09-10T19:03:23.899Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.22 [2020-09-10T19:03:24.198Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-09-10T19:03:24.198Z] bb1c946d370a: Preparing [2020-09-10T19:03:24.198Z] 92c187502e37: Preparing [2020-09-10T19:03:24.198Z] c8b40ee00876: Preparing [2020-09-10T19:03:24.198Z] a9db8a9e9dfc: Preparing [2020-09-10T19:03:24.198Z] 64a7c5c387a6: Preparing [2020-09-10T19:03:24.198Z] c0f933eaea48: Preparing [2020-09-10T19:03:24.198Z] c0f933eaea48: Waiting [2020-09-10T19:03:24.198Z] c8b40ee00876: Layer already exists [2020-09-10T19:03:24.198Z] 92c187502e37: Layer already exists [2020-09-10T19:03:24.198Z] a9db8a9e9dfc: Layer already exists [2020-09-10T19:03:24.198Z] bb1c946d370a: Layer already exists [2020-09-10T19:03:24.198Z] 64a7c5c387a6: Layer already exists [2020-09-10T19:03:24.198Z] c0f933eaea48: Layer already exists [2020-09-10T19:03:24.198Z] 1.2.2-dev.22: digest: sha256:55f94b8b18f409f06c5255a4eb77b910d555ed588e8a644975d8980b0173d736 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:03:24.506Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:57974a27473083c1c6a10cb9f7b41893fbb07c00-1.2.2-dev.22 [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:03:24.826Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:57974a27473083c1c6a10cb9f7b41893fbb07c00-1.2.2-dev.22 [2020-09-10T19:03:24.826Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-09-10T19:03:24.826Z] bb1c946d370a: Preparing [2020-09-10T19:03:24.826Z] 92c187502e37: Preparing [2020-09-10T19:03:24.826Z] c8b40ee00876: Preparing [2020-09-10T19:03:24.826Z] a9db8a9e9dfc: Preparing [2020-09-10T19:03:24.826Z] 64a7c5c387a6: Preparing [2020-09-10T19:03:24.826Z] c0f933eaea48: Preparing [2020-09-10T19:03:24.826Z] c0f933eaea48: Waiting [2020-09-10T19:03:24.826Z] 92c187502e37: Layer already exists [2020-09-10T19:03:24.826Z] 64a7c5c387a6: Layer already exists [2020-09-10T19:03:24.826Z] a9db8a9e9dfc: Layer already exists [2020-09-10T19:03:24.826Z] bb1c946d370a: Layer already exists [2020-09-10T19:03:24.826Z] c8b40ee00876: Layer already exists [2020-09-10T19:03:24.826Z] c0f933eaea48: Layer already exists [2020-09-10T19:03:24.826Z] 57974a27473083c1c6a10cb9f7b41893fbb07c00-1.2.2-dev.22: digest: sha256:55f94b8b18f409f06c5255a4eb77b910d555ed588e8a644975d8980b0173d736 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:03:25.431Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:03:25.794Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2020-09-10T19:03:26.059Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-09-10T19:03:26.059Z] bb1c946d370a: Preparing [2020-09-10T19:03:26.059Z] 92c187502e37: Preparing [2020-09-10T19:03:26.059Z] c8b40ee00876: Preparing [2020-09-10T19:03:26.059Z] a9db8a9e9dfc: Preparing [2020-09-10T19:03:26.059Z] 64a7c5c387a6: Preparing [2020-09-10T19:03:26.059Z] c0f933eaea48: Preparing [2020-09-10T19:03:26.059Z] c0f933eaea48: Waiting [2020-09-10T19:03:26.059Z] bb1c946d370a: Layer already exists [2020-09-10T19:03:26.059Z] 64a7c5c387a6: Layer already exists [2020-09-10T19:03:26.059Z] 92c187502e37: Layer already exists [2020-09-10T19:03:26.059Z] a9db8a9e9dfc: Layer already exists [2020-09-10T19:03:26.059Z] c8b40ee00876: Layer already exists [2020-09-10T19:03:26.060Z] c0f933eaea48: Layer already exists [2020-09-10T19:03:26.060Z] master: digest: sha256:55f94b8b18f409f06c5255a4eb77b910d555ed588e8a644975d8980b0173d736 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-10T19:03:26.242Z] ===================================================== [Pipeline] echo [2020-09-10T19:03:26.288Z] taggedImages: [2020-09-10T19:03:26.288Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:57974a27473083c1c6a10cb9f7b41893fbb07c00 [2020-09-10T19:03:26.288Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.22 [2020-09-10T19:03:26.288Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:57974a27473083c1c6a10cb9f7b41893fbb07c00-1.2.2-dev.22 [2020-09-10T19:03:26.288Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2020-09-10T19:03:26.357Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2020-09-10T19:03:26.357Z] 57974a27473083c1c6a10cb9f7b41893fbb07c00 [2020-09-10T19:03:26.357Z] 1.2.2-dev.22 [2020-09-10T19:03:26.357Z] 57974a27473083c1c6a10cb9f7b41893fbb07c00-1.2.2-dev.22 [2020-09-10T19:03:26.357Z] master [2020-09-10T19:03:26.357Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:03:26.865Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:57974a27473083c1c6a10cb9f7b41893fbb07c00 [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:03:27.510Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:57974a27473083c1c6a10cb9f7b41893fbb07c00 [2020-09-10T19:03:27.510Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-09-10T19:03:27.510Z] c8a1ccb4f44f: Preparing [2020-09-10T19:03:27.510Z] 2407f6a5905a: Preparing [2020-09-10T19:03:27.510Z] 9c8ab50da438: Preparing [2020-09-10T19:03:28.179Z] 9c8ab50da438: Pushed [2020-09-10T19:03:28.179Z] c8a1ccb4f44f: Pushed [2020-09-10T19:03:30.318Z] 2407f6a5905a: Pushed [2020-09-10T19:03:30.318Z] 57974a27473083c1c6a10cb9f7b41893fbb07c00: digest: sha256:4b39f8ce215a795cdb753fb63072804fc2dd0e782ec59866df229d417fb2bec3 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:03:30.709Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.22 [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:03:31.026Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.22 [2020-09-10T19:03:31.027Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-09-10T19:03:31.027Z] c8a1ccb4f44f: Preparing [2020-09-10T19:03:31.027Z] 2407f6a5905a: Preparing [2020-09-10T19:03:31.027Z] 9c8ab50da438: Preparing [2020-09-10T19:03:31.027Z] 2407f6a5905a: Layer already exists [2020-09-10T19:03:31.027Z] c8a1ccb4f44f: Layer already exists [2020-09-10T19:03:31.027Z] 9c8ab50da438: Layer already exists [2020-09-10T19:03:31.290Z] 1.2.2-dev.22: digest: sha256:4b39f8ce215a795cdb753fb63072804fc2dd0e782ec59866df229d417fb2bec3 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:03:31.639Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:57974a27473083c1c6a10cb9f7b41893fbb07c00-1.2.2-dev.22 [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:03:32.071Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:57974a27473083c1c6a10cb9f7b41893fbb07c00-1.2.2-dev.22 [2020-09-10T19:03:32.071Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-09-10T19:03:32.071Z] c8a1ccb4f44f: Preparing [2020-09-10T19:03:32.071Z] 2407f6a5905a: Preparing [2020-09-10T19:03:32.071Z] 9c8ab50da438: Preparing [2020-09-10T19:03:32.369Z] 2407f6a5905a: Layer already exists [2020-09-10T19:03:32.369Z] 9c8ab50da438: Layer already exists [2020-09-10T19:03:32.369Z] c8a1ccb4f44f: Layer already exists [2020-09-10T19:03:32.369Z] 57974a27473083c1c6a10cb9f7b41893fbb07c00-1.2.2-dev.22: digest: sha256:4b39f8ce215a795cdb753fb63072804fc2dd0e782ec59866df229d417fb2bec3 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:03:32.795Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:03:33.639Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2020-09-10T19:03:33.639Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-09-10T19:03:33.639Z] c8a1ccb4f44f: Preparing [2020-09-10T19:03:33.639Z] 2407f6a5905a: Preparing [2020-09-10T19:03:33.639Z] 9c8ab50da438: Preparing [2020-09-10T19:03:33.905Z] c8a1ccb4f44f: Layer already exists [2020-09-10T19:03:33.906Z] 9c8ab50da438: Layer already exists [2020-09-10T19:03:33.906Z] 2407f6a5905a: Layer already exists [2020-09-10T19:03:33.906Z] master: digest: sha256:4b39f8ce215a795cdb753fb63072804fc2dd0e782ec59866df229d417fb2bec3 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-10T19:03:34.109Z] ===================================================== [Pipeline] echo [2020-09-10T19:03:34.155Z] taggedImages: [2020-09-10T19:03:34.155Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:57974a27473083c1c6a10cb9f7b41893fbb07c00 [2020-09-10T19:03:34.155Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.22 [2020-09-10T19:03:34.155Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:57974a27473083c1c6a10cb9f7b41893fbb07c00-1.2.2-dev.22 [2020-09-10T19:03:34.155Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2020-09-10T19:03:34.224Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2020-09-10T19:03:34.224Z] 57974a27473083c1c6a10cb9f7b41893fbb07c00 [2020-09-10T19:03:34.224Z] 1.2.2-dev.22 [2020-09-10T19:03:34.224Z] 57974a27473083c1c6a10cb9f7b41893fbb07c00-1.2.2-dev.22 [2020-09-10T19:03:34.224Z] master [2020-09-10T19:03:34.224Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:03:34.853Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:57974a27473083c1c6a10cb9f7b41893fbb07c00 [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:03:35.543Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:57974a27473083c1c6a10cb9f7b41893fbb07c00 [2020-09-10T19:03:35.543Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-09-10T19:03:35.543Z] dd1e4f1d28c6: Preparing [2020-09-10T19:03:35.543Z] 7419e8c7074e: Preparing [2020-09-10T19:03:35.543Z] 8e7cae6f07cb: Preparing [2020-09-10T19:03:35.543Z] 1b00c3654ea3: Preparing [2020-09-10T19:03:35.543Z] 4ee14b504e99: Preparing [2020-09-10T19:03:35.543Z] 624b7035e412: Preparing [2020-09-10T19:03:35.543Z] e416eabfa2e1: Preparing [2020-09-10T19:03:35.543Z] 8890c171a12b: Preparing [2020-09-10T19:03:35.543Z] 4ae5bd84d450: Preparing [2020-09-10T19:03:35.543Z] 723a561964c8: Preparing [2020-09-10T19:03:35.543Z] 78764725b56c: Preparing [2020-09-10T19:03:35.543Z] 51d6d3d09136: Preparing [2020-09-10T19:03:35.543Z] 1507bc794612: Preparing [2020-09-10T19:03:35.543Z] 50644c29ef5a: Preparing [2020-09-10T19:03:35.543Z] 624b7035e412: Waiting [2020-09-10T19:03:35.543Z] 8890c171a12b: Waiting [2020-09-10T19:03:35.543Z] 4ae5bd84d450: Waiting [2020-09-10T19:03:35.543Z] 723a561964c8: Waiting [2020-09-10T19:03:35.543Z] e416eabfa2e1: Waiting [2020-09-10T19:03:35.543Z] 51d6d3d09136: Waiting [2020-09-10T19:03:35.543Z] 78764725b56c: Waiting [2020-09-10T19:03:35.543Z] 1507bc794612: Waiting [2020-09-10T19:03:35.543Z] 50644c29ef5a: Waiting [2020-09-10T19:03:36.343Z] 4ee14b504e99: Pushed [2020-09-10T19:03:36.343Z] dd1e4f1d28c6: Pushed [2020-09-10T19:03:36.343Z] 1b00c3654ea3: Pushed [2020-09-10T19:03:36.627Z] 8890c171a12b: Layer already exists [2020-09-10T19:03:36.627Z] 4ae5bd84d450: Layer already exists [2020-09-10T19:03:37.341Z] 723a561964c8: Layer already exists [2020-09-10T19:03:37.341Z] 78764725b56c: Layer already exists [2020-09-10T19:03:37.341Z] e416eabfa2e1: Pushed [2020-09-10T19:03:37.341Z] 51d6d3d09136: Layer already exists [2020-09-10T19:03:37.631Z] 50644c29ef5a: Layer already exists [2020-09-10T19:03:37.631Z] 1507bc794612: Layer already exists [2020-09-10T19:03:37.928Z] 624b7035e412: Pushed [2020-09-10T19:03:39.214Z] 7419e8c7074e: Pushed [2020-09-10T19:03:42.125Z] ---> a3cbc75a863c [2020-09-10T19:03:42.125Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-09-10T19:03:42.125Z] ---> Running in fb2a848da35a [2020-09-10T19:03:44.131Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.22" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-09-10T19:03:44.131Z] Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine [2020-09-10T19:03:44.131Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-09-10T19:03:44.131Z] ---> 567efb9c8c3c [2020-09-10T19:03:44.131Z] Step 3/29 : WORKDIR /edgex-go [2020-09-10T19:03:44.131Z] ---> Using cache [2020-09-10T19:03:44.131Z] ---> 97f0792a7746 [2020-09-10T19:03:44.131Z] Step 4/29 : RUN apk update && apk add make git [2020-09-10T19:03:44.409Z] ---> Running in f94f1ab1265c [2020-09-10T19:03:47.057Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-10T19:03:48.052Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-10T19:03:49.044Z] v3.12.0-306-g6984aa70ea [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-10T19:03:49.044Z] v3.12.0-309-g977657e5b2 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-10T19:03:49.044Z] OK: 12617 distinct packages available [2020-09-10T19:03:49.372Z] 8e7cae6f07cb: Pushed [2020-09-10T19:03:49.373Z] 57974a27473083c1c6a10cb9f7b41893fbb07c00: digest: sha256:ddfe1ca95c596b4510119c8c4d78a9a6a34362b73ed29045d692859a34e64b11 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:03:49.736Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.22 [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:03:50.045Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.22 [2020-09-10T19:03:50.045Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-09-10T19:03:50.045Z] dd1e4f1d28c6: Preparing [2020-09-10T19:03:50.045Z] 7419e8c7074e: Preparing [2020-09-10T19:03:50.045Z] 8e7cae6f07cb: Preparing [2020-09-10T19:03:50.045Z] 1b00c3654ea3: Preparing [2020-09-10T19:03:50.045Z] 4ee14b504e99: Preparing [2020-09-10T19:03:50.045Z] 624b7035e412: Preparing [2020-09-10T19:03:50.045Z] e416eabfa2e1: Preparing [2020-09-10T19:03:50.045Z] 8890c171a12b: Preparing [2020-09-10T19:03:50.045Z] 4ae5bd84d450: Preparing [2020-09-10T19:03:50.045Z] 723a561964c8: Preparing [2020-09-10T19:03:50.045Z] 78764725b56c: Preparing [2020-09-10T19:03:50.045Z] 51d6d3d09136: Preparing [2020-09-10T19:03:50.045Z] 1507bc794612: Preparing [2020-09-10T19:03:50.045Z] 50644c29ef5a: Preparing [2020-09-10T19:03:50.045Z] 4ae5bd84d450: Waiting [2020-09-10T19:03:50.045Z] 723a561964c8: Waiting [2020-09-10T19:03:50.045Z] 78764725b56c: Waiting [2020-09-10T19:03:50.045Z] 51d6d3d09136: Waiting [2020-09-10T19:03:50.045Z] 1507bc794612: Waiting [2020-09-10T19:03:50.045Z] 50644c29ef5a: Waiting [2020-09-10T19:03:50.045Z] 624b7035e412: Waiting [2020-09-10T19:03:50.045Z] e416eabfa2e1: Waiting [2020-09-10T19:03:50.045Z] 8890c171a12b: Waiting [2020-09-10T19:03:50.045Z] 4ee14b504e99: Layer already exists [2020-09-10T19:03:50.045Z] 8e7cae6f07cb: Layer already exists [2020-09-10T19:03:50.045Z] 7419e8c7074e: Layer already exists [2020-09-10T19:03:50.045Z] 1b00c3654ea3: Layer already exists [2020-09-10T19:03:50.045Z] dd1e4f1d28c6: Layer already exists [2020-09-10T19:03:50.045Z] e416eabfa2e1: Layer already exists [2020-09-10T19:03:50.045Z] 624b7035e412: Layer already exists [2020-09-10T19:03:50.045Z] 8890c171a12b: Layer already exists [2020-09-10T19:03:50.045Z] 4ae5bd84d450: Layer already exists [2020-09-10T19:03:50.045Z] 723a561964c8: Layer already exists [2020-09-10T19:03:50.045Z] 51d6d3d09136: Layer already exists [2020-09-10T19:03:50.045Z] 78764725b56c: Layer already exists [2020-09-10T19:03:50.045Z] 1507bc794612: Layer already exists [2020-09-10T19:03:50.045Z] 50644c29ef5a: Layer already exists [2020-09-10T19:03:50.308Z] 1.2.2-dev.22: digest: sha256:ddfe1ca95c596b4510119c8c4d78a9a6a34362b73ed29045d692859a34e64b11 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:03:50.495Z] OK: 217 MiB in 51 packages [2020-09-10T19:03:50.639Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:57974a27473083c1c6a10cb9f7b41893fbb07c00-1.2.2-dev.22 [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:03:50.985Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:57974a27473083c1c6a10cb9f7b41893fbb07c00-1.2.2-dev.22 [2020-09-10T19:03:50.985Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-09-10T19:03:50.985Z] dd1e4f1d28c6: Preparing [2020-09-10T19:03:50.985Z] 7419e8c7074e: Preparing [2020-09-10T19:03:50.985Z] 8e7cae6f07cb: Preparing [2020-09-10T19:03:50.985Z] 1b00c3654ea3: Preparing [2020-09-10T19:03:50.985Z] 4ee14b504e99: Preparing [2020-09-10T19:03:50.985Z] 624b7035e412: Preparing [2020-09-10T19:03:50.985Z] e416eabfa2e1: Preparing [2020-09-10T19:03:50.985Z] 8890c171a12b: Preparing [2020-09-10T19:03:50.985Z] 4ae5bd84d450: Preparing [2020-09-10T19:03:50.985Z] 723a561964c8: Preparing [2020-09-10T19:03:50.985Z] 78764725b56c: Preparing [2020-09-10T19:03:50.985Z] 51d6d3d09136: Preparing [2020-09-10T19:03:50.985Z] 1507bc794612: Preparing [2020-09-10T19:03:50.985Z] 50644c29ef5a: Preparing [2020-09-10T19:03:50.985Z] 624b7035e412: Waiting [2020-09-10T19:03:50.985Z] e416eabfa2e1: Waiting [2020-09-10T19:03:50.985Z] 8890c171a12b: Waiting [2020-09-10T19:03:50.985Z] 4ae5bd84d450: Waiting [2020-09-10T19:03:50.985Z] 723a561964c8: Waiting [2020-09-10T19:03:50.985Z] 78764725b56c: Waiting [2020-09-10T19:03:50.985Z] 51d6d3d09136: Waiting [2020-09-10T19:03:50.985Z] 1507bc794612: Waiting [2020-09-10T19:03:50.985Z] 50644c29ef5a: Waiting [2020-09-10T19:03:50.985Z] 7419e8c7074e: Layer already exists [2020-09-10T19:03:50.985Z] 1b00c3654ea3: Layer already exists [2020-09-10T19:03:50.985Z] 4ee14b504e99: Layer already exists [2020-09-10T19:03:50.985Z] dd1e4f1d28c6: Layer already exists [2020-09-10T19:03:50.985Z] 8e7cae6f07cb: Layer already exists [2020-09-10T19:03:50.985Z] 624b7035e412: Layer already exists [2020-09-10T19:03:50.985Z] 8890c171a12b: Layer already exists [2020-09-10T19:03:51.253Z] 4ae5bd84d450: Layer already exists [2020-09-10T19:03:51.253Z] 723a561964c8: Layer already exists [2020-09-10T19:03:51.253Z] e416eabfa2e1: Layer already exists [2020-09-10T19:03:51.253Z] 1507bc794612: Layer already exists [2020-09-10T19:03:51.253Z] 78764725b56c: Layer already exists [2020-09-10T19:03:51.253Z] 51d6d3d09136: Layer already exists [2020-09-10T19:03:51.253Z] 50644c29ef5a: Layer already exists [2020-09-10T19:03:51.253Z] 57974a27473083c1c6a10cb9f7b41893fbb07c00-1.2.2-dev.22: digest: sha256:ddfe1ca95c596b4510119c8c4d78a9a6a34362b73ed29045d692859a34e64b11 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:03:51.806Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:03:52.200Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2020-09-10T19:03:52.200Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-09-10T19:03:52.200Z] dd1e4f1d28c6: Preparing [2020-09-10T19:03:52.200Z] 7419e8c7074e: Preparing [2020-09-10T19:03:52.200Z] 8e7cae6f07cb: Preparing [2020-09-10T19:03:52.200Z] 1b00c3654ea3: Preparing [2020-09-10T19:03:52.200Z] 4ee14b504e99: Preparing [2020-09-10T19:03:52.200Z] 624b7035e412: Preparing [2020-09-10T19:03:52.200Z] e416eabfa2e1: Preparing [2020-09-10T19:03:52.200Z] 8890c171a12b: Preparing [2020-09-10T19:03:52.200Z] 4ae5bd84d450: Preparing [2020-09-10T19:03:52.200Z] 723a561964c8: Preparing [2020-09-10T19:03:52.200Z] 78764725b56c: Preparing [2020-09-10T19:03:52.200Z] 51d6d3d09136: Preparing [2020-09-10T19:03:52.200Z] 1507bc794612: Preparing [2020-09-10T19:03:52.200Z] 50644c29ef5a: Preparing [2020-09-10T19:03:52.200Z] 624b7035e412: Waiting [2020-09-10T19:03:52.200Z] e416eabfa2e1: Waiting [2020-09-10T19:03:52.200Z] 8890c171a12b: Waiting [2020-09-10T19:03:52.200Z] 4ae5bd84d450: Waiting [2020-09-10T19:03:52.200Z] 723a561964c8: Waiting [2020-09-10T19:03:52.200Z] 78764725b56c: Waiting [2020-09-10T19:03:52.200Z] 51d6d3d09136: Waiting [2020-09-10T19:03:52.200Z] 1507bc794612: Waiting [2020-09-10T19:03:52.200Z] 50644c29ef5a: Waiting [2020-09-10T19:03:52.200Z] dd1e4f1d28c6: Layer already exists [2020-09-10T19:03:52.200Z] 7419e8c7074e: Layer already exists [2020-09-10T19:03:52.501Z] Removing intermediate container f94f1ab1265c [2020-09-10T19:03:52.501Z] ---> 2c76d04f660b [2020-09-10T19:03:52.501Z] Step 5/29 : COPY go.mod . [2020-09-10T19:03:52.561Z] 8e7cae6f07cb: Layer already exists [2020-09-10T19:03:52.561Z] 1b00c3654ea3: Layer already exists [2020-09-10T19:03:52.561Z] 4ee14b504e99: Layer already exists [2020-09-10T19:03:52.561Z] 624b7035e412: Layer already exists [2020-09-10T19:03:52.561Z] e416eabfa2e1: Layer already exists [2020-09-10T19:03:52.561Z] 4ae5bd84d450: Layer already exists [2020-09-10T19:03:52.561Z] 8890c171a12b: Layer already exists [2020-09-10T19:03:52.561Z] 723a561964c8: Layer already exists [2020-09-10T19:03:52.561Z] 78764725b56c: Layer already exists [2020-09-10T19:03:52.561Z] 1507bc794612: Layer already exists [2020-09-10T19:03:52.561Z] 51d6d3d09136: Layer already exists [2020-09-10T19:03:52.561Z] 50644c29ef5a: Layer already exists [2020-09-10T19:03:52.561Z] master: digest: sha256:ddfe1ca95c596b4510119c8c4d78a9a6a34362b73ed29045d692859a34e64b11 size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-10T19:03:52.766Z] ===================================================== [Pipeline] echo [2020-09-10T19:03:52.819Z] taggedImages: [2020-09-10T19:03:52.819Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:57974a27473083c1c6a10cb9f7b41893fbb07c00 [2020-09-10T19:03:52.819Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.22 [2020-09-10T19:03:52.819Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:57974a27473083c1c6a10cb9f7b41893fbb07c00-1.2.2-dev.22 [2020-09-10T19:03:52.819Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-09-10T19:03:53.948Z] ---> 75af9bb48c15 [2020-09-10T19:03:53.948Z] Step 6/29 : RUN go mod download [2020-09-10T19:03:53.948Z] ---> Running in 705a00f670f0 [2020-09-10T19:03:59.389Z] Removing intermediate container 705a00f670f0 [2020-09-10T19:03:59.389Z] ---> a011728273cf [2020-09-10T19:03:59.389Z] Step 7/29 : COPY . . [2020-09-10T19:04:17.780Z] Removing intermediate container e3b70b8027fc [2020-09-10T19:04:17.780Z] ---> fd75ca01d6bc [2020-09-10T19:04:17.780Z] [2020-09-10T19:04:17.780Z] Step 10/20 : FROM alpine [2020-09-10T19:04:17.780Z] ---> 62ee0e9f8440 [2020-09-10T19:04:17.780Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-09-10T19:04:17.780Z] ---> Running in 7d8ff4ac3081 [2020-09-10T19:04:17.780Z] ---> 066a0916ecbb [2020-09-10T19:04:17.780Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-09-10T19:04:17.780Z] ---> Running in d2fe99151695 [2020-09-10T19:04:19.230Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-10T19:04:19.230Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-10T19:04:19.828Z] v3.12.0-306-g6984aa70ea [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-09-10T19:04:19.829Z] v3.12.0-309-g977657e5b2 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-09-10T19:04:19.829Z] OK: 12617 distinct packages available [2020-09-10T19:04:19.829Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.22" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-09-10T19:04:20.811Z] (1/4) Installing ca-certificates (20191127-r4) [2020-09-10T19:04:20.811Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-09-10T19:04:20.811Z] (3/4) Installing libcurl (7.69.1-r0) [2020-09-10T19:04:20.811Z] (4/4) Installing curl (7.69.1-r0) [2020-09-10T19:04:20.811Z] Executing busybox-1.31.1-r16.trigger [2020-09-10T19:04:20.811Z] Executing ca-certificates-20191127-r4.trigger [2020-09-10T19:04:21.407Z] OK: 7 MiB in 18 packages [2020-09-10T19:04:24.038Z] Removing intermediate container 7d8ff4ac3081 [2020-09-10T19:04:24.038Z] ---> 8df9503f087e [2020-09-10T19:04:24.038Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-09-10T19:04:24.038Z] ---> Running in 214e61c2bc24 [2020-09-10T19:04:24.637Z] Removing intermediate container 214e61c2bc24 [2020-09-10T19:04:24.637Z] ---> 09aabbc6d92f [2020-09-10T19:04:24.637Z] Step 13/20 : WORKDIR /edgex [2020-09-10T19:04:24.637Z] ---> Running in fdca2faee4e3 [2020-09-10T19:04:25.254Z] Removing intermediate container fdca2faee4e3 [2020-09-10T19:04:25.254Z] ---> d8b7b4667c05 [2020-09-10T19:04:25.254Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-09-10T19:04:26.264Z] ---> 6f6d7f2e8d0e [2020-09-10T19:04:26.264Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-09-10T19:04:28.267Z] ---> 42d8889d099b [2020-09-10T19:04:28.267Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-09-10T19:04:28.267Z] ---> Running in fbaae8d92728 [2020-09-10T19:04:28.873Z] Removing intermediate container fbaae8d92728 [2020-09-10T19:04:28.873Z] ---> 320de50827bd [2020-09-10T19:04:28.873Z] Step 17/20 : CMD ["--init=true"] [2020-09-10T19:04:29.149Z] ---> Running in a1b8963f62f8 [2020-09-10T19:04:29.747Z] Removing intermediate container a1b8963f62f8 [2020-09-10T19:04:29.747Z] ---> 7976107ec28d [2020-09-10T19:04:29.747Z] Step 18/20 : LABEL arch=arm64 [2020-09-10T19:04:29.747Z] ---> Running in e9d7702d3842 [2020-09-10T19:04:30.347Z] Removing intermediate container e9d7702d3842 [2020-09-10T19:04:30.347Z] ---> 006713324178 [2020-09-10T19:04:30.347Z] Step 19/20 : LABEL git_sha=57974a27473083c1c6a10cb9f7b41893fbb07c00 [2020-09-10T19:04:30.638Z] ---> Running in bb0b0ae0172d [2020-09-10T19:04:31.247Z] Removing intermediate container bb0b0ae0172d [2020-09-10T19:04:31.247Z] ---> 94da43814979 [2020-09-10T19:04:31.247Z] Step 20/20 : LABEL version=1.2.2-dev.22 [2020-09-10T19:04:31.541Z] ---> Running in 30fd512cd20d [2020-09-10T19:04:32.146Z] Removing intermediate container 30fd512cd20d [2020-09-10T19:04:32.146Z] ---> 4f3677d4488d [2020-09-10T19:04:32.147Z] [2020-09-10T19:04:32.759Z] Successfully built 4f3677d4488d [2020-09-10T19:04:32.759Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-09-10T19:04:41.066Z]  Building docker-security-proxy-setup-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.22" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-09-10T19:04:53.507Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.22" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-09-10T19:05:01.830Z] Removing intermediate container 3447cae39d1c [2020-09-10T19:05:01.830Z] ---> 97358ec0e6fc [2020-09-10T19:05:01.830Z] [2020-09-10T19:05:01.830Z] Step 10/21 : FROM scratch [2020-09-10T19:05:01.830Z] ---> [2020-09-10T19:05:01.830Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-09-10T19:05:01.830Z] ---> Using cache [2020-09-10T19:05:01.830Z] ---> 7cefd52d6d82 [2020-09-10T19:05:01.830Z] Step 12/21 : ENV APP_PORT=48085 [2020-09-10T19:05:02.431Z] ---> Running in c84eb89f49e5 [2020-09-10T19:05:03.889Z] Removing intermediate container c84eb89f49e5 [2020-09-10T19:05:03.889Z] ---> 2a72d37607ea [2020-09-10T19:05:03.889Z] Step 13/21 : EXPOSE $APP_PORT [2020-09-10T19:05:03.889Z] ---> Running in 87e4e5c151af [2020-09-10T19:05:05.337Z] Removing intermediate container 87e4e5c151af [2020-09-10T19:05:05.337Z] ---> 5490fe6694f5 [2020-09-10T19:05:05.337Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-09-10T19:05:05.615Z] Removing intermediate container fb2a848da35a [2020-09-10T19:05:05.615Z] ---> da8d6d582993 [2020-09-10T19:05:05.615Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-09-10T19:05:05.899Z] Removing intermediate container 2170e921f8c9 [2020-09-10T19:05:05.899Z] ---> 8e7b0c9f24ad [2020-09-10T19:05:05.899Z] [2020-09-10T19:05:05.899Z] Step 10/26 : FROM alpine:3.10 [2020-09-10T19:05:05.899Z] ---> Running in aa0ed5b6bc8c [2020-09-10T19:05:06.586Z] ---> 2c23419c2343 [2020-09-10T19:05:06.586Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-09-10T19:05:06.586Z] 3.10: Pulling from library/alpine [2020-09-10T19:05:08.872Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-09-10T19:05:08.872Z] Status: Downloaded newer image for alpine:3.10 [2020-09-10T19:05:08.872Z] ---> 536a684cf733 [2020-09-10T19:05:08.872Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-09-10T19:05:08.872Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.22" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-09-10T19:05:09.175Z] ---> 2f3144f709fb [2020-09-10T19:05:09.175Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-09-10T19:05:09.175Z] ---> Running in 27d4dc6b8a2f [2020-09-10T19:05:10.722Z] ---> 2b17ca9c09bd [2020-09-10T19:05:10.722Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-09-10T19:05:10.722Z] ---> Running in 829b0a7a3784 [2020-09-10T19:05:11.358Z] Removing intermediate container 829b0a7a3784 [2020-09-10T19:05:11.358Z] ---> 54264fbac78d [2020-09-10T19:05:11.358Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-10T19:05:11.644Z] ---> Running in a67485508aa9 [2020-09-10T19:05:11.959Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-09-10T19:05:12.266Z] Removing intermediate container a67485508aa9 [2020-09-10T19:05:12.266Z] ---> 6084dd1cf59c [2020-09-10T19:05:12.266Z] Step 19/21 : LABEL arch=arm64 [2020-09-10T19:05:12.266Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-09-10T19:05:12.558Z] ---> Running in 4d8a27c21b68 [2020-09-10T19:05:12.891Z] v3.10.5-85-gb9aebdae9a [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-09-10T19:05:12.891Z] v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-09-10T19:05:12.891Z] OK: 10167 distinct packages available [2020-09-10T19:05:13.585Z] Removing intermediate container 4d8a27c21b68 [2020-09-10T19:05:13.585Z] ---> a2838e46b441 [2020-09-10T19:05:13.585Z] Step 20/21 : LABEL git_sha=57974a27473083c1c6a10cb9f7b41893fbb07c00 [2020-09-10T19:05:13.585Z] ---> Running in 4e1b7ec96cfd [2020-09-10T19:05:13.585Z] (1/5) Installing ca-certificates (20191127-r2) [2020-09-10T19:05:13.585Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-09-10T19:05:13.585Z] (3/5) Installing libcurl (7.66.0-r0) [2020-09-10T19:05:13.585Z] (4/5) Installing curl (7.66.0-r0) [2020-09-10T19:05:13.585Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-09-10T19:05:13.896Z] Executing busybox-1.30.1-r3.trigger [2020-09-10T19:05:13.896Z] Executing ca-certificates-20191127-r2.trigger [2020-09-10T19:05:14.192Z] OK: 7 MiB in 19 packages [2020-09-10T19:05:14.507Z] Removing intermediate container 4e1b7ec96cfd [2020-09-10T19:05:14.507Z] ---> fc74a1bd9431 [2020-09-10T19:05:14.507Z] Step 21/21 : LABEL version=1.2.2-dev.22 [2020-09-10T19:05:14.507Z] Removing intermediate container aa0ed5b6bc8c [2020-09-10T19:05:14.507Z] ---> 6add753a09cd [2020-09-10T19:05:14.507Z] [2020-09-10T19:05:14.507Z] Step 11/27 : FROM docker:latest [2020-09-10T19:05:14.507Z] ---> ce9d55ae87f1 [2020-09-10T19:05:14.507Z] Step 12/27 : RUN apk add --no-cache bash [2020-09-10T19:05:15.132Z] ---> Running in 0973415d7b9c [2020-09-10T19:05:15.132Z] ---> Running in 5c21b3edb467 [2020-09-10T19:05:15.784Z] Removing intermediate container 5c21b3edb467 [2020-09-10T19:05:15.784Z] ---> 2d8377c01d5d [2020-09-10T19:05:15.784Z] [2020-09-10T19:05:16.770Z] Successfully built 2d8377c01d5d [2020-09-10T19:05:16.770Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-09-10T19:05:17.043Z]  Building docker-support-scheduler-go ... done Removing intermediate container 27d4dc6b8a2f [2020-09-10T19:05:17.043Z] ---> 31759a12f76e [2020-09-10T19:05:17.043Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-09-10T19:05:17.316Z] ---> Running in d8d51e3acdc7 [2020-09-10T19:05:17.592Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-10T19:05:17.862Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-10T19:05:17.862Z] Removing intermediate container d8d51e3acdc7 [2020-09-10T19:05:17.862Z] ---> 7beb4746d047 [2020-09-10T19:05:17.862Z] Step 13/26 : WORKDIR / [2020-09-10T19:05:18.136Z] ---> Running in c683d13bb16e [2020-09-10T19:05:18.136Z] Removing intermediate container d2fe99151695 [2020-09-10T19:05:18.136Z] ---> 3e9a10c33cc5 [2020-09-10T19:05:18.136Z] [2020-09-10T19:05:18.136Z] Step 9/29 : FROM alpine:latest [2020-09-10T19:05:18.136Z] ---> 62ee0e9f8440 [2020-09-10T19:05:18.136Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-09-10T19:05:18.410Z] ---> Running in 4a5b99e2f096 [2020-09-10T19:05:18.410Z] (1/2) Installing readline (8.0.4-r0) [2020-09-10T19:05:18.410Z] (2/2) Installing bash (5.0.17-r0) [2020-09-10T19:05:18.410Z] Executing bash-5.0.17-r0.post-install [2020-09-10T19:05:18.410Z] Executing busybox-1.31.1-r16.trigger [2020-09-10T19:05:18.410Z] OK: 12 MiB in 22 packages [2020-09-10T19:05:18.685Z] Removing intermediate container c683d13bb16e [2020-09-10T19:05:18.685Z] ---> 2978a1a9796b [2020-09-10T19:05:18.685Z] Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-09-10T19:05:18.960Z] Removing intermediate container 4a5b99e2f096 [2020-09-10T19:05:18.960Z] ---> edf63a74353a [2020-09-10T19:05:18.960Z] Step 11/29 : USER root [2020-09-10T19:05:19.235Z] ---> Running in e22bebd47151 [2020-09-10T19:05:19.507Z] ---> f1250f5e31f0 [2020-09-10T19:05:19.507Z] Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-09-10T19:05:19.785Z] Removing intermediate container e22bebd47151 [2020-09-10T19:05:19.786Z] ---> c7b307581f39 [2020-09-10T19:05:19.786Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-09-10T19:05:19.786Z] ---> Running in e560273636e9 [2020-09-10T19:05:20.059Z] Removing intermediate container 0973415d7b9c [2020-09-10T19:05:20.059Z] ---> ad23acade79a [2020-09-10T19:05:20.059Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-09-10T19:05:20.333Z] ---> Running in 324e36c48d38 [2020-09-10T19:05:20.607Z] ---> 39a4e3f3b8c2 [2020-09-10T19:05:20.607Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-09-10T19:05:21.587Z] ---> d40fbf4c3804 [2020-09-10T19:05:21.587Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-09-10T19:05:21.861Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-10T19:05:22.132Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-10T19:05:22.404Z] ---> e886ce70e0ac [2020-09-10T19:05:22.404Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-09-10T19:05:22.694Z] v3.12.0-306-g6984aa70ea [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-09-10T19:05:22.694Z] v3.12.0-309-g977657e5b2 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-09-10T19:05:22.694Z] OK: 12617 distinct packages available [2020-09-10T19:05:23.286Z] (1/2) Installing ca-certificates (20191127-r4) [2020-09-10T19:05:23.286Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-09-10T19:05:23.565Z] Executing busybox-1.31.1-r16.trigger [2020-09-10T19:05:23.565Z] Executing ca-certificates-20191127-r4.trigger [2020-09-10T19:05:23.565Z] ---> 4d64f58219ac [2020-09-10T19:05:23.565Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-09-10T19:05:23.565Z] OK: 6 MiB in 16 packages [2020-09-10T19:05:23.565Z] Removing intermediate container 324e36c48d38 [2020-09-10T19:05:23.565Z] ---> f799960667ce [2020-09-10T19:05:23.565Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-09-10T19:05:23.854Z] ---> Running in 6d796d2a1d0a [2020-09-10T19:05:24.459Z] Removing intermediate container 6d796d2a1d0a [2020-09-10T19:05:24.459Z] ---> 0be572586ea5 [2020-09-10T19:05:24.459Z] Step 15/27 : ENV APP_PORT=48090 [2020-09-10T19:05:24.735Z] ---> Running in 0f492f72ff15 [2020-09-10T19:05:25.014Z] ---> 144a33b3ae26 [2020-09-10T19:05:25.014Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-09-10T19:05:25.301Z] Removing intermediate container e560273636e9 [2020-09-10T19:05:25.301Z] ---> 308d3fa34514 [2020-09-10T19:05:25.301Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-09-10T19:05:25.583Z] ---> Running in 6df13bc103ce [2020-09-10T19:05:25.583Z] Removing intermediate container 0f492f72ff15 [2020-09-10T19:05:25.583Z] ---> 70c6a04e7a5c [2020-09-10T19:05:25.583Z] Step 16/27 : EXPOSE $APP_PORT [2020-09-10T19:05:25.862Z] ---> Running in 06b6dd497089 [2020-09-10T19:05:26.135Z] Removing intermediate container 6df13bc103ce [2020-09-10T19:05:26.135Z] ---> e77b889094a2 [2020-09-10T19:05:26.135Z] Step 14/29 : WORKDIR $BASE_DIR [2020-09-10T19:05:26.135Z] ---> cd1c4f10e202 [2020-09-10T19:05:26.135Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-09-10T19:05:26.409Z] ---> Running in 126d51bdfd94 [2020-09-10T19:05:26.409Z] Removing intermediate container 06b6dd497089 [2020-09-10T19:05:26.409Z] ---> 877422097ced [2020-09-10T19:05:26.409Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-09-10T19:05:27.005Z] Removing intermediate container 126d51bdfd94 [2020-09-10T19:05:27.005Z] ---> 50ef3b2adff0 [2020-09-10T19:05:27.005Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-09-10T19:05:27.005Z] ---> Running in 25b2d11fcea7 [2020-09-10T19:05:27.280Z] ---> f622ad24e243 [2020-09-10T19:05:27.280Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-09-10T19:05:27.876Z] ---> Running in c74139dcf8f5 [2020-09-10T19:05:27.876Z] ---> b09b5fb10067 [2020-09-10T19:05:27.876Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-09-10T19:05:28.862Z] ---> 144784d34aeb [2020-09-10T19:05:28.862Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-09-10T19:05:29.843Z] ---> ede4821d8333 [2020-09-10T19:05:29.843Z] Step 20/27 : RUN apk --no-cache add py-pip [2020-09-10T19:05:30.117Z] ---> Running in 467871b90bd6 [2020-09-10T19:05:30.712Z] Removing intermediate container 25b2d11fcea7 [2020-09-10T19:05:30.712Z] ---> d12b5d5e0fcb [2020-09-10T19:05:30.712Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-09-10T19:05:31.306Z] Removing intermediate container c74139dcf8f5 [2020-09-10T19:05:31.306Z] ---> 37e656945ec8 [2020-09-10T19:05:31.306Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-09-10T19:05:31.581Z] ---> Running in a2a399e3dd68 [2020-09-10T19:05:31.863Z] ---> 38f8d0f3446d [2020-09-10T19:05:31.863Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-09-10T19:05:32.138Z] Removing intermediate container a2a399e3dd68 [2020-09-10T19:05:32.138Z] ---> 6bb98f878c81 [2020-09-10T19:05:32.138Z] Step 24/26 : LABEL arch=arm64 [2020-09-10T19:05:32.138Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-10T19:05:32.410Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-10T19:05:32.410Z] ---> Running in 071660ffc8a8 [2020-09-10T19:05:32.685Z] ---> cadb489e3c01 [2020-09-10T19:05:32.685Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-09-10T19:05:32.966Z] Removing intermediate container 071660ffc8a8 [2020-09-10T19:05:32.966Z] ---> 649896a048be [2020-09-10T19:05:32.966Z] Step 25/26 : LABEL git_sha=57974a27473083c1c6a10cb9f7b41893fbb07c00 [2020-09-10T19:05:32.966Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-09-10T19:05:32.966Z] (2/33) Installing expat (2.2.9-r1) [2020-09-10T19:05:32.966Z] (3/33) Installing libffi (3.3-r2) [2020-09-10T19:05:32.966Z] (4/33) Installing gdbm (1.13-r1) [2020-09-10T19:05:32.966Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-09-10T19:05:32.966Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-09-10T19:05:32.966Z] (7/33) Installing python3 (3.8.5-r0) [2020-09-10T19:05:32.966Z] ---> Running in c700cd7554a0 [2020-09-10T19:05:33.935Z] Removing intermediate container c700cd7554a0 [2020-09-10T19:05:33.935Z] ---> 0b2856fd077a [2020-09-10T19:05:33.935Z] Step 26/26 : LABEL version=1.2.2-dev.22 [2020-09-10T19:05:34.208Z] ---> 2f7d0ef46587 [2020-09-10T19:05:34.208Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-09-10T19:05:34.208Z] ---> Running in 4a851488aa15 [2020-09-10T19:05:35.188Z] Removing intermediate container 4a851488aa15 [2020-09-10T19:05:35.188Z] ---> c2a6ca1179f6 [2020-09-10T19:05:35.188Z] [2020-09-10T19:05:35.188Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-09-10T19:05:35.188Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-09-10T19:05:35.188Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-09-10T19:05:35.188Z] (11/33) Installing py3-six (1.15.0-r0) [2020-09-10T19:05:35.188Z] (12/33) Installing py3-packaging (20.4-r0) [2020-09-10T19:05:35.188Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-09-10T19:05:35.188Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-09-10T19:05:35.188Z] (15/33) Installing py3-idna (2.9-r0) [2020-09-10T19:05:35.188Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-09-10T19:05:35.188Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-09-10T19:05:35.459Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-09-10T19:05:35.459Z] ---> 53a9a2f5ed17 [2020-09-10T19:05:35.459Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-09-10T19:05:35.459Z] Successfully built c2a6ca1179f6 [2020-09-10T19:05:35.459Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-09-10T19:05:35.459Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-09-10T19:05:35.459Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-09-10T19:05:35.459Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-09-10T19:05:35.459Z]  Building docker-security-secretstore-setup-go ... done (22/33) Installing py3-colorama (0.4.3-r0) [2020-09-10T19:05:35.459Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-09-10T19:05:35.459Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-09-10T19:05:35.459Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-09-10T19:05:35.459Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-09-10T19:05:35.459Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-09-10T19:05:35.459Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-09-10T19:05:35.459Z] (29/33) Installing py3-progress (1.5-r0) [2020-09-10T19:05:35.459Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-09-10T19:05:35.459Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-09-10T19:05:35.459Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-09-10T19:05:35.731Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-09-10T19:05:35.731Z] Executing busybox-1.31.1-r16.trigger [2020-09-10T19:05:35.731Z] OK: 71 MiB in 55 packages [2020-09-10T19:05:36.330Z] ---> 5865be5f627f [2020-09-10T19:05:36.330Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-09-10T19:05:36.603Z] ---> Running in c4f67b4e7c8c [2020-09-10T19:05:39.998Z] Removing intermediate container c4f67b4e7c8c [2020-09-10T19:05:39.998Z] ---> bf8320b741d5 [2020-09-10T19:05:39.998Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-09-10T19:05:40.972Z] ---> 30235ae04e4e [2020-09-10T19:05:40.972Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-09-10T19:05:41.242Z] ---> Running in 2af37998fc9a [2020-09-10T19:05:42.218Z] Removing intermediate container 467871b90bd6 [2020-09-10T19:05:42.218Z] ---> 6695a2a221be [2020-09-10T19:05:42.218Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-09-10T19:05:42.490Z] ---> Running in d86533c5dd45 [2020-09-10T19:05:44.460Z] Removing intermediate container 2af37998fc9a [2020-09-10T19:05:44.460Z] ---> c1496ebf1849 [2020-09-10T19:05:44.460Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-09-10T19:05:44.460Z] ---> Running in eccff0379102 [2020-09-10T19:05:47.841Z] Removing intermediate container eccff0379102 [2020-09-10T19:05:47.841Z] ---> e967aaed95c5 [2020-09-10T19:05:47.841Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-09-10T19:05:47.841Z] ---> Running in 947c73aa828a [2020-09-10T19:05:47.841Z] Removing intermediate container 947c73aa828a [2020-09-10T19:05:47.841Z] ---> 903f4c1e02e9 [2020-09-10T19:05:47.841Z] Step 26/29 : CMD [ "generate" ] [2020-09-10T19:05:48.111Z] ---> Running in 78bb7ab149b3 [2020-09-10T19:05:48.380Z] Collecting docker-compose==1.23.2 [2020-09-10T19:05:48.380Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-09-10T19:05:48.380Z] Removing intermediate container 78bb7ab149b3 [2020-09-10T19:05:48.380Z] ---> 6e093de2203a [2020-09-10T19:05:48.380Z] Step 27/29 : LABEL arch=arm64 [2020-09-10T19:05:48.650Z] ---> Running in 0e4d32dead18 [2020-09-10T19:05:48.925Z] Removing intermediate container 0e4d32dead18 [2020-09-10T19:05:48.925Z] ---> 96b78c8dad0e [2020-09-10T19:05:48.925Z] Step 28/29 : LABEL git_sha=57974a27473083c1c6a10cb9f7b41893fbb07c00 [2020-09-10T19:05:48.925Z] Collecting texttable<0.10,>=0.9.0 [2020-09-10T19:05:49.195Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-09-10T19:05:49.195Z] ---> Running in 53389f662425 [2020-09-10T19:05:49.467Z] Removing intermediate container 53389f662425 [2020-09-10T19:05:49.467Z] ---> 58b8c90a5dcd [2020-09-10T19:05:49.467Z] Step 29/29 : LABEL version=1.2.2-dev.22 [2020-09-10T19:05:49.741Z] ---> Running in 7cc1b3c2239d [2020-09-10T19:05:50.015Z] Removing intermediate container 7cc1b3c2239d [2020-09-10T19:05:50.015Z] ---> 772abb8db302 [2020-09-10T19:05:50.015Z] [2020-09-10T19:05:50.610Z] Successfully built 772abb8db302 [2020-09-10T19:05:50.610Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-09-10T19:05:51.201Z]  Building docker-security-secrets-setup-go ... done Collecting websocket-client<1.0,>=0.32.0 [2020-09-10T19:05:51.201Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-09-10T19:05:51.470Z] Collecting docopt<0.7,>=0.6.1 [2020-09-10T19:05:51.741Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-09-10T19:05:53.696Z] Collecting dockerpty<0.5,>=0.4.1 [2020-09-10T19:05:53.696Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-09-10T19:05:55.664Z] Collecting PyYAML<4,>=3.10 [2020-09-10T19:05:55.664Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-09-10T19:05:59.944Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-09-10T19:05:59.944Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-09-10T19:05:59.944Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-09-10T19:05:59.944Z] Collecting cached-property<2,>=1.2.0 [2020-09-10T19:05:59.944Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-09-10T19:06:00.214Z] Collecting jsonschema<3,>=2.5.1 [2020-09-10T19:06:00.214Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-09-10T19:06:00.802Z] Collecting docker<4.0,>=3.6.0 [2020-09-10T19:06:00.802Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-09-10T19:06:01.073Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2020-09-10T19:06:01.073Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2020-09-10T19:06:01.660Z] Collecting urllib3<1.25,>=1.21.1 [2020-09-10T19:06:01.660Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-09-10T19:06:01.929Z] Collecting idna<2.8,>=2.5 [2020-09-10T19:06:01.929Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-09-10T19:06:02.202Z] Collecting docker-pycreds>=0.4.0 [2020-09-10T19:06:02.202Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-09-10T19:06:02.202Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-09-10T19:06:02.202Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-09-10T19:06:02.202Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-09-10T19:06:02.202Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-09-10T19:06:03.171Z] Installing collected packages: texttable, websocket-client, docopt, dockerpty, PyYAML, urllib3, idna, requests, cached-property, jsonschema, docker-pycreds, docker, docker-compose [2020-09-10T19:06:03.171Z] Running setup.py install for texttable: started [2020-09-10T19:06:04.593Z] Running setup.py install for texttable: finished with status 'done' [2020-09-10T19:06:04.864Z] Running setup.py install for docopt: started [2020-09-10T19:06:06.822Z] Running setup.py install for docopt: finished with status 'done' [2020-09-10T19:06:06.822Z] Running setup.py install for dockerpty: started [2020-09-10T19:06:08.781Z] Running setup.py install for dockerpty: finished with status 'done' [2020-09-10T19:06:08.781Z] Running setup.py install for PyYAML: started [2020-09-10T19:06:10.745Z] Running setup.py install for PyYAML: finished with status 'done' [2020-09-10T19:06:10.745Z] Attempting uninstall: urllib3 [2020-09-10T19:06:10.745Z] Found existing installation: urllib3 1.25.9 [2020-09-10T19:06:10.745Z] Uninstalling urllib3-1.25.9: [2020-09-10T19:06:10.745Z] Successfully uninstalled urllib3-1.25.9 [2020-09-10T19:06:11.336Z] Attempting uninstall: idna [2020-09-10T19:06:11.336Z] Found existing installation: idna 2.9 [2020-09-10T19:06:11.336Z] Uninstalling idna-2.9: [2020-09-10T19:06:11.336Z] Successfully uninstalled idna-2.9 [2020-09-10T19:06:11.926Z] Attempting uninstall: requests [2020-09-10T19:06:11.926Z] Found existing installation: requests 2.23.0 [2020-09-10T19:06:11.926Z] Uninstalling requests-2.23.0: [2020-09-10T19:06:11.926Z] Successfully uninstalled requests-2.23.0 [2020-09-10T19:06:14.521Z] Successfully installed PyYAML-3.13 cached-property-1.5.1 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2020-09-10T19:06:17.899Z] Removing intermediate container d86533c5dd45 [2020-09-10T19:06:17.900Z] ---> e3d46179256a [2020-09-10T19:06:17.900Z] Step 22/27 : RUN apk --no-cache add curl [2020-09-10T19:06:17.900Z] ---> Running in f3d11c907efa [2020-09-10T19:06:19.328Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-10T19:06:19.328Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-10T19:06:19.916Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-09-10T19:06:19.916Z] (2/3) Installing libcurl (7.69.1-r0) [2020-09-10T19:06:19.916Z] (3/3) Installing curl (7.69.1-r0) [2020-09-10T19:06:19.916Z] Executing busybox-1.31.1-r16.trigger [2020-09-10T19:06:20.189Z] OK: 71 MiB in 58 packages [2020-09-10T19:06:21.166Z] Removing intermediate container f3d11c907efa [2020-09-10T19:06:21.166Z] ---> a9d1396cdc45 [2020-09-10T19:06:21.166Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-09-10T19:06:21.166Z] ---> Running in 6db9dc046c6d [2020-09-10T19:06:21.758Z] Removing intermediate container 6db9dc046c6d [2020-09-10T19:06:21.758Z] ---> ad63734c3dc3 [2020-09-10T19:06:21.758Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-10T19:06:21.758Z] ---> Running in b78624e69ac9 [2020-09-10T19:06:22.345Z] Removing intermediate container b78624e69ac9 [2020-09-10T19:06:22.345Z] ---> e5a11d0defda [2020-09-10T19:06:22.345Z] Step 25/27 : LABEL arch=arm64 [2020-09-10T19:06:22.345Z] ---> Running in 828abd6dde0d [2020-09-10T19:06:22.618Z] Removing intermediate container 828abd6dde0d [2020-09-10T19:06:22.618Z] ---> 31eb93db6e04 [2020-09-10T19:06:22.618Z] Step 26/27 : LABEL git_sha=57974a27473083c1c6a10cb9f7b41893fbb07c00 [2020-09-10T19:06:22.890Z] ---> Running in c99bdd8ecad2 [2020-09-10T19:06:23.483Z] Removing intermediate container c99bdd8ecad2 [2020-09-10T19:06:23.483Z] ---> 3b22cda7ca5d [2020-09-10T19:06:23.483Z] Step 27/27 : LABEL version=1.2.2-dev.22 [2020-09-10T19:06:23.483Z] ---> Running in 41e1aa25d87d [2020-09-10T19:06:23.755Z] Removing intermediate container 41e1aa25d87d [2020-09-10T19:06:23.755Z] ---> a682ea1d3206 [2020-09-10T19:06:23.755Z] [2020-09-10T19:06:24.348Z] Successfully built a682ea1d3206 [2020-09-10T19:06:24.348Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-09-10T19:06:24.633Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-09-10T19:06:24.594Z] $ docker stop --time=1 739e9886c36a3fde37ba249bdf5169c8da92436b32764268bff27c119614dabd [2020-09-10T19:06:26.447Z] $ docker rm -f 739e9886c36a3fde37ba249bdf5169c8da92436b32764268bff27c119614dabd [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-10T19:06:27.209Z] + grep docker [2020-09-10T19:06:27.209Z] + docker images [2020-09-10T19:06:27.479Z] docker-sys-mgmt-agent-go-arm64 latest a682ea1d3206 4 seconds ago 266MB [2020-09-10T19:06:27.479Z] docker-security-secrets-setup-go-arm64 latest 772abb8db302 38 seconds ago 24.2MB [2020-09-10T19:06:27.479Z] docker-security-secretstore-setup-go-arm64 latest c2a6ca1179f6 53 seconds ago 32.6MB [2020-09-10T19:06:27.479Z] docker-support-scheduler-go-arm64 latest 2d8377c01d5d About a minute ago 12.6MB [2020-09-10T19:06:27.479Z] docker-security-proxy-setup-go-arm64 latest 4f3677d4488d About a minute ago 15.8MB [2020-09-10T19:06:27.479Z] docker-core-data-go-arm64 latest 6d69c33ea6ac 3 minutes ago 23.4MB [2020-09-10T19:06:27.479Z] docker-core-metadata-go-arm64 latest 29d166f9bf20 3 minutes ago 13.8MB [2020-09-10T19:06:27.479Z] docker-support-notifications-go-arm64 latest 4e4eaf739325 3 minutes ago 13.9MB [2020-09-10T19:06:27.479Z] docker-core-command-go-arm64 latest 1b0f5f79d990 3 minutes ago 12.4MB [2020-09-10T19:06:27.479Z] docker-support-logging-go-arm64 latest 394e1ecaf53b 4 minutes ago 11.4MB [2020-09-10T19:06:27.479Z] docker latest ce9d55ae87f1 2 months ago 193MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-09-10T19:06:28.066Z] provisioning config files... [2020-09-10T19:06:28.112Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/136@tmp/config1530152944942536689tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-09-10T19:06:28.509Z] ---> docker-login.sh [2020-09-10T19:06:28.509Z] nexus3.edgexfoundry.org:10001 [2020-09-10T19:06:28.778Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-10T19:06:28.778Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-10T19:06:28.778Z] Configure a credential helper to remove this warning. See [2020-09-10T19:06:28.778Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-10T19:06:28.778Z] [2020-09-10T19:06:28.778Z] Login Succeeded [2020-09-10T19:06:29.049Z] nexus3.edgexfoundry.org:10002 [2020-09-10T19:06:29.322Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-10T19:06:29.322Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-10T19:06:29.322Z] Configure a credential helper to remove this warning. See [2020-09-10T19:06:29.322Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-10T19:06:29.322Z] [2020-09-10T19:06:29.322Z] Login Succeeded [2020-09-10T19:06:29.322Z] nexus3.edgexfoundry.org:10003 [2020-09-10T19:06:29.914Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-10T19:06:29.914Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-10T19:06:29.914Z] Configure a credential helper to remove this warning. See [2020-09-10T19:06:29.914Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-10T19:06:29.914Z] [2020-09-10T19:06:29.914Z] Login Succeeded [2020-09-10T19:06:29.914Z] nexus3.edgexfoundry.org:10004 [2020-09-10T19:06:30.185Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-10T19:06:30.461Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-10T19:06:30.461Z] Configure a credential helper to remove this warning. See [2020-09-10T19:06:30.461Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-10T19:06:30.462Z] [2020-09-10T19:06:30.462Z] Login Succeeded [2020-09-10T19:06:30.462Z] docker.io [2020-09-10T19:06:30.733Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-10T19:06:31.325Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-10T19:06:31.325Z] Configure a credential helper to remove this warning. See [2020-09-10T19:06:31.325Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-10T19:06:31.325Z] [2020-09-10T19:06:31.325Z] Login Succeeded [2020-09-10T19:06:31.325Z] ---> docker-login.sh ends [Pipeline] } [2020-09-10T19:06:31.341Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-10T19:06:31.581Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2020-09-10T19:06:31.581Z] 57974a27473083c1c6a10cb9f7b41893fbb07c00 [2020-09-10T19:06:31.581Z] 1.2.2-dev.22 [2020-09-10T19:06:31.581Z] 57974a27473083c1c6a10cb9f7b41893fbb07c00-1.2.2-dev.22 [2020-09-10T19:06:31.581Z] master [2020-09-10T19:06:31.581Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:06:32.158Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:57974a27473083c1c6a10cb9f7b41893fbb07c00 [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:06:32.496Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:57974a27473083c1c6a10cb9f7b41893fbb07c00 [2020-09-10T19:06:32.496Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-09-10T19:06:32.496Z] 9d5deb674cb4: Preparing [2020-09-10T19:06:32.496Z] b5eb5faa4da8: Preparing [2020-09-10T19:06:32.496Z] e9988740aa5b: Preparing [2020-09-10T19:06:32.781Z] 9d5deb674cb4: Pushed [2020-09-10T19:06:32.781Z] e9988740aa5b: Pushed [2020-09-10T19:06:36.150Z] b5eb5faa4da8: Pushed [2020-09-10T19:06:36.150Z] 57974a27473083c1c6a10cb9f7b41893fbb07c00: digest: sha256:b30669e32ad42fbdb26aa0bc089da543b168ecce713f930f0b68a486c46d1b7f size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:06:36.493Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.22 [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:06:36.824Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.22 [2020-09-10T19:06:36.825Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-09-10T19:06:36.825Z] 9d5deb674cb4: Preparing [2020-09-10T19:06:36.825Z] b5eb5faa4da8: Preparing [2020-09-10T19:06:36.825Z] e9988740aa5b: Preparing [2020-09-10T19:06:36.825Z] b5eb5faa4da8: Layer already exists [2020-09-10T19:06:36.825Z] e9988740aa5b: Layer already exists [2020-09-10T19:06:36.825Z] 9d5deb674cb4: Layer already exists [2020-09-10T19:06:37.093Z] 1.2.2-dev.22: digest: sha256:b30669e32ad42fbdb26aa0bc089da543b168ecce713f930f0b68a486c46d1b7f size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:06:37.432Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:57974a27473083c1c6a10cb9f7b41893fbb07c00-1.2.2-dev.22 [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:06:37.768Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:57974a27473083c1c6a10cb9f7b41893fbb07c00-1.2.2-dev.22 [2020-09-10T19:06:37.768Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-09-10T19:06:37.768Z] 9d5deb674cb4: Preparing [2020-09-10T19:06:37.768Z] b5eb5faa4da8: Preparing [2020-09-10T19:06:37.768Z] e9988740aa5b: Preparing [2020-09-10T19:06:37.768Z] b5eb5faa4da8: Layer already exists [2020-09-10T19:06:37.768Z] 9d5deb674cb4: Layer already exists [2020-09-10T19:06:38.037Z] e9988740aa5b: Layer already exists [2020-09-10T19:06:38.038Z] 57974a27473083c1c6a10cb9f7b41893fbb07c00-1.2.2-dev.22: digest: sha256:b30669e32ad42fbdb26aa0bc089da543b168ecce713f930f0b68a486c46d1b7f size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:06:38.379Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:06:38.716Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2020-09-10T19:06:38.716Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-09-10T19:06:38.716Z] 9d5deb674cb4: Preparing [2020-09-10T19:06:38.716Z] b5eb5faa4da8: Preparing [2020-09-10T19:06:38.716Z] e9988740aa5b: Preparing [2020-09-10T19:06:38.716Z] b5eb5faa4da8: Layer already exists [2020-09-10T19:06:38.716Z] e9988740aa5b: Layer already exists [2020-09-10T19:06:38.716Z] 9d5deb674cb4: Layer already exists [2020-09-10T19:06:38.985Z] master: digest: sha256:b30669e32ad42fbdb26aa0bc089da543b168ecce713f930f0b68a486c46d1b7f size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-10T19:06:39.210Z] ===================================================== [Pipeline] echo [2020-09-10T19:06:39.262Z] taggedImages: [2020-09-10T19:06:39.262Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:57974a27473083c1c6a10cb9f7b41893fbb07c00 [2020-09-10T19:06:39.262Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.22 [2020-09-10T19:06:39.262Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:57974a27473083c1c6a10cb9f7b41893fbb07c00-1.2.2-dev.22 [2020-09-10T19:06:39.262Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2020-09-10T19:06:39.331Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2020-09-10T19:06:39.331Z] 57974a27473083c1c6a10cb9f7b41893fbb07c00 [2020-09-10T19:06:39.331Z] 1.2.2-dev.22 [2020-09-10T19:06:39.331Z] 57974a27473083c1c6a10cb9f7b41893fbb07c00-1.2.2-dev.22 [2020-09-10T19:06:39.331Z] master [2020-09-10T19:06:39.331Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:06:39.887Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:57974a27473083c1c6a10cb9f7b41893fbb07c00 [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:06:40.235Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:57974a27473083c1c6a10cb9f7b41893fbb07c00 [2020-09-10T19:06:40.235Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-09-10T19:06:40.235Z] 3ee0330e18e6: Preparing [2020-09-10T19:06:40.235Z] a2d113858b9a: Preparing [2020-09-10T19:06:40.235Z] 2b2dd60b4584: Preparing [2020-09-10T19:06:40.235Z] ac0461143ca8: Preparing [2020-09-10T19:06:40.235Z] aa3a3f69ab22: Preparing [2020-09-10T19:06:40.235Z] e2f13739ad41: Preparing [2020-09-10T19:06:40.235Z] e2f13739ad41: Waiting [2020-09-10T19:06:40.522Z] 3ee0330e18e6: Pushed [2020-09-10T19:06:40.522Z] aa3a3f69ab22: Pushed [2020-09-10T19:06:40.522Z] 2b2dd60b4584: Pushed [2020-09-10T19:06:41.112Z] ac0461143ca8: Pushed [2020-09-10T19:06:41.112Z] e2f13739ad41: Layer already exists [2020-09-10T19:06:44.482Z] a2d113858b9a: Pushed [2020-09-10T19:06:44.753Z] 57974a27473083c1c6a10cb9f7b41893fbb07c00: digest: sha256:7d05f009cee71ce31db065bbfea5b2811808c5a3ac3b12de37f4cc3e7169742b size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:06:45.092Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.22 [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:06:45.697Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.22 [2020-09-10T19:06:45.697Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-09-10T19:06:45.697Z] 3ee0330e18e6: Preparing [2020-09-10T19:06:45.697Z] a2d113858b9a: Preparing [2020-09-10T19:06:45.697Z] 2b2dd60b4584: Preparing [2020-09-10T19:06:45.697Z] ac0461143ca8: Preparing [2020-09-10T19:06:45.697Z] aa3a3f69ab22: Preparing [2020-09-10T19:06:45.697Z] e2f13739ad41: Preparing [2020-09-10T19:06:45.697Z] e2f13739ad41: Waiting [2020-09-10T19:06:45.697Z] aa3a3f69ab22: Layer already exists [2020-09-10T19:06:45.697Z] 2b2dd60b4584: Layer already exists [2020-09-10T19:06:45.697Z] a2d113858b9a: Layer already exists [2020-09-10T19:06:45.697Z] ac0461143ca8: Layer already exists [2020-09-10T19:06:45.966Z] 3ee0330e18e6: Layer already exists [2020-09-10T19:06:45.966Z] e2f13739ad41: Layer already exists [2020-09-10T19:06:45.966Z] 1.2.2-dev.22: digest: sha256:7d05f009cee71ce31db065bbfea5b2811808c5a3ac3b12de37f4cc3e7169742b size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:06:46.306Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:57974a27473083c1c6a10cb9f7b41893fbb07c00-1.2.2-dev.22 [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:06:46.913Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:57974a27473083c1c6a10cb9f7b41893fbb07c00-1.2.2-dev.22 [2020-09-10T19:06:46.913Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-09-10T19:06:46.913Z] 3ee0330e18e6: Preparing [2020-09-10T19:06:46.913Z] a2d113858b9a: Preparing [2020-09-10T19:06:46.913Z] 2b2dd60b4584: Preparing [2020-09-10T19:06:46.913Z] ac0461143ca8: Preparing [2020-09-10T19:06:46.913Z] aa3a3f69ab22: Preparing [2020-09-10T19:06:46.913Z] e2f13739ad41: Preparing [2020-09-10T19:06:46.913Z] e2f13739ad41: Waiting [2020-09-10T19:06:46.913Z] a2d113858b9a: Layer already exists [2020-09-10T19:06:46.913Z] 3ee0330e18e6: Layer already exists [2020-09-10T19:06:46.913Z] 2b2dd60b4584: Layer already exists [2020-09-10T19:06:46.913Z] aa3a3f69ab22: Layer already exists [2020-09-10T19:06:46.913Z] ac0461143ca8: Layer already exists [2020-09-10T19:06:47.185Z] e2f13739ad41: Layer already exists [2020-09-10T19:06:47.185Z] 57974a27473083c1c6a10cb9f7b41893fbb07c00-1.2.2-dev.22: digest: sha256:7d05f009cee71ce31db065bbfea5b2811808c5a3ac3b12de37f4cc3e7169742b size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:06:47.523Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:06:48.134Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2020-09-10T19:06:48.134Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-09-10T19:06:48.134Z] 3ee0330e18e6: Preparing [2020-09-10T19:06:48.134Z] a2d113858b9a: Preparing [2020-09-10T19:06:48.134Z] 2b2dd60b4584: Preparing [2020-09-10T19:06:48.134Z] ac0461143ca8: Preparing [2020-09-10T19:06:48.134Z] aa3a3f69ab22: Preparing [2020-09-10T19:06:48.134Z] e2f13739ad41: Preparing [2020-09-10T19:06:48.134Z] e2f13739ad41: Waiting [2020-09-10T19:06:48.134Z] 2b2dd60b4584: Layer already exists [2020-09-10T19:06:48.134Z] aa3a3f69ab22: Layer already exists [2020-09-10T19:06:48.134Z] ac0461143ca8: Layer already exists [2020-09-10T19:06:48.134Z] a2d113858b9a: Layer already exists [2020-09-10T19:06:48.134Z] 3ee0330e18e6: Layer already exists [2020-09-10T19:06:48.404Z] e2f13739ad41: Layer already exists [2020-09-10T19:06:48.404Z] master: digest: sha256:7d05f009cee71ce31db065bbfea5b2811808c5a3ac3b12de37f4cc3e7169742b size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-10T19:06:48.612Z] ===================================================== [Pipeline] echo [2020-09-10T19:06:48.696Z] taggedImages: [2020-09-10T19:06:48.696Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:57974a27473083c1c6a10cb9f7b41893fbb07c00 [2020-09-10T19:06:48.696Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.22 [2020-09-10T19:06:48.696Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:57974a27473083c1c6a10cb9f7b41893fbb07c00-1.2.2-dev.22 [2020-09-10T19:06:48.696Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2020-09-10T19:06:48.770Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2020-09-10T19:06:48.770Z] 57974a27473083c1c6a10cb9f7b41893fbb07c00 [2020-09-10T19:06:48.770Z] 1.2.2-dev.22 [2020-09-10T19:06:48.770Z] 57974a27473083c1c6a10cb9f7b41893fbb07c00-1.2.2-dev.22 [2020-09-10T19:06:48.770Z] master [2020-09-10T19:06:48.770Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:06:49.338Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:57974a27473083c1c6a10cb9f7b41893fbb07c00 [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:06:49.960Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:57974a27473083c1c6a10cb9f7b41893fbb07c00 [2020-09-10T19:06:49.960Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-09-10T19:06:49.960Z] 917f6e8b9632: Preparing [2020-09-10T19:06:49.960Z] addaa93d726d: Preparing [2020-09-10T19:06:49.960Z] c7274710b877: Preparing [2020-09-10T19:06:50.240Z] 917f6e8b9632: Pushed [2020-09-10T19:06:50.240Z] c7274710b877: Pushed [2020-09-10T19:06:53.611Z] addaa93d726d: Pushed [2020-09-10T19:06:53.611Z] 57974a27473083c1c6a10cb9f7b41893fbb07c00: digest: sha256:6d42ae7654a102a1c254a81700fba75d99ba34029c4a8c87bd834acb78b062d2 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:06:53.954Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.22 [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:06:54.556Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.22 [2020-09-10T19:06:54.557Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-09-10T19:06:54.557Z] 917f6e8b9632: Preparing [2020-09-10T19:06:54.557Z] addaa93d726d: Preparing [2020-09-10T19:06:54.557Z] c7274710b877: Preparing [2020-09-10T19:06:54.557Z] c7274710b877: Layer already exists [2020-09-10T19:06:54.557Z] 917f6e8b9632: Layer already exists [2020-09-10T19:06:54.557Z] addaa93d726d: Layer already exists [2020-09-10T19:06:54.827Z] 1.2.2-dev.22: digest: sha256:6d42ae7654a102a1c254a81700fba75d99ba34029c4a8c87bd834acb78b062d2 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:06:55.164Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:57974a27473083c1c6a10cb9f7b41893fbb07c00-1.2.2-dev.22 [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:06:55.766Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:57974a27473083c1c6a10cb9f7b41893fbb07c00-1.2.2-dev.22 [2020-09-10T19:06:55.767Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-09-10T19:06:55.767Z] 917f6e8b9632: Preparing [2020-09-10T19:06:55.767Z] addaa93d726d: Preparing [2020-09-10T19:06:55.767Z] c7274710b877: Preparing [2020-09-10T19:06:55.767Z] addaa93d726d: Layer already exists [2020-09-10T19:06:55.767Z] c7274710b877: Layer already exists [2020-09-10T19:06:55.767Z] 917f6e8b9632: Layer already exists [2020-09-10T19:06:56.035Z] 57974a27473083c1c6a10cb9f7b41893fbb07c00-1.2.2-dev.22: digest: sha256:6d42ae7654a102a1c254a81700fba75d99ba34029c4a8c87bd834acb78b062d2 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:06:56.371Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:06:56.973Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2020-09-10T19:06:56.973Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-09-10T19:06:56.973Z] 917f6e8b9632: Preparing [2020-09-10T19:06:56.973Z] addaa93d726d: Preparing [2020-09-10T19:06:56.973Z] c7274710b877: Preparing [2020-09-10T19:06:56.973Z] 917f6e8b9632: Layer already exists [2020-09-10T19:06:56.973Z] c7274710b877: Layer already exists [2020-09-10T19:06:56.973Z] addaa93d726d: Layer already exists [2020-09-10T19:06:57.242Z] master: digest: sha256:6d42ae7654a102a1c254a81700fba75d99ba34029c4a8c87bd834acb78b062d2 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-10T19:06:57.463Z] ===================================================== [Pipeline] echo [2020-09-10T19:06:57.517Z] taggedImages: [2020-09-10T19:06:57.517Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:57974a27473083c1c6a10cb9f7b41893fbb07c00 [2020-09-10T19:06:57.517Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.22 [2020-09-10T19:06:57.517Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:57974a27473083c1c6a10cb9f7b41893fbb07c00-1.2.2-dev.22 [2020-09-10T19:06:57.517Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2020-09-10T19:06:57.588Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2020-09-10T19:06:57.588Z] 57974a27473083c1c6a10cb9f7b41893fbb07c00 [2020-09-10T19:06:57.588Z] 1.2.2-dev.22 [2020-09-10T19:06:57.588Z] 57974a27473083c1c6a10cb9f7b41893fbb07c00-1.2.2-dev.22 [2020-09-10T19:06:57.588Z] master [2020-09-10T19:06:57.588Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:06:58.118Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:57974a27473083c1c6a10cb9f7b41893fbb07c00 [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:06:58.747Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:57974a27473083c1c6a10cb9f7b41893fbb07c00 [2020-09-10T19:06:58.747Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-09-10T19:06:58.747Z] 942547a1504d: Preparing [2020-09-10T19:06:58.747Z] 6e7d487eefa1: Preparing [2020-09-10T19:06:58.747Z] 357c6b42da4b: Preparing [2020-09-10T19:06:58.747Z] 4b7c0a4e6f12: Preparing [2020-09-10T19:06:58.747Z] e2f13739ad41: Preparing [2020-09-10T19:06:59.021Z] e2f13739ad41: Layer already exists [2020-09-10T19:06:59.021Z] 357c6b42da4b: Pushed [2020-09-10T19:06:59.021Z] 6e7d487eefa1: Pushed [2020-09-10T19:06:59.293Z] 4b7c0a4e6f12: Pushed [2020-09-10T19:07:01.254Z] 942547a1504d: Pushed [2020-09-10T19:07:01.524Z] 57974a27473083c1c6a10cb9f7b41893fbb07c00: digest: sha256:63a4f9f600c8b3ef1b244d4895616132eac56af91459fd0083c2187c8e1b484d size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:07:01.862Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.22 [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:07:02.198Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.22 [2020-09-10T19:07:02.198Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-09-10T19:07:02.198Z] 942547a1504d: Preparing [2020-09-10T19:07:02.198Z] 6e7d487eefa1: Preparing [2020-09-10T19:07:02.198Z] 357c6b42da4b: Preparing [2020-09-10T19:07:02.198Z] 4b7c0a4e6f12: Preparing [2020-09-10T19:07:02.198Z] e2f13739ad41: Preparing [2020-09-10T19:07:02.198Z] 4b7c0a4e6f12: Layer already exists [2020-09-10T19:07:02.198Z] 942547a1504d: Layer already exists [2020-09-10T19:07:02.198Z] 6e7d487eefa1: Layer already exists [2020-09-10T19:07:02.198Z] e2f13739ad41: Layer already exists [2020-09-10T19:07:02.198Z] 357c6b42da4b: Layer already exists [2020-09-10T19:07:02.469Z] 1.2.2-dev.22: digest: sha256:63a4f9f600c8b3ef1b244d4895616132eac56af91459fd0083c2187c8e1b484d size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:07:02.822Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:57974a27473083c1c6a10cb9f7b41893fbb07c00-1.2.2-dev.22 [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:07:03.158Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:57974a27473083c1c6a10cb9f7b41893fbb07c00-1.2.2-dev.22 [2020-09-10T19:07:03.158Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-09-10T19:07:03.158Z] 942547a1504d: Preparing [2020-09-10T19:07:03.158Z] 6e7d487eefa1: Preparing [2020-09-10T19:07:03.158Z] 357c6b42da4b: Preparing [2020-09-10T19:07:03.158Z] 4b7c0a4e6f12: Preparing [2020-09-10T19:07:03.158Z] e2f13739ad41: Preparing [2020-09-10T19:07:03.158Z] e2f13739ad41: Layer already exists [2020-09-10T19:07:03.158Z] 4b7c0a4e6f12: Layer already exists [2020-09-10T19:07:03.158Z] 357c6b42da4b: Layer already exists [2020-09-10T19:07:03.158Z] 942547a1504d: Layer already exists [2020-09-10T19:07:03.159Z] 6e7d487eefa1: Layer already exists [2020-09-10T19:07:03.429Z] 57974a27473083c1c6a10cb9f7b41893fbb07c00-1.2.2-dev.22: digest: sha256:63a4f9f600c8b3ef1b244d4895616132eac56af91459fd0083c2187c8e1b484d size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:07:03.769Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:07:04.104Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2020-09-10T19:07:04.104Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-09-10T19:07:04.104Z] 942547a1504d: Preparing [2020-09-10T19:07:04.104Z] 6e7d487eefa1: Preparing [2020-09-10T19:07:04.104Z] 357c6b42da4b: Preparing [2020-09-10T19:07:04.104Z] 4b7c0a4e6f12: Preparing [2020-09-10T19:07:04.104Z] e2f13739ad41: Preparing [2020-09-10T19:07:04.104Z] 942547a1504d: Layer already exists [2020-09-10T19:07:04.104Z] e2f13739ad41: Layer already exists [2020-09-10T19:07:04.104Z] 6e7d487eefa1: Layer already exists [2020-09-10T19:07:04.104Z] 357c6b42da4b: Layer already exists [2020-09-10T19:07:04.104Z] 4b7c0a4e6f12: Layer already exists [2020-09-10T19:07:04.373Z] master: digest: sha256:63a4f9f600c8b3ef1b244d4895616132eac56af91459fd0083c2187c8e1b484d size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-10T19:07:04.744Z] ===================================================== [Pipeline] echo [2020-09-10T19:07:04.824Z] taggedImages: [2020-09-10T19:07:04.824Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:57974a27473083c1c6a10cb9f7b41893fbb07c00 [2020-09-10T19:07:04.824Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.22 [2020-09-10T19:07:04.824Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:57974a27473083c1c6a10cb9f7b41893fbb07c00-1.2.2-dev.22 [2020-09-10T19:07:04.824Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2020-09-10T19:07:04.965Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go-arm64 with the following tags: [2020-09-10T19:07:04.965Z] 57974a27473083c1c6a10cb9f7b41893fbb07c00 [2020-09-10T19:07:04.965Z] 1.2.2-dev.22 [2020-09-10T19:07:04.965Z] 57974a27473083c1c6a10cb9f7b41893fbb07c00-1.2.2-dev.22 [2020-09-10T19:07:04.965Z] master [2020-09-10T19:07:04.965Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:07:05.537Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:57974a27473083c1c6a10cb9f7b41893fbb07c00 [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:07:05.890Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:57974a27473083c1c6a10cb9f7b41893fbb07c00 [2020-09-10T19:07:05.891Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-09-10T19:07:05.891Z] 7f27fc1ae78d: Preparing [2020-09-10T19:07:05.891Z] 72d7c740c732: Preparing [2020-09-10T19:07:05.891Z] 624ff8a51a98: Preparing [2020-09-10T19:07:05.891Z] 5ec5cd68ffd8: Preparing [2020-09-10T19:07:05.891Z] 5ec5cd68ffd8: Preparing [2020-09-10T19:07:05.891Z] 33d4a70d4051: Preparing [2020-09-10T19:07:05.891Z] 1b050409b935: Preparing [2020-09-10T19:07:05.891Z] 2fc96df9af18: Preparing [2020-09-10T19:07:05.891Z] 7f27fc1ae78d: Preparing [2020-09-10T19:07:05.891Z] c23a1602fcd2: Preparing [2020-09-10T19:07:05.891Z] eb41e08e6774: Preparing [2020-09-10T19:07:05.891Z] a4805adee80c: Preparing [2020-09-10T19:07:05.891Z] e2f13739ad41: Preparing [2020-09-10T19:07:05.891Z] 1b050409b935: Waiting [2020-09-10T19:07:05.891Z] 2fc96df9af18: Waiting [2020-09-10T19:07:05.891Z] c23a1602fcd2: Waiting [2020-09-10T19:07:05.891Z] eb41e08e6774: Waiting [2020-09-10T19:07:05.891Z] a4805adee80c: Waiting [2020-09-10T19:07:05.891Z] e2f13739ad41: Waiting [2020-09-10T19:07:06.164Z] 33d4a70d4051: Pushed [2020-09-10T19:07:06.164Z] 5ec5cd68ffd8: Pushed [2020-09-10T19:07:06.164Z] 624ff8a51a98: Pushed [2020-09-10T19:07:06.164Z] 72d7c740c732: Pushed [2020-09-10T19:07:06.435Z] 1b050409b935: Pushed [2020-09-10T19:07:06.435Z] 2fc96df9af18: Pushed [2020-09-10T19:07:06.435Z] eb41e08e6774: Pushed [2020-09-10T19:07:06.435Z] c23a1602fcd2: Pushed [2020-09-10T19:07:06.435Z] e2f13739ad41: Layer already exists [2020-09-10T19:07:06.706Z] a4805adee80c: Pushed [2020-09-10T19:07:08.667Z] 7f27fc1ae78d: Pushed [2020-09-10T19:07:08.667Z] 57974a27473083c1c6a10cb9f7b41893fbb07c00: digest: sha256:2089258b8f2e84c7b4b4d2cf49e8d9d4ce9223767f63bf1d109d87baedef2246 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:07:10.068Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.22 [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:07:10.450Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.22 [2020-09-10T19:07:10.450Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-09-10T19:07:10.450Z] 7f27fc1ae78d: Preparing [2020-09-10T19:07:10.450Z] 72d7c740c732: Preparing [2020-09-10T19:07:10.450Z] 624ff8a51a98: Preparing [2020-09-10T19:07:10.450Z] 5ec5cd68ffd8: Preparing [2020-09-10T19:07:10.450Z] 5ec5cd68ffd8: Preparing [2020-09-10T19:07:10.450Z] 33d4a70d4051: Preparing [2020-09-10T19:07:10.450Z] 1b050409b935: Preparing [2020-09-10T19:07:10.450Z] 2fc96df9af18: Preparing [2020-09-10T19:07:10.450Z] 7f27fc1ae78d: Preparing [2020-09-10T19:07:10.450Z] c23a1602fcd2: Preparing [2020-09-10T19:07:10.450Z] eb41e08e6774: Preparing [2020-09-10T19:07:10.450Z] a4805adee80c: Preparing [2020-09-10T19:07:10.450Z] e2f13739ad41: Preparing [2020-09-10T19:07:10.450Z] 1b050409b935: Waiting [2020-09-10T19:07:10.450Z] 2fc96df9af18: Waiting [2020-09-10T19:07:10.450Z] a4805adee80c: Waiting [2020-09-10T19:07:10.450Z] c23a1602fcd2: Waiting [2020-09-10T19:07:10.450Z] eb41e08e6774: Waiting [2020-09-10T19:07:10.450Z] e2f13739ad41: Waiting [2020-09-10T19:07:10.450Z] 72d7c740c732: Layer already exists [2020-09-10T19:07:10.450Z] 624ff8a51a98: Layer already exists [2020-09-10T19:07:10.450Z] 5ec5cd68ffd8: Layer already exists [2020-09-10T19:07:10.450Z] 33d4a70d4051: Layer already exists [2020-09-10T19:07:10.450Z] 7f27fc1ae78d: Layer already exists [2020-09-10T19:07:10.733Z] 1b050409b935: Layer already exists [2020-09-10T19:07:10.733Z] c23a1602fcd2: Layer already exists [2020-09-10T19:07:10.733Z] eb41e08e6774: Layer already exists [2020-09-10T19:07:10.733Z] a4805adee80c: Layer already exists [2020-09-10T19:07:10.733Z] 2fc96df9af18: Layer already exists [2020-09-10T19:07:10.733Z] e2f13739ad41: Layer already exists [2020-09-10T19:07:10.733Z] 1.2.2-dev.22: digest: sha256:2089258b8f2e84c7b4b4d2cf49e8d9d4ce9223767f63bf1d109d87baedef2246 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:07:11.091Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:57974a27473083c1c6a10cb9f7b41893fbb07c00-1.2.2-dev.22 [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:07:11.448Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:57974a27473083c1c6a10cb9f7b41893fbb07c00-1.2.2-dev.22 [2020-09-10T19:07:11.448Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-09-10T19:07:11.448Z] 7f27fc1ae78d: Preparing [2020-09-10T19:07:11.448Z] 72d7c740c732: Preparing [2020-09-10T19:07:11.448Z] 624ff8a51a98: Preparing [2020-09-10T19:07:11.448Z] 5ec5cd68ffd8: Preparing [2020-09-10T19:07:11.448Z] 5ec5cd68ffd8: Preparing [2020-09-10T19:07:11.448Z] 33d4a70d4051: Preparing [2020-09-10T19:07:11.448Z] 1b050409b935: Preparing [2020-09-10T19:07:11.448Z] 2fc96df9af18: Preparing [2020-09-10T19:07:11.448Z] 7f27fc1ae78d: Preparing [2020-09-10T19:07:11.448Z] c23a1602fcd2: Preparing [2020-09-10T19:07:11.448Z] eb41e08e6774: Preparing [2020-09-10T19:07:11.448Z] a4805adee80c: Preparing [2020-09-10T19:07:11.448Z] e2f13739ad41: Preparing [2020-09-10T19:07:11.448Z] 1b050409b935: Waiting [2020-09-10T19:07:11.448Z] 2fc96df9af18: Waiting [2020-09-10T19:07:11.448Z] c23a1602fcd2: Waiting [2020-09-10T19:07:11.448Z] a4805adee80c: Waiting [2020-09-10T19:07:11.448Z] e2f13739ad41: Waiting [2020-09-10T19:07:11.448Z] eb41e08e6774: Waiting [2020-09-10T19:07:11.733Z] 5ec5cd68ffd8: Layer already exists [2020-09-10T19:07:11.733Z] 624ff8a51a98: Layer already exists [2020-09-10T19:07:11.733Z] 72d7c740c732: Layer already exists [2020-09-10T19:07:11.733Z] 7f27fc1ae78d: Layer already exists [2020-09-10T19:07:11.733Z] 33d4a70d4051: Layer already exists [2020-09-10T19:07:11.733Z] 1b050409b935: Layer already exists [2020-09-10T19:07:11.733Z] 2fc96df9af18: Layer already exists [2020-09-10T19:07:11.733Z] eb41e08e6774: Layer already exists [2020-09-10T19:07:11.733Z] a4805adee80c: Layer already exists [2020-09-10T19:07:11.733Z] c23a1602fcd2: Layer already exists [2020-09-10T19:07:11.733Z] e2f13739ad41: Layer already exists [2020-09-10T19:07:11.733Z] 57974a27473083c1c6a10cb9f7b41893fbb07c00-1.2.2-dev.22: digest: sha256:2089258b8f2e84c7b4b4d2cf49e8d9d4ce9223767f63bf1d109d87baedef2246 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:07:12.101Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:07:12.472Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [2020-09-10T19:07:12.472Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-09-10T19:07:12.472Z] 7f27fc1ae78d: Preparing [2020-09-10T19:07:12.472Z] 72d7c740c732: Preparing [2020-09-10T19:07:12.472Z] 624ff8a51a98: Preparing [2020-09-10T19:07:12.472Z] 5ec5cd68ffd8: Preparing [2020-09-10T19:07:12.472Z] 5ec5cd68ffd8: Preparing [2020-09-10T19:07:12.472Z] 33d4a70d4051: Preparing [2020-09-10T19:07:12.472Z] 1b050409b935: Preparing [2020-09-10T19:07:12.472Z] 2fc96df9af18: Preparing [2020-09-10T19:07:12.472Z] 7f27fc1ae78d: Preparing [2020-09-10T19:07:12.472Z] c23a1602fcd2: Preparing [2020-09-10T19:07:12.472Z] eb41e08e6774: Preparing [2020-09-10T19:07:12.472Z] a4805adee80c: Preparing [2020-09-10T19:07:12.472Z] e2f13739ad41: Preparing [2020-09-10T19:07:12.472Z] c23a1602fcd2: Waiting [2020-09-10T19:07:12.472Z] eb41e08e6774: Waiting [2020-09-10T19:07:12.472Z] a4805adee80c: Waiting [2020-09-10T19:07:12.472Z] 1b050409b935: Waiting [2020-09-10T19:07:12.472Z] 2fc96df9af18: Waiting [2020-09-10T19:07:12.473Z] 72d7c740c732: Layer already exists [2020-09-10T19:07:12.473Z] 624ff8a51a98: Layer already exists [2020-09-10T19:07:12.473Z] 7f27fc1ae78d: Layer already exists [2020-09-10T19:07:12.473Z] 33d4a70d4051: Layer already exists [2020-09-10T19:07:12.473Z] 5ec5cd68ffd8: Layer already exists [2020-09-10T19:07:12.473Z] 2fc96df9af18: Layer already exists [2020-09-10T19:07:12.473Z] eb41e08e6774: Layer already exists [2020-09-10T19:07:12.473Z] a4805adee80c: Layer already exists [2020-09-10T19:07:12.749Z] 1b050409b935: Layer already exists [2020-09-10T19:07:12.749Z] c23a1602fcd2: Layer already exists [2020-09-10T19:07:12.749Z] e2f13739ad41: Layer already exists [2020-09-10T19:07:12.749Z] master: digest: sha256:2089258b8f2e84c7b4b4d2cf49e8d9d4ce9223767f63bf1d109d87baedef2246 size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-10T19:07:13.024Z] ===================================================== [Pipeline] echo [2020-09-10T19:07:13.083Z] taggedImages: [2020-09-10T19:07:13.083Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:57974a27473083c1c6a10cb9f7b41893fbb07c00 [2020-09-10T19:07:13.083Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.22 [2020-09-10T19:07:13.083Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:57974a27473083c1c6a10cb9f7b41893fbb07c00-1.2.2-dev.22 [2020-09-10T19:07:13.083Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [Pipeline] echo [2020-09-10T19:07:13.152Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2020-09-10T19:07:13.152Z] 57974a27473083c1c6a10cb9f7b41893fbb07c00 [2020-09-10T19:07:13.152Z] 1.2.2-dev.22 [2020-09-10T19:07:13.152Z] 57974a27473083c1c6a10cb9f7b41893fbb07c00-1.2.2-dev.22 [2020-09-10T19:07:13.152Z] master [2020-09-10T19:07:13.152Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:07:13.704Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:57974a27473083c1c6a10cb9f7b41893fbb07c00 [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:07:14.096Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:57974a27473083c1c6a10cb9f7b41893fbb07c00 [2020-09-10T19:07:14.096Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-09-10T19:07:14.096Z] d0b73954d92b: Preparing [2020-09-10T19:07:14.096Z] a029a6e22811: Preparing [2020-09-10T19:07:14.096Z] 0529fd4a828b: Preparing [2020-09-10T19:07:14.096Z] b2932aca3057: Preparing [2020-09-10T19:07:14.096Z] 05fb2d8913fa: Preparing [2020-09-10T19:07:14.096Z] 86c888512e5e: Preparing [2020-09-10T19:07:14.096Z] 93d18745d70f: Preparing [2020-09-10T19:07:14.096Z] 3257f172b4e3: Preparing [2020-09-10T19:07:14.096Z] 097c4e02a7bf: Preparing [2020-09-10T19:07:14.096Z] 95b7d70aa198: Preparing [2020-09-10T19:07:14.096Z] 66b385cf80cf: Preparing [2020-09-10T19:07:14.096Z] 86c888512e5e: Waiting [2020-09-10T19:07:14.096Z] 93d18745d70f: Waiting [2020-09-10T19:07:14.096Z] 3257f172b4e3: Waiting [2020-09-10T19:07:14.096Z] 95b7d70aa198: Waiting [2020-09-10T19:07:14.096Z] 66b385cf80cf: Waiting [2020-09-10T19:07:14.096Z] 097c4e02a7bf: Waiting [2020-09-10T19:07:14.406Z] a029a6e22811: Pushed [2020-09-10T19:07:14.406Z] d0b73954d92b: Pushed [2020-09-10T19:07:14.687Z] 86c888512e5e: Pushed [2020-09-10T19:07:14.687Z] 93d18745d70f: Pushed [2020-09-10T19:07:14.983Z] 097c4e02a7bf: Pushed [2020-09-10T19:07:14.983Z] 3257f172b4e3: Pushed [2020-09-10T19:07:14.983Z] 66b385cf80cf: Layer already exists [2020-09-10T19:07:15.617Z] 95b7d70aa198: Pushed [2020-09-10T19:07:16.601Z] 0529fd4a828b: Pushed [2020-09-10T19:07:16.871Z] 05fb2d8913fa: Pushed [2020-09-10T19:07:17.142Z] b2932aca3057: Pushed [2020-09-10T19:07:17.142Z] 57974a27473083c1c6a10cb9f7b41893fbb07c00: digest: sha256:76f122f2951712adaad17af37b559c4f5c89b9d1ae282a627f196ab003087139 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:07:17.747Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.22 [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:07:18.086Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.22 [2020-09-10T19:07:18.086Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-09-10T19:07:18.086Z] d0b73954d92b: Preparing [2020-09-10T19:07:18.086Z] a029a6e22811: Preparing [2020-09-10T19:07:18.086Z] 0529fd4a828b: Preparing [2020-09-10T19:07:18.086Z] b2932aca3057: Preparing [2020-09-10T19:07:18.086Z] 05fb2d8913fa: Preparing [2020-09-10T19:07:18.086Z] 86c888512e5e: Preparing [2020-09-10T19:07:18.086Z] 93d18745d70f: Preparing [2020-09-10T19:07:18.086Z] 3257f172b4e3: Preparing [2020-09-10T19:07:18.086Z] 097c4e02a7bf: Preparing [2020-09-10T19:07:18.086Z] 95b7d70aa198: Preparing [2020-09-10T19:07:18.086Z] 66b385cf80cf: Preparing [2020-09-10T19:07:18.086Z] 3257f172b4e3: Waiting [2020-09-10T19:07:18.086Z] 097c4e02a7bf: Waiting [2020-09-10T19:07:18.086Z] 86c888512e5e: Waiting [2020-09-10T19:07:18.086Z] 95b7d70aa198: Waiting [2020-09-10T19:07:18.086Z] 93d18745d70f: Waiting [2020-09-10T19:07:18.086Z] 66b385cf80cf: Waiting [2020-09-10T19:07:18.086Z] b2932aca3057: Layer already exists [2020-09-10T19:07:18.086Z] 0529fd4a828b: Layer already exists [2020-09-10T19:07:18.086Z] a029a6e22811: Layer already exists [2020-09-10T19:07:18.086Z] d0b73954d92b: Layer already exists [2020-09-10T19:07:18.086Z] 05fb2d8913fa: Layer already exists [2020-09-10T19:07:18.356Z] 097c4e02a7bf: Layer already exists [2020-09-10T19:07:18.356Z] 3257f172b4e3: Layer already exists [2020-09-10T19:07:18.356Z] 86c888512e5e: Layer already exists [2020-09-10T19:07:18.356Z] 93d18745d70f: Layer already exists [2020-09-10T19:07:18.356Z] 95b7d70aa198: Layer already exists [2020-09-10T19:07:18.356Z] 66b385cf80cf: Layer already exists [2020-09-10T19:07:18.356Z] 1.2.2-dev.22: digest: sha256:76f122f2951712adaad17af37b559c4f5c89b9d1ae282a627f196ab003087139 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:07:18.695Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:57974a27473083c1c6a10cb9f7b41893fbb07c00-1.2.2-dev.22 [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:07:19.029Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:57974a27473083c1c6a10cb9f7b41893fbb07c00-1.2.2-dev.22 [2020-09-10T19:07:19.030Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-09-10T19:07:19.030Z] d0b73954d92b: Preparing [2020-09-10T19:07:19.030Z] a029a6e22811: Preparing [2020-09-10T19:07:19.030Z] 0529fd4a828b: Preparing [2020-09-10T19:07:19.030Z] b2932aca3057: Preparing [2020-09-10T19:07:19.030Z] 05fb2d8913fa: Preparing [2020-09-10T19:07:19.030Z] 86c888512e5e: Preparing [2020-09-10T19:07:19.030Z] 93d18745d70f: Preparing [2020-09-10T19:07:19.030Z] 3257f172b4e3: Preparing [2020-09-10T19:07:19.030Z] 097c4e02a7bf: Preparing [2020-09-10T19:07:19.030Z] 95b7d70aa198: Preparing [2020-09-10T19:07:19.030Z] 66b385cf80cf: Preparing [2020-09-10T19:07:19.030Z] 86c888512e5e: Waiting [2020-09-10T19:07:19.030Z] 93d18745d70f: Waiting [2020-09-10T19:07:19.030Z] 3257f172b4e3: Waiting [2020-09-10T19:07:19.030Z] 95b7d70aa198: Waiting [2020-09-10T19:07:19.030Z] 66b385cf80cf: Waiting [2020-09-10T19:07:19.030Z] 097c4e02a7bf: Waiting [2020-09-10T19:07:19.030Z] d0b73954d92b: Layer already exists [2020-09-10T19:07:19.030Z] 05fb2d8913fa: Layer already exists [2020-09-10T19:07:19.030Z] a029a6e22811: Layer already exists [2020-09-10T19:07:19.030Z] 0529fd4a828b: Layer already exists [2020-09-10T19:07:19.030Z] b2932aca3057: Layer already exists [2020-09-10T19:07:19.300Z] 3257f172b4e3: Layer already exists [2020-09-10T19:07:19.300Z] 93d18745d70f: Layer already exists [2020-09-10T19:07:19.300Z] 86c888512e5e: Layer already exists [2020-09-10T19:07:19.300Z] 95b7d70aa198: Layer already exists [2020-09-10T19:07:19.300Z] 097c4e02a7bf: Layer already exists [2020-09-10T19:07:19.300Z] 66b385cf80cf: Layer already exists [2020-09-10T19:07:19.300Z] 57974a27473083c1c6a10cb9f7b41893fbb07c00-1.2.2-dev.22: digest: sha256:76f122f2951712adaad17af37b559c4f5c89b9d1ae282a627f196ab003087139 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:07:19.638Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:07:19.973Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2020-09-10T19:07:19.973Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-09-10T19:07:19.973Z] d0b73954d92b: Preparing [2020-09-10T19:07:19.973Z] a029a6e22811: Preparing [2020-09-10T19:07:19.973Z] 0529fd4a828b: Preparing [2020-09-10T19:07:19.973Z] b2932aca3057: Preparing [2020-09-10T19:07:19.973Z] 05fb2d8913fa: Preparing [2020-09-10T19:07:19.973Z] 86c888512e5e: Preparing [2020-09-10T19:07:19.973Z] 93d18745d70f: Preparing [2020-09-10T19:07:19.973Z] 3257f172b4e3: Preparing [2020-09-10T19:07:19.973Z] 097c4e02a7bf: Preparing [2020-09-10T19:07:19.973Z] 95b7d70aa198: Preparing [2020-09-10T19:07:19.973Z] 66b385cf80cf: Preparing [2020-09-10T19:07:19.973Z] 93d18745d70f: Waiting [2020-09-10T19:07:19.973Z] 3257f172b4e3: Waiting [2020-09-10T19:07:19.973Z] 097c4e02a7bf: Waiting [2020-09-10T19:07:19.973Z] 95b7d70aa198: Waiting [2020-09-10T19:07:19.973Z] 66b385cf80cf: Waiting [2020-09-10T19:07:19.973Z] 86c888512e5e: Waiting [2020-09-10T19:07:20.245Z] 05fb2d8913fa: Layer already exists [2020-09-10T19:07:20.245Z] d0b73954d92b: Layer already exists [2020-09-10T19:07:20.245Z] a029a6e22811: Layer already exists [2020-09-10T19:07:20.245Z] b2932aca3057: Layer already exists [2020-09-10T19:07:20.246Z] 0529fd4a828b: Layer already exists [2020-09-10T19:07:20.246Z] 86c888512e5e: Layer already exists [2020-09-10T19:07:20.246Z] 93d18745d70f: Layer already exists [2020-09-10T19:07:20.246Z] 3257f172b4e3: Layer already exists [2020-09-10T19:07:20.246Z] 097c4e02a7bf: Layer already exists [2020-09-10T19:07:20.246Z] 95b7d70aa198: Layer already exists [2020-09-10T19:07:20.246Z] 66b385cf80cf: Layer already exists [2020-09-10T19:07:20.246Z] master: digest: sha256:76f122f2951712adaad17af37b559c4f5c89b9d1ae282a627f196ab003087139 size: 2616 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-10T19:07:20.520Z] ===================================================== [Pipeline] echo [2020-09-10T19:07:20.600Z] taggedImages: [2020-09-10T19:07:20.600Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:57974a27473083c1c6a10cb9f7b41893fbb07c00 [2020-09-10T19:07:20.600Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.22 [2020-09-10T19:07:20.600Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:57974a27473083c1c6a10cb9f7b41893fbb07c00-1.2.2-dev.22 [2020-09-10T19:07:20.600Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2020-09-10T19:07:20.694Z] [edgeXDocker.push] Tagging docker image docker-support-logging-go-arm64 with the following tags: [2020-09-10T19:07:20.694Z] 57974a27473083c1c6a10cb9f7b41893fbb07c00 [2020-09-10T19:07:20.694Z] 1.2.2-dev.22 [2020-09-10T19:07:20.694Z] 57974a27473083c1c6a10cb9f7b41893fbb07c00-1.2.2-dev.22 [2020-09-10T19:07:20.694Z] master [2020-09-10T19:07:20.694Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:07:21.271Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:57974a27473083c1c6a10cb9f7b41893fbb07c00 [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:07:21.605Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:57974a27473083c1c6a10cb9f7b41893fbb07c00 [2020-09-10T19:07:21.605Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-09-10T19:07:21.605Z] d98fae8d87d8: Preparing [2020-09-10T19:07:21.605Z] 819c0aeecbf2: Preparing [2020-09-10T19:07:21.605Z] 4db8cc129f25: Preparing [2020-09-10T19:07:21.605Z] 82af08095c4d: Preparing [2020-09-10T19:07:21.879Z] d98fae8d87d8: Pushed [2020-09-10T19:07:21.879Z] 4db8cc129f25: Pushed [2020-09-10T19:07:22.151Z] 82af08095c4d: Pushed [2020-09-10T19:07:24.750Z] 819c0aeecbf2: Pushed [2020-09-10T19:07:24.750Z] 57974a27473083c1c6a10cb9f7b41893fbb07c00: digest: sha256:5702129c5441256a81e96e3f63b2bc696744ca84af0c06dec0e2acb81efaed1d size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:07:25.088Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.22 [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:07:25.423Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.22 [2020-09-10T19:07:25.423Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-09-10T19:07:25.423Z] d98fae8d87d8: Preparing [2020-09-10T19:07:25.423Z] 819c0aeecbf2: Preparing [2020-09-10T19:07:25.423Z] 4db8cc129f25: Preparing [2020-09-10T19:07:25.423Z] 82af08095c4d: Preparing [2020-09-10T19:07:25.423Z] 4db8cc129f25: Layer already exists [2020-09-10T19:07:25.423Z] 819c0aeecbf2: Layer already exists [2020-09-10T19:07:25.423Z] d98fae8d87d8: Layer already exists [2020-09-10T19:07:25.423Z] 82af08095c4d: Layer already exists [2020-09-10T19:07:25.693Z] 1.2.2-dev.22: digest: sha256:5702129c5441256a81e96e3f63b2bc696744ca84af0c06dec0e2acb81efaed1d size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:07:26.030Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:57974a27473083c1c6a10cb9f7b41893fbb07c00-1.2.2-dev.22 [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:07:26.363Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:57974a27473083c1c6a10cb9f7b41893fbb07c00-1.2.2-dev.22 [2020-09-10T19:07:26.364Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-09-10T19:07:26.364Z] d98fae8d87d8: Preparing [2020-09-10T19:07:26.364Z] 819c0aeecbf2: Preparing [2020-09-10T19:07:26.364Z] 4db8cc129f25: Preparing [2020-09-10T19:07:26.364Z] 82af08095c4d: Preparing [2020-09-10T19:07:26.364Z] 819c0aeecbf2: Layer already exists [2020-09-10T19:07:26.364Z] 4db8cc129f25: Layer already exists [2020-09-10T19:07:26.635Z] d98fae8d87d8: Layer already exists [2020-09-10T19:07:26.635Z] 82af08095c4d: Layer already exists [2020-09-10T19:07:26.635Z] 57974a27473083c1c6a10cb9f7b41893fbb07c00-1.2.2-dev.22: digest: sha256:5702129c5441256a81e96e3f63b2bc696744ca84af0c06dec0e2acb81efaed1d size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:07:26.971Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:07:27.306Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [2020-09-10T19:07:27.306Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-09-10T19:07:27.306Z] d98fae8d87d8: Preparing [2020-09-10T19:07:27.306Z] 819c0aeecbf2: Preparing [2020-09-10T19:07:27.306Z] 4db8cc129f25: Preparing [2020-09-10T19:07:27.306Z] 82af08095c4d: Preparing [2020-09-10T19:07:27.306Z] d98fae8d87d8: Layer already exists [2020-09-10T19:07:27.306Z] 819c0aeecbf2: Layer already exists [2020-09-10T19:07:27.306Z] 82af08095c4d: Layer already exists [2020-09-10T19:07:27.306Z] 4db8cc129f25: Layer already exists [2020-09-10T19:07:27.576Z] master: digest: sha256:5702129c5441256a81e96e3f63b2bc696744ca84af0c06dec0e2acb81efaed1d size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-10T19:07:27.805Z] ===================================================== [Pipeline] echo [2020-09-10T19:07:27.855Z] taggedImages: [2020-09-10T19:07:27.855Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:57974a27473083c1c6a10cb9f7b41893fbb07c00 [2020-09-10T19:07:27.855Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.22 [2020-09-10T19:07:27.855Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:57974a27473083c1c6a10cb9f7b41893fbb07c00-1.2.2-dev.22 [2020-09-10T19:07:27.855Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] echo [2020-09-10T19:07:27.920Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2020-09-10T19:07:27.920Z] 57974a27473083c1c6a10cb9f7b41893fbb07c00 [2020-09-10T19:07:27.920Z] 1.2.2-dev.22 [2020-09-10T19:07:27.920Z] 57974a27473083c1c6a10cb9f7b41893fbb07c00-1.2.2-dev.22 [2020-09-10T19:07:27.920Z] master [2020-09-10T19:07:27.920Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:07:28.430Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:57974a27473083c1c6a10cb9f7b41893fbb07c00 [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:07:28.763Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:57974a27473083c1c6a10cb9f7b41893fbb07c00 [2020-09-10T19:07:28.763Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-09-10T19:07:28.763Z] 38439c7d576c: Preparing [2020-09-10T19:07:28.763Z] 9245ba8f0adc: Preparing [2020-09-10T19:07:28.763Z] 754c5406e91f: Preparing [2020-09-10T19:07:28.763Z] 854887148fc6: Preparing [2020-09-10T19:07:28.763Z] ca95e3bd4e64: Preparing [2020-09-10T19:07:28.763Z] 2fd129212f53: Preparing [2020-09-10T19:07:28.763Z] 2fd129212f53: Waiting [2020-09-10T19:07:29.035Z] 754c5406e91f: Pushed [2020-09-10T19:07:29.035Z] 854887148fc6: Pushed [2020-09-10T19:07:29.035Z] ca95e3bd4e64: Pushed [2020-09-10T19:07:30.455Z] 38439c7d576c: Pushed [2020-09-10T19:07:30.455Z] 2fd129212f53: Pushed [2020-09-10T19:07:32.416Z] 9245ba8f0adc: Pushed [2020-09-10T19:07:32.416Z] 57974a27473083c1c6a10cb9f7b41893fbb07c00: digest: sha256:85de0c50de71c200d6ea95518db873dd9e7c2d216e5842dd568b8a099f926d77 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:07:32.756Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.22 [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:07:33.087Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.22 [2020-09-10T19:07:33.087Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-09-10T19:07:33.087Z] 38439c7d576c: Preparing [2020-09-10T19:07:33.087Z] 9245ba8f0adc: Preparing [2020-09-10T19:07:33.087Z] 754c5406e91f: Preparing [2020-09-10T19:07:33.087Z] 854887148fc6: Preparing [2020-09-10T19:07:33.087Z] ca95e3bd4e64: Preparing [2020-09-10T19:07:33.087Z] 2fd129212f53: Preparing [2020-09-10T19:07:33.087Z] 2fd129212f53: Waiting [2020-09-10T19:07:33.087Z] 9245ba8f0adc: Layer already exists [2020-09-10T19:07:33.087Z] 38439c7d576c: Layer already exists [2020-09-10T19:07:33.087Z] 754c5406e91f: Layer already exists [2020-09-10T19:07:33.087Z] 854887148fc6: Layer already exists [2020-09-10T19:07:33.087Z] ca95e3bd4e64: Layer already exists [2020-09-10T19:07:33.087Z] 2fd129212f53: Layer already exists [2020-09-10T19:07:33.357Z] 1.2.2-dev.22: digest: sha256:85de0c50de71c200d6ea95518db873dd9e7c2d216e5842dd568b8a099f926d77 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:07:33.695Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:57974a27473083c1c6a10cb9f7b41893fbb07c00-1.2.2-dev.22 [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:07:34.029Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:57974a27473083c1c6a10cb9f7b41893fbb07c00-1.2.2-dev.22 [2020-09-10T19:07:34.029Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-09-10T19:07:34.029Z] 38439c7d576c: Preparing [2020-09-10T19:07:34.029Z] 9245ba8f0adc: Preparing [2020-09-10T19:07:34.029Z] 754c5406e91f: Preparing [2020-09-10T19:07:34.029Z] 854887148fc6: Preparing [2020-09-10T19:07:34.029Z] ca95e3bd4e64: Preparing [2020-09-10T19:07:34.029Z] 2fd129212f53: Preparing [2020-09-10T19:07:34.029Z] 2fd129212f53: Waiting [2020-09-10T19:07:34.029Z] 754c5406e91f: Layer already exists [2020-09-10T19:07:34.029Z] ca95e3bd4e64: Layer already exists [2020-09-10T19:07:34.029Z] 854887148fc6: Layer already exists [2020-09-10T19:07:34.029Z] 38439c7d576c: Layer already exists [2020-09-10T19:07:34.029Z] 9245ba8f0adc: Layer already exists [2020-09-10T19:07:34.300Z] 2fd129212f53: Layer already exists [2020-09-10T19:07:34.300Z] 57974a27473083c1c6a10cb9f7b41893fbb07c00-1.2.2-dev.22: digest: sha256:85de0c50de71c200d6ea95518db873dd9e7c2d216e5842dd568b8a099f926d77 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:07:34.642Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:07:34.974Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2020-09-10T19:07:34.975Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-09-10T19:07:34.975Z] 38439c7d576c: Preparing [2020-09-10T19:07:34.975Z] 9245ba8f0adc: Preparing [2020-09-10T19:07:34.975Z] 754c5406e91f: Preparing [2020-09-10T19:07:34.975Z] 854887148fc6: Preparing [2020-09-10T19:07:34.975Z] ca95e3bd4e64: Preparing [2020-09-10T19:07:34.975Z] 2fd129212f53: Preparing [2020-09-10T19:07:34.975Z] 2fd129212f53: Waiting [2020-09-10T19:07:34.975Z] ca95e3bd4e64: Layer already exists [2020-09-10T19:07:34.975Z] 854887148fc6: Layer already exists [2020-09-10T19:07:35.245Z] 754c5406e91f: Layer already exists [2020-09-10T19:07:35.245Z] 38439c7d576c: Layer already exists [2020-09-10T19:07:35.245Z] 9245ba8f0adc: Layer already exists [2020-09-10T19:07:35.245Z] 2fd129212f53: Layer already exists [2020-09-10T19:07:35.245Z] master: digest: sha256:85de0c50de71c200d6ea95518db873dd9e7c2d216e5842dd568b8a099f926d77 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-10T19:07:35.461Z] ===================================================== [Pipeline] echo [2020-09-10T19:07:35.517Z] taggedImages: [2020-09-10T19:07:35.517Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:57974a27473083c1c6a10cb9f7b41893fbb07c00 [2020-09-10T19:07:35.517Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.22 [2020-09-10T19:07:35.517Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:57974a27473083c1c6a10cb9f7b41893fbb07c00-1.2.2-dev.22 [2020-09-10T19:07:35.517Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2020-09-10T19:07:35.589Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2020-09-10T19:07:35.589Z] 57974a27473083c1c6a10cb9f7b41893fbb07c00 [2020-09-10T19:07:35.590Z] 1.2.2-dev.22 [2020-09-10T19:07:35.590Z] 57974a27473083c1c6a10cb9f7b41893fbb07c00-1.2.2-dev.22 [2020-09-10T19:07:35.590Z] master [2020-09-10T19:07:35.590Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:07:36.131Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:57974a27473083c1c6a10cb9f7b41893fbb07c00 [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:07:36.468Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:57974a27473083c1c6a10cb9f7b41893fbb07c00 [2020-09-10T19:07:36.468Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-09-10T19:07:36.468Z] ffda35860f15: Preparing [2020-09-10T19:07:36.468Z] 3276e5ca38f4: Preparing [2020-09-10T19:07:36.468Z] e0f004cc65d4: Preparing [2020-09-10T19:07:36.746Z] e0f004cc65d4: Pushed [2020-09-10T19:07:36.746Z] ffda35860f15: Pushed [2020-09-10T19:07:40.118Z] 3276e5ca38f4: Pushed [2020-09-10T19:07:40.118Z] 57974a27473083c1c6a10cb9f7b41893fbb07c00: digest: sha256:f3b733ff580669e9b28bb12508c7c8f161f2da489da7ea44750d4b268af03885 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:07:40.455Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.22 [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:07:40.787Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.22 [2020-09-10T19:07:40.787Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-09-10T19:07:40.787Z] ffda35860f15: Preparing [2020-09-10T19:07:40.787Z] 3276e5ca38f4: Preparing [2020-09-10T19:07:40.787Z] e0f004cc65d4: Preparing [2020-09-10T19:07:40.787Z] e0f004cc65d4: Layer already exists [2020-09-10T19:07:40.787Z] 3276e5ca38f4: Layer already exists [2020-09-10T19:07:40.787Z] ffda35860f15: Layer already exists [2020-09-10T19:07:41.056Z] 1.2.2-dev.22: digest: sha256:f3b733ff580669e9b28bb12508c7c8f161f2da489da7ea44750d4b268af03885 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:07:41.398Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:57974a27473083c1c6a10cb9f7b41893fbb07c00-1.2.2-dev.22 [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:07:41.732Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:57974a27473083c1c6a10cb9f7b41893fbb07c00-1.2.2-dev.22 [2020-09-10T19:07:41.732Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-09-10T19:07:41.732Z] ffda35860f15: Preparing [2020-09-10T19:07:41.732Z] 3276e5ca38f4: Preparing [2020-09-10T19:07:41.732Z] e0f004cc65d4: Preparing [2020-09-10T19:07:41.732Z] 3276e5ca38f4: Layer already exists [2020-09-10T19:07:41.732Z] e0f004cc65d4: Layer already exists [2020-09-10T19:07:42.002Z] ffda35860f15: Layer already exists [2020-09-10T19:07:42.002Z] 57974a27473083c1c6a10cb9f7b41893fbb07c00-1.2.2-dev.22: digest: sha256:f3b733ff580669e9b28bb12508c7c8f161f2da489da7ea44750d4b268af03885 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:07:42.339Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:07:42.676Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2020-09-10T19:07:42.676Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-09-10T19:07:42.676Z] ffda35860f15: Preparing [2020-09-10T19:07:42.676Z] 3276e5ca38f4: Preparing [2020-09-10T19:07:42.676Z] e0f004cc65d4: Preparing [2020-09-10T19:07:42.676Z] 3276e5ca38f4: Layer already exists [2020-09-10T19:07:42.676Z] e0f004cc65d4: Layer already exists [2020-09-10T19:07:42.676Z] ffda35860f15: Layer already exists [2020-09-10T19:07:42.947Z] master: digest: sha256:f3b733ff580669e9b28bb12508c7c8f161f2da489da7ea44750d4b268af03885 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-10T19:07:43.136Z] ===================================================== [Pipeline] echo [2020-09-10T19:07:43.179Z] taggedImages: [2020-09-10T19:07:43.179Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:57974a27473083c1c6a10cb9f7b41893fbb07c00 [2020-09-10T19:07:43.179Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.22 [2020-09-10T19:07:43.179Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:57974a27473083c1c6a10cb9f7b41893fbb07c00-1.2.2-dev.22 [2020-09-10T19:07:43.179Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2020-09-10T19:07:43.238Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2020-09-10T19:07:43.238Z] 57974a27473083c1c6a10cb9f7b41893fbb07c00 [2020-09-10T19:07:43.238Z] 1.2.2-dev.22 [2020-09-10T19:07:43.238Z] 57974a27473083c1c6a10cb9f7b41893fbb07c00-1.2.2-dev.22 [2020-09-10T19:07:43.238Z] master [2020-09-10T19:07:43.238Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:07:43.753Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:57974a27473083c1c6a10cb9f7b41893fbb07c00 [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:07:44.090Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:57974a27473083c1c6a10cb9f7b41893fbb07c00 [2020-09-10T19:07:44.090Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-09-10T19:07:44.090Z] 78942eafa4b0: Preparing [2020-09-10T19:07:44.090Z] 74f42ada305c: Preparing [2020-09-10T19:07:44.090Z] 907b575fffe7: Preparing [2020-09-10T19:07:44.090Z] 13da7034b71b: Preparing [2020-09-10T19:07:44.090Z] 4b99f8c43f79: Preparing [2020-09-10T19:07:44.090Z] 102146a5332c: Preparing [2020-09-10T19:07:44.090Z] 72c75d89a9db: Preparing [2020-09-10T19:07:44.090Z] dcafda8adff7: Preparing [2020-09-10T19:07:44.090Z] 48d9eb58abf3: Preparing [2020-09-10T19:07:44.090Z] e5de615b7841: Preparing [2020-09-10T19:07:44.090Z] b0d752909cf9: Preparing [2020-09-10T19:07:44.090Z] 94fdc660876c: Preparing [2020-09-10T19:07:44.090Z] 4e7279dfc0c0: Preparing [2020-09-10T19:07:44.090Z] e2f13739ad41: Preparing [2020-09-10T19:07:44.090Z] 102146a5332c: Waiting [2020-09-10T19:07:44.090Z] b0d752909cf9: Waiting [2020-09-10T19:07:44.090Z] 94fdc660876c: Waiting [2020-09-10T19:07:44.090Z] e2f13739ad41: Waiting [2020-09-10T19:07:44.090Z] 4e7279dfc0c0: Waiting [2020-09-10T19:07:44.090Z] dcafda8adff7: Waiting [2020-09-10T19:07:44.090Z] 72c75d89a9db: Waiting [2020-09-10T19:07:44.090Z] 48d9eb58abf3: Waiting [2020-09-10T19:07:44.090Z] e5de615b7841: Waiting [2020-09-10T19:07:44.689Z] 4b99f8c43f79: Pushed [2020-09-10T19:07:44.963Z] 78942eafa4b0: Pushed [2020-09-10T19:07:45.239Z] 13da7034b71b: Pushed [2020-09-10T19:07:45.511Z] dcafda8adff7: Layer already exists [2020-09-10T19:07:45.511Z] 48d9eb58abf3: Layer already exists [2020-09-10T19:07:45.511Z] e5de615b7841: Layer already exists [2020-09-10T19:07:45.511Z] 72c75d89a9db: Pushed [2020-09-10T19:07:45.511Z] b0d752909cf9: Layer already exists [2020-09-10T19:07:45.511Z] 94fdc660876c: Layer already exists [2020-09-10T19:07:45.511Z] 4e7279dfc0c0: Layer already exists [2020-09-10T19:07:45.511Z] e2f13739ad41: Layer already exists [2020-09-10T19:07:46.103Z] 74f42ada305c: Pushed [2020-09-10T19:07:47.530Z] 102146a5332c: Pushed [2020-09-10T19:07:57.639Z] 907b575fffe7: Pushed [2020-09-10T19:07:57.639Z] 57974a27473083c1c6a10cb9f7b41893fbb07c00: digest: sha256:299e5bbbcf978ba272104e8ef74d4c8d4c67f7fc3a192266909d16ab294cb016 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:07:57.975Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.22 [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:07:58.308Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.22 [2020-09-10T19:07:58.308Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-09-10T19:07:58.308Z] 78942eafa4b0: Preparing [2020-09-10T19:07:58.308Z] 74f42ada305c: Preparing [2020-09-10T19:07:58.308Z] 907b575fffe7: Preparing [2020-09-10T19:07:58.308Z] 13da7034b71b: Preparing [2020-09-10T19:07:58.308Z] 4b99f8c43f79: Preparing [2020-09-10T19:07:58.308Z] 102146a5332c: Preparing [2020-09-10T19:07:58.308Z] 72c75d89a9db: Preparing [2020-09-10T19:07:58.308Z] dcafda8adff7: Preparing [2020-09-10T19:07:58.308Z] 48d9eb58abf3: Preparing [2020-09-10T19:07:58.308Z] e5de615b7841: Preparing [2020-09-10T19:07:58.308Z] b0d752909cf9: Preparing [2020-09-10T19:07:58.308Z] 94fdc660876c: Preparing [2020-09-10T19:07:58.308Z] 4e7279dfc0c0: Preparing [2020-09-10T19:07:58.308Z] e2f13739ad41: Preparing [2020-09-10T19:07:58.308Z] e5de615b7841: Waiting [2020-09-10T19:07:58.308Z] b0d752909cf9: Waiting [2020-09-10T19:07:58.308Z] 102146a5332c: Waiting [2020-09-10T19:07:58.308Z] 94fdc660876c: Waiting [2020-09-10T19:07:58.308Z] 72c75d89a9db: Waiting [2020-09-10T19:07:58.308Z] 4e7279dfc0c0: Waiting [2020-09-10T19:07:58.308Z] dcafda8adff7: Waiting [2020-09-10T19:07:58.308Z] e2f13739ad41: Waiting [2020-09-10T19:07:58.308Z] 48d9eb58abf3: Waiting [2020-09-10T19:07:58.308Z] 907b575fffe7: Layer already exists [2020-09-10T19:07:58.308Z] 78942eafa4b0: Layer already exists [2020-09-10T19:07:58.308Z] 74f42ada305c: Layer already exists [2020-09-10T19:07:58.308Z] 4b99f8c43f79: Layer already exists [2020-09-10T19:07:58.308Z] 13da7034b71b: Layer already exists [2020-09-10T19:07:58.308Z] 48d9eb58abf3: Layer already exists [2020-09-10T19:07:58.308Z] 102146a5332c: Layer already exists [2020-09-10T19:07:58.308Z] dcafda8adff7: Layer already exists [2020-09-10T19:07:58.308Z] 72c75d89a9db: Layer already exists [2020-09-10T19:07:58.308Z] e5de615b7841: Layer already exists [2020-09-10T19:07:58.578Z] 4e7279dfc0c0: Layer already exists [2020-09-10T19:07:58.578Z] b0d752909cf9: Layer already exists [2020-09-10T19:07:58.578Z] 94fdc660876c: Layer already exists [2020-09-10T19:07:58.578Z] e2f13739ad41: Layer already exists [2020-09-10T19:07:58.578Z] 1.2.2-dev.22: digest: sha256:299e5bbbcf978ba272104e8ef74d4c8d4c67f7fc3a192266909d16ab294cb016 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:07:58.914Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:57974a27473083c1c6a10cb9f7b41893fbb07c00-1.2.2-dev.22 [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:07:59.249Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:57974a27473083c1c6a10cb9f7b41893fbb07c00-1.2.2-dev.22 [2020-09-10T19:07:59.249Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-09-10T19:07:59.249Z] 78942eafa4b0: Preparing [2020-09-10T19:07:59.250Z] 74f42ada305c: Preparing [2020-09-10T19:07:59.250Z] 907b575fffe7: Preparing [2020-09-10T19:07:59.250Z] 13da7034b71b: Preparing [2020-09-10T19:07:59.250Z] 4b99f8c43f79: Preparing [2020-09-10T19:07:59.250Z] 102146a5332c: Preparing [2020-09-10T19:07:59.250Z] 72c75d89a9db: Preparing [2020-09-10T19:07:59.250Z] dcafda8adff7: Preparing [2020-09-10T19:07:59.250Z] 48d9eb58abf3: Preparing [2020-09-10T19:07:59.250Z] 102146a5332c: Waiting [2020-09-10T19:07:59.250Z] e5de615b7841: Preparing [2020-09-10T19:07:59.250Z] 72c75d89a9db: Waiting [2020-09-10T19:07:59.250Z] b0d752909cf9: Preparing [2020-09-10T19:07:59.250Z] 94fdc660876c: Preparing [2020-09-10T19:07:59.250Z] 4e7279dfc0c0: Preparing [2020-09-10T19:07:59.250Z] e2f13739ad41: Preparing [2020-09-10T19:07:59.250Z] dcafda8adff7: Waiting [2020-09-10T19:07:59.250Z] 48d9eb58abf3: Waiting [2020-09-10T19:07:59.250Z] b0d752909cf9: Waiting [2020-09-10T19:07:59.250Z] 94fdc660876c: Waiting [2020-09-10T19:07:59.250Z] 4e7279dfc0c0: Waiting [2020-09-10T19:07:59.250Z] e2f13739ad41: Waiting [2020-09-10T19:07:59.250Z] e5de615b7841: Waiting [2020-09-10T19:07:59.250Z] 78942eafa4b0: Layer already exists [2020-09-10T19:07:59.250Z] 4b99f8c43f79: Layer already exists [2020-09-10T19:07:59.250Z] 13da7034b71b: Layer already exists [2020-09-10T19:07:59.250Z] 74f42ada305c: Layer already exists [2020-09-10T19:07:59.250Z] 907b575fffe7: Layer already exists [2020-09-10T19:07:59.250Z] 102146a5332c: Layer already exists [2020-09-10T19:07:59.250Z] dcafda8adff7: Layer already exists [2020-09-10T19:07:59.250Z] 72c75d89a9db: Layer already exists [2020-09-10T19:07:59.250Z] 48d9eb58abf3: Layer already exists [2020-09-10T19:07:59.250Z] e5de615b7841: Layer already exists [2020-09-10T19:07:59.250Z] 4e7279dfc0c0: Layer already exists [2020-09-10T19:07:59.522Z] 94fdc660876c: Layer already exists [2020-09-10T19:07:59.522Z] b0d752909cf9: Layer already exists [2020-09-10T19:07:59.522Z] e2f13739ad41: Layer already exists [2020-09-10T19:07:59.522Z] 57974a27473083c1c6a10cb9f7b41893fbb07c00-1.2.2-dev.22: digest: sha256:299e5bbbcf978ba272104e8ef74d4c8d4c67f7fc3a192266909d16ab294cb016 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:07:59.863Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:08:00.191Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2020-09-10T19:08:00.191Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-09-10T19:08:00.191Z] 78942eafa4b0: Preparing [2020-09-10T19:08:00.191Z] 74f42ada305c: Preparing [2020-09-10T19:08:00.191Z] 907b575fffe7: Preparing [2020-09-10T19:08:00.191Z] 13da7034b71b: Preparing [2020-09-10T19:08:00.191Z] 4b99f8c43f79: Preparing [2020-09-10T19:08:00.191Z] 102146a5332c: Preparing [2020-09-10T19:08:00.191Z] 72c75d89a9db: Preparing [2020-09-10T19:08:00.191Z] dcafda8adff7: Preparing [2020-09-10T19:08:00.191Z] 48d9eb58abf3: Preparing [2020-09-10T19:08:00.191Z] e5de615b7841: Preparing [2020-09-10T19:08:00.191Z] b0d752909cf9: Preparing [2020-09-10T19:08:00.191Z] 94fdc660876c: Preparing [2020-09-10T19:08:00.191Z] 4e7279dfc0c0: Preparing [2020-09-10T19:08:00.191Z] e2f13739ad41: Preparing [2020-09-10T19:08:00.191Z] e5de615b7841: Waiting [2020-09-10T19:08:00.191Z] b0d752909cf9: Waiting [2020-09-10T19:08:00.191Z] 94fdc660876c: Waiting [2020-09-10T19:08:00.191Z] 102146a5332c: Waiting [2020-09-10T19:08:00.191Z] 72c75d89a9db: Waiting [2020-09-10T19:08:00.191Z] 4e7279dfc0c0: Waiting [2020-09-10T19:08:00.191Z] e2f13739ad41: Waiting [2020-09-10T19:08:00.191Z] 48d9eb58abf3: Waiting [2020-09-10T19:08:00.191Z] dcafda8adff7: Waiting [2020-09-10T19:08:00.191Z] 907b575fffe7: Layer already exists [2020-09-10T19:08:00.191Z] 74f42ada305c: Layer already exists [2020-09-10T19:08:00.191Z] 78942eafa4b0: Layer already exists [2020-09-10T19:08:00.191Z] 4b99f8c43f79: Layer already exists [2020-09-10T19:08:00.191Z] 13da7034b71b: Layer already exists [2020-09-10T19:08:00.191Z] 72c75d89a9db: Layer already exists [2020-09-10T19:08:00.191Z] dcafda8adff7: Layer already exists [2020-09-10T19:08:00.191Z] 102146a5332c: Layer already exists [2020-09-10T19:08:00.191Z] 48d9eb58abf3: Layer already exists [2020-09-10T19:08:00.191Z] e5de615b7841: Layer already exists [2020-09-10T19:08:00.460Z] b0d752909cf9: Layer already exists [2020-09-10T19:08:00.460Z] 94fdc660876c: Layer already exists [2020-09-10T19:08:00.460Z] e2f13739ad41: Layer already exists [2020-09-10T19:08:00.460Z] 4e7279dfc0c0: Layer already exists [2020-09-10T19:08:00.460Z] master: digest: sha256:299e5bbbcf978ba272104e8ef74d4c8d4c67f7fc3a192266909d16ab294cb016 size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-10T19:08:00.663Z] ===================================================== [Pipeline] echo [2020-09-10T19:08:00.729Z] taggedImages: [2020-09-10T19:08:00.729Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:57974a27473083c1c6a10cb9f7b41893fbb07c00 [2020-09-10T19:08:00.729Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.22 [2020-09-10T19:08:00.729Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:57974a27473083c1c6a10cb9f7b41893fbb07c00-1.2.2-dev.22 [2020-09-10T19:08:00.729Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2020-09-10T19:08:02.310Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-09-10T19:08:02.312Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-09-10T19:08:02.373Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:08:02.783Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-09-10T19:08:03.389Z] [2020-09-10T19:08:03.389Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:08:03.816Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-09-10T19:08:04.115Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-09-10T19:08:04.115Z] cbdbe7a5bc2a: Already exists [2020-09-10T19:08:04.115Z] 408f87550127: Pulling fs layer [2020-09-10T19:08:04.115Z] fe522b08c979: Pulling fs layer [2020-09-10T19:08:04.115Z] 221eaa008020: Pulling fs layer [2020-09-10T19:08:04.115Z] 2a4607e5d6b9: Pulling fs layer [2020-09-10T19:08:04.115Z] 8f79b27c4fd2: Pulling fs layer [2020-09-10T19:08:04.115Z] e5c8dbe1645b: Pulling fs layer [2020-09-10T19:08:04.115Z] 23e8b3b47431: Pulling fs layer [2020-09-10T19:08:04.115Z] 2a4607e5d6b9: Waiting [2020-09-10T19:08:04.115Z] 5c568d65a230: Pulling fs layer [2020-09-10T19:08:04.115Z] e5c8dbe1645b: Waiting [2020-09-10T19:08:04.115Z] 23e8b3b47431: Waiting [2020-09-10T19:08:04.115Z] 5c568d65a230: Waiting [2020-09-10T19:08:04.115Z] 8f79b27c4fd2: Waiting [2020-09-10T19:08:04.115Z] fe522b08c979: Verifying Checksum [2020-09-10T19:08:04.115Z] fe522b08c979: Download complete [2020-09-10T19:08:04.115Z] 2a4607e5d6b9: Verifying Checksum [2020-09-10T19:08:04.115Z] 2a4607e5d6b9: Download complete [2020-09-10T19:08:04.115Z] 408f87550127: Verifying Checksum [2020-09-10T19:08:04.115Z] 408f87550127: Download complete [2020-09-10T19:08:04.115Z] 8f79b27c4fd2: Verifying Checksum [2020-09-10T19:08:04.115Z] 8f79b27c4fd2: Download complete [2020-09-10T19:08:04.787Z] 408f87550127: Pull complete [2020-09-10T19:08:04.787Z] fe522b08c979: Pull complete [2020-09-10T19:08:06.886Z] e5c8dbe1645b: Verifying Checksum [2020-09-10T19:08:06.886Z] e5c8dbe1645b: Download complete [2020-09-10T19:08:09.775Z] 23e8b3b47431: Verifying Checksum [2020-09-10T19:08:09.775Z] 23e8b3b47431: Download complete [2020-09-10T19:08:10.826Z] 5c568d65a230: Verifying Checksum [2020-09-10T19:08:10.826Z] 5c568d65a230: Download complete [2020-09-10T19:08:12.262Z] 221eaa008020: Verifying Checksum [2020-09-10T19:08:12.262Z] 221eaa008020: Download complete [2020-09-10T19:08:24.936Z] 221eaa008020: Pull complete [2020-09-10T19:08:24.936Z] 2a4607e5d6b9: Pull complete [2020-09-10T19:08:24.936Z] 8f79b27c4fd2: Pull complete [2020-09-10T19:08:29.288Z] e5c8dbe1645b: Pull complete [2020-09-10T19:08:32.013Z] 23e8b3b47431: Pull complete [2020-09-10T19:08:34.097Z] 5c568d65a230: Pull complete [2020-09-10T19:08:34.097Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-09-10T19:08:34.097Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-09-10T19:08:34.097Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-09-10T19:08:34.475Z] prd-centos7-docker-4c-2g-2151 does not seem to be running inside a container [2020-09-10T19:08:34.652Z] $ 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/136:/ws -w /ws --entrypoint= -w /w/workspace/edgex-go/136 -v /w/workspace/edgex-go/136:/w/workspace/edgex-go/136:rw,z -v /w/workspace/edgex-go/136@tmp:/w/workspace/edgex-go/136@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-snyk-go:1.317.0 cat [2020-09-10T19:08:36.945Z] $ docker top 5ba064b1981456e01dd2e2f4a56f52706b5510568a3dbe89c2d56e3a297b8323 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-10T19:08:38.489Z] + snyk monitor '--org=edgex-jenkins' [2020-09-10T19:08:51.029Z] [2020-09-10T19:08:51.029Z] Monitoring /w/workspace/edgex-go/136 (github.com/edgexfoundry/edgex-go)... [2020-09-10T19:08:51.029Z] [2020-09-10T19:08:51.029Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/ff4e1f2c-4107-496b-b856-12e06419ec4c [2020-09-10T19:08:51.029Z] [2020-09-10T19:08:51.029Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-09-10T19:08:51.029Z] [2020-09-10T19:08:51.029Z] [2020-09-10T19:08:51.029Z] Snyk CLI supports Node.js 8 and higher. [2020-09-10T19:08:51.029Z] Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. [2020-09-10T19:08:51.029Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-09-10T19:08:51.029Z] [2020-09-10T19:08:51.029Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-09-10T19:08:51.029Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } [2020-09-10T19:08:51.024Z] $ docker stop --time=1 5ba064b1981456e01dd2e2f4a56f52706b5510568a3dbe89c2d56e3a297b8323 [2020-09-10T19:08:54.225Z] $ docker rm -f 5ba064b1981456e01dd2e2f4a56f52706b5510568a3dbe89c2d56e3a297b8323 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:08:56.283Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-10T19:08:56.555Z] [2020-09-10T19:08:56.555Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:08:57.003Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-10T19:08:57.003Z] latest: Pulling from edgex-devops/edgex-klar [2020-09-10T19:08:57.003Z] e7c96db7181b: Pulling fs layer [2020-09-10T19:08:57.003Z] 1868ca2cb446: Pulling fs layer [2020-09-10T19:08:57.003Z] 136be5d0fe8e: Pulling fs layer [2020-09-10T19:08:57.003Z] 894bfe63afcb: Pulling fs layer [2020-09-10T19:08:57.003Z] 894bfe63afcb: Waiting [2020-09-10T19:08:57.281Z] 1868ca2cb446: Verifying Checksum [2020-09-10T19:08:57.281Z] 1868ca2cb446: Download complete [2020-09-10T19:08:57.281Z] 136be5d0fe8e: Verifying Checksum [2020-09-10T19:08:57.281Z] 136be5d0fe8e: Download complete [2020-09-10T19:08:57.281Z] e7c96db7181b: Verifying Checksum [2020-09-10T19:08:57.281Z] e7c96db7181b: Download complete [2020-09-10T19:08:57.579Z] 894bfe63afcb: Verifying Checksum [2020-09-10T19:08:57.579Z] 894bfe63afcb: Download complete [2020-09-10T19:08:57.849Z] e7c96db7181b: Pull complete [2020-09-10T19:08:58.159Z] 1868ca2cb446: Pull complete [2020-09-10T19:08:58.475Z] 136be5d0fe8e: Pull complete [2020-09-10T19:08:59.109Z] 894bfe63afcb: Pull complete [2020-09-10T19:08:59.109Z] Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 [2020-09-10T19:08:59.109Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-10T19:08:59.109Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer [2020-09-10T19:08:59.282Z] prd-centos7-docker-4c-2g-2151 does not seem to be running inside a container [2020-09-10T19:08:59.369Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/136 -v /w/workspace/edgex-go/136:/w/workspace/edgex-go/136:rw,z -v /w/workspace/edgex-go/136@tmp:/w/workspace/edgex-go/136@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-klar:latest cat [2020-09-10T19:09:01.061Z] $ docker top 4c03bb24719ed4d8acc14eec2b6de547caac0a3a60fb92f0a7114378a7ae8f6d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-10T19:09:02.799Z] + tee [2020-09-10T19:09:02.799Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go:57974a27473083c1c6a10cb9f7b41893fbb07c00 [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-10T19:09:06.754Z] $ docker stop --time=1 4c03bb24719ed4d8acc14eec2b6de547caac0a3a60fb92f0a7114378a7ae8f6d [2020-09-10T19:09:08.760Z] $ docker rm -f 4c03bb24719ed4d8acc14eec2b6de547caac0a3a60fb92f0a7114378a7ae8f6d [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:09:09.398Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-10T19:09:09.398Z] . [Pipeline] withDockerContainer [2020-09-10T19:09:10.343Z] prd-centos7-docker-4c-2g-2151 does not seem to be running inside a container [2020-09-10T19:09:10.455Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/136 -v /w/workspace/edgex-go/136:/w/workspace/edgex-go/136:rw,z -v /w/workspace/edgex-go/136@tmp:/w/workspace/edgex-go/136@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-klar:latest cat [2020-09-10T19:09:11.881Z] $ docker top 26054370d5a5d1d53cc33c251746fcc5c2a6c538c64d68f46f35e3004a0a80ec -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-10T19:09:12.970Z] + tee [2020-09-10T19:09:12.970Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go:57974a27473083c1c6a10cb9f7b41893fbb07c00 [2020-09-10T19:09:13.299Z] clair timeout 1m0s [2020-09-10T19:09:13.299Z] docker timeout: 1m0s [2020-09-10T19:09:13.299Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-10T19:09:14.045Z] $ docker stop --time=1 26054370d5a5d1d53cc33c251746fcc5c2a6c538c64d68f46f35e3004a0a80ec [2020-09-10T19:09:15.952Z] $ docker rm -f 26054370d5a5d1d53cc33c251746fcc5c2a6c538c64d68f46f35e3004a0a80ec [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-10T19:09:16.846Z] + mkdir -p /w/workspace/edgex-go/136/clair-reports [Pipeline] echo [2020-09-10T19:09:16.862Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/136/clair-reports/clair_results_docker-core-command-go_57974a27473083c1c6a10cb9f7b41893fbb07c00.html [Pipeline] writeFile [Pipeline] step [2020-09-10T19:09:16.919Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:09:17.494Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-10T19:09:17.804Z] . [Pipeline] withDockerContainer [2020-09-10T19:09:18.043Z] prd-centos7-docker-4c-2g-2151 does not seem to be running inside a container [2020-09-10T19:09:18.134Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/136 -v /w/workspace/edgex-go/136:/w/workspace/edgex-go/136:rw,z -v /w/workspace/edgex-go/136@tmp:/w/workspace/edgex-go/136@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-klar:latest cat [2020-09-10T19:09:19.365Z] $ docker top 4ad119d8f6b598a591c1675a6a6a58c016c539086af377635603d67128aa91bf -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-10T19:09:20.471Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go:57974a27473083c1c6a10cb9f7b41893fbb07c00 [2020-09-10T19:09:20.471Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-10T19:09:26.049Z] $ docker stop --time=1 4ad119d8f6b598a591c1675a6a6a58c016c539086af377635603d67128aa91bf [2020-09-10T19:09:28.162Z] $ docker rm -f 4ad119d8f6b598a591c1675a6a6a58c016c539086af377635603d67128aa91bf [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:09:28.831Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-10T19:09:28.831Z] . [Pipeline] withDockerContainer [2020-09-10T19:09:29.191Z] prd-centos7-docker-4c-2g-2151 does not seem to be running inside a container [2020-09-10T19:09:29.256Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/136 -v /w/workspace/edgex-go/136:/w/workspace/edgex-go/136:rw,z -v /w/workspace/edgex-go/136@tmp:/w/workspace/edgex-go/136@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-klar:latest cat [2020-09-10T19:09:30.686Z] $ docker top 768e9cd28932753ecc1d4adabf798cda0f043a1ba36da588931f6c4ecaf01f7a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-10T19:09:32.105Z] + tee [2020-09-10T19:09:32.105Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go:57974a27473083c1c6a10cb9f7b41893fbb07c00 [2020-09-10T19:09:32.105Z] clair timeout 1m0s [2020-09-10T19:09:32.105Z] docker timeout: 1m0s [2020-09-10T19:09:32.105Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-10T19:09:33.218Z] $ docker stop --time=1 768e9cd28932753ecc1d4adabf798cda0f043a1ba36da588931f6c4ecaf01f7a [2020-09-10T19:09:35.078Z] $ docker rm -f 768e9cd28932753ecc1d4adabf798cda0f043a1ba36da588931f6c4ecaf01f7a [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-10T19:09:36.191Z] + mkdir -p /w/workspace/edgex-go/136/clair-reports [Pipeline] echo [2020-09-10T19:09:36.208Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/136/clair-reports/clair_results_docker-core-data-go_57974a27473083c1c6a10cb9f7b41893fbb07c00.html [Pipeline] writeFile [Pipeline] step [2020-09-10T19:09:36.268Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:09:36.646Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-10T19:09:36.647Z] . [Pipeline] withDockerContainer [2020-09-10T19:09:36.824Z] prd-centos7-docker-4c-2g-2151 does not seem to be running inside a container [2020-09-10T19:09:36.872Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/136 -v /w/workspace/edgex-go/136:/w/workspace/edgex-go/136:rw,z -v /w/workspace/edgex-go/136@tmp:/w/workspace/edgex-go/136@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-klar:latest cat [2020-09-10T19:09:38.357Z] $ docker top 8fdcdef218f75bc410787e2578e9df038a98793634025011f7b6c70d058e7956 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-10T19:09:39.447Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go:57974a27473083c1c6a10cb9f7b41893fbb07c00 [2020-09-10T19:09:39.447Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-10T19:09:42.441Z] $ docker stop --time=1 8fdcdef218f75bc410787e2578e9df038a98793634025011f7b6c70d058e7956 [2020-09-10T19:09:44.159Z] $ docker rm -f 8fdcdef218f75bc410787e2578e9df038a98793634025011f7b6c70d058e7956 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:09:44.863Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-10T19:09:44.863Z] . [Pipeline] withDockerContainer [2020-09-10T19:09:45.277Z] prd-centos7-docker-4c-2g-2151 does not seem to be running inside a container [2020-09-10T19:09:45.877Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/136 -v /w/workspace/edgex-go/136:/w/workspace/edgex-go/136:rw,z -v /w/workspace/edgex-go/136@tmp:/w/workspace/edgex-go/136@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-klar:latest cat [2020-09-10T19:09:47.196Z] $ docker top 0d9433c05c82d4ada918d0b347d0e6c59c5444a274e2eb49681a89fdfaba18b9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-10T19:09:48.003Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go:57974a27473083c1c6a10cb9f7b41893fbb07c00 [2020-09-10T19:09:48.003Z] + tee [2020-09-10T19:09:48.297Z] clair timeout 1m0s [2020-09-10T19:09:48.297Z] docker timeout: 1m0s [2020-09-10T19:09:48.297Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-10T19:09:48.978Z] $ docker stop --time=1 0d9433c05c82d4ada918d0b347d0e6c59c5444a274e2eb49681a89fdfaba18b9 [2020-09-10T19:09:50.602Z] $ docker rm -f 0d9433c05c82d4ada918d0b347d0e6c59c5444a274e2eb49681a89fdfaba18b9 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-10T19:09:51.306Z] + mkdir -p /w/workspace/edgex-go/136/clair-reports [Pipeline] echo [2020-09-10T19:09:51.322Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/136/clair-reports/clair_results_docker-core-metadata-go_57974a27473083c1c6a10cb9f7b41893fbb07c00.html [Pipeline] writeFile [Pipeline] step [2020-09-10T19:09:51.388Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:09:51.761Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-10T19:09:51.761Z] . [Pipeline] withDockerContainer [2020-09-10T19:09:51.976Z] prd-centos7-docker-4c-2g-2151 does not seem to be running inside a container [2020-09-10T19:09:52.025Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/136 -v /w/workspace/edgex-go/136:/w/workspace/edgex-go/136:rw,z -v /w/workspace/edgex-go/136@tmp:/w/workspace/edgex-go/136@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-klar:latest cat [2020-09-10T19:09:53.207Z] $ docker top f72c369039bc81e4e1fd36ff9b7b9ff1c4253ab6de0a89b3d48894f1ffc5752f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-10T19:09:54.836Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:57974a27473083c1c6a10cb9f7b41893fbb07c00 [2020-09-10T19:09:54.836Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-10T19:09:59.751Z] $ docker stop --time=1 f72c369039bc81e4e1fd36ff9b7b9ff1c4253ab6de0a89b3d48894f1ffc5752f [2020-09-10T19:10:01.511Z] $ docker rm -f f72c369039bc81e4e1fd36ff9b7b9ff1c4253ab6de0a89b3d48894f1ffc5752f [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:10:02.141Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-10T19:10:02.141Z] . [Pipeline] withDockerContainer [2020-09-10T19:10:02.312Z] prd-centos7-docker-4c-2g-2151 does not seem to be running inside a container [2020-09-10T19:10:02.363Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/136 -v /w/workspace/edgex-go/136:/w/workspace/edgex-go/136:rw,z -v /w/workspace/edgex-go/136@tmp:/w/workspace/edgex-go/136@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-klar:latest cat [2020-09-10T19:10:03.814Z] $ docker top 3a3a94106a855ca485522a45382f3ed8c976d8ab52dcd063389454f7070b2c38 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-10T19:10:04.974Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:57974a27473083c1c6a10cb9f7b41893fbb07c00 [2020-09-10T19:10:04.975Z] + tee [2020-09-10T19:10:04.975Z] clair timeout 1m0s [2020-09-10T19:10:04.975Z] docker timeout: 1m0s [2020-09-10T19:10:04.975Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-10T19:10:05.685Z] $ docker stop --time=1 3a3a94106a855ca485522a45382f3ed8c976d8ab52dcd063389454f7070b2c38 [2020-09-10T19:10:07.552Z] $ docker rm -f 3a3a94106a855ca485522a45382f3ed8c976d8ab52dcd063389454f7070b2c38 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-10T19:10:08.583Z] + mkdir -p /w/workspace/edgex-go/136/clair-reports [Pipeline] echo [2020-09-10T19:10:08.601Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/136/clair-reports/clair_results_docker-security-proxy-setup-go_57974a27473083c1c6a10cb9f7b41893fbb07c00.html [Pipeline] writeFile [Pipeline] step [2020-09-10T19:10:08.659Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:10:09.034Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-10T19:10:09.034Z] . [Pipeline] withDockerContainer [2020-09-10T19:10:09.319Z] prd-centos7-docker-4c-2g-2151 does not seem to be running inside a container [2020-09-10T19:10:09.422Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/136 -v /w/workspace/edgex-go/136:/w/workspace/edgex-go/136:rw,z -v /w/workspace/edgex-go/136@tmp:/w/workspace/edgex-go/136@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-klar:latest cat [2020-09-10T19:10:10.566Z] $ docker top 5c5374c20e27e45bb96c3cdfb395ce1ffe0f9dbd6404d89698b38ed19c1f642c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-10T19:10:11.626Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:57974a27473083c1c6a10cb9f7b41893fbb07c00 [2020-09-10T19:10:11.626Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-10T19:10:20.417Z] $ docker stop --time=1 5c5374c20e27e45bb96c3cdfb395ce1ffe0f9dbd6404d89698b38ed19c1f642c [2020-09-10T19:10:22.021Z] $ docker rm -f 5c5374c20e27e45bb96c3cdfb395ce1ffe0f9dbd6404d89698b38ed19c1f642c [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:10:22.685Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-10T19:10:22.685Z] . [Pipeline] withDockerContainer [2020-09-10T19:10:22.947Z] prd-centos7-docker-4c-2g-2151 does not seem to be running inside a container [2020-09-10T19:10:23.088Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/136 -v /w/workspace/edgex-go/136:/w/workspace/edgex-go/136:rw,z -v /w/workspace/edgex-go/136@tmp:/w/workspace/edgex-go/136@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-klar:latest cat [2020-09-10T19:10:24.684Z] $ docker top f151ac51585841c99df0c38c4ecb993b7df913d8c4e123eaaabb21c8bd0cdc2e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-10T19:10:25.466Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:57974a27473083c1c6a10cb9f7b41893fbb07c00 [2020-09-10T19:10:25.466Z] + tee [2020-09-10T19:10:25.466Z] clair timeout 1m0s [2020-09-10T19:10:25.466Z] docker timeout: 1m0s [2020-09-10T19:10:25.466Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-10T19:10:27.506Z] $ docker stop --time=1 f151ac51585841c99df0c38c4ecb993b7df913d8c4e123eaaabb21c8bd0cdc2e [2020-09-10T19:10:29.295Z] $ docker rm -f f151ac51585841c99df0c38c4ecb993b7df913d8c4e123eaaabb21c8bd0cdc2e [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-10T19:10:30.187Z] + mkdir -p /w/workspace/edgex-go/136/clair-reports [Pipeline] echo [2020-09-10T19:10:30.208Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/136/clair-reports/clair_results_docker-security-secrets-setup-go_57974a27473083c1c6a10cb9f7b41893fbb07c00.html [Pipeline] writeFile [Pipeline] step [2020-09-10T19:10:30.282Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:10:30.743Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-10T19:10:30.743Z] . [Pipeline] withDockerContainer [2020-09-10T19:10:31.203Z] prd-centos7-docker-4c-2g-2151 does not seem to be running inside a container [2020-09-10T19:10:31.279Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/136 -v /w/workspace/edgex-go/136:/w/workspace/edgex-go/136:rw,z -v /w/workspace/edgex-go/136@tmp:/w/workspace/edgex-go/136@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-klar:latest cat [2020-09-10T19:10:33.145Z] $ docker top 1db16ea45fa8e4f1770b5589d1060d7f7cba591958f834cc9e74d87f341723d2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-10T19:10:34.210Z] + tee [2020-09-10T19:10:34.210Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:57974a27473083c1c6a10cb9f7b41893fbb07c00 [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-10T19:10:42.738Z] $ docker stop --time=1 1db16ea45fa8e4f1770b5589d1060d7f7cba591958f834cc9e74d87f341723d2 [2020-09-10T19:10:44.510Z] $ docker rm -f 1db16ea45fa8e4f1770b5589d1060d7f7cba591958f834cc9e74d87f341723d2 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:10:45.120Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-10T19:10:45.120Z] . [Pipeline] withDockerContainer [2020-09-10T19:10:45.514Z] prd-centos7-docker-4c-2g-2151 does not seem to be running inside a container [2020-09-10T19:10:45.981Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/136 -v /w/workspace/edgex-go/136:/w/workspace/edgex-go/136:rw,z -v /w/workspace/edgex-go/136@tmp:/w/workspace/edgex-go/136@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-klar:latest cat [2020-09-10T19:10:47.428Z] $ docker top b655c260311406e7bc76ae6a59bbcc6824e392a82d185bbeb5d0f37eb341639f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-10T19:10:48.507Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:57974a27473083c1c6a10cb9f7b41893fbb07c00 [2020-09-10T19:10:48.507Z] + tee [2020-09-10T19:10:48.507Z] clair timeout 1m0s [2020-09-10T19:10:48.507Z] docker timeout: 1m0s [2020-09-10T19:10:48.507Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-10T19:10:50.033Z] $ docker stop --time=1 b655c260311406e7bc76ae6a59bbcc6824e392a82d185bbeb5d0f37eb341639f [2020-09-10T19:10:51.743Z] $ docker rm -f b655c260311406e7bc76ae6a59bbcc6824e392a82d185bbeb5d0f37eb341639f [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-10T19:10:52.400Z] + mkdir -p /w/workspace/edgex-go/136/clair-reports [Pipeline] echo [2020-09-10T19:10:52.415Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/136/clair-reports/clair_results_docker-security-secretstore-setup-go_57974a27473083c1c6a10cb9f7b41893fbb07c00.html [Pipeline] writeFile [Pipeline] step [2020-09-10T19:10:52.469Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:10:52.861Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-10T19:10:52.861Z] . [Pipeline] withDockerContainer [2020-09-10T19:10:53.090Z] prd-centos7-docker-4c-2g-2151 does not seem to be running inside a container [2020-09-10T19:10:53.139Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/136 -v /w/workspace/edgex-go/136:/w/workspace/edgex-go/136:rw,z -v /w/workspace/edgex-go/136@tmp:/w/workspace/edgex-go/136@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-klar:latest cat [2020-09-10T19:10:54.090Z] $ docker top ae96397c9b8058bca41b92508b4f30af5754097060604a2cd7222d4298208206 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-10T19:10:55.082Z] + tee [2020-09-10T19:10:55.082Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go:57974a27473083c1c6a10cb9f7b41893fbb07c00 [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-10T19:10:58.609Z] $ docker stop --time=1 ae96397c9b8058bca41b92508b4f30af5754097060604a2cd7222d4298208206 [2020-09-10T19:11:00.573Z] $ docker rm -f ae96397c9b8058bca41b92508b4f30af5754097060604a2cd7222d4298208206 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:11:01.234Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-10T19:11:01.234Z] . [Pipeline] withDockerContainer [2020-09-10T19:11:01.441Z] prd-centos7-docker-4c-2g-2151 does not seem to be running inside a container [2020-09-10T19:11:01.498Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/136 -v /w/workspace/edgex-go/136:/w/workspace/edgex-go/136:rw,z -v /w/workspace/edgex-go/136@tmp:/w/workspace/edgex-go/136@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-klar:latest cat [2020-09-10T19:11:02.828Z] $ docker top 0e11183846614f188d8d3e902be2d24d8c088c2005e182b980aab851bc456784 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-10T19:11:03.921Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go:57974a27473083c1c6a10cb9f7b41893fbb07c00 [2020-09-10T19:11:03.921Z] + tee [2020-09-10T19:11:03.921Z] clair timeout 1m0s [2020-09-10T19:11:03.921Z] docker timeout: 1m0s [2020-09-10T19:11:03.921Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-10T19:11:04.960Z] $ docker stop --time=1 0e11183846614f188d8d3e902be2d24d8c088c2005e182b980aab851bc456784 [2020-09-10T19:11:07.062Z] $ docker rm -f 0e11183846614f188d8d3e902be2d24d8c088c2005e182b980aab851bc456784 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-10T19:11:07.921Z] + mkdir -p /w/workspace/edgex-go/136/clair-reports [Pipeline] echo [2020-09-10T19:11:07.973Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/136/clair-reports/clair_results_docker-support-logging-go_57974a27473083c1c6a10cb9f7b41893fbb07c00.html [Pipeline] writeFile [Pipeline] step [2020-09-10T19:11:08.025Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:11:08.642Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-10T19:11:08.642Z] . [Pipeline] withDockerContainer [2020-09-10T19:11:08.913Z] prd-centos7-docker-4c-2g-2151 does not seem to be running inside a container [2020-09-10T19:11:09.192Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/136 -v /w/workspace/edgex-go/136:/w/workspace/edgex-go/136:rw,z -v /w/workspace/edgex-go/136@tmp:/w/workspace/edgex-go/136@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-klar:latest cat [2020-09-10T19:11:11.318Z] $ docker top 91516623aa107dda19015e0e80ad7993c646f30642810057676eb84bcdea3a5e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-10T19:11:12.871Z] + tee [2020-09-10T19:11:12.871Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go:57974a27473083c1c6a10cb9f7b41893fbb07c00 [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-10T19:11:18.477Z] $ docker stop --time=1 91516623aa107dda19015e0e80ad7993c646f30642810057676eb84bcdea3a5e [2020-09-10T19:11:20.364Z] $ docker rm -f 91516623aa107dda19015e0e80ad7993c646f30642810057676eb84bcdea3a5e [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:11:21.002Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-10T19:11:21.002Z] . [Pipeline] withDockerContainer [2020-09-10T19:11:21.172Z] prd-centos7-docker-4c-2g-2151 does not seem to be running inside a container [2020-09-10T19:11:21.213Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/136 -v /w/workspace/edgex-go/136:/w/workspace/edgex-go/136:rw,z -v /w/workspace/edgex-go/136@tmp:/w/workspace/edgex-go/136@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-klar:latest cat [2020-09-10T19:11:22.337Z] $ docker top 64a653edd38b613e9e651dd85e78a76d26166c8f61478d339e84c2ae12795079 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-10T19:11:23.024Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go:57974a27473083c1c6a10cb9f7b41893fbb07c00 [2020-09-10T19:11:23.024Z] + tee [2020-09-10T19:11:23.024Z] clair timeout 1m0s [2020-09-10T19:11:23.024Z] docker timeout: 1m0s [2020-09-10T19:11:23.024Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-10T19:11:24.113Z] $ docker stop --time=1 64a653edd38b613e9e651dd85e78a76d26166c8f61478d339e84c2ae12795079 [2020-09-10T19:11:25.724Z] $ docker rm -f 64a653edd38b613e9e651dd85e78a76d26166c8f61478d339e84c2ae12795079 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-10T19:11:26.390Z] + mkdir -p /w/workspace/edgex-go/136/clair-reports [Pipeline] echo [2020-09-10T19:11:26.404Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/136/clair-reports/clair_results_docker-support-notifications-go_57974a27473083c1c6a10cb9f7b41893fbb07c00.html [Pipeline] writeFile [Pipeline] step [2020-09-10T19:11:26.458Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:11:26.851Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-10T19:11:26.851Z] . [Pipeline] withDockerContainer [2020-09-10T19:11:27.106Z] prd-centos7-docker-4c-2g-2151 does not seem to be running inside a container [2020-09-10T19:11:27.147Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/136 -v /w/workspace/edgex-go/136:/w/workspace/edgex-go/136:rw,z -v /w/workspace/edgex-go/136@tmp:/w/workspace/edgex-go/136@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-klar:latest cat [2020-09-10T19:11:28.107Z] $ docker top 392f5afa12f066a80dfa0827c93fa46566cf16e84f65c16158e7a682161d07ae -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-10T19:11:29.205Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:57974a27473083c1c6a10cb9f7b41893fbb07c00 [2020-09-10T19:11:29.205Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-10T19:11:32.151Z] $ docker stop --time=1 392f5afa12f066a80dfa0827c93fa46566cf16e84f65c16158e7a682161d07ae [2020-09-10T19:11:33.787Z] $ docker rm -f 392f5afa12f066a80dfa0827c93fa46566cf16e84f65c16158e7a682161d07ae [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:11:34.421Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-10T19:11:34.421Z] . [Pipeline] withDockerContainer [2020-09-10T19:11:34.586Z] prd-centos7-docker-4c-2g-2151 does not seem to be running inside a container [2020-09-10T19:11:34.606Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/136 -v /w/workspace/edgex-go/136:/w/workspace/edgex-go/136:rw,z -v /w/workspace/edgex-go/136@tmp:/w/workspace/edgex-go/136@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-klar:latest cat [2020-09-10T19:11:35.737Z] $ docker top d973bc5b88a9d47a71c8d5b2d03ac01be40baa27b50d19cbc689872a274a7e23 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-10T19:11:36.429Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:57974a27473083c1c6a10cb9f7b41893fbb07c00 [2020-09-10T19:11:36.429Z] + tee [2020-09-10T19:11:36.429Z] clair timeout 1m0s [2020-09-10T19:11:36.429Z] docker timeout: 1m0s [2020-09-10T19:11:36.429Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-10T19:11:37.729Z] $ docker stop --time=1 d973bc5b88a9d47a71c8d5b2d03ac01be40baa27b50d19cbc689872a274a7e23 [2020-09-10T19:11:39.417Z] $ docker rm -f d973bc5b88a9d47a71c8d5b2d03ac01be40baa27b50d19cbc689872a274a7e23 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-10T19:11:40.107Z] + mkdir -p /w/workspace/edgex-go/136/clair-reports [Pipeline] echo [2020-09-10T19:11:40.124Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/136/clair-reports/clair_results_docker-support-scheduler-go_57974a27473083c1c6a10cb9f7b41893fbb07c00.html [Pipeline] writeFile [Pipeline] step [2020-09-10T19:11:40.197Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:11:40.564Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-10T19:11:40.564Z] . [Pipeline] withDockerContainer [2020-09-10T19:11:40.734Z] prd-centos7-docker-4c-2g-2151 does not seem to be running inside a container [2020-09-10T19:11:40.848Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/136 -v /w/workspace/edgex-go/136:/w/workspace/edgex-go/136:rw,z -v /w/workspace/edgex-go/136@tmp:/w/workspace/edgex-go/136@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-klar:latest cat [2020-09-10T19:11:42.511Z] $ docker top 65f2fece185981afa43995da818507b6813126c285b1cab3b5246cbe420dbfff -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-10T19:11:43.188Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:57974a27473083c1c6a10cb9f7b41893fbb07c00 [2020-09-10T19:11:43.188Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-10T19:11:58.625Z] $ docker stop --time=1 65f2fece185981afa43995da818507b6813126c285b1cab3b5246cbe420dbfff [2020-09-10T19:12:00.490Z] $ docker rm -f 65f2fece185981afa43995da818507b6813126c285b1cab3b5246cbe420dbfff [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:12:01.325Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-10T19:12:01.325Z] . [Pipeline] withDockerContainer [2020-09-10T19:12:01.533Z] prd-centos7-docker-4c-2g-2151 does not seem to be running inside a container [2020-09-10T19:12:01.563Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/136 -v /w/workspace/edgex-go/136:/w/workspace/edgex-go/136:rw,z -v /w/workspace/edgex-go/136@tmp:/w/workspace/edgex-go/136@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-klar:latest cat [2020-09-10T19:12:02.914Z] $ docker top 875302bfa2960f91112af01ac3cf2191bc0db43e802feabed1b1a989b10df7ae -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-10T19:12:04.312Z] + tee [2020-09-10T19:12:04.312Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:57974a27473083c1c6a10cb9f7b41893fbb07c00 [2020-09-10T19:12:04.312Z] clair timeout 1m0s [2020-09-10T19:12:04.312Z] docker timeout: 1m0s [2020-09-10T19:12:04.312Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-10T19:12:06.489Z] $ docker stop --time=1 875302bfa2960f91112af01ac3cf2191bc0db43e802feabed1b1a989b10df7ae [2020-09-10T19:12:08.456Z] $ docker rm -f 875302bfa2960f91112af01ac3cf2191bc0db43e802feabed1b1a989b10df7ae [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-10T19:12:09.054Z] + mkdir -p /w/workspace/edgex-go/136/clair-reports [Pipeline] echo [2020-09-10T19:12:09.100Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/136/clair-reports/clair_results_docker-sys-mgmt-agent-go_57974a27473083c1c6a10cb9f7b41893fbb07c00.html [Pipeline] writeFile [Pipeline] step [2020-09-10T19:12:09.174Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:12:09.783Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-10T19:12:09.783Z] . [Pipeline] withDockerContainer [2020-09-10T19:12:10.185Z] prd-centos7-docker-4c-2g-2151 does not seem to be running inside a container [2020-09-10T19:12:10.369Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/136 -v /w/workspace/edgex-go/136:/w/workspace/edgex-go/136:rw,z -v /w/workspace/edgex-go/136@tmp:/w/workspace/edgex-go/136@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-klar:latest cat [2020-09-10T19:12:11.524Z] $ docker top aa17507ac0863af3f4c8ab5e8d526020c3d6f04904058c93ae9ad8291d2461d4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-10T19:12:12.834Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:57974a27473083c1c6a10cb9f7b41893fbb07c00 [2020-09-10T19:12:12.834Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-10T19:12:15.661Z] $ docker stop --time=1 aa17507ac0863af3f4c8ab5e8d526020c3d6f04904058c93ae9ad8291d2461d4 [2020-09-10T19:12:17.225Z] $ docker rm -f aa17507ac0863af3f4c8ab5e8d526020c3d6f04904058c93ae9ad8291d2461d4 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:12:17.827Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-10T19:12:17.827Z] . [Pipeline] withDockerContainer [2020-09-10T19:12:17.975Z] prd-centos7-docker-4c-2g-2151 does not seem to be running inside a container [2020-09-10T19:12:17.995Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/136 -v /w/workspace/edgex-go/136:/w/workspace/edgex-go/136:rw,z -v /w/workspace/edgex-go/136@tmp:/w/workspace/edgex-go/136@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-klar:latest cat [2020-09-10T19:12:19.072Z] $ docker top 64bf0fffc6e685b3b5bfa68dd4207d17925d2bfed609124aeef84b736342d29f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-10T19:12:19.756Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:57974a27473083c1c6a10cb9f7b41893fbb07c00 [2020-09-10T19:12:19.757Z] + tee [2020-09-10T19:12:19.757Z] clair timeout 1m0s [2020-09-10T19:12:19.757Z] docker timeout: 1m0s [2020-09-10T19:12:19.757Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-10T19:12:20.594Z] $ docker stop --time=1 64bf0fffc6e685b3b5bfa68dd4207d17925d2bfed609124aeef84b736342d29f [2020-09-10T19:12:22.548Z] $ docker rm -f 64bf0fffc6e685b3b5bfa68dd4207d17925d2bfed609124aeef84b736342d29f [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-10T19:12:23.230Z] + mkdir -p /w/workspace/edgex-go/136/clair-reports [Pipeline] echo [2020-09-10T19:12:23.253Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/136/clair-reports/clair_results_docker-core-command-go-arm64_57974a27473083c1c6a10cb9f7b41893fbb07c00.html [Pipeline] writeFile [Pipeline] step [2020-09-10T19:12:23.310Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:12:23.669Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-10T19:12:23.669Z] . [Pipeline] withDockerContainer [2020-09-10T19:12:23.887Z] prd-centos7-docker-4c-2g-2151 does not seem to be running inside a container [2020-09-10T19:12:23.936Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/136 -v /w/workspace/edgex-go/136:/w/workspace/edgex-go/136:rw,z -v /w/workspace/edgex-go/136@tmp:/w/workspace/edgex-go/136@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-klar:latest cat [2020-09-10T19:12:24.941Z] $ docker top 52ade160d3ab6b0e01e880097faa69654ae24b58827d9dc7e8ebdb1332c100de -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-10T19:12:26.008Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:57974a27473083c1c6a10cb9f7b41893fbb07c00 [2020-09-10T19:12:26.008Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-10T19:12:31.521Z] $ docker stop --time=1 52ade160d3ab6b0e01e880097faa69654ae24b58827d9dc7e8ebdb1332c100de [2020-09-10T19:12:33.434Z] $ docker rm -f 52ade160d3ab6b0e01e880097faa69654ae24b58827d9dc7e8ebdb1332c100de [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:12:34.160Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-10T19:12:34.160Z] . [Pipeline] withDockerContainer [2020-09-10T19:12:34.294Z] prd-centos7-docker-4c-2g-2151 does not seem to be running inside a container [2020-09-10T19:12:34.330Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/136 -v /w/workspace/edgex-go/136:/w/workspace/edgex-go/136:rw,z -v /w/workspace/edgex-go/136@tmp:/w/workspace/edgex-go/136@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-klar:latest cat [2020-09-10T19:12:36.020Z] $ docker top 6fadef2f83173c8c1389173b1215586c58edbcfd80cac3280b14a89d58d485a1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-10T19:12:37.285Z] + tee [2020-09-10T19:12:37.285Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:57974a27473083c1c6a10cb9f7b41893fbb07c00 [2020-09-10T19:12:37.285Z] clair timeout 1m0s [2020-09-10T19:12:37.285Z] docker timeout: 1m0s [2020-09-10T19:12:37.285Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-10T19:12:38.105Z] $ docker stop --time=1 6fadef2f83173c8c1389173b1215586c58edbcfd80cac3280b14a89d58d485a1 [2020-09-10T19:12:39.863Z] $ docker rm -f 6fadef2f83173c8c1389173b1215586c58edbcfd80cac3280b14a89d58d485a1 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-10T19:12:40.908Z] + mkdir -p /w/workspace/edgex-go/136/clair-reports [Pipeline] echo [2020-09-10T19:12:40.925Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/136/clair-reports/clair_results_docker-core-data-go-arm64_57974a27473083c1c6a10cb9f7b41893fbb07c00.html [Pipeline] writeFile [Pipeline] step [2020-09-10T19:12:40.980Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:12:41.348Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-10T19:12:41.348Z] . [Pipeline] withDockerContainer [2020-09-10T19:12:41.531Z] prd-centos7-docker-4c-2g-2151 does not seem to be running inside a container [2020-09-10T19:12:41.579Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/136 -v /w/workspace/edgex-go/136:/w/workspace/edgex-go/136:rw,z -v /w/workspace/edgex-go/136@tmp:/w/workspace/edgex-go/136@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-klar:latest cat [2020-09-10T19:12:43.246Z] $ docker top b2fc12781e6aac5e5063edd15ca212e61203d023ccbe69ba6ae5fc02192e8ff9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-10T19:12:44.412Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:57974a27473083c1c6a10cb9f7b41893fbb07c00 [2020-09-10T19:12:44.412Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-10T19:12:47.191Z] $ docker stop --time=1 b2fc12781e6aac5e5063edd15ca212e61203d023ccbe69ba6ae5fc02192e8ff9 [2020-09-10T19:12:48.954Z] $ docker rm -f b2fc12781e6aac5e5063edd15ca212e61203d023ccbe69ba6ae5fc02192e8ff9 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:12:49.865Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-10T19:12:49.865Z] . [Pipeline] withDockerContainer [2020-09-10T19:12:50.384Z] prd-centos7-docker-4c-2g-2151 does not seem to be running inside a container [2020-09-10T19:12:50.432Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/136 -v /w/workspace/edgex-go/136:/w/workspace/edgex-go/136:rw,z -v /w/workspace/edgex-go/136@tmp:/w/workspace/edgex-go/136@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-klar:latest cat [2020-09-10T19:12:52.139Z] $ docker top 49eceb0f08adff615d8f3da4b28fc2320b56186ee80cebfcc1bb4511c685c44c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-10T19:12:52.854Z] + tee [2020-09-10T19:12:52.854Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:57974a27473083c1c6a10cb9f7b41893fbb07c00 [2020-09-10T19:12:52.854Z] clair timeout 1m0s [2020-09-10T19:12:52.854Z] docker timeout: 1m0s [2020-09-10T19:12:52.854Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-10T19:12:53.928Z] $ docker stop --time=1 49eceb0f08adff615d8f3da4b28fc2320b56186ee80cebfcc1bb4511c685c44c [2020-09-10T19:12:55.763Z] $ docker rm -f 49eceb0f08adff615d8f3da4b28fc2320b56186ee80cebfcc1bb4511c685c44c [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-10T19:12:56.429Z] + mkdir -p /w/workspace/edgex-go/136/clair-reports [Pipeline] echo [2020-09-10T19:12:56.444Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/136/clair-reports/clair_results_docker-core-metadata-go-arm64_57974a27473083c1c6a10cb9f7b41893fbb07c00.html [Pipeline] writeFile [Pipeline] step [2020-09-10T19:12:56.497Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:12:56.838Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-10T19:12:56.838Z] . [Pipeline] withDockerContainer [2020-09-10T19:12:57.002Z] prd-centos7-docker-4c-2g-2151 does not seem to be running inside a container [2020-09-10T19:12:57.044Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/136 -v /w/workspace/edgex-go/136:/w/workspace/edgex-go/136:rw,z -v /w/workspace/edgex-go/136@tmp:/w/workspace/edgex-go/136@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-klar:latest cat [2020-09-10T19:12:58.790Z] $ docker top f5eab9221cae52040f894b19cfae3ff2bcecbf8ce29269b720a7acd841d7a0ed -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-10T19:12:59.680Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:57974a27473083c1c6a10cb9f7b41893fbb07c00 [2020-09-10T19:12:59.680Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-10T19:13:04.101Z] $ docker stop --time=1 f5eab9221cae52040f894b19cfae3ff2bcecbf8ce29269b720a7acd841d7a0ed [2020-09-10T19:13:05.655Z] $ docker rm -f f5eab9221cae52040f894b19cfae3ff2bcecbf8ce29269b720a7acd841d7a0ed [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:13:06.655Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-10T19:13:06.656Z] . [Pipeline] withDockerContainer [2020-09-10T19:13:06.871Z] prd-centos7-docker-4c-2g-2151 does not seem to be running inside a container [2020-09-10T19:13:06.929Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/136 -v /w/workspace/edgex-go/136:/w/workspace/edgex-go/136:rw,z -v /w/workspace/edgex-go/136@tmp:/w/workspace/edgex-go/136@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-klar:latest cat [2020-09-10T19:13:07.987Z] $ docker top 318d9aea893c145b3abf0755f5eedc6458a63aad5259bb9de2e9ec8423e87e0d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-10T19:13:08.814Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:57974a27473083c1c6a10cb9f7b41893fbb07c00 [2020-09-10T19:13:08.814Z] + tee [2020-09-10T19:13:08.814Z] clair timeout 1m0s [2020-09-10T19:13:08.814Z] docker timeout: 1m0s [2020-09-10T19:13:08.814Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-10T19:13:09.870Z] $ docker stop --time=1 318d9aea893c145b3abf0755f5eedc6458a63aad5259bb9de2e9ec8423e87e0d [2020-09-10T19:13:12.865Z] $ docker rm -f 318d9aea893c145b3abf0755f5eedc6458a63aad5259bb9de2e9ec8423e87e0d [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-10T19:13:13.672Z] + mkdir -p /w/workspace/edgex-go/136/clair-reports [Pipeline] echo [2020-09-10T19:13:13.686Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/136/clair-reports/clair_results_docker-security-proxy-setup-go-arm64_57974a27473083c1c6a10cb9f7b41893fbb07c00.html [Pipeline] writeFile [Pipeline] step [2020-09-10T19:13:13.742Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:13:14.144Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-10T19:13:14.144Z] . [Pipeline] withDockerContainer [2020-09-10T19:13:14.340Z] prd-centos7-docker-4c-2g-2151 does not seem to be running inside a container [2020-09-10T19:13:14.376Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/136 -v /w/workspace/edgex-go/136:/w/workspace/edgex-go/136:rw,z -v /w/workspace/edgex-go/136@tmp:/w/workspace/edgex-go/136@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-klar:latest cat [2020-09-10T19:13:15.192Z] $ docker top 072553f9b4dbb2d44f89265d0551ca0cf533ade83cbfd0dfb3e391ff000611de -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-10T19:13:16.402Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:57974a27473083c1c6a10cb9f7b41893fbb07c00 [2020-09-10T19:13:16.402Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-10T19:13:23.386Z] $ docker stop --time=1 072553f9b4dbb2d44f89265d0551ca0cf533ade83cbfd0dfb3e391ff000611de [2020-09-10T19:13:25.619Z] $ docker rm -f 072553f9b4dbb2d44f89265d0551ca0cf533ade83cbfd0dfb3e391ff000611de [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:13:26.452Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-10T19:13:26.452Z] . [Pipeline] withDockerContainer [2020-09-10T19:13:26.648Z] prd-centos7-docker-4c-2g-2151 does not seem to be running inside a container [2020-09-10T19:13:26.686Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/136 -v /w/workspace/edgex-go/136:/w/workspace/edgex-go/136:rw,z -v /w/workspace/edgex-go/136@tmp:/w/workspace/edgex-go/136@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-klar:latest cat [2020-09-10T19:13:27.769Z] $ docker top 064b44074246bc4926436f6988f2326c41f67c2951e9995d0ea230d08eda9dba -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-10T19:13:28.925Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:57974a27473083c1c6a10cb9f7b41893fbb07c00 [2020-09-10T19:13:28.925Z] + tee [2020-09-10T19:13:28.925Z] clair timeout 1m0s [2020-09-10T19:13:28.925Z] docker timeout: 1m0s [2020-09-10T19:13:28.925Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-10T19:13:30.480Z] $ docker stop --time=1 064b44074246bc4926436f6988f2326c41f67c2951e9995d0ea230d08eda9dba [2020-09-10T19:13:32.313Z] $ docker rm -f 064b44074246bc4926436f6988f2326c41f67c2951e9995d0ea230d08eda9dba [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-10T19:13:32.855Z] + mkdir -p /w/workspace/edgex-go/136/clair-reports [Pipeline] echo [2020-09-10T19:13:32.868Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/136/clair-reports/clair_results_docker-security-secrets-setup-go-arm64_57974a27473083c1c6a10cb9f7b41893fbb07c00.html [Pipeline] writeFile [Pipeline] step [2020-09-10T19:13:32.941Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:13:33.376Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-10T19:13:33.376Z] . [Pipeline] withDockerContainer [2020-09-10T19:13:33.567Z] prd-centos7-docker-4c-2g-2151 does not seem to be running inside a container [2020-09-10T19:13:33.992Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/136 -v /w/workspace/edgex-go/136:/w/workspace/edgex-go/136:rw,z -v /w/workspace/edgex-go/136@tmp:/w/workspace/edgex-go/136@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-klar:latest cat [2020-09-10T19:13:35.131Z] $ docker top 896ed265cd9143f4a3a780c22f07d32659f635ee4310e388dbd72b739bf23616 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-10T19:13:35.957Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:57974a27473083c1c6a10cb9f7b41893fbb07c00 [2020-09-10T19:13:35.957Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-10T19:13:58.258Z] $ docker stop --time=1 896ed265cd9143f4a3a780c22f07d32659f635ee4310e388dbd72b739bf23616 [2020-09-10T19:13:59.861Z] $ docker rm -f 896ed265cd9143f4a3a780c22f07d32659f635ee4310e388dbd72b739bf23616 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:14:00.459Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-10T19:14:00.459Z] . [Pipeline] withDockerContainer [2020-09-10T19:14:00.638Z] prd-centos7-docker-4c-2g-2151 does not seem to be running inside a container [2020-09-10T19:14:00.720Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/136 -v /w/workspace/edgex-go/136:/w/workspace/edgex-go/136:rw,z -v /w/workspace/edgex-go/136@tmp:/w/workspace/edgex-go/136@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-klar:latest cat [2020-09-10T19:14:01.612Z] $ docker top 1410efe10a3b55ff5946fce48fdc18dfcf4f24e9b9a0e7a96ce7f56b780ef511 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-10T19:14:02.715Z] + tee [2020-09-10T19:14:02.715Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:57974a27473083c1c6a10cb9f7b41893fbb07c00 [2020-09-10T19:14:02.715Z] clair timeout 1m0s [2020-09-10T19:14:02.715Z] docker timeout: 1m0s [2020-09-10T19:14:02.715Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-10T19:14:04.190Z] $ docker stop --time=1 1410efe10a3b55ff5946fce48fdc18dfcf4f24e9b9a0e7a96ce7f56b780ef511 [2020-09-10T19:14:05.789Z] $ docker rm -f 1410efe10a3b55ff5946fce48fdc18dfcf4f24e9b9a0e7a96ce7f56b780ef511 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-10T19:14:06.840Z] + mkdir -p /w/workspace/edgex-go/136/clair-reports [Pipeline] echo [2020-09-10T19:14:06.855Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/136/clair-reports/clair_results_docker-security-secretstore-setup-go-arm64_57974a27473083c1c6a10cb9f7b41893fbb07c00.html [Pipeline] writeFile [Pipeline] step [2020-09-10T19:14:06.913Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:14:07.275Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-10T19:14:07.275Z] . [Pipeline] withDockerContainer [2020-09-10T19:14:07.479Z] prd-centos7-docker-4c-2g-2151 does not seem to be running inside a container [2020-09-10T19:14:07.539Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/136 -v /w/workspace/edgex-go/136:/w/workspace/edgex-go/136:rw,z -v /w/workspace/edgex-go/136@tmp:/w/workspace/edgex-go/136@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-klar:latest cat [2020-09-10T19:14:08.793Z] $ docker top 5996f6287fe26513dec137d4be737a9d8bb43c29ea954d6ac6c315ab1cde773f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-10T19:14:10.021Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:57974a27473083c1c6a10cb9f7b41893fbb07c00 [2020-09-10T19:14:10.021Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-10T19:14:13.519Z] $ docker stop --time=1 5996f6287fe26513dec137d4be737a9d8bb43c29ea954d6ac6c315ab1cde773f [2020-09-10T19:14:15.193Z] $ docker rm -f 5996f6287fe26513dec137d4be737a9d8bb43c29ea954d6ac6c315ab1cde773f [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:14:15.788Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-10T19:14:15.788Z] . [Pipeline] withDockerContainer [2020-09-10T19:14:15.923Z] prd-centos7-docker-4c-2g-2151 does not seem to be running inside a container [2020-09-10T19:14:15.977Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/136 -v /w/workspace/edgex-go/136:/w/workspace/edgex-go/136:rw,z -v /w/workspace/edgex-go/136@tmp:/w/workspace/edgex-go/136@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-klar:latest cat [2020-09-10T19:14:17.243Z] $ docker top 4f0e0e2af4923ff5f618ece3b335df6a675eb68d12cd2a0433eadd592800d39a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-10T19:14:18.178Z] + tee [2020-09-10T19:14:18.179Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:57974a27473083c1c6a10cb9f7b41893fbb07c00 [2020-09-10T19:14:18.574Z] clair timeout 1m0s [2020-09-10T19:14:18.574Z] docker timeout: 1m0s [2020-09-10T19:14:18.574Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-10T19:14:19.855Z] $ docker stop --time=1 4f0e0e2af4923ff5f618ece3b335df6a675eb68d12cd2a0433eadd592800d39a [2020-09-10T19:14:21.616Z] $ docker rm -f 4f0e0e2af4923ff5f618ece3b335df6a675eb68d12cd2a0433eadd592800d39a [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-10T19:14:22.173Z] + mkdir -p /w/workspace/edgex-go/136/clair-reports [Pipeline] echo [2020-09-10T19:14:22.188Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/136/clair-reports/clair_results_docker-support-logging-go-arm64_57974a27473083c1c6a10cb9f7b41893fbb07c00.html [Pipeline] writeFile [Pipeline] step [2020-09-10T19:14:22.267Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:14:22.643Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-10T19:14:22.643Z] . [Pipeline] withDockerContainer [2020-09-10T19:14:22.802Z] prd-centos7-docker-4c-2g-2151 does not seem to be running inside a container [2020-09-10T19:14:22.831Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/136 -v /w/workspace/edgex-go/136:/w/workspace/edgex-go/136:rw,z -v /w/workspace/edgex-go/136@tmp:/w/workspace/edgex-go/136@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-klar:latest cat [2020-09-10T19:14:23.702Z] $ docker top a92353e1e1962b470de9569a2a68ccb00dcc3ba5347047011a39781ba6ef651d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-10T19:14:24.689Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:57974a27473083c1c6a10cb9f7b41893fbb07c00 [2020-09-10T19:14:24.689Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-10T19:14:29.170Z] $ docker stop --time=1 a92353e1e1962b470de9569a2a68ccb00dcc3ba5347047011a39781ba6ef651d [2020-09-10T19:14:30.702Z] $ docker rm -f a92353e1e1962b470de9569a2a68ccb00dcc3ba5347047011a39781ba6ef651d [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:14:31.347Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-10T19:14:31.347Z] . [Pipeline] withDockerContainer [2020-09-10T19:14:31.548Z] prd-centos7-docker-4c-2g-2151 does not seem to be running inside a container [2020-09-10T19:14:31.613Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/136 -v /w/workspace/edgex-go/136:/w/workspace/edgex-go/136:rw,z -v /w/workspace/edgex-go/136@tmp:/w/workspace/edgex-go/136@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-klar:latest cat [2020-09-10T19:14:32.575Z] $ docker top 965bbebb5c499d0ec20781a1301e3d351759fb23e9eaf9bb79a19404ea4e558b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-10T19:14:33.425Z] + tee [2020-09-10T19:14:33.425Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:57974a27473083c1c6a10cb9f7b41893fbb07c00 [2020-09-10T19:14:33.425Z] clair timeout 1m0s [2020-09-10T19:14:33.425Z] docker timeout: 1m0s [2020-09-10T19:14:33.425Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-10T19:14:34.557Z] $ docker stop --time=1 965bbebb5c499d0ec20781a1301e3d351759fb23e9eaf9bb79a19404ea4e558b [2020-09-10T19:14:36.622Z] $ docker rm -f 965bbebb5c499d0ec20781a1301e3d351759fb23e9eaf9bb79a19404ea4e558b [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-10T19:14:37.202Z] + mkdir -p /w/workspace/edgex-go/136/clair-reports [Pipeline] echo [2020-09-10T19:14:37.216Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/136/clair-reports/clair_results_docker-support-notifications-go-arm64_57974a27473083c1c6a10cb9f7b41893fbb07c00.html [Pipeline] writeFile [Pipeline] step [2020-09-10T19:14:37.271Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:14:37.615Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-10T19:14:37.615Z] . [Pipeline] withDockerContainer [2020-09-10T19:14:37.741Z] prd-centos7-docker-4c-2g-2151 does not seem to be running inside a container [2020-09-10T19:14:37.756Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/136 -v /w/workspace/edgex-go/136:/w/workspace/edgex-go/136:rw,z -v /w/workspace/edgex-go/136@tmp:/w/workspace/edgex-go/136@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-klar:latest cat [2020-09-10T19:14:38.696Z] $ docker top 87ec7a5c01d4f0a06c9f1ff51bd008ecaa4c75f13e1f0af4b6f6398e28ab5b4c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-10T19:14:39.707Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:57974a27473083c1c6a10cb9f7b41893fbb07c00 [2020-09-10T19:14:39.707Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-10T19:14:42.562Z] $ docker stop --time=1 87ec7a5c01d4f0a06c9f1ff51bd008ecaa4c75f13e1f0af4b6f6398e28ab5b4c [2020-09-10T19:14:44.115Z] $ docker rm -f 87ec7a5c01d4f0a06c9f1ff51bd008ecaa4c75f13e1f0af4b6f6398e28ab5b4c [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:14:44.660Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-10T19:14:44.660Z] . [Pipeline] withDockerContainer [2020-09-10T19:14:44.836Z] prd-centos7-docker-4c-2g-2151 does not seem to be running inside a container [2020-09-10T19:14:44.903Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/136 -v /w/workspace/edgex-go/136:/w/workspace/edgex-go/136:rw,z -v /w/workspace/edgex-go/136@tmp:/w/workspace/edgex-go/136@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-klar:latest cat [2020-09-10T19:14:45.799Z] $ docker top ccb85a02d5768db65bf27d0bd247dbe8bc19f83baad12ded146c5217e026a9da -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-10T19:14:46.443Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:57974a27473083c1c6a10cb9f7b41893fbb07c00 [2020-09-10T19:14:46.443Z] + tee [2020-09-10T19:14:46.443Z] clair timeout 1m0s [2020-09-10T19:14:46.443Z] docker timeout: 1m0s [2020-09-10T19:14:46.443Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-10T19:14:47.092Z] $ docker stop --time=1 ccb85a02d5768db65bf27d0bd247dbe8bc19f83baad12ded146c5217e026a9da [2020-09-10T19:14:48.968Z] $ docker rm -f ccb85a02d5768db65bf27d0bd247dbe8bc19f83baad12ded146c5217e026a9da [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-10T19:14:49.657Z] + mkdir -p /w/workspace/edgex-go/136/clair-reports [Pipeline] echo [2020-09-10T19:14:49.687Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/136/clair-reports/clair_results_docker-support-scheduler-go-arm64_57974a27473083c1c6a10cb9f7b41893fbb07c00.html [Pipeline] writeFile [Pipeline] step [2020-09-10T19:14:49.746Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:14:50.133Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-10T19:14:50.133Z] . [Pipeline] withDockerContainer [2020-09-10T19:14:50.391Z] prd-centos7-docker-4c-2g-2151 does not seem to be running inside a container [2020-09-10T19:14:50.439Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/136 -v /w/workspace/edgex-go/136:/w/workspace/edgex-go/136:rw,z -v /w/workspace/edgex-go/136@tmp:/w/workspace/edgex-go/136@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-klar:latest cat [2020-09-10T19:14:52.158Z] $ docker top ae74acae47deaabb6ca53953028d44c59f71198c8ab5b2e64f7e937c170b7986 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-10T19:14:53.599Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:57974a27473083c1c6a10cb9f7b41893fbb07c00 [2020-09-10T19:14:53.599Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-10T19:15:09.528Z] $ docker stop --time=1 ae74acae47deaabb6ca53953028d44c59f71198c8ab5b2e64f7e937c170b7986 [2020-09-10T19:15:11.193Z] $ docker rm -f ae74acae47deaabb6ca53953028d44c59f71198c8ab5b2e64f7e937c170b7986 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:15:11.798Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-10T19:15:11.799Z] . [Pipeline] withDockerContainer [2020-09-10T19:15:12.010Z] prd-centos7-docker-4c-2g-2151 does not seem to be running inside a container [2020-09-10T19:15:12.081Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/136 -v /w/workspace/edgex-go/136:/w/workspace/edgex-go/136:rw,z -v /w/workspace/edgex-go/136@tmp:/w/workspace/edgex-go/136@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-klar:latest cat [2020-09-10T19:15:13.348Z] $ docker top 1f8c2126ba35335307954679d66c819d0b5caea952b6cfa327499395f446156e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-10T19:15:14.368Z] + tee [2020-09-10T19:15:14.368Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:57974a27473083c1c6a10cb9f7b41893fbb07c00 [2020-09-10T19:15:14.368Z] clair timeout 1m0s [2020-09-10T19:15:14.368Z] docker timeout: 1m0s [2020-09-10T19:15:14.368Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-10T19:15:15.865Z] $ docker stop --time=1 1f8c2126ba35335307954679d66c819d0b5caea952b6cfa327499395f446156e [2020-09-10T19:15:17.471Z] $ docker rm -f 1f8c2126ba35335307954679d66c819d0b5caea952b6cfa327499395f446156e [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-10T19:15:18.088Z] + mkdir -p /w/workspace/edgex-go/136/clair-reports [Pipeline] echo [2020-09-10T19:15:18.104Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/136/clair-reports/clair_results_docker-sys-mgmt-agent-go-arm64_57974a27473083c1c6a10cb9f7b41893fbb07c00.html [Pipeline] writeFile [Pipeline] step [2020-09-10T19:15:18.177Z] Archiving artifacts [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2020-09-10T19:15:18.599Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: true [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-10T19:15:18.658Z] provisioning config files... [2020-09-10T19:15:18.680Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/136@tmp/config6614019289514744121tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-09-10T19:15:19.096Z] --> edgex-publish-swagger.sh [2020-09-10T19:15:19.096Z] === Publish openapi/v1 API === [2020-09-10T19:15:19.096Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2020-09-10T19:15:19.096Z] [publishToSwagger] Publishing API Name [core-command] [2020-09-10T19:15:19.096Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-09-10T19:15:19.096Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/core-command?oas=3.0.0&isPrivate=false&force=true [2020-09-10T19:15:19.096Z] [publishToSwagger] Publishing API Name [core-data] [2020-09-10T19:15:19.096Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-09-10T19:15:19.096Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/core-data?oas=3.0.0&isPrivate=false&force=true [2020-09-10T19:15:19.096Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-09-10T19:15:19.096Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-09-10T19:15:19.096Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/core-metadata?oas=3.0.0&isPrivate=false&force=true [2020-09-10T19:15:19.096Z] [publishToSwagger] Publishing API Name [support-logging] [2020-09-10T19:15:19.096Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-09-10T19:15:19.096Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/support-logging?oas=3.0.0&isPrivate=false&force=true [2020-09-10T19:15:19.096Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-09-10T19:15:19.096Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-09-10T19:15:19.096Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/support-notifications?oas=3.0.0&isPrivate=false&force=true [2020-09-10T19:15:19.096Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-09-10T19:15:19.096Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-09-10T19:15:19.096Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/support-scheduler?oas=3.0.0&isPrivate=false&force=true [2020-09-10T19:15:19.096Z] [publishToSwagger] Publishing API Name [system-agent] [2020-09-10T19:15:19.096Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-09-10T19:15:19.096Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/system-agent?oas=3.0.0&isPrivate=false&force=true [2020-09-10T19:15:19.096Z] === Publish openapi/v2 API === [2020-09-10T19:15:19.096Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2020-09-10T19:15:19.096Z] [publishToSwagger] Publishing API Name [core-command] [2020-09-10T19:15:19.096Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-09-10T19:15:19.096Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/core-command?oas=3.0.0&isPrivate=false&force=true [2020-09-10T19:15:19.096Z] [publishToSwagger] Publishing API Name [core-data] [2020-09-10T19:15:19.096Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-09-10T19:15:19.096Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/core-data?oas=3.0.0&isPrivate=false&force=true [2020-09-10T19:15:19.096Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-09-10T19:15:19.096Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-09-10T19:15:19.096Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/core-metadata?oas=3.0.0&isPrivate=false&force=true [2020-09-10T19:15:19.096Z] [publishToSwagger] Publishing API Name [support-logging] [2020-09-10T19:15:19.096Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-09-10T19:15:19.096Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/support-logging?oas=3.0.0&isPrivate=false&force=true [2020-09-10T19:15:19.096Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-09-10T19:15:19.096Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-09-10T19:15:19.096Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/support-notifications?oas=3.0.0&isPrivate=false&force=true [2020-09-10T19:15:19.096Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-09-10T19:15:19.096Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-09-10T19:15:19.096Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/support-scheduler?oas=3.0.0&isPrivate=false&force=true [2020-09-10T19:15:19.096Z] [publishToSwagger] Publishing API Name [system-agent] [2020-09-10T19:15:19.096Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-09-10T19:15:19.096Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/system-agent?oas=3.0.0&isPrivate=false&force=true [Pipeline] } [2020-09-10T19:15:19.106Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:15:33.506Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-10T19:15:33.778Z] . [Pipeline] withDockerContainer [2020-09-10T19:15:34.141Z] prd-centos7-docker-4c-2g-2151 does not seem to be running inside a container [2020-09-10T19:15:34.186Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/136 -v /w/workspace/edgex-go/136:/w/workspace/edgex-go/136:rw,z -v /w/workspace/edgex-go/136@tmp:/w/workspace/edgex-go/136@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:10004/edgex-devops/git-semver:latest cat [2020-09-10T19:15:35.677Z] $ docker top 214d9d3ff23137c976cc8f6733a54fc8f26c7e69db2961e349af1719f987bb7e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-10T19:15:36.192Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-10T19:15:36.192Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-10T19:15:37.332Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-10T19:15:37.303Z] $ docker exec 214d9d3ff23137c976cc8f6733a54fc8f26c7e69db2961e349af1719f987bb7e ssh-agent [2020-09-10T19:15:38.252Z] SSH_AUTH_SOCK=/tmp/ssh-KacxeikjvW8R/agent.11 [2020-09-10T19:15:38.252Z] SSH_AGENT_PID=16 [2020-09-10T19:15:38.277Z] Running ssh-add (command line suppressed) [2020-09-10T19:15:38.512Z] Identity added: /w/workspace/edgex-go/136@tmp/private_key_3153027969160273536.key (/w/workspace/edgex-go/136@tmp/private_key_3153027969160273536.key) [2020-09-10T19:15:38.793Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-10T19:15:39.478Z] + git semver tag [2020-09-10T19:15:39.778Z] # -> Open(): unable to determine branch for HEAD [2020-09-10T19:15:39.778Z] # $GIT_DIR = /w/workspace/edgex-go/136/.git [2020-09-10T19:15:39.778Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/136 [2020-09-10T19:15:39.778Z] # $SEMVER_REMOTE_NAME = origin [2020-09-10T19:15:39.778Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-10T19:15:39.778Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-10T19:15:39.778Z] # $SEMVER_BRANCH = master [2020-09-10T19:15:39.778Z] # $SEMVER_DIR = /w/workspace/edgex-go/136/.semver [2020-09-10T19:15:39.778Z] # 57974a27473083c1c6a10cb9f7b41893fbb07c00 HEAD [2020-09-10T19:15:40.768Z] # -> Force: false [2020-09-10T19:15:40.768Z] # c46b873c5d245ee9bb3d21f891df67f1a59364a0 refs/tags/v1.2.2-dev.22 [Pipeline] } [2020-09-10T19:15:40.760Z] $ docker exec --env ******** --env ******** 214d9d3ff23137c976cc8f6733a54fc8f26c7e69db2961e349af1719f987bb7e ssh-agent -k [2020-09-10T19:15:41.254Z] unset SSH_AUTH_SOCK; [2020-09-10T19:15:41.254Z] unset SSH_AGENT_PID; [2020-09-10T19:15:41.254Z] echo Agent pid 16 killed; [2020-09-10T19:15:41.759Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-10T19:15:43.502Z] + git semver [Pipeline] } [2020-09-10T19:15:43.511Z] $ docker stop --time=1 214d9d3ff23137c976cc8f6733a54fc8f26c7e69db2961e349af1719f987bb7e [2020-09-10T19:15:45.330Z] $ docker rm -f 214d9d3ff23137c976cc8f6733a54fc8f26c7e69db2961e349af1719f987bb7e [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:15:46.171Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-10T19:15:46.440Z] [2020-09-10T19:15:46.440Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:15:46.867Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-10T19:15:46.867Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-09-10T19:15:46.867Z] ab5ef0e58194: Pulling fs layer [2020-09-10T19:15:46.867Z] 9712f1f96733: Pulling fs layer [2020-09-10T19:15:46.867Z] 63f879dbbcfc: Pulling fs layer [2020-09-10T19:15:46.867Z] 0d9ebad4ef96: Pulling fs layer [2020-09-10T19:15:46.867Z] e9a5061849ea: Pulling fs layer [2020-09-10T19:15:46.867Z] d747dcd14b5f: Pulling fs layer [2020-09-10T19:15:46.867Z] 2de7ff778b66: Pulling fs layer [2020-09-10T19:15:46.867Z] e9a5061849ea: Waiting [2020-09-10T19:15:46.867Z] 0d9ebad4ef96: Waiting [2020-09-10T19:15:46.867Z] d747dcd14b5f: Waiting [2020-09-10T19:15:46.867Z] 2de7ff778b66: Waiting [2020-09-10T19:15:47.358Z] 9712f1f96733: Verifying Checksum [2020-09-10T19:15:47.358Z] 9712f1f96733: Download complete [2020-09-10T19:15:53.462Z] 63f879dbbcfc: Verifying Checksum [2020-09-10T19:15:53.462Z] 63f879dbbcfc: Download complete [2020-09-10T19:15:55.330Z] e9a5061849ea: Verifying Checksum [2020-09-10T19:15:55.330Z] e9a5061849ea: Download complete [2020-09-10T19:15:55.330Z] d747dcd14b5f: Verifying Checksum [2020-09-10T19:15:55.330Z] d747dcd14b5f: Download complete [2020-09-10T19:15:56.874Z] 2de7ff778b66: Verifying Checksum [2020-09-10T19:15:56.874Z] 2de7ff778b66: Download complete [2020-09-10T19:15:57.503Z] ab5ef0e58194: Verifying Checksum [2020-09-10T19:15:57.503Z] ab5ef0e58194: Download complete [2020-09-10T19:15:57.503Z] 0d9ebad4ef96: Verifying Checksum [2020-09-10T19:15:57.503Z] 0d9ebad4ef96: Download complete [2020-09-10T19:16:10.529Z] ab5ef0e58194: Pull complete [2020-09-10T19:16:10.529Z] 9712f1f96733: Pull complete [2020-09-10T19:16:13.297Z] 63f879dbbcfc: Pull complete [2020-09-10T19:16:23.572Z] 0d9ebad4ef96: Pull complete [2020-09-10T19:16:25.087Z] e9a5061849ea: Pull complete [2020-09-10T19:16:25.758Z] d747dcd14b5f: Pull complete [2020-09-10T19:16:30.529Z] 2de7ff778b66: Pull complete [2020-09-10T19:16:30.529Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-09-10T19:16:30.529Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-10T19:16:30.529Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-09-10T19:16:30.936Z] prd-centos7-docker-4c-2g-2151 does not seem to be running inside a container [2020-09-10T19:16:31.091Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/136 -v /w/workspace/edgex-go/136:/w/workspace/edgex-go/136:rw,z -v /w/workspace/edgex-go/136@tmp:/w/workspace/edgex-go/136@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-lftools:0.23.1-centos7 cat [2020-09-10T19:16:35.305Z] $ docker top c2a634e3502265b115d0636e71f39af835784f9c0c886ff7c07641ed600054ae -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-09-10T19:16:36.118Z] provisioning config files... [2020-09-10T19:16:36.154Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/136@tmp/config5146614411510230220tmp [2020-09-10T19:16:36.399Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/136@tmp/config1265822416903717880tmp [2020-09-10T19:16:36.468Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/136@tmp/config4638021986955210572tmp [Pipeline] { [Pipeline] echo [2020-09-10T19:16:36.565Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-10T19:16:37.276Z] ---> sigul-configuration.sh [2020-09-10T19:16:37.276Z] gpg: directory `/root/.gnupg' created [2020-09-10T19:16:37.276Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-09-10T19:16:37.276Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-09-10T19:16:37.276Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-09-10T19:16:37.276Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-09-10T19:16:37.276Z] gpg: CAST5 encrypted data [2020-09-10T19:16:37.552Z] gpg: encrypted with 1 passphrase [2020-09-10T19:16:37.552Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-09-10T19:16:38.263Z] + mkdir /home/jenkins [2020-09-10T19:16:38.264Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-09-10T19:16:38.828Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2020-09-10T19:16:38.930Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-10T19:16:39.888Z] ---> sigul-install.sh [2020-09-10T19:16:50.019Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-09-10T19:16:50.697Z] + git tag --list [2020-09-10T19:16:50.697Z] v1.2.2-dev.22 [Pipeline] sh [2020-09-10T19:16:51.779Z] + lftools sign git-tag v1.2.2-dev.22 [2020-09-10T19:16:54.516Z] Signing Git tag with Sigul... [2020-09-10T19:16:54.516Z] Signing v1.2.2-dev.22 [Pipeline] echo [2020-09-10T19:16:56.634Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-10T19:16:57.648Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-09-10T19:16:57.673Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-09-10T19:16:57.752Z] $ docker stop --time=1 c2a634e3502265b115d0636e71f39af835784f9c0c886ff7c07641ed600054ae [2020-09-10T19:16:59.918Z] $ docker rm -f c2a634e3502265b115d0636e71f39af835784f9c0c886ff7c07641ed600054ae [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:17:01.226Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-10T19:17:01.492Z] . [Pipeline] withDockerContainer [2020-09-10T19:17:01.722Z] prd-centos7-docker-4c-2g-2151 does not seem to be running inside a container [2020-09-10T19:17:01.804Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/136 -v /w/workspace/edgex-go/136:/w/workspace/edgex-go/136:rw,z -v /w/workspace/edgex-go/136@tmp:/w/workspace/edgex-go/136@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:10004/edgex-devops/git-semver:latest cat [2020-09-10T19:17:03.536Z] $ docker top 165b4fb388614cd0a479341cdfa8b0d08fad7acbb4bb223c0f74173ca392637b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-10T19:17:04.182Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-10T19:17:04.182Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-10T19:17:04.565Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-10T19:17:04.533Z] $ docker exec 165b4fb388614cd0a479341cdfa8b0d08fad7acbb4bb223c0f74173ca392637b ssh-agent [2020-09-10T19:17:04.881Z] SSH_AUTH_SOCK=/tmp/ssh-IUhDTWwpUa25/agent.12 [2020-09-10T19:17:04.881Z] SSH_AGENT_PID=17 [2020-09-10T19:17:04.889Z] Running ssh-add (command line suppressed) [2020-09-10T19:17:05.090Z] Identity added: /w/workspace/edgex-go/136@tmp/private_key_4252810212129516667.key (/w/workspace/edgex-go/136@tmp/private_key_4252810212129516667.key) [2020-09-10T19:17:05.204Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-10T19:17:05.730Z] + git semver bump pre [2020-09-10T19:17:05.730Z] # -> Open(): unable to determine branch for HEAD [2020-09-10T19:17:05.730Z] # $GIT_DIR = /w/workspace/edgex-go/136/.git [2020-09-10T19:17:05.730Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/136 [2020-09-10T19:17:05.730Z] # $SEMVER_REMOTE_NAME = origin [2020-09-10T19:17:05.730Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-10T19:17:05.730Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-10T19:17:05.730Z] # $SEMVER_BRANCH = master [2020-09-10T19:17:05.730Z] # $SEMVER_DIR = /w/workspace/edgex-go/136/.semver [2020-09-10T19:17:06.047Z] 1.2.2-dev.23 [Pipeline] } [2020-09-10T19:17:06.036Z] $ docker exec --env ******** --env ******** 165b4fb388614cd0a479341cdfa8b0d08fad7acbb4bb223c0f74173ca392637b ssh-agent -k [2020-09-10T19:17:06.736Z] unset SSH_AUTH_SOCK; [2020-09-10T19:17:06.736Z] unset SSH_AGENT_PID; [2020-09-10T19:17:06.736Z] echo Agent pid 17 killed; [2020-09-10T19:17:06.911Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-10T19:17:07.797Z] + git semver [Pipeline] } [2020-09-10T19:17:07.801Z] $ docker stop --time=1 165b4fb388614cd0a479341cdfa8b0d08fad7acbb4bb223c0f74173ca392637b [2020-09-10T19:17:10.079Z] $ docker rm -f 165b4fb388614cd0a479341cdfa8b0d08fad7acbb4bb223c0f74173ca392637b [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:17:11.117Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-10T19:17:11.117Z] . [Pipeline] withDockerContainer [2020-09-10T19:17:11.709Z] prd-centos7-docker-4c-2g-2151 does not seem to be running inside a container [2020-09-10T19:17:12.243Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/136 -v /w/workspace/edgex-go/136:/w/workspace/edgex-go/136:rw,z -v /w/workspace/edgex-go/136@tmp:/w/workspace/edgex-go/136@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:10004/edgex-devops/git-semver:latest cat [2020-09-10T19:17:14.799Z] $ docker top 6761774c7afd7073d9687b7fdb85548a58ef6ca328a849cc8fa66defa322c935 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-10T19:17:15.510Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-10T19:17:15.510Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-10T19:17:16.293Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-10T19:17:16.281Z] $ docker exec 6761774c7afd7073d9687b7fdb85548a58ef6ca328a849cc8fa66defa322c935 ssh-agent [2020-09-10T19:17:16.792Z] SSH_AUTH_SOCK=/tmp/ssh-GJv8aZx7PBWp/agent.11 [2020-09-10T19:17:16.792Z] SSH_AGENT_PID=16 [2020-09-10T19:17:16.857Z] Running ssh-add (command line suppressed) [2020-09-10T19:17:17.263Z] Identity added: /w/workspace/edgex-go/136@tmp/private_key_1058756952324449669.key (/w/workspace/edgex-go/136@tmp/private_key_1058756952324449669.key) [2020-09-10T19:17:17.433Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-10T19:17:18.152Z] + git semver push [2020-09-10T19:17:18.152Z] # -> Open(): unable to determine branch for HEAD [2020-09-10T19:17:18.152Z] # $GIT_DIR = /w/workspace/edgex-go/136/.git [2020-09-10T19:17:18.152Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/136 [2020-09-10T19:17:18.152Z] # $SEMVER_REMOTE_NAME = origin [2020-09-10T19:17:18.152Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-10T19:17:18.152Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-10T19:17:18.152Z] # $SEMVER_BRANCH = master [2020-09-10T19:17:18.152Z] # $SEMVER_DIR = /w/workspace/edgex-go/136/.semver [Pipeline] } [2020-09-10T19:17:30.936Z] $ docker exec --env ******** --env ******** 6761774c7afd7073d9687b7fdb85548a58ef6ca328a849cc8fa66defa322c935 ssh-agent -k [2020-09-10T19:17:31.206Z] unset SSH_AUTH_SOCK; [2020-09-10T19:17:31.206Z] unset SSH_AGENT_PID; [2020-09-10T19:17:31.206Z] echo Agent pid 16 killed; [2020-09-10T19:17:31.399Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-10T19:17:31.968Z] + git semver [Pipeline] } [2020-09-10T19:17:31.976Z] $ docker stop --time=1 6761774c7afd7073d9687b7fdb85548a58ef6ca328a849cc8fa66defa322c935 [2020-09-10T19:17:33.832Z] $ docker rm -f 6761774c7afd7073d9687b7fdb85548a58ef6ca328a849cc8fa66defa322c935 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-09-10T19:17:34.965Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-10T19:17:36.296Z] ---> package-listing.sh [2020-09-10T19:17:36.296Z] ++ facter osfamily [2020-09-10T19:17:36.296Z] ++ tr '[:upper:]' '[:lower:]' [2020-09-10T19:17:36.624Z] + OS_FAMILY=redhat [2020-09-10T19:17:36.624Z] + workspace=/w/workspace/edgex-go/136 [2020-09-10T19:17:36.624Z] + START_PACKAGES=/tmp/packages_start.txt [2020-09-10T19:17:36.624Z] + END_PACKAGES=/tmp/packages_end.txt [2020-09-10T19:17:36.624Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-09-10T19:17:36.624Z] + PACKAGES=/tmp/packages_start.txt [2020-09-10T19:17:36.624Z] + '[' /w/workspace/edgex-go/136 ']' [2020-09-10T19:17:36.624Z] + PACKAGES=/tmp/packages_end.txt [2020-09-10T19:17:36.624Z] + case "${OS_FAMILY}" in [2020-09-10T19:17:36.624Z] + rpm -qa [2020-09-10T19:17:36.624Z] + sort [2020-09-10T19:17:43.448Z] + '[' -f /tmp/packages_start.txt ']' [2020-09-10T19:17:43.448Z] + '[' -f /tmp/packages_end.txt ']' [2020-09-10T19:17:43.448Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-09-10T19:17:43.448Z] + '[' /w/workspace/edgex-go/136 ']' [2020-09-10T19:17:43.448Z] + mkdir -p /w/workspace/edgex-go/136/archives/ [2020-09-10T19:17:43.448Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/136/archives/ [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:17:44.080Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-10T19:17:44.080Z] [2020-09-10T19:17:44.080Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-09-10T19:17:44.465Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-10T19:17:44.465Z] alpine: Pulling from edgex-lftools-log-publisher [2020-09-10T19:17:44.737Z] df20fa9351a1: Already exists [2020-09-10T19:17:44.737Z] 36b3adc4ff6f: Pulling fs layer [2020-09-10T19:17:44.737Z] 8ad3a11d3b57: Pulling fs layer [2020-09-10T19:17:44.737Z] 46f8f816bc3b: Pulling fs layer [2020-09-10T19:17:44.737Z] 0dadc02b9964: Pulling fs layer [2020-09-10T19:17:44.737Z] ce6a7cf60c04: Pulling fs layer [2020-09-10T19:17:44.737Z] 7a184a31f384: Pulling fs layer [2020-09-10T19:17:44.737Z] 0879bd2ef858: Pulling fs layer [2020-09-10T19:17:44.737Z] ce6a7cf60c04: Waiting [2020-09-10T19:17:44.737Z] 7a184a31f384: Waiting [2020-09-10T19:17:44.737Z] 0879bd2ef858: Waiting [2020-09-10T19:17:44.737Z] 0dadc02b9964: Waiting [2020-09-10T19:17:44.737Z] 46f8f816bc3b: Verifying Checksum [2020-09-10T19:17:44.737Z] 46f8f816bc3b: Download complete [2020-09-10T19:17:44.737Z] 36b3adc4ff6f: Verifying Checksum [2020-09-10T19:17:44.737Z] 36b3adc4ff6f: Download complete [2020-09-10T19:17:44.737Z] ce6a7cf60c04: Verifying Checksum [2020-09-10T19:17:44.737Z] ce6a7cf60c04: Download complete [2020-09-10T19:17:44.737Z] 7a184a31f384: Verifying Checksum [2020-09-10T19:17:44.737Z] 7a184a31f384: Download complete [2020-09-10T19:17:45.024Z] 0dadc02b9964: Verifying Checksum [2020-09-10T19:17:45.024Z] 0dadc02b9964: Download complete [2020-09-10T19:17:45.302Z] 36b3adc4ff6f: Pull complete [2020-09-10T19:17:45.579Z] 8ad3a11d3b57: Verifying Checksum [2020-09-10T19:17:45.579Z] 8ad3a11d3b57: Download complete [2020-09-10T19:17:46.600Z] 0879bd2ef858: Verifying Checksum [2020-09-10T19:17:46.600Z] 0879bd2ef858: Download complete [2020-09-10T19:17:47.232Z] 8ad3a11d3b57: Pull complete [2020-09-10T19:17:47.536Z] 46f8f816bc3b: Pull complete [2020-09-10T19:17:48.567Z] 0dadc02b9964: Pull complete [2020-09-10T19:17:48.841Z] ce6a7cf60c04: Pull complete [2020-09-10T19:17:49.109Z] 7a184a31f384: Pull complete [2020-09-10T19:17:57.513Z] 0879bd2ef858: Pull complete [2020-09-10T19:17:57.513Z] Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 [2020-09-10T19:17:57.513Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-10T19:17:57.513Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-09-10T19:17:57.888Z] prd-centos7-docker-4c-2g-2151 does not seem to be running inside a container [2020-09-10T19:17:57.937Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa-host -w /w/workspace/edgex-go/136 -v /w/workspace/edgex-go/136:/w/workspace/edgex-go/136:rw,z -v /w/workspace/edgex-go/136@tmp:/w/workspace/edgex-go/136@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-lftools-log-publisher:alpine cat [2020-09-10T19:18:01.745Z] $ docker top 1a236edf2efc25a2b65ff99eb46b2c93bea40293b3add6f5db7ec265bd2c0bdb -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-10T19:18:02.884Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-09-10T19:18:03.587Z] + ls /var/log/sa-host [2020-09-10T19:18:03.587Z] + sadf -c /var/log/sa-host/sa05 [2020-09-10T19:18:03.587Z] file_magic: OK [2020-09-10T19:18:03.587Z] HZ: Using current value: 100 [2020-09-10T19:18:03.587Z] file_header: OK [2020-09-10T19:18:03.587Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-09-10T19:18:03.587Z] Statistics: [2020-09-10T19:18:03.587Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-10T19:18:03.587Z] File successfully converted to sysstat format version 12.2.1 [2020-09-10T19:18:03.587Z] + sadf -c /var/log/sa-host/sa10 [2020-09-10T19:18:03.587Z] file_magic: OK [2020-09-10T19:18:03.587Z] HZ: Using current value: 100 [2020-09-10T19:18:03.587Z] file_header: OK [2020-09-10T19:18:03.587Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-09-10T19:18:03.587Z] Statistics: [2020-09-10T19:18:03.587Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-10T19:18:03.587Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-10T19:18:03.806Z] provisioning config files... [2020-09-10T19:18:03.822Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/136@tmp/config2110217068961622648tmp [Pipeline] { [Pipeline] echo [2020-09-10T19:18:03.951Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-10T19:18:04.271Z] ---> create-netrc.sh [Pipeline] echo [2020-09-10T19:18:04.567Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-10T19:18:05.541Z] ---> logs-deploy.sh [2020-09-10T19:18:05.541Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/136 [2020-09-10T19:18:05.541Z] INFO: archiving workspace using pattern(s): [2020-09-10T19:18:06.963Z] Archives upload complete. [2020-09-10T19:18:07.242Z] INFO: archiving logs to Nexus [2020-09-10T19:18:08.922Z] ---> uname -a: [2020-09-10T19:18:08.922Z] Linux 1a236edf2efc 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux [2020-09-10T19:18:08.922Z] [2020-09-10T19:18:08.922Z] [2020-09-10T19:18:08.922Z] ---> lscpu: [2020-09-10T19:18:08.922Z] Architecture: x86_64 [2020-09-10T19:18:08.922Z] CPU op-mode(s): 32-bit, 64-bit [2020-09-10T19:18:08.922Z] Byte Order: Little Endian [2020-09-10T19:18:08.922Z] Address sizes: 40 bits physical, 48 bits virtual [2020-09-10T19:18:08.922Z] CPU(s): 4 [2020-09-10T19:18:08.922Z] On-line CPU(s) list: 0-3 [2020-09-10T19:18:08.922Z] Thread(s) per core: 1 [2020-09-10T19:18:08.922Z] Core(s) per socket: 1 [2020-09-10T19:18:08.922Z] Socket(s): 4 [2020-09-10T19:18:08.922Z] NUMA node(s): 1 [2020-09-10T19:18:08.922Z] Vendor ID: GenuineIntel [2020-09-10T19:18:08.922Z] CPU family: 6 [2020-09-10T19:18:08.922Z] Model: 44 [2020-09-10T19:18:08.922Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-09-10T19:18:08.922Z] Stepping: 1 [2020-09-10T19:18:08.922Z] CPU MHz: 2933.438 [2020-09-10T19:18:08.922Z] BogoMIPS: 5866.87 [2020-09-10T19:18:08.922Z] Virtualization: VT-x [2020-09-10T19:18:08.922Z] Hypervisor vendor: KVM [2020-09-10T19:18:08.922Z] Virtualization type: full [2020-09-10T19:18:08.922Z] L1d cache: 128 KiB [2020-09-10T19:18:08.922Z] L1i cache: 128 KiB [2020-09-10T19:18:08.922Z] L2 cache: 16 MiB [2020-09-10T19:18:08.922Z] L3 cache: 64 MiB [2020-09-10T19:18:08.922Z] NUMA node0 CPU(s): 0-3 [2020-09-10T19:18:08.922Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-09-10T19:18:08.922Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-09-10T19:18:08.922Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-09-10T19:18:08.922Z] Vulnerability Meltdown: Mitigation; PTI [2020-09-10T19:18:08.922Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-09-10T19:18:08.922Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-09-10T19:18:08.922Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-09-10T19:18:08.922Z] Vulnerability Tsx async abort: Not affected [2020-09-10T19:18:08.922Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2020-09-10T19:18:08.922Z] [2020-09-10T19:18:08.922Z] [2020-09-10T19:18:08.922Z] ---> nproc: [2020-09-10T19:18:08.922Z] 4 [2020-09-10T19:18:08.922Z] [2020-09-10T19:18:08.922Z] [2020-09-10T19:18:08.922Z] ---> df -h: [2020-09-10T19:18:08.922Z] Filesystem Size Used Available Use% Mounted on [2020-09-10T19:18:08.922Z] overlay 50.0G 13.1G 36.9G 26% / [2020-09-10T19:18:08.922Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-09-10T19:18:08.922Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-09-10T19:18:08.922Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-09-10T19:18:08.922Z] /dev/vda1 50.0G 13.1G 36.9G 26% /etc/resolv.conf [2020-09-10T19:18:08.922Z] /dev/vda1 50.0G 13.1G 36.9G 26% /etc/hostname [2020-09-10T19:18:08.922Z] /dev/vda1 50.0G 13.1G 36.9G 26% /etc/hosts [2020-09-10T19:18:08.922Z] /dev/vda1 50.0G 13.1G 36.9G 26% /var/log/sa-host [2020-09-10T19:18:08.922Z] /dev/vda1 50.0G 13.1G 36.9G 26% /w/workspace/edgex-go/136 [2020-09-10T19:18:08.922Z] /dev/vda1 50.0G 13.1G 36.9G 26% /w/workspace/edgex-go/136@tmp [2020-09-10T19:18:08.922Z] [2020-09-10T19:18:08.922Z] [2020-09-10T19:18:08.922Z] ---> free -m: [2020-09-10T19:18:08.922Z] total used free shared buff/cache available [2020-09-10T19:18:08.922Z] Mem: 1837 835 121 0 880 970 [2020-09-10T19:18:08.922Z] Swap: 1023 54 969 [2020-09-10T19:18:08.922Z] [2020-09-10T19:18:08.922Z] [2020-09-10T19:18:08.922Z] ---> ip addr: [2020-09-10T19:18:08.922Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-09-10T19:18:08.922Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-09-10T19:18:08.922Z] inet 127.0.0.1/8 scope host lo [2020-09-10T19:18:08.922Z] valid_lft forever preferred_lft forever [2020-09-10T19:18:08.922Z] 202: eth0@if203: mtu 1458 qdisc noqueue state UP [2020-09-10T19:18:08.922Z] link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff [2020-09-10T19:18:08.922Z] inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 [2020-09-10T19:18:08.922Z] valid_lft forever preferred_lft forever [2020-09-10T19:18:08.922Z] [2020-09-10T19:18:08.922Z]