Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 30fe914c5ad8e4d98bae6ee0071c56635472cae5 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 f3f382fce060f16c10d6f597981912fab355381a 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 f3f382fce060f16c10d6f597981912fab355381a 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 f3f382fce060f16c10d6f597981912fab355381a (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f3f382fce060f16c10d6f597981912fab355381a # timeout=10 Commit message: "Merge pull request #282 from ernestojeda/catch-log-publishing-errors" > 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. Loading library lf-pipelines@master Attempting to resolve master 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 -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 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:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-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 --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > 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:lfit/releng-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, 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.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-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-3642’ is offline Running on prd-centos7-docker-4c-2g-9470 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/218 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/218 # 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 --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # 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 --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 30fe914c5ad8e4d98bae6ee0071c56635472cae5 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 30fe914c5ad8e4d98bae6ee0071c56635472cae5 # timeout=10 Commit message: "Merge pull request #2857 from weichou1229/issue-2856" > git rev-list --no-walk 5839a71b4bbbe111e98a5f129fc41db18caea77c # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-10-28T12:18:57.909Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-10-28T12:18:58.159Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-10-28T12:18:58.259Z] ========================================================= [2020-10-28T12:18:58.259Z] EdgeX Global Pipelines Version Info [2020-10-28T12:18:58.259Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-10-28T12:19:01.147Z] ------------------- [2020-10-28T12:19:01.147Z] stable info: [2020-10-28T12:19:01.147Z] ------------------- [2020-10-28T12:19:01.147Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-28T12:19:01.147Z] Commit SHA: f3f382fce060f16c10d6f597981912fab355381a [2020-10-28T12:19:01.147Z] Message: update stable to v1.0.148 [2020-10-28T12:19:02.106Z] ------------------- [2020-10-28T12:19:02.106Z] experimental info: [2020-10-28T12:19:02.106Z] ------------------- [2020-10-28T12:19:02.106Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-10-28T12:19:02.106Z] Commit SHA: 14412ea6c559e203c60c6aec71a1cbd01eb2e17f [2020-10-28T12:19:02.106Z] Message: update experimental to v1.0.152 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-10-28T12:19:02.414Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-10-28T12:19:02.501Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-10-28T12:19:02.606Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-10-28T12:19:02.691Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-10-28T12:19:02.772Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-10-28T12:19:02.861Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-10-28T12:19:02.951Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-10-28T12:19:03.054Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-10-28T12:19:03.145Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-10-28T12:19:03.283Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-10-28T12:19:03.435Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-10-28T12:19:03.615Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-10-28T12:19:03.705Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-10-28T12:19:03.796Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-10-28T12:19:03.883Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-10-28T12:19:03.984Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-10-28T12:19:04.095Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-10-28T12:19:04.183Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-10-28T12:19:04.283Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-10-28T12:19:04.365Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-10-28T12:19:04.455Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-10-28T12:19:04.543Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-10-28T12:19:04.642Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-10-28T12:19:04.736Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-10-28T12:19:04.829Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 30fe914c5ad8e4d98bae6ee0071c56635472cae5 [Pipeline] echo [2020-10-28T12:19:04.918Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 30fe914 [Pipeline] echo [2020-10-28T12:19:05.031Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] sh [2020-10-28T12:19:05.625Z] ++ 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-10-28T12:19:05.625Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-28T12:19:05.625Z] ++ dirname cmd/core-command/Dockerfile [2020-10-28T12:19:05.625Z] ++ cut -d/ -f2 [2020-10-28T12:19:05.625Z] + echo core-command,cmd/core-command/Dockerfile [2020-10-28T12:19:05.625Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-28T12:19:05.625Z] ++ dirname cmd/core-data/Dockerfile [2020-10-28T12:19:05.625Z] ++ cut -d/ -f2 [2020-10-28T12:19:05.625Z] + echo core-data,cmd/core-data/Dockerfile [2020-10-28T12:19:05.625Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-28T12:19:05.625Z] ++ dirname cmd/core-metadata/Dockerfile [2020-10-28T12:19:05.625Z] ++ cut -d/ -f2 [2020-10-28T12:19:05.625Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-10-28T12:19:05.625Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-28T12:19:05.625Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-10-28T12:19:05.625Z] ++ cut -d/ -f2 [2020-10-28T12:19:05.625Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-10-28T12:19:05.625Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-28T12:19:05.625Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-10-28T12:19:05.625Z] ++ cut -d/ -f2 [2020-10-28T12:19:05.625Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-10-28T12:19:05.625Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-28T12:19:05.625Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-10-28T12:19:05.625Z] ++ cut -d/ -f2 [2020-10-28T12:19:05.625Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-10-28T12:19:05.625Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-28T12:19:05.625Z] ++ dirname cmd/support-logging/Dockerfile [2020-10-28T12:19:05.625Z] ++ cut -d/ -f2 [2020-10-28T12:19:05.625Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-10-28T12:19:05.625Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-28T12:19:05.625Z] ++ dirname cmd/support-notifications/Dockerfile [2020-10-28T12:19:05.625Z] ++ cut -d/ -f2 [2020-10-28T12:19:05.625Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-10-28T12:19:05.626Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-28T12:19:05.626Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-10-28T12:19:05.626Z] ++ cut -d/ -f2 [2020-10-28T12:19:05.626Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-10-28T12:19:05.626Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-28T12:19:05.626Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-10-28T12:19:05.626Z] ++ cut -d/ -f2 [2020-10-28T12:19:05.626Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-10-28T12:19:05.761Z] 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-10-28T12:19:07.497Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-28T12:19:07.803Z] [2020-10-28T12:19:07.803Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:19:08.435Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-28T12:19:08.805Z] latest: Pulling from edgex-devops/git-semver [2020-10-28T12:19:08.805Z] 31603596830f: Pulling fs layer [2020-10-28T12:19:08.805Z] 2a8b12db71e7: Pulling fs layer [2020-10-28T12:19:08.805Z] 6ca5941a6612: Pulling fs layer [2020-10-28T12:19:08.805Z] ecc8261a40a4: Pulling fs layer [2020-10-28T12:19:08.805Z] ecc8261a40a4: Waiting [2020-10-28T12:19:08.805Z] 2a8b12db71e7: Verifying Checksum [2020-10-28T12:19:08.805Z] 2a8b12db71e7: Download complete [2020-10-28T12:19:08.805Z] 31603596830f: Verifying Checksum [2020-10-28T12:19:08.805Z] 31603596830f: Download complete [2020-10-28T12:19:09.088Z] ecc8261a40a4: Verifying Checksum [2020-10-28T12:19:09.088Z] ecc8261a40a4: Download complete [2020-10-28T12:19:09.362Z] 6ca5941a6612: Verifying Checksum [2020-10-28T12:19:09.362Z] 6ca5941a6612: Download complete [2020-10-28T12:19:09.362Z] 31603596830f: Pull complete [2020-10-28T12:19:09.655Z] 2a8b12db71e7: Pull complete [2020-10-28T12:19:11.154Z] 6ca5941a6612: Pull complete [2020-10-28T12:19:11.433Z] ecc8261a40a4: Pull complete [2020-10-28T12:19:11.433Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-10-28T12:19:11.433Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-28T12:19:11.433Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-10-28T12:19:11.710Z] prd-centos7-docker-4c-2g-9470 does not seem to be running inside a container [2020-10-28T12:19:11.947Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/218 -v /w/workspace/edgex-go/218:/w/workspace/edgex-go/218:rw,z -v /w/workspace/edgex-go/218@tmp:/w/workspace/edgex-go/218@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-10-28T12:19:14.897Z] $ docker top 6267b68317f81728bb5d25df30166f76e6c72c24fbab3b7eea309aecb2cc6e4a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-28T12:19:15.361Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-28T12:19:15.361Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-28T12:19:15.926Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-28T12:19:15.934Z] $ docker exec 6267b68317f81728bb5d25df30166f76e6c72c24fbab3b7eea309aecb2cc6e4a ssh-agent [2020-10-28T12:19:16.173Z] SSH_AUTH_SOCK=/tmp/ssh-HjSNKPvZ5m07/agent.11 [2020-10-28T12:19:16.173Z] SSH_AGENT_PID=17 [2020-10-28T12:19:16.192Z] Running ssh-add (command line suppressed) [2020-10-28T12:19:16.441Z] Identity added: /w/workspace/edgex-go/218@tmp/private_key_7409086438582300535.key (/w/workspace/edgex-go/218@tmp/private_key_7409086438582300535.key) [2020-10-28T12:19:16.528Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-28T12:19:16.964Z] + git tag --points-at HEAD [Pipeline] } [2020-10-28T12:19:17.009Z] $ docker exec --env ******** --env ******** 6267b68317f81728bb5d25df30166f76e6c72c24fbab3b7eea309aecb2cc6e4a ssh-agent -k [2020-10-28T12:19:17.272Z] unset SSH_AUTH_SOCK; [2020-10-28T12:19:17.283Z] unset SSH_AGENT_PID; [2020-10-28T12:19:17.283Z] echo Agent pid 17 killed; [2020-10-28T12:19:17.370Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-10-28T12:19:17.518Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-28T12:19:17.518Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-28T12:19:17.863Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-28T12:19:17.871Z] $ docker exec 6267b68317f81728bb5d25df30166f76e6c72c24fbab3b7eea309aecb2cc6e4a ssh-agent [2020-10-28T12:19:18.292Z] SSH_AUTH_SOCK=/tmp/ssh-AciOrNvGICld/agent.46 [2020-10-28T12:19:18.292Z] SSH_AGENT_PID=51 [2020-10-28T12:19:18.302Z] Running ssh-add (command line suppressed) [2020-10-28T12:19:18.519Z] Identity added: /w/workspace/edgex-go/218@tmp/private_key_2135677448916673397.key (/w/workspace/edgex-go/218@tmp/private_key_2135677448916673397.key) [2020-10-28T12:19:18.661Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-28T12:19:19.084Z] + git semver init [2020-10-28T12:19:19.084Z] # -> Open(): unable to determine branch for HEAD [2020-10-28T12:19:19.084Z] # $GIT_DIR = /w/workspace/edgex-go/218/.git [2020-10-28T12:19:19.084Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/218 [2020-10-28T12:19:19.084Z] # $SEMVER_REMOTE_NAME = origin [2020-10-28T12:19:19.084Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-28T12:19:19.084Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-28T12:19:19.084Z] # $SEMVER_BRANCH = master [2020-10-28T12:19:19.084Z] # $SEMVER_TEMP = /tmp/semver-623861838 [2020-10-28T12:19:19.084Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-10-28T12:20:06.453Z] # '/tmp/semver-623861838' -> '/w/workspace/edgex-go/218/.semver' [2020-10-28T12:20:06.453Z] # -> Force: false [2020-10-28T12:20:06.453Z] # $SEMVER_DIR = /w/workspace/edgex-go/218/.semver [Pipeline] } [2020-10-28T12:20:06.490Z] $ docker exec --env ******** --env ******** 6267b68317f81728bb5d25df30166f76e6c72c24fbab3b7eea309aecb2cc6e4a ssh-agent -k [2020-10-28T12:20:06.904Z] unset SSH_AUTH_SOCK; [2020-10-28T12:20:06.906Z] unset SSH_AGENT_PID; [2020-10-28T12:20:06.906Z] echo Agent pid 51 killed; [2020-10-28T12:20:07.052Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-28T12:20:07.626Z] + git semver [Pipeline] } [2020-10-28T12:20:07.671Z] $ docker stop --time=1 6267b68317f81728bb5d25df30166f76e6c72c24fbab3b7eea309aecb2cc6e4a [2020-10-28T12:20:09.767Z] $ docker rm -f 6267b68317f81728bb5d25df30166f76e6c72c24fbab3b7eea309aecb2cc6e4a [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-28T12:20:10.766Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-10-28T12:20:12.375Z] Stashed 1 file(s) [Pipeline] echo [2020-10-28T12:20:12.378Z] [edgeXSemver]: initialized semver on version 1.2.2-dev.102 [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-10-28T12:20:13.009Z] ========================================================= [2020-10-28T12:20:13.009Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-10-28T12:20:13.009Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:20:13.380Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2020-10-28T12:20:20.224Z] Sending build context to Docker daemon 325.7MB [2020-10-28T12:20:20.224Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-28T12:20:20.224Z] Step 2/7 : FROM ${BASE} [2020-10-28T12:20:20.224Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-10-28T12:20:20.224Z] df20fa9351a1: Pulling fs layer [2020-10-28T12:20:20.224Z] ed8968b2872e: Pulling fs layer [2020-10-28T12:20:20.224Z] a92cc7c5fd73: Pulling fs layer [2020-10-28T12:20:20.224Z] e871e8e8d7a9: Pulling fs layer [2020-10-28T12:20:20.224Z] e73272ec9a57: Pulling fs layer [2020-10-28T12:20:20.224Z] 1e910a182e73: Pulling fs layer [2020-10-28T12:20:20.224Z] 4e634b169226: Pulling fs layer [2020-10-28T12:20:20.224Z] e871e8e8d7a9: Waiting [2020-10-28T12:20:20.224Z] e73272ec9a57: Waiting [2020-10-28T12:20:20.224Z] 1e910a182e73: Waiting [2020-10-28T12:20:20.224Z] 4e634b169226: Waiting [2020-10-28T12:20:20.224Z] a92cc7c5fd73: Verifying Checksum [2020-10-28T12:20:20.224Z] a92cc7c5fd73: Download complete [2020-10-28T12:20:20.535Z] ed8968b2872e: Verifying Checksum [2020-10-28T12:20:20.535Z] ed8968b2872e: Download complete [2020-10-28T12:20:20.854Z] e73272ec9a57: Verifying Checksum [2020-10-28T12:20:20.854Z] e73272ec9a57: Download complete [2020-10-28T12:20:20.854Z] 1e910a182e73: Verifying Checksum [2020-10-28T12:20:20.854Z] 1e910a182e73: Download complete [2020-10-28T12:20:20.854Z] df20fa9351a1: Verifying Checksum [2020-10-28T12:20:20.854Z] df20fa9351a1: Download complete [2020-10-28T12:20:22.004Z] df20fa9351a1: Pull complete [2020-10-28T12:20:23.055Z] ed8968b2872e: Pull complete [2020-10-28T12:20:23.055Z] a92cc7c5fd73: Pull complete [2020-10-28T12:20:27.617Z] 4e634b169226: Verifying Checksum [2020-10-28T12:20:27.617Z] 4e634b169226: Download complete [2020-10-28T12:20:27.758Z] Still waiting to schedule task [2020-10-28T12:20:27.759Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-10-28T12:20:28.272Z] e871e8e8d7a9: Verifying Checksum [2020-10-28T12:20:28.272Z] e871e8e8d7a9: Download complete [2020-10-28T12:20:38.776Z] e871e8e8d7a9: Pull complete [2020-10-28T12:20:38.776Z] e73272ec9a57: Pull complete [2020-10-28T12:20:38.776Z] 1e910a182e73: Pull complete [2020-10-28T12:20:43.327Z] 4e634b169226: Pull complete [2020-10-28T12:20:43.327Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-10-28T12:20:43.327Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-10-28T12:20:43.327Z] ---> f7629b54cfaa [2020-10-28T12:20:43.327Z] 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-10-28T12:20:43.653Z] ---> Running in 860f929e5498 [2020-10-28T12:20:44.795Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-28T12:20:45.825Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-28T12:20:47.372Z] (1/12) Installing libmagic (5.38-r0) [2020-10-28T12:20:47.958Z] (2/12) Installing file (5.38-r0) [2020-10-28T12:20:47.958Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-10-28T12:20:47.958Z] (4/12) Installing g++ (9.3.0-r2) [2020-10-28T12:21:15.109Z] (5/12) Installing fortify-headers (1.1-r0) [2020-10-28T12:21:15.109Z] (6/12) Installing patch (2.7.6-r6) [2020-10-28T12:21:15.109Z] (7/12) Installing build-base (0.5-r2) [2020-10-28T12:21:15.109Z] (8/12) Installing libsodium (1.0.18-r0) [2020-10-28T12:21:15.109Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-10-28T12:21:15.109Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-10-28T12:21:15.109Z] (11/12) Installing libzmq (4.3.3-r0) [2020-10-28T12:21:15.109Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-10-28T12:21:15.109Z] Executing busybox-1.31.1-r16.trigger [2020-10-28T12:21:15.109Z] OK: 233 MiB in 51 packages [2020-10-28T12:21:16.545Z] Removing intermediate container 860f929e5498 [2020-10-28T12:21:16.545Z] ---> 43725d0d1fd1 [2020-10-28T12:21:16.545Z] Step 4/7 : WORKDIR /edgex-go [2020-10-28T12:21:16.545Z] ---> Running in b3e09442c981 [2020-10-28T12:21:16.852Z] Removing intermediate container b3e09442c981 [2020-10-28T12:21:16.852Z] ---> 221f72830e84 [2020-10-28T12:21:16.852Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-10-28T12:21:17.120Z] latest: Pulling from library/docker [2020-10-28T12:21:17.394Z] 188c0c94c7c5: Pulling fs layer [2020-10-28T12:21:17.394Z] 0c7c675703d6: Pulling fs layer [2020-10-28T12:21:17.394Z] cc8c12a437cb: Pulling fs layer [2020-10-28T12:21:17.394Z] c5dafad2182a: Pulling fs layer [2020-10-28T12:21:17.394Z] 5aa711733414: Pulling fs layer [2020-10-28T12:21:17.394Z] 058f73b55e4b: Pulling fs layer [2020-10-28T12:21:17.394Z] 8c9c664faf12: Pulling fs layer [2020-10-28T12:21:17.394Z] 5aa711733414: Waiting [2020-10-28T12:21:17.394Z] 058f73b55e4b: Waiting [2020-10-28T12:21:17.394Z] 8c9c664faf12: Waiting [2020-10-28T12:21:17.394Z] c5dafad2182a: Waiting [2020-10-28T12:21:17.707Z] cc8c12a437cb: Verifying Checksum [2020-10-28T12:21:17.707Z] cc8c12a437cb: Download complete [2020-10-28T12:21:17.707Z] 0c7c675703d6: Verifying Checksum [2020-10-28T12:21:17.707Z] 0c7c675703d6: Download complete [2020-10-28T12:21:17.707Z] 188c0c94c7c5: Verifying Checksum [2020-10-28T12:21:17.994Z] 5aa711733414: Verifying Checksum [2020-10-28T12:21:17.994Z] 5aa711733414: Download complete [2020-10-28T12:21:17.994Z] 058f73b55e4b: Verifying Checksum [2020-10-28T12:21:17.994Z] 058f73b55e4b: Download complete [2020-10-28T12:21:17.994Z] 8c9c664faf12: Verifying Checksum [2020-10-28T12:21:17.994Z] 8c9c664faf12: Download complete [2020-10-28T12:21:18.288Z] 188c0c94c7c5: Pull complete [2020-10-28T12:21:18.569Z] 0c7c675703d6: Pull complete [2020-10-28T12:21:18.899Z] cc8c12a437cb: Pull complete [2020-10-28T12:21:19.574Z] c5dafad2182a: Verifying Checksum [2020-10-28T12:21:19.574Z] c5dafad2182a: Download complete [2020-10-28T12:21:23.028Z] c5dafad2182a: Pull complete [2020-10-28T12:21:23.028Z] 5aa711733414: Pull complete [2020-10-28T12:21:23.299Z] 058f73b55e4b: Pull complete [2020-10-28T12:21:23.299Z] 8c9c664faf12: Pull complete [2020-10-28T12:21:23.299Z] Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 [2020-10-28T12:21:23.299Z] Status: Downloaded newer image for docker:latest [2020-10-28T12:21:25.950Z] ---> 15e20269ea6c [2020-10-28T12:21:25.950Z] Step 6/7 : COPY go.mod . [2020-10-28T12:21:25.950Z] ---> 9bc253daa326 [2020-10-28T12:21:25.950Z] Step 7/7 : RUN go mod download [2020-10-28T12:21:26.228Z] ---> Running in 462303acfd14 [2020-10-28T12:21:53.194Z] Removing intermediate container 462303acfd14 [2020-10-28T12:21:53.194Z] ---> 2b585f8294f4 [2020-10-28T12:21:53.194Z] Successfully built 2b585f8294f4 [2020-10-28T12:21:53.194Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:21:53.608Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-28T12:21:54.030Z] . [Pipeline] withDockerContainer [2020-10-28T12:21:54.863Z] prd-centos7-docker-4c-2g-9470 does not seem to be running inside a container [2020-10-28T12:21:55.045Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/218 -v /w/workspace/edgex-go/218:/w/workspace/edgex-go/218:rw,z -v /w/workspace/edgex-go/218@tmp:/w/workspace/edgex-go/218@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 ******** ci-base-image-x86_64 cat [2020-10-28T12:21:56.515Z] $ docker top 3e49a4f3f61de99fe306edfa3ae5576a634259f7d5b69372712d4391bb1e2d13 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-28T12:21:57.151Z] + go version [2020-10-28T12:21:57.151Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-10-28T12:21:57.173Z] $ docker stop --time=1 3e49a4f3f61de99fe306edfa3ae5576a634259f7d5b69372712d4391bb1e2d13 [2020-10-28T12:21:58.811Z] $ docker rm -f 3e49a4f3f61de99fe306edfa3ae5576a634259f7d5b69372712d4391bb1e2d13 [Pipeline] // withDockerContainer [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-10-28T12:22:02.309Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-28T12:22:02.310Z] [2020-10-28T12:22:02.310Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:22:02.833Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-28T12:22:02.833Z] latest: Pulling from edgex-devops/edgex-compose [2020-10-28T12:22:02.833Z] cbdbe7a5bc2a: Pulling fs layer [2020-10-28T12:22:02.833Z] ca9280d653b3: Pulling fs layer [2020-10-28T12:22:02.833Z] 7e9c9ca2126c: Pulling fs layer [2020-10-28T12:22:03.487Z] cbdbe7a5bc2a: Verifying Checksum [2020-10-28T12:22:03.487Z] cbdbe7a5bc2a: Download complete [2020-10-28T12:22:04.152Z] cbdbe7a5bc2a: Pull complete [2020-10-28T12:22:04.780Z] ca9280d653b3: Verifying Checksum [2020-10-28T12:22:04.780Z] ca9280d653b3: Download complete [2020-10-28T12:22:07.081Z] ca9280d653b3: Pull complete [2020-10-28T12:22:08.073Z] 7e9c9ca2126c: Download complete [2020-10-28T12:22:18.339Z] 7e9c9ca2126c: Pull complete [2020-10-28T12:22:18.339Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-10-28T12:22:18.339Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-28T12:22:18.339Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-10-28T12:22:18.767Z] prd-centos7-docker-4c-2g-9470 does not seem to be running inside a container [2020-10-28T12:22:18.892Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/218 -v /w/workspace/edgex-go/218:/w/workspace/edgex-go/218:rw,z -v /w/workspace/edgex-go/218@tmp:/w/workspace/edgex-go/218@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-10-28T12:22:20.428Z] $ docker top c75dba40610d71653a27e794421c2a93e57b295e026f4501246c3bcb9dc1ee7d -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-28T12:22:21.050Z] + docker-compose build --help [2020-10-28T12:22:21.050Z] + grep parallel [2020-10-28T12:22:22.484Z] --parallel Build images in parallel. [Pipeline] } [2020-10-28T12:22:22.506Z] $ docker stop --time=1 c75dba40610d71653a27e794421c2a93e57b295e026f4501246c3bcb9dc1ee7d [2020-10-28T12:22:24.027Z] $ docker rm -f c75dba40610d71653a27e794421c2a93e57b295e026f4501246c3bcb9dc1ee7d [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:22:24.787Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-28T12:22:24.787Z] . [Pipeline] withDockerContainer [2020-10-28T12:22:24.946Z] prd-centos7-docker-4c-2g-9470 does not seem to be running inside a container [2020-10-28T12:22:25.039Z] $ 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/218 -v /w/workspace/edgex-go/218:/w/workspace/edgex-go/218:rw,z -v /w/workspace/edgex-go/218@tmp:/w/workspace/edgex-go/218@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-10-28T12:22:25.987Z] $ docker top b15d6f717e8dca0e81c8ea8d6905b2a99d7e403f15e4d54ccf3a47e32a045efb -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-28T12:22:26.515Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-9478 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2020-10-28T12:22:26.567Z] Running in /w/workspace/edgex-go/218 [Pipeline] { [Pipeline] checkout [2020-10-28T12:22:26.980Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-10-28T12:22:28.561Z] Building docker-core-command-go ... [2020-10-28T12:22:28.561Z] Building docker-core-data-go ... [2020-10-28T12:22:28.561Z] Building docker-core-metadata-go ... [2020-10-28T12:22:28.561Z] Building docker-security-proxy-setup-go ... [2020-10-28T12:22:28.561Z] Building docker-security-secrets-setup-go ... [2020-10-28T12:22:28.561Z] Building docker-security-secretstore-setup-go ... [2020-10-28T12:22:28.561Z] Building docker-support-logging-go ... [2020-10-28T12:22:28.561Z] Building docker-support-notifications-go ... [2020-10-28T12:22:28.561Z] Building docker-support-scheduler-go ... [2020-10-28T12:22:28.561Z] Building docker-sys-mgmt-agent-go ... [2020-10-28T12:22:28.561Z] Building docker-core-data-go [2020-10-28T12:22:28.561Z] Building docker-security-secretstore-setup-go [2020-10-28T12:22:28.561Z] Building docker-core-metadata-go [2020-10-28T12:22:28.561Z] Building docker-security-proxy-setup-go [2020-10-28T12:22:28.561Z] Building docker-security-secrets-setup-go [2020-10-28T12:22:31.991Z] using credential edgex-jenkins-ssh [2020-10-28T12:22:32.049Z] Cloning the remote Git repository [2020-10-28T12:22:32.112Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-10-28T12:22:32.216Z] > git init /w/workspace/edgex-go/218 # timeout=10 [2020-10-28T12:22:32.286Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-28T12:22:32.288Z] > git --version # timeout=10 [2020-10-28T12:22:32.308Z] > git --version # 'git version 2.17.1' [2020-10-28T12:22:32.309Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-28T12:22:32.377Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-28T12:22:47.961Z] Checking out Revision 30fe914c5ad8e4d98bae6ee0071c56635472cae5 (master) [2020-10-28T12:22:47.336Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-28T12:22:47.353Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-28T12:22:47.374Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-28T12:22:47.418Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-28T12:22:47.418Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-28T12:22:47.429Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-28T12:22:47.982Z] > git config core.sparsecheckout # timeout=10 [2020-10-28T12:22:47.995Z] > git checkout -f 30fe914c5ad8e4d98bae6ee0071c56635472cae5 # timeout=10 [2020-10-28T12:22:52.710Z] Commit message: "Merge pull request #2857 from weichou1229/issue-2856" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-28T12:22:53.891Z] ========================================================= [2020-10-28T12:22:53.891Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-10-28T12:22:53.891Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:22:54.922Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2020-10-28T12:22:57.572Z] Sending build context to Docker daemon 165.2MB [2020-10-28T12:22:57.572Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-28T12:22:57.572Z] Step 2/7 : FROM ${BASE} [2020-10-28T12:22:57.849Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-10-28T12:22:57.849Z] b538f80385f9: Pulling fs layer [2020-10-28T12:22:57.849Z] 74f711af9a0d: Pulling fs layer [2020-10-28T12:22:57.849Z] 99f96fe45779: Pulling fs layer [2020-10-28T12:22:57.849Z] 8529a6b9a6be: Pulling fs layer [2020-10-28T12:22:57.849Z] 45590311c82a: Pulling fs layer [2020-10-28T12:22:57.849Z] 69ca0ff8b7b3: Pulling fs layer [2020-10-28T12:22:57.849Z] 209524e5b208: Pulling fs layer [2020-10-28T12:22:57.849Z] 8529a6b9a6be: Waiting [2020-10-28T12:22:57.849Z] 45590311c82a: Waiting [2020-10-28T12:22:57.849Z] 69ca0ff8b7b3: Waiting [2020-10-28T12:22:57.849Z] 209524e5b208: Waiting [2020-10-28T12:22:57.849Z] 99f96fe45779: Verifying Checksum [2020-10-28T12:22:57.849Z] 99f96fe45779: Download complete [2020-10-28T12:22:58.130Z] 74f711af9a0d: Verifying Checksum [2020-10-28T12:22:58.130Z] 74f711af9a0d: Download complete [2020-10-28T12:22:58.130Z] 45590311c82a: Download complete [2020-10-28T12:22:58.130Z] 69ca0ff8b7b3: Verifying Checksum [2020-10-28T12:22:58.130Z] 69ca0ff8b7b3: Download complete [2020-10-28T12:22:58.130Z] b538f80385f9: Verifying Checksum [2020-10-28T12:22:58.130Z] b538f80385f9: Download complete [2020-10-28T12:22:58.742Z] b538f80385f9: Pull complete [2020-10-28T12:22:59.351Z] 74f711af9a0d: Pull complete [2020-10-28T12:22:59.630Z] 99f96fe45779: Pull complete [2020-10-28T12:23:00.241Z] 209524e5b208: Verifying Checksum [2020-10-28T12:23:00.241Z] 209524e5b208: Download complete [2020-10-28T12:23:01.696Z] 8529a6b9a6be: Verifying Checksum [2020-10-28T12:23:01.696Z] 8529a6b9a6be: Download complete [2020-10-28T12:23:08.228Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-28T12:23:08.229Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-10-28T12:23:08.229Z] ---> 2b585f8294f4 [2020-10-28T12:23:08.229Z] Step 3/29 : WORKDIR /edgex-go [2020-10-28T12:23:08.229Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-28T12:23:08.229Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-10-28T12:23:08.229Z] ---> 2b585f8294f4 [2020-10-28T12:23:08.229Z] Step 3/20 : WORKDIR /edgex-go [2020-10-28T12:23:08.229Z] ---> Running in 494ea81933f0 [2020-10-28T12:23:08.229Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-28T12:23:08.229Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-10-28T12:23:08.229Z] ---> 2b585f8294f4 [2020-10-28T12:23:08.229Z] Step 3/23 : WORKDIR /edgex-go [2020-10-28T12:23:08.229Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-28T12:23:08.229Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-28T12:23:08.229Z] ---> 2b585f8294f4 [2020-10-28T12:23:08.229Z] Step 3/22 : WORKDIR /edgex-go [2020-10-28T12:23:08.229Z] ---> Running in a3caa322c711 [2020-10-28T12:23:08.503Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-28T12:23:08.503Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-10-28T12:23:08.503Z] ---> 2b585f8294f4 [2020-10-28T12:23:08.503Z] Step 3/26 : WORKDIR /edgex-go [2020-10-28T12:23:09.196Z] ---> Running in d4ab5ceaa919 [2020-10-28T12:23:09.196Z] ---> Running in 683f8a3944ce [2020-10-28T12:23:09.196Z] ---> Running in e18fa001631d [2020-10-28T12:23:09.476Z] Removing intermediate container a3caa322c711 [2020-10-28T12:23:09.476Z] ---> 5c1eac5f59ab [2020-10-28T12:23:09.476Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-28T12:23:09.476Z] Removing intermediate container 683f8a3944ce [2020-10-28T12:23:09.476Z] ---> 1ff839de953c [2020-10-28T12:23:09.476Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-28T12:23:09.476Z] Removing intermediate container 494ea81933f0 [2020-10-28T12:23:09.476Z] ---> 15d5394e0514 [2020-10-28T12:23:09.476Z] Step 4/29 : RUN apk update && apk add make git [2020-10-28T12:23:09.476Z] Removing intermediate container e18fa001631d [2020-10-28T12:23:09.476Z] ---> f240e578c6f1 [2020-10-28T12:23:09.476Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-28T12:23:09.476Z] Removing intermediate container d4ab5ceaa919 [2020-10-28T12:23:09.476Z] ---> c24780f70d27 [2020-10-28T12:23:09.476Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-28T12:23:09.476Z] ---> Running in 4037672573b4 [2020-10-28T12:23:09.777Z] ---> Running in 6d4db032f5ef [2020-10-28T12:23:09.777Z] ---> Running in d20a44f3dd16 [2020-10-28T12:23:09.777Z] ---> Running in 03797667cda5 [2020-10-28T12:23:09.777Z] ---> Running in ea391127a658 [2020-10-28T12:23:11.830Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-28T12:23:11.890Z] 8529a6b9a6be: Pull complete [2020-10-28T12:23:12.167Z] 45590311c82a: Pull complete [2020-10-28T12:23:12.440Z] 69ca0ff8b7b3: Pull complete [2020-10-28T12:23:12.458Z] Removing intermediate container d20a44f3dd16 [2020-10-28T12:23:12.458Z] ---> b16548ef17c2 [2020-10-28T12:23:12.458Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-10-28T12:23:12.458Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-28T12:23:12.458Z] Removing intermediate container ea391127a658 [2020-10-28T12:23:12.458Z] ---> 49a2a2ac51f8 [2020-10-28T12:23:12.458Z] Step 5/22 : RUN apk update && apk add make git [2020-10-28T12:23:12.458Z] ---> Running in 8060d66e9a5f [2020-10-28T12:23:12.742Z] ---> Running in f91e82080867 [2020-10-28T12:23:12.742Z] Removing intermediate container 6d4db032f5ef [2020-10-28T12:23:12.742Z] ---> 8e11e0e7e832 [2020-10-28T12:23:12.742Z] Step 5/26 : RUN apk update && apk add make git [2020-10-28T12:23:12.742Z] Removing intermediate container 4037672573b4 [2020-10-28T12:23:12.742Z] ---> 37ebf333d5df [2020-10-28T12:23:12.742Z] Step 5/20 : RUN apk update && apk add make git [2020-10-28T12:23:13.043Z] ---> Running in c8054bb0af5f [2020-10-28T12:23:13.043Z] ---> Running in 8816e7896665 [2020-10-28T12:23:13.386Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-28T12:23:13.386Z] v3.12.1-9-g3c7f8a65fa [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-28T12:23:13.386Z] OK: 12752 distinct packages available [2020-10-28T12:23:14.015Z] OK: 233 MiB in 51 packages [2020-10-28T12:23:14.332Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-28T12:23:14.332Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-28T12:23:14.332Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-28T12:23:14.332Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-28T12:23:14.670Z] Removing intermediate container 03797667cda5 [2020-10-28T12:23:14.670Z] ---> e64e350c27b7 [2020-10-28T12:23:14.670Z] Step 5/29 : COPY go.mod . [2020-10-28T12:23:15.268Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-28T12:23:15.268Z] ---> 9e02dc509c6e [2020-10-28T12:23:15.268Z] Step 6/29 : RUN go mod download [2020-10-28T12:23:15.268Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-28T12:23:15.565Z] ---> Running in 6ac9c41885d4 [2020-10-28T12:23:15.565Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-28T12:23:16.639Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-28T12:23:16.639Z] v3.12.1-9-g3c7f8a65fa [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-28T12:23:16.639Z] OK: 12752 distinct packages available [2020-10-28T12:23:16.781Z] 209524e5b208: Pull complete [2020-10-28T12:23:16.781Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-10-28T12:23:16.781Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-10-28T12:23:16.781Z] ---> 5bddaf1c2fca [2020-10-28T12:23:16.781Z] 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-10-28T12:23:16.967Z] OK: 233 MiB in 51 packages [2020-10-28T12:23:17.311Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-28T12:23:17.311Z] v3.12.1-9-g3c7f8a65fa [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-28T12:23:17.311Z] OK: 12752 distinct packages available [2020-10-28T12:23:17.311Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-28T12:23:17.311Z] v3.12.1-9-g3c7f8a65fa [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-28T12:23:17.311Z] OK: 12752 distinct packages available [2020-10-28T12:23:17.311Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-28T12:23:17.628Z] OK: 233 MiB in 51 packages [2020-10-28T12:23:17.628Z] OK: 233 MiB in 51 packages [2020-10-28T12:23:18.253Z] Removing intermediate container 8060d66e9a5f [2020-10-28T12:23:18.253Z] ---> 7093a4783c64 [2020-10-28T12:23:18.253Z] Step 6/23 : COPY go.mod . [2020-10-28T12:23:18.520Z] Removing intermediate container f91e82080867 [2020-10-28T12:23:18.520Z] ---> b1efc31ad4f9 [2020-10-28T12:23:18.520Z] Step 6/22 : COPY go.mod . [2020-10-28T12:23:18.520Z] Removing intermediate container c8054bb0af5f [2020-10-28T12:23:18.520Z] ---> 2548acef0bea [2020-10-28T12:23:18.520Z] Step 6/26 : COPY go.mod . [2020-10-28T12:23:18.520Z] ---> c68c58dcb88a [2020-10-28T12:23:18.520Z] Step 7/23 : RUN go mod download [2020-10-28T12:23:18.804Z] ---> Running in 3207d49509f0 [2020-10-28T12:23:19.149Z] ---> dbb0b11d8fe0 [2020-10-28T12:23:19.149Z] Step 7/22 : RUN go mod download [2020-10-28T12:23:19.149Z] Removing intermediate container 6ac9c41885d4 [2020-10-28T12:23:19.149Z] ---> 4cefb831bdb0 [2020-10-28T12:23:19.149Z] Step 7/29 : COPY . . [2020-10-28T12:23:19.149Z] ---> eb27a9da68d1 [2020-10-28T12:23:19.149Z] Step 7/26 : RUN go mod download [2020-10-28T12:23:19.149Z] ---> Running in 62857160f4cf [2020-10-28T12:23:19.149Z] ---> Running in 07e996f0d0cc [2020-10-28T12:23:20.225Z] ---> Running in 1cdc56bf8753 [2020-10-28T12:23:20.712Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-28T12:23:20.712Z] v3.12.1-9-g3c7f8a65fa [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-28T12:23:20.712Z] OK: 12752 distinct packages available [2020-10-28T12:23:21.446Z] OK: 233 MiB in 51 packages [2020-10-28T12:23:21.734Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-28T12:23:23.230Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-28T12:23:23.621Z] Removing intermediate container 3207d49509f0 [2020-10-28T12:23:23.621Z] ---> 9bc249522a45 [2020-10-28T12:23:23.621Z] Step 8/23 : COPY . . [2020-10-28T12:23:23.621Z] Removing intermediate container 8816e7896665 [2020-10-28T12:23:23.621Z] ---> 36afc66bc014 [2020-10-28T12:23:23.621Z] Step 6/20 : COPY go.mod . [2020-10-28T12:23:25.292Z] Removing intermediate container 62857160f4cf [2020-10-28T12:23:25.292Z] ---> 2c20281c0fd1 [2020-10-28T12:23:25.292Z] Step 8/22 : COPY . . [2020-10-28T12:23:25.945Z] ---> c537c843d596 [2020-10-28T12:23:25.945Z] Step 7/20 : RUN go mod download [2020-10-28T12:23:25.950Z] (1/12) Installing libmagic (5.38-r0) [2020-10-28T12:23:25.950Z] (2/12) Installing file (5.38-r0) [2020-10-28T12:23:26.228Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-10-28T12:23:26.228Z] (4/12) Installing g++ (9.3.0-r2) [2020-10-28T12:23:26.575Z] Removing intermediate container 07e996f0d0cc [2020-10-28T12:23:26.575Z] ---> 3c1d7542b7b8 [2020-10-28T12:23:26.575Z] Step 8/26 : COPY . . [2020-10-28T12:23:27.438Z] ---> Running in 3787a29d9986 [2020-10-28T12:23:40.242Z] Removing intermediate container 3787a29d9986 [2020-10-28T12:23:40.242Z] ---> a2d0587e0c06 [2020-10-28T12:23:40.242Z] Step 8/20 : COPY . . [2020-10-28T12:23:44.725Z] (5/12) Installing fortify-headers (1.1-r0) [2020-10-28T12:23:44.725Z] (6/12) Installing patch (2.7.6-r6) [2020-10-28T12:23:44.725Z] (7/12) Installing build-base (0.5-r2) [2020-10-28T12:23:44.725Z] (8/12) Installing libsodium (1.0.18-r0) [2020-10-28T12:23:44.725Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-10-28T12:23:44.725Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-10-28T12:23:44.725Z] (11/12) Installing libzmq (4.3.3-r0) [2020-10-28T12:23:44.725Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-10-28T12:23:44.725Z] Executing busybox-1.31.1-r16.trigger [2020-10-28T12:23:44.725Z] OK: 217 MiB in 51 packages [2020-10-28T12:23:46.792Z] Removing intermediate container 1cdc56bf8753 [2020-10-28T12:23:46.792Z] ---> bae63dfd2d82 [2020-10-28T12:23:46.792Z] Step 4/7 : WORKDIR /edgex-go [2020-10-28T12:23:46.792Z] ---> Running in d6fc89a87c41 [2020-10-28T12:23:47.440Z] Removing intermediate container d6fc89a87c41 [2020-10-28T12:23:47.440Z] ---> c5bf2ee59c9c [2020-10-28T12:23:47.440Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-10-28T12:23:47.751Z] latest: Pulling from library/docker [2020-10-28T12:23:48.051Z] 5f621e34cdf4: Pulling fs layer [2020-10-28T12:23:48.051Z] 85db56a05063: Pulling fs layer [2020-10-28T12:23:48.052Z] ccb67d6aeaaa: Pulling fs layer [2020-10-28T12:23:48.052Z] a0b19fc83503: Pulling fs layer [2020-10-28T12:23:48.052Z] 8eb508b41278: Pulling fs layer [2020-10-28T12:23:48.052Z] 37236713561e: Pulling fs layer [2020-10-28T12:23:48.052Z] 07c93f2b1b56: Pulling fs layer [2020-10-28T12:23:48.052Z] a0b19fc83503: Waiting [2020-10-28T12:23:48.052Z] 8eb508b41278: Waiting [2020-10-28T12:23:48.052Z] 37236713561e: Waiting [2020-10-28T12:23:48.052Z] 07c93f2b1b56: Waiting [2020-10-28T12:23:48.052Z] ccb67d6aeaaa: Verifying Checksum [2020-10-28T12:23:48.052Z] ccb67d6aeaaa: Download complete [2020-10-28T12:23:48.052Z] 85db56a05063: Verifying Checksum [2020-10-28T12:23:48.052Z] 85db56a05063: Download complete [2020-10-28T12:23:48.341Z] 5f621e34cdf4: Verifying Checksum [2020-10-28T12:23:48.341Z] 5f621e34cdf4: Download complete [2020-10-28T12:23:48.341Z] 37236713561e: Verifying Checksum [2020-10-28T12:23:48.341Z] 37236713561e: Download complete [2020-10-28T12:23:48.629Z] 8eb508b41278: Verifying Checksum [2020-10-28T12:23:48.629Z] 8eb508b41278: Download complete [2020-10-28T12:23:48.629Z] 07c93f2b1b56: Verifying Checksum [2020-10-28T12:23:48.629Z] 07c93f2b1b56: Download complete [2020-10-28T12:23:48.907Z] 5f621e34cdf4: Pull complete [2020-10-28T12:23:49.517Z] 85db56a05063: Pull complete [2020-10-28T12:23:49.517Z] a0b19fc83503: Verifying Checksum [2020-10-28T12:23:49.517Z] a0b19fc83503: Download complete [2020-10-28T12:23:49.804Z] ccb67d6aeaaa: Pull complete [2020-10-28T12:23:53.300Z] a0b19fc83503: Pull complete [2020-10-28T12:23:53.584Z] 8eb508b41278: Pull complete [2020-10-28T12:23:53.862Z] 37236713561e: Pull complete [2020-10-28T12:23:54.150Z] 07c93f2b1b56: Pull complete [2020-10-28T12:23:54.150Z] Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 [2020-10-28T12:23:54.150Z] Status: Downloaded newer image for docker:latest [2020-10-28T12:23:56.157Z] ---> 3bc558fabcde [2020-10-28T12:23:56.157Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-10-28T12:23:56.157Z] ---> Running in 4e2700c432b9 [2020-10-28T12:23:57.269Z] ---> c9d99b630170 [2020-10-28T12:23:57.269Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-10-28T12:23:57.654Z] ---> 21092149421c [2020-10-28T12:23:57.654Z] Step 6/7 : COPY go.mod . [2020-10-28T12:23:57.949Z] ---> 9c02745dae7e [2020-10-28T12:23:57.949Z] Step 7/7 : RUN go mod download [2020-10-28T12:23:58.009Z] ---> 48debd8d7714 [2020-10-28T12:23:58.009Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-10-28T12:23:58.267Z] ---> Running in 351e07b21fd2 [2020-10-28T12:23:58.324Z] ---> Running in 292072f12ae4 [2020-10-28T12:23:58.959Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.102" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-10-28T12:23:58.959Z] ---> Running in b08345727bf2 [2020-10-28T12:24:01.396Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.102" -o cmd/core-data/core-data ./cmd/core-data [2020-10-28T12:24:01.396Z] ---> 65bc4ccea287 [2020-10-28T12:24:01.396Z] 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-10-28T12:24:02.015Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.102" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-10-28T12:24:02.015Z] ---> Running in 4c7b2d60f355 [2020-10-28T12:24:05.605Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.102" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-10-28T12:24:14.219Z] ---> d892f7157324 [2020-10-28T12:24:14.219Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-10-28T12:24:14.219Z] ---> Running in d785136c441a [2020-10-28T12:24:14.978Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.102" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-10-28T12:24:25.148Z] Removing intermediate container 351e07b21fd2 [2020-10-28T12:24:25.148Z] ---> fb349a423359 [2020-10-28T12:24:25.148Z] Successfully built fb349a423359 [2020-10-28T12:24:25.148Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:24:25.590Z] + docker inspect -f . ci-base-image-arm64 [2020-10-28T12:24:25.590Z] . [Pipeline] withDockerContainer [2020-10-28T12:24:25.871Z] prd-ubuntu18.04-docker-arm64-4c-16g-9478 does not seem to be running inside a container [2020-10-28T12:24:25.961Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/218 -v /w/workspace/edgex-go/218:/w/workspace/edgex-go/218:rw,z -v /w/workspace/edgex-go/218@tmp:/w/workspace/edgex-go/218@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 ******** -e ******** ci-base-image-arm64 cat [2020-10-28T12:24:27.849Z] $ docker top 1105aeb1dd1d6d8efdbf454576b321fe6b4e05dba200c804ab45948c7463762a -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-28T12:24:29.259Z] + go version [2020-10-28T12:24:29.259Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-10-28T12:24:29.287Z] $ docker stop --time=1 1105aeb1dd1d6d8efdbf454576b321fe6b4e05dba200c804ab45948c7463762a [2020-10-28T12:24:31.254Z] $ docker rm -f 1105aeb1dd1d6d8efdbf454576b321fe6b4e05dba200c804ab45948c7463762a [Pipeline] // withDockerContainer [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-10-28T12:24:32.536Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-28T12:24:32.536Z] [2020-10-28T12:24:32.536Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:24:33.182Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-28T12:24:33.458Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-10-28T12:24:33.458Z] 29e5d40040c1: Pulling fs layer [2020-10-28T12:24:33.458Z] 1ce36da41761: Pulling fs layer [2020-10-28T12:24:33.458Z] 25b303627fd3: Pulling fs layer [2020-10-28T12:24:33.733Z] 29e5d40040c1: Verifying Checksum [2020-10-28T12:24:33.733Z] 29e5d40040c1: Download complete [2020-10-28T12:24:34.334Z] 1ce36da41761: Verifying Checksum [2020-10-28T12:24:34.334Z] 1ce36da41761: Download complete [2020-10-28T12:24:34.334Z] 29e5d40040c1: Pull complete [2020-10-28T12:24:35.787Z] 1ce36da41761: Pull complete [2020-10-28T12:24:36.381Z] 25b303627fd3: Verifying Checksum [2020-10-28T12:24:36.381Z] 25b303627fd3: Download complete [2020-10-28T12:24:46.523Z] 25b303627fd3: Pull complete [2020-10-28T12:24:46.523Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-10-28T12:24:46.523Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-28T12:24:46.523Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-10-28T12:24:46.800Z] prd-ubuntu18.04-docker-arm64-4c-16g-9478 does not seem to be running inside a container [2020-10-28T12:24:46.890Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/218 -v /w/workspace/edgex-go/218:/w/workspace/edgex-go/218:rw,z -v /w/workspace/edgex-go/218@tmp:/w/workspace/edgex-go/218@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-10-28T12:24:47.892Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.102" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-10-28T12:24:50.353Z] $ docker top 18f1c050dd2dd5c7e9d71b9b15975608caed41d6e9afba4dd6a6eb55e8b7459b -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-28T12:24:50.848Z] Removing intermediate container 4e2700c432b9 [2020-10-28T12:24:50.848Z] ---> d33e149e26ad [2020-10-28T12:24:50.848Z] [2020-10-28T12:24:50.848Z] Step 9/29 : FROM alpine:latest [2020-10-28T12:24:51.252Z] latest: Pulling from library/alpine [2020-10-28T12:24:51.585Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-10-28T12:24:51.805Z] + docker-compose build --help [2020-10-28T12:24:51.805Z] + grep parallel [2020-10-28T12:24:51.920Z] Status: Downloaded newer image for alpine:latest [2020-10-28T12:24:51.920Z] ---> d6e46aa2470d [2020-10-28T12:24:51.920Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-10-28T12:24:52.331Z] ---> Running in 3a8b6b35ccc3 [2020-10-28T12:24:52.975Z] Removing intermediate container 3a8b6b35ccc3 [2020-10-28T12:24:52.975Z] ---> abc5e3b9cc3d [2020-10-28T12:24:52.975Z] Step 11/29 : USER root [2020-10-28T12:24:52.975Z] ---> Running in b5f4f29a4c0d [2020-10-28T12:24:53.604Z] Removing intermediate container b5f4f29a4c0d [2020-10-28T12:24:53.604Z] ---> 263d0d36a771 [2020-10-28T12:24:53.604Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-10-28T12:24:53.919Z] ---> Running in ef46c47041c5 [2020-10-28T12:24:53.919Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.102" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-10-28T12:24:55.178Z] --parallel Build images in parallel. [Pipeline] } [2020-10-28T12:24:55.205Z] $ docker stop --time=1 18f1c050dd2dd5c7e9d71b9b15975608caed41d6e9afba4dd6a6eb55e8b7459b [2020-10-28T12:24:55.287Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-28T12:24:55.826Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-28T12:24:55.826Z] v3.12.1-8-ge053f6efb7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-28T12:24:55.826Z] v3.12.1-9-g3c7f8a65fa [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-28T12:24:55.826Z] OK: 12744 distinct packages available [2020-10-28T12:24:57.092Z] (1/2) Installing ca-certificates (20191127-r4) [2020-10-28T12:24:57.092Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-10-28T12:24:57.092Z] Executing busybox-1.31.1-r19.trigger [2020-10-28T12:24:57.164Z] $ docker rm -f 18f1c050dd2dd5c7e9d71b9b15975608caed41d6e9afba4dd6a6eb55e8b7459b [2020-10-28T12:24:57.365Z] Executing ca-certificates-20191127-r4.trigger [2020-10-28T12:24:57.365Z] OK: 6 MiB in 16 packages [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:24:57.970Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-28T12:24:57.970Z] . [Pipeline] withDockerContainer [2020-10-28T12:24:58.245Z] prd-ubuntu18.04-docker-arm64-4c-16g-9478 does not seem to be running inside a container [2020-10-28T12:24:58.338Z] $ 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/218 -v /w/workspace/edgex-go/218:/w/workspace/edgex-go/218:rw,z -v /w/workspace/edgex-go/218@tmp:/w/workspace/edgex-go/218@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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-10-28T12:24:59.876Z] $ docker top 69fad346fd188467f454851760a8f79c037a5b6bdea02c18e629c1631c5aa8e0 -eo pid,comm [2020-10-28T12:25:00.156Z] Removing intermediate container ef46c47041c5 [2020-10-28T12:25:00.156Z] ---> 50e89227a2af [2020-10-28T12:25:00.156Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [Pipeline] { [Pipeline] sh [2020-10-28T12:25:01.070Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-10-28T12:25:01.298Z] ---> Running in d54c60a9665d [2020-10-28T12:25:01.665Z] Removing intermediate container d785136c441a [2020-10-28T12:25:01.665Z] ---> 10453344bb23 [2020-10-28T12:25:01.665Z] [2020-10-28T12:25:01.665Z] Step 10/20 : FROM alpine [2020-10-28T12:25:01.665Z] ---> d6e46aa2470d [2020-10-28T12:25:01.665Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-10-28T12:25:02.090Z] ---> Running in 18dd3a20ccfa [2020-10-28T12:25:02.090Z] Removing intermediate container d54c60a9665d [2020-10-28T12:25:02.090Z] ---> 12371eaa8a6e [2020-10-28T12:25:02.090Z] Step 14/29 : WORKDIR $BASE_DIR [2020-10-28T12:25:02.765Z] ---> Running in 7632083774c1 [2020-10-28T12:25:04.320Z] Removing intermediate container 7632083774c1 [2020-10-28T12:25:04.320Z] ---> b08007f6bd98 [2020-10-28T12:25:04.320Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-10-28T12:25:04.613Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-28T12:25:04.613Z] ---> Running in 32a4ae5b4ec1 [2020-10-28T12:25:04.613Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-28T12:25:04.918Z] v3.12.1-8-ge053f6efb7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-28T12:25:04.918Z] v3.12.1-9-g3c7f8a65fa [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-28T12:25:04.918Z] OK: 12744 distinct packages available [2020-10-28T12:25:05.244Z] (1/4) Installing ca-certificates (20191127-r4) [2020-10-28T12:25:05.370Z] Building docker-core-command-go ... [2020-10-28T12:25:05.371Z] Building docker-core-data-go ... [2020-10-28T12:25:05.371Z] Building docker-core-metadata-go ... [2020-10-28T12:25:05.371Z] Building docker-security-proxy-setup-go ... [2020-10-28T12:25:05.371Z] Building docker-security-secrets-setup-go ... [2020-10-28T12:25:05.371Z] Building docker-security-secretstore-setup-go ... [2020-10-28T12:25:05.371Z] Building docker-support-logging-go ... [2020-10-28T12:25:05.371Z] Building docker-support-notifications-go ... [2020-10-28T12:25:05.371Z] Building docker-support-scheduler-go ... [2020-10-28T12:25:05.371Z] Building docker-sys-mgmt-agent-go ... [2020-10-28T12:25:05.371Z] Building docker-core-metadata-go [2020-10-28T12:25:05.371Z] Building docker-core-data-go [2020-10-28T12:25:05.371Z] Building docker-security-secrets-setup-go [2020-10-28T12:25:05.371Z] Building docker-security-secretstore-setup-go [2020-10-28T12:25:05.371Z] Building docker-core-command-go [2020-10-28T12:25:05.720Z] Removing intermediate container 4c7b2d60f355 [2020-10-28T12:25:05.720Z] ---> e0ab9e5dd7e5 [2020-10-28T12:25:05.720Z] [2020-10-28T12:25:05.720Z] Step 10/26 : FROM alpine:3.10 [2020-10-28T12:25:05.720Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-10-28T12:25:05.720Z] (3/4) Installing libcurl (7.69.1-r1) [2020-10-28T12:25:05.720Z] (4/4) Installing curl (7.69.1-r1) [2020-10-28T12:25:05.720Z] Executing busybox-1.31.1-r19.trigger [2020-10-28T12:25:05.720Z] Executing ca-certificates-20191127-r4.trigger [2020-10-28T12:25:05.720Z] OK: 7 MiB in 18 packages [2020-10-28T12:25:06.364Z] 3.10: Pulling from library/alpine [2020-10-28T12:25:07.856Z] Removing intermediate container 18dd3a20ccfa [2020-10-28T12:25:07.856Z] ---> 3ad1dae842f4 [2020-10-28T12:25:07.856Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-28T12:25:08.194Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-10-28T12:25:09.170Z] Status: Downloaded newer image for alpine:3.10 [2020-10-28T12:25:09.170Z] ---> be4e4bea2c2e [2020-10-28T12:25:09.170Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-10-28T12:25:09.170Z] ---> Running in c83e6084ff18 [2020-10-28T12:25:10.314Z] ---> Running in cc1fd8c10223 [2020-10-28T12:25:10.314Z] Removing intermediate container 32a4ae5b4ec1 [2020-10-28T12:25:10.314Z] ---> 06e7e9eb5d86 [2020-10-28T12:25:10.314Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-10-28T12:25:10.314Z] Removing intermediate container c83e6084ff18 [2020-10-28T12:25:10.314Z] ---> 0fe23c9989a9 [2020-10-28T12:25:10.314Z] Step 13/20 : WORKDIR /edgex [2020-10-28T12:25:10.703Z] ---> Running in 4e6a89bc07d3 [2020-10-28T12:25:10.703Z] Removing intermediate container b08345727bf2 [2020-10-28T12:25:10.703Z] ---> e0efeccc6adc [2020-10-28T12:25:10.703Z] [2020-10-28T12:25:10.703Z] Step 10/22 : FROM scratch [2020-10-28T12:25:10.703Z] ---> [2020-10-28T12:25:10.703Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-28T12:25:11.027Z] ---> Running in 62be2554c05b [2020-10-28T12:25:11.027Z] Removing intermediate container 4e6a89bc07d3 [2020-10-28T12:25:11.027Z] ---> 5ef07456a0c1 [2020-10-28T12:25:11.027Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-10-28T12:25:11.524Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-10-28T12:25:11.524Z] ---> deee44013c54 [2020-10-28T12:25:11.524Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-10-28T12:25:12.779Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-10-28T12:25:12.779Z] v3.10.5-127-ga687d2589a [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-10-28T12:25:12.779Z] v3.10.5-136-gb80983a48b [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-10-28T12:25:12.779Z] OK: 10346 distinct packages available [2020-10-28T12:25:12.779Z] (1/5) Installing ca-certificates (20191127-r2) [2020-10-28T12:25:12.779Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-10-28T12:25:12.779Z] (3/5) Installing libcurl (7.66.0-r1) [2020-10-28T12:25:12.779Z] (4/5) Installing curl (7.66.0-r1) [2020-10-28T12:25:12.779Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-10-28T12:25:12.779Z] Executing busybox-1.30.1-r3.trigger [2020-10-28T12:25:12.779Z] Executing ca-certificates-20191127-r2.trigger [2020-10-28T12:25:12.779Z] OK: 7 MiB in 19 packages [2020-10-28T12:25:12.779Z] Removing intermediate container 62be2554c05b [2020-10-28T12:25:12.779Z] ---> 80d5f70ac3b7 [2020-10-28T12:25:12.779Z] Step 12/22 : ENV APP_PORT=48081 [2020-10-28T12:25:13.965Z] ---> 9cfc2edac4d6 [2020-10-28T12:25:13.965Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-10-28T12:25:13.965Z] ---> de72f60e4a9d [2020-10-28T12:25:13.965Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-10-28T12:25:13.965Z] ---> Running in 1fa9dd3bcc8f [2020-10-28T12:25:14.283Z] Removing intermediate container 292072f12ae4 [2020-10-28T12:25:14.283Z] ---> d214be935cbc [2020-10-28T12:25:14.283Z] [2020-10-28T12:25:14.283Z] Step 10/23 : FROM alpine [2020-10-28T12:25:14.283Z] ---> d6e46aa2470d [2020-10-28T12:25:14.283Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-28T12:25:14.925Z] ---> Running in 47c0b3fc2ae6 [2020-10-28T12:25:14.925Z] Removing intermediate container 1fa9dd3bcc8f [2020-10-28T12:25:14.925Z] ---> 0a9bc1183c0c [2020-10-28T12:25:14.925Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-28T12:25:15.201Z] ---> 74d88ec6c5c0 [2020-10-28T12:25:15.201Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-10-28T12:25:15.555Z] ---> 70c7781a3432 [2020-10-28T12:25:15.555Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-10-28T12:25:15.555Z] ---> Running in 7fa31bac40be [2020-10-28T12:25:15.555Z] ---> Running in 69536d2b52ca [2020-10-28T12:25:15.555Z] Removing intermediate container cc1fd8c10223 [2020-10-28T12:25:15.555Z] ---> 3678c121dba2 [2020-10-28T12:25:15.555Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-28T12:25:15.555Z] Removing intermediate container 47c0b3fc2ae6 [2020-10-28T12:25:15.555Z] ---> 027bfd19fbc3 [2020-10-28T12:25:15.555Z] Step 12/23 : ENV APP_PORT=48080 [2020-10-28T12:25:15.968Z] ---> ce1b300d118a [2020-10-28T12:25:15.968Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-10-28T12:25:15.968Z] ---> Running in fbde705cd2f8 [2020-10-28T12:25:15.968Z] ---> Running in d5a928cf5bc1 [2020-10-28T12:25:15.968Z] Removing intermediate container 7fa31bac40be [2020-10-28T12:25:15.968Z] ---> 7190cea593ec [2020-10-28T12:25:15.968Z] Step 14/22 : WORKDIR / [2020-10-28T12:25:15.968Z] Removing intermediate container 69536d2b52ca [2020-10-28T12:25:15.968Z] ---> 61ac4c57ca08 [2020-10-28T12:25:15.968Z] Step 17/20 : CMD ["--init=true"] [2020-10-28T12:25:15.968Z] ---> Running in b5415414f9a5 [2020-10-28T12:25:16.690Z] ---> Running in 5a2fbac52efc [2020-10-28T12:25:16.690Z] ---> 9ee4edd8d1ce [2020-10-28T12:25:16.690Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-10-28T12:25:16.690Z] Removing intermediate container d5a928cf5bc1 [2020-10-28T12:25:16.690Z] ---> fa287cc7e60d [2020-10-28T12:25:16.690Z] Step 13/23 : EXPOSE $APP_PORT [2020-10-28T12:25:16.690Z] Removing intermediate container fbde705cd2f8 [2020-10-28T12:25:16.690Z] ---> 768d2186ae73 [2020-10-28T12:25:16.690Z] Step 13/26 : WORKDIR / [2020-10-28T12:25:17.058Z] ---> Running in 1a2ba5d8b753 [2020-10-28T12:25:17.058Z] ---> Running in cb79008b2753 [2020-10-28T12:25:17.058Z] ---> Running in 4e350e6d2451 [2020-10-28T12:25:17.058Z] Removing intermediate container b5415414f9a5 [2020-10-28T12:25:17.058Z] ---> 1c69c28df25e [2020-10-28T12:25:17.058Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-10-28T12:25:17.058Z] Removing intermediate container 5a2fbac52efc [2020-10-28T12:25:17.058Z] ---> ed7c8c929d45 [2020-10-28T12:25:17.058Z] Step 18/20 : LABEL arch=x86_64 [2020-10-28T12:25:18.113Z] ---> Running in d1f017bd5b07 [2020-10-28T12:25:18.113Z] Removing intermediate container cb79008b2753 [2020-10-28T12:25:18.113Z] ---> 1df3b465b17b [2020-10-28T12:25:18.113Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-28T12:25:18.113Z] ---> 9916f4ca4ed6 [2020-10-28T12:25:18.113Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-10-28T12:25:18.393Z] Removing intermediate container 4e350e6d2451 [2020-10-28T12:25:18.393Z] ---> ecc1ee77ff7f [2020-10-28T12:25:18.393Z] 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-10-28T12:25:18.393Z] ---> Running in 0eb40a35e801 [2020-10-28T12:25:18.683Z] Removing intermediate container d1f017bd5b07 [2020-10-28T12:25:18.683Z] ---> aaee2944623a [2020-10-28T12:25:18.683Z] Step 19/20 : LABEL git_sha=30fe914c5ad8e4d98bae6ee0071c56635472cae5 [2020-10-28T12:25:18.990Z] ---> Running in fb78b1f62ca9 [2020-10-28T12:25:18.990Z] ---> c630ff3421af [2020-10-28T12:25:18.990Z] 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-10-28T12:25:19.646Z] Removing intermediate container fb78b1f62ca9 [2020-10-28T12:25:19.646Z] ---> abc853cc26ce [2020-10-28T12:25:19.646Z] Step 20/20 : LABEL version=1.2.2-dev.102 [2020-10-28T12:25:19.646Z] ---> 20c92ba88c93 [2020-10-28T12:25:19.646Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-10-28T12:25:19.995Z] ---> Running in d436ea752a9e [2020-10-28T12:25:19.995Z] ---> 29d1296b666d [2020-10-28T12:25:19.995Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-10-28T12:25:20.648Z] ---> 94344beb5e9d [2020-10-28T12:25:20.648Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-10-28T12:25:20.648Z] Removing intermediate container d436ea752a9e [2020-10-28T12:25:20.648Z] ---> b431b34d2ad0 [2020-10-28T12:25:20.648Z] [2020-10-28T12:25:20.648Z] Removing intermediate container 1a2ba5d8b753 [2020-10-28T12:25:20.648Z] ---> 4f03b44f82fe [2020-10-28T12:25:20.648Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-10-28T12:25:20.648Z] ---> 4391e5e05a21 [2020-10-28T12:25:20.648Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-10-28T12:25:20.957Z] ---> Running in 9bd7ad64dd43 [2020-10-28T12:25:21.258Z] Successfully built b431b34d2ad0 [2020-10-28T12:25:21.259Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-10-28T12:25:21.259Z] Building docker-sys-mgmt-agent-go [2020-10-28T12:25:21.259Z]  Building docker-security-proxy-setup-go ... done  ---> 5ef8e5aa203d [2020-10-28T12:25:21.259Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-28T12:25:21.259Z] Removing intermediate container 9bd7ad64dd43 [2020-10-28T12:25:21.259Z] ---> b405c33a797c [2020-10-28T12:25:21.259Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-28T12:25:21.259Z] ---> bbf4f482e422 [2020-10-28T12:25:21.259Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-10-28T12:25:21.560Z] ---> Running in 6fddbe04f888 [2020-10-28T12:25:21.560Z] Removing intermediate container 0eb40a35e801 [2020-10-28T12:25:21.560Z] ---> 77117c1ced70 [2020-10-28T12:25:21.560Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-10-28T12:25:21.560Z] ---> Running in 139ca3b0f180 [2020-10-28T12:25:21.893Z] ---> Running in 465536fa0f2d [2020-10-28T12:25:22.526Z] Removing intermediate container 139ca3b0f180 [2020-10-28T12:25:22.526Z] ---> 51bacd8422a0 [2020-10-28T12:25:22.526Z] Step 20/22 : LABEL arch=x86_64 [2020-10-28T12:25:22.908Z] ---> Running in 39b4da628b77 [2020-10-28T12:25:23.433Z] ---> 7742a0640f5a [2020-10-28T12:25:23.433Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-10-28T12:25:24.287Z] Removing intermediate container 39b4da628b77 [2020-10-28T12:25:24.287Z] ---> 03486b81fd61 [2020-10-28T12:25:24.287Z] Step 21/22 : LABEL git_sha=30fe914c5ad8e4d98bae6ee0071c56635472cae5 [2020-10-28T12:25:25.427Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-28T12:25:25.746Z] ---> Running in 7300b5211869 [2020-10-28T12:25:25.746Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-28T12:25:26.393Z] Removing intermediate container 6fddbe04f888 [2020-10-28T12:25:26.393Z] ---> 0547dd893b8c [2020-10-28T12:25:26.393Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-10-28T12:25:26.666Z] ---> b06e65449104 [2020-10-28T12:25:26.666Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-10-28T12:25:26.666Z] (1/5) Installing libgcc (9.3.0-r2) [2020-10-28T12:25:26.666Z] (2/5) Installing libsodium (1.0.18-r0) [2020-10-28T12:25:26.981Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-10-28T12:25:27.340Z] (4/5) Installing libzmq (4.3.3-r0) [2020-10-28T12:25:27.340Z] ---> Running in 2a4564a9ea56 [2020-10-28T12:25:27.340Z] Removing intermediate container 7300b5211869 [2020-10-28T12:25:27.340Z] ---> 03191ae160a0 [2020-10-28T12:25:27.340Z] Step 22/22 : LABEL version=1.2.2-dev.102 [2020-10-28T12:25:27.340Z] (5/5) Installing zeromq (4.3.3-r0) [2020-10-28T12:25:27.639Z] Executing busybox-1.31.1-r19.trigger [2020-10-28T12:25:27.639Z] OK: 8 MiB in 19 packages [2020-10-28T12:25:27.639Z] ---> Running in 63516623ef7e [2020-10-28T12:25:27.639Z] ---> 4611915d8ff4 [2020-10-28T12:25:27.639Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-10-28T12:25:28.246Z] Removing intermediate container 63516623ef7e [2020-10-28T12:25:28.246Z] ---> 1acda4f7c127 [2020-10-28T12:25:28.246Z] [2020-10-28T12:25:29.230Z] Successfully built 1acda4f7c127 [2020-10-28T12:25:29.230Z] ---> 0ed4a513391c [2020-10-28T12:25:29.230Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-28T12:25:29.230Z] Successfully tagged docker-core-metadata-go:latest [2020-10-28T12:25:29.230Z] Building docker-support-notifications-go [2020-10-28T12:25:29.536Z]  Building docker-core-metadata-go ... done Removing intermediate container 465536fa0f2d [2020-10-28T12:25:29.536Z] ---> 9ee915d225a7 [2020-10-28T12:25:29.536Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-10-28T12:25:29.536Z] ---> Running in 81a587046184 [2020-10-28T12:25:32.469Z] ---> b9d1d6bb6b9c [2020-10-28T12:25:32.469Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-10-28T12:25:34.142Z] Removing intermediate container 2a4564a9ea56 [2020-10-28T12:25:34.142Z] ---> be0bb2b8fe2e [2020-10-28T12:25:34.142Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-10-28T12:25:34.754Z] ---> 80e086a12696 [2020-10-28T12:25:34.754Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-10-28T12:25:35.045Z] ---> Running in bc39f527752c [2020-10-28T12:25:35.712Z] Removing intermediate container 81a587046184 [2020-10-28T12:25:35.712Z] ---> cece85c48347 [2020-10-28T12:25:35.712Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-10-28T12:25:36.352Z] ---> Running in d4d44a6581f3 [2020-10-28T12:25:36.651Z] Removing intermediate container bc39f527752c [2020-10-28T12:25:36.651Z] ---> d01fe59ed25d [2020-10-28T12:25:36.651Z] Step 26/29 : CMD [ "generate" ] [2020-10-28T12:25:36.651Z] ---> 60b0dab5de52 [2020-10-28T12:25:36.651Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-10-28T12:25:36.933Z] ---> Running in 492d9aebb63f [2020-10-28T12:25:36.933Z] ---> Running in 60a193329c8c [2020-10-28T12:25:38.111Z] Removing intermediate container d4d44a6581f3 [2020-10-28T12:25:38.111Z] ---> edc8ff65138c [2020-10-28T12:25:38.111Z] Step 24/26 : LABEL arch=x86_64 [2020-10-28T12:25:38.111Z] Removing intermediate container 60a193329c8c [2020-10-28T12:25:38.111Z] ---> fe9b76bc4c90 [2020-10-28T12:25:38.111Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-28T12:25:38.111Z] Removing intermediate container 492d9aebb63f [2020-10-28T12:25:38.111Z] ---> 1285e01d3657 [2020-10-28T12:25:38.111Z] Step 27/29 : LABEL arch=x86_64 [2020-10-28T12:25:38.488Z] ---> Running in 8ea261f1679a [2020-10-28T12:25:38.488Z] ---> Running in db9dedd0f91d [2020-10-28T12:25:38.488Z] ---> Running in 23cbfc3eba89 [2020-10-28T12:25:39.226Z] Removing intermediate container db9dedd0f91d [2020-10-28T12:25:39.226Z] ---> 407babad569c [2020-10-28T12:25:39.226Z] Step 28/29 : LABEL git_sha=30fe914c5ad8e4d98bae6ee0071c56635472cae5 [2020-10-28T12:25:39.226Z] Removing intermediate container 8ea261f1679a [2020-10-28T12:25:39.226Z] ---> aa050ccc8379 [2020-10-28T12:25:39.226Z] Step 25/26 : LABEL git_sha=30fe914c5ad8e4d98bae6ee0071c56635472cae5 [2020-10-28T12:25:39.226Z] Removing intermediate container 23cbfc3eba89 [2020-10-28T12:25:39.226Z] ---> d9a3ea57877f [2020-10-28T12:25:39.226Z] Step 21/23 : LABEL arch=x86_64 [2020-10-28T12:25:39.864Z] ---> Running in 4f616a5e827c [2020-10-28T12:25:39.864Z] ---> Running in f5167f4a0c3e [2020-10-28T12:25:40.185Z] ---> Running in 46a8004f20d7 [2020-10-28T12:25:40.840Z] Removing intermediate container f5167f4a0c3e [2020-10-28T12:25:40.840Z] ---> ac96cef83d74 [2020-10-28T12:25:40.840Z] Step 26/26 : LABEL version=1.2.2-dev.102 [2020-10-28T12:25:41.137Z] Removing intermediate container 4f616a5e827c [2020-10-28T12:25:41.137Z] ---> 5b8dacdaaaf3 [2020-10-28T12:25:41.137Z] Step 29/29 : LABEL version=1.2.2-dev.102 [2020-10-28T12:25:41.419Z] ---> Running in af22574984ee [2020-10-28T12:25:41.747Z] ---> Running in ac4917a2ef66 [2020-10-28T12:25:42.026Z] Removing intermediate container 46a8004f20d7 [2020-10-28T12:25:42.026Z] ---> b6b6a64e8566 [2020-10-28T12:25:42.026Z] Step 22/23 : LABEL git_sha=30fe914c5ad8e4d98bae6ee0071c56635472cae5 [2020-10-28T12:25:42.717Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-28T12:25:42.717Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-10-28T12:25:42.717Z] ---> 2b585f8294f4 [2020-10-28T12:25:42.717Z] Step 3/27 : WORKDIR /edgex-go [2020-10-28T12:25:42.717Z] ---> Using cache [2020-10-28T12:25:42.717Z] ---> c24780f70d27 [2020-10-28T12:25:42.717Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-28T12:25:42.717Z] ---> Using cache [2020-10-28T12:25:42.717Z] ---> b16548ef17c2 [2020-10-28T12:25:42.717Z] Step 5/27 : RUN apk update && apk add make bash git [2020-10-28T12:25:43.345Z] Removing intermediate container af22574984ee [2020-10-28T12:25:43.345Z] ---> 6cd4a0e8ca55 [2020-10-28T12:25:43.345Z] [2020-10-28T12:25:43.639Z] ---> Running in 39a8f351f559 [2020-10-28T12:25:43.986Z] ---> Running in 499313e64585 [2020-10-28T12:25:43.986Z] Removing intermediate container ac4917a2ef66 [2020-10-28T12:25:43.986Z] ---> 39c526e53fb3 [2020-10-28T12:25:43.986Z] [2020-10-28T12:25:43.986Z] Successfully built 6cd4a0e8ca55 [2020-10-28T12:25:44.308Z] Successfully built 39c526e53fb3 [2020-10-28T12:25:44.308Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-10-28T12:25:44.308Z] Building docker-core-command-go [2020-10-28T12:25:44.308Z]  Building docker-security-secretstore-setup-go ... done Successfully tagged docker-security-secrets-setup-go:latest [2020-10-28T12:25:44.308Z]  Building docker-security-secrets-setup-go ... done Building docker-support-logging-go [2020-10-28T12:25:45.014Z] Removing intermediate container 499313e64585 [2020-10-28T12:25:45.014Z] ---> de2c59a5da41 [2020-10-28T12:25:45.014Z] Step 23/23 : LABEL version=1.2.2-dev.102 [2020-10-28T12:25:45.433Z] ---> Running in 415ffb15a760 [2020-10-28T12:25:45.433Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-28T12:25:46.045Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-28T12:25:47.045Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-28T12:25:47.045Z] v3.12.1-9-g3c7f8a65fa [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-28T12:25:47.045Z] OK: 12752 distinct packages available [2020-10-28T12:25:47.723Z] Removing intermediate container 415ffb15a760 [2020-10-28T12:25:47.723Z] ---> 8e1e97cec3be [2020-10-28T12:25:47.723Z] [2020-10-28T12:25:47.723Z] OK: 233 MiB in 51 packages [2020-10-28T12:25:47.723Z] Successfully built 8e1e97cec3be [2020-10-28T12:25:48.067Z] Successfully tagged docker-core-data-go:latest [2020-10-28T12:25:48.067Z]  Building docker-core-data-go ... done Building docker-support-scheduler-go [2020-10-28T12:25:50.916Z] Removing intermediate container 39a8f351f559 [2020-10-28T12:25:50.916Z] ---> 0c54693dc9b1 [2020-10-28T12:25:50.916Z] Step 6/27 : COPY go.mod . [2020-10-28T12:25:52.067Z] ---> 02b68c06debc [2020-10-28T12:25:52.067Z] Step 7/27 : RUN go mod download [2020-10-28T12:25:52.676Z] ---> Running in 98e78d1a7ef4 [2020-10-28T12:25:56.127Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-28T12:25:56.127Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-10-28T12:25:56.127Z] ---> 2b585f8294f4 [2020-10-28T12:25:56.127Z] Step 3/24 : WORKDIR /edgex-go [2020-10-28T12:25:56.127Z] ---> Using cache [2020-10-28T12:25:56.127Z] ---> c24780f70d27 [2020-10-28T12:25:56.127Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-28T12:25:56.127Z] ---> Using cache [2020-10-28T12:25:56.127Z] ---> b16548ef17c2 [2020-10-28T12:25:56.127Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-10-28T12:25:56.760Z] Removing intermediate container 98e78d1a7ef4 [2020-10-28T12:25:56.760Z] ---> fb441772390b [2020-10-28T12:25:56.760Z] Step 8/27 : COPY . . [2020-10-28T12:25:56.760Z] ---> Running in db170845da1e [2020-10-28T12:26:01.462Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-28T12:26:02.171Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-28T12:26:02.624Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-28T12:26:02.624Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-10-28T12:26:02.624Z] ---> fb349a423359 [2020-10-28T12:26:02.624Z] Step 3/29 : WORKDIR /edgex-go [2020-10-28T12:26:02.624Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-28T12:26:02.624Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-10-28T12:26:02.624Z] ---> fb349a423359 [2020-10-28T12:26:02.624Z] Step 3/26 : WORKDIR /edgex-go [2020-10-28T12:26:02.624Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-28T12:26:02.624Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-10-28T12:26:02.624Z] ---> fb349a423359 [2020-10-28T12:26:02.624Z] Step 3/23 : WORKDIR /edgex-go [2020-10-28T12:26:02.624Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-28T12:26:02.624Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-28T12:26:02.624Z] ---> fb349a423359 [2020-10-28T12:26:02.624Z] Step 3/22 : WORKDIR /edgex-go [2020-10-28T12:26:02.624Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-28T12:26:02.624Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-28T12:26:02.624Z] ---> fb349a423359 [2020-10-28T12:26:02.624Z] Step 3/22 : WORKDIR /edgex-go [2020-10-28T12:26:02.624Z] ---> Running in 494130dd3085 [2020-10-28T12:26:02.624Z] ---> Running in a894bd6a4b7a [2020-10-28T12:26:02.624Z] ---> Running in 1d95372b046a [2020-10-28T12:26:02.624Z] ---> Running in fbe0a5a885d9 [2020-10-28T12:26:02.624Z] ---> Running in 7d05ea27416d [2020-10-28T12:26:02.624Z] Removing intermediate container 494130dd3085 [2020-10-28T12:26:02.624Z] ---> 59b1de5c154b [2020-10-28T12:26:02.624Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-28T12:26:02.624Z] Removing intermediate container 1d95372b046a [2020-10-28T12:26:02.624Z] ---> ce91ca7a2781 [2020-10-28T12:26:02.624Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-28T12:26:02.624Z] Removing intermediate container fbe0a5a885d9 [2020-10-28T12:26:02.624Z] ---> a6304f51750e [2020-10-28T12:26:02.624Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-28T12:26:02.624Z] Removing intermediate container a894bd6a4b7a [2020-10-28T12:26:02.624Z] ---> b320a441ba65 [2020-10-28T12:26:02.624Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-28T12:26:02.624Z] Removing intermediate container 7d05ea27416d [2020-10-28T12:26:02.624Z] ---> 748fb0f4e04a [2020-10-28T12:26:02.624Z] Step 4/29 : RUN apk update && apk add make git [2020-10-28T12:26:02.625Z] ---> Running in 196750b20da7 [2020-10-28T12:26:02.625Z] ---> Running in bc426b6adb66 [2020-10-28T12:26:02.625Z] ---> Running in 3b2ee578cc4d [2020-10-28T12:26:02.625Z] ---> Running in 4bc37607a2bc [2020-10-28T12:26:02.625Z] ---> Running in ad787acf0027 [2020-10-28T12:26:02.625Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-28T12:26:02.625Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-28T12:26:02.625Z] Removing intermediate container 196750b20da7 [2020-10-28T12:26:02.625Z] ---> 505d56790b6d [2020-10-28T12:26:02.625Z] Step 5/26 : RUN apk update && apk add make git [2020-10-28T12:26:02.625Z] ---> Running in 5c7f6bc9e1cf [2020-10-28T12:26:02.625Z] Removing intermediate container 3b2ee578cc4d [2020-10-28T12:26:02.625Z] ---> c3100e933feb [2020-10-28T12:26:02.625Z] Step 5/22 : RUN apk update && apk add make git [2020-10-28T12:26:02.625Z] Removing intermediate container bc426b6adb66 [2020-10-28T12:26:02.625Z] ---> bb2feae1128f [2020-10-28T12:26:02.625Z] Step 5/22 : RUN apk update && apk add make git [2020-10-28T12:26:02.929Z] ---> Running in e0b10a02ef78 [2020-10-28T12:26:02.929Z] ---> Running in 731dc0329cdb [2020-10-28T12:26:02.929Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-28T12:26:02.929Z] v3.12.1-9-g3c7f8a65fa [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-28T12:26:02.929Z] OK: 12623 distinct packages available [2020-10-28T12:26:02.958Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-28T12:26:02.959Z] v3.12.1-9-g3c7f8a65fa [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-28T12:26:02.959Z] OK: 12752 distinct packages available [2020-10-28T12:26:03.204Z] Removing intermediate container ad787acf0027 [2020-10-28T12:26:03.204Z] ---> 3e11f4c2713d [2020-10-28T12:26:03.204Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-10-28T12:26:03.305Z] OK: 233 MiB in 51 packages [2020-10-28T12:26:03.478Z] ---> Running in 9a994d4e8062 [2020-10-28T12:26:04.087Z] OK: 217 MiB in 51 packages [2020-10-28T12:26:04.689Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-28T12:26:05.683Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-28T12:26:05.683Z] Removing intermediate container 4bc37607a2bc [2020-10-28T12:26:05.683Z] ---> edde7e5b609a [2020-10-28T12:26:05.683Z] Step 5/29 : COPY go.mod . [2020-10-28T12:26:05.683Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-28T12:26:05.961Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-28T12:26:05.961Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-28T12:26:06.237Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-28T12:26:06.513Z] ---> d29b4f570ee9 [2020-10-28T12:26:06.513Z] Step 6/29 : RUN go mod download [2020-10-28T12:26:06.788Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-28T12:26:06.788Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-28T12:26:06.788Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-28T12:26:06.788Z] v3.12.1-9-g3c7f8a65fa [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-28T12:26:06.788Z] OK: 12623 distinct packages available [2020-10-28T12:26:07.067Z] ---> Running in 0f33446ef7d1 [2020-10-28T12:26:07.350Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-28T12:26:07.350Z] v3.12.1-9-g3c7f8a65fa [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-28T12:26:07.350Z] OK: 12623 distinct packages available [2020-10-28T12:26:07.625Z] OK: 217 MiB in 51 packages [2020-10-28T12:26:07.816Z] Removing intermediate container db170845da1e [2020-10-28T12:26:07.817Z] ---> dfddf94546a8 [2020-10-28T12:26:07.817Z] Step 6/24 : COPY go.mod . [2020-10-28T12:26:07.903Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-28T12:26:07.904Z] v3.12.1-9-g3c7f8a65fa [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-28T12:26:07.904Z] OK: 12623 distinct packages available [2020-10-28T12:26:07.904Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-28T12:26:07.904Z] v3.12.1-9-g3c7f8a65fa [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-28T12:26:07.904Z] OK: 12623 distinct packages available [2020-10-28T12:26:08.507Z] OK: 217 MiB in 51 packages [2020-10-28T12:26:08.782Z] OK: 217 MiB in 51 packages [2020-10-28T12:26:08.782Z] OK: 217 MiB in 51 packages [2020-10-28T12:26:09.314Z] ---> c6c88bc2cacd [2020-10-28T12:26:09.314Z] Step 7/24 : RUN go mod download [2020-10-28T12:26:09.413Z] Removing intermediate container 5c7f6bc9e1cf [2020-10-28T12:26:09.413Z] ---> 069ca49b3228 [2020-10-28T12:26:09.413Z] Step 6/26 : COPY go.mod . [2020-10-28T12:26:09.997Z] ---> Running in 7c588c8680b3 [2020-10-28T12:26:10.885Z] Removing intermediate container e0b10a02ef78 [2020-10-28T12:26:10.885Z] ---> d5e71adc13bd [2020-10-28T12:26:10.885Z] Step 6/22 : COPY go.mod . [2020-10-28T12:26:10.885Z] ---> 506fb0760555 [2020-10-28T12:26:10.885Z] Step 7/26 : RUN go mod download [2020-10-28T12:26:11.168Z] Removing intermediate container 731dc0329cdb [2020-10-28T12:26:11.168Z] ---> 44c211c6df45 [2020-10-28T12:26:11.168Z] Step 6/22 : COPY go.mod . [2020-10-28T12:26:11.168Z] ---> Running in dc8847aec720 [2020-10-28T12:26:11.168Z] Removing intermediate container 9a994d4e8062 [2020-10-28T12:26:11.168Z] ---> 32121d0950be [2020-10-28T12:26:11.168Z] Step 6/23 : COPY go.mod . [2020-10-28T12:26:11.774Z] Removing intermediate container 0f33446ef7d1 [2020-10-28T12:26:11.774Z] ---> d6245034848d [2020-10-28T12:26:11.774Z] Step 7/29 : COPY . . [2020-10-28T12:26:12.052Z] ---> 7a0d7efb8a61 [2020-10-28T12:26:12.052Z] Step 7/22 : RUN go mod download [2020-10-28T12:26:12.328Z] ---> b2836679eb0d [2020-10-28T12:26:12.328Z] Step 7/22 : RUN go mod download [2020-10-28T12:26:12.328Z] ---> Running in bde017190015 [2020-10-28T12:26:12.931Z] ---> Running in 9a4672941019 [2020-10-28T12:26:13.533Z] ---> e1c1b0282b96 [2020-10-28T12:26:13.533Z] Step 7/23 : RUN go mod download [2020-10-28T12:26:14.975Z] ---> Running in caa74fe60502 [2020-10-28T12:26:15.962Z] Removing intermediate container dc8847aec720 [2020-10-28T12:26:15.962Z] ---> 9b12870cc691 [2020-10-28T12:26:15.962Z] Step 8/26 : COPY . . [2020-10-28T12:26:15.977Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-28T12:26:15.977Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-10-28T12:26:15.977Z] ---> 2b585f8294f4 [2020-10-28T12:26:15.977Z] Step 3/21 : WORKDIR /edgex-go [2020-10-28T12:26:15.977Z] ---> Using cache [2020-10-28T12:26:15.978Z] ---> c24780f70d27 [2020-10-28T12:26:15.978Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-28T12:26:15.978Z] ---> Using cache [2020-10-28T12:26:15.978Z] ---> b16548ef17c2 [2020-10-28T12:26:15.978Z] Step 5/21 : RUN apk update && apk add make git [2020-10-28T12:26:15.978Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-28T12:26:15.978Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-28T12:26:15.978Z] ---> 2b585f8294f4 [2020-10-28T12:26:15.978Z] Step 3/22 : WORKDIR /edgex-go [2020-10-28T12:26:15.978Z] ---> Using cache [2020-10-28T12:26:15.978Z] ---> c24780f70d27 [2020-10-28T12:26:15.978Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-28T12:26:15.978Z] ---> Using cache [2020-10-28T12:26:15.978Z] ---> b16548ef17c2 [2020-10-28T12:26:15.978Z] Step 5/22 : RUN apk update && apk add make git [2020-10-28T12:26:15.978Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-28T12:26:15.978Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-28T12:26:15.978Z] ---> 2b585f8294f4 [2020-10-28T12:26:15.978Z] Step 3/22 : WORKDIR /edgex-go [2020-10-28T12:26:15.978Z] ---> Using cache [2020-10-28T12:26:15.978Z] ---> c24780f70d27 [2020-10-28T12:26:15.978Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-28T12:26:15.978Z] ---> Using cache [2020-10-28T12:26:15.978Z] ---> b16548ef17c2 [2020-10-28T12:26:15.978Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-10-28T12:26:18.019Z] ---> Running in 260cc8999da6 [2020-10-28T12:26:18.019Z] ---> Running in 35fbb4e658a6 [2020-10-28T12:26:18.019Z] ---> Running in fd269bfe39eb [2020-10-28T12:26:19.128Z] Removing intermediate container 7c588c8680b3 [2020-10-28T12:26:19.128Z] ---> 9517baee1d83 [2020-10-28T12:26:19.128Z] Step 8/24 : COPY . . [2020-10-28T12:26:20.754Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-28T12:26:21.047Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-28T12:26:21.047Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-28T12:26:21.328Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-28T12:26:21.410Z] Removing intermediate container bde017190015 [2020-10-28T12:26:21.410Z] ---> 6c628d832afa [2020-10-28T12:26:21.410Z] Step 8/22 : COPY . . [2020-10-28T12:26:21.410Z] Removing intermediate container 9a4672941019 [2020-10-28T12:26:21.410Z] ---> 309f7a8b2097 [2020-10-28T12:26:21.410Z] Step 8/22 : COPY . . [2020-10-28T12:26:21.410Z] Removing intermediate container caa74fe60502 [2020-10-28T12:26:21.410Z] ---> 8ba32a65dfc0 [2020-10-28T12:26:21.410Z] Step 8/23 : COPY . . [2020-10-28T12:26:21.686Z] ---> c4143b1c17c2 [2020-10-28T12:26:21.686Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-10-28T12:26:21.965Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-28T12:26:21.965Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-28T12:26:22.276Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-28T12:26:22.276Z] v3.12.1-9-g3c7f8a65fa [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-28T12:26:22.276Z] OK: 12752 distinct packages available [2020-10-28T12:26:22.885Z] OK: 233 MiB in 51 packages [2020-10-28T12:26:22.885Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-28T12:26:22.885Z] v3.12.1-9-g3c7f8a65fa [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-28T12:26:22.885Z] OK: 12752 distinct packages available [2020-10-28T12:26:23.206Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-28T12:26:23.207Z] v3.12.1-9-g3c7f8a65fa [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-28T12:26:23.207Z] OK: 12752 distinct packages available [2020-10-28T12:26:23.553Z] OK: 233 MiB in 51 packages [2020-10-28T12:26:23.553Z] OK: 233 MiB in 51 packages [2020-10-28T12:26:23.675Z] ---> Running in 80d563a4767c [2020-10-28T12:26:23.881Z] OK: 233 MiB in 51 packages [2020-10-28T12:26:25.514Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.102" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-10-28T12:26:26.661Z] Removing intermediate container 260cc8999da6 [2020-10-28T12:26:26.661Z] ---> 79225fc66850 [2020-10-28T12:26:26.661Z] Step 6/21 : COPY go.mod . [2020-10-28T12:26:27.202Z] Removing intermediate container fd269bfe39eb [2020-10-28T12:26:27.202Z] ---> 480df6c4ff32 [2020-10-28T12:26:27.202Z] Step 6/22 : COPY go.mod . [2020-10-28T12:26:28.068Z] ---> 091816e66665 [2020-10-28T12:26:28.068Z] Step 7/21 : RUN go mod download [2020-10-28T12:26:28.451Z] Removing intermediate container 35fbb4e658a6 [2020-10-28T12:26:28.451Z] ---> fe2ecb6d9a48 [2020-10-28T12:26:28.451Z] Step 6/22 : COPY go.mod . [2020-10-28T12:26:29.160Z] ---> 9462c8034f66 [2020-10-28T12:26:29.160Z] Step 7/22 : RUN go mod download [2020-10-28T12:26:29.160Z] ---> Running in 8981f7c27cba [2020-10-28T12:26:29.530Z] ---> 74cacedc3ace [2020-10-28T12:26:29.530Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-10-28T12:26:29.530Z] ---> Running in 7c604221268c [2020-10-28T12:26:29.530Z] ---> 7069548607f8 [2020-10-28T12:26:29.530Z] Step 7/22 : RUN go mod download [2020-10-28T12:26:29.858Z] ---> Running in 2b3759603ece [2020-10-28T12:26:29.858Z] ---> Running in 65155152883b [2020-10-28T12:26:31.324Z] ---> ed96ef423488 [2020-10-28T12:26:31.324Z] 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-10-28T12:26:31.966Z] ---> Running in 3d9c9fb09dd8 [2020-10-28T12:26:32.714Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.102" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-10-28T12:26:33.880Z] Removing intermediate container 8981f7c27cba [2020-10-28T12:26:33.880Z] ---> fad01dbce773 [2020-10-28T12:26:33.880Z] Step 8/21 : COPY . . [2020-10-28T12:26:33.880Z] Removing intermediate container 7c604221268c [2020-10-28T12:26:33.880Z] ---> 58b60ec6d379 [2020-10-28T12:26:33.880Z] Step 8/22 : COPY . . [2020-10-28T12:26:34.724Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.102" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-10-28T12:26:35.981Z] Removing intermediate container 65155152883b [2020-10-28T12:26:35.981Z] ---> e71e1f587da3 [2020-10-28T12:26:35.981Z] Step 8/22 : COPY . . [2020-10-28T12:26:39.454Z] ---> d73fa85198b8 [2020-10-28T12:26:39.454Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-10-28T12:26:39.454Z] ---> ab57c576e9ae [2020-10-28T12:26:39.454Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-10-28T12:26:39.454Z] ---> Running in f69c250dd8e5 [2020-10-28T12:26:39.454Z] ---> 4e527f7b57bb [2020-10-28T12:26:39.454Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-10-28T12:26:39.868Z] ---> Running in d590ff94551d [2020-10-28T12:26:39.868Z] ---> Running in 8ed9cfe4b588 [2020-10-28T12:26:43.268Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.102" -o cmd/core-command/core-command ./cmd/core-command [2020-10-28T12:26:43.268Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.102" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-10-28T12:26:43.268Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.102" -o cmd/core-data/core-data ./cmd/core-data [2020-10-28T12:26:50.099Z] ---> ea0321f37823 [2020-10-28T12:26:50.099Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-10-28T12:26:52.729Z] ---> Running in 665ea8e1d2b6 [2020-10-28T12:26:56.662Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.102" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-10-28T12:27:25.025Z] Removing intermediate container 2b3759603ece [2020-10-28T12:27:25.025Z] ---> 8d763f71e6a4 [2020-10-28T12:27:25.025Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-10-28T12:27:25.025Z] ---> 96ffdb79063c [2020-10-28T12:27:25.025Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-10-28T12:27:25.025Z] ---> Running in 7fef4c44a4d2 [2020-10-28T12:27:25.025Z] ---> Running in dd6c33245f98 [2020-10-28T12:27:25.025Z] ---> e53bdd65f44f [2020-10-28T12:27:25.025Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-10-28T12:27:25.025Z] ---> 8929c6238126 [2020-10-28T12:27:25.025Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-10-28T12:27:25.025Z] ---> Running in 04ed62d2e98f [2020-10-28T12:27:25.025Z] ---> Running in 98cad89589d0 [2020-10-28T12:27:25.025Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.102" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-10-28T12:27:25.025Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.102" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-10-28T12:27:25.025Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.102" -o cmd/core-command/core-command ./cmd/core-command [2020-10-28T12:27:25.025Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.102" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-10-28T12:27:30.461Z] Removing intermediate container 80d563a4767c [2020-10-28T12:27:30.461Z] ---> f3962209bd56 [2020-10-28T12:27:30.461Z] [2020-10-28T12:27:30.461Z] Step 9/29 : FROM alpine:latest [2020-10-28T12:27:30.461Z] latest: Pulling from library/alpine [2020-10-28T12:27:30.461Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-10-28T12:27:30.461Z] Status: Downloaded newer image for alpine:latest [2020-10-28T12:27:30.461Z] ---> 2e77e061c27f [2020-10-28T12:27:30.461Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-10-28T12:27:30.461Z] ---> Running in 02388d7ea450 [2020-10-28T12:27:30.461Z] Removing intermediate container 02388d7ea450 [2020-10-28T12:27:30.461Z] ---> 4be6ecca32f5 [2020-10-28T12:27:30.461Z] Step 11/29 : USER root [2020-10-28T12:27:30.744Z] ---> Running in 03419a306024 [2020-10-28T12:27:31.360Z] Removing intermediate container 03419a306024 [2020-10-28T12:27:31.360Z] ---> c3ed32c785be [2020-10-28T12:27:31.360Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-10-28T12:27:31.360Z] ---> Running in df02ced0adf1 [2020-10-28T12:27:31.976Z] Removing intermediate container 7fef4c44a4d2 [2020-10-28T12:27:31.976Z] ---> c4b92cfabd8a [2020-10-28T12:27:31.976Z] [2020-10-28T12:27:31.976Z] Step 11/27 : FROM docker:latest [2020-10-28T12:27:31.976Z] ---> 6972c414f322 [2020-10-28T12:27:31.976Z] Step 12/27 : RUN apk add --no-cache bash [2020-10-28T12:27:31.976Z] ---> Running in dd26887c03d8 [2020-10-28T12:27:34.015Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-28T12:27:34.298Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-28T12:27:34.833Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-28T12:27:34.833Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-28T12:27:35.283Z] v3.12.1-8-ge053f6efb7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-28T12:27:35.283Z] v3.12.1-9-g3c7f8a65fa [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-28T12:27:35.283Z] OK: 12615 distinct packages available [2020-10-28T12:27:35.613Z] (1/2) Installing readline (8.0.4-r0) [2020-10-28T12:27:35.613Z] (2/2) Installing bash (5.0.17-r0) [2020-10-28T12:27:35.613Z] Executing bash-5.0.17-r0.post-install [2020-10-28T12:27:35.613Z] Executing busybox-1.31.1-r19.trigger [2020-10-28T12:27:36.270Z] (1/2) Installing ca-certificates (20191127-r4) [2020-10-28T12:27:36.270Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-10-28T12:27:36.270Z] Executing busybox-1.31.1-r19.trigger [2020-10-28T12:27:36.270Z] Executing ca-certificates-20191127-r4.trigger [2020-10-28T12:27:36.327Z] OK: 12 MiB in 22 packages [2020-10-28T12:27:36.616Z] Removing intermediate container 665ea8e1d2b6 [2020-10-28T12:27:36.616Z] ---> d2408d6ff173 [2020-10-28T12:27:36.616Z] [2020-10-28T12:27:36.616Z] Step 10/24 : FROM scratch [2020-10-28T12:27:36.616Z] ---> [2020-10-28T12:27:36.616Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-28T12:27:36.873Z] OK: 6 MiB in 16 packages [2020-10-28T12:27:39.444Z] Removing intermediate container dd26887c03d8 [2020-10-28T12:27:39.444Z] ---> 961f47d05786 [2020-10-28T12:27:39.444Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-10-28T12:27:39.444Z] ---> Running in 13a7766b4697 [2020-10-28T12:27:39.444Z] ---> Running in 82027523a307 [2020-10-28T12:27:39.524Z] Removing intermediate container df02ced0adf1 [2020-10-28T12:27:39.524Z] ---> 2ef23d4249f5 [2020-10-28T12:27:39.524Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-10-28T12:27:39.524Z] ---> Running in 28901b823ba4 [2020-10-28T12:27:39.772Z] Removing intermediate container 13a7766b4697 [2020-10-28T12:27:39.773Z] ---> 5d608888e86b [2020-10-28T12:27:39.773Z] Step 12/24 : ENV APP_PORT=48060 [2020-10-28T12:27:40.050Z] ---> Running in 73446a30fc99 [2020-10-28T12:27:40.141Z] Removing intermediate container 28901b823ba4 [2020-10-28T12:27:40.141Z] ---> 0db319f5e3b5 [2020-10-28T12:27:40.141Z] Step 14/29 : WORKDIR $BASE_DIR [2020-10-28T12:27:40.141Z] ---> Running in e3db44fadb8e [2020-10-28T12:27:40.340Z] Removing intermediate container 73446a30fc99 [2020-10-28T12:27:40.340Z] ---> 546f7ddee208 [2020-10-28T12:27:40.340Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-28T12:27:40.883Z] Removing intermediate container e3db44fadb8e [2020-10-28T12:27:40.883Z] ---> efc237a4eba1 [2020-10-28T12:27:40.883Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-10-28T12:27:40.883Z] ---> Running in 960d4296eb72 [2020-10-28T12:27:41.054Z] ---> Running in 69325a8f9b1a [2020-10-28T12:27:41.353Z] Removing intermediate container 69325a8f9b1a [2020-10-28T12:27:41.353Z] ---> 2de49ba57371 [2020-10-28T12:27:41.353Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-10-28T12:27:42.072Z] ---> 41e81cef3bbd [2020-10-28T12:27:42.072Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-10-28T12:27:42.346Z] Removing intermediate container 82027523a307 [2020-10-28T12:27:42.346Z] ---> d25b67611a3c [2020-10-28T12:27:42.346Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-10-28T12:27:42.663Z] ---> Running in 47fca0a42c1c [2020-10-28T12:27:43.859Z] Removing intermediate container 47fca0a42c1c [2020-10-28T12:27:43.859Z] ---> 826d5c592011 [2020-10-28T12:27:43.859Z] Step 15/27 : ENV APP_PORT=48090 [2020-10-28T12:27:43.859Z] ---> f6c4d932d64c [2020-10-28T12:27:43.859Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-10-28T12:27:44.162Z] ---> Running in 9774b280643d [2020-10-28T12:27:44.462Z] Removing intermediate container 9774b280643d [2020-10-28T12:27:44.462Z] ---> c34b9e3a5c6e [2020-10-28T12:27:44.462Z] Step 16/27 : EXPOSE $APP_PORT [2020-10-28T12:27:44.462Z] ---> Running in 3e6b2a99d243 [2020-10-28T12:27:45.107Z] Removing intermediate container 3e6b2a99d243 [2020-10-28T12:27:45.107Z] ---> 4700449b972c [2020-10-28T12:27:45.107Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-10-28T12:27:45.319Z] Removing intermediate container 960d4296eb72 [2020-10-28T12:27:45.319Z] ---> 95c236d71ec2 [2020-10-28T12:27:45.319Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-10-28T12:27:45.393Z] ---> f23aa330b819 [2020-10-28T12:27:45.393Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-10-28T12:27:46.003Z] ---> 45f41f1f3517 [2020-10-28T12:27:46.003Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-10-28T12:27:46.307Z] ---> 89aecec00535 [2020-10-28T12:27:46.307Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-10-28T12:27:46.767Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.102" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-10-28T12:27:47.046Z] ---> 2b9a76f15380 [2020-10-28T12:27:47.046Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-10-28T12:27:48.046Z] ---> d77af3efa8d5 [2020-10-28T12:27:48.046Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-10-28T12:27:49.056Z] ---> 9c48a08f88eb [2020-10-28T12:27:49.056Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-10-28T12:27:49.274Z] ---> c5c95c7f6a90 [2020-10-28T12:27:49.274Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-10-28T12:27:49.274Z] ---> 90c163db80a4 [2020-10-28T12:27:49.274Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-10-28T12:27:50.508Z] ---> 6165bf3c4f8c [2020-10-28T12:27:50.509Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-10-28T12:27:51.126Z] ---> 0c2507dc7411 [2020-10-28T12:27:51.126Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-10-28T12:27:51.126Z] ---> 7dc1646485b7 [2020-10-28T12:27:51.126Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-10-28T12:27:51.126Z] ---> Running in c27882279d40 [2020-10-28T12:27:51.431Z] ---> Running in 54f8c3b1ebe6 [2020-10-28T12:27:51.502Z] ---> ec9f88ecc3cf [2020-10-28T12:27:51.502Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-10-28T12:27:51.502Z] ---> Running in cc160016b31b [2020-10-28T12:27:51.762Z] Removing intermediate container 54f8c3b1ebe6 [2020-10-28T12:27:51.762Z] ---> 06649a6c902e [2020-10-28T12:27:51.762Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-28T12:27:52.073Z] ---> Running in 25102043703a [2020-10-28T12:27:52.468Z] Removing intermediate container 25102043703a [2020-10-28T12:27:52.468Z] ---> 7fa39c63b27d [2020-10-28T12:27:52.468Z] Step 22/24 : LABEL arch=x86_64 [2020-10-28T12:27:52.468Z] ---> Running in c1048ebe8a3b [2020-10-28T12:27:52.849Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-28T12:27:53.180Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-28T12:27:53.180Z] Removing intermediate container c1048ebe8a3b [2020-10-28T12:27:53.180Z] ---> 09b4610d0f3e [2020-10-28T12:27:53.180Z] Step 23/24 : LABEL git_sha=30fe914c5ad8e4d98bae6ee0071c56635472cae5 [2020-10-28T12:27:53.180Z] ---> Running in c505c1658cb8 [2020-10-28T12:27:53.530Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-10-28T12:27:53.530Z] (2/33) Installing expat (2.2.9-r1) [2020-10-28T12:27:53.530Z] (3/33) Installing libffi (3.3-r2) [2020-10-28T12:27:53.530Z] (4/33) Installing gdbm (1.13-r1) [2020-10-28T12:27:53.530Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-10-28T12:27:53.530Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-10-28T12:27:53.530Z] (7/33) Installing python3 (3.8.5-r0) [2020-10-28T12:27:53.858Z] Removing intermediate container c505c1658cb8 [2020-10-28T12:27:53.858Z] ---> 958daed20300 [2020-10-28T12:27:53.858Z] Step 24/24 : LABEL version=1.2.2-dev.102 [2020-10-28T12:27:55.703Z] ---> Running in fcf5036c6b3b [2020-10-28T12:27:55.852Z] Removing intermediate container cc160016b31b [2020-10-28T12:27:55.852Z] ---> dbe30b3acb5d [2020-10-28T12:27:55.852Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-10-28T12:27:55.985Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-10-28T12:27:55.985Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-10-28T12:27:55.985Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-10-28T12:27:55.985Z] (11/33) Installing py3-six (1.15.0-r0) [2020-10-28T12:27:55.985Z] (12/33) Installing py3-packaging (20.4-r0) [2020-10-28T12:27:56.359Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-10-28T12:27:56.496Z] ---> fa6abbb72204 [2020-10-28T12:27:56.496Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-28T12:27:56.690Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-10-28T12:27:56.786Z] ---> Running in 43ccd8448945 [2020-10-28T12:27:57.806Z] (15/33) Installing py3-idna (2.9-r0) [2020-10-28T12:27:57.806Z] Removing intermediate container fcf5036c6b3b [2020-10-28T12:27:57.806Z] ---> fb3bd4bc03ca [2020-10-28T12:27:57.806Z] [2020-10-28T12:27:57.806Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-10-28T12:27:57.806Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-10-28T12:27:57.806Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-10-28T12:27:57.806Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-10-28T12:27:57.806Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-10-28T12:27:58.152Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-10-28T12:27:58.152Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-10-28T12:27:58.570Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-10-28T12:27:58.570Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-10-28T12:27:58.570Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-10-28T12:27:59.198Z] Successfully built fb3bd4bc03ca [2020-10-28T12:27:59.198Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-10-28T12:27:59.198Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-10-28T12:27:59.198Z] Successfully tagged docker-support-notifications-go:latest [2020-10-28T12:27:59.198Z]  Building docker-support-notifications-go ... done (28/33) Installing py3-pep517 (0.8.2-r0) [2020-10-28T12:27:59.198Z] (29/33) Installing py3-progress (1.5-r0) [2020-10-28T12:27:59.198Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-10-28T12:27:59.474Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.102" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-10-28T12:28:00.199Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-10-28T12:28:00.199Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-10-28T12:28:00.199Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-10-28T12:28:00.199Z] Executing busybox-1.31.1-r19.trigger [2020-10-28T12:28:00.199Z] OK: 71 MiB in 55 packages [2020-10-28T12:28:00.942Z] Removing intermediate container 43ccd8448945 [2020-10-28T12:28:00.942Z] ---> 97b59d68662c [2020-10-28T12:28:00.942Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-10-28T12:28:00.942Z] ---> Running in a657331db44d [2020-10-28T12:28:06.388Z] Removing intermediate container a657331db44d [2020-10-28T12:28:06.388Z] ---> fb560b6bc601 [2020-10-28T12:28:06.388Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-10-28T12:28:06.388Z] ---> Running in 716001535da4 [2020-10-28T12:28:06.388Z] Removing intermediate container 716001535da4 [2020-10-28T12:28:06.388Z] ---> 481ec33f1b87 [2020-10-28T12:28:06.388Z] Step 26/29 : CMD [ "generate" ] [2020-10-28T12:28:06.664Z] ---> Running in 12cf8c926df1 [2020-10-28T12:28:07.270Z] Removing intermediate container 12cf8c926df1 [2020-10-28T12:28:07.270Z] ---> a117fb10f926 [2020-10-28T12:28:07.270Z] Step 27/29 : LABEL arch=arm64 [2020-10-28T12:28:07.270Z] ---> Running in 93591e8a3328 [2020-10-28T12:28:08.280Z] Removing intermediate container 93591e8a3328 [2020-10-28T12:28:08.280Z] ---> e999ccf37858 [2020-10-28T12:28:08.280Z] Step 28/29 : LABEL git_sha=30fe914c5ad8e4d98bae6ee0071c56635472cae5 [2020-10-28T12:28:08.569Z] ---> Running in 756e7abd0218 [2020-10-28T12:28:09.172Z] Removing intermediate container 756e7abd0218 [2020-10-28T12:28:09.172Z] ---> e8d5d69d7f40 [2020-10-28T12:28:09.172Z] Step 29/29 : LABEL version=1.2.2-dev.102 [2020-10-28T12:28:09.783Z] ---> Running in f691ace4d34d [2020-10-28T12:28:10.779Z] Removing intermediate container f691ace4d34d [2020-10-28T12:28:10.780Z] ---> 51f2624810ef [2020-10-28T12:28:10.780Z] [2020-10-28T12:28:11.255Z] Removing intermediate container 98cad89589d0 [2020-10-28T12:28:11.255Z] ---> 3922b05af36a [2020-10-28T12:28:11.255Z] [2020-10-28T12:28:11.255Z] Step 10/22 : FROM scratch [2020-10-28T12:28:11.255Z] ---> [2020-10-28T12:28:11.256Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-28T12:28:11.256Z] ---> Using cache [2020-10-28T12:28:11.256Z] ---> 5d608888e86b [2020-10-28T12:28:11.256Z] Step 12/22 : ENV APP_PORT=48061 [2020-10-28T12:28:11.256Z] ---> Running in e2826d224517 [2020-10-28T12:28:11.256Z] Removing intermediate container c27882279d40 [2020-10-28T12:28:11.379Z] Successfully built 51f2624810ef [2020-10-28T12:28:11.379Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-10-28T12:28:11.379Z]  Building docker-security-secrets-setup-go ... done Building docker-sys-mgmt-agent-go [2020-10-28T12:28:11.583Z] ---> fab044fc53c2 [2020-10-28T12:28:11.583Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-10-28T12:28:11.895Z] ---> Running in 072ba05b4438 [2020-10-28T12:28:12.371Z] Removing intermediate container 3d9c9fb09dd8 [2020-10-28T12:28:12.371Z] ---> aab6011cce6d [2020-10-28T12:28:12.371Z] [2020-10-28T12:28:12.371Z] Step 10/26 : FROM alpine:3.10 [2020-10-28T12:28:12.525Z] Removing intermediate container e2826d224517 [2020-10-28T12:28:12.525Z] ---> c14f6f943ec2 [2020-10-28T12:28:12.525Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-28T12:28:12.649Z] 3.10: Pulling from library/alpine [2020-10-28T12:28:14.556Z] ---> Running in b17d04700211 [2020-10-28T12:28:14.688Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-10-28T12:28:14.688Z] Status: Downloaded newer image for alpine:3.10 [2020-10-28T12:28:14.688Z] ---> 536a684cf733 [2020-10-28T12:28:14.688Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-10-28T12:28:15.306Z] ---> Running in a8fb8c5de896 [2020-10-28T12:28:15.598Z] Removing intermediate container b17d04700211 [2020-10-28T12:28:15.598Z] ---> 296bd0d8d6a0 [2020-10-28T12:28:15.598Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-10-28T12:28:15.598Z] Removing intermediate container 04ed62d2e98f [2020-10-28T12:28:15.598Z] ---> d23cdf759ce1 [2020-10-28T12:28:15.598Z] [2020-10-28T12:28:15.598Z] Step 10/22 : FROM scratch [2020-10-28T12:28:15.598Z] ---> [2020-10-28T12:28:15.598Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-28T12:28:15.598Z] Removing intermediate container dd6c33245f98 [2020-10-28T12:28:15.598Z] ---> 675d9736231d [2020-10-28T12:28:15.598Z] [2020-10-28T12:28:15.598Z] Step 10/21 : FROM scratch [2020-10-28T12:28:15.598Z] ---> [2020-10-28T12:28:15.598Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-28T12:28:15.944Z] ---> Using cache [2020-10-28T12:28:15.944Z] ---> 80d5f70ac3b7 [2020-10-28T12:28:15.944Z] Step 12/22 : ENV APP_PORT=48082 [2020-10-28T12:28:15.944Z] ---> Using cache [2020-10-28T12:28:15.944Z] ---> 80d5f70ac3b7 [2020-10-28T12:28:15.944Z] Step 12/21 : ENV APP_PORT=48085 [2020-10-28T12:28:15.944Z] ---> Running in 70bcf27c8291 [2020-10-28T12:28:15.944Z] ---> Running in 56cd9d6aa623 [2020-10-28T12:28:16.264Z] ---> 9df80158580f [2020-10-28T12:28:16.264Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-10-28T12:28:16.264Z] Removing intermediate container 70bcf27c8291 [2020-10-28T12:28:16.264Z] ---> 5d5fc367a404 [2020-10-28T12:28:16.264Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-28T12:28:16.583Z] Removing intermediate container 56cd9d6aa623 [2020-10-28T12:28:16.583Z] ---> aa544caec730 [2020-10-28T12:28:16.583Z] Step 13/21 : EXPOSE $APP_PORT [2020-10-28T12:28:16.583Z] ---> Running in 41decce3f7f4 [2020-10-28T12:28:16.583Z] ---> Running in e4bc8e9923c1 [2020-10-28T12:28:16.868Z] Removing intermediate container 41decce3f7f4 [2020-10-28T12:28:16.868Z] ---> 2a77426bf0b4 [2020-10-28T12:28:16.868Z] Step 14/22 : WORKDIR / [2020-10-28T12:28:16.868Z] ---> 5971c8c56d20 [2020-10-28T12:28:16.868Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-10-28T12:28:16.868Z] Removing intermediate container e4bc8e9923c1 [2020-10-28T12:28:16.868Z] ---> 1bd87d9d2628 [2020-10-28T12:28:16.868Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-10-28T12:28:16.868Z] ---> Running in ef76463ddf09 [2020-10-28T12:28:17.240Z] Collecting docker-compose==1.23.2 [2020-10-28T12:28:17.240Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-10-28T12:28:17.240Z] Removing intermediate container ef76463ddf09 [2020-10-28T12:28:17.240Z] ---> 39c495d3128e [2020-10-28T12:28:17.240Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-10-28T12:28:17.598Z] ---> 8d39841b2c89 [2020-10-28T12:28:17.598Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-10-28T12:28:17.913Z] Collecting docopt<0.7,>=0.6.1 [2020-10-28T12:28:17.913Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-10-28T12:28:17.968Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-10-28T12:28:18.249Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-10-28T12:28:18.858Z] v3.10.5-127-ga687d2589a [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-10-28T12:28:18.858Z] v3.10.5-136-gb80983a48b [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-10-28T12:28:18.858Z] OK: 10167 distinct packages available [2020-10-28T12:28:19.515Z] ---> 5c53d49f8ba4 [2020-10-28T12:28:19.515Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-10-28T12:28:19.515Z] ---> 730927829f3a [2020-10-28T12:28:19.515Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-10-28T12:28:19.515Z] ---> 1ad547d33928 [2020-10-28T12:28:19.515Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-10-28T12:28:19.845Z] Collecting jsonschema<3,>=2.5.1 [2020-10-28T12:28:19.845Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-10-28T12:28:19.850Z] (1/5) Installing ca-certificates (20191127-r2) [2020-10-28T12:28:19.851Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-10-28T12:28:19.851Z] (3/5) Installing libcurl (7.66.0-r1) [2020-10-28T12:28:19.851Z] (4/5) Installing curl (7.66.0-r1) [2020-10-28T12:28:19.851Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-10-28T12:28:20.130Z] Executing busybox-1.30.1-r3.trigger [2020-10-28T12:28:20.130Z] Executing ca-certificates-20191127-r2.trigger [2020-10-28T12:28:20.172Z] ---> 06edc06ae4ca [2020-10-28T12:28:20.172Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-10-28T12:28:20.172Z] ---> 4e2ff3f9047f [2020-10-28T12:28:20.172Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-10-28T12:28:20.172Z] Collecting PyYAML<4,>=3.10 [2020-10-28T12:28:20.172Z] ---> Running in 12d8b137364a [2020-10-28T12:28:20.172Z] ---> Running in d1450a9ffcac [2020-10-28T12:28:20.172Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-10-28T12:28:20.408Z] OK: 7 MiB in 19 packages [2020-10-28T12:28:20.530Z] ---> dbeae0e314e1 [2020-10-28T12:28:20.530Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-10-28T12:28:20.843Z] Removing intermediate container d1450a9ffcac [2020-10-28T12:28:20.843Z] ---> 0c3c3229f006 [2020-10-28T12:28:20.843Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-28T12:28:21.147Z] Removing intermediate container 12d8b137364a [2020-10-28T12:28:21.147Z] ---> b521c51df18d [2020-10-28T12:28:21.147Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-28T12:28:21.433Z] ---> Running in 629ba6d45d4a [2020-10-28T12:28:21.433Z] ---> 112e52864558 [2020-10-28T12:28:21.433Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-10-28T12:28:21.433Z] 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-10-28T12:28:21.433Z] ---> Running in 1355311adfaf [2020-10-28T12:28:21.433Z] ---> Running in 824adab8c19e [2020-10-28T12:28:21.433Z] Collecting texttable<0.10,>=0.9.0 [2020-10-28T12:28:21.433Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-10-28T12:28:21.722Z] Removing intermediate container 629ba6d45d4a [2020-10-28T12:28:21.722Z] ---> 9fbb2deb9e65 [2020-10-28T12:28:21.722Z] Step 19/21 : LABEL arch=x86_64 [2020-10-28T12:28:21.722Z] ---> Running in 52017266d238 [2020-10-28T12:28:21.722Z] Removing intermediate container 1355311adfaf [2020-10-28T12:28:21.722Z] ---> 679159995e81 [2020-10-28T12:28:21.722Z] Step 20/22 : LABEL arch=x86_64 [2020-10-28T12:28:21.722Z] Removing intermediate container 824adab8c19e [2020-10-28T12:28:21.722Z] ---> 7363b672aea1 [2020-10-28T12:28:21.722Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-28T12:28:21.991Z] ---> Running in ab0f72ab6b16 [2020-10-28T12:28:21.991Z] ---> Running in 7fe0e19eeffe [2020-10-28T12:28:21.991Z] Removing intermediate container 52017266d238 [2020-10-28T12:28:21.991Z] ---> e4889a67f601 [2020-10-28T12:28:21.991Z] Step 20/21 : LABEL git_sha=30fe914c5ad8e4d98bae6ee0071c56635472cae5 [2020-10-28T12:28:22.262Z] ---> Running in d1620914ab73 [2020-10-28T12:28:22.262Z] Removing intermediate container ab0f72ab6b16 [2020-10-28T12:28:22.262Z] ---> 92de6269f27a [2020-10-28T12:28:22.262Z] Step 21/22 : LABEL git_sha=30fe914c5ad8e4d98bae6ee0071c56635472cae5 [2020-10-28T12:28:22.262Z] Removing intermediate container 7fe0e19eeffe [2020-10-28T12:28:22.262Z] ---> 226525ea3231 [2020-10-28T12:28:22.262Z] Step 20/22 : LABEL arch=x86_64 [2020-10-28T12:28:22.262Z] ---> Running in 201f2682c2b1 [2020-10-28T12:28:22.529Z] Collecting docker<4.0,>=3.6.0 [2020-10-28T12:28:22.529Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-10-28T12:28:22.529Z] ---> Running in ef526cb529b9 [2020-10-28T12:28:22.529Z] Removing intermediate container d1620914ab73 [2020-10-28T12:28:22.529Z] ---> 2f0041002f91 [2020-10-28T12:28:22.529Z] Step 21/21 : LABEL version=1.2.2-dev.102 [2020-10-28T12:28:22.818Z] ---> Running in 8086feb3b485 [2020-10-28T12:28:22.818Z] Removing intermediate container 201f2682c2b1 [2020-10-28T12:28:22.818Z] ---> c02343490624 [2020-10-28T12:28:22.818Z] Step 22/22 : LABEL version=1.2.2-dev.102 [2020-10-28T12:28:23.089Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-10-28T12:28:23.089Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-10-28T12:28:23.089Z] Removing intermediate container ef526cb529b9 [2020-10-28T12:28:23.089Z] ---> eb0b4aa34d00 [2020-10-28T12:28:23.089Z] Step 21/22 : LABEL git_sha=30fe914c5ad8e4d98bae6ee0071c56635472cae5 [2020-10-28T12:28:23.089Z] ---> Running in dd3128c53fcd [2020-10-28T12:28:23.089Z] ---> Running in 0c8606b881e5 [2020-10-28T12:28:23.089Z] Collecting dockerpty<0.5,>=0.4.1 [2020-10-28T12:28:23.089Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-10-28T12:28:23.089Z] Removing intermediate container 8086feb3b485 [2020-10-28T12:28:23.089Z] ---> 25862d676d5f [2020-10-28T12:28:23.089Z] [2020-10-28T12:28:23.357Z] Removing intermediate container 0c8606b881e5 [2020-10-28T12:28:23.357Z] ---> d492c4f46e89 [2020-10-28T12:28:23.357Z] Step 22/22 : LABEL version=1.2.2-dev.102 [2020-10-28T12:28:23.357Z] Removing intermediate container dd3128c53fcd [2020-10-28T12:28:23.357Z] ---> 962726c064ac [2020-10-28T12:28:23.357Z] [2020-10-28T12:28:23.645Z] ---> Running in 4e6310b2f5ab [2020-10-28T12:28:23.645Z] Successfully built 25862d676d5f [2020-10-28T12:28:23.645Z] Successfully tagged docker-support-scheduler-go:latest [2020-10-28T12:28:23.917Z]  Building docker-support-scheduler-go ... done Successfully built 962726c064ac [2020-10-28T12:28:23.917Z] Successfully tagged docker-support-logging-go:latest [2020-10-28T12:28:24.184Z]  Building docker-support-logging-go ... done Collecting cached-property<2,>=1.2.0 [2020-10-28T12:28:24.184Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-10-28T12:28:24.184Z] Removing intermediate container 4e6310b2f5ab [2020-10-28T12:28:24.184Z] ---> 253596df1f92 [2020-10-28T12:28:24.184Z] [2020-10-28T12:28:24.184Z] Successfully built 253596df1f92 [2020-10-28T12:28:24.184Z] Collecting websocket-client<1.0,>=0.32.0 [2020-10-28T12:28:24.184Z] Successfully tagged docker-core-command-go:latest [2020-10-28T12:28:24.184Z]  Building docker-core-command-go ... done  Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-10-28T12:28:24.449Z] Collecting docker-pycreds>=0.4.0 [2020-10-28T12:28:24.449Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-10-28T12:28:24.449Z] 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-10-28T12:28:24.449Z] Collecting idna<2.8,>=2.5 [2020-10-28T12:28:24.449Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-10-28T12:28:24.719Z] Collecting urllib3<1.25,>=1.21.1 [2020-10-28T12:28:24.719Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-10-28T12:28:24.804Z] Removing intermediate container a8fb8c5de896 [2020-10-28T12:28:24.804Z] ---> f99cbce4bf6c [2020-10-28T12:28:24.804Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-28T12:28:24.804Z] ---> Running in 822416154de0 [2020-10-28T12:28:24.986Z] 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-10-28T12:28:24.986Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-10-28T12:28:24.986Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-10-28T12:28:24.986Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-10-28T12:28:24.986Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-10-28T12:28:25.264Z] Installing collected packages: docopt, jsonschema, PyYAML, texttable, websocket-client, docker-pycreds, idna, urllib3, requests, docker, dockerpty, cached-property, docker-compose [2020-10-28T12:28:25.264Z] Running setup.py install for docopt: started [2020-10-28T12:28:25.814Z] Removing intermediate container 822416154de0 [2020-10-28T12:28:25.814Z] ---> 2166c8b053c7 [2020-10-28T12:28:25.814Z] Step 13/26 : WORKDIR / [2020-10-28T12:28:25.814Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-28T12:28:25.814Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-10-28T12:28:25.814Z] ---> fb349a423359 [2020-10-28T12:28:25.814Z] Step 3/27 : WORKDIR /edgex-go [2020-10-28T12:28:25.814Z] ---> Using cache [2020-10-28T12:28:25.814Z] ---> 748fb0f4e04a [2020-10-28T12:28:25.814Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-28T12:28:25.814Z] ---> Running in 920aa4877c27 [2020-10-28T12:28:25.814Z] ---> Running in a70764f2c3ad [2020-10-28T12:28:25.874Z] Running setup.py install for docopt: finished with status 'done' [2020-10-28T12:28:25.874Z] Running setup.py install for PyYAML: started [2020-10-28T12:28:26.834Z] Removing intermediate container 920aa4877c27 [2020-10-28T12:28:26.835Z] ---> 2220067a9521 [2020-10-28T12:28:26.835Z] 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-10-28T12:28:26.843Z] Running setup.py install for PyYAML: finished with status 'done' [2020-10-28T12:28:26.843Z] Running setup.py install for texttable: started [2020-10-28T12:28:27.122Z] Running setup.py install for texttable: finished with status 'done' [2020-10-28T12:28:27.411Z] Attempting uninstall: idna [2020-10-28T12:28:27.411Z] Found existing installation: idna 2.9 [2020-10-28T12:28:27.411Z] Uninstalling idna-2.9: [2020-10-28T12:28:27.411Z] Successfully uninstalled idna-2.9 [2020-10-28T12:28:27.691Z] Attempting uninstall: urllib3 [2020-10-28T12:28:27.691Z] Found existing installation: urllib3 1.25.9 [2020-10-28T12:28:27.691Z] Uninstalling urllib3-1.25.9: [2020-10-28T12:28:27.691Z] Successfully uninstalled urllib3-1.25.9 [2020-10-28T12:28:27.967Z] Attempting uninstall: requests [2020-10-28T12:28:27.967Z] Found existing installation: requests 2.23.0 [2020-10-28T12:28:27.967Z] Uninstalling requests-2.23.0: [2020-10-28T12:28:28.239Z] Successfully uninstalled requests-2.23.0 [2020-10-28T12:28:28.294Z] ---> fefd043ce92c [2020-10-28T12:28:28.294Z] 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-10-28T12:28:28.513Z] Running setup.py install for dockerpty: started [2020-10-28T12:28:29.510Z] Running setup.py install for dockerpty: finished with status 'done' [2020-10-28T12:28:29.749Z] ---> bef7b5d81f02 [2020-10-28T12:28:29.749Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-10-28T12:28:29.780Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 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-10-28T12:28:30.362Z] Removing intermediate container a70764f2c3ad [2020-10-28T12:28:30.362Z] ---> ccfbd85f3016 [2020-10-28T12:28:30.362Z] Step 5/27 : RUN apk update && apk add make bash git [2020-10-28T12:28:30.362Z] ---> Running in 9496871e2313 [2020-10-28T12:28:30.973Z] ---> b6fc09d381ff [2020-10-28T12:28:30.973Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-10-28T12:28:32.448Z] ---> d35183f40952 [2020-10-28T12:28:32.448Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-10-28T12:28:33.176Z] Removing intermediate container 072ba05b4438 [2020-10-28T12:28:33.176Z] ---> 1850c84f92f6 [2020-10-28T12:28:33.176Z] Step 22/27 : RUN apk --no-cache add curl [2020-10-28T12:28:33.448Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-28T12:28:33.492Z] ---> Running in 94d4c035ec4d [2020-10-28T12:28:34.067Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-28T12:28:34.370Z] ---> f28c910b3b38 [2020-10-28T12:28:34.370Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-10-28T12:28:34.450Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-28T12:28:35.384Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-28T12:28:35.384Z] v3.12.1-9-g3c7f8a65fa [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-28T12:28:35.384Z] OK: 12623 distinct packages available [2020-10-28T12:28:36.387Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-28T12:28:36.414Z] ---> 894475bc4f51 [2020-10-28T12:28:36.414Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-10-28T12:28:36.695Z] OK: 217 MiB in 51 packages [2020-10-28T12:28:39.043Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-10-28T12:28:39.043Z] (2/3) Installing libcurl (7.69.1-r1) [2020-10-28T12:28:39.392Z] ---> d6157caf2792 [2020-10-28T12:28:39.392Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-10-28T12:28:39.679Z] Removing intermediate container 9496871e2313 [2020-10-28T12:28:39.679Z] ---> b6a9fce42545 [2020-10-28T12:28:39.679Z] Step 6/27 : COPY go.mod . [2020-10-28T12:28:39.848Z] (3/3) Installing curl (7.69.1-r1) [2020-10-28T12:28:40.502Z] Executing busybox-1.31.1-r19.trigger [2020-10-28T12:28:40.502Z] OK: 72 MiB in 58 packages [2020-10-28T12:28:41.134Z] Removing intermediate container 94d4c035ec4d [2020-10-28T12:28:41.134Z] ---> d38f964ff9c0 [2020-10-28T12:28:41.134Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-10-28T12:28:41.134Z] ---> Running in 9606264dc0ce [2020-10-28T12:28:41.177Z] ---> cf8357b54f19 [2020-10-28T12:28:41.177Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-28T12:28:41.412Z] Removing intermediate container 9606264dc0ce [2020-10-28T12:28:41.412Z] ---> 0cb5e6e2059d [2020-10-28T12:28:41.412Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-28T12:28:41.412Z] ---> Running in 2a02911abc07 [2020-10-28T12:28:41.716Z] Removing intermediate container 2a02911abc07 [2020-10-28T12:28:41.716Z] ---> f3c2ce2e97f5 [2020-10-28T12:28:41.716Z] Step 25/27 : LABEL arch=x86_64 [2020-10-28T12:28:41.716Z] ---> Running in a75d31b24cc8 [2020-10-28T12:28:41.801Z] ---> fe347d261a6c [2020-10-28T12:28:41.801Z] Step 7/27 : RUN go mod download [2020-10-28T12:28:41.801Z] Removing intermediate container f69c250dd8e5 [2020-10-28T12:28:41.801Z] ---> Running in 8606bfc066d0 [2020-10-28T12:28:41.801Z] ---> c40b3a33ff5f [2020-10-28T12:28:41.801Z] [2020-10-28T12:28:41.801Z] Step 10/22 : FROM scratch [2020-10-28T12:28:41.801Z] ---> [2020-10-28T12:28:41.801Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-28T12:28:41.985Z] Removing intermediate container a75d31b24cc8 [2020-10-28T12:28:41.985Z] ---> f719755d9a07 [2020-10-28T12:28:41.985Z] Step 26/27 : LABEL git_sha=30fe914c5ad8e4d98bae6ee0071c56635472cae5 [2020-10-28T12:28:42.085Z] ---> Running in 766c11c5b5de [2020-10-28T12:28:42.086Z] ---> Running in b716159d9fdc [2020-10-28T12:28:42.753Z] ---> Running in 9f6e5ee2591e [2020-10-28T12:28:42.753Z] Removing intermediate container 9f6e5ee2591e [2020-10-28T12:28:42.753Z] ---> 9bb37bf86ae0 [2020-10-28T12:28:42.753Z] Step 27/27 : LABEL version=1.2.2-dev.102 [2020-10-28T12:28:43.061Z] ---> Running in 5a10967c0890 [2020-10-28T12:28:43.061Z] Removing intermediate container 5a10967c0890 [2020-10-28T12:28:43.061Z] ---> 3bde45541c44 [2020-10-28T12:28:43.061Z] [2020-10-28T12:28:43.102Z] Removing intermediate container 766c11c5b5de [2020-10-28T12:28:43.102Z] ---> b309ac1bdd5d [2020-10-28T12:28:43.102Z] Step 12/22 : ENV APP_PORT=48082 [2020-10-28T12:28:43.384Z] ---> Running in 7f75398fd98c [2020-10-28T12:28:43.648Z] Successfully built 3bde45541c44 [2020-10-28T12:28:43.648Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-10-28T12:28:43.930Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-10-28T12:28:43.942Z] $ docker stop --time=1 b15d6f717e8dca0e81c8ea8d6905b2a99d7e403f15e4d54ccf3a47e32a045efb [2020-10-28T12:28:43.993Z] Removing intermediate container 7f75398fd98c [2020-10-28T12:28:43.993Z] ---> cc6d8b5a0ecd [2020-10-28T12:28:43.993Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-28T12:28:44.273Z] ---> Running in 4182b44d86d1 [2020-10-28T12:28:44.886Z] Removing intermediate container 4182b44d86d1 [2020-10-28T12:28:44.886Z] ---> 1afd766a74a8 [2020-10-28T12:28:44.886Z] Step 14/22 : WORKDIR / [2020-10-28T12:28:44.886Z] ---> Running in d4b1b177784d [2020-10-28T12:28:45.906Z] Removing intermediate container d4b1b177784d [2020-10-28T12:28:45.906Z] ---> 50a2f201dde5 [2020-10-28T12:28:45.906Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-10-28T12:28:45.927Z] $ docker rm -f b15d6f717e8dca0e81c8ea8d6905b2a99d7e403f15e4d54ccf3a47e32a045efb [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-28T12:28:46.527Z] Removing intermediate container 8606bfc066d0 [2020-10-28T12:28:46.527Z] ---> d0df49b6c6dd [2020-10-28T12:28:46.527Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-10-28T12:28:46.647Z] + grep docker [2020-10-28T12:28:46.648Z] + docker images [2020-10-28T12:28:46.648Z] docker-sys-mgmt-agent-go latest 3bde45541c44 4 seconds ago 290MB [2020-10-28T12:28:46.648Z] docker-support-logging-go latest 962726c064ac 23 seconds ago 11.1MB [2020-10-28T12:28:46.648Z] docker-core-command-go latest 253596df1f92 23 seconds ago 12.2MB [2020-10-28T12:28:46.648Z] docker-support-scheduler-go latest 25862d676d5f 24 seconds ago 12.3MB [2020-10-28T12:28:46.648Z] docker-support-notifications-go latest fb3bd4bc03ca 51 seconds ago 13.6MB [2020-10-28T12:28:46.648Z] docker-core-data-go latest 8e1e97cec3be 3 minutes ago 23.7MB [2020-10-28T12:28:46.648Z] docker-security-secrets-setup-go latest 39c526e53fb3 3 minutes ago 24MB [2020-10-28T12:28:46.648Z] docker-security-secretstore-setup-go latest 6cd4a0e8ca55 3 minutes ago 32.4MB [2020-10-28T12:28:46.648Z] docker-core-metadata-go latest 1acda4f7c127 3 minutes ago 14.5MB [2020-10-28T12:28:46.648Z] docker-security-proxy-setup-go latest b431b34d2ad0 3 minutes ago 15.8MB [2020-10-28T12:28:46.648Z] docker latest 6972c414f322 6 days ago 217MB [2020-10-28T12:28:46.812Z] ---> Running in 0160e278354c [Pipeline] } [2020-10-28T12:28:47.122Z] ---> 36160d911d05 [2020-10-28T12:28:47.122Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [2020-10-28T12:28:47.400Z] Removing intermediate container b716159d9fdc [2020-10-28T12:28:47.401Z] ---> 969a613b4592 [2020-10-28T12:28:47.401Z] Step 8/27 : COPY . . [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [2020-10-28T12:28:47.678Z] Removing intermediate container 0160e278354c [2020-10-28T12:28:47.678Z] ---> 5d00f953ce0c [2020-10-28T12:28:47.678Z] Step 24/26 : LABEL arch=arm64 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-10-28T12:28:47.750Z] provisioning config files... [2020-10-28T12:28:48.130Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/218@tmp/config3866184917087224756tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-10-28T12:28:48.286Z] ---> Running in 39a00f99083d [2020-10-28T12:28:48.597Z] ---> docker-login.sh [2020-10-28T12:28:48.597Z] nexus3.edgexfoundry.org:10001 [2020-10-28T12:28:48.894Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-28T12:28:49.232Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-28T12:28:49.232Z] Configure a credential helper to remove this warning. See [2020-10-28T12:28:49.232Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-28T12:28:49.232Z] [2020-10-28T12:28:49.232Z] Login Succeeded [2020-10-28T12:28:49.232Z] nexus3.edgexfoundry.org:10002 [2020-10-28T12:28:49.543Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-28T12:28:49.753Z] Removing intermediate container 39a00f99083d [2020-10-28T12:28:49.753Z] ---> f00795a0779f [2020-10-28T12:28:49.753Z] Step 25/26 : LABEL git_sha=30fe914c5ad8e4d98bae6ee0071c56635472cae5 [2020-10-28T12:28:49.824Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-28T12:28:49.824Z] Configure a credential helper to remove this warning. See [2020-10-28T12:28:49.824Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-28T12:28:49.824Z] [2020-10-28T12:28:49.824Z] Login Succeeded [2020-10-28T12:28:49.824Z] nexus3.edgexfoundry.org:10003 [2020-10-28T12:28:50.162Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-28T12:28:50.162Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-28T12:28:50.162Z] Configure a credential helper to remove this warning. See [2020-10-28T12:28:50.162Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-28T12:28:50.162Z] [2020-10-28T12:28:50.162Z] Login Succeeded [2020-10-28T12:28:50.162Z] nexus3.edgexfoundry.org:10004 [2020-10-28T12:28:50.356Z] ---> 620cdbf31e1e [2020-10-28T12:28:50.357Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-10-28T12:28:50.357Z] ---> Running in f2cd1981837c [2020-10-28T12:28:50.461Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-28T12:28:50.461Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-28T12:28:50.461Z] Configure a credential helper to remove this warning. See [2020-10-28T12:28:50.461Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-28T12:28:50.461Z] [2020-10-28T12:28:50.461Z] Login Succeeded [2020-10-28T12:28:50.461Z] docker.io [2020-10-28T12:28:51.144Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-28T12:28:51.424Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-28T12:28:51.424Z] Configure a credential helper to remove this warning. See [2020-10-28T12:28:51.424Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-28T12:28:51.424Z] [2020-10-28T12:28:51.424Z] Login Succeeded [2020-10-28T12:28:51.424Z] ---> docker-login.sh ends [Pipeline] } [2020-10-28T12:28:51.465Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-28T12:28:51.723Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2020-10-28T12:28:51.723Z] 30fe914c5ad8e4d98bae6ee0071c56635472cae5 [2020-10-28T12:28:51.723Z] 1.2.2-dev.102 [2020-10-28T12:28:51.723Z] 30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102 [2020-10-28T12:28:51.723Z] master [2020-10-28T12:28:51.723Z] ===================================================== [Pipeline] withEnv [Pipeline] { [2020-10-28T12:28:51.814Z] Removing intermediate container f2cd1981837c [2020-10-28T12:28:51.814Z] ---> 377629e31892 [2020-10-28T12:28:51.814Z] Step 26/26 : LABEL version=1.2.2-dev.102 [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:28:52.090Z] ---> 2a297defdf9c [2020-10-28T12:28:52.090Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-10-28T12:28:52.314Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:30fe914c5ad8e4d98bae6ee0071c56635472cae5 [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:28:52.366Z] ---> Running in 74505eb0ca98 [2020-10-28T12:28:52.366Z] ---> Running in 3ad81c780517 [2020-10-28T12:28:52.718Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:30fe914c5ad8e4d98bae6ee0071c56635472cae5 [2020-10-28T12:28:52.719Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-10-28T12:28:52.719Z] 9d52c403444d: Preparing [2020-10-28T12:28:52.719Z] 283c9fb37567: Preparing [2020-10-28T12:28:52.719Z] c3757ea38503: Preparing [2020-10-28T12:28:53.014Z] c3757ea38503: Pushed [2020-10-28T12:28:53.014Z] 9d52c403444d: Pushed [2020-10-28T12:28:53.348Z] Removing intermediate container 74505eb0ca98 [2020-10-28T12:28:53.348Z] ---> 60e069cc6b97 [2020-10-28T12:28:53.348Z] [2020-10-28T12:28:53.622Z] Successfully built 60e069cc6b97 [2020-10-28T12:28:53.900Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-10-28T12:28:53.900Z] Building docker-support-notifications-go [2020-10-28T12:28:53.900Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 3ad81c780517 [2020-10-28T12:28:53.900Z] ---> 0f539e3b8154 [2020-10-28T12:28:53.900Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-28T12:28:54.886Z] ---> Running in b20b9e633317 [2020-10-28T12:28:55.197Z] 283c9fb37567: Pushed [2020-10-28T12:28:55.197Z] 30fe914c5ad8e4d98bae6ee0071c56635472cae5: digest: sha256:0d9d07618cb8beae5075c6f18143dc02183d0a8496926876659fbe9b37ed4ab6 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:28:55.531Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.102 [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:28:55.901Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.102 [2020-10-28T12:28:55.901Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-10-28T12:28:55.901Z] 9d52c403444d: Preparing [2020-10-28T12:28:55.901Z] 283c9fb37567: Preparing [2020-10-28T12:28:55.901Z] c3757ea38503: Preparing [2020-10-28T12:28:56.168Z] 283c9fb37567: Layer already exists [2020-10-28T12:28:56.168Z] 9d52c403444d: Layer already exists [2020-10-28T12:28:56.168Z] c3757ea38503: Layer already exists [2020-10-28T12:28:56.168Z] 1.2.2-dev.102: digest: sha256:0d9d07618cb8beae5075c6f18143dc02183d0a8496926876659fbe9b37ed4ab6 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:28:56.553Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102 [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:28:57.097Z] Removing intermediate container b20b9e633317 [2020-10-28T12:28:57.097Z] ---> d3fdfcdd150c [2020-10-28T12:28:57.097Z] Step 20/22 : LABEL arch=arm64 [2020-10-28T12:28:57.265Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102 [2020-10-28T12:28:57.536Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-10-28T12:28:57.536Z] 9d52c403444d: Preparing [2020-10-28T12:28:57.536Z] 283c9fb37567: Preparing [2020-10-28T12:28:57.536Z] c3757ea38503: Preparing [2020-10-28T12:28:57.536Z] c3757ea38503: Layer already exists [2020-10-28T12:28:57.536Z] 283c9fb37567: Layer already exists [2020-10-28T12:28:57.536Z] 9d52c403444d: Layer already exists [2020-10-28T12:28:57.536Z] 30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102: digest: sha256:0d9d07618cb8beae5075c6f18143dc02183d0a8496926876659fbe9b37ed4ab6 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:28:57.884Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:28:58.124Z] Removing intermediate container d590ff94551d [2020-10-28T12:28:58.124Z] ---> 84f556f40175 [2020-10-28T12:28:58.124Z] [2020-10-28T12:28:58.124Z] Step 10/22 : FROM scratch [2020-10-28T12:28:58.124Z] ---> [2020-10-28T12:28:58.124Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-28T12:28:58.124Z] ---> Running in 3d566c808a41 [2020-10-28T12:28:58.124Z] ---> Using cache [2020-10-28T12:28:58.124Z] ---> b309ac1bdd5d [2020-10-28T12:28:58.124Z] Step 12/22 : ENV APP_PORT=48081 [2020-10-28T12:28:58.256Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2020-10-28T12:28:58.256Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-10-28T12:28:58.256Z] 9d52c403444d: Preparing [2020-10-28T12:28:58.256Z] 283c9fb37567: Preparing [2020-10-28T12:28:58.256Z] c3757ea38503: Preparing [2020-10-28T12:28:58.522Z] c3757ea38503: Layer already exists [2020-10-28T12:28:58.522Z] 9d52c403444d: Layer already exists [2020-10-28T12:28:58.522Z] 283c9fb37567: Layer already exists [2020-10-28T12:28:58.522Z] master: digest: sha256:0d9d07618cb8beae5075c6f18143dc02183d0a8496926876659fbe9b37ed4ab6 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [2020-10-28T12:28:58.734Z] ---> Running in a17737cbeb93 [Pipeline] echo [2020-10-28T12:28:58.760Z] ===================================================== [Pipeline] echo [2020-10-28T12:28:58.813Z] taggedImages: [2020-10-28T12:28:58.813Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:30fe914c5ad8e4d98bae6ee0071c56635472cae5 [2020-10-28T12:28:58.813Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.102 [2020-10-28T12:28:58.813Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102 [2020-10-28T12:28:58.813Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2020-10-28T12:28:58.883Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2020-10-28T12:28:58.883Z] 30fe914c5ad8e4d98bae6ee0071c56635472cae5 [2020-10-28T12:28:58.883Z] 1.2.2-dev.102 [2020-10-28T12:28:58.883Z] 30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102 [2020-10-28T12:28:58.883Z] master [2020-10-28T12:28:58.883Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:28:59.339Z] Removing intermediate container 3d566c808a41 [2020-10-28T12:28:59.339Z] ---> 8145e5e1fcb7 [2020-10-28T12:28:59.339Z] Step 21/22 : LABEL git_sha=30fe914c5ad8e4d98bae6ee0071c56635472cae5 [2020-10-28T12:28:59.339Z] ---> Running in cefc9e73fe28 [2020-10-28T12:28:59.414Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:30fe914c5ad8e4d98bae6ee0071c56635472cae5 [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:28:59.794Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:30fe914c5ad8e4d98bae6ee0071c56635472cae5 [2020-10-28T12:28:59.794Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-10-28T12:28:59.794Z] e17c65cb3598: Preparing [2020-10-28T12:28:59.794Z] 43942dbee9e5: Preparing [2020-10-28T12:28:59.794Z] 3d3b2f3f369e: Preparing [2020-10-28T12:28:59.794Z] 292e12a44533: Preparing [2020-10-28T12:28:59.794Z] 1695ff05b70e: Preparing [2020-10-28T12:28:59.794Z] ace0eda3e3be: Preparing [2020-10-28T12:28:59.794Z] ace0eda3e3be: Waiting [2020-10-28T12:28:59.960Z] Removing intermediate container a17737cbeb93 [2020-10-28T12:28:59.960Z] ---> 759115d6bf1a [2020-10-28T12:28:59.960Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-28T12:28:59.960Z] ---> Running in efce4984eac2 [2020-10-28T12:29:00.252Z] Removing intermediate container cefc9e73fe28 [2020-10-28T12:29:00.252Z] ---> 2cba09c94e9e [2020-10-28T12:29:00.252Z] Step 22/22 : LABEL version=1.2.2-dev.102 [2020-10-28T12:29:00.519Z] 1695ff05b70e: Pushed [2020-10-28T12:29:00.519Z] 3d3b2f3f369e: Pushed [2020-10-28T12:29:00.519Z] e17c65cb3598: Pushed [2020-10-28T12:29:00.519Z] ace0eda3e3be: Layer already exists [2020-10-28T12:29:00.841Z] 292e12a44533: Pushed [2020-10-28T12:29:01.253Z] ---> 787e540f79d8 [2020-10-28T12:29:01.253Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-10-28T12:29:01.253Z] ---> Running in bb1cc2873cc4 [2020-10-28T12:29:01.253Z] Removing intermediate container efce4984eac2 [2020-10-28T12:29:01.534Z] ---> 86537a4408b8 [2020-10-28T12:29:01.534Z] Step 14/22 : WORKDIR / [2020-10-28T12:29:01.817Z] ---> Running in 466b30a6f6e6 [2020-10-28T12:29:01.817Z] ---> Running in cb3a7fc70d8a [2020-10-28T12:29:02.293Z] 43942dbee9e5: Pushed [2020-10-28T12:29:02.560Z] 30fe914c5ad8e4d98bae6ee0071c56635472cae5: digest: sha256:9ff1bf73e3226fac371477c75a9e5a45c55ce869f28958c8837dbd0334253af5 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:29:02.813Z] Removing intermediate container bb1cc2873cc4 [2020-10-28T12:29:02.813Z] ---> b4b07e29223f [2020-10-28T12:29:02.813Z] [2020-10-28T12:29:02.930Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.102 [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:29:03.093Z] Removing intermediate container cb3a7fc70d8a [2020-10-28T12:29:03.093Z] ---> bca87023366d [2020-10-28T12:29:03.093Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-10-28T12:29:03.285Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.102 [2020-10-28T12:29:03.285Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-10-28T12:29:03.285Z] e17c65cb3598: Preparing [2020-10-28T12:29:03.285Z] 43942dbee9e5: Preparing [2020-10-28T12:29:03.285Z] 3d3b2f3f369e: Preparing [2020-10-28T12:29:03.285Z] 292e12a44533: Preparing [2020-10-28T12:29:03.285Z] 1695ff05b70e: Preparing [2020-10-28T12:29:03.285Z] ace0eda3e3be: Preparing [2020-10-28T12:29:03.285Z] ace0eda3e3be: Waiting [2020-10-28T12:29:03.285Z] e17c65cb3598: Layer already exists [2020-10-28T12:29:03.285Z] 43942dbee9e5: Layer already exists [2020-10-28T12:29:03.285Z] 3d3b2f3f369e: Layer already exists [2020-10-28T12:29:03.370Z] Successfully built b4b07e29223f [2020-10-28T12:29:03.370Z] Successfully tagged docker-core-command-go-arm64:latest [2020-10-28T12:29:03.370Z]  Building docker-core-command-go ... done Building docker-security-proxy-setup-go [2020-10-28T12:29:03.557Z] 1695ff05b70e: Layer already exists [2020-10-28T12:29:03.557Z] 292e12a44533: Layer already exists [2020-10-28T12:29:03.557Z] ace0eda3e3be: Layer already exists [2020-10-28T12:29:03.557Z] 1.2.2-dev.102: digest: sha256:9ff1bf73e3226fac371477c75a9e5a45c55ce869f28958c8837dbd0334253af5 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:29:03.941Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102 [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:29:04.366Z] ---> 65d1b296945f [2020-10-28T12:29:04.366Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-10-28T12:29:04.645Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.102" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-10-28T12:29:04.875Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102 [2020-10-28T12:29:04.875Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-10-28T12:29:04.875Z] e17c65cb3598: Preparing [2020-10-28T12:29:04.875Z] 43942dbee9e5: Preparing [2020-10-28T12:29:04.875Z] 3d3b2f3f369e: Preparing [2020-10-28T12:29:04.875Z] 292e12a44533: Preparing [2020-10-28T12:29:04.875Z] 1695ff05b70e: Preparing [2020-10-28T12:29:04.875Z] ace0eda3e3be: Preparing [2020-10-28T12:29:04.875Z] ace0eda3e3be: Waiting [2020-10-28T12:29:04.875Z] e17c65cb3598: Layer already exists [2020-10-28T12:29:04.875Z] 3d3b2f3f369e: Layer already exists [2020-10-28T12:29:04.875Z] 43942dbee9e5: Layer already exists [2020-10-28T12:29:04.875Z] 1695ff05b70e: Layer already exists [2020-10-28T12:29:04.875Z] 292e12a44533: Layer already exists [2020-10-28T12:29:04.875Z] ace0eda3e3be: Layer already exists [2020-10-28T12:29:04.875Z] 30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102: digest: sha256:9ff1bf73e3226fac371477c75a9e5a45c55ce869f28958c8837dbd0334253af5 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:29:05.440Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:29:05.959Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2020-10-28T12:29:05.959Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-10-28T12:29:06.145Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-28T12:29:06.145Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-10-28T12:29:06.145Z] ---> fb349a423359 [2020-10-28T12:29:06.145Z] Step 3/24 : WORKDIR /edgex-go [2020-10-28T12:29:06.145Z] ---> Using cache [2020-10-28T12:29:06.145Z] ---> 748fb0f4e04a [2020-10-28T12:29:06.145Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-28T12:29:06.145Z] ---> Using cache [2020-10-28T12:29:06.145Z] ---> ccfbd85f3016 [2020-10-28T12:29:06.145Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-10-28T12:29:06.243Z] e17c65cb3598: Preparing [2020-10-28T12:29:06.243Z] 43942dbee9e5: Preparing [2020-10-28T12:29:06.243Z] 3d3b2f3f369e: Preparing [2020-10-28T12:29:06.243Z] 292e12a44533: Preparing [2020-10-28T12:29:06.243Z] 1695ff05b70e: Preparing [2020-10-28T12:29:06.243Z] ace0eda3e3be: Preparing [2020-10-28T12:29:06.243Z] ace0eda3e3be: Waiting [2020-10-28T12:29:06.243Z] 1695ff05b70e: Layer already exists [2020-10-28T12:29:06.243Z] 292e12a44533: Layer already exists [2020-10-28T12:29:06.243Z] e17c65cb3598: Layer already exists [2020-10-28T12:29:06.243Z] 3d3b2f3f369e: Layer already exists [2020-10-28T12:29:06.243Z] 43942dbee9e5: Layer already exists [2020-10-28T12:29:06.243Z] ace0eda3e3be: Layer already exists [2020-10-28T12:29:06.521Z] master: digest: sha256:9ff1bf73e3226fac371477c75a9e5a45c55ce869f28958c8837dbd0334253af5 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-28T12:29:06.741Z] ===================================================== [Pipeline] echo [2020-10-28T12:29:06.796Z] taggedImages: [2020-10-28T12:29:06.796Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:30fe914c5ad8e4d98bae6ee0071c56635472cae5 [2020-10-28T12:29:06.796Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.102 [2020-10-28T12:29:06.796Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102 [2020-10-28T12:29:06.796Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2020-10-28T12:29:06.888Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2020-10-28T12:29:06.888Z] 30fe914c5ad8e4d98bae6ee0071c56635472cae5 [2020-10-28T12:29:06.888Z] 1.2.2-dev.102 [2020-10-28T12:29:06.888Z] 30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102 [2020-10-28T12:29:06.888Z] master [2020-10-28T12:29:06.888Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:29:07.500Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:30fe914c5ad8e4d98bae6ee0071c56635472cae5 [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:29:07.906Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:30fe914c5ad8e4d98bae6ee0071c56635472cae5 [2020-10-28T12:29:07.906Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-10-28T12:29:07.906Z] cb3f7aeddbd9: Preparing [2020-10-28T12:29:07.906Z] 34579a37a5fc: Preparing [2020-10-28T12:29:07.906Z] e99792ee75ca: Preparing [2020-10-28T12:29:08.148Z] ---> Running in 55a0e9d991e6 [2020-10-28T12:29:08.258Z] e99792ee75ca: Pushed [2020-10-28T12:29:08.258Z] cb3f7aeddbd9: Pushed [2020-10-28T12:29:08.427Z] ---> 2bee65a3c7e9 [2020-10-28T12:29:08.428Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-10-28T12:29:09.040Z] Removing intermediate container 8ed9cfe4b588 [2020-10-28T12:29:09.041Z] ---> 0f5b9067f808 [2020-10-28T12:29:09.041Z] [2020-10-28T12:29:09.041Z] Step 10/23 : FROM alpine [2020-10-28T12:29:09.041Z] ---> 2e77e061c27f [2020-10-28T12:29:09.041Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-28T12:29:09.330Z] ---> Running in fcfd0271bf5a [2020-10-28T12:29:10.324Z] ---> 04c124853e3b [2020-10-28T12:29:10.324Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-10-28T12:29:10.325Z] 34579a37a5fc: Pushed [2020-10-28T12:29:10.325Z] 30fe914c5ad8e4d98bae6ee0071c56635472cae5: digest: sha256:4a1edab66ae708099e3104b633b80bbe6b94a28a5a6bdac979fc580770803f49 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:29:10.600Z] Removing intermediate container fcfd0271bf5a [2020-10-28T12:29:10.600Z] ---> 0aae624914e9 [2020-10-28T12:29:10.600Z] Step 12/23 : ENV APP_PORT=48080 [2020-10-28T12:29:10.832Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.102 [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:29:10.879Z] ---> Running in 04c0d92bed93 [2020-10-28T12:29:11.156Z] ---> Running in cd11bfc5be1e [2020-10-28T12:29:11.156Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-28T12:29:11.365Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.102 [2020-10-28T12:29:11.365Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-10-28T12:29:11.640Z] cb3f7aeddbd9: Preparing [2020-10-28T12:29:11.640Z] 34579a37a5fc: Preparing [2020-10-28T12:29:11.640Z] e99792ee75ca: Preparing [2020-10-28T12:29:11.640Z] e99792ee75ca: Layer already exists [2020-10-28T12:29:11.640Z] cb3f7aeddbd9: Layer already exists [2020-10-28T12:29:11.640Z] 34579a37a5fc: Layer already exists [2020-10-28T12:29:11.640Z] 1.2.2-dev.102: digest: sha256:4a1edab66ae708099e3104b633b80bbe6b94a28a5a6bdac979fc580770803f49 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:29:11.999Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102 [2020-10-28T12:29:12.150Z] Removing intermediate container 04c0d92bed93 [2020-10-28T12:29:12.150Z] ---> 1af7ef84a72d [2020-10-28T12:29:12.150Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-28T12:29:12.150Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:29:12.426Z] Removing intermediate container cd11bfc5be1e [2020-10-28T12:29:12.426Z] ---> 398b4b72b1e3 [2020-10-28T12:29:12.426Z] Step 13/23 : EXPOSE $APP_PORT [2020-10-28T12:29:12.426Z] ---> Running in a77182477057 [2020-10-28T12:29:12.596Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102 [2020-10-28T12:29:12.596Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-10-28T12:29:12.596Z] cb3f7aeddbd9: Preparing [2020-10-28T12:29:12.596Z] 34579a37a5fc: Preparing [2020-10-28T12:29:12.596Z] e99792ee75ca: Preparing [2020-10-28T12:29:12.596Z] cb3f7aeddbd9: Layer already exists [2020-10-28T12:29:12.596Z] e99792ee75ca: Layer already exists [2020-10-28T12:29:12.596Z] 34579a37a5fc: Layer already exists [2020-10-28T12:29:12.705Z] ---> Running in 85553daef196 [2020-10-28T12:29:12.863Z] 30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102: digest: sha256:4a1edab66ae708099e3104b633b80bbe6b94a28a5a6bdac979fc580770803f49 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:29:12.983Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-28T12:29:12.983Z] v3.12.1-9-g3c7f8a65fa [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-28T12:29:12.983Z] OK: 12623 distinct packages available [2020-10-28T12:29:13.227Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:29:13.595Z] Removing intermediate container a77182477057 [2020-10-28T12:29:13.595Z] ---> b96acc07fbdb [2020-10-28T12:29:13.595Z] Step 20/22 : LABEL arch=arm64 [2020-10-28T12:29:13.658Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2020-10-28T12:29:13.658Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-10-28T12:29:13.658Z] cb3f7aeddbd9: Preparing [2020-10-28T12:29:13.658Z] 34579a37a5fc: Preparing [2020-10-28T12:29:13.658Z] e99792ee75ca: Preparing [2020-10-28T12:29:13.877Z] Removing intermediate container 85553daef196 [2020-10-28T12:29:13.877Z] ---> 5cfec3be45f1 [2020-10-28T12:29:13.877Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-28T12:29:13.877Z] ---> Running in 1605c2d7c071 [2020-10-28T12:29:13.942Z] cb3f7aeddbd9: Layer already exists [2020-10-28T12:29:13.942Z] e99792ee75ca: Layer already exists [2020-10-28T12:29:13.942Z] 34579a37a5fc: Layer already exists [2020-10-28T12:29:13.942Z] master: digest: sha256:4a1edab66ae708099e3104b633b80bbe6b94a28a5a6bdac979fc580770803f49 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [2020-10-28T12:29:14.159Z] OK: 217 MiB in 51 packages [2020-10-28T12:29:14.159Z] ---> Running in 4e837a3ec5e7 [Pipeline] echo [2020-10-28T12:29:14.187Z] ===================================================== [Pipeline] echo [2020-10-28T12:29:14.239Z] taggedImages: [2020-10-28T12:29:14.239Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:30fe914c5ad8e4d98bae6ee0071c56635472cae5 [2020-10-28T12:29:14.239Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.102 [2020-10-28T12:29:14.239Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102 [2020-10-28T12:29:14.239Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2020-10-28T12:29:14.320Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2020-10-28T12:29:14.320Z] 30fe914c5ad8e4d98bae6ee0071c56635472cae5 [2020-10-28T12:29:14.320Z] 1.2.2-dev.102 [2020-10-28T12:29:14.320Z] 30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102 [2020-10-28T12:29:14.320Z] master [2020-10-28T12:29:14.320Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:29:14.882Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:30fe914c5ad8e4d98bae6ee0071c56635472cae5 [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:29:15.252Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:30fe914c5ad8e4d98bae6ee0071c56635472cae5 [2020-10-28T12:29:15.252Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-10-28T12:29:15.252Z] 9f0b3b78d75c: Preparing [2020-10-28T12:29:15.252Z] 9f660600e83a: Preparing [2020-10-28T12:29:15.252Z] b69d18cf95ae: Preparing [2020-10-28T12:29:15.252Z] 14cac2df78f0: Preparing [2020-10-28T12:29:15.252Z] ace0eda3e3be: Preparing [2020-10-28T12:29:15.252Z] ace0eda3e3be: Layer already exists [2020-10-28T12:29:15.615Z] 9f660600e83a: Pushed [2020-10-28T12:29:16.107Z] b69d18cf95ae: Pushed [2020-10-28T12:29:16.107Z] 14cac2df78f0: Pushed [2020-10-28T12:29:16.188Z] Removing intermediate container 1605c2d7c071 [2020-10-28T12:29:16.188Z] ---> be28a2d7dde7 [2020-10-28T12:29:16.188Z] Step 21/22 : LABEL git_sha=30fe914c5ad8e4d98bae6ee0071c56635472cae5 [2020-10-28T12:29:16.473Z] ---> Running in ca23be0a11c7 [2020-10-28T12:29:16.756Z] Removing intermediate container 55a0e9d991e6 [2020-10-28T12:29:16.756Z] ---> 13253fe6cde8 [2020-10-28T12:29:16.756Z] Step 6/24 : COPY go.mod . [2020-10-28T12:29:17.141Z] 9f0b3b78d75c: Pushed [2020-10-28T12:29:17.460Z] 30fe914c5ad8e4d98bae6ee0071c56635472cae5: digest: sha256:5cf6fc9c9dffa3122b8de33db2964092188792687efc0a760fdcbba1e9b8200c size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:29:17.798Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.102 [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:29:18.224Z] Removing intermediate container ca23be0a11c7 [2020-10-28T12:29:18.224Z] ---> 5450b89a6ba7 [2020-10-28T12:29:18.224Z] Step 22/22 : LABEL version=1.2.2-dev.102 [2020-10-28T12:29:18.224Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-28T12:29:18.224Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-10-28T12:29:18.224Z] ---> fb349a423359 [2020-10-28T12:29:18.224Z] Step 3/20 : WORKDIR /edgex-go [2020-10-28T12:29:18.224Z] ---> Using cache [2020-10-28T12:29:18.224Z] ---> 748fb0f4e04a [2020-10-28T12:29:18.224Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-28T12:29:18.224Z] ---> Using cache [2020-10-28T12:29:18.224Z] ---> ccfbd85f3016 [2020-10-28T12:29:18.224Z] Step 5/20 : RUN apk update && apk add make git [2020-10-28T12:29:18.364Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.102 [2020-10-28T12:29:18.364Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-10-28T12:29:18.364Z] 9f0b3b78d75c: Preparing [2020-10-28T12:29:18.364Z] 9f660600e83a: Preparing [2020-10-28T12:29:18.364Z] b69d18cf95ae: Preparing [2020-10-28T12:29:18.364Z] 14cac2df78f0: Preparing [2020-10-28T12:29:18.364Z] ace0eda3e3be: Preparing [2020-10-28T12:29:18.364Z] 9f660600e83a: Layer already exists [2020-10-28T12:29:18.364Z] 9f0b3b78d75c: Layer already exists [2020-10-28T12:29:18.364Z] ace0eda3e3be: Layer already exists [2020-10-28T12:29:18.364Z] 14cac2df78f0: Layer already exists [2020-10-28T12:29:18.364Z] b69d18cf95ae: Layer already exists [2020-10-28T12:29:18.507Z] ---> Running in b0854e968bb7 [2020-10-28T12:29:18.507Z] ---> Running in 85fa468e743d [2020-10-28T12:29:18.628Z] 1.2.2-dev.102: digest: sha256:5cf6fc9c9dffa3122b8de33db2964092188792687efc0a760fdcbba1e9b8200c size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:29:18.794Z] ---> 2bdfac035840 [2020-10-28T12:29:18.794Z] Step 7/24 : RUN go mod download [2020-10-28T12:29:18.987Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102 [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:29:19.079Z] ---> Running in 5a194045ef26 [2020-10-28T12:29:19.311Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102 [2020-10-28T12:29:19.311Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-10-28T12:29:19.311Z] 9f0b3b78d75c: Preparing [2020-10-28T12:29:19.311Z] 9f660600e83a: Preparing [2020-10-28T12:29:19.311Z] b69d18cf95ae: Preparing [2020-10-28T12:29:19.311Z] 14cac2df78f0: Preparing [2020-10-28T12:29:19.311Z] ace0eda3e3be: Preparing [2020-10-28T12:29:19.311Z] b69d18cf95ae: Layer already exists [2020-10-28T12:29:19.311Z] 9f660600e83a: Layer already exists [2020-10-28T12:29:19.311Z] 9f0b3b78d75c: Layer already exists [2020-10-28T12:29:19.311Z] ace0eda3e3be: Layer already exists [2020-10-28T12:29:19.312Z] 14cac2df78f0: Layer already exists [2020-10-28T12:29:19.362Z] Removing intermediate container b0854e968bb7 [2020-10-28T12:29:19.362Z] ---> 6f26d845fbe3 [2020-10-28T12:29:19.362Z] [2020-10-28T12:29:19.580Z] 30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102: digest: sha256:5cf6fc9c9dffa3122b8de33db2964092188792687efc0a760fdcbba1e9b8200c size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:29:19.648Z] Removing intermediate container 4e837a3ec5e7 [2020-10-28T12:29:19.648Z] ---> f65b5188efbd [2020-10-28T12:29:19.648Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-10-28T12:29:19.920Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2020-10-28T12:29:19.929Z] ---> Running in a0e86e5bc31e [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:29:20.521Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2020-10-28T12:29:20.521Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-10-28T12:29:20.521Z] 9f0b3b78d75c: Preparing [2020-10-28T12:29:20.521Z] 9f660600e83a: Preparing [2020-10-28T12:29:20.521Z] b69d18cf95ae: Preparing [2020-10-28T12:29:20.521Z] 14cac2df78f0: Preparing [2020-10-28T12:29:20.521Z] ace0eda3e3be: Preparing [2020-10-28T12:29:20.521Z] 9f0b3b78d75c: Layer already exists [2020-10-28T12:29:20.521Z] b69d18cf95ae: Layer already exists [2020-10-28T12:29:20.521Z] 9f660600e83a: Layer already exists [2020-10-28T12:29:20.521Z] 14cac2df78f0: Layer already exists [2020-10-28T12:29:20.521Z] ace0eda3e3be: Layer already exists [2020-10-28T12:29:20.521Z] master: digest: sha256:5cf6fc9c9dffa3122b8de33db2964092188792687efc0a760fdcbba1e9b8200c size: 1364 [2020-10-28T12:29:20.537Z] Successfully built 6f26d845fbe3 [2020-10-28T12:29:20.537Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-10-28T12:29:20.537Z] Building docker-support-logging-go [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-28T12:29:20.841Z] ===================================================== [Pipeline] echo [2020-10-28T12:29:20.892Z] taggedImages: [2020-10-28T12:29:20.892Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:30fe914c5ad8e4d98bae6ee0071c56635472cae5 [2020-10-28T12:29:20.892Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.102 [2020-10-28T12:29:20.892Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102 [2020-10-28T12:29:20.892Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo [2020-10-28T12:29:20.964Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go with the following tags: [2020-10-28T12:29:20.964Z] 30fe914c5ad8e4d98bae6ee0071c56635472cae5 [2020-10-28T12:29:20.964Z] 1.2.2-dev.102 [2020-10-28T12:29:20.964Z] 30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102 [2020-10-28T12:29:20.964Z] master [2020-10-28T12:29:20.964Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:29:21.501Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:30fe914c5ad8e4d98bae6ee0071c56635472cae5 [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:29:21.835Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:30fe914c5ad8e4d98bae6ee0071c56635472cae5 [2020-10-28T12:29:21.836Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-10-28T12:29:21.836Z] e3b7999b975f: Preparing [2020-10-28T12:29:21.836Z] 64a9fe61754e: Preparing [2020-10-28T12:29:21.836Z] efc8800ca1e5: Preparing [2020-10-28T12:29:21.836Z] 35c4c4881479: Preparing [2020-10-28T12:29:21.836Z] 35c4c4881479: Preparing [2020-10-28T12:29:21.836Z] e0ad5c6210c4: Preparing [2020-10-28T12:29:21.836Z] 94abcbbe0e96: Preparing [2020-10-28T12:29:21.836Z] 90d24a7ba422: Preparing [2020-10-28T12:29:21.836Z] e3b7999b975f: Preparing [2020-10-28T12:29:21.836Z] 30950cbe37c7: Preparing [2020-10-28T12:29:21.836Z] 3fdc2672dace: Preparing [2020-10-28T12:29:21.836Z] 980b75096314: Preparing [2020-10-28T12:29:21.836Z] ace0eda3e3be: Preparing [2020-10-28T12:29:21.836Z] 94abcbbe0e96: Waiting [2020-10-28T12:29:21.836Z] 90d24a7ba422: Waiting [2020-10-28T12:29:21.836Z] 30950cbe37c7: Waiting [2020-10-28T12:29:21.836Z] 3fdc2672dace: Waiting [2020-10-28T12:29:21.836Z] 980b75096314: Waiting [2020-10-28T12:29:21.836Z] ace0eda3e3be: Waiting [2020-10-28T12:29:21.999Z]  Building docker-core-metadata-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-28T12:29:22.131Z] efc8800ca1e5: Pushed [2020-10-28T12:29:22.131Z] 35c4c4881479: Pushed [2020-10-28T12:29:22.131Z] 64a9fe61754e: Pushed [2020-10-28T12:29:22.131Z] e0ad5c6210c4: Pushed [2020-10-28T12:29:22.513Z] 94abcbbe0e96: Pushed [2020-10-28T12:29:22.513Z] 3fdc2672dace: Pushed [2020-10-28T12:29:22.610Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-28T12:29:22.839Z] 30950cbe37c7: Pushed [2020-10-28T12:29:22.839Z] 90d24a7ba422: Pushed [2020-10-28T12:29:22.839Z] ace0eda3e3be: Layer already exists [2020-10-28T12:29:22.889Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-28T12:29:23.172Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-28T12:29:23.420Z] 980b75096314: Pushed [2020-10-28T12:29:23.687Z] e3b7999b975f: Pushed [2020-10-28T12:29:23.953Z] 30fe914c5ad8e4d98bae6ee0071c56635472cae5: digest: sha256:d3b94f806942ab817beb336cdc21e7fa6e7a2936d2b9b0571e67811b1f633a58 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:29:24.184Z] (1/5) Installing libgcc (9.3.0-r2) [2020-10-28T12:29:24.184Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-28T12:29:24.184Z] v3.12.1-9-g3c7f8a65fa [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-28T12:29:24.184Z] OK: 12623 distinct packages available [2020-10-28T12:29:24.330Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.102 [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:29:24.465Z] (2/5) Installing libsodium (1.0.18-r0) [2020-10-28T12:29:24.465Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-10-28T12:29:24.745Z] (4/5) Installing libzmq (4.3.3-r0) [2020-10-28T12:29:24.768Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.102 [2020-10-28T12:29:25.040Z] (5/5) Installing zeromq (4.3.3-r0) [2020-10-28T12:29:25.040Z] OK: 217 MiB in 51 packages [2020-10-28T12:29:25.040Z] Executing busybox-1.31.1-r19.trigger [2020-10-28T12:29:25.040Z] OK: 8 MiB in 19 packages [2020-10-28T12:29:25.055Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-10-28T12:29:25.055Z] e3b7999b975f: Preparing [2020-10-28T12:29:25.055Z] 64a9fe61754e: Preparing [2020-10-28T12:29:25.055Z] efc8800ca1e5: Preparing [2020-10-28T12:29:25.055Z] 35c4c4881479: Preparing [2020-10-28T12:29:25.055Z] 35c4c4881479: Preparing [2020-10-28T12:29:25.055Z] e0ad5c6210c4: Preparing [2020-10-28T12:29:25.055Z] 94abcbbe0e96: Preparing [2020-10-28T12:29:25.055Z] 90d24a7ba422: Preparing [2020-10-28T12:29:25.055Z] e3b7999b975f: Preparing [2020-10-28T12:29:25.055Z] 30950cbe37c7: Preparing [2020-10-28T12:29:25.055Z] 3fdc2672dace: Preparing [2020-10-28T12:29:25.055Z] 980b75096314: Preparing [2020-10-28T12:29:25.055Z] ace0eda3e3be: Preparing [2020-10-28T12:29:25.055Z] 94abcbbe0e96: Waiting [2020-10-28T12:29:25.055Z] 90d24a7ba422: Waiting [2020-10-28T12:29:25.055Z] 980b75096314: Waiting [2020-10-28T12:29:25.055Z] ace0eda3e3be: Waiting [2020-10-28T12:29:25.055Z] 30950cbe37c7: Waiting [2020-10-28T12:29:25.055Z] 3fdc2672dace: Waiting [2020-10-28T12:29:25.055Z] efc8800ca1e5: Layer already exists [2020-10-28T12:29:25.055Z] 64a9fe61754e: Layer already exists [2020-10-28T12:29:25.055Z] e3b7999b975f: Layer already exists [2020-10-28T12:29:25.055Z] e0ad5c6210c4: Layer already exists [2020-10-28T12:29:25.055Z] 35c4c4881479: Layer already exists [2020-10-28T12:29:25.055Z] 94abcbbe0e96: Layer already exists [2020-10-28T12:29:25.055Z] 90d24a7ba422: Layer already exists [2020-10-28T12:29:25.055Z] 30950cbe37c7: Layer already exists [2020-10-28T12:29:25.055Z] 980b75096314: Layer already exists [2020-10-28T12:29:25.055Z] 3fdc2672dace: Layer already exists [2020-10-28T12:29:25.323Z] ace0eda3e3be: Layer already exists [2020-10-28T12:29:25.323Z] 1.2.2-dev.102: digest: sha256:d3b94f806942ab817beb336cdc21e7fa6e7a2936d2b9b0571e67811b1f633a58 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:29:25.639Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102 [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:29:25.963Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102 [2020-10-28T12:29:25.963Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-10-28T12:29:25.963Z] e3b7999b975f: Preparing [2020-10-28T12:29:25.963Z] 64a9fe61754e: Preparing [2020-10-28T12:29:25.963Z] efc8800ca1e5: Preparing [2020-10-28T12:29:25.964Z] 35c4c4881479: Preparing [2020-10-28T12:29:25.964Z] 35c4c4881479: Preparing [2020-10-28T12:29:25.964Z] e0ad5c6210c4: Preparing [2020-10-28T12:29:25.964Z] 94abcbbe0e96: Preparing [2020-10-28T12:29:25.964Z] 90d24a7ba422: Preparing [2020-10-28T12:29:25.964Z] e3b7999b975f: Preparing [2020-10-28T12:29:25.964Z] 30950cbe37c7: Preparing [2020-10-28T12:29:25.964Z] 3fdc2672dace: Preparing [2020-10-28T12:29:25.964Z] 980b75096314: Preparing [2020-10-28T12:29:25.964Z] ace0eda3e3be: Preparing [2020-10-28T12:29:25.964Z] 90d24a7ba422: Waiting [2020-10-28T12:29:25.964Z] 30950cbe37c7: Waiting [2020-10-28T12:29:25.964Z] 3fdc2672dace: Waiting [2020-10-28T12:29:25.964Z] 980b75096314: Waiting [2020-10-28T12:29:25.964Z] ace0eda3e3be: Waiting [2020-10-28T12:29:25.964Z] 94abcbbe0e96: Waiting [2020-10-28T12:29:25.964Z] e0ad5c6210c4: Layer already exists [2020-10-28T12:29:25.964Z] e3b7999b975f: Layer already exists [2020-10-28T12:29:25.964Z] efc8800ca1e5: Layer already exists [2020-10-28T12:29:25.964Z] 64a9fe61754e: Layer already exists [2020-10-28T12:29:25.964Z] 35c4c4881479: Layer already exists [2020-10-28T12:29:25.964Z] 94abcbbe0e96: Layer already exists [2020-10-28T12:29:25.964Z] 90d24a7ba422: Layer already exists [2020-10-28T12:29:25.964Z] 30950cbe37c7: Layer already exists [2020-10-28T12:29:25.964Z] 980b75096314: Layer already exists [2020-10-28T12:29:25.964Z] 3fdc2672dace: Layer already exists [2020-10-28T12:29:26.053Z] Removing intermediate container 5a194045ef26 [2020-10-28T12:29:26.053Z] ---> 9c9dde86c6ce [2020-10-28T12:29:26.053Z] Step 8/24 : COPY . . [2020-10-28T12:29:26.226Z] ace0eda3e3be: Layer already exists [2020-10-28T12:29:26.226Z] 30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102: digest: sha256:d3b94f806942ab817beb336cdc21e7fa6e7a2936d2b9b0571e67811b1f633a58 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:29:26.551Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:29:26.882Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [2020-10-28T12:29:26.882Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-10-28T12:29:26.882Z] e3b7999b975f: Preparing [2020-10-28T12:29:26.882Z] 64a9fe61754e: Preparing [2020-10-28T12:29:26.882Z] efc8800ca1e5: Preparing [2020-10-28T12:29:26.882Z] 35c4c4881479: Preparing [2020-10-28T12:29:26.882Z] 35c4c4881479: Preparing [2020-10-28T12:29:26.882Z] e0ad5c6210c4: Preparing [2020-10-28T12:29:26.882Z] 94abcbbe0e96: Preparing [2020-10-28T12:29:26.882Z] 90d24a7ba422: Preparing [2020-10-28T12:29:26.882Z] e3b7999b975f: Preparing [2020-10-28T12:29:26.882Z] 30950cbe37c7: Preparing [2020-10-28T12:29:26.882Z] 3fdc2672dace: Preparing [2020-10-28T12:29:26.882Z] 980b75096314: Preparing [2020-10-28T12:29:26.882Z] ace0eda3e3be: Preparing [2020-10-28T12:29:26.882Z] 94abcbbe0e96: Waiting [2020-10-28T12:29:26.882Z] 90d24a7ba422: Waiting [2020-10-28T12:29:26.882Z] 30950cbe37c7: Waiting [2020-10-28T12:29:26.882Z] 3fdc2672dace: Waiting [2020-10-28T12:29:26.882Z] 980b75096314: Waiting [2020-10-28T12:29:26.882Z] ace0eda3e3be: Waiting [2020-10-28T12:29:26.882Z] 35c4c4881479: Layer already exists [2020-10-28T12:29:26.882Z] e0ad5c6210c4: Layer already exists [2020-10-28T12:29:26.882Z] efc8800ca1e5: Layer already exists [2020-10-28T12:29:26.882Z] 64a9fe61754e: Layer already exists [2020-10-28T12:29:26.882Z] e3b7999b975f: Layer already exists [2020-10-28T12:29:26.882Z] 90d24a7ba422: Layer already exists [2020-10-28T12:29:26.882Z] 30950cbe37c7: Layer already exists [2020-10-28T12:29:26.882Z] 94abcbbe0e96: Layer already exists [2020-10-28T12:29:26.883Z] 3fdc2672dace: Layer already exists [2020-10-28T12:29:26.883Z] 980b75096314: Layer already exists [2020-10-28T12:29:26.883Z] ace0eda3e3be: Layer already exists [2020-10-28T12:29:27.145Z] master: digest: sha256:d3b94f806942ab817beb336cdc21e7fa6e7a2936d2b9b0571e67811b1f633a58 size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-28T12:29:27.330Z] ===================================================== [Pipeline] echo [2020-10-28T12:29:27.401Z] taggedImages: [2020-10-28T12:29:27.401Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:30fe914c5ad8e4d98bae6ee0071c56635472cae5 [2020-10-28T12:29:27.401Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.102 [2020-10-28T12:29:27.401Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102 [2020-10-28T12:29:27.401Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] echo [2020-10-28T12:29:27.466Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2020-10-28T12:29:27.466Z] 30fe914c5ad8e4d98bae6ee0071c56635472cae5 [2020-10-28T12:29:27.466Z] 1.2.2-dev.102 [2020-10-28T12:29:27.466Z] 30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102 [2020-10-28T12:29:27.466Z] master [2020-10-28T12:29:27.466Z] ===================================================== [Pipeline] withEnv [Pipeline] { [2020-10-28T12:29:27.526Z] Removing intermediate container 85fa468e743d [2020-10-28T12:29:27.526Z] ---> 1567dd328c16 [2020-10-28T12:29:27.526Z] Step 6/20 : COPY go.mod . [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:29:27.803Z] Removing intermediate container a0e86e5bc31e [2020-10-28T12:29:27.803Z] ---> f88fd1309ad1 [2020-10-28T12:29:27.803Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-10-28T12:29:27.984Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:30fe914c5ad8e4d98bae6ee0071c56635472cae5 [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:29:28.340Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:30fe914c5ad8e4d98bae6ee0071c56635472cae5 [2020-10-28T12:29:28.340Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-10-28T12:29:28.340Z] 348a8c4e81d5: Preparing [2020-10-28T12:29:28.340Z] d99e6b9e94b3: Preparing [2020-10-28T12:29:28.340Z] fb0a288d56f5: Preparing [2020-10-28T12:29:28.340Z] c3dc51608736: Preparing [2020-10-28T12:29:28.340Z] c4fd718ed9ba: Preparing [2020-10-28T12:29:28.340Z] bb3ff29505c4: Preparing [2020-10-28T12:29:28.340Z] a27172a8b775: Preparing [2020-10-28T12:29:28.340Z] b46d59ab297f: Preparing [2020-10-28T12:29:28.340Z] 054a07d37a31: Preparing [2020-10-28T12:29:28.340Z] 115cefcec707: Preparing [2020-10-28T12:29:28.340Z] 1b3ee35aacca: Preparing [2020-10-28T12:29:28.340Z] bb3ff29505c4: Waiting [2020-10-28T12:29:28.340Z] a27172a8b775: Waiting [2020-10-28T12:29:28.340Z] b46d59ab297f: Waiting [2020-10-28T12:29:28.340Z] 054a07d37a31: Waiting [2020-10-28T12:29:28.340Z] 115cefcec707: Waiting [2020-10-28T12:29:28.340Z] 1b3ee35aacca: Waiting [2020-10-28T12:29:29.159Z] d99e6b9e94b3: Pushed [2020-10-28T12:29:29.159Z] 348a8c4e81d5: Pushed [2020-10-28T12:29:29.828Z] ---> de3eb500288b [2020-10-28T12:29:29.828Z] Step 7/20 : RUN go mod download [2020-10-28T12:29:30.039Z] bb3ff29505c4: Pushed [2020-10-28T12:29:30.039Z] a27172a8b775: Pushed [2020-10-28T12:29:30.323Z] b46d59ab297f: Pushed [2020-10-28T12:29:30.323Z] 054a07d37a31: Pushed [2020-10-28T12:29:30.429Z] ---> Running in 3ce775ca9856 [2020-10-28T12:29:30.429Z] ---> a76e92ea14ec [2020-10-28T12:29:30.429Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-10-28T12:29:30.596Z] 1b3ee35aacca: Layer already exists [2020-10-28T12:29:30.596Z] fb0a288d56f5: Pushed [2020-10-28T12:29:30.596Z] c3dc51608736: Pushed [2020-10-28T12:29:30.596Z] c4fd718ed9ba: Pushed [2020-10-28T12:29:31.221Z] 115cefcec707: Pushed [2020-10-28T12:29:31.488Z] 30fe914c5ad8e4d98bae6ee0071c56635472cae5: digest: sha256:0397a7de199321dca435c5ac25c2902048336c04cf092467934407158d97fe6b size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:29:31.822Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.102 [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:29:32.168Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.102 [2020-10-28T12:29:32.168Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-10-28T12:29:32.168Z] 348a8c4e81d5: Preparing [2020-10-28T12:29:32.168Z] d99e6b9e94b3: Preparing [2020-10-28T12:29:32.168Z] fb0a288d56f5: Preparing [2020-10-28T12:29:32.168Z] c3dc51608736: Preparing [2020-10-28T12:29:32.168Z] c4fd718ed9ba: Preparing [2020-10-28T12:29:32.168Z] bb3ff29505c4: Preparing [2020-10-28T12:29:32.168Z] a27172a8b775: Preparing [2020-10-28T12:29:32.168Z] b46d59ab297f: Preparing [2020-10-28T12:29:32.168Z] 054a07d37a31: Preparing [2020-10-28T12:29:32.168Z] 115cefcec707: Preparing [2020-10-28T12:29:32.168Z] 1b3ee35aacca: Preparing [2020-10-28T12:29:32.168Z] a27172a8b775: Waiting [2020-10-28T12:29:32.168Z] b46d59ab297f: Waiting [2020-10-28T12:29:32.168Z] 054a07d37a31: Waiting [2020-10-28T12:29:32.168Z] 115cefcec707: Waiting [2020-10-28T12:29:32.168Z] 1b3ee35aacca: Waiting [2020-10-28T12:29:32.168Z] bb3ff29505c4: Waiting [2020-10-28T12:29:32.443Z] c3dc51608736: Layer already exists [2020-10-28T12:29:32.443Z] c4fd718ed9ba: Layer already exists [2020-10-28T12:29:32.443Z] fb0a288d56f5: Layer already exists [2020-10-28T12:29:32.443Z] 348a8c4e81d5: Layer already exists [2020-10-28T12:29:32.443Z] d99e6b9e94b3: Layer already exists [2020-10-28T12:29:32.443Z] bb3ff29505c4: Layer already exists [2020-10-28T12:29:32.443Z] 115cefcec707: Layer already exists [2020-10-28T12:29:32.443Z] 054a07d37a31: Layer already exists [2020-10-28T12:29:32.443Z] b46d59ab297f: Layer already exists [2020-10-28T12:29:32.443Z] a27172a8b775: Layer already exists [2020-10-28T12:29:32.443Z] 1b3ee35aacca: Layer already exists [2020-10-28T12:29:32.443Z] 1.2.2-dev.102: digest: sha256:0397a7de199321dca435c5ac25c2902048336c04cf092467934407158d97fe6b size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:29:32.841Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102 [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:29:33.191Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102 [2020-10-28T12:29:33.191Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-10-28T12:29:33.191Z] 348a8c4e81d5: Preparing [2020-10-28T12:29:33.191Z] d99e6b9e94b3: Preparing [2020-10-28T12:29:33.191Z] fb0a288d56f5: Preparing [2020-10-28T12:29:33.191Z] c3dc51608736: Preparing [2020-10-28T12:29:33.191Z] c4fd718ed9ba: Preparing [2020-10-28T12:29:33.191Z] bb3ff29505c4: Preparing [2020-10-28T12:29:33.191Z] a27172a8b775: Preparing [2020-10-28T12:29:33.191Z] b46d59ab297f: Preparing [2020-10-28T12:29:33.191Z] 054a07d37a31: Preparing [2020-10-28T12:29:33.191Z] 115cefcec707: Preparing [2020-10-28T12:29:33.191Z] 1b3ee35aacca: Preparing [2020-10-28T12:29:33.191Z] bb3ff29505c4: Waiting [2020-10-28T12:29:33.191Z] a27172a8b775: Waiting [2020-10-28T12:29:33.191Z] b46d59ab297f: Waiting [2020-10-28T12:29:33.191Z] 054a07d37a31: Waiting [2020-10-28T12:29:33.191Z] 115cefcec707: Waiting [2020-10-28T12:29:33.191Z] 1b3ee35aacca: Waiting [2020-10-28T12:29:33.191Z] c4fd718ed9ba: Layer already exists [2020-10-28T12:29:33.191Z] 348a8c4e81d5: Layer already exists [2020-10-28T12:29:33.191Z] d99e6b9e94b3: Layer already exists [2020-10-28T12:29:33.191Z] fb0a288d56f5: Layer already exists [2020-10-28T12:29:33.191Z] c3dc51608736: Layer already exists [2020-10-28T12:29:33.457Z] bb3ff29505c4: Layer already exists [2020-10-28T12:29:33.457Z] b46d59ab297f: Layer already exists [2020-10-28T12:29:33.457Z] 115cefcec707: Layer already exists [2020-10-28T12:29:33.457Z] a27172a8b775: Layer already exists [2020-10-28T12:29:33.457Z] 1b3ee35aacca: Layer already exists [2020-10-28T12:29:33.457Z] 054a07d37a31: Layer already exists [2020-10-28T12:29:33.457Z] 30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102: digest: sha256:0397a7de199321dca435c5ac25c2902048336c04cf092467934407158d97fe6b size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:29:33.777Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:29:34.127Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2020-10-28T12:29:34.521Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-10-28T12:29:34.521Z] 348a8c4e81d5: Preparing [2020-10-28T12:29:34.521Z] d99e6b9e94b3: Preparing [2020-10-28T12:29:34.521Z] fb0a288d56f5: Preparing [2020-10-28T12:29:34.521Z] c3dc51608736: Preparing [2020-10-28T12:29:34.521Z] c4fd718ed9ba: Preparing [2020-10-28T12:29:34.521Z] bb3ff29505c4: Preparing [2020-10-28T12:29:34.521Z] a27172a8b775: Preparing [2020-10-28T12:29:34.521Z] b46d59ab297f: Preparing [2020-10-28T12:29:34.521Z] 054a07d37a31: Preparing [2020-10-28T12:29:34.521Z] 115cefcec707: Preparing [2020-10-28T12:29:34.521Z] 1b3ee35aacca: Preparing [2020-10-28T12:29:34.521Z] a27172a8b775: Waiting [2020-10-28T12:29:34.521Z] b46d59ab297f: Waiting [2020-10-28T12:29:34.521Z] 054a07d37a31: Waiting [2020-10-28T12:29:34.521Z] 115cefcec707: Waiting [2020-10-28T12:29:34.521Z] 1b3ee35aacca: Waiting [2020-10-28T12:29:34.521Z] bb3ff29505c4: Waiting [2020-10-28T12:29:34.521Z] c3dc51608736: Layer already exists [2020-10-28T12:29:34.521Z] d99e6b9e94b3: Layer already exists [2020-10-28T12:29:34.521Z] 348a8c4e81d5: Layer already exists [2020-10-28T12:29:34.521Z] c4fd718ed9ba: Layer already exists [2020-10-28T12:29:34.521Z] fb0a288d56f5: Layer already exists [2020-10-28T12:29:34.780Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-28T12:29:34.780Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-28T12:29:34.780Z] ---> fb349a423359 [2020-10-28T12:29:34.780Z] Step 3/22 : WORKDIR /edgex-go [2020-10-28T12:29:34.780Z] ---> Using cache [2020-10-28T12:29:34.780Z] ---> 748fb0f4e04a [2020-10-28T12:29:34.780Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-28T12:29:34.780Z] ---> Using cache [2020-10-28T12:29:34.780Z] ---> ccfbd85f3016 [2020-10-28T12:29:34.780Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-10-28T12:29:34.908Z] 115cefcec707: Layer already exists [2020-10-28T12:29:34.908Z] bb3ff29505c4: Layer already exists [2020-10-28T12:29:34.908Z] 054a07d37a31: Layer already exists [2020-10-28T12:29:34.908Z] b46d59ab297f: Layer already exists [2020-10-28T12:29:34.908Z] a27172a8b775: Layer already exists [2020-10-28T12:29:34.908Z] 1b3ee35aacca: Layer already exists [2020-10-28T12:29:34.908Z] master: digest: sha256:0397a7de199321dca435c5ac25c2902048336c04cf092467934407158d97fe6b size: 2616 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-28T12:29:35.212Z] ===================================================== [Pipeline] echo [2020-10-28T12:29:35.261Z] taggedImages: [2020-10-28T12:29:35.261Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:30fe914c5ad8e4d98bae6ee0071c56635472cae5 [2020-10-28T12:29:35.261Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.102 [2020-10-28T12:29:35.261Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102 [2020-10-28T12:29:35.261Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2020-10-28T12:29:35.334Z] [edgeXDocker.push] Tagging docker image docker-support-logging-go with the following tags: [2020-10-28T12:29:35.334Z] 30fe914c5ad8e4d98bae6ee0071c56635472cae5 [2020-10-28T12:29:35.334Z] 1.2.2-dev.102 [2020-10-28T12:29:35.334Z] 30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102 [2020-10-28T12:29:35.334Z] master [2020-10-28T12:29:35.334Z] ===================================================== [Pipeline] withEnv [Pipeline] { [2020-10-28T12:29:35.409Z] ---> 9e238b15cd55 [2020-10-28T12:29:35.409Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-10-28T12:29:35.409Z] ---> Running in 94dcaae69275 [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:29:36.352Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:30fe914c5ad8e4d98bae6ee0071c56635472cae5 [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:29:36.769Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:30fe914c5ad8e4d98bae6ee0071c56635472cae5 [2020-10-28T12:29:36.769Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-10-28T12:29:36.769Z] f8aa03919d24: Preparing [2020-10-28T12:29:36.769Z] 803cc4ef8580: Preparing [2020-10-28T12:29:36.769Z] 18b62b6e727d: Preparing [2020-10-28T12:29:36.769Z] da8ce1995fb7: Preparing [2020-10-28T12:29:37.069Z] f8aa03919d24: Pushed [2020-10-28T12:29:37.069Z] 18b62b6e727d: Pushed [2020-10-28T12:29:37.339Z] da8ce1995fb7: Pushed [2020-10-28T12:29:37.423Z] Removing intermediate container 3ce775ca9856 [2020-10-28T12:29:37.423Z] ---> a2889ea373f7 [2020-10-28T12:29:37.423Z] Step 8/20 : COPY . . [2020-10-28T12:29:37.701Z] ---> 0897350355d4 [2020-10-28T12:29:37.701Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-10-28T12:29:38.335Z] ---> Running in 05cc5f5b51ee [2020-10-28T12:29:38.335Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-28T12:29:38.768Z] 803cc4ef8580: Pushed [2020-10-28T12:29:39.126Z] 30fe914c5ad8e4d98bae6ee0071c56635472cae5: digest: sha256:84edc72d710f5191118d7445dc520a7ca00f6d2d11579d42251b02d5045a76ac size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:29:39.334Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-28T12:29:39.555Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.102 [2020-10-28T12:29:39.615Z] Removing intermediate container 05cc5f5b51ee [2020-10-28T12:29:39.615Z] ---> 846106bc31aa [2020-10-28T12:29:39.615Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:29:40.118Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.102 [2020-10-28T12:29:40.118Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-10-28T12:29:40.118Z] f8aa03919d24: Preparing [2020-10-28T12:29:40.118Z] 803cc4ef8580: Preparing [2020-10-28T12:29:40.118Z] 18b62b6e727d: Preparing [2020-10-28T12:29:40.118Z] da8ce1995fb7: Preparing [2020-10-28T12:29:40.386Z] f8aa03919d24: Layer already exists [2020-10-28T12:29:40.386Z] 18b62b6e727d: Layer already exists [2020-10-28T12:29:40.386Z] 803cc4ef8580: Layer already exists [2020-10-28T12:29:40.386Z] da8ce1995fb7: Layer already exists [2020-10-28T12:29:40.386Z] 1.2.2-dev.102: digest: sha256:84edc72d710f5191118d7445dc520a7ca00f6d2d11579d42251b02d5045a76ac size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:29:40.615Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-28T12:29:40.615Z] v3.12.1-9-g3c7f8a65fa [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-28T12:29:40.615Z] OK: 12623 distinct packages available [2020-10-28T12:29:40.615Z] ---> Running in cbad5fef8a54 [2020-10-28T12:29:40.763Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102 [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:29:41.221Z] OK: 217 MiB in 51 packages [2020-10-28T12:29:41.615Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102 [2020-10-28T12:29:42.024Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-10-28T12:29:42.024Z] f8aa03919d24: Preparing [2020-10-28T12:29:42.024Z] 803cc4ef8580: Preparing [2020-10-28T12:29:42.024Z] 18b62b6e727d: Preparing [2020-10-28T12:29:42.024Z] da8ce1995fb7: Preparing [2020-10-28T12:29:42.024Z] f8aa03919d24: Layer already exists [2020-10-28T12:29:42.024Z] da8ce1995fb7: Layer already exists [2020-10-28T12:29:42.024Z] 803cc4ef8580: Layer already exists [2020-10-28T12:29:42.024Z] 18b62b6e727d: Layer already exists [2020-10-28T12:29:42.213Z] Removing intermediate container cbad5fef8a54 [2020-10-28T12:29:42.213Z] ---> 7603f4d1270b [2020-10-28T12:29:42.213Z] Step 21/23 : LABEL arch=arm64 [2020-10-28T12:29:42.213Z] OK: 217 MiB in 51 packages [2020-10-28T12:29:42.359Z] 30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102: digest: sha256:84edc72d710f5191118d7445dc520a7ca00f6d2d11579d42251b02d5045a76ac size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:29:42.496Z] ---> Running in 46eb4fb7779f [2020-10-28T12:29:42.877Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:29:43.391Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [2020-10-28T12:29:43.496Z] ---> 08f4cbea6175 [2020-10-28T12:29:43.496Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-10-28T12:29:43.668Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-10-28T12:29:43.668Z] f8aa03919d24: Preparing [2020-10-28T12:29:43.668Z] 803cc4ef8580: Preparing [2020-10-28T12:29:43.668Z] 18b62b6e727d: Preparing [2020-10-28T12:29:43.668Z] da8ce1995fb7: Preparing [2020-10-28T12:29:43.771Z] ---> Running in 9a1362ca3e89 [2020-10-28T12:29:43.942Z] 803cc4ef8580: Layer already exists [2020-10-28T12:29:43.942Z] da8ce1995fb7: Layer already exists [2020-10-28T12:29:43.942Z] 18b62b6e727d: Layer already exists [2020-10-28T12:29:43.942Z] f8aa03919d24: Layer already exists [2020-10-28T12:29:43.942Z] master: digest: sha256:84edc72d710f5191118d7445dc520a7ca00f6d2d11579d42251b02d5045a76ac size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [2020-10-28T12:29:44.049Z] Removing intermediate container 46eb4fb7779f [2020-10-28T12:29:44.049Z] ---> 421fdd6a9106 [2020-10-28T12:29:44.049Z] Step 22/23 : LABEL git_sha=30fe914c5ad8e4d98bae6ee0071c56635472cae5 [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-28T12:29:44.156Z] ===================================================== [Pipeline] echo [2020-10-28T12:29:44.205Z] taggedImages: [2020-10-28T12:29:44.205Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:30fe914c5ad8e4d98bae6ee0071c56635472cae5 [2020-10-28T12:29:44.205Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.102 [2020-10-28T12:29:44.205Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102 [2020-10-28T12:29:44.205Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] echo [2020-10-28T12:29:44.299Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2020-10-28T12:29:44.299Z] 30fe914c5ad8e4d98bae6ee0071c56635472cae5 [2020-10-28T12:29:44.299Z] 1.2.2-dev.102 [2020-10-28T12:29:44.299Z] 30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102 [2020-10-28T12:29:44.299Z] master [2020-10-28T12:29:44.299Z] ===================================================== [2020-10-28T12:29:44.335Z] ---> Running in 47fcb1a3637f [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:29:44.979Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:30fe914c5ad8e4d98bae6ee0071c56635472cae5 [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:29:45.324Z] Removing intermediate container 94dcaae69275 [2020-10-28T12:29:45.324Z] ---> d211ada2b232 [2020-10-28T12:29:45.324Z] Step 6/22 : COPY go.mod . [2020-10-28T12:29:45.443Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:30fe914c5ad8e4d98bae6ee0071c56635472cae5 [2020-10-28T12:29:45.601Z] Removing intermediate container 47fcb1a3637f [2020-10-28T12:29:45.601Z] ---> e993b6578db1 [2020-10-28T12:29:45.601Z] Step 23/23 : LABEL version=1.2.2-dev.102 [2020-10-28T12:29:45.780Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-10-28T12:29:45.780Z] 52e8e50e8bcf: Preparing [2020-10-28T12:29:45.780Z] f59803355e53: Preparing [2020-10-28T12:29:45.780Z] c285799ea1e9: Preparing [2020-10-28T12:29:45.780Z] eeb20b09c9e8: Preparing [2020-10-28T12:29:45.780Z] 2eee74188011: Preparing [2020-10-28T12:29:45.780Z] 09b69da5e55d: Preparing [2020-10-28T12:29:45.780Z] 09b69da5e55d: Waiting [2020-10-28T12:29:45.883Z] ---> Running in e4e23926e6b0 [2020-10-28T12:29:46.158Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.102" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-10-28T12:29:46.669Z] c285799ea1e9: Pushed [2020-10-28T12:29:46.669Z] 52e8e50e8bcf: Pushed [2020-10-28T12:29:46.669Z] eeb20b09c9e8: Pushed [2020-10-28T12:29:46.669Z] 2eee74188011: Pushed [2020-10-28T12:29:46.759Z] ---> 3ebf60885c88 [2020-10-28T12:29:46.759Z] Step 7/22 : RUN go mod download [2020-10-28T12:29:47.005Z] 09b69da5e55d: Pushed [2020-10-28T12:29:47.034Z] Removing intermediate container e4e23926e6b0 [2020-10-28T12:29:47.034Z] ---> 76226342302d [2020-10-28T12:29:47.034Z] [2020-10-28T12:29:47.310Z] ---> Running in c8bfcab38e98 [2020-10-28T12:29:47.587Z] Successfully built 76226342302d [2020-10-28T12:29:47.865Z] Successfully tagged docker-core-data-go-arm64:latest [2020-10-28T12:29:47.865Z]  Building docker-core-data-go ... done Building docker-support-scheduler-go [2020-10-28T12:29:48.596Z] f59803355e53: Pushed [2020-10-28T12:29:48.885Z] 30fe914c5ad8e4d98bae6ee0071c56635472cae5: digest: sha256:bd313a1a04baaf756d093f8941780e99dc5a6553b624bac4f7330ab97067b2d8 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:29:49.413Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.102 [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:29:50.234Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.102 [2020-10-28T12:29:50.521Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-10-28T12:29:50.521Z] 52e8e50e8bcf: Preparing [2020-10-28T12:29:50.521Z] f59803355e53: Preparing [2020-10-28T12:29:50.521Z] c285799ea1e9: Preparing [2020-10-28T12:29:50.521Z] eeb20b09c9e8: Preparing [2020-10-28T12:29:50.521Z] 2eee74188011: Preparing [2020-10-28T12:29:50.521Z] 09b69da5e55d: Preparing [2020-10-28T12:29:50.521Z] 09b69da5e55d: Waiting [2020-10-28T12:29:50.521Z] 2eee74188011: Layer already exists [2020-10-28T12:29:50.521Z] 52e8e50e8bcf: Layer already exists [2020-10-28T12:29:50.521Z] f59803355e53: Layer already exists [2020-10-28T12:29:50.521Z] c285799ea1e9: Layer already exists [2020-10-28T12:29:50.521Z] eeb20b09c9e8: Layer already exists [2020-10-28T12:29:50.521Z] 09b69da5e55d: Layer already exists [2020-10-28T12:29:50.825Z] 1.2.2-dev.102: digest: sha256:bd313a1a04baaf756d093f8941780e99dc5a6553b624bac4f7330ab97067b2d8 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:29:51.233Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102 [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:29:51.796Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102 [2020-10-28T12:29:52.194Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-10-28T12:29:52.194Z] 52e8e50e8bcf: Preparing [2020-10-28T12:29:52.194Z] f59803355e53: Preparing [2020-10-28T12:29:52.194Z] c285799ea1e9: Preparing [2020-10-28T12:29:52.194Z] eeb20b09c9e8: Preparing [2020-10-28T12:29:52.194Z] 2eee74188011: Preparing [2020-10-28T12:29:52.194Z] 09b69da5e55d: Preparing [2020-10-28T12:29:52.194Z] 09b69da5e55d: Waiting [2020-10-28T12:29:52.194Z] 2eee74188011: Layer already exists [2020-10-28T12:29:52.194Z] f59803355e53: Layer already exists [2020-10-28T12:29:52.194Z] 52e8e50e8bcf: Layer already exists [2020-10-28T12:29:52.194Z] c285799ea1e9: Layer already exists [2020-10-28T12:29:52.194Z] eeb20b09c9e8: Layer already exists [2020-10-28T12:29:52.194Z] 09b69da5e55d: Layer already exists [2020-10-28T12:29:52.651Z] 30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102: digest: sha256:bd313a1a04baaf756d093f8941780e99dc5a6553b624bac4f7330ab97067b2d8 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:29:53.987Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:29:54.502Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2020-10-28T12:29:54.650Z] ---> 44db1baac259 [2020-10-28T12:29:54.650Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-10-28T12:29:54.802Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-10-28T12:29:54.802Z] 52e8e50e8bcf: Preparing [2020-10-28T12:29:54.802Z] f59803355e53: Preparing [2020-10-28T12:29:54.802Z] c285799ea1e9: Preparing [2020-10-28T12:29:54.802Z] eeb20b09c9e8: Preparing [2020-10-28T12:29:54.802Z] 2eee74188011: Preparing [2020-10-28T12:29:54.802Z] 09b69da5e55d: Preparing [2020-10-28T12:29:54.802Z] 09b69da5e55d: Waiting [2020-10-28T12:29:54.802Z] 2eee74188011: Layer already exists [2020-10-28T12:29:54.802Z] 52e8e50e8bcf: Layer already exists [2020-10-28T12:29:54.802Z] f59803355e53: Layer already exists [2020-10-28T12:29:54.802Z] c285799ea1e9: Layer already exists [2020-10-28T12:29:54.802Z] eeb20b09c9e8: Layer already exists [2020-10-28T12:29:54.802Z] 09b69da5e55d: Layer already exists [2020-10-28T12:29:54.802Z] master: digest: sha256:bd313a1a04baaf756d093f8941780e99dc5a6553b624bac4f7330ab97067b2d8 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [2020-10-28T12:29:54.940Z] ---> Running in 58ea03ed361b [Pipeline] // withEnv [Pipeline] echo [2020-10-28T12:29:55.017Z] ===================================================== [Pipeline] echo [2020-10-28T12:29:55.085Z] taggedImages: [2020-10-28T12:29:55.085Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:30fe914c5ad8e4d98bae6ee0071c56635472cae5 [2020-10-28T12:29:55.085Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.102 [2020-10-28T12:29:55.085Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102 [2020-10-28T12:29:55.085Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2020-10-28T12:29:55.170Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2020-10-28T12:29:55.170Z] 30fe914c5ad8e4d98bae6ee0071c56635472cae5 [2020-10-28T12:29:55.170Z] 1.2.2-dev.102 [2020-10-28T12:29:55.170Z] 30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102 [2020-10-28T12:29:55.170Z] master [2020-10-28T12:29:55.170Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:29:55.559Z] Removing intermediate container c8bfcab38e98 [2020-10-28T12:29:55.559Z] ---> eeefebd4695e [2020-10-28T12:29:55.559Z] Step 8/22 : COPY . . [2020-10-28T12:29:55.713Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:30fe914c5ad8e4d98bae6ee0071c56635472cae5 [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:29:56.589Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:30fe914c5ad8e4d98bae6ee0071c56635472cae5 [2020-10-28T12:29:56.589Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-10-28T12:29:57.033Z] fa853e9f3590: Preparing [2020-10-28T12:29:57.033Z] 7119e809b71e: Preparing [2020-10-28T12:29:57.033Z] 0e64a0cfa1f6: Preparing [2020-10-28T12:29:57.456Z] 0e64a0cfa1f6: Pushed [2020-10-28T12:29:57.456Z] fa853e9f3590: Pushed [2020-10-28T12:29:59.002Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.102" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-10-28T12:29:59.002Z] Removing intermediate container 466b30a6f6e6 [2020-10-28T12:29:59.002Z] ---> 0064710b1e91 [2020-10-28T12:29:59.002Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-10-28T12:29:59.701Z] 7119e809b71e: Pushed [2020-10-28T12:29:59.975Z] 30fe914c5ad8e4d98bae6ee0071c56635472cae5: digest: sha256:d09688a7b5de9a226fea65e0e7c59b4a5530f6f2d982c86285024feee4dbe8fb size: 944 [2020-10-28T12:30:00.008Z] ---> Running in 6e423508ba2c [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:30:00.349Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.102 [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:30:01.043Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.102 [2020-10-28T12:30:01.677Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-10-28T12:30:01.677Z] fa853e9f3590: Preparing [2020-10-28T12:30:01.677Z] 7119e809b71e: Preparing [2020-10-28T12:30:01.677Z] 0e64a0cfa1f6: Preparing [2020-10-28T12:30:01.677Z] fa853e9f3590: Layer already exists [2020-10-28T12:30:01.677Z] 0e64a0cfa1f6: Layer already exists [2020-10-28T12:30:01.677Z] 7119e809b71e: Layer already exists [2020-10-28T12:30:01.969Z] 1.2.2-dev.102: digest: sha256:d09688a7b5de9a226fea65e0e7c59b4a5530f6f2d982c86285024feee4dbe8fb size: 944 [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:30:02.455Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102 [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:30:03.271Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102 [2020-10-28T12:30:03.683Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-10-28T12:30:03.683Z] fa853e9f3590: Preparing [2020-10-28T12:30:03.683Z] 7119e809b71e: Preparing [2020-10-28T12:30:03.683Z] 0e64a0cfa1f6: Preparing [2020-10-28T12:30:03.683Z] 0e64a0cfa1f6: Layer already exists [2020-10-28T12:30:03.683Z] 7119e809b71e: Layer already exists [2020-10-28T12:30:03.683Z] fa853e9f3590: Layer already exists [2020-10-28T12:30:03.691Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.102" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-10-28T12:30:04.004Z] 30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102: digest: sha256:d09688a7b5de9a226fea65e0e7c59b4a5530f6f2d982c86285024feee4dbe8fb size: 944 [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:30:04.292Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-28T12:30:04.292Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-10-28T12:30:04.292Z] ---> fb349a423359 [2020-10-28T12:30:04.292Z] Step 3/21 : WORKDIR /edgex-go [2020-10-28T12:30:04.292Z] ---> Using cache [2020-10-28T12:30:04.292Z] ---> 748fb0f4e04a [2020-10-28T12:30:04.292Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-28T12:30:04.292Z] ---> Using cache [2020-10-28T12:30:04.292Z] ---> ccfbd85f3016 [2020-10-28T12:30:04.292Z] Step 5/21 : RUN apk update && apk add make git [2020-10-28T12:30:04.292Z] ---> Using cache [2020-10-28T12:30:04.292Z] ---> 1567dd328c16 [2020-10-28T12:30:04.292Z] Step 6/21 : COPY go.mod . [2020-10-28T12:30:04.292Z] ---> Using cache [2020-10-28T12:30:04.292Z] ---> de3eb500288b [2020-10-28T12:30:04.292Z] Step 7/21 : RUN go mod download [2020-10-28T12:30:04.292Z] ---> Using cache [2020-10-28T12:30:04.292Z] ---> a2889ea373f7 [2020-10-28T12:30:04.292Z] Step 8/21 : COPY . . [2020-10-28T12:30:04.461Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2020-10-28T12:30:04.571Z] ---> Using cache [2020-10-28T12:30:04.571Z] ---> 44db1baac259 [2020-10-28T12:30:04.571Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:30:05.044Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2020-10-28T12:30:05.044Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-10-28T12:30:05.044Z] fa853e9f3590: Preparing [2020-10-28T12:30:05.044Z] 7119e809b71e: Preparing [2020-10-28T12:30:05.044Z] 0e64a0cfa1f6: Preparing [2020-10-28T12:30:05.044Z] 0e64a0cfa1f6: Layer already exists [2020-10-28T12:30:05.044Z] 7119e809b71e: Layer already exists [2020-10-28T12:30:05.044Z] fa853e9f3590: Layer already exists [2020-10-28T12:30:05.309Z] master: digest: sha256:d09688a7b5de9a226fea65e0e7c59b4a5530f6f2d982c86285024feee4dbe8fb size: 944 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-28T12:30:05.506Z] ===================================================== [Pipeline] echo [2020-10-28T12:30:05.559Z] taggedImages: [2020-10-28T12:30:05.559Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:30fe914c5ad8e4d98bae6ee0071c56635472cae5 [2020-10-28T12:30:05.559Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.102 [2020-10-28T12:30:05.559Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102 [2020-10-28T12:30:05.559Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2020-10-28T12:30:05.646Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2020-10-28T12:30:05.646Z] 30fe914c5ad8e4d98bae6ee0071c56635472cae5 [2020-10-28T12:30:05.646Z] 1.2.2-dev.102 [2020-10-28T12:30:05.646Z] 30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102 [2020-10-28T12:30:05.646Z] master [2020-10-28T12:30:05.646Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:30:06.133Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:30fe914c5ad8e4d98bae6ee0071c56635472cae5 [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:30:06.497Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:30fe914c5ad8e4d98bae6ee0071c56635472cae5 [2020-10-28T12:30:06.569Z] ---> Running in 637736ff415f [2020-10-28T12:30:06.791Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-10-28T12:30:06.791Z] b7e5707867df: Preparing [2020-10-28T12:30:06.791Z] eb009c6e7cf5: Preparing [2020-10-28T12:30:06.791Z] 1203807d3831: Preparing [2020-10-28T12:30:06.791Z] f6b0237bfb80: Preparing [2020-10-28T12:30:06.791Z] 2e6f672c37be: Preparing [2020-10-28T12:30:06.791Z] b30c0ed1f2e9: Preparing [2020-10-28T12:30:06.791Z] 39f79f20c212: Preparing [2020-10-28T12:30:06.791Z] 1d278c39f50a: Preparing [2020-10-28T12:30:06.791Z] 3730a0890c46: Preparing [2020-10-28T12:30:06.791Z] 383f309b5d37: Preparing [2020-10-28T12:30:06.791Z] e1a73c32da76: Preparing [2020-10-28T12:30:06.791Z] 31b11ec6ff38: Preparing [2020-10-28T12:30:06.791Z] 911954e2fe49: Preparing [2020-10-28T12:30:06.791Z] ace0eda3e3be: Preparing [2020-10-28T12:30:06.791Z] b30c0ed1f2e9: Waiting [2020-10-28T12:30:06.791Z] 39f79f20c212: Waiting [2020-10-28T12:30:06.791Z] 1d278c39f50a: Waiting [2020-10-28T12:30:06.791Z] 3730a0890c46: Waiting [2020-10-28T12:30:06.791Z] 383f309b5d37: Waiting [2020-10-28T12:30:06.791Z] e1a73c32da76: Waiting [2020-10-28T12:30:06.791Z] 31b11ec6ff38: Waiting [2020-10-28T12:30:06.791Z] 911954e2fe49: Waiting [2020-10-28T12:30:06.791Z] ace0eda3e3be: Waiting [2020-10-28T12:30:07.735Z] 2e6f672c37be: Pushed [2020-10-28T12:30:09.071Z] b7e5707867df: Pushed [2020-10-28T12:30:09.473Z] f6b0237bfb80: Pushed [2020-10-28T12:30:09.776Z] 1d278c39f50a: Layer already exists [2020-10-28T12:30:09.776Z] 3730a0890c46: Layer already exists [2020-10-28T12:30:09.776Z] 39f79f20c212: Pushed [2020-10-28T12:30:10.163Z] 383f309b5d37: Layer already exists [2020-10-28T12:30:10.163Z] e1a73c32da76: Layer already exists [2020-10-28T12:30:10.163Z] 31b11ec6ff38: Layer already exists [2020-10-28T12:30:10.163Z] 911954e2fe49: Layer already exists [2020-10-28T12:30:10.163Z] ace0eda3e3be: Layer already exists [2020-10-28T12:30:10.494Z] eb009c6e7cf5: Pushed [2020-10-28T12:30:10.906Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.102" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-10-28T12:30:10.906Z] Removing intermediate container 6e423508ba2c [2020-10-28T12:30:10.906Z] ---> 0f4de61208a4 [2020-10-28T12:30:10.906Z] [2020-10-28T12:30:10.906Z] Step 11/27 : FROM docker:latest [2020-10-28T12:30:10.906Z] ---> 5d4db4dc0692 [2020-10-28T12:30:10.906Z] Step 12/27 : RUN apk add --no-cache bash [2020-10-28T12:30:10.906Z] ---> Running in 3954057936e6 [2020-10-28T12:30:10.924Z] b30c0ed1f2e9: Pushed [2020-10-28T12:30:12.892Z] ---> 24cdd3294e24 [2020-10-28T12:30:12.892Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-10-28T12:30:12.892Z] ---> Running in 8a08c246dee5 [2020-10-28T12:30:13.497Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-28T12:30:14.103Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-28T12:30:14.701Z] (1/2) Installing readline (8.0.4-r0) [2020-10-28T12:30:14.701Z] (2/2) Installing bash (5.0.17-r0) [2020-10-28T12:30:14.701Z] Executing bash-5.0.17-r0.post-install [2020-10-28T12:30:14.701Z] Executing busybox-1.31.1-r19.trigger [2020-10-28T12:30:14.976Z] OK: 12 MiB in 22 packages [2020-10-28T12:30:15.257Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.102" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-10-28T12:30:17.241Z] Removing intermediate container 3954057936e6 [2020-10-28T12:30:17.241Z] ---> 4912fed57849 [2020-10-28T12:30:17.241Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-10-28T12:30:17.241Z] ---> Running in e60dbcdb16f4 [2020-10-28T12:30:18.405Z] 1203807d3831: Pushed [2020-10-28T12:30:18.744Z] 30fe914c5ad8e4d98bae6ee0071c56635472cae5: digest: sha256:d1e6936a7eebc63339773465cead76d9400ef2fc411c8a48773792688df64dce size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:30:19.744Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.102 [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:30:20.421Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.102 [2020-10-28T12:30:21.112Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-10-28T12:30:21.112Z] b7e5707867df: Preparing [2020-10-28T12:30:21.112Z] eb009c6e7cf5: Preparing [2020-10-28T12:30:21.112Z] 1203807d3831: Preparing [2020-10-28T12:30:21.112Z] f6b0237bfb80: Preparing [2020-10-28T12:30:21.112Z] 2e6f672c37be: Preparing [2020-10-28T12:30:21.112Z] b30c0ed1f2e9: Preparing [2020-10-28T12:30:21.112Z] 39f79f20c212: Preparing [2020-10-28T12:30:21.112Z] 1d278c39f50a: Preparing [2020-10-28T12:30:21.112Z] 3730a0890c46: Preparing [2020-10-28T12:30:21.112Z] 383f309b5d37: Preparing [2020-10-28T12:30:21.112Z] e1a73c32da76: Preparing [2020-10-28T12:30:21.112Z] 31b11ec6ff38: Preparing [2020-10-28T12:30:21.112Z] 911954e2fe49: Preparing [2020-10-28T12:30:21.112Z] ace0eda3e3be: Preparing [2020-10-28T12:30:21.112Z] 3730a0890c46: Waiting [2020-10-28T12:30:21.112Z] 383f309b5d37: Waiting [2020-10-28T12:30:21.112Z] e1a73c32da76: Waiting [2020-10-28T12:30:21.112Z] b30c0ed1f2e9: Waiting [2020-10-28T12:30:21.112Z] 39f79f20c212: Waiting [2020-10-28T12:30:21.112Z] 1d278c39f50a: Waiting [2020-10-28T12:30:21.112Z] 31b11ec6ff38: Waiting [2020-10-28T12:30:21.112Z] 911954e2fe49: Waiting [2020-10-28T12:30:21.112Z] ace0eda3e3be: Waiting [2020-10-28T12:30:21.415Z] b7e5707867df: Layer already exists [2020-10-28T12:30:21.415Z] 1203807d3831: Layer already exists [2020-10-28T12:30:21.415Z] 2e6f672c37be: Layer already exists [2020-10-28T12:30:21.558Z] Removing intermediate container e60dbcdb16f4 [2020-10-28T12:30:21.558Z] ---> e6b4b7a0994a [2020-10-28T12:30:21.558Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-10-28T12:30:21.558Z] ---> Running in c7bdfda3e6d9 [2020-10-28T12:30:21.816Z] f6b0237bfb80: Layer already exists [2020-10-28T12:30:21.816Z] eb009c6e7cf5: Layer already exists [2020-10-28T12:30:21.816Z] b30c0ed1f2e9: Layer already exists [2020-10-28T12:30:21.816Z] 1d278c39f50a: Layer already exists [2020-10-28T12:30:21.816Z] 39f79f20c212: Layer already exists [2020-10-28T12:30:21.816Z] 383f309b5d37: Layer already exists [2020-10-28T12:30:21.816Z] 911954e2fe49: Layer already exists [2020-10-28T12:30:21.816Z] 31b11ec6ff38: Layer already exists [2020-10-28T12:30:21.816Z] 3730a0890c46: Layer already exists [2020-10-28T12:30:21.816Z] e1a73c32da76: Layer already exists [2020-10-28T12:30:21.816Z] ace0eda3e3be: Layer already exists [2020-10-28T12:30:22.082Z] 1.2.2-dev.102: digest: sha256:d1e6936a7eebc63339773465cead76d9400ef2fc411c8a48773792688df64dce size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:30:22.169Z] Removing intermediate container c7bdfda3e6d9 [2020-10-28T12:30:22.169Z] ---> e7aa90c8e71c [2020-10-28T12:30:22.169Z] Step 15/27 : ENV APP_PORT=48090 [2020-10-28T12:30:22.169Z] ---> Running in 5feac1232a61 [2020-10-28T12:30:22.447Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102 [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:30:22.769Z] Removing intermediate container 5feac1232a61 [2020-10-28T12:30:22.769Z] ---> 61ecd309de2b [2020-10-28T12:30:22.769Z] Step 16/27 : EXPOSE $APP_PORT [2020-10-28T12:30:23.045Z] ---> Running in a7193889c4cc [2020-10-28T12:30:23.148Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102 [2020-10-28T12:30:23.148Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-10-28T12:30:23.148Z] b7e5707867df: Preparing [2020-10-28T12:30:23.148Z] eb009c6e7cf5: Preparing [2020-10-28T12:30:23.148Z] 1203807d3831: Preparing [2020-10-28T12:30:23.148Z] f6b0237bfb80: Preparing [2020-10-28T12:30:23.148Z] 2e6f672c37be: Preparing [2020-10-28T12:30:23.148Z] b30c0ed1f2e9: Preparing [2020-10-28T12:30:23.148Z] 39f79f20c212: Preparing [2020-10-28T12:30:23.148Z] 1d278c39f50a: Preparing [2020-10-28T12:30:23.148Z] 3730a0890c46: Preparing [2020-10-28T12:30:23.148Z] 383f309b5d37: Preparing [2020-10-28T12:30:23.148Z] e1a73c32da76: Preparing [2020-10-28T12:30:23.148Z] 31b11ec6ff38: Preparing [2020-10-28T12:30:23.148Z] 911954e2fe49: Preparing [2020-10-28T12:30:23.148Z] ace0eda3e3be: Preparing [2020-10-28T12:30:23.148Z] b30c0ed1f2e9: Waiting [2020-10-28T12:30:23.148Z] 39f79f20c212: Waiting [2020-10-28T12:30:23.148Z] 1d278c39f50a: Waiting [2020-10-28T12:30:23.148Z] 3730a0890c46: Waiting [2020-10-28T12:30:23.148Z] 383f309b5d37: Waiting [2020-10-28T12:30:23.148Z] e1a73c32da76: Waiting [2020-10-28T12:30:23.148Z] 31b11ec6ff38: Waiting [2020-10-28T12:30:23.148Z] 911954e2fe49: Waiting [2020-10-28T12:30:23.148Z] ace0eda3e3be: Waiting [2020-10-28T12:30:23.148Z] eb009c6e7cf5: Layer already exists [2020-10-28T12:30:23.148Z] 2e6f672c37be: Layer already exists [2020-10-28T12:30:23.446Z] b7e5707867df: Layer already exists [2020-10-28T12:30:23.446Z] 1203807d3831: Layer already exists [2020-10-28T12:30:23.446Z] f6b0237bfb80: Layer already exists [2020-10-28T12:30:23.446Z] 1d278c39f50a: Layer already exists [2020-10-28T12:30:23.446Z] b30c0ed1f2e9: Layer already exists [2020-10-28T12:30:23.446Z] 39f79f20c212: Layer already exists [2020-10-28T12:30:23.446Z] 3730a0890c46: Layer already exists [2020-10-28T12:30:23.446Z] 383f309b5d37: Layer already exists [2020-10-28T12:30:23.446Z] 911954e2fe49: Layer already exists [2020-10-28T12:30:23.446Z] ace0eda3e3be: Layer already exists [2020-10-28T12:30:23.446Z] 31b11ec6ff38: Layer already exists [2020-10-28T12:30:23.446Z] e1a73c32da76: Layer already exists [2020-10-28T12:30:23.446Z] 30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102: digest: sha256:d1e6936a7eebc63339773465cead76d9400ef2fc411c8a48773792688df64dce size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:30:23.648Z] Removing intermediate container a7193889c4cc [2020-10-28T12:30:23.648Z] ---> b9d353311aee [2020-10-28T12:30:23.648Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-10-28T12:30:23.896Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:30:24.261Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2020-10-28T12:30:24.532Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-10-28T12:30:24.532Z] b7e5707867df: Preparing [2020-10-28T12:30:24.532Z] eb009c6e7cf5: Preparing [2020-10-28T12:30:24.532Z] 1203807d3831: Preparing [2020-10-28T12:30:24.532Z] f6b0237bfb80: Preparing [2020-10-28T12:30:24.532Z] 2e6f672c37be: Preparing [2020-10-28T12:30:24.532Z] b30c0ed1f2e9: Preparing [2020-10-28T12:30:24.532Z] 39f79f20c212: Preparing [2020-10-28T12:30:24.532Z] 1d278c39f50a: Preparing [2020-10-28T12:30:24.532Z] 3730a0890c46: Preparing [2020-10-28T12:30:24.532Z] 383f309b5d37: Preparing [2020-10-28T12:30:24.532Z] e1a73c32da76: Preparing [2020-10-28T12:30:24.532Z] 31b11ec6ff38: Preparing [2020-10-28T12:30:24.532Z] 911954e2fe49: Preparing [2020-10-28T12:30:24.532Z] ace0eda3e3be: Preparing [2020-10-28T12:30:24.532Z] b30c0ed1f2e9: Waiting [2020-10-28T12:30:24.532Z] 39f79f20c212: Waiting [2020-10-28T12:30:24.532Z] 1d278c39f50a: Waiting [2020-10-28T12:30:24.532Z] 3730a0890c46: Waiting [2020-10-28T12:30:24.532Z] 383f309b5d37: Waiting [2020-10-28T12:30:24.532Z] e1a73c32da76: Waiting [2020-10-28T12:30:24.532Z] 31b11ec6ff38: Waiting [2020-10-28T12:30:24.532Z] 911954e2fe49: Waiting [2020-10-28T12:30:24.532Z] ace0eda3e3be: Waiting [2020-10-28T12:30:24.532Z] f6b0237bfb80: Layer already exists [2020-10-28T12:30:24.532Z] eb009c6e7cf5: Layer already exists [2020-10-28T12:30:24.532Z] b7e5707867df: Layer already exists [2020-10-28T12:30:24.532Z] 1203807d3831: Layer already exists [2020-10-28T12:30:24.532Z] 2e6f672c37be: Layer already exists [2020-10-28T12:30:24.532Z] b30c0ed1f2e9: Layer already exists [2020-10-28T12:30:24.532Z] 39f79f20c212: Layer already exists [2020-10-28T12:30:24.532Z] 3730a0890c46: Layer already exists [2020-10-28T12:30:24.532Z] 383f309b5d37: Layer already exists [2020-10-28T12:30:24.532Z] 1d278c39f50a: Layer already exists [2020-10-28T12:30:24.532Z] e1a73c32da76: Layer already exists [2020-10-28T12:30:24.532Z] ace0eda3e3be: Layer already exists [2020-10-28T12:30:24.532Z] 31b11ec6ff38: Layer already exists [2020-10-28T12:30:24.532Z] 911954e2fe49: Layer already exists [2020-10-28T12:30:24.877Z] master: digest: sha256:d1e6936a7eebc63339773465cead76d9400ef2fc411c8a48773792688df64dce size: 3253 [2020-10-28T12:30:25.083Z] ---> be55d8c57317 [2020-10-28T12:30:25.083Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-28T12:30:25.384Z] ===================================================== [Pipeline] echo [2020-10-28T12:30:25.435Z] taggedImages: [2020-10-28T12:30:25.435Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:30fe914c5ad8e4d98bae6ee0071c56635472cae5 [2020-10-28T12:30:25.435Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.102 [2020-10-28T12:30:25.435Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102 [2020-10-28T12:30:25.435Z] - 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-10-28T12:30:26.527Z] ---> eaa2105355e2 [2020-10-28T12:30:26.528Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-10-28T12:30:27.514Z] ---> 7d5388e75779 [2020-10-28T12:30:27.514Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-10-28T12:30:27.789Z] ---> Running in b7ff36ac1b00 [2020-10-28T12:30:30.421Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-28T12:30:30.421Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-28T12:30:31.021Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-10-28T12:30:31.021Z] (2/33) Installing expat (2.2.9-r1) [2020-10-28T12:30:31.021Z] (3/33) Installing libffi (3.3-r2) [2020-10-28T12:30:31.021Z] (4/33) Installing gdbm (1.13-r1) [2020-10-28T12:30:31.021Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-10-28T12:30:31.021Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-10-28T12:30:31.295Z] (7/33) Installing python3 (3.8.5-r0) [2020-10-28T12:30:33.927Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-10-28T12:30:33.927Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-10-28T12:30:33.927Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-10-28T12:30:33.927Z] (11/33) Installing py3-six (1.15.0-r0) [2020-10-28T12:30:33.927Z] (12/33) Installing py3-packaging (20.4-r0) [2020-10-28T12:30:33.927Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-10-28T12:30:33.927Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-10-28T12:30:33.927Z] (15/33) Installing py3-idna (2.9-r0) [2020-10-28T12:30:33.927Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-10-28T12:30:33.927Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-10-28T12:30:33.927Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-10-28T12:30:33.927Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-10-28T12:30:33.927Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-10-28T12:30:33.927Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-10-28T12:30:33.927Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-10-28T12:30:33.927Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-10-28T12:30:34.202Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-10-28T12:30:34.202Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-10-28T12:30:34.202Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-10-28T12:30:34.202Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-10-28T12:30:34.202Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-10-28T12:30:34.202Z] (29/33) Installing py3-progress (1.5-r0) [2020-10-28T12:30:34.202Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-10-28T12:30:34.202Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-10-28T12:30:34.202Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-10-28T12:30:34.202Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-10-28T12:30:34.479Z] Executing busybox-1.31.1-r19.trigger [2020-10-28T12:30:34.479Z] OK: 71 MiB in 55 packages [2020-10-28T12:30:44.673Z] Removing intermediate container b7ff36ac1b00 [2020-10-28T12:30:44.673Z] ---> fcdb6dbb20fc [2020-10-28T12:30:44.673Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-10-28T12:30:44.673Z] ---> Running in 5fa0f38b4bc8 [2020-10-28T12:30:51.438Z] Collecting docker-compose==1.23.2 [2020-10-28T12:30:51.438Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-10-28T12:30:52.430Z] Collecting dockerpty<0.5,>=0.4.1 [2020-10-28T12:30:52.431Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-10-28T12:30:55.063Z] Collecting docopt<0.7,>=0.6.1 [2020-10-28T12:30:55.063Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-10-28T12:30:57.699Z] Collecting jsonschema<3,>=2.5.1 [2020-10-28T12:30:57.699Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-10-28T12:30:58.301Z] Collecting texttable<0.10,>=0.9.0 [2020-10-28T12:30:58.301Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-10-28T12:31:00.947Z] Collecting cached-property<2,>=1.2.0 [2020-10-28T12:31:00.947Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-10-28T12:31:01.940Z] Collecting websocket-client<1.0,>=0.32.0 [2020-10-28T12:31:01.940Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-10-28T12:31:03.383Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-10-28T12:31:03.662Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-10-28T12:31:04.648Z] Collecting docker<4.0,>=3.6.0 [2020-10-28T12:31:04.648Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-10-28T12:31:04.926Z] 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-10-28T12:31:05.529Z] Collecting PyYAML<4,>=3.10 [2020-10-28T12:31:05.529Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-10-28T12:31:09.860Z] Collecting idna<2.8,>=2.5 [2020-10-28T12:31:09.860Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-10-28T12:31:09.860Z] Collecting urllib3<1.25,>=1.21.1 [2020-10-28T12:31:09.860Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-10-28T12:31:10.152Z] 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-10-28T12:31:10.152Z] 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-10-28T12:31:10.428Z] Collecting docker-pycreds>=0.4.0 [2020-10-28T12:31:10.428Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-10-28T12:31:10.428Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-10-28T12:31:10.428Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-10-28T12:31:10.428Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-10-28T12:31:10.704Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-10-28T12:31:11.710Z] Installing collected packages: dockerpty, docopt, jsonschema, texttable, cached-property, websocket-client, idna, urllib3, requests, docker-pycreds, docker, PyYAML, docker-compose [2020-10-28T12:31:11.710Z] Running setup.py install for dockerpty: started [2020-10-28T12:31:14.345Z] Running setup.py install for dockerpty: finished with status 'done' [2020-10-28T12:31:14.345Z] Running setup.py install for docopt: started [2020-10-28T12:31:17.777Z] Running setup.py install for docopt: finished with status 'done' [2020-10-28T12:31:17.777Z] Running setup.py install for texttable: started [2020-10-28T12:31:18.386Z] Removing intermediate container 58ea03ed361b [2020-10-28T12:31:18.386Z] ---> 99868389fafb [2020-10-28T12:31:18.386Z] [2020-10-28T12:31:18.386Z] Step 10/20 : FROM alpine [2020-10-28T12:31:18.386Z] ---> 2e77e061c27f [2020-10-28T12:31:18.386Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-10-28T12:31:18.386Z] ---> Running in 8d9ff15fedd7 [2020-10-28T12:31:20.383Z] Running setup.py install for texttable: finished with status 'done' [2020-10-28T12:31:20.660Z] Attempting uninstall: idna [2020-10-28T12:31:20.660Z] Found existing installation: idna 2.9 [2020-10-28T12:31:20.660Z] Uninstalling idna-2.9: [2020-10-28T12:31:20.660Z] Successfully uninstalled idna-2.9 [2020-10-28T12:31:20.942Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-28T12:31:21.220Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-28T12:31:21.220Z] Attempting uninstall: urllib3 [2020-10-28T12:31:21.220Z] Found existing installation: urllib3 1.25.9 [2020-10-28T12:31:21.220Z] Uninstalling urllib3-1.25.9: [2020-10-28T12:31:21.498Z] Successfully uninstalled urllib3-1.25.9 [2020-10-28T12:31:22.325Z] v3.12.1-8-ge053f6efb7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-28T12:31:22.325Z] v3.12.1-9-g3c7f8a65fa [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-28T12:31:22.325Z] OK: 12615 distinct packages available [2020-10-28T12:31:22.325Z] Attempting uninstall: requests [2020-10-28T12:31:22.325Z] Found existing installation: requests 2.23.0 [2020-10-28T12:31:22.325Z] Uninstalling requests-2.23.0: [2020-10-28T12:31:22.639Z] Successfully uninstalled requests-2.23.0 [2020-10-28T12:31:23.274Z] (1/4) Installing ca-certificates (20191127-r4) [2020-10-28T12:31:23.274Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-10-28T12:31:23.274Z] (3/4) Installing libcurl (7.69.1-r1) [2020-10-28T12:31:23.274Z] (4/4) Installing curl (7.69.1-r1) [2020-10-28T12:31:23.274Z] Executing busybox-1.31.1-r19.trigger [2020-10-28T12:31:23.589Z] Executing ca-certificates-20191127-r4.trigger [2020-10-28T12:31:23.906Z] OK: 7 MiB in 18 packages [2020-10-28T12:31:24.509Z] Running setup.py install for PyYAML: started [2020-10-28T12:31:27.191Z] Removing intermediate container 8d9ff15fedd7 [2020-10-28T12:31:27.191Z] ---> 7d6edb708a2a [2020-10-28T12:31:27.191Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-28T12:31:27.191Z] ---> Running in b1baab6d0ad5 [2020-10-28T12:31:28.193Z] Running setup.py install for PyYAML: finished with status 'done' [2020-10-28T12:31:28.193Z] Removing intermediate container b1baab6d0ad5 [2020-10-28T12:31:28.193Z] ---> 4f4f2a7bf6b7 [2020-10-28T12:31:28.193Z] Step 13/20 : WORKDIR /edgex [2020-10-28T12:31:28.500Z] ---> Running in 057855c8391e [2020-10-28T12:31:29.103Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 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-10-28T12:31:29.707Z] Removing intermediate container 057855c8391e [2020-10-28T12:31:29.707Z] ---> dbfc0caa2da3 [2020-10-28T12:31:29.707Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-10-28T12:31:30.696Z] Removing intermediate container 9a1362ca3e89 [2020-10-28T12:31:30.696Z] ---> 64beebf9bddf [2020-10-28T12:31:30.696Z] [2020-10-28T12:31:30.696Z] Step 10/24 : FROM scratch [2020-10-28T12:31:30.696Z] ---> [2020-10-28T12:31:30.696Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-28T12:31:30.976Z] ---> c5ddfe031352 [2020-10-28T12:31:30.976Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-10-28T12:31:30.976Z] ---> Running in f619dfb2e95d [2020-10-28T12:31:31.981Z] Removing intermediate container f619dfb2e95d [2020-10-28T12:31:31.981Z] ---> cd9bbf9e9ce2 [2020-10-28T12:31:31.981Z] Step 12/24 : ENV APP_PORT=48060 [2020-10-28T12:31:32.268Z] ---> Running in 57d33cf645ef [2020-10-28T12:31:33.726Z] Removing intermediate container 57d33cf645ef [2020-10-28T12:31:33.726Z] ---> 5c4418651d99 [2020-10-28T12:31:33.726Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-28T12:31:33.726Z] ---> 45ce72d24c67 [2020-10-28T12:31:33.726Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-10-28T12:31:33.726Z] ---> Running in fbb359d777fb [2020-10-28T12:31:34.003Z] ---> Running in 17c1fd4eb376 [2020-10-28T12:31:34.999Z] Removing intermediate container fbb359d777fb [2020-10-28T12:31:34.999Z] Removing intermediate container 17c1fd4eb376 [2020-10-28T12:31:34.999Z] ---> 676cf4279c6f [2020-10-28T12:31:34.999Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-10-28T12:31:34.999Z] ---> c625dc747d93 [2020-10-28T12:31:34.999Z] Step 17/20 : CMD ["--init=true"] [2020-10-28T12:31:34.999Z] ---> Running in 9f719077ce68 [2020-10-28T12:31:34.999Z] Removing intermediate container 5fa0f38b4bc8 [2020-10-28T12:31:34.999Z] ---> 63a006de13e5 [2020-10-28T12:31:34.999Z] Step 22/27 : RUN apk --no-cache add curl [2020-10-28T12:31:35.280Z] ---> Running in f786a3a46589 [2020-10-28T12:31:36.284Z] Removing intermediate container 9f719077ce68 [2020-10-28T12:31:36.284Z] ---> 074ded96308a [2020-10-28T12:31:36.284Z] Step 18/20 : LABEL arch=arm64 [2020-10-28T12:31:36.570Z] ---> f7d87b556352 [2020-10-28T12:31:36.570Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-10-28T12:31:36.570Z] ---> Running in 0d5711403533 [2020-10-28T12:31:38.029Z] Removing intermediate container 0d5711403533 [2020-10-28T12:31:38.029Z] ---> 558f8bc0d31f [2020-10-28T12:31:38.029Z] Step 19/20 : LABEL git_sha=30fe914c5ad8e4d98bae6ee0071c56635472cae5 [2020-10-28T12:31:38.029Z] ---> Running in 5f96b6bbed9a [2020-10-28T12:31:38.313Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-28T12:31:38.595Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-28T12:31:38.595Z] ---> 2d60406bafba [2020-10-28T12:31:38.595Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-10-28T12:31:38.901Z] Removing intermediate container 5f96b6bbed9a [2020-10-28T12:31:38.901Z] ---> 1710616d1622 [2020-10-28T12:31:38.901Z] Step 20/20 : LABEL version=1.2.2-dev.102 [2020-10-28T12:31:39.195Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-10-28T12:31:39.195Z] ---> Running in 286c283e2af8 [2020-10-28T12:31:39.195Z] (2/3) Installing libcurl (7.69.1-r1) [2020-10-28T12:31:39.195Z] (3/3) Installing curl (7.69.1-r1) [2020-10-28T12:31:39.195Z] Executing busybox-1.31.1-r19.trigger [2020-10-28T12:31:39.195Z] OK: 71 MiB in 58 packages [2020-10-28T12:31:40.195Z] Removing intermediate container 286c283e2af8 [2020-10-28T12:31:40.195Z] ---> 174edfb9fbf7 [2020-10-28T12:31:40.195Z] [2020-10-28T12:31:40.803Z] Successfully built 174edfb9fbf7 [2020-10-28T12:31:40.803Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-10-28T12:31:41.093Z]  Building docker-security-proxy-setup-go ... done  ---> f01104dfb63a [2020-10-28T12:31:41.093Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-10-28T12:31:41.390Z] Removing intermediate container f786a3a46589 [2020-10-28T12:31:41.390Z] ---> 2f679cf7238b [2020-10-28T12:31:41.390Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-10-28T12:31:41.672Z] ---> Running in 3523e2bc8b98 [2020-10-28T12:31:42.283Z] Removing intermediate container 3523e2bc8b98 [2020-10-28T12:31:42.283Z] ---> fabb1e49416f [2020-10-28T12:31:42.283Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-28T12:31:42.582Z] ---> 556a0540c70e [2020-10-28T12:31:42.582Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-10-28T12:31:42.582Z] ---> Running in d1d5b3f7e469 [2020-10-28T12:31:44.037Z] Removing intermediate container d1d5b3f7e469 [2020-10-28T12:31:44.037Z] ---> 04afae396561 [2020-10-28T12:31:44.037Z] Step 25/27 : LABEL arch=arm64 [2020-10-28T12:31:44.315Z] ---> Running in 8a632cb2a981 [2020-10-28T12:31:44.315Z] ---> 10eb4a89ca11 [2020-10-28T12:31:44.315Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-10-28T12:31:45.298Z] Removing intermediate container 8a632cb2a981 [2020-10-28T12:31:45.298Z] ---> 25fa3790caaa [2020-10-28T12:31:45.298Z] Step 26/27 : LABEL git_sha=30fe914c5ad8e4d98bae6ee0071c56635472cae5 [2020-10-28T12:31:45.298Z] ---> Running in 03f2148255e9 [2020-10-28T12:31:45.298Z] ---> f5cd77df57d4 [2020-10-28T12:31:45.298Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-10-28T12:31:45.570Z] ---> Running in 2c00128f6128 [2020-10-28T12:31:45.857Z] Removing intermediate container 03f2148255e9 [2020-10-28T12:31:45.857Z] ---> 3b93e401c1a3 [2020-10-28T12:31:45.857Z] Step 27/27 : LABEL version=1.2.2-dev.102 [2020-10-28T12:31:46.129Z] ---> Running in 9a0e8aac5830 [2020-10-28T12:31:46.399Z] Removing intermediate container 2c00128f6128 [2020-10-28T12:31:46.399Z] ---> 0d15f3f3bba5 [2020-10-28T12:31:46.399Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-28T12:31:46.672Z] ---> Running in 1d75a7127866 [2020-10-28T12:31:46.948Z] Removing intermediate container 9a0e8aac5830 [2020-10-28T12:31:46.948Z] ---> c1d9bfb62eef [2020-10-28T12:31:46.948Z] [2020-10-28T12:31:47.541Z] Successfully built c1d9bfb62eef [2020-10-28T12:31:47.541Z] Removing intermediate container 1d75a7127866 [2020-10-28T12:31:47.541Z] ---> 826c8d9a6f03 [2020-10-28T12:31:47.541Z] Step 22/24 : LABEL arch=arm64 [2020-10-28T12:31:47.541Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-10-28T12:31:47.541Z]  Building docker-sys-mgmt-agent-go ... done  ---> Running in b5d39f576270 [2020-10-28T12:31:47.830Z] Removing intermediate container 8a08c246dee5 [2020-10-28T12:31:47.830Z] ---> 0cfb88dc2d6f [2020-10-28T12:31:47.830Z] [2020-10-28T12:31:47.830Z] Step 10/22 : FROM scratch [2020-10-28T12:31:47.830Z] ---> [2020-10-28T12:31:47.830Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-28T12:31:48.103Z] ---> Using cache [2020-10-28T12:31:48.103Z] ---> cd9bbf9e9ce2 [2020-10-28T12:31:48.103Z] Step 12/22 : ENV APP_PORT=48061 [2020-10-28T12:31:48.375Z] ---> Running in 9c1e08482b25 [2020-10-28T12:31:48.375Z] Removing intermediate container b5d39f576270 [2020-10-28T12:31:48.375Z] ---> ad5b2ba2688f [2020-10-28T12:31:48.375Z] Step 23/24 : LABEL git_sha=30fe914c5ad8e4d98bae6ee0071c56635472cae5 [2020-10-28T12:31:48.651Z] ---> Running in 2bcb734032eb [2020-10-28T12:31:48.938Z] Removing intermediate container 9c1e08482b25 [2020-10-28T12:31:48.938Z] ---> 7487ec64463b [2020-10-28T12:31:48.938Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-28T12:31:48.938Z] ---> Running in 1628c056a660 [2020-10-28T12:31:49.213Z] Removing intermediate container 2bcb734032eb [2020-10-28T12:31:49.213Z] ---> 1c9981b7f933 [2020-10-28T12:31:49.213Z] Step 24/24 : LABEL version=1.2.2-dev.102 [2020-10-28T12:31:49.213Z] ---> Running in 0761015f1070 [2020-10-28T12:31:49.487Z] Removing intermediate container 1628c056a660 [2020-10-28T12:31:49.487Z] ---> b8a1d5864144 [2020-10-28T12:31:49.487Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-10-28T12:31:49.762Z] Removing intermediate container 0761015f1070 [2020-10-28T12:31:49.762Z] ---> 5f78d13d6bc8 [2020-10-28T12:31:49.762Z] [2020-10-28T12:31:50.359Z] Successfully built 5f78d13d6bc8 [2020-10-28T12:31:50.359Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-10-28T12:31:50.629Z]  Building docker-support-notifications-go ... done  ---> 41264d77ebc2 [2020-10-28T12:31:50.629Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-10-28T12:31:52.061Z] ---> 6bb7bce6ba70 [2020-10-28T12:31:52.061Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-10-28T12:31:52.061Z] Removing intermediate container 637736ff415f [2020-10-28T12:31:52.061Z] ---> a364ebe1a248 [2020-10-28T12:31:52.061Z] [2020-10-28T12:31:52.061Z] Step 10/21 : FROM scratch [2020-10-28T12:31:52.061Z] ---> [2020-10-28T12:31:52.061Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-28T12:31:52.061Z] ---> Using cache [2020-10-28T12:31:52.061Z] ---> b309ac1bdd5d [2020-10-28T12:31:52.061Z] Step 12/21 : ENV APP_PORT=48085 [2020-10-28T12:31:52.336Z] ---> Running in 8844e4e680d6 [2020-10-28T12:31:52.938Z] ---> c1023f7f47c5 [2020-10-28T12:31:52.939Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-10-28T12:31:52.939Z] Removing intermediate container 8844e4e680d6 [2020-10-28T12:31:52.939Z] ---> 635b744e95aa [2020-10-28T12:31:52.939Z] Step 13/21 : EXPOSE $APP_PORT [2020-10-28T12:31:52.939Z] ---> Running in 107945f5b5bc [2020-10-28T12:31:53.538Z] Removing intermediate container 107945f5b5bc [2020-10-28T12:31:53.538Z] ---> 2557fd10b6e1 [2020-10-28T12:31:53.538Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-10-28T12:31:53.817Z] ---> 504db96eddf5 [2020-10-28T12:31:53.817Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-10-28T12:31:53.817Z] ---> Running in e199428f162b [2020-10-28T12:31:54.412Z] ---> ef4671158a8e [2020-10-28T12:31:54.412Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-10-28T12:31:54.412Z] Removing intermediate container e199428f162b [2020-10-28T12:31:54.412Z] ---> c2d618dbb558 [2020-10-28T12:31:54.412Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-28T12:31:54.412Z] ---> Running in 07fffbe6ba8d [2020-10-28T12:31:55.396Z] Removing intermediate container 07fffbe6ba8d [2020-10-28T12:31:55.397Z] ---> db3d82b8f6d5 [2020-10-28T12:31:55.397Z] Step 20/22 : LABEL arch=arm64 [2020-10-28T12:31:55.672Z] ---> 259d7d59fb9d [2020-10-28T12:31:55.672Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-10-28T12:31:55.672Z] ---> Running in 2c7bf15d4ae8 [2020-10-28T12:31:56.272Z] Removing intermediate container 2c7bf15d4ae8 [2020-10-28T12:31:56.272Z] ---> 04e2f1b15a09 [2020-10-28T12:31:56.272Z] Step 21/22 : LABEL git_sha=30fe914c5ad8e4d98bae6ee0071c56635472cae5 [2020-10-28T12:31:56.272Z] ---> Running in a2f415db6eb2 [2020-10-28T12:31:56.546Z] ---> 55254df8d59c [2020-10-28T12:31:56.546Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-10-28T12:31:56.816Z] ---> Running in b336dfded58f [2020-10-28T12:31:56.816Z] Removing intermediate container a2f415db6eb2 [2020-10-28T12:31:56.816Z] ---> 877b13c5570f [2020-10-28T12:31:56.816Z] Step 22/22 : LABEL version=1.2.2-dev.102 [2020-10-28T12:31:56.816Z] ---> Running in 927080ec7224 [2020-10-28T12:31:57.088Z] Removing intermediate container b336dfded58f [2020-10-28T12:31:57.088Z] ---> c11b4c645429 [2020-10-28T12:31:57.088Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-28T12:31:57.358Z] ---> Running in a5d310fa675f [2020-10-28T12:31:57.358Z] Removing intermediate container 927080ec7224 [2020-10-28T12:31:57.358Z] ---> 98ef570ad64d [2020-10-28T12:31:57.358Z] [2020-10-28T12:31:57.628Z] Successfully built 98ef570ad64d [2020-10-28T12:31:57.628Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-10-28T12:31:57.899Z]  Building docker-support-logging-go ... done Removing intermediate container a5d310fa675f [2020-10-28T12:31:57.899Z] ---> 64bb4628b217 [2020-10-28T12:31:57.899Z] Step 19/21 : LABEL arch=arm64 [2020-10-28T12:31:57.899Z] ---> Running in a21a6f4c630c [2020-10-28T12:31:58.491Z] Removing intermediate container a21a6f4c630c [2020-10-28T12:31:58.491Z] ---> 7b69c240325a [2020-10-28T12:31:58.491Z] Step 20/21 : LABEL git_sha=30fe914c5ad8e4d98bae6ee0071c56635472cae5 [2020-10-28T12:31:58.491Z] ---> Running in f34169b79edb [2020-10-28T12:31:59.083Z] Removing intermediate container f34169b79edb [2020-10-28T12:31:59.083Z] ---> 2f51cff71f94 [2020-10-28T12:31:59.083Z] Step 21/21 : LABEL version=1.2.2-dev.102 [2020-10-28T12:31:59.083Z] ---> Running in 89b5e7ac8ecb [2020-10-28T12:31:59.352Z] Removing intermediate container 89b5e7ac8ecb [2020-10-28T12:31:59.352Z] ---> 230915f37cc2 [2020-10-28T12:31:59.352Z] [2020-10-28T12:31:59.942Z] Successfully built 230915f37cc2 [2020-10-28T12:31:59.942Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-10-28T12:31:59.957Z]  Building docker-support-scheduler-go ... done  [Pipeline] } [2020-10-28T12:31:59.967Z] $ docker stop --time=1 69fad346fd188467f454851760a8f79c037a5b6bdea02c18e629c1631c5aa8e0 [2020-10-28T12:32:01.919Z] $ docker rm -f 69fad346fd188467f454851760a8f79c037a5b6bdea02c18e629c1631c5aa8e0 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-28T12:32:02.583Z] + + docker imagesgrep docker [2020-10-28T12:32:02.583Z] [2020-10-28T12:32:02.860Z] docker-support-scheduler-go-arm64 latest 230915f37cc2 3 seconds ago 11.5MB [2020-10-28T12:32:02.860Z] docker-support-logging-go-arm64 latest 98ef570ad64d 5 seconds ago 10.6MB [2020-10-28T12:32:02.860Z] docker-support-notifications-go-arm64 latest 5f78d13d6bc8 13 seconds ago 12.9MB [2020-10-28T12:32:02.860Z] docker-sys-mgmt-agent-go-arm64 latest c1d9bfb62eef 16 seconds ago 270MB [2020-10-28T12:32:02.860Z] docker-security-proxy-setup-go-arm64 latest 174edfb9fbf7 23 seconds ago 15.1MB [2020-10-28T12:32:02.860Z] docker-core-data-go-arm64 latest 76226342302d 2 minutes ago 22.3MB [2020-10-28T12:32:02.860Z] docker-core-metadata-go-arm64 latest 6f26d845fbe3 2 minutes ago 13.5MB [2020-10-28T12:32:02.860Z] docker-core-command-go-arm64 latest b4b07e29223f 3 minutes ago 11.4MB [2020-10-28T12:32:02.860Z] docker-security-secretstore-setup-go-arm64 latest 60e069cc6b97 3 minutes ago 30.8MB [2020-10-28T12:32:02.860Z] docker-security-secrets-setup-go-arm64 latest 51f2624810ef 3 minutes ago 22.7MB [2020-10-28T12:32:02.860Z] docker latest 5d4db4dc0692 6 days ago 198MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-10-28T12:32:03.403Z] provisioning config files... [2020-10-28T12:32:03.452Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/218@tmp/config8894434081011315699tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-10-28T12:32:03.840Z] ---> docker-login.sh [2020-10-28T12:32:03.840Z] nexus3.edgexfoundry.org:10001 [2020-10-28T12:32:04.110Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-28T12:32:04.383Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-28T12:32:04.383Z] Configure a credential helper to remove this warning. See [2020-10-28T12:32:04.383Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-28T12:32:04.383Z] [2020-10-28T12:32:04.383Z] Login Succeeded [2020-10-28T12:32:04.383Z] nexus3.edgexfoundry.org:10002 [2020-10-28T12:32:04.654Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-28T12:32:04.654Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-28T12:32:04.654Z] Configure a credential helper to remove this warning. See [2020-10-28T12:32:04.654Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-28T12:32:04.654Z] [2020-10-28T12:32:04.654Z] Login Succeeded [2020-10-28T12:32:04.922Z] nexus3.edgexfoundry.org:10003 [2020-10-28T12:32:05.192Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-28T12:32:05.463Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-28T12:32:05.464Z] Configure a credential helper to remove this warning. See [2020-10-28T12:32:05.464Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-28T12:32:05.464Z] [2020-10-28T12:32:05.464Z] Login Succeeded [2020-10-28T12:32:05.464Z] nexus3.edgexfoundry.org:10004 [2020-10-28T12:32:05.736Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-28T12:32:06.007Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-28T12:32:06.007Z] Configure a credential helper to remove this warning. See [2020-10-28T12:32:06.007Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-28T12:32:06.007Z] [2020-10-28T12:32:06.007Z] Login Succeeded [2020-10-28T12:32:06.007Z] docker.io [2020-10-28T12:32:06.278Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-28T12:32:06.865Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-28T12:32:06.865Z] Configure a credential helper to remove this warning. See [2020-10-28T12:32:06.865Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-28T12:32:06.865Z] [2020-10-28T12:32:06.865Z] Login Succeeded [2020-10-28T12:32:06.865Z] ---> docker-login.sh ends [Pipeline] } [2020-10-28T12:32:06.880Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-28T12:32:07.121Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2020-10-28T12:32:07.121Z] 30fe914c5ad8e4d98bae6ee0071c56635472cae5 [2020-10-28T12:32:07.121Z] 1.2.2-dev.102 [2020-10-28T12:32:07.121Z] 30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102 [2020-10-28T12:32:07.121Z] master [2020-10-28T12:32:07.121Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:32:07.686Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:30fe914c5ad8e4d98bae6ee0071c56635472cae5 [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:32:08.019Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:30fe914c5ad8e4d98bae6ee0071c56635472cae5 [2020-10-28T12:32:08.019Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-28T12:32:08.019Z] fdd9ae3eb5d6: Preparing [2020-10-28T12:32:08.019Z] 97fdcda501a5: Preparing [2020-10-28T12:32:08.019Z] 6ded0ed59599: Preparing [2020-10-28T12:32:08.290Z] fdd9ae3eb5d6: Pushed [2020-10-28T12:32:08.290Z] 6ded0ed59599: Pushed [2020-10-28T12:32:11.699Z] 97fdcda501a5: Pushed [2020-10-28T12:32:11.699Z] 30fe914c5ad8e4d98bae6ee0071c56635472cae5: digest: sha256:b6ab5a225e683f90e95d6eba89cdea3308457464306de793bc23efd81e2d05fe size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:32:12.063Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.102 [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:32:12.421Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.102 [2020-10-28T12:32:12.421Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-28T12:32:12.421Z] fdd9ae3eb5d6: Preparing [2020-10-28T12:32:12.421Z] 97fdcda501a5: Preparing [2020-10-28T12:32:12.421Z] 6ded0ed59599: Preparing [2020-10-28T12:32:12.421Z] 97fdcda501a5: Layer already exists [2020-10-28T12:32:12.421Z] 6ded0ed59599: Layer already exists [2020-10-28T12:32:12.421Z] fdd9ae3eb5d6: Layer already exists [2020-10-28T12:32:12.693Z] 1.2.2-dev.102: digest: sha256:b6ab5a225e683f90e95d6eba89cdea3308457464306de793bc23efd81e2d05fe size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:32:13.038Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102 [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:32:13.386Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102 [2020-10-28T12:32:13.386Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-28T12:32:13.386Z] fdd9ae3eb5d6: Preparing [2020-10-28T12:32:13.386Z] 97fdcda501a5: Preparing [2020-10-28T12:32:13.386Z] 6ded0ed59599: Preparing [2020-10-28T12:32:13.386Z] 6ded0ed59599: Layer already exists [2020-10-28T12:32:13.386Z] fdd9ae3eb5d6: Layer already exists [2020-10-28T12:32:13.386Z] 97fdcda501a5: Layer already exists [2020-10-28T12:32:13.654Z] 30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102: digest: sha256:b6ab5a225e683f90e95d6eba89cdea3308457464306de793bc23efd81e2d05fe size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:32:13.995Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:32:14.330Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2020-10-28T12:32:14.330Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-28T12:32:14.330Z] fdd9ae3eb5d6: Preparing [2020-10-28T12:32:14.331Z] 97fdcda501a5: Preparing [2020-10-28T12:32:14.331Z] 6ded0ed59599: Preparing [2020-10-28T12:32:14.600Z] 6ded0ed59599: Layer already exists [2020-10-28T12:32:14.600Z] fdd9ae3eb5d6: Layer already exists [2020-10-28T12:32:14.600Z] 97fdcda501a5: Layer already exists [2020-10-28T12:32:14.600Z] master: digest: sha256:b6ab5a225e683f90e95d6eba89cdea3308457464306de793bc23efd81e2d05fe size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-28T12:32:14.809Z] ===================================================== [Pipeline] echo [2020-10-28T12:32:14.856Z] taggedImages: [2020-10-28T12:32:14.856Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:30fe914c5ad8e4d98bae6ee0071c56635472cae5 [2020-10-28T12:32:14.856Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.102 [2020-10-28T12:32:14.856Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102 [2020-10-28T12:32:14.856Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2020-10-28T12:32:14.918Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2020-10-28T12:32:14.918Z] 30fe914c5ad8e4d98bae6ee0071c56635472cae5 [2020-10-28T12:32:14.918Z] 1.2.2-dev.102 [2020-10-28T12:32:14.918Z] 30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102 [2020-10-28T12:32:14.918Z] master [2020-10-28T12:32:14.918Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:32:15.433Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:30fe914c5ad8e4d98bae6ee0071c56635472cae5 [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:32:15.771Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:30fe914c5ad8e4d98bae6ee0071c56635472cae5 [2020-10-28T12:32:15.772Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-28T12:32:15.772Z] 2a9cffb59f68: Preparing [2020-10-28T12:32:15.772Z] 90d140a6996f: Preparing [2020-10-28T12:32:15.772Z] 2d6aae3984b8: Preparing [2020-10-28T12:32:15.772Z] 04428c88a50e: Preparing [2020-10-28T12:32:15.772Z] b78ae9f36ac3: Preparing [2020-10-28T12:32:15.772Z] cd3761cfa1d9: Preparing [2020-10-28T12:32:15.772Z] cd3761cfa1d9: Waiting [2020-10-28T12:32:16.042Z] b78ae9f36ac3: Pushed [2020-10-28T12:32:16.042Z] 2d6aae3984b8: Pushed [2020-10-28T12:32:16.042Z] 2a9cffb59f68: Pushed [2020-10-28T12:32:16.042Z] cd3761cfa1d9: Layer already exists [2020-10-28T12:32:16.632Z] 04428c88a50e: Pushed [2020-10-28T12:32:19.993Z] 90d140a6996f: Pushed [2020-10-28T12:32:19.993Z] 30fe914c5ad8e4d98bae6ee0071c56635472cae5: digest: sha256:994058373ad64a629e95a6c3353abb10733783dcd858f3fc78e81a1f3894f924 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:32:20.332Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.102 [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:32:20.669Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.102 [2020-10-28T12:32:20.669Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-28T12:32:20.669Z] 2a9cffb59f68: Preparing [2020-10-28T12:32:20.669Z] 90d140a6996f: Preparing [2020-10-28T12:32:20.669Z] 2d6aae3984b8: Preparing [2020-10-28T12:32:20.669Z] 04428c88a50e: Preparing [2020-10-28T12:32:20.669Z] b78ae9f36ac3: Preparing [2020-10-28T12:32:20.669Z] cd3761cfa1d9: Preparing [2020-10-28T12:32:20.669Z] cd3761cfa1d9: Waiting [2020-10-28T12:32:20.669Z] 90d140a6996f: Layer already exists [2020-10-28T12:32:20.669Z] 04428c88a50e: Layer already exists [2020-10-28T12:32:20.941Z] 2a9cffb59f68: Layer already exists [2020-10-28T12:32:20.941Z] 2d6aae3984b8: Layer already exists [2020-10-28T12:32:20.941Z] b78ae9f36ac3: Layer already exists [2020-10-28T12:32:20.941Z] cd3761cfa1d9: Layer already exists [2020-10-28T12:32:20.941Z] 1.2.2-dev.102: digest: sha256:994058373ad64a629e95a6c3353abb10733783dcd858f3fc78e81a1f3894f924 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:32:21.278Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102 [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:32:21.629Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102 [2020-10-28T12:32:21.629Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-28T12:32:21.629Z] 2a9cffb59f68: Preparing [2020-10-28T12:32:21.629Z] 90d140a6996f: Preparing [2020-10-28T12:32:21.629Z] 2d6aae3984b8: Preparing [2020-10-28T12:32:21.629Z] 04428c88a50e: Preparing [2020-10-28T12:32:21.629Z] b78ae9f36ac3: Preparing [2020-10-28T12:32:21.629Z] cd3761cfa1d9: Preparing [2020-10-28T12:32:21.629Z] cd3761cfa1d9: Waiting [2020-10-28T12:32:21.629Z] 04428c88a50e: Layer already exists [2020-10-28T12:32:21.629Z] 90d140a6996f: Layer already exists [2020-10-28T12:32:21.629Z] 2d6aae3984b8: Layer already exists [2020-10-28T12:32:21.898Z] b78ae9f36ac3: Layer already exists [2020-10-28T12:32:21.898Z] 2a9cffb59f68: Layer already exists [2020-10-28T12:32:21.898Z] cd3761cfa1d9: Layer already exists [2020-10-28T12:32:21.898Z] 30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102: digest: sha256:994058373ad64a629e95a6c3353abb10733783dcd858f3fc78e81a1f3894f924 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:32:22.234Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:32:22.571Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2020-10-28T12:32:22.571Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-28T12:32:22.571Z] 2a9cffb59f68: Preparing [2020-10-28T12:32:22.571Z] 90d140a6996f: Preparing [2020-10-28T12:32:22.571Z] 2d6aae3984b8: Preparing [2020-10-28T12:32:22.571Z] 04428c88a50e: Preparing [2020-10-28T12:32:22.571Z] b78ae9f36ac3: Preparing [2020-10-28T12:32:22.571Z] cd3761cfa1d9: Preparing [2020-10-28T12:32:22.571Z] cd3761cfa1d9: Waiting [2020-10-28T12:32:22.571Z] 2a9cffb59f68: Layer already exists [2020-10-28T12:32:22.571Z] b78ae9f36ac3: Layer already exists [2020-10-28T12:32:22.571Z] 04428c88a50e: Layer already exists [2020-10-28T12:32:22.571Z] 2d6aae3984b8: Layer already exists [2020-10-28T12:32:22.571Z] 90d140a6996f: Layer already exists [2020-10-28T12:32:22.840Z] cd3761cfa1d9: Layer already exists [2020-10-28T12:32:22.840Z] master: digest: sha256:994058373ad64a629e95a6c3353abb10733783dcd858f3fc78e81a1f3894f924 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-28T12:32:23.038Z] ===================================================== [Pipeline] echo [2020-10-28T12:32:23.087Z] taggedImages: [2020-10-28T12:32:23.087Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:30fe914c5ad8e4d98bae6ee0071c56635472cae5 [2020-10-28T12:32:23.087Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.102 [2020-10-28T12:32:23.087Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102 [2020-10-28T12:32:23.087Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2020-10-28T12:32:23.189Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2020-10-28T12:32:23.189Z] 30fe914c5ad8e4d98bae6ee0071c56635472cae5 [2020-10-28T12:32:23.189Z] 1.2.2-dev.102 [2020-10-28T12:32:23.189Z] 30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102 [2020-10-28T12:32:23.189Z] master [2020-10-28T12:32:23.189Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:32:23.720Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:30fe914c5ad8e4d98bae6ee0071c56635472cae5 [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:32:24.053Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:30fe914c5ad8e4d98bae6ee0071c56635472cae5 [2020-10-28T12:32:24.053Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-28T12:32:24.053Z] 1dc6055bce2f: Preparing [2020-10-28T12:32:24.053Z] 292766578d6a: Preparing [2020-10-28T12:32:24.053Z] a62b31e8e092: Preparing [2020-10-28T12:32:24.326Z] a62b31e8e092: Pushed [2020-10-28T12:32:24.326Z] 1dc6055bce2f: Pushed [2020-10-28T12:32:27.698Z] 292766578d6a: Pushed [2020-10-28T12:32:27.698Z] 30fe914c5ad8e4d98bae6ee0071c56635472cae5: digest: sha256:751928ab66cf245152c089e049b2cbf6cee0197af47166740885e0a6e4cd5224 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:32:28.043Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.102 [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:32:28.406Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.102 [2020-10-28T12:32:28.406Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-28T12:32:28.406Z] 1dc6055bce2f: Preparing [2020-10-28T12:32:28.406Z] 292766578d6a: Preparing [2020-10-28T12:32:28.406Z] a62b31e8e092: Preparing [2020-10-28T12:32:28.406Z] 292766578d6a: Layer already exists [2020-10-28T12:32:28.406Z] a62b31e8e092: Layer already exists [2020-10-28T12:32:28.677Z] 1dc6055bce2f: Layer already exists [2020-10-28T12:32:28.677Z] 1.2.2-dev.102: digest: sha256:751928ab66cf245152c089e049b2cbf6cee0197af47166740885e0a6e4cd5224 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:32:29.039Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102 [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:32:29.381Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102 [2020-10-28T12:32:29.381Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-28T12:32:29.381Z] 1dc6055bce2f: Preparing [2020-10-28T12:32:29.381Z] 292766578d6a: Preparing [2020-10-28T12:32:29.381Z] a62b31e8e092: Preparing [2020-10-28T12:32:29.381Z] 1dc6055bce2f: Layer already exists [2020-10-28T12:32:29.652Z] a62b31e8e092: Layer already exists [2020-10-28T12:32:29.652Z] 292766578d6a: Layer already exists [2020-10-28T12:32:29.652Z] 30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102: digest: sha256:751928ab66cf245152c089e049b2cbf6cee0197af47166740885e0a6e4cd5224 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:32:29.997Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:32:30.351Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2020-10-28T12:32:30.351Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-28T12:32:30.351Z] 1dc6055bce2f: Preparing [2020-10-28T12:32:30.351Z] 292766578d6a: Preparing [2020-10-28T12:32:30.351Z] a62b31e8e092: Preparing [2020-10-28T12:32:30.351Z] a62b31e8e092: Layer already exists [2020-10-28T12:32:30.351Z] 1dc6055bce2f: Layer already exists [2020-10-28T12:32:30.351Z] 292766578d6a: Layer already exists [2020-10-28T12:32:30.622Z] master: digest: sha256:751928ab66cf245152c089e049b2cbf6cee0197af47166740885e0a6e4cd5224 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-28T12:32:30.827Z] ===================================================== [Pipeline] echo [2020-10-28T12:32:30.873Z] taggedImages: [2020-10-28T12:32:30.873Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:30fe914c5ad8e4d98bae6ee0071c56635472cae5 [2020-10-28T12:32:30.873Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.102 [2020-10-28T12:32:30.873Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102 [2020-10-28T12:32:30.873Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2020-10-28T12:32:30.959Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2020-10-28T12:32:30.959Z] 30fe914c5ad8e4d98bae6ee0071c56635472cae5 [2020-10-28T12:32:30.959Z] 1.2.2-dev.102 [2020-10-28T12:32:30.959Z] 30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102 [2020-10-28T12:32:30.959Z] master [2020-10-28T12:32:30.959Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:32:31.467Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:30fe914c5ad8e4d98bae6ee0071c56635472cae5 [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:32:31.805Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:30fe914c5ad8e4d98bae6ee0071c56635472cae5 [2020-10-28T12:32:31.806Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-28T12:32:31.806Z] 97d7e56404ce: Preparing [2020-10-28T12:32:31.806Z] 635c5d1d327a: Preparing [2020-10-28T12:32:31.806Z] 0bf0cdacebcb: Preparing [2020-10-28T12:32:31.806Z] e2cfbb3f5628: Preparing [2020-10-28T12:32:31.806Z] cd3761cfa1d9: Preparing [2020-10-28T12:32:32.080Z] cd3761cfa1d9: Layer already exists [2020-10-28T12:32:32.080Z] 0bf0cdacebcb: Pushed [2020-10-28T12:32:32.080Z] 635c5d1d327a: Pushed [2020-10-28T12:32:32.672Z] e2cfbb3f5628: Pushed [2020-10-28T12:32:34.642Z] 97d7e56404ce: Pushed [2020-10-28T12:32:34.642Z] 30fe914c5ad8e4d98bae6ee0071c56635472cae5: digest: sha256:23e1c757f0ea0637c14d98f4a47aee57f898b1bab4409af6b9d74e6aa1eb5527 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:32:35.026Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.102 [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:32:35.392Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.102 [2020-10-28T12:32:35.392Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-28T12:32:35.392Z] 97d7e56404ce: Preparing [2020-10-28T12:32:35.392Z] 635c5d1d327a: Preparing [2020-10-28T12:32:35.392Z] 0bf0cdacebcb: Preparing [2020-10-28T12:32:35.392Z] e2cfbb3f5628: Preparing [2020-10-28T12:32:35.392Z] cd3761cfa1d9: Preparing [2020-10-28T12:32:35.669Z] cd3761cfa1d9: Layer already exists [2020-10-28T12:32:35.669Z] 0bf0cdacebcb: Layer already exists [2020-10-28T12:32:35.669Z] 635c5d1d327a: Layer already exists [2020-10-28T12:32:35.669Z] 97d7e56404ce: Layer already exists [2020-10-28T12:32:35.669Z] e2cfbb3f5628: Layer already exists [2020-10-28T12:32:35.669Z] 1.2.2-dev.102: digest: sha256:23e1c757f0ea0637c14d98f4a47aee57f898b1bab4409af6b9d74e6aa1eb5527 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:32:36.012Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102 [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:32:36.344Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102 [2020-10-28T12:32:36.344Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-28T12:32:36.344Z] 97d7e56404ce: Preparing [2020-10-28T12:32:36.344Z] 635c5d1d327a: Preparing [2020-10-28T12:32:36.344Z] 0bf0cdacebcb: Preparing [2020-10-28T12:32:36.344Z] e2cfbb3f5628: Preparing [2020-10-28T12:32:36.344Z] cd3761cfa1d9: Preparing [2020-10-28T12:32:36.344Z] 97d7e56404ce: Layer already exists [2020-10-28T12:32:36.344Z] 0bf0cdacebcb: Layer already exists [2020-10-28T12:32:36.344Z] 635c5d1d327a: Layer already exists [2020-10-28T12:32:36.344Z] cd3761cfa1d9: Layer already exists [2020-10-28T12:32:36.344Z] e2cfbb3f5628: Layer already exists [2020-10-28T12:32:36.614Z] 30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102: digest: sha256:23e1c757f0ea0637c14d98f4a47aee57f898b1bab4409af6b9d74e6aa1eb5527 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:32:36.953Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:32:37.285Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2020-10-28T12:32:37.285Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-28T12:32:37.285Z] 97d7e56404ce: Preparing [2020-10-28T12:32:37.285Z] 635c5d1d327a: Preparing [2020-10-28T12:32:37.285Z] 0bf0cdacebcb: Preparing [2020-10-28T12:32:37.285Z] e2cfbb3f5628: Preparing [2020-10-28T12:32:37.285Z] cd3761cfa1d9: Preparing [2020-10-28T12:32:37.554Z] 0bf0cdacebcb: Layer already exists [2020-10-28T12:32:37.554Z] 97d7e56404ce: Layer already exists [2020-10-28T12:32:37.554Z] e2cfbb3f5628: Layer already exists [2020-10-28T12:32:37.554Z] cd3761cfa1d9: Layer already exists [2020-10-28T12:32:37.554Z] 635c5d1d327a: Layer already exists [2020-10-28T12:32:37.554Z] master: digest: sha256:23e1c757f0ea0637c14d98f4a47aee57f898b1bab4409af6b9d74e6aa1eb5527 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-28T12:32:37.745Z] ===================================================== [Pipeline] echo [2020-10-28T12:32:37.790Z] taggedImages: [2020-10-28T12:32:37.790Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:30fe914c5ad8e4d98bae6ee0071c56635472cae5 [2020-10-28T12:32:37.790Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.102 [2020-10-28T12:32:37.790Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102 [2020-10-28T12:32:37.790Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2020-10-28T12:32:37.853Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go-arm64 with the following tags: [2020-10-28T12:32:37.853Z] 30fe914c5ad8e4d98bae6ee0071c56635472cae5 [2020-10-28T12:32:37.853Z] 1.2.2-dev.102 [2020-10-28T12:32:37.853Z] 30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102 [2020-10-28T12:32:37.853Z] master [2020-10-28T12:32:37.853Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:32:38.356Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:30fe914c5ad8e4d98bae6ee0071c56635472cae5 [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:32:38.709Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:30fe914c5ad8e4d98bae6ee0071c56635472cae5 [2020-10-28T12:32:38.709Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-28T12:32:38.709Z] b2e46602c090: Preparing [2020-10-28T12:32:38.709Z] a2b322c80485: Preparing [2020-10-28T12:32:38.709Z] 372c48a922b0: Preparing [2020-10-28T12:32:38.709Z] 88182247e7a7: Preparing [2020-10-28T12:32:38.709Z] 88182247e7a7: Preparing [2020-10-28T12:32:38.709Z] 43446862a5d7: Preparing [2020-10-28T12:32:38.709Z] 1e2fb351bebb: Preparing [2020-10-28T12:32:38.709Z] ef96b6926e76: Preparing [2020-10-28T12:32:38.709Z] b2e46602c090: Preparing [2020-10-28T12:32:38.709Z] 11b900a7cb35: Preparing [2020-10-28T12:32:38.709Z] 3480201effd7: Preparing [2020-10-28T12:32:38.709Z] cda2bd515fb9: Preparing [2020-10-28T12:32:38.709Z] cd3761cfa1d9: Preparing [2020-10-28T12:32:38.709Z] 11b900a7cb35: Waiting [2020-10-28T12:32:38.709Z] 3480201effd7: Waiting [2020-10-28T12:32:38.709Z] cda2bd515fb9: Waiting [2020-10-28T12:32:38.709Z] cd3761cfa1d9: Waiting [2020-10-28T12:32:38.709Z] 1e2fb351bebb: Waiting [2020-10-28T12:32:38.709Z] ef96b6926e76: Waiting [2020-10-28T12:32:38.981Z] 372c48a922b0: Pushed [2020-10-28T12:32:38.981Z] 88182247e7a7: Pushed [2020-10-28T12:32:38.981Z] 43446862a5d7: Pushed [2020-10-28T12:32:39.253Z] a2b322c80485: Pushed [2020-10-28T12:32:39.253Z] 1e2fb351bebb: Pushed [2020-10-28T12:32:39.253Z] ef96b6926e76: Pushed [2020-10-28T12:32:39.253Z] 3480201effd7: Pushed [2020-10-28T12:32:39.253Z] 11b900a7cb35: Pushed [2020-10-28T12:32:39.525Z] cd3761cfa1d9: Layer already exists [2020-10-28T12:32:39.525Z] cda2bd515fb9: Pushed [2020-10-28T12:32:40.949Z] b2e46602c090: Pushed [2020-10-28T12:32:41.222Z] 30fe914c5ad8e4d98bae6ee0071c56635472cae5: digest: sha256:33ffe84835eb434a0b59a2d2f354d20f6139a86a1d11daa3713608b0303dbfb4 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:32:41.566Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.102 [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:32:41.907Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.102 [2020-10-28T12:32:41.908Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-28T12:32:41.908Z] b2e46602c090: Preparing [2020-10-28T12:32:41.908Z] a2b322c80485: Preparing [2020-10-28T12:32:41.908Z] 372c48a922b0: Preparing [2020-10-28T12:32:41.908Z] 88182247e7a7: Preparing [2020-10-28T12:32:41.908Z] 88182247e7a7: Preparing [2020-10-28T12:32:41.908Z] 43446862a5d7: Preparing [2020-10-28T12:32:41.908Z] 1e2fb351bebb: Preparing [2020-10-28T12:32:41.908Z] ef96b6926e76: Preparing [2020-10-28T12:32:41.908Z] b2e46602c090: Preparing [2020-10-28T12:32:41.908Z] 11b900a7cb35: Preparing [2020-10-28T12:32:41.908Z] 3480201effd7: Preparing [2020-10-28T12:32:41.908Z] cda2bd515fb9: Preparing [2020-10-28T12:32:41.908Z] cd3761cfa1d9: Preparing [2020-10-28T12:32:41.908Z] 1e2fb351bebb: Waiting [2020-10-28T12:32:41.908Z] ef96b6926e76: Waiting [2020-10-28T12:32:41.908Z] cda2bd515fb9: Waiting [2020-10-28T12:32:41.908Z] 11b900a7cb35: Waiting [2020-10-28T12:32:41.908Z] 3480201effd7: Waiting [2020-10-28T12:32:41.908Z] cd3761cfa1d9: Waiting [2020-10-28T12:32:41.908Z] b2e46602c090: Layer already exists [2020-10-28T12:32:41.908Z] a2b322c80485: Layer already exists [2020-10-28T12:32:41.908Z] 372c48a922b0: Layer already exists [2020-10-28T12:32:41.908Z] 88182247e7a7: Layer already exists [2020-10-28T12:32:41.908Z] 43446862a5d7: Layer already exists [2020-10-28T12:32:42.180Z] cda2bd515fb9: Layer already exists [2020-10-28T12:32:42.180Z] 1e2fb351bebb: Layer already exists [2020-10-28T12:32:42.180Z] ef96b6926e76: Layer already exists [2020-10-28T12:32:42.180Z] 11b900a7cb35: Layer already exists [2020-10-28T12:32:42.180Z] 3480201effd7: Layer already exists [2020-10-28T12:32:42.180Z] cd3761cfa1d9: Layer already exists [2020-10-28T12:32:42.180Z] 1.2.2-dev.102: digest: sha256:33ffe84835eb434a0b59a2d2f354d20f6139a86a1d11daa3713608b0303dbfb4 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:32:42.518Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102 [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:32:42.857Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102 [2020-10-28T12:32:42.857Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-28T12:32:42.857Z] b2e46602c090: Preparing [2020-10-28T12:32:42.857Z] a2b322c80485: Preparing [2020-10-28T12:32:42.857Z] 372c48a922b0: Preparing [2020-10-28T12:32:42.857Z] 88182247e7a7: Preparing [2020-10-28T12:32:42.857Z] 88182247e7a7: Preparing [2020-10-28T12:32:42.857Z] 43446862a5d7: Preparing [2020-10-28T12:32:42.857Z] 1e2fb351bebb: Preparing [2020-10-28T12:32:42.857Z] ef96b6926e76: Preparing [2020-10-28T12:32:42.857Z] b2e46602c090: Preparing [2020-10-28T12:32:42.857Z] 11b900a7cb35: Preparing [2020-10-28T12:32:42.857Z] 3480201effd7: Preparing [2020-10-28T12:32:42.857Z] cda2bd515fb9: Preparing [2020-10-28T12:32:42.857Z] cd3761cfa1d9: Preparing [2020-10-28T12:32:42.857Z] 11b900a7cb35: Waiting [2020-10-28T12:32:42.857Z] cda2bd515fb9: Waiting [2020-10-28T12:32:42.857Z] cd3761cfa1d9: Waiting [2020-10-28T12:32:42.857Z] 3480201effd7: Waiting [2020-10-28T12:32:42.857Z] 1e2fb351bebb: Waiting [2020-10-28T12:32:42.857Z] ef96b6926e76: Waiting [2020-10-28T12:32:42.857Z] a2b322c80485: Layer already exists [2020-10-28T12:32:42.857Z] 88182247e7a7: Layer already exists [2020-10-28T12:32:42.857Z] 43446862a5d7: Layer already exists [2020-10-28T12:32:43.129Z] 372c48a922b0: Layer already exists [2020-10-28T12:32:43.129Z] b2e46602c090: Layer already exists [2020-10-28T12:32:43.129Z] 1e2fb351bebb: Layer already exists [2020-10-28T12:32:43.129Z] 11b900a7cb35: Layer already exists [2020-10-28T12:32:43.129Z] ef96b6926e76: Layer already exists [2020-10-28T12:32:43.129Z] 3480201effd7: Layer already exists [2020-10-28T12:32:43.129Z] cda2bd515fb9: Layer already exists [2020-10-28T12:32:43.129Z] cd3761cfa1d9: Layer already exists [2020-10-28T12:32:43.129Z] 30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102: digest: sha256:33ffe84835eb434a0b59a2d2f354d20f6139a86a1d11daa3713608b0303dbfb4 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:32:43.474Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:32:43.808Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [2020-10-28T12:32:43.809Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-28T12:32:44.780Z] b2e46602c090: Preparing [2020-10-28T12:32:44.780Z] a2b322c80485: Preparing [2020-10-28T12:32:44.780Z] 372c48a922b0: Preparing [2020-10-28T12:32:44.780Z] 88182247e7a7: Preparing [2020-10-28T12:32:44.780Z] 88182247e7a7: Preparing [2020-10-28T12:32:44.781Z] 43446862a5d7: Preparing [2020-10-28T12:32:44.781Z] 1e2fb351bebb: Preparing [2020-10-28T12:32:44.781Z] ef96b6926e76: Preparing [2020-10-28T12:32:44.781Z] b2e46602c090: Preparing [2020-10-28T12:32:44.781Z] 11b900a7cb35: Preparing [2020-10-28T12:32:44.781Z] 3480201effd7: Preparing [2020-10-28T12:32:44.781Z] cda2bd515fb9: Preparing [2020-10-28T12:32:44.781Z] cd3761cfa1d9: Preparing [2020-10-28T12:32:44.781Z] 11b900a7cb35: Waiting [2020-10-28T12:32:44.781Z] cda2bd515fb9: Waiting [2020-10-28T12:32:44.781Z] 3480201effd7: Waiting [2020-10-28T12:32:44.781Z] 1e2fb351bebb: Waiting [2020-10-28T12:32:44.781Z] cd3761cfa1d9: Waiting [2020-10-28T12:32:44.781Z] ef96b6926e76: Waiting [2020-10-28T12:32:44.781Z] a2b322c80485: Layer already exists [2020-10-28T12:32:44.781Z] b2e46602c090: Layer already exists [2020-10-28T12:32:44.781Z] 88182247e7a7: Layer already exists [2020-10-28T12:32:44.781Z] 372c48a922b0: Layer already exists [2020-10-28T12:32:44.781Z] 43446862a5d7: Layer already exists [2020-10-28T12:32:44.781Z] 3480201effd7: Layer already exists [2020-10-28T12:32:44.781Z] ef96b6926e76: Layer already exists [2020-10-28T12:32:44.781Z] 1e2fb351bebb: Layer already exists [2020-10-28T12:32:44.781Z] 11b900a7cb35: Layer already exists [2020-10-28T12:32:44.781Z] cda2bd515fb9: Layer already exists [2020-10-28T12:32:44.781Z] cd3761cfa1d9: Layer already exists [2020-10-28T12:32:44.781Z] master: digest: sha256:33ffe84835eb434a0b59a2d2f354d20f6139a86a1d11daa3713608b0303dbfb4 size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-28T12:32:44.976Z] ===================================================== [Pipeline] echo [2020-10-28T12:32:45.029Z] taggedImages: [2020-10-28T12:32:45.029Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:30fe914c5ad8e4d98bae6ee0071c56635472cae5 [2020-10-28T12:32:45.029Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.102 [2020-10-28T12:32:45.029Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102 [2020-10-28T12:32:45.029Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [Pipeline] echo [2020-10-28T12:32:45.134Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2020-10-28T12:32:45.134Z] 30fe914c5ad8e4d98bae6ee0071c56635472cae5 [2020-10-28T12:32:45.134Z] 1.2.2-dev.102 [2020-10-28T12:32:45.134Z] 30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102 [2020-10-28T12:32:45.134Z] master [2020-10-28T12:32:45.134Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:32:45.630Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:30fe914c5ad8e4d98bae6ee0071c56635472cae5 [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:32:45.970Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:30fe914c5ad8e4d98bae6ee0071c56635472cae5 [2020-10-28T12:32:45.970Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-28T12:32:45.970Z] 43def4cc792b: Preparing [2020-10-28T12:32:45.970Z] 89659a872085: Preparing [2020-10-28T12:32:45.970Z] e82cacceb420: Preparing [2020-10-28T12:32:45.970Z] 3da23e07faee: Preparing [2020-10-28T12:32:45.970Z] 498691556463: Preparing [2020-10-28T12:32:45.970Z] a3b4212e9cba: Preparing [2020-10-28T12:32:45.970Z] 0d2952a5ab9c: Preparing [2020-10-28T12:32:45.970Z] c436c170bd7c: Preparing [2020-10-28T12:32:45.970Z] ba8f737cc9e2: Preparing [2020-10-28T12:32:45.970Z] 6910304d0f1c: Preparing [2020-10-28T12:32:45.970Z] 66b385cf80cf: Preparing [2020-10-28T12:32:45.970Z] c436c170bd7c: Waiting [2020-10-28T12:32:45.970Z] ba8f737cc9e2: Waiting [2020-10-28T12:32:45.970Z] 6910304d0f1c: Waiting [2020-10-28T12:32:45.970Z] 66b385cf80cf: Waiting [2020-10-28T12:32:45.970Z] a3b4212e9cba: Waiting [2020-10-28T12:32:45.970Z] 0d2952a5ab9c: Waiting [2020-10-28T12:32:46.259Z] 43def4cc792b: Pushed [2020-10-28T12:32:46.259Z] 89659a872085: Pushed [2020-10-28T12:32:46.534Z] 0d2952a5ab9c: Pushed [2020-10-28T12:32:46.534Z] a3b4212e9cba: Pushed [2020-10-28T12:32:46.807Z] c436c170bd7c: Pushed [2020-10-28T12:32:46.807Z] ba8f737cc9e2: Pushed [2020-10-28T12:32:46.807Z] 66b385cf80cf: Layer already exists [2020-10-28T12:32:47.406Z] 6910304d0f1c: Pushed [2020-10-28T12:32:48.000Z] e82cacceb420: Pushed [2020-10-28T12:32:48.272Z] 498691556463: Pushed [2020-10-28T12:32:48.541Z] 3da23e07faee: Pushed [2020-10-28T12:32:48.541Z] 30fe914c5ad8e4d98bae6ee0071c56635472cae5: digest: sha256:335255499424aedbee2d23ea5a67bd783097a937c236259945cf7e2446059b32 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:32:49.154Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.102 [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:32:49.490Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.102 [2020-10-28T12:32:49.490Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-28T12:32:49.490Z] 43def4cc792b: Preparing [2020-10-28T12:32:49.490Z] 89659a872085: Preparing [2020-10-28T12:32:49.490Z] e82cacceb420: Preparing [2020-10-28T12:32:49.490Z] 3da23e07faee: Preparing [2020-10-28T12:32:49.490Z] 498691556463: Preparing [2020-10-28T12:32:49.490Z] a3b4212e9cba: Preparing [2020-10-28T12:32:49.490Z] 0d2952a5ab9c: Preparing [2020-10-28T12:32:49.490Z] c436c170bd7c: Preparing [2020-10-28T12:32:49.490Z] ba8f737cc9e2: Preparing [2020-10-28T12:32:49.490Z] 6910304d0f1c: Preparing [2020-10-28T12:32:49.490Z] 66b385cf80cf: Preparing [2020-10-28T12:32:49.490Z] c436c170bd7c: Waiting [2020-10-28T12:32:49.490Z] ba8f737cc9e2: Waiting [2020-10-28T12:32:49.490Z] 6910304d0f1c: Waiting [2020-10-28T12:32:49.490Z] a3b4212e9cba: Waiting [2020-10-28T12:32:49.490Z] 66b385cf80cf: Waiting [2020-10-28T12:32:49.490Z] 0d2952a5ab9c: Waiting [2020-10-28T12:32:49.762Z] e82cacceb420: Layer already exists [2020-10-28T12:32:49.762Z] 43def4cc792b: Layer already exists [2020-10-28T12:32:49.762Z] 3da23e07faee: Layer already exists [2020-10-28T12:32:49.762Z] 89659a872085: Layer already exists [2020-10-28T12:32:49.762Z] 498691556463: Layer already exists [2020-10-28T12:32:49.762Z] 0d2952a5ab9c: Layer already exists [2020-10-28T12:32:49.762Z] ba8f737cc9e2: Layer already exists [2020-10-28T12:32:49.762Z] 6910304d0f1c: Layer already exists [2020-10-28T12:32:49.762Z] a3b4212e9cba: Layer already exists [2020-10-28T12:32:49.762Z] c436c170bd7c: Layer already exists [2020-10-28T12:32:49.762Z] 66b385cf80cf: Layer already exists [2020-10-28T12:32:49.762Z] 1.2.2-dev.102: digest: sha256:335255499424aedbee2d23ea5a67bd783097a937c236259945cf7e2446059b32 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:32:50.102Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102 [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:32:50.439Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102 [2020-10-28T12:32:50.439Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-28T12:32:50.439Z] 43def4cc792b: Preparing [2020-10-28T12:32:50.439Z] 89659a872085: Preparing [2020-10-28T12:32:50.439Z] e82cacceb420: Preparing [2020-10-28T12:32:50.439Z] 3da23e07faee: Preparing [2020-10-28T12:32:50.439Z] 498691556463: Preparing [2020-10-28T12:32:50.439Z] a3b4212e9cba: Preparing [2020-10-28T12:32:50.439Z] 0d2952a5ab9c: Preparing [2020-10-28T12:32:50.439Z] c436c170bd7c: Preparing [2020-10-28T12:32:50.439Z] ba8f737cc9e2: Preparing [2020-10-28T12:32:50.439Z] 6910304d0f1c: Preparing [2020-10-28T12:32:50.439Z] 66b385cf80cf: Preparing [2020-10-28T12:32:50.439Z] c436c170bd7c: Waiting [2020-10-28T12:32:50.439Z] ba8f737cc9e2: Waiting [2020-10-28T12:32:50.439Z] 6910304d0f1c: Waiting [2020-10-28T12:32:50.439Z] 66b385cf80cf: Waiting [2020-10-28T12:32:50.439Z] a3b4212e9cba: Waiting [2020-10-28T12:32:50.439Z] 498691556463: Layer already exists [2020-10-28T12:32:50.439Z] e82cacceb420: Layer already exists [2020-10-28T12:32:50.711Z] 3da23e07faee: Layer already exists [2020-10-28T12:32:50.711Z] 89659a872085: Layer already exists [2020-10-28T12:32:50.711Z] 0d2952a5ab9c: Layer already exists [2020-10-28T12:32:50.711Z] 43def4cc792b: Layer already exists [2020-10-28T12:32:50.711Z] a3b4212e9cba: Layer already exists [2020-10-28T12:32:50.711Z] c436c170bd7c: Layer already exists [2020-10-28T12:32:50.711Z] ba8f737cc9e2: Layer already exists [2020-10-28T12:32:50.711Z] 6910304d0f1c: Layer already exists [2020-10-28T12:32:50.711Z] 66b385cf80cf: Layer already exists [2020-10-28T12:32:50.711Z] 30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102: digest: sha256:335255499424aedbee2d23ea5a67bd783097a937c236259945cf7e2446059b32 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:32:51.052Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:32:51.390Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2020-10-28T12:32:51.390Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-28T12:32:51.390Z] 43def4cc792b: Preparing [2020-10-28T12:32:51.390Z] 89659a872085: Preparing [2020-10-28T12:32:51.390Z] e82cacceb420: Preparing [2020-10-28T12:32:51.390Z] 3da23e07faee: Preparing [2020-10-28T12:32:51.390Z] 498691556463: Preparing [2020-10-28T12:32:51.390Z] a3b4212e9cba: Preparing [2020-10-28T12:32:51.390Z] 0d2952a5ab9c: Preparing [2020-10-28T12:32:51.390Z] c436c170bd7c: Preparing [2020-10-28T12:32:51.390Z] ba8f737cc9e2: Preparing [2020-10-28T12:32:51.390Z] 6910304d0f1c: Preparing [2020-10-28T12:32:51.390Z] 66b385cf80cf: Preparing [2020-10-28T12:32:51.390Z] 6910304d0f1c: Waiting [2020-10-28T12:32:51.390Z] c436c170bd7c: Waiting [2020-10-28T12:32:51.390Z] ba8f737cc9e2: Waiting [2020-10-28T12:32:51.390Z] 66b385cf80cf: Waiting [2020-10-28T12:32:51.390Z] a3b4212e9cba: Waiting [2020-10-28T12:32:51.390Z] 0d2952a5ab9c: Waiting [2020-10-28T12:32:51.660Z] 89659a872085: Layer already exists [2020-10-28T12:32:51.660Z] e82cacceb420: Layer already exists [2020-10-28T12:32:51.660Z] 43def4cc792b: Layer already exists [2020-10-28T12:32:51.660Z] 3da23e07faee: Layer already exists [2020-10-28T12:32:51.660Z] 498691556463: Layer already exists [2020-10-28T12:32:51.660Z] a3b4212e9cba: Layer already exists [2020-10-28T12:32:51.660Z] 0d2952a5ab9c: Layer already exists [2020-10-28T12:32:51.660Z] 6910304d0f1c: Layer already exists [2020-10-28T12:32:51.660Z] c436c170bd7c: Layer already exists [2020-10-28T12:32:51.660Z] ba8f737cc9e2: Layer already exists [2020-10-28T12:32:51.660Z] 66b385cf80cf: Layer already exists [2020-10-28T12:32:51.660Z] master: digest: sha256:335255499424aedbee2d23ea5a67bd783097a937c236259945cf7e2446059b32 size: 2616 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-28T12:32:51.864Z] ===================================================== [Pipeline] echo [2020-10-28T12:32:51.908Z] taggedImages: [2020-10-28T12:32:51.908Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:30fe914c5ad8e4d98bae6ee0071c56635472cae5 [2020-10-28T12:32:51.908Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.102 [2020-10-28T12:32:51.908Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102 [2020-10-28T12:32:51.908Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2020-10-28T12:32:51.969Z] [edgeXDocker.push] Tagging docker image docker-support-logging-go-arm64 with the following tags: [2020-10-28T12:32:51.970Z] 30fe914c5ad8e4d98bae6ee0071c56635472cae5 [2020-10-28T12:32:51.970Z] 1.2.2-dev.102 [2020-10-28T12:32:51.970Z] 30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102 [2020-10-28T12:32:51.970Z] master [2020-10-28T12:32:51.970Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:32:52.539Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:30fe914c5ad8e4d98bae6ee0071c56635472cae5 [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:32:52.880Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:30fe914c5ad8e4d98bae6ee0071c56635472cae5 [2020-10-28T12:32:52.880Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-28T12:32:52.880Z] a1a3b01059ce: Preparing [2020-10-28T12:32:52.880Z] 0471d3f27f71: Preparing [2020-10-28T12:32:52.880Z] 95ae6d9c9871: Preparing [2020-10-28T12:32:52.880Z] b45a7b507d91: Preparing [2020-10-28T12:32:53.162Z] 95ae6d9c9871: Pushed [2020-10-28T12:32:53.162Z] a1a3b01059ce: Pushed [2020-10-28T12:32:53.434Z] b45a7b507d91: Pushed [2020-10-28T12:32:55.403Z] 0471d3f27f71: Pushed [2020-10-28T12:32:55.674Z] 30fe914c5ad8e4d98bae6ee0071c56635472cae5: digest: sha256:ec9da81c1e639774634b30b9cc1612da520297ded6ec5b06044efe7a74fd4490 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:32:56.020Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.102 [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:32:56.356Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.102 [2020-10-28T12:32:56.356Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-28T12:32:56.356Z] a1a3b01059ce: Preparing [2020-10-28T12:32:56.356Z] 0471d3f27f71: Preparing [2020-10-28T12:32:56.356Z] 95ae6d9c9871: Preparing [2020-10-28T12:32:56.356Z] b45a7b507d91: Preparing [2020-10-28T12:32:56.356Z] 0471d3f27f71: Layer already exists [2020-10-28T12:32:56.356Z] a1a3b01059ce: Layer already exists [2020-10-28T12:32:56.356Z] b45a7b507d91: Layer already exists [2020-10-28T12:32:56.356Z] 95ae6d9c9871: Layer already exists [2020-10-28T12:32:56.626Z] 1.2.2-dev.102: digest: sha256:ec9da81c1e639774634b30b9cc1612da520297ded6ec5b06044efe7a74fd4490 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:32:57.016Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102 [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:32:57.370Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102 [2020-10-28T12:32:57.370Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-28T12:32:57.370Z] a1a3b01059ce: Preparing [2020-10-28T12:32:57.370Z] 0471d3f27f71: Preparing [2020-10-28T12:32:57.370Z] 95ae6d9c9871: Preparing [2020-10-28T12:32:57.370Z] b45a7b507d91: Preparing [2020-10-28T12:32:57.370Z] 95ae6d9c9871: Layer already exists [2020-10-28T12:32:57.370Z] a1a3b01059ce: Layer already exists [2020-10-28T12:32:57.370Z] 0471d3f27f71: Layer already exists [2020-10-28T12:32:57.370Z] b45a7b507d91: Layer already exists [2020-10-28T12:32:57.645Z] 30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102: digest: sha256:ec9da81c1e639774634b30b9cc1612da520297ded6ec5b06044efe7a74fd4490 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:32:58.002Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:32:58.351Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [2020-10-28T12:32:58.351Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-28T12:32:58.351Z] a1a3b01059ce: Preparing [2020-10-28T12:32:58.351Z] 0471d3f27f71: Preparing [2020-10-28T12:32:58.351Z] 95ae6d9c9871: Preparing [2020-10-28T12:32:58.351Z] b45a7b507d91: Preparing [2020-10-28T12:32:58.351Z] a1a3b01059ce: Layer already exists [2020-10-28T12:32:58.351Z] 95ae6d9c9871: Layer already exists [2020-10-28T12:32:58.351Z] b45a7b507d91: Layer already exists [2020-10-28T12:32:58.351Z] 0471d3f27f71: Layer already exists [2020-10-28T12:32:58.622Z] master: digest: sha256:ec9da81c1e639774634b30b9cc1612da520297ded6ec5b06044efe7a74fd4490 size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-28T12:32:58.811Z] ===================================================== [Pipeline] echo [2020-10-28T12:32:58.857Z] taggedImages: [2020-10-28T12:32:58.857Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:30fe914c5ad8e4d98bae6ee0071c56635472cae5 [2020-10-28T12:32:58.857Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.102 [2020-10-28T12:32:58.857Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102 [2020-10-28T12:32:58.857Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] echo [2020-10-28T12:32:58.944Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2020-10-28T12:32:58.944Z] 30fe914c5ad8e4d98bae6ee0071c56635472cae5 [2020-10-28T12:32:58.944Z] 1.2.2-dev.102 [2020-10-28T12:32:58.944Z] 30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102 [2020-10-28T12:32:58.944Z] master [2020-10-28T12:32:58.944Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:32:59.435Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:30fe914c5ad8e4d98bae6ee0071c56635472cae5 [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:32:59.770Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:30fe914c5ad8e4d98bae6ee0071c56635472cae5 [2020-10-28T12:32:59.770Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-28T12:32:59.770Z] e85c3540a4a6: Preparing [2020-10-28T12:32:59.770Z] 418d0a370d27: Preparing [2020-10-28T12:32:59.770Z] 5de2fd9dcb0a: Preparing [2020-10-28T12:32:59.770Z] 732f23bf0769: Preparing [2020-10-28T12:32:59.770Z] 63942cbb5135: Preparing [2020-10-28T12:32:59.770Z] 0c5d746d433b: Preparing [2020-10-28T12:32:59.770Z] 0c5d746d433b: Waiting [2020-10-28T12:33:00.044Z] 5de2fd9dcb0a: Pushed [2020-10-28T12:33:00.044Z] e85c3540a4a6: Pushed [2020-10-28T12:33:00.044Z] 63942cbb5135: Pushed [2020-10-28T12:33:00.314Z] 732f23bf0769: Pushed [2020-10-28T12:33:00.585Z] 0c5d746d433b: Pushed [2020-10-28T12:33:02.541Z] 418d0a370d27: Pushed [2020-10-28T12:33:02.811Z] 30fe914c5ad8e4d98bae6ee0071c56635472cae5: digest: sha256:d3ae520de86bf92b222da22e96d2252f686916a3537862909844d1676e555ac8 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:33:03.150Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.102 [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:33:03.483Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.102 [2020-10-28T12:33:03.483Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-28T12:33:03.483Z] e85c3540a4a6: Preparing [2020-10-28T12:33:03.483Z] 418d0a370d27: Preparing [2020-10-28T12:33:03.483Z] 5de2fd9dcb0a: Preparing [2020-10-28T12:33:03.483Z] 732f23bf0769: Preparing [2020-10-28T12:33:03.483Z] 63942cbb5135: Preparing [2020-10-28T12:33:03.483Z] 0c5d746d433b: Preparing [2020-10-28T12:33:03.483Z] 0c5d746d433b: Waiting [2020-10-28T12:33:03.483Z] 63942cbb5135: Layer already exists [2020-10-28T12:33:03.483Z] 732f23bf0769: Layer already exists [2020-10-28T12:33:03.753Z] 418d0a370d27: Layer already exists [2020-10-28T12:33:03.753Z] 5de2fd9dcb0a: Layer already exists [2020-10-28T12:33:03.753Z] e85c3540a4a6: Layer already exists [2020-10-28T12:33:03.753Z] 0c5d746d433b: Layer already exists [2020-10-28T12:33:03.753Z] 1.2.2-dev.102: digest: sha256:d3ae520de86bf92b222da22e96d2252f686916a3537862909844d1676e555ac8 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:33:04.089Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102 [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:33:04.422Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102 [2020-10-28T12:33:04.422Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-28T12:33:04.422Z] e85c3540a4a6: Preparing [2020-10-28T12:33:04.422Z] 418d0a370d27: Preparing [2020-10-28T12:33:04.422Z] 5de2fd9dcb0a: Preparing [2020-10-28T12:33:04.422Z] 732f23bf0769: Preparing [2020-10-28T12:33:04.422Z] 63942cbb5135: Preparing [2020-10-28T12:33:04.422Z] 0c5d746d433b: Preparing [2020-10-28T12:33:04.422Z] 0c5d746d433b: Waiting [2020-10-28T12:33:04.422Z] e85c3540a4a6: Layer already exists [2020-10-28T12:33:04.422Z] 5de2fd9dcb0a: Layer already exists [2020-10-28T12:33:04.422Z] 418d0a370d27: Layer already exists [2020-10-28T12:33:04.422Z] 732f23bf0769: Layer already exists [2020-10-28T12:33:04.423Z] 63942cbb5135: Layer already exists [2020-10-28T12:33:04.423Z] 0c5d746d433b: Layer already exists [2020-10-28T12:33:04.693Z] 30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102: digest: sha256:d3ae520de86bf92b222da22e96d2252f686916a3537862909844d1676e555ac8 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:33:05.031Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:33:05.365Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2020-10-28T12:33:05.365Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-28T12:33:05.365Z] e85c3540a4a6: Preparing [2020-10-28T12:33:05.365Z] 418d0a370d27: Preparing [2020-10-28T12:33:05.365Z] 5de2fd9dcb0a: Preparing [2020-10-28T12:33:05.365Z] 732f23bf0769: Preparing [2020-10-28T12:33:05.365Z] 63942cbb5135: Preparing [2020-10-28T12:33:05.365Z] 0c5d746d433b: Preparing [2020-10-28T12:33:05.365Z] 0c5d746d433b: Waiting [2020-10-28T12:33:05.365Z] 63942cbb5135: Layer already exists [2020-10-28T12:33:05.365Z] 418d0a370d27: Layer already exists [2020-10-28T12:33:05.365Z] 5de2fd9dcb0a: Layer already exists [2020-10-28T12:33:05.365Z] 732f23bf0769: Layer already exists [2020-10-28T12:33:05.365Z] e85c3540a4a6: Layer already exists [2020-10-28T12:33:05.365Z] 0c5d746d433b: Layer already exists [2020-10-28T12:33:05.636Z] master: digest: sha256:d3ae520de86bf92b222da22e96d2252f686916a3537862909844d1676e555ac8 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-28T12:33:05.821Z] ===================================================== [Pipeline] echo [2020-10-28T12:33:05.866Z] taggedImages: [2020-10-28T12:33:05.867Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:30fe914c5ad8e4d98bae6ee0071c56635472cae5 [2020-10-28T12:33:05.867Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.102 [2020-10-28T12:33:05.867Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102 [2020-10-28T12:33:05.867Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2020-10-28T12:33:05.929Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2020-10-28T12:33:05.929Z] 30fe914c5ad8e4d98bae6ee0071c56635472cae5 [2020-10-28T12:33:05.929Z] 1.2.2-dev.102 [2020-10-28T12:33:05.929Z] 30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102 [2020-10-28T12:33:05.929Z] master [2020-10-28T12:33:05.929Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:33:06.426Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:30fe914c5ad8e4d98bae6ee0071c56635472cae5 [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:33:06.761Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:30fe914c5ad8e4d98bae6ee0071c56635472cae5 [2020-10-28T12:33:06.761Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-28T12:33:06.761Z] d2d8448d45ed: Preparing [2020-10-28T12:33:06.761Z] 0dbcdd9a1597: Preparing [2020-10-28T12:33:06.761Z] 37ddae669059: Preparing [2020-10-28T12:33:07.030Z] 37ddae669059: Pushed [2020-10-28T12:33:07.030Z] d2d8448d45ed: Pushed [2020-10-28T12:33:09.626Z] 0dbcdd9a1597: Pushed [2020-10-28T12:33:09.896Z] 30fe914c5ad8e4d98bae6ee0071c56635472cae5: digest: sha256:ce9075afe8e6114c7a08ce9c90dad095eeb87e9fa0caabcbf799a54f1405b9ce size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:33:10.242Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.102 [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:33:10.585Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.102 [2020-10-28T12:33:10.585Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-28T12:33:10.585Z] d2d8448d45ed: Preparing [2020-10-28T12:33:10.585Z] 0dbcdd9a1597: Preparing [2020-10-28T12:33:10.585Z] 37ddae669059: Preparing [2020-10-28T12:33:10.585Z] d2d8448d45ed: Layer already exists [2020-10-28T12:33:10.585Z] 37ddae669059: Layer already exists [2020-10-28T12:33:10.585Z] 0dbcdd9a1597: Layer already exists [2020-10-28T12:33:10.856Z] 1.2.2-dev.102: digest: sha256:ce9075afe8e6114c7a08ce9c90dad095eeb87e9fa0caabcbf799a54f1405b9ce size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:33:11.224Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102 [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:33:11.554Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102 [2020-10-28T12:33:11.554Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-28T12:33:11.554Z] d2d8448d45ed: Preparing [2020-10-28T12:33:11.554Z] 0dbcdd9a1597: Preparing [2020-10-28T12:33:11.554Z] 37ddae669059: Preparing [2020-10-28T12:33:11.554Z] d2d8448d45ed: Layer already exists [2020-10-28T12:33:11.554Z] 37ddae669059: Layer already exists [2020-10-28T12:33:11.554Z] 0dbcdd9a1597: Layer already exists [2020-10-28T12:33:11.823Z] 30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102: digest: sha256:ce9075afe8e6114c7a08ce9c90dad095eeb87e9fa0caabcbf799a54f1405b9ce size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:33:12.159Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:33:12.491Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2020-10-28T12:33:12.491Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-28T12:33:12.491Z] d2d8448d45ed: Preparing [2020-10-28T12:33:12.491Z] 0dbcdd9a1597: Preparing [2020-10-28T12:33:12.491Z] 37ddae669059: Preparing [2020-10-28T12:33:12.491Z] 0dbcdd9a1597: Layer already exists [2020-10-28T12:33:12.491Z] 37ddae669059: Layer already exists [2020-10-28T12:33:12.761Z] d2d8448d45ed: Layer already exists [2020-10-28T12:33:12.761Z] master: digest: sha256:ce9075afe8e6114c7a08ce9c90dad095eeb87e9fa0caabcbf799a54f1405b9ce size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-28T12:33:12.955Z] ===================================================== [Pipeline] echo [2020-10-28T12:33:13.000Z] taggedImages: [2020-10-28T12:33:13.000Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:30fe914c5ad8e4d98bae6ee0071c56635472cae5 [2020-10-28T12:33:13.000Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.102 [2020-10-28T12:33:13.000Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102 [2020-10-28T12:33:13.000Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2020-10-28T12:33:13.064Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2020-10-28T12:33:13.064Z] 30fe914c5ad8e4d98bae6ee0071c56635472cae5 [2020-10-28T12:33:13.064Z] 1.2.2-dev.102 [2020-10-28T12:33:13.064Z] 30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102 [2020-10-28T12:33:13.064Z] master [2020-10-28T12:33:13.064Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:33:13.571Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:30fe914c5ad8e4d98bae6ee0071c56635472cae5 [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:33:13.905Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:30fe914c5ad8e4d98bae6ee0071c56635472cae5 [2020-10-28T12:33:13.905Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-28T12:33:13.905Z] 662c56038e95: Preparing [2020-10-28T12:33:13.905Z] ddc005985c80: Preparing [2020-10-28T12:33:13.905Z] 730732320b00: Preparing [2020-10-28T12:33:13.905Z] 00660081f180: Preparing [2020-10-28T12:33:13.905Z] 883b61d4a7a8: Preparing [2020-10-28T12:33:13.905Z] 0eda2a2dec64: Preparing [2020-10-28T12:33:13.905Z] 4059d90ff57c: Preparing [2020-10-28T12:33:13.905Z] 52543ddb2901: Preparing [2020-10-28T12:33:13.905Z] 9f553b275599: Preparing [2020-10-28T12:33:13.905Z] 3a47579f0cd1: Preparing [2020-10-28T12:33:13.905Z] cd6d79ebbfb6: Preparing [2020-10-28T12:33:13.905Z] 3e7dc55cab04: Preparing [2020-10-28T12:33:13.905Z] b2e85fd0898f: Preparing [2020-10-28T12:33:13.905Z] cd3761cfa1d9: Preparing [2020-10-28T12:33:13.905Z] 3a47579f0cd1: Waiting [2020-10-28T12:33:13.905Z] cd6d79ebbfb6: Waiting [2020-10-28T12:33:13.905Z] 3e7dc55cab04: Waiting [2020-10-28T12:33:13.905Z] b2e85fd0898f: Waiting [2020-10-28T12:33:13.905Z] cd3761cfa1d9: Waiting [2020-10-28T12:33:13.905Z] 0eda2a2dec64: Waiting [2020-10-28T12:33:13.905Z] 4059d90ff57c: Waiting [2020-10-28T12:33:13.905Z] 52543ddb2901: Waiting [2020-10-28T12:33:13.905Z] 9f553b275599: Waiting [2020-10-28T12:33:14.503Z] 883b61d4a7a8: Pushed [2020-10-28T12:33:14.503Z] 662c56038e95: Pushed [2020-10-28T12:33:15.100Z] 00660081f180: Pushed [2020-10-28T12:33:15.374Z] 52543ddb2901: Layer already exists [2020-10-28T12:33:15.374Z] 9f553b275599: Layer already exists [2020-10-28T12:33:15.374Z] 3a47579f0cd1: Layer already exists [2020-10-28T12:33:15.374Z] 4059d90ff57c: Pushed [2020-10-28T12:33:15.374Z] cd6d79ebbfb6: Layer already exists [2020-10-28T12:33:15.649Z] 3e7dc55cab04: Layer already exists [2020-10-28T12:33:15.649Z] b2e85fd0898f: Layer already exists [2020-10-28T12:33:15.649Z] cd3761cfa1d9: Layer already exists [2020-10-28T12:33:15.921Z] ddc005985c80: Pushed [2020-10-28T12:33:16.899Z] 0eda2a2dec64: Pushed [2020-10-28T12:33:27.018Z] 730732320b00: Pushed [2020-10-28T12:33:27.287Z] 30fe914c5ad8e4d98bae6ee0071c56635472cae5: digest: sha256:0c0699b91e0e3756e931c9b286005fa290089256e00a88168e1d4fe04280f1c0 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:33:27.659Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.102 [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:33:28.020Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.102 [2020-10-28T12:33:28.020Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-28T12:33:28.020Z] 662c56038e95: Preparing [2020-10-28T12:33:28.020Z] ddc005985c80: Preparing [2020-10-28T12:33:28.020Z] 730732320b00: Preparing [2020-10-28T12:33:28.020Z] 00660081f180: Preparing [2020-10-28T12:33:28.020Z] 883b61d4a7a8: Preparing [2020-10-28T12:33:28.020Z] 0eda2a2dec64: Preparing [2020-10-28T12:33:28.020Z] 4059d90ff57c: Preparing [2020-10-28T12:33:28.020Z] 52543ddb2901: Preparing [2020-10-28T12:33:28.020Z] 9f553b275599: Preparing [2020-10-28T12:33:28.020Z] 3a47579f0cd1: Preparing [2020-10-28T12:33:28.020Z] cd6d79ebbfb6: Preparing [2020-10-28T12:33:28.020Z] 3e7dc55cab04: Preparing [2020-10-28T12:33:28.020Z] b2e85fd0898f: Preparing [2020-10-28T12:33:28.020Z] cd3761cfa1d9: Preparing [2020-10-28T12:33:28.020Z] 0eda2a2dec64: Waiting [2020-10-28T12:33:28.020Z] 4059d90ff57c: Waiting [2020-10-28T12:33:28.020Z] 52543ddb2901: Waiting [2020-10-28T12:33:28.020Z] 3a47579f0cd1: Waiting [2020-10-28T12:33:28.020Z] cd6d79ebbfb6: Waiting [2020-10-28T12:33:28.020Z] 9f553b275599: Waiting [2020-10-28T12:33:28.020Z] 3e7dc55cab04: Waiting [2020-10-28T12:33:28.020Z] cd3761cfa1d9: Waiting [2020-10-28T12:33:28.020Z] b2e85fd0898f: Waiting [2020-10-28T12:33:28.020Z] 662c56038e95: Layer already exists [2020-10-28T12:33:28.020Z] 00660081f180: Layer already exists [2020-10-28T12:33:28.020Z] 883b61d4a7a8: Layer already exists [2020-10-28T12:33:28.020Z] 730732320b00: Layer already exists [2020-10-28T12:33:28.020Z] ddc005985c80: Layer already exists [2020-10-28T12:33:28.020Z] 0eda2a2dec64: Layer already exists [2020-10-28T12:33:28.020Z] 52543ddb2901: Layer already exists [2020-10-28T12:33:28.020Z] 4059d90ff57c: Layer already exists [2020-10-28T12:33:28.020Z] 9f553b275599: Layer already exists [2020-10-28T12:33:28.020Z] 3a47579f0cd1: Layer already exists [2020-10-28T12:33:28.293Z] cd6d79ebbfb6: Layer already exists [2020-10-28T12:33:28.293Z] 3e7dc55cab04: Layer already exists [2020-10-28T12:33:28.293Z] b2e85fd0898f: Layer already exists [2020-10-28T12:33:28.293Z] cd3761cfa1d9: Layer already exists [2020-10-28T12:33:28.293Z] 1.2.2-dev.102: digest: sha256:0c0699b91e0e3756e931c9b286005fa290089256e00a88168e1d4fe04280f1c0 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:33:28.645Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102 [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:33:28.977Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102 [2020-10-28T12:33:28.977Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-28T12:33:28.977Z] 662c56038e95: Preparing [2020-10-28T12:33:28.977Z] ddc005985c80: Preparing [2020-10-28T12:33:28.977Z] 730732320b00: Preparing [2020-10-28T12:33:28.977Z] 00660081f180: Preparing [2020-10-28T12:33:28.977Z] 883b61d4a7a8: Preparing [2020-10-28T12:33:28.977Z] 0eda2a2dec64: Preparing [2020-10-28T12:33:28.977Z] 4059d90ff57c: Preparing [2020-10-28T12:33:28.977Z] 52543ddb2901: Preparing [2020-10-28T12:33:28.977Z] 9f553b275599: Preparing [2020-10-28T12:33:28.977Z] 3a47579f0cd1: Preparing [2020-10-28T12:33:28.977Z] cd6d79ebbfb6: Preparing [2020-10-28T12:33:28.977Z] 3e7dc55cab04: Preparing [2020-10-28T12:33:28.977Z] b2e85fd0898f: Preparing [2020-10-28T12:33:28.977Z] cd3761cfa1d9: Preparing [2020-10-28T12:33:28.977Z] 0eda2a2dec64: Waiting [2020-10-28T12:33:28.977Z] 4059d90ff57c: Waiting [2020-10-28T12:33:28.977Z] 52543ddb2901: Waiting [2020-10-28T12:33:28.977Z] 9f553b275599: Waiting [2020-10-28T12:33:28.977Z] 3a47579f0cd1: Waiting [2020-10-28T12:33:28.977Z] cd6d79ebbfb6: Waiting [2020-10-28T12:33:28.977Z] 3e7dc55cab04: Waiting [2020-10-28T12:33:28.977Z] b2e85fd0898f: Waiting [2020-10-28T12:33:28.977Z] cd3761cfa1d9: Waiting [2020-10-28T12:33:29.247Z] ddc005985c80: Layer already exists [2020-10-28T12:33:29.247Z] 730732320b00: Layer already exists [2020-10-28T12:33:29.247Z] 00660081f180: Layer already exists [2020-10-28T12:33:29.247Z] 662c56038e95: Layer already exists [2020-10-28T12:33:29.247Z] 883b61d4a7a8: Layer already exists [2020-10-28T12:33:29.247Z] 4059d90ff57c: Layer already exists [2020-10-28T12:33:29.247Z] 0eda2a2dec64: Layer already exists [2020-10-28T12:33:29.247Z] 9f553b275599: Layer already exists [2020-10-28T12:33:29.247Z] 52543ddb2901: Layer already exists [2020-10-28T12:33:29.247Z] 3a47579f0cd1: Layer already exists [2020-10-28T12:33:29.247Z] cd6d79ebbfb6: Layer already exists [2020-10-28T12:33:29.247Z] cd3761cfa1d9: Layer already exists [2020-10-28T12:33:29.247Z] 3e7dc55cab04: Layer already exists [2020-10-28T12:33:29.247Z] b2e85fd0898f: Layer already exists [2020-10-28T12:33:29.247Z] 30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102: digest: sha256:0c0699b91e0e3756e931c9b286005fa290089256e00a88168e1d4fe04280f1c0 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:33:29.590Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:33:29.925Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2020-10-28T12:33:29.925Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-28T12:33:29.925Z] 662c56038e95: Preparing [2020-10-28T12:33:29.925Z] ddc005985c80: Preparing [2020-10-28T12:33:29.925Z] 730732320b00: Preparing [2020-10-28T12:33:29.925Z] 00660081f180: Preparing [2020-10-28T12:33:29.925Z] 883b61d4a7a8: Preparing [2020-10-28T12:33:29.925Z] 0eda2a2dec64: Preparing [2020-10-28T12:33:29.925Z] 4059d90ff57c: Preparing [2020-10-28T12:33:29.925Z] 52543ddb2901: Preparing [2020-10-28T12:33:29.925Z] 9f553b275599: Preparing [2020-10-28T12:33:29.925Z] 3a47579f0cd1: Preparing [2020-10-28T12:33:29.925Z] cd6d79ebbfb6: Preparing [2020-10-28T12:33:29.925Z] 3e7dc55cab04: Preparing [2020-10-28T12:33:29.925Z] b2e85fd0898f: Preparing [2020-10-28T12:33:29.925Z] cd3761cfa1d9: Preparing [2020-10-28T12:33:29.925Z] 3a47579f0cd1: Waiting [2020-10-28T12:33:29.925Z] cd6d79ebbfb6: Waiting [2020-10-28T12:33:29.925Z] 3e7dc55cab04: Waiting [2020-10-28T12:33:29.925Z] 4059d90ff57c: Waiting [2020-10-28T12:33:29.925Z] 52543ddb2901: Waiting [2020-10-28T12:33:29.925Z] b2e85fd0898f: Waiting [2020-10-28T12:33:29.925Z] 9f553b275599: Waiting [2020-10-28T12:33:29.925Z] cd3761cfa1d9: Waiting [2020-10-28T12:33:29.925Z] 730732320b00: Layer already exists [2020-10-28T12:33:29.925Z] ddc005985c80: Layer already exists [2020-10-28T12:33:29.925Z] 00660081f180: Layer already exists [2020-10-28T12:33:29.925Z] 883b61d4a7a8: Layer already exists [2020-10-28T12:33:29.925Z] 662c56038e95: Layer already exists [2020-10-28T12:33:29.925Z] 4059d90ff57c: Layer already exists [2020-10-28T12:33:30.197Z] 0eda2a2dec64: Layer already exists [2020-10-28T12:33:30.197Z] 52543ddb2901: Layer already exists [2020-10-28T12:33:30.197Z] 9f553b275599: Layer already exists [2020-10-28T12:33:30.197Z] 3a47579f0cd1: Layer already exists [2020-10-28T12:33:30.197Z] 3e7dc55cab04: Layer already exists [2020-10-28T12:33:30.197Z] cd6d79ebbfb6: Layer already exists [2020-10-28T12:33:30.197Z] cd3761cfa1d9: Layer already exists [2020-10-28T12:33:30.197Z] b2e85fd0898f: Layer already exists [2020-10-28T12:33:30.197Z] master: digest: sha256:0c0699b91e0e3756e931c9b286005fa290089256e00a88168e1d4fe04280f1c0 size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-28T12:33:30.427Z] ===================================================== [Pipeline] echo [2020-10-28T12:33:30.473Z] taggedImages: [2020-10-28T12:33:30.473Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:30fe914c5ad8e4d98bae6ee0071c56635472cae5 [2020-10-28T12:33:30.473Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.102 [2020-10-28T12:33:30.473Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102 [2020-10-28T12:33:30.473Z] - 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-10-28T12:33:32.087Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-10-28T12:33:32.088Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-10-28T12:33:32.191Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:33:32.594Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-28T12:33:32.864Z] [2020-10-28T12:33:32.864Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:33:33.248Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-28T12:33:33.612Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-10-28T12:33:33.612Z] cbdbe7a5bc2a: Already exists [2020-10-28T12:33:33.612Z] 408f87550127: Pulling fs layer [2020-10-28T12:33:33.612Z] fe522b08c979: Pulling fs layer [2020-10-28T12:33:33.612Z] 221eaa008020: Pulling fs layer [2020-10-28T12:33:33.612Z] 2a4607e5d6b9: Pulling fs layer [2020-10-28T12:33:33.612Z] 8f79b27c4fd2: Pulling fs layer [2020-10-28T12:33:33.612Z] e5c8dbe1645b: Pulling fs layer [2020-10-28T12:33:33.612Z] 23e8b3b47431: Pulling fs layer [2020-10-28T12:33:33.612Z] 5c568d65a230: Pulling fs layer [2020-10-28T12:33:33.612Z] 8f79b27c4fd2: Waiting [2020-10-28T12:33:33.612Z] e5c8dbe1645b: Waiting [2020-10-28T12:33:33.612Z] 23e8b3b47431: Waiting [2020-10-28T12:33:33.612Z] 2a4607e5d6b9: Waiting [2020-10-28T12:33:33.612Z] 5c568d65a230: Waiting [2020-10-28T12:33:33.612Z] fe522b08c979: Verifying Checksum [2020-10-28T12:33:33.612Z] fe522b08c979: Download complete [2020-10-28T12:33:33.612Z] 408f87550127: Verifying Checksum [2020-10-28T12:33:33.612Z] 408f87550127: Download complete [2020-10-28T12:33:33.612Z] 2a4607e5d6b9: Verifying Checksum [2020-10-28T12:33:33.612Z] 2a4607e5d6b9: Download complete [2020-10-28T12:33:33.612Z] 8f79b27c4fd2: Verifying Checksum [2020-10-28T12:33:33.612Z] 8f79b27c4fd2: Download complete [2020-10-28T12:33:34.257Z] 408f87550127: Pull complete [2020-10-28T12:33:34.257Z] fe522b08c979: Pull complete [2020-10-28T12:33:35.963Z] e5c8dbe1645b: Verifying Checksum [2020-10-28T12:33:35.963Z] e5c8dbe1645b: Download complete [2020-10-28T12:33:38.001Z] 23e8b3b47431: Verifying Checksum [2020-10-28T12:33:38.001Z] 23e8b3b47431: Download complete [2020-10-28T12:33:39.025Z] 5c568d65a230: Verifying Checksum [2020-10-28T12:33:39.025Z] 5c568d65a230: Download complete [2020-10-28T12:33:43.703Z] 221eaa008020: Verifying Checksum [2020-10-28T12:33:43.703Z] 221eaa008020: Download complete [2020-10-28T12:33:56.474Z] 221eaa008020: Pull complete [2020-10-28T12:33:56.474Z] 2a4607e5d6b9: Pull complete [2020-10-28T12:33:56.474Z] 8f79b27c4fd2: Pull complete [2020-10-28T12:34:00.273Z] e5c8dbe1645b: Pull complete [2020-10-28T12:34:05.878Z] 23e8b3b47431: Pull complete [2020-10-28T12:34:07.882Z] 5c568d65a230: Pull complete [2020-10-28T12:34:07.882Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-10-28T12:34:07.882Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-28T12:34:07.882Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-10-28T12:34:08.252Z] prd-centos7-docker-4c-2g-9470 does not seem to be running inside a container [2020-10-28T12:34:08.376Z] $ 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/218:/ws -w /ws --entrypoint= -w /w/workspace/edgex-go/218 -v /w/workspace/edgex-go/218:/w/workspace/edgex-go/218:rw,z -v /w/workspace/edgex-go/218@tmp:/w/workspace/edgex-go/218@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-snyk-go:1.317.0 cat [2020-10-28T12:34:10.052Z] $ docker top be905fd2e4c68e8958ee57a2be5f6bd68d3d36b6063771be14f5aaf0afa13ddb -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-28T12:34:11.243Z] + snyk monitor '--org=edgex-jenkins' [2020-10-28T12:34:26.735Z] [2020-10-28T12:34:26.735Z] Monitoring /w/workspace/edgex-go/218 (github.com/edgexfoundry/edgex-go)... [2020-10-28T12:34:26.735Z] [2020-10-28T12:34:26.735Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/ec58b397-e9ca-4dec-a94b-89028e69cc53 [2020-10-28T12:34:26.735Z] [2020-10-28T12:34:26.735Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-10-28T12:34:26.735Z] [2020-10-28T12:34:26.735Z] [2020-10-28T12:34:26.735Z] Snyk CLI supports Node.js 8 and higher. [2020-10-28T12:34:26.735Z] Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. [2020-10-28T12:34:26.735Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-10-28T12:34:26.735Z] [2020-10-28T12:34:26.735Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-10-28T12:34:26.735Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [2020-10-28T12:34:26.735Z] You have reached your monthly limit of 300 private tests for your edgex-jenkins org. [2020-10-28T12:34:26.735Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2020-10-28T12:34:26.758Z] $ docker stop --time=1 be905fd2e4c68e8958ee57a2be5f6bd68d3d36b6063771be14f5aaf0afa13ddb [2020-10-28T12:34:29.833Z] $ docker rm -f be905fd2e4c68e8958ee57a2be5f6bd68d3d36b6063771be14f5aaf0afa13ddb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:34:31.910Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-28T12:34:31.910Z] [2020-10-28T12:34:31.910Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:34:32.332Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-28T12:34:32.332Z] latest: Pulling from edgex-devops/edgex-klar [2020-10-28T12:34:32.332Z] e7c96db7181b: Pulling fs layer [2020-10-28T12:34:32.332Z] 1868ca2cb446: Pulling fs layer [2020-10-28T12:34:32.332Z] 136be5d0fe8e: Pulling fs layer [2020-10-28T12:34:32.332Z] 894bfe63afcb: Pulling fs layer [2020-10-28T12:34:32.332Z] 894bfe63afcb: Waiting [2020-10-28T12:34:32.332Z] 1868ca2cb446: Verifying Checksum [2020-10-28T12:34:32.332Z] 1868ca2cb446: Download complete [2020-10-28T12:34:32.332Z] 136be5d0fe8e: Verifying Checksum [2020-10-28T12:34:32.332Z] 136be5d0fe8e: Download complete [2020-10-28T12:34:32.621Z] e7c96db7181b: Verifying Checksum [2020-10-28T12:34:32.621Z] e7c96db7181b: Download complete [2020-10-28T12:34:32.903Z] 894bfe63afcb: Verifying Checksum [2020-10-28T12:34:32.903Z] 894bfe63afcb: Download complete [2020-10-28T12:34:33.169Z] e7c96db7181b: Pull complete [2020-10-28T12:34:33.169Z] 1868ca2cb446: Pull complete [2020-10-28T12:34:33.434Z] 136be5d0fe8e: Pull complete [2020-10-28T12:34:33.701Z] 894bfe63afcb: Pull complete [2020-10-28T12:34:33.701Z] Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 [2020-10-28T12:34:33.701Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-28T12:34:33.701Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer [2020-10-28T12:34:33.846Z] prd-centos7-docker-4c-2g-9470 does not seem to be running inside a container [2020-10-28T12:34:33.936Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/218 -v /w/workspace/edgex-go/218:/w/workspace/edgex-go/218:rw,z -v /w/workspace/edgex-go/218@tmp:/w/workspace/edgex-go/218@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-klar:latest cat [2020-10-28T12:34:35.724Z] $ docker top ba9b55b0a38b9836ae9b279be3bd42417763b01aad7b55c7d825825a7d89a234 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-28T12:34:36.486Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go:30fe914c5ad8e4d98bae6ee0071c56635472cae5 [2020-10-28T12:34:36.486Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-28T12:34:39.403Z] $ docker stop --time=1 ba9b55b0a38b9836ae9b279be3bd42417763b01aad7b55c7d825825a7d89a234 [2020-10-28T12:34:41.163Z] $ docker rm -f ba9b55b0a38b9836ae9b279be3bd42417763b01aad7b55c7d825825a7d89a234 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:34:41.735Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-28T12:34:41.735Z] . [Pipeline] withDockerContainer [2020-10-28T12:34:41.935Z] prd-centos7-docker-4c-2g-9470 does not seem to be running inside a container [2020-10-28T12:34:42.053Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/218 -v /w/workspace/edgex-go/218:/w/workspace/edgex-go/218:rw,z -v /w/workspace/edgex-go/218@tmp:/w/workspace/edgex-go/218@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-klar:latest cat [2020-10-28T12:34:43.614Z] $ docker top 0fc5d39d7f59a4eb026c5f74bfd2216ade2c61c9b4cdb2adfd11f3335aa402fb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-28T12:34:44.335Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go:30fe914c5ad8e4d98bae6ee0071c56635472cae5 [2020-10-28T12:34:44.335Z] + tee [2020-10-28T12:34:44.335Z] clair timeout 1m0s [2020-10-28T12:34:44.335Z] docker timeout: 1m0s [2020-10-28T12:34:44.335Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-28T12:34:45.430Z] $ docker stop --time=1 0fc5d39d7f59a4eb026c5f74bfd2216ade2c61c9b4cdb2adfd11f3335aa402fb [2020-10-28T12:34:47.112Z] $ docker rm -f 0fc5d39d7f59a4eb026c5f74bfd2216ade2c61c9b4cdb2adfd11f3335aa402fb [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-28T12:34:47.839Z] + mkdir -p /w/workspace/edgex-go/218/clair-reports [Pipeline] echo [2020-10-28T12:34:47.859Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/218/clair-reports/clair_results_docker-core-command-go_30fe914c5ad8e4d98bae6ee0071c56635472cae5.html [Pipeline] writeFile [Pipeline] step [2020-10-28T12:34:47.916Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:34:48.385Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-28T12:34:48.385Z] . [Pipeline] withDockerContainer [2020-10-28T12:34:48.536Z] prd-centos7-docker-4c-2g-9470 does not seem to be running inside a container [2020-10-28T12:34:48.610Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/218 -v /w/workspace/edgex-go/218:/w/workspace/edgex-go/218:rw,z -v /w/workspace/edgex-go/218@tmp:/w/workspace/edgex-go/218@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-klar:latest cat [2020-10-28T12:34:49.925Z] $ docker top c63b80e95feb25fe0dc305d3fec41c22c75bd78da86f09ddf5b75514b5a2fa2c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-28T12:34:50.637Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go:30fe914c5ad8e4d98bae6ee0071c56635472cae5 [2020-10-28T12:34:50.637Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-28T12:34:56.225Z] $ docker stop --time=1 c63b80e95feb25fe0dc305d3fec41c22c75bd78da86f09ddf5b75514b5a2fa2c [2020-10-28T12:34:58.267Z] $ docker rm -f c63b80e95feb25fe0dc305d3fec41c22c75bd78da86f09ddf5b75514b5a2fa2c [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:34:58.929Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-28T12:34:58.929Z] . [Pipeline] withDockerContainer [2020-10-28T12:34:59.103Z] prd-centos7-docker-4c-2g-9470 does not seem to be running inside a container [2020-10-28T12:34:59.270Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/218 -v /w/workspace/edgex-go/218:/w/workspace/edgex-go/218:rw,z -v /w/workspace/edgex-go/218@tmp:/w/workspace/edgex-go/218@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-klar:latest cat [2020-10-28T12:35:00.562Z] $ docker top 5371d57746d9f4f1ff9bc14de8450172f79c5cf3e25f408b6fdeda6ea3fe7d51 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-28T12:35:01.951Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go:30fe914c5ad8e4d98bae6ee0071c56635472cae5 [2020-10-28T12:35:01.951Z] + tee [2020-10-28T12:35:01.951Z] clair timeout 1m0s [2020-10-28T12:35:01.951Z] docker timeout: 1m0s [2020-10-28T12:35:01.951Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-28T12:35:03.093Z] $ docker stop --time=1 5371d57746d9f4f1ff9bc14de8450172f79c5cf3e25f408b6fdeda6ea3fe7d51 [2020-10-28T12:35:04.709Z] $ docker rm -f 5371d57746d9f4f1ff9bc14de8450172f79c5cf3e25f408b6fdeda6ea3fe7d51 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-28T12:35:05.378Z] + mkdir -p /w/workspace/edgex-go/218/clair-reports [Pipeline] echo [2020-10-28T12:35:05.413Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/218/clair-reports/clair_results_docker-core-data-go_30fe914c5ad8e4d98bae6ee0071c56635472cae5.html [Pipeline] writeFile [Pipeline] step [2020-10-28T12:35:05.469Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:35:05.850Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-28T12:35:05.850Z] . [Pipeline] withDockerContainer [2020-10-28T12:35:06.071Z] prd-centos7-docker-4c-2g-9470 does not seem to be running inside a container [2020-10-28T12:35:06.164Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/218 -v /w/workspace/edgex-go/218:/w/workspace/edgex-go/218:rw,z -v /w/workspace/edgex-go/218@tmp:/w/workspace/edgex-go/218@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-klar:latest cat [2020-10-28T12:35:07.364Z] $ docker top eac77b5f7fd0478a69ec7f2df159bd32f3e140080352a4efcbbd38fba363d45d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-28T12:35:08.214Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go:30fe914c5ad8e4d98bae6ee0071c56635472cae5 [2020-10-28T12:35:08.214Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-28T12:35:11.246Z] $ docker stop --time=1 eac77b5f7fd0478a69ec7f2df159bd32f3e140080352a4efcbbd38fba363d45d [2020-10-28T12:35:12.842Z] $ docker rm -f eac77b5f7fd0478a69ec7f2df159bd32f3e140080352a4efcbbd38fba363d45d [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:35:13.529Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-28T12:35:13.529Z] . [Pipeline] withDockerContainer [2020-10-28T12:35:13.714Z] prd-centos7-docker-4c-2g-9470 does not seem to be running inside a container [2020-10-28T12:35:13.795Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/218 -v /w/workspace/edgex-go/218:/w/workspace/edgex-go/218:rw,z -v /w/workspace/edgex-go/218@tmp:/w/workspace/edgex-go/218@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-klar:latest cat [2020-10-28T12:35:14.844Z] $ docker top 5959e70bd082a663e23ab562bb6fd178de53b8c57361fd6dec0851840953ede5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-28T12:35:15.780Z] + + /klartee nexus3.edgexfoundry.org:10004/docker-core-metadata-go:30fe914c5ad8e4d98bae6ee0071c56635472cae5 [2020-10-28T12:35:15.780Z] [2020-10-28T12:35:16.058Z] clair timeout 1m0s [2020-10-28T12:35:16.058Z] docker timeout: 1m0s [2020-10-28T12:35:16.058Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-28T12:35:16.775Z] $ docker stop --time=1 5959e70bd082a663e23ab562bb6fd178de53b8c57361fd6dec0851840953ede5 [2020-10-28T12:35:18.604Z] $ docker rm -f 5959e70bd082a663e23ab562bb6fd178de53b8c57361fd6dec0851840953ede5 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-28T12:35:19.569Z] + mkdir -p /w/workspace/edgex-go/218/clair-reports [Pipeline] echo [2020-10-28T12:35:19.585Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/218/clair-reports/clair_results_docker-core-metadata-go_30fe914c5ad8e4d98bae6ee0071c56635472cae5.html [Pipeline] writeFile [Pipeline] step [2020-10-28T12:35:19.641Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:35:20.006Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-28T12:35:20.007Z] . [Pipeline] withDockerContainer [2020-10-28T12:35:20.241Z] prd-centos7-docker-4c-2g-9470 does not seem to be running inside a container [2020-10-28T12:35:20.345Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/218 -v /w/workspace/edgex-go/218:/w/workspace/edgex-go/218:rw,z -v /w/workspace/edgex-go/218@tmp:/w/workspace/edgex-go/218@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-klar:latest cat [2020-10-28T12:35:21.521Z] $ docker top 61c34f67767f104e6217084594c2eba98f209aca337c5ed917e9af9c7b2f7344 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-28T12:35:22.398Z] + + /klartee [2020-10-28T12:35:22.398Z] nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:30fe914c5ad8e4d98bae6ee0071c56635472cae5 [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-28T12:35:27.998Z] $ docker stop --time=1 61c34f67767f104e6217084594c2eba98f209aca337c5ed917e9af9c7b2f7344 [2020-10-28T12:35:29.798Z] $ docker rm -f 61c34f67767f104e6217084594c2eba98f209aca337c5ed917e9af9c7b2f7344 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:35:30.440Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-28T12:35:30.440Z] . [Pipeline] withDockerContainer [2020-10-28T12:35:30.642Z] prd-centos7-docker-4c-2g-9470 does not seem to be running inside a container [2020-10-28T12:35:31.009Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/218 -v /w/workspace/edgex-go/218:/w/workspace/edgex-go/218:rw,z -v /w/workspace/edgex-go/218@tmp:/w/workspace/edgex-go/218@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-klar:latest cat [2020-10-28T12:35:32.332Z] $ docker top 5815a1cef589f45fa43c934a7be3561d029cf46323f96d58c5fd8ffee07bbdb0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-28T12:35:33.046Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:30fe914c5ad8e4d98bae6ee0071c56635472cae5 [2020-10-28T12:35:33.046Z] + tee [2020-10-28T12:35:33.046Z] clair timeout 1m0s [2020-10-28T12:35:33.046Z] docker timeout: 1m0s [2020-10-28T12:35:33.046Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-28T12:35:34.129Z] $ docker stop --time=1 5815a1cef589f45fa43c934a7be3561d029cf46323f96d58c5fd8ffee07bbdb0 [2020-10-28T12:35:35.771Z] $ docker rm -f 5815a1cef589f45fa43c934a7be3561d029cf46323f96d58c5fd8ffee07bbdb0 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-28T12:35:36.497Z] + mkdir -p /w/workspace/edgex-go/218/clair-reports [Pipeline] echo [2020-10-28T12:35:36.516Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/218/clair-reports/clair_results_docker-security-proxy-setup-go_30fe914c5ad8e4d98bae6ee0071c56635472cae5.html [Pipeline] writeFile [Pipeline] step [2020-10-28T12:35:36.570Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:35:36.957Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-28T12:35:36.957Z] . [Pipeline] withDockerContainer [2020-10-28T12:35:37.278Z] prd-centos7-docker-4c-2g-9470 does not seem to be running inside a container [2020-10-28T12:35:37.383Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/218 -v /w/workspace/edgex-go/218:/w/workspace/edgex-go/218:rw,z -v /w/workspace/edgex-go/218@tmp:/w/workspace/edgex-go/218@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-klar:latest cat [2020-10-28T12:35:38.222Z] $ docker top 43c99350eec01d33ac726953d884e05bed5ab00368687ec78344a2f4caffaff4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-28T12:35:38.910Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:30fe914c5ad8e4d98bae6ee0071c56635472cae5 [2020-10-28T12:35:38.910Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-28T12:35:45.953Z] $ docker stop --time=1 43c99350eec01d33ac726953d884e05bed5ab00368687ec78344a2f4caffaff4 [2020-10-28T12:35:47.637Z] $ docker rm -f 43c99350eec01d33ac726953d884e05bed5ab00368687ec78344a2f4caffaff4 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:35:48.243Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-28T12:35:48.243Z] . [Pipeline] withDockerContainer [2020-10-28T12:35:48.429Z] prd-centos7-docker-4c-2g-9470 does not seem to be running inside a container [2020-10-28T12:35:48.514Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/218 -v /w/workspace/edgex-go/218:/w/workspace/edgex-go/218:rw,z -v /w/workspace/edgex-go/218@tmp:/w/workspace/edgex-go/218@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-klar:latest cat [2020-10-28T12:35:50.086Z] $ docker top 6b0a7bffcc757dc4092ce8c1aa74c82eea1f2f5745c50e6250625c3e63d4487c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-28T12:35:51.186Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:30fe914c5ad8e4d98bae6ee0071c56635472cae5+ tee [2020-10-28T12:35:51.186Z] [2020-10-28T12:35:51.186Z] clair timeout 1m0s [2020-10-28T12:35:51.186Z] docker timeout: 1m0s [2020-10-28T12:35:51.186Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-28T12:35:52.705Z] $ docker stop --time=1 6b0a7bffcc757dc4092ce8c1aa74c82eea1f2f5745c50e6250625c3e63d4487c [2020-10-28T12:35:54.284Z] $ docker rm -f 6b0a7bffcc757dc4092ce8c1aa74c82eea1f2f5745c50e6250625c3e63d4487c [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-28T12:35:54.977Z] + mkdir -p /w/workspace/edgex-go/218/clair-reports [Pipeline] echo [2020-10-28T12:35:54.993Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/218/clair-reports/clair_results_docker-security-secrets-setup-go_30fe914c5ad8e4d98bae6ee0071c56635472cae5.html [Pipeline] writeFile [Pipeline] step [2020-10-28T12:35:55.050Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:35:55.449Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-28T12:35:55.449Z] . [Pipeline] withDockerContainer [2020-10-28T12:35:55.723Z] prd-centos7-docker-4c-2g-9470 does not seem to be running inside a container [2020-10-28T12:35:55.986Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/218 -v /w/workspace/edgex-go/218:/w/workspace/edgex-go/218:rw,z -v /w/workspace/edgex-go/218@tmp:/w/workspace/edgex-go/218@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-klar:latest cat [2020-10-28T12:35:57.188Z] $ docker top f97504be47017d39687edd85a585cf171189ca461dcdfa303c645d0735d818c9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-28T12:35:57.891Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:30fe914c5ad8e4d98bae6ee0071c56635472cae5 [2020-10-28T12:35:57.891Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-28T12:36:06.337Z] $ docker stop --time=1 f97504be47017d39687edd85a585cf171189ca461dcdfa303c645d0735d818c9 [2020-10-28T12:36:07.929Z] $ docker rm -f f97504be47017d39687edd85a585cf171189ca461dcdfa303c645d0735d818c9 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:36:08.539Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-28T12:36:08.539Z] . [Pipeline] withDockerContainer [2020-10-28T12:36:08.667Z] prd-centos7-docker-4c-2g-9470 does not seem to be running inside a container [2020-10-28T12:36:08.717Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/218 -v /w/workspace/edgex-go/218:/w/workspace/edgex-go/218:rw,z -v /w/workspace/edgex-go/218@tmp:/w/workspace/edgex-go/218@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-klar:latest cat [2020-10-28T12:36:09.829Z] $ docker top 703a2df54c4addc491060a75798f2a11bf1f42cadb9442511ca7554105e0a7f9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-28T12:36:10.656Z] + tee [2020-10-28T12:36:10.656Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:30fe914c5ad8e4d98bae6ee0071c56635472cae5 [2020-10-28T12:36:10.656Z] clair timeout 1m0s [2020-10-28T12:36:10.656Z] docker timeout: 1m0s [2020-10-28T12:36:10.656Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-28T12:36:12.756Z] $ docker stop --time=1 703a2df54c4addc491060a75798f2a11bf1f42cadb9442511ca7554105e0a7f9 [2020-10-28T12:36:14.219Z] $ docker rm -f 703a2df54c4addc491060a75798f2a11bf1f42cadb9442511ca7554105e0a7f9 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-28T12:36:14.759Z] + mkdir -p /w/workspace/edgex-go/218/clair-reports [Pipeline] echo [2020-10-28T12:36:14.797Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/218/clair-reports/clair_results_docker-security-secretstore-setup-go_30fe914c5ad8e4d98bae6ee0071c56635472cae5.html [Pipeline] writeFile [Pipeline] step [2020-10-28T12:36:14.853Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:36:15.391Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-28T12:36:15.674Z] . [Pipeline] withDockerContainer [2020-10-28T12:36:16.075Z] prd-centos7-docker-4c-2g-9470 does not seem to be running inside a container [2020-10-28T12:36:16.170Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/218 -v /w/workspace/edgex-go/218:/w/workspace/edgex-go/218:rw,z -v /w/workspace/edgex-go/218@tmp:/w/workspace/edgex-go/218@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-klar:latest cat [2020-10-28T12:36:17.235Z] $ docker top c3dd211c8d810acf79923df95e402e2512b2444b085bdfb33bb3b8e7f67b1953 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-28T12:36:18.263Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go:30fe914c5ad8e4d98bae6ee0071c56635472cae5 [2020-10-28T12:36:18.263Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-28T12:36:21.813Z] $ docker stop --time=1 c3dd211c8d810acf79923df95e402e2512b2444b085bdfb33bb3b8e7f67b1953 [2020-10-28T12:36:23.419Z] $ docker rm -f c3dd211c8d810acf79923df95e402e2512b2444b085bdfb33bb3b8e7f67b1953 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:36:23.948Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-28T12:36:23.948Z] . [Pipeline] withDockerContainer [2020-10-28T12:36:24.076Z] prd-centos7-docker-4c-2g-9470 does not seem to be running inside a container [2020-10-28T12:36:24.139Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/218 -v /w/workspace/edgex-go/218:/w/workspace/edgex-go/218:rw,z -v /w/workspace/edgex-go/218@tmp:/w/workspace/edgex-go/218@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-klar:latest cat [2020-10-28T12:36:25.051Z] $ docker top 5c53ff593f3cd682b461f16c528b0b3b11fb4e18032e91df9d79a87d70cbe9fd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-28T12:36:25.654Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go:30fe914c5ad8e4d98bae6ee0071c56635472cae5 [2020-10-28T12:36:25.654Z] + tee [2020-10-28T12:36:25.654Z] clair timeout 1m0s [2020-10-28T12:36:25.654Z] docker timeout: 1m0s [2020-10-28T12:36:25.654Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-28T12:36:26.739Z] $ docker stop --time=1 5c53ff593f3cd682b461f16c528b0b3b11fb4e18032e91df9d79a87d70cbe9fd [2020-10-28T12:36:28.261Z] $ docker rm -f 5c53ff593f3cd682b461f16c528b0b3b11fb4e18032e91df9d79a87d70cbe9fd [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-28T12:36:29.752Z] + mkdir -p /w/workspace/edgex-go/218/clair-reports [Pipeline] echo [2020-10-28T12:36:29.768Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/218/clair-reports/clair_results_docker-support-logging-go_30fe914c5ad8e4d98bae6ee0071c56635472cae5.html [Pipeline] writeFile [Pipeline] step [2020-10-28T12:36:29.855Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:36:30.207Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-28T12:36:30.208Z] . [Pipeline] withDockerContainer [2020-10-28T12:36:30.325Z] prd-centos7-docker-4c-2g-9470 does not seem to be running inside a container [2020-10-28T12:36:30.376Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/218 -v /w/workspace/edgex-go/218:/w/workspace/edgex-go/218:rw,z -v /w/workspace/edgex-go/218@tmp:/w/workspace/edgex-go/218@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-klar:latest cat [2020-10-28T12:36:31.242Z] $ docker top d5f058f0a90e644b25e4c0ee9aaf4d8ce77c6481dadb5e6d45e3d316043eabea -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-28T12:36:31.882Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go:30fe914c5ad8e4d98bae6ee0071c56635472cae5 [2020-10-28T12:36:31.882Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-28T12:36:37.400Z] $ docker stop --time=1 d5f058f0a90e644b25e4c0ee9aaf4d8ce77c6481dadb5e6d45e3d316043eabea [2020-10-28T12:36:39.124Z] $ docker rm -f d5f058f0a90e644b25e4c0ee9aaf4d8ce77c6481dadb5e6d45e3d316043eabea [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:36:39.677Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-28T12:36:39.677Z] . [Pipeline] withDockerContainer [2020-10-28T12:36:39.881Z] prd-centos7-docker-4c-2g-9470 does not seem to be running inside a container [2020-10-28T12:36:40.113Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/218 -v /w/workspace/edgex-go/218:/w/workspace/edgex-go/218:rw,z -v /w/workspace/edgex-go/218@tmp:/w/workspace/edgex-go/218@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-klar:latest cat [2020-10-28T12:36:41.199Z] $ docker top eeb73e37b680516a0c84cec05bde2e58de76970e618fc20c39986d647073f1ae -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-28T12:36:42.165Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go:30fe914c5ad8e4d98bae6ee0071c56635472cae5 [2020-10-28T12:36:42.165Z] + tee [2020-10-28T12:36:42.165Z] clair timeout 1m0s [2020-10-28T12:36:42.165Z] docker timeout: 1m0s [2020-10-28T12:36:42.165Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-28T12:36:43.381Z] $ docker stop --time=1 eeb73e37b680516a0c84cec05bde2e58de76970e618fc20c39986d647073f1ae [2020-10-28T12:36:45.138Z] $ docker rm -f eeb73e37b680516a0c84cec05bde2e58de76970e618fc20c39986d647073f1ae [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-28T12:36:45.836Z] + mkdir -p /w/workspace/edgex-go/218/clair-reports [Pipeline] echo [2020-10-28T12:36:45.856Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/218/clair-reports/clair_results_docker-support-notifications-go_30fe914c5ad8e4d98bae6ee0071c56635472cae5.html [Pipeline] writeFile [Pipeline] step [2020-10-28T12:36:45.910Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:36:46.304Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-28T12:36:46.304Z] . [Pipeline] withDockerContainer [2020-10-28T12:36:46.506Z] prd-centos7-docker-4c-2g-9470 does not seem to be running inside a container [2020-10-28T12:36:46.720Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/218 -v /w/workspace/edgex-go/218:/w/workspace/edgex-go/218:rw,z -v /w/workspace/edgex-go/218@tmp:/w/workspace/edgex-go/218@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-klar:latest cat [2020-10-28T12:36:47.897Z] $ docker top 60572b7c8f2ad162c02c38c090c1768273e27365fe480e730a3bd4f734bda128 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-28T12:36:48.573Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:30fe914c5ad8e4d98bae6ee0071c56635472cae5 [2020-10-28T12:36:48.573Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-28T12:36:51.335Z] $ docker stop --time=1 60572b7c8f2ad162c02c38c090c1768273e27365fe480e730a3bd4f734bda128 [2020-10-28T12:36:53.025Z] $ docker rm -f 60572b7c8f2ad162c02c38c090c1768273e27365fe480e730a3bd4f734bda128 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:36:53.606Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-28T12:36:53.607Z] . [Pipeline] withDockerContainer [2020-10-28T12:36:53.849Z] prd-centos7-docker-4c-2g-9470 does not seem to be running inside a container [2020-10-28T12:36:53.930Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/218 -v /w/workspace/edgex-go/218:/w/workspace/edgex-go/218:rw,z -v /w/workspace/edgex-go/218@tmp:/w/workspace/edgex-go/218@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-klar:latest cat [2020-10-28T12:36:54.810Z] $ docker top 3b62c358cffb86b6584e17ac8233e6858ec1e659f4a653cfa7bcd19552fa02eb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-28T12:36:55.472Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:30fe914c5ad8e4d98bae6ee0071c56635472cae5 [2020-10-28T12:36:55.472Z] + tee [2020-10-28T12:36:55.472Z] clair timeout 1m0s [2020-10-28T12:36:55.472Z] docker timeout: 1m0s [2020-10-28T12:36:55.472Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-28T12:36:56.194Z] $ docker stop --time=1 3b62c358cffb86b6584e17ac8233e6858ec1e659f4a653cfa7bcd19552fa02eb [2020-10-28T12:36:57.739Z] $ docker rm -f 3b62c358cffb86b6584e17ac8233e6858ec1e659f4a653cfa7bcd19552fa02eb [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-28T12:36:58.222Z] + mkdir -p /w/workspace/edgex-go/218/clair-reports [Pipeline] echo [2020-10-28T12:36:58.237Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/218/clair-reports/clair_results_docker-support-scheduler-go_30fe914c5ad8e4d98bae6ee0071c56635472cae5.html [Pipeline] writeFile [Pipeline] step [2020-10-28T12:36:58.289Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:36:58.639Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-28T12:36:58.639Z] . [Pipeline] withDockerContainer [2020-10-28T12:36:58.807Z] prd-centos7-docker-4c-2g-9470 does not seem to be running inside a container [2020-10-28T12:36:58.883Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/218 -v /w/workspace/edgex-go/218:/w/workspace/edgex-go/218:rw,z -v /w/workspace/edgex-go/218@tmp:/w/workspace/edgex-go/218@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-klar:latest cat [2020-10-28T12:37:00.035Z] $ docker top 05ff85e0e0988c17bd91a0256241c90f74654f88d0a7d9980670dae02f719581 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-28T12:37:00.984Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:30fe914c5ad8e4d98bae6ee0071c56635472cae5 [2020-10-28T12:37:00.984Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-28T12:37:16.245Z] $ docker stop --time=1 05ff85e0e0988c17bd91a0256241c90f74654f88d0a7d9980670dae02f719581 [2020-10-28T12:37:17.879Z] $ docker rm -f 05ff85e0e0988c17bd91a0256241c90f74654f88d0a7d9980670dae02f719581 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:37:18.455Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-28T12:37:18.455Z] . [Pipeline] withDockerContainer [2020-10-28T12:37:18.612Z] prd-centos7-docker-4c-2g-9470 does not seem to be running inside a container [2020-10-28T12:37:18.691Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/218 -v /w/workspace/edgex-go/218:/w/workspace/edgex-go/218:rw,z -v /w/workspace/edgex-go/218@tmp:/w/workspace/edgex-go/218@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-klar:latest cat [2020-10-28T12:37:20.638Z] $ docker top 9ce404a92e8bdbf0124d969c7a972755148bef6c83602403532e0a05f924bc47 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-28T12:37:21.529Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:30fe914c5ad8e4d98bae6ee0071c56635472cae5 [2020-10-28T12:37:21.529Z] + tee [2020-10-28T12:37:21.529Z] clair timeout 1m0s [2020-10-28T12:37:21.529Z] docker timeout: 1m0s [2020-10-28T12:37:21.529Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-28T12:37:24.325Z] $ docker stop --time=1 9ce404a92e8bdbf0124d969c7a972755148bef6c83602403532e0a05f924bc47 [2020-10-28T12:37:25.863Z] $ docker rm -f 9ce404a92e8bdbf0124d969c7a972755148bef6c83602403532e0a05f924bc47 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-28T12:37:26.530Z] + mkdir -p /w/workspace/edgex-go/218/clair-reports [Pipeline] echo [2020-10-28T12:37:26.550Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/218/clair-reports/clair_results_docker-sys-mgmt-agent-go_30fe914c5ad8e4d98bae6ee0071c56635472cae5.html [Pipeline] writeFile [Pipeline] step [2020-10-28T12:37:26.610Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:37:27.002Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-28T12:37:27.002Z] . [Pipeline] withDockerContainer [2020-10-28T12:37:27.188Z] prd-centos7-docker-4c-2g-9470 does not seem to be running inside a container [2020-10-28T12:37:27.261Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/218 -v /w/workspace/edgex-go/218:/w/workspace/edgex-go/218:rw,z -v /w/workspace/edgex-go/218@tmp:/w/workspace/edgex-go/218@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-klar:latest cat [2020-10-28T12:37:28.356Z] $ docker top cad6d8e7eeb506e53e09c6360e8ec82e0abe5a517f1fe93984f86f2e9f97148d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-28T12:37:29.024Z] + tee [2020-10-28T12:37:29.024Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:30fe914c5ad8e4d98bae6ee0071c56635472cae5 [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-28T12:37:31.901Z] $ docker stop --time=1 cad6d8e7eeb506e53e09c6360e8ec82e0abe5a517f1fe93984f86f2e9f97148d [2020-10-28T12:37:33.676Z] $ docker rm -f cad6d8e7eeb506e53e09c6360e8ec82e0abe5a517f1fe93984f86f2e9f97148d [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:37:34.265Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-28T12:37:34.266Z] . [Pipeline] withDockerContainer [2020-10-28T12:37:34.545Z] prd-centos7-docker-4c-2g-9470 does not seem to be running inside a container [2020-10-28T12:37:34.710Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/218 -v /w/workspace/edgex-go/218:/w/workspace/edgex-go/218:rw,z -v /w/workspace/edgex-go/218@tmp:/w/workspace/edgex-go/218@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-klar:latest cat [2020-10-28T12:37:35.718Z] $ docker top 7566917bbc75de7406e8225c3aca0926683af6359fecfb9a867c4d36fbbe2931 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-28T12:37:36.841Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:30fe914c5ad8e4d98bae6ee0071c56635472cae5 [2020-10-28T12:37:36.841Z] + tee [2020-10-28T12:37:36.841Z] clair timeout 1m0s [2020-10-28T12:37:36.841Z] docker timeout: 1m0s [2020-10-28T12:37:36.841Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-28T12:37:37.598Z] $ docker stop --time=1 7566917bbc75de7406e8225c3aca0926683af6359fecfb9a867c4d36fbbe2931 [2020-10-28T12:37:39.328Z] $ docker rm -f 7566917bbc75de7406e8225c3aca0926683af6359fecfb9a867c4d36fbbe2931 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-28T12:37:40.118Z] + mkdir -p /w/workspace/edgex-go/218/clair-reports [Pipeline] echo [2020-10-28T12:37:40.134Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/218/clair-reports/clair_results_docker-core-command-go-arm64_30fe914c5ad8e4d98bae6ee0071c56635472cae5.html [Pipeline] writeFile [Pipeline] step [2020-10-28T12:37:40.221Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:37:40.655Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-28T12:37:40.655Z] . [Pipeline] withDockerContainer [2020-10-28T12:37:40.988Z] prd-centos7-docker-4c-2g-9470 does not seem to be running inside a container [2020-10-28T12:37:41.135Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/218 -v /w/workspace/edgex-go/218:/w/workspace/edgex-go/218:rw,z -v /w/workspace/edgex-go/218@tmp:/w/workspace/edgex-go/218@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-klar:latest cat [2020-10-28T12:37:42.809Z] $ docker top 9e5715e871d8f065a3152d8b84ef3ce40379dac77d543ad16fdedbaea0820ac1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-28T12:37:43.496Z] + tee [2020-10-28T12:37:43.496Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:30fe914c5ad8e4d98bae6ee0071c56635472cae5 [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-28T12:37:49.175Z] $ docker stop --time=1 9e5715e871d8f065a3152d8b84ef3ce40379dac77d543ad16fdedbaea0820ac1 [2020-10-28T12:37:51.170Z] $ docker rm -f 9e5715e871d8f065a3152d8b84ef3ce40379dac77d543ad16fdedbaea0820ac1 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:37:51.749Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-28T12:37:51.749Z] . [Pipeline] withDockerContainer [2020-10-28T12:37:52.039Z] prd-centos7-docker-4c-2g-9470 does not seem to be running inside a container [2020-10-28T12:37:52.106Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/218 -v /w/workspace/edgex-go/218:/w/workspace/edgex-go/218:rw,z -v /w/workspace/edgex-go/218@tmp:/w/workspace/edgex-go/218@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-klar:latest cat [2020-10-28T12:37:53.373Z] $ docker top 39b2b350bfc64f9a60e244f5d1a1d7f573a2abf872c4015e59cbb28148912625 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-28T12:37:54.451Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:30fe914c5ad8e4d98bae6ee0071c56635472cae5 [2020-10-28T12:37:54.451Z] + tee [2020-10-28T12:37:54.451Z] clair timeout 1m0s [2020-10-28T12:37:54.451Z] docker timeout: 1m0s [2020-10-28T12:37:54.451Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-28T12:37:55.564Z] $ docker stop --time=1 39b2b350bfc64f9a60e244f5d1a1d7f573a2abf872c4015e59cbb28148912625 [2020-10-28T12:37:57.184Z] $ docker rm -f 39b2b350bfc64f9a60e244f5d1a1d7f573a2abf872c4015e59cbb28148912625 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-28T12:37:57.915Z] + mkdir -p /w/workspace/edgex-go/218/clair-reports [Pipeline] echo [2020-10-28T12:37:57.938Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/218/clair-reports/clair_results_docker-core-data-go-arm64_30fe914c5ad8e4d98bae6ee0071c56635472cae5.html [Pipeline] writeFile [Pipeline] step [2020-10-28T12:37:58.007Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:37:58.404Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-28T12:37:58.404Z] . [Pipeline] withDockerContainer [2020-10-28T12:37:58.553Z] prd-centos7-docker-4c-2g-9470 does not seem to be running inside a container [2020-10-28T12:37:58.627Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/218 -v /w/workspace/edgex-go/218:/w/workspace/edgex-go/218:rw,z -v /w/workspace/edgex-go/218@tmp:/w/workspace/edgex-go/218@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-klar:latest cat [2020-10-28T12:37:59.758Z] $ docker top da0bf515fe18db6154af5ae4f303babffa7e10d381a6ee112c82d7596aa2fec3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-28T12:38:00.793Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:30fe914c5ad8e4d98bae6ee0071c56635472cae5 [2020-10-28T12:38:00.793Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-28T12:38:03.601Z] $ docker stop --time=1 da0bf515fe18db6154af5ae4f303babffa7e10d381a6ee112c82d7596aa2fec3 [2020-10-28T12:38:05.136Z] $ docker rm -f da0bf515fe18db6154af5ae4f303babffa7e10d381a6ee112c82d7596aa2fec3 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:38:05.821Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-28T12:38:05.821Z] . [Pipeline] withDockerContainer [2020-10-28T12:38:06.000Z] prd-centos7-docker-4c-2g-9470 does not seem to be running inside a container [2020-10-28T12:38:06.242Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/218 -v /w/workspace/edgex-go/218:/w/workspace/edgex-go/218:rw,z -v /w/workspace/edgex-go/218@tmp:/w/workspace/edgex-go/218@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-klar:latest cat [2020-10-28T12:38:07.343Z] $ docker top 2a339ff3a26189c5cc1db4a34e0d801c61858838fcfe85ec9e4cdd38f2717ef9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-28T12:38:08.319Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:30fe914c5ad8e4d98bae6ee0071c56635472cae5 [2020-10-28T12:38:08.319Z] + tee [2020-10-28T12:38:08.319Z] clair timeout 1m0s [2020-10-28T12:38:08.319Z] docker timeout: 1m0s [2020-10-28T12:38:08.319Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-28T12:38:09.020Z] $ docker stop --time=1 2a339ff3a26189c5cc1db4a34e0d801c61858838fcfe85ec9e4cdd38f2717ef9 [2020-10-28T12:38:10.782Z] $ docker rm -f 2a339ff3a26189c5cc1db4a34e0d801c61858838fcfe85ec9e4cdd38f2717ef9 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-28T12:38:11.380Z] + mkdir -p /w/workspace/edgex-go/218/clair-reports [Pipeline] echo [2020-10-28T12:38:11.396Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/218/clair-reports/clair_results_docker-core-metadata-go-arm64_30fe914c5ad8e4d98bae6ee0071c56635472cae5.html [Pipeline] writeFile [Pipeline] step [2020-10-28T12:38:11.463Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:38:11.828Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-28T12:38:11.828Z] . [Pipeline] withDockerContainer [2020-10-28T12:38:11.995Z] prd-centos7-docker-4c-2g-9470 does not seem to be running inside a container [2020-10-28T12:38:12.084Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/218 -v /w/workspace/edgex-go/218:/w/workspace/edgex-go/218:rw,z -v /w/workspace/edgex-go/218@tmp:/w/workspace/edgex-go/218@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-klar:latest cat [2020-10-28T12:38:13.154Z] $ docker top 54a43ba8e1274f3fe823783c97dafc2f1af320d0b7e5d717473f9bce7e6e4c07 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-28T12:38:14.176Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:30fe914c5ad8e4d98bae6ee0071c56635472cae5 [2020-10-28T12:38:14.176Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-28T12:38:18.833Z] $ docker stop --time=1 54a43ba8e1274f3fe823783c97dafc2f1af320d0b7e5d717473f9bce7e6e4c07 [2020-10-28T12:38:20.419Z] $ docker rm -f 54a43ba8e1274f3fe823783c97dafc2f1af320d0b7e5d717473f9bce7e6e4c07 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:38:21.009Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-28T12:38:21.010Z] . [Pipeline] withDockerContainer [2020-10-28T12:38:21.198Z] prd-centos7-docker-4c-2g-9470 does not seem to be running inside a container [2020-10-28T12:38:21.260Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/218 -v /w/workspace/edgex-go/218:/w/workspace/edgex-go/218:rw,z -v /w/workspace/edgex-go/218@tmp:/w/workspace/edgex-go/218@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-klar:latest cat [2020-10-28T12:38:22.405Z] $ docker top 43cdfda0aa2f921f97614622ac5866e332bf26e3005804590c5b7192096f1a36 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-28T12:38:23.101Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:30fe914c5ad8e4d98bae6ee0071c56635472cae5 [2020-10-28T12:38:23.101Z] + tee [2020-10-28T12:38:23.101Z] clair timeout 1m0s [2020-10-28T12:38:23.101Z] docker timeout: 1m0s [2020-10-28T12:38:23.101Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-28T12:38:24.219Z] $ docker stop --time=1 43cdfda0aa2f921f97614622ac5866e332bf26e3005804590c5b7192096f1a36 [2020-10-28T12:38:25.702Z] $ docker rm -f 43cdfda0aa2f921f97614622ac5866e332bf26e3005804590c5b7192096f1a36 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-28T12:38:26.426Z] + mkdir -p /w/workspace/edgex-go/218/clair-reports [Pipeline] echo [2020-10-28T12:38:26.451Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/218/clair-reports/clair_results_docker-security-proxy-setup-go-arm64_30fe914c5ad8e4d98bae6ee0071c56635472cae5.html [Pipeline] writeFile [Pipeline] step [2020-10-28T12:38:26.515Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:38:26.936Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-28T12:38:26.936Z] . [Pipeline] withDockerContainer [2020-10-28T12:38:27.137Z] prd-centos7-docker-4c-2g-9470 does not seem to be running inside a container [2020-10-28T12:38:27.197Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/218 -v /w/workspace/edgex-go/218:/w/workspace/edgex-go/218:rw,z -v /w/workspace/edgex-go/218@tmp:/w/workspace/edgex-go/218@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-klar:latest cat [2020-10-28T12:38:28.287Z] $ docker top 02587bf6de8a7f522a9fac0a1775c6d280ea866cfb18bd2feb9a1b82bc76c58a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-28T12:38:29.081Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:30fe914c5ad8e4d98bae6ee0071c56635472cae5 [2020-10-28T12:38:29.081Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-28T12:38:35.902Z] $ docker stop --time=1 02587bf6de8a7f522a9fac0a1775c6d280ea866cfb18bd2feb9a1b82bc76c58a [2020-10-28T12:38:37.681Z] $ docker rm -f 02587bf6de8a7f522a9fac0a1775c6d280ea866cfb18bd2feb9a1b82bc76c58a [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:38:38.271Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-28T12:38:38.271Z] . [Pipeline] withDockerContainer [2020-10-28T12:38:38.424Z] prd-centos7-docker-4c-2g-9470 does not seem to be running inside a container [2020-10-28T12:38:38.500Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/218 -v /w/workspace/edgex-go/218:/w/workspace/edgex-go/218:rw,z -v /w/workspace/edgex-go/218@tmp:/w/workspace/edgex-go/218@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-klar:latest cat [2020-10-28T12:38:39.538Z] $ docker top 94b267b33fe74ab5b304a9019d6b17d0bc38e2378a96948ce1ed66e8a931fa88 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-28T12:38:40.224Z] + tee [2020-10-28T12:38:40.224Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:30fe914c5ad8e4d98bae6ee0071c56635472cae5 [2020-10-28T12:38:40.224Z] clair timeout 1m0s [2020-10-28T12:38:40.224Z] docker timeout: 1m0s [2020-10-28T12:38:40.224Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-28T12:38:42.289Z] $ docker stop --time=1 94b267b33fe74ab5b304a9019d6b17d0bc38e2378a96948ce1ed66e8a931fa88 [2020-10-28T12:38:43.757Z] $ docker rm -f 94b267b33fe74ab5b304a9019d6b17d0bc38e2378a96948ce1ed66e8a931fa88 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-28T12:38:44.337Z] + mkdir -p /w/workspace/edgex-go/218/clair-reports [Pipeline] echo [2020-10-28T12:38:44.356Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/218/clair-reports/clair_results_docker-security-secrets-setup-go-arm64_30fe914c5ad8e4d98bae6ee0071c56635472cae5.html [Pipeline] writeFile [Pipeline] step [2020-10-28T12:38:44.436Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:38:45.122Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-28T12:38:45.122Z] . [Pipeline] withDockerContainer [2020-10-28T12:38:45.322Z] prd-centos7-docker-4c-2g-9470 does not seem to be running inside a container [2020-10-28T12:38:45.400Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/218 -v /w/workspace/edgex-go/218:/w/workspace/edgex-go/218:rw,z -v /w/workspace/edgex-go/218@tmp:/w/workspace/edgex-go/218@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-klar:latest cat [2020-10-28T12:38:46.815Z] $ docker top da2684c51a09094ac72526195e3f0bc337fe6c23d74d23e60059689fb3bfe43d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-28T12:38:47.985Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:30fe914c5ad8e4d98bae6ee0071c56635472cae5 [2020-10-28T12:38:47.985Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-28T12:38:58.339Z] $ docker stop --time=1 da2684c51a09094ac72526195e3f0bc337fe6c23d74d23e60059689fb3bfe43d [2020-10-28T12:38:59.889Z] $ docker rm -f da2684c51a09094ac72526195e3f0bc337fe6c23d74d23e60059689fb3bfe43d [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:39:00.584Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-28T12:39:00.584Z] . [Pipeline] withDockerContainer [2020-10-28T12:39:00.736Z] prd-centos7-docker-4c-2g-9470 does not seem to be running inside a container [2020-10-28T12:39:00.825Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/218 -v /w/workspace/edgex-go/218:/w/workspace/edgex-go/218:rw,z -v /w/workspace/edgex-go/218@tmp:/w/workspace/edgex-go/218@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-klar:latest cat [2020-10-28T12:39:01.928Z] $ docker top 11668ba543efa92a0ae887ddad5a64c1c68c644fdfa29eb56a91f390ddcaf730 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-28T12:39:02.881Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:30fe914c5ad8e4d98bae6ee0071c56635472cae5 [2020-10-28T12:39:02.882Z] + tee [2020-10-28T12:39:02.882Z] clair timeout 1m0s [2020-10-28T12:39:02.882Z] docker timeout: 1m0s [2020-10-28T12:39:02.882Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-28T12:39:04.417Z] $ docker stop --time=1 11668ba543efa92a0ae887ddad5a64c1c68c644fdfa29eb56a91f390ddcaf730 [2020-10-28T12:39:06.157Z] $ docker rm -f 11668ba543efa92a0ae887ddad5a64c1c68c644fdfa29eb56a91f390ddcaf730 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-28T12:39:06.714Z] + mkdir -p /w/workspace/edgex-go/218/clair-reports [Pipeline] echo [2020-10-28T12:39:06.731Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/218/clair-reports/clair_results_docker-security-secretstore-setup-go-arm64_30fe914c5ad8e4d98bae6ee0071c56635472cae5.html [Pipeline] writeFile [Pipeline] step [2020-10-28T12:39:06.826Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:39:07.205Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-28T12:39:07.205Z] . [Pipeline] withDockerContainer [2020-10-28T12:39:07.377Z] prd-centos7-docker-4c-2g-9470 does not seem to be running inside a container [2020-10-28T12:39:07.436Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/218 -v /w/workspace/edgex-go/218:/w/workspace/edgex-go/218:rw,z -v /w/workspace/edgex-go/218@tmp:/w/workspace/edgex-go/218@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-klar:latest cat [2020-10-28T12:39:08.489Z] $ docker top bf62debba5096b284aad3b2e31648d0a3cd1ba3b4aadccf30b1dc48aafada5a0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-28T12:39:09.272Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:30fe914c5ad8e4d98bae6ee0071c56635472cae5 [2020-10-28T12:39:09.272Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-28T12:39:12.775Z] $ docker stop --time=1 bf62debba5096b284aad3b2e31648d0a3cd1ba3b4aadccf30b1dc48aafada5a0 [2020-10-28T12:39:14.275Z] $ docker rm -f bf62debba5096b284aad3b2e31648d0a3cd1ba3b4aadccf30b1dc48aafada5a0 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:39:14.853Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-28T12:39:14.853Z] . [Pipeline] withDockerContainer [2020-10-28T12:39:15.006Z] prd-centos7-docker-4c-2g-9470 does not seem to be running inside a container [2020-10-28T12:39:15.150Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/218 -v /w/workspace/edgex-go/218:/w/workspace/edgex-go/218:rw,z -v /w/workspace/edgex-go/218@tmp:/w/workspace/edgex-go/218@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-klar:latest cat [2020-10-28T12:39:16.121Z] $ docker top 352a3a69d1ce47b1004e6b19013ff8c9fb10ad85d1db08f3058da28acb9d2d0b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-28T12:39:16.792Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:30fe914c5ad8e4d98bae6ee0071c56635472cae5 [2020-10-28T12:39:16.793Z] + tee [2020-10-28T12:39:16.793Z] clair timeout 1m0s [2020-10-28T12:39:16.793Z] docker timeout: 1m0s [2020-10-28T12:39:16.793Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-28T12:39:17.864Z] $ docker stop --time=1 352a3a69d1ce47b1004e6b19013ff8c9fb10ad85d1db08f3058da28acb9d2d0b [2020-10-28T12:39:19.989Z] $ docker rm -f 352a3a69d1ce47b1004e6b19013ff8c9fb10ad85d1db08f3058da28acb9d2d0b [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-28T12:39:20.601Z] + mkdir -p /w/workspace/edgex-go/218/clair-reports [Pipeline] echo [2020-10-28T12:39:20.693Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/218/clair-reports/clair_results_docker-support-logging-go-arm64_30fe914c5ad8e4d98bae6ee0071c56635472cae5.html [Pipeline] writeFile [Pipeline] step [2020-10-28T12:39:20.762Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:39:21.263Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-28T12:39:21.527Z] . [Pipeline] withDockerContainer [2020-10-28T12:39:21.688Z] prd-centos7-docker-4c-2g-9470 does not seem to be running inside a container [2020-10-28T12:39:21.766Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/218 -v /w/workspace/edgex-go/218:/w/workspace/edgex-go/218:rw,z -v /w/workspace/edgex-go/218@tmp:/w/workspace/edgex-go/218@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-klar:latest cat [2020-10-28T12:39:22.619Z] $ docker top 035b4e469bcb08d6f54fc51e8bddaded054e59e4f20f39a30b5ac3b88ac0d489 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-28T12:39:23.212Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:30fe914c5ad8e4d98bae6ee0071c56635472cae5 [2020-10-28T12:39:23.212Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-28T12:39:28.751Z] $ docker stop --time=1 035b4e469bcb08d6f54fc51e8bddaded054e59e4f20f39a30b5ac3b88ac0d489 [2020-10-28T12:39:30.408Z] $ docker rm -f 035b4e469bcb08d6f54fc51e8bddaded054e59e4f20f39a30b5ac3b88ac0d489 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:39:30.966Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-28T12:39:30.966Z] . [Pipeline] withDockerContainer [2020-10-28T12:39:31.107Z] prd-centos7-docker-4c-2g-9470 does not seem to be running inside a container [2020-10-28T12:39:31.156Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/218 -v /w/workspace/edgex-go/218:/w/workspace/edgex-go/218:rw,z -v /w/workspace/edgex-go/218@tmp:/w/workspace/edgex-go/218@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-klar:latest cat [2020-10-28T12:39:32.060Z] $ docker top dac0532013765729375c7f6e2909ab231584780f7dfe328137d923fe483a9748 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-28T12:39:32.695Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:30fe914c5ad8e4d98bae6ee0071c56635472cae5 [2020-10-28T12:39:32.695Z] + tee [2020-10-28T12:39:32.695Z] clair timeout 1m0s [2020-10-28T12:39:32.695Z] docker timeout: 1m0s [2020-10-28T12:39:32.695Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-28T12:39:33.772Z] $ docker stop --time=1 dac0532013765729375c7f6e2909ab231584780f7dfe328137d923fe483a9748 [2020-10-28T12:39:35.346Z] $ docker rm -f dac0532013765729375c7f6e2909ab231584780f7dfe328137d923fe483a9748 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-28T12:39:35.907Z] + mkdir -p /w/workspace/edgex-go/218/clair-reports [Pipeline] echo [2020-10-28T12:39:35.923Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/218/clair-reports/clair_results_docker-support-notifications-go-arm64_30fe914c5ad8e4d98bae6ee0071c56635472cae5.html [Pipeline] writeFile [Pipeline] step [2020-10-28T12:39:35.977Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:39:36.366Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-28T12:39:36.366Z] . [Pipeline] withDockerContainer [2020-10-28T12:39:36.521Z] prd-centos7-docker-4c-2g-9470 does not seem to be running inside a container [2020-10-28T12:39:36.575Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/218 -v /w/workspace/edgex-go/218:/w/workspace/edgex-go/218:rw,z -v /w/workspace/edgex-go/218@tmp:/w/workspace/edgex-go/218@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-klar:latest cat [2020-10-28T12:39:37.609Z] $ docker top 04d21dcfa38d1fce2776ae53b346fe4601f408f1338898491e15f3c9869723ab -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-28T12:39:38.306Z] + tee [2020-10-28T12:39:38.306Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:30fe914c5ad8e4d98bae6ee0071c56635472cae5 [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-28T12:39:41.190Z] $ docker stop --time=1 04d21dcfa38d1fce2776ae53b346fe4601f408f1338898491e15f3c9869723ab [2020-10-28T12:39:42.646Z] $ docker rm -f 04d21dcfa38d1fce2776ae53b346fe4601f408f1338898491e15f3c9869723ab [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:39:43.239Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-28T12:39:43.239Z] . [Pipeline] withDockerContainer [2020-10-28T12:39:43.843Z] prd-centos7-docker-4c-2g-9470 does not seem to be running inside a container [2020-10-28T12:39:43.926Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/218 -v /w/workspace/edgex-go/218:/w/workspace/edgex-go/218:rw,z -v /w/workspace/edgex-go/218@tmp:/w/workspace/edgex-go/218@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-klar:latest cat [2020-10-28T12:39:45.383Z] $ docker top 281b7bf0e8703330c166a5f6f71ac1ceeac37558c899fdd5c4672b1b1df038dd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-28T12:39:46.042Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:30fe914c5ad8e4d98bae6ee0071c56635472cae5 [2020-10-28T12:39:46.042Z] + tee [2020-10-28T12:39:46.042Z] clair timeout 1m0s [2020-10-28T12:39:46.042Z] docker timeout: 1m0s [2020-10-28T12:39:46.042Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-28T12:39:46.732Z] $ docker stop --time=1 281b7bf0e8703330c166a5f6f71ac1ceeac37558c899fdd5c4672b1b1df038dd [2020-10-28T12:39:48.549Z] $ docker rm -f 281b7bf0e8703330c166a5f6f71ac1ceeac37558c899fdd5c4672b1b1df038dd [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-28T12:39:49.061Z] + mkdir -p /w/workspace/edgex-go/218/clair-reports [Pipeline] echo [2020-10-28T12:39:49.076Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/218/clair-reports/clair_results_docker-support-scheduler-go-arm64_30fe914c5ad8e4d98bae6ee0071c56635472cae5.html [Pipeline] writeFile [Pipeline] step [2020-10-28T12:39:49.133Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:39:49.525Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-28T12:39:49.525Z] . [Pipeline] withDockerContainer [2020-10-28T12:39:49.713Z] prd-centos7-docker-4c-2g-9470 does not seem to be running inside a container [2020-10-28T12:39:49.784Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/218 -v /w/workspace/edgex-go/218:/w/workspace/edgex-go/218:rw,z -v /w/workspace/edgex-go/218@tmp:/w/workspace/edgex-go/218@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-klar:latest cat [2020-10-28T12:39:50.732Z] $ docker top 949359e767650fc6494195f3ed597845cf0b1a575d32c864862ccd27c38485f5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-28T12:39:51.440Z] + tee [2020-10-28T12:39:51.440Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:30fe914c5ad8e4d98bae6ee0071c56635472cae5 [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-28T12:40:06.806Z] $ docker stop --time=1 949359e767650fc6494195f3ed597845cf0b1a575d32c864862ccd27c38485f5 [2020-10-28T12:40:08.479Z] $ docker rm -f 949359e767650fc6494195f3ed597845cf0b1a575d32c864862ccd27c38485f5 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:40:09.003Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-28T12:40:09.003Z] . [Pipeline] withDockerContainer [2020-10-28T12:40:09.172Z] prd-centos7-docker-4c-2g-9470 does not seem to be running inside a container [2020-10-28T12:40:09.227Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/218 -v /w/workspace/edgex-go/218:/w/workspace/edgex-go/218:rw,z -v /w/workspace/edgex-go/218@tmp:/w/workspace/edgex-go/218@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-klar:latest cat [2020-10-28T12:40:10.316Z] $ docker top b229a8e6e071f2d19b614285dc3c90cea807d6bc3862ab761365f5450aa6d290 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-28T12:40:11.131Z] + tee [2020-10-28T12:40:11.131Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:30fe914c5ad8e4d98bae6ee0071c56635472cae5 [2020-10-28T12:40:11.131Z] clair timeout 1m0s [2020-10-28T12:40:11.131Z] docker timeout: 1m0s [2020-10-28T12:40:11.131Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-28T12:40:13.197Z] $ docker stop --time=1 b229a8e6e071f2d19b614285dc3c90cea807d6bc3862ab761365f5450aa6d290 [2020-10-28T12:40:14.831Z] $ docker rm -f b229a8e6e071f2d19b614285dc3c90cea807d6bc3862ab761365f5450aa6d290 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-28T12:40:15.614Z] + mkdir -p /w/workspace/edgex-go/218/clair-reports [Pipeline] echo [2020-10-28T12:40:15.646Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/218/clair-reports/clair_results_docker-sys-mgmt-agent-go-arm64_30fe914c5ad8e4d98bae6ee0071c56635472cae5.html [Pipeline] writeFile [Pipeline] step [2020-10-28T12:40:15.703Z] Archiving artifacts [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2020-10-28T12:40:16.138Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-28T12:40:16.191Z] provisioning config files... [2020-10-28T12:40:16.408Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/218@tmp/config5115582133319161865tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-10-28T12:40:16.844Z] --> edgex-publish-swagger.sh [2020-10-28T12:40:16.844Z] === Publish openapi/v1 API === [2020-10-28T12:40:16.844Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2020-10-28T12:40:16.844Z] [publishToSwagger] Publishing API Name [core-command] [2020-10-28T12:40:16.844Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-28T12:40:16.844Z] Dload Upload Total Spent Left Speed [2020-10-28T12:40:18.172Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10521 0 0 100 10521 0 8076 0:00:01 0:00:01 --:--:-- 8074 100 10521 0 0 100 10521 0 8074 0:00:01 0:00:01 --:--:-- 8074 [2020-10-28T12:40:18.172Z] [2020-10-28T12:40:18.172Z] [2020-10-28T12:40:18.172Z] [publishToSwagger] Publishing API Name [core-data] [2020-10-28T12:40:18.172Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-28T12:40:18.172Z] Dload Upload Total Spent Left Speed [2020-10-28T12:40:19.619Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32556 0 0 100 32556 0 28615 0:00:01 0:00:01 --:--:-- 28633 100 32556 0 0 100 32556 0 28607 0:00:01 0:00:01 --:--:-- 28633 [2020-10-28T12:40:19.619Z] [2020-10-28T12:40:19.619Z] [2020-10-28T12:40:19.619Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-10-28T12:40:19.619Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-28T12:40:19.619Z] Dload Upload Total Spent Left Speed [2020-10-28T12:40:20.608Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73720 0 0 100 73720 0 58412 0:00:01 0:00:01 --:--:-- 58461 100 73720 0 0 100 73720 0 58398 0:00:01 0:00:01 --:--:-- 58415 [2020-10-28T12:40:20.608Z] [2020-10-28T12:40:20.608Z] [2020-10-28T12:40:20.608Z] [publishToSwagger] Publishing API Name [support-logging] [2020-10-28T12:40:20.608Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-28T12:40:20.608Z] Dload Upload Total Spent Left Speed [2020-10-28T12:40:21.589Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13580 0 0 100 13580 0 12790 0:00:01 0:00:01 --:--:-- 12799 100 13580 0 0 100 13580 0 12786 0:00:01 0:00:01 --:--:-- 12799 [2020-10-28T12:40:21.589Z] [2020-10-28T12:40:21.589Z] [2020-10-28T12:40:21.589Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-10-28T12:40:21.884Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-28T12:40:21.884Z] Dload Upload Total Spent Left Speed [2020-10-28T12:40:22.885Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38889 0 0 100 38889 0 35362 0:00:01 0:00:01 --:--:-- 35385 100 38889 0 0 100 38889 0 35354 0:00:01 0:00:01 --:--:-- 35385 [2020-10-28T12:40:22.885Z] [2020-10-28T12:40:22.885Z] [2020-10-28T12:40:22.885Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-10-28T12:40:22.885Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-28T12:40:22.885Z] Dload Upload Total Spent Left Speed [2020-10-28T12:40:24.216Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14248 0 0 100 14248 0 11472 0:00:01 0:00:01 --:--:-- 11471 100 14248 0 0 100 14248 0 11469 0:00:01 0:00:01 --:--:-- 11462 [2020-10-28T12:40:24.216Z] [2020-10-28T12:40:24.216Z] [2020-10-28T12:40:24.216Z] [publishToSwagger] Publishing API Name [system-agent] [2020-10-28T12:40:24.216Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-28T12:40:24.216Z] Dload Upload Total Spent Left Speed [2020-10-28T12:40:25.336Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4109 0 0 100 4109 0 3343 0:00:01 0:00:01 --:--:-- 3346 100 4109 0 0 100 4109 0 3343 0:00:01 0:00:01 --:--:-- 3346 [2020-10-28T12:40:25.336Z] [2020-10-28T12:40:25.336Z] [2020-10-28T12:40:25.336Z] === Publish openapi/v2 API === [2020-10-28T12:40:25.336Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2020-10-28T12:40:25.336Z] [publishToSwagger] Publishing API Name [core-command] [2020-10-28T12:40:25.336Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-28T12:40:25.336Z] Dload Upload Total Spent Left Speed [2020-10-28T12:40:26.762Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29535 0 0 100 29535 0 24982 0:00:01 0:00:01 --:--:-- 25008 100 29535 0 0 100 29535 0 24977 0:00:01 0:00:01 --:--:-- 24987 [2020-10-28T12:40:26.762Z] [2020-10-28T12:40:26.762Z] [2020-10-28T12:40:26.762Z] [publishToSwagger] Publishing API Name [core-data] [2020-10-28T12:40:26.762Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-28T12:40:26.762Z] Dload Upload Total Spent Left Speed [2020-10-28T12:40:27.735Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 65634 0 0 100 65634 0 54655 0:00:01 0:00:01 --:--:-- 54695 100 65634 0 0 100 65634 0 54636 0:00:01 0:00:01 --:--:-- 54649 [2020-10-28T12:40:27.735Z] [2020-10-28T12:40:27.735Z] [2020-10-28T12:40:27.735Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-10-28T12:40:28.004Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-28T12:40:28.004Z] Dload Upload Total Spent Left Speed [2020-10-28T12:40:28.967Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 119k 0 0 100 119k 0 102k 0:00:01 0:00:01 --:--:-- 102k [2020-10-28T12:40:28.967Z] [2020-10-28T12:40:28.967Z] [2020-10-28T12:40:28.967Z] [publishToSwagger] Publishing API Name [support-logging] [2020-10-28T12:40:28.967Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-28T12:40:28.967Z] Dload Upload Total Spent Left Speed [2020-10-28T12:40:30.395Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23691 0 0 100 23691 0 18947 0:00:01 0:00:01 --:--:-- 18952 100 23691 0 0 100 23691 0 16644 0:00:01 0:00:01 --:--:-- 16648 [2020-10-28T12:40:30.395Z] [2020-10-28T12:40:30.395Z] [2020-10-28T12:40:30.395Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-10-28T12:40:30.395Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-28T12:40:30.395Z] Dload Upload Total Spent Left Speed [2020-10-28T12:40:31.823Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 62691 0 0 100 62691 0 58593 0:00:01 0:00:01 --:--:-- 58644 100 62691 0 0 100 62691 0 58576 0:00:01 0:00:01 --:--:-- 58644 [2020-10-28T12:40:31.823Z] [2020-10-28T12:40:31.823Z] [2020-10-28T12:40:31.823Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-10-28T12:40:31.823Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-28T12:40:31.823Z] Dload Upload Total Spent Left Speed [2020-10-28T12:40:32.831Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 46198 0 0 100 46198 0 41513 0:00:01 0:00:01 --:--:-- 41544 100 46198 0 0 100 46198 0 41482 0:00:01 0:00:01 --:--:-- 41507 [2020-10-28T12:40:32.831Z] [2020-10-28T12:40:32.831Z] [2020-10-28T12:40:32.831Z] [publishToSwagger] Publishing API Name [system-agent] [2020-10-28T12:40:32.831Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-28T12:40:32.831Z] Dload Upload Total Spent Left Speed [2020-10-28T12:40:33.791Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23725 0 0 100 23725 0 22643 0:00:01 0:00:01 --:--:-- 22659 100 23725 0 0 100 23725 0 22635 0:00:01 0:00:01 --:--:-- 22659 [2020-10-28T12:40:33.791Z] [2020-10-28T12:40:33.791Z] [Pipeline] } [2020-10-28T12:40:33.805Z] 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-10-28T12:40:34.956Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-28T12:40:34.956Z] . [Pipeline] withDockerContainer [2020-10-28T12:40:35.097Z] prd-centos7-docker-4c-2g-9470 does not seem to be running inside a container [2020-10-28T12:40:35.185Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/218 -v /w/workspace/edgex-go/218:/w/workspace/edgex-go/218:rw,z -v /w/workspace/edgex-go/218@tmp:/w/workspace/edgex-go/218@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:10004/edgex-devops/git-semver:latest cat [2020-10-28T12:40:36.510Z] $ docker top c37faa1354bc3ac82e8897c9e9719c2a96ab9f2228b79a0044345e0520699562 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-28T12:40:36.913Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-28T12:40:36.913Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-28T12:40:37.373Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-28T12:40:37.390Z] $ docker exec c37faa1354bc3ac82e8897c9e9719c2a96ab9f2228b79a0044345e0520699562 ssh-agent [2020-10-28T12:40:38.046Z] SSH_AUTH_SOCK=/tmp/ssh-pTqaSq9a2YgJ/agent.12 [2020-10-28T12:40:38.046Z] SSH_AGENT_PID=18 [2020-10-28T12:40:38.058Z] Running ssh-add (command line suppressed) [2020-10-28T12:40:38.313Z] Identity added: /w/workspace/edgex-go/218@tmp/private_key_2751136109424403067.key (/w/workspace/edgex-go/218@tmp/private_key_2751136109424403067.key) [2020-10-28T12:40:38.401Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-28T12:40:39.219Z] + git semver tag [2020-10-28T12:40:39.489Z] # -> Open(): unable to determine branch for HEAD [2020-10-28T12:40:39.489Z] # $GIT_DIR = /w/workspace/edgex-go/218/.git [2020-10-28T12:40:39.489Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/218 [2020-10-28T12:40:39.489Z] # $SEMVER_REMOTE_NAME = origin [2020-10-28T12:40:39.489Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-28T12:40:39.489Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-28T12:40:39.489Z] # $SEMVER_BRANCH = master [2020-10-28T12:40:39.489Z] # $SEMVER_DIR = /w/workspace/edgex-go/218/.semver [2020-10-28T12:40:39.489Z] # 30fe914c5ad8e4d98bae6ee0071c56635472cae5 HEAD [2020-10-28T12:40:40.114Z] # -> Force: false [2020-10-28T12:40:40.114Z] # d5dcb3f1d630ba68b4853de2db34eceec200cf4a refs/tags/v1.2.2-dev.102 [Pipeline] } [2020-10-28T12:40:40.136Z] $ docker exec --env ******** --env ******** c37faa1354bc3ac82e8897c9e9719c2a96ab9f2228b79a0044345e0520699562 ssh-agent -k [2020-10-28T12:40:40.516Z] unset SSH_AUTH_SOCK; [2020-10-28T12:40:40.518Z] unset SSH_AGENT_PID; [2020-10-28T12:40:40.518Z] echo Agent pid 18 killed; [2020-10-28T12:40:40.681Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-28T12:40:41.219Z] + git semver [Pipeline] } [2020-10-28T12:40:41.266Z] $ docker stop --time=1 c37faa1354bc3ac82e8897c9e9719c2a96ab9f2228b79a0044345e0520699562 [2020-10-28T12:40:42.848Z] $ docker rm -f c37faa1354bc3ac82e8897c9e9719c2a96ab9f2228b79a0044345e0520699562 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:40:43.997Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-28T12:40:43.997Z] [2020-10-28T12:40:43.997Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:40:44.585Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-28T12:40:44.847Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-10-28T12:40:44.847Z] ab5ef0e58194: Pulling fs layer [2020-10-28T12:40:44.847Z] 9712f1f96733: Pulling fs layer [2020-10-28T12:40:44.847Z] 63f879dbbcfc: Pulling fs layer [2020-10-28T12:40:44.847Z] 0d9ebad4ef96: Pulling fs layer [2020-10-28T12:40:44.847Z] e9a5061849ea: Pulling fs layer [2020-10-28T12:40:44.847Z] d747dcd14b5f: Pulling fs layer [2020-10-28T12:40:44.847Z] 2de7ff778b66: Pulling fs layer [2020-10-28T12:40:44.847Z] e9a5061849ea: Waiting [2020-10-28T12:40:44.847Z] d747dcd14b5f: Waiting [2020-10-28T12:40:44.847Z] 2de7ff778b66: Waiting [2020-10-28T12:40:44.847Z] 0d9ebad4ef96: Waiting [2020-10-28T12:40:44.847Z] 9712f1f96733: Verifying Checksum [2020-10-28T12:40:44.847Z] 9712f1f96733: Download complete [2020-10-28T12:40:50.598Z] 63f879dbbcfc: Verifying Checksum [2020-10-28T12:40:50.598Z] 63f879dbbcfc: Download complete [2020-10-28T12:40:52.422Z] e9a5061849ea: Verifying Checksum [2020-10-28T12:40:52.422Z] e9a5061849ea: Download complete [2020-10-28T12:40:52.422Z] d747dcd14b5f: Download complete [2020-10-28T12:40:54.051Z] 0d9ebad4ef96: Verifying Checksum [2020-10-28T12:40:54.051Z] 0d9ebad4ef96: Download complete [2020-10-28T12:40:54.349Z] 2de7ff778b66: Verifying Checksum [2020-10-28T12:40:54.349Z] 2de7ff778b66: Download complete [2020-10-28T12:40:55.347Z] ab5ef0e58194: Verifying Checksum [2020-10-28T12:40:55.347Z] ab5ef0e58194: Download complete [2020-10-28T12:41:03.812Z] ab5ef0e58194: Pull complete [2020-10-28T12:41:03.812Z] 9712f1f96733: Pull complete [2020-10-28T12:41:05.980Z] 63f879dbbcfc: Pull complete [2020-10-28T12:41:16.390Z] 0d9ebad4ef96: Pull complete [2020-10-28T12:41:18.338Z] e9a5061849ea: Pull complete [2020-10-28T12:41:18.338Z] d747dcd14b5f: Pull complete [2020-10-28T12:41:21.726Z] 2de7ff778b66: Pull complete [2020-10-28T12:41:21.727Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-10-28T12:41:21.727Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-28T12:41:21.727Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-10-28T12:41:22.165Z] prd-centos7-docker-4c-2g-9470 does not seem to be running inside a container [2020-10-28T12:41:22.241Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/218 -v /w/workspace/edgex-go/218:/w/workspace/edgex-go/218:rw,z -v /w/workspace/edgex-go/218@tmp:/w/workspace/edgex-go/218@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-lftools:0.23.1-centos7 cat [2020-10-28T12:41:25.326Z] $ docker top b35c73d9f0517aa4f92ff8c822bdb33f3207566cb473bbb8aac55fc1c496cb2a -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-10-28T12:41:25.629Z] provisioning config files... [2020-10-28T12:41:25.643Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/218@tmp/config1446265091162279392tmp [2020-10-28T12:41:25.669Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/218@tmp/config2744889041469593587tmp [2020-10-28T12:41:25.714Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/218@tmp/config4595710591655809909tmp [Pipeline] { [Pipeline] echo [2020-10-28T12:41:25.784Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-28T12:41:26.129Z] ---> sigul-configuration.sh [2020-10-28T12:41:26.394Z] gpg: directory `/root/.gnupg' created [2020-10-28T12:41:26.394Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-10-28T12:41:26.394Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-10-28T12:41:26.394Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-10-28T12:41:26.394Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-10-28T12:41:26.394Z] gpg: CAST5 encrypted data [2020-10-28T12:41:26.394Z] gpg: encrypted with 1 passphrase [2020-10-28T12:41:26.394Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-10-28T12:41:26.891Z] + mkdir /home/jenkins [2020-10-28T12:41:26.891Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-10-28T12:41:27.250Z] + 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-10-28T12:41:27.278Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-28T12:41:28.017Z] ---> sigul-install.sh [2020-10-28T12:41:36.308Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-10-28T12:41:36.657Z] + git tag --list [2020-10-28T12:41:36.657Z] 0.6.0 [2020-10-28T12:41:36.657Z] 0.6.1 [2020-10-28T12:41:36.658Z] 0.7.0 [2020-10-28T12:41:36.658Z] 0.7.1 [2020-10-28T12:41:36.658Z] v1.0.0 [2020-10-28T12:41:36.658Z] v1.0.1 [2020-10-28T12:41:36.658Z] v1.1.0 [2020-10-28T12:41:36.658Z] v1.2.0 [2020-10-28T12:41:36.658Z] v1.2.1 [2020-10-28T12:41:36.658Z] v1.2.2-dev.1 [2020-10-28T12:41:36.658Z] v1.2.2-dev.10 [2020-10-28T12:41:36.658Z] v1.2.2-dev.100 [2020-10-28T12:41:36.658Z] v1.2.2-dev.101 [2020-10-28T12:41:36.658Z] v1.2.2-dev.102 [2020-10-28T12:41:36.658Z] v1.2.2-dev.11 [2020-10-28T12:41:36.658Z] v1.2.2-dev.12 [2020-10-28T12:41:36.658Z] v1.2.2-dev.13 [2020-10-28T12:41:36.658Z] v1.2.2-dev.14 [2020-10-28T12:41:36.658Z] v1.2.2-dev.15 [2020-10-28T12:41:36.658Z] v1.2.2-dev.16 [2020-10-28T12:41:36.658Z] v1.2.2-dev.17 [2020-10-28T12:41:36.658Z] v1.2.2-dev.18 [2020-10-28T12:41:36.658Z] v1.2.2-dev.19 [2020-10-28T12:41:36.658Z] v1.2.2-dev.2 [2020-10-28T12:41:36.658Z] v1.2.2-dev.20 [2020-10-28T12:41:36.658Z] v1.2.2-dev.21 [2020-10-28T12:41:36.658Z] v1.2.2-dev.22 [2020-10-28T12:41:36.658Z] v1.2.2-dev.23 [2020-10-28T12:41:36.658Z] v1.2.2-dev.24 [2020-10-28T12:41:36.658Z] v1.2.2-dev.25 [2020-10-28T12:41:36.658Z] v1.2.2-dev.26 [2020-10-28T12:41:36.658Z] v1.2.2-dev.27 [2020-10-28T12:41:36.658Z] v1.2.2-dev.28 [2020-10-28T12:41:36.658Z] v1.2.2-dev.29 [2020-10-28T12:41:36.658Z] v1.2.2-dev.3 [2020-10-28T12:41:36.658Z] v1.2.2-dev.30 [2020-10-28T12:41:36.658Z] v1.2.2-dev.31 [2020-10-28T12:41:36.658Z] v1.2.2-dev.32 [2020-10-28T12:41:36.658Z] v1.2.2-dev.33 [2020-10-28T12:41:36.658Z] v1.2.2-dev.34 [2020-10-28T12:41:36.658Z] v1.2.2-dev.35 [2020-10-28T12:41:36.658Z] v1.2.2-dev.36 [2020-10-28T12:41:36.658Z] v1.2.2-dev.37 [2020-10-28T12:41:36.658Z] v1.2.2-dev.38 [2020-10-28T12:41:36.658Z] v1.2.2-dev.39 [2020-10-28T12:41:36.658Z] v1.2.2-dev.4 [2020-10-28T12:41:36.658Z] v1.2.2-dev.40 [2020-10-28T12:41:36.658Z] v1.2.2-dev.41 [2020-10-28T12:41:36.658Z] v1.2.2-dev.42 [2020-10-28T12:41:36.658Z] v1.2.2-dev.43 [2020-10-28T12:41:36.658Z] v1.2.2-dev.44 [2020-10-28T12:41:36.658Z] v1.2.2-dev.45 [2020-10-28T12:41:36.658Z] v1.2.2-dev.46 [2020-10-28T12:41:36.658Z] v1.2.2-dev.47 [2020-10-28T12:41:36.658Z] v1.2.2-dev.48 [2020-10-28T12:41:36.658Z] v1.2.2-dev.49 [2020-10-28T12:41:36.658Z] v1.2.2-dev.5 [2020-10-28T12:41:36.658Z] v1.2.2-dev.50 [2020-10-28T12:41:36.658Z] v1.2.2-dev.51 [2020-10-28T12:41:36.658Z] v1.2.2-dev.52 [2020-10-28T12:41:36.658Z] v1.2.2-dev.53 [2020-10-28T12:41:36.658Z] v1.2.2-dev.54 [2020-10-28T12:41:36.658Z] v1.2.2-dev.55 [2020-10-28T12:41:36.658Z] v1.2.2-dev.56 [2020-10-28T12:41:36.658Z] v1.2.2-dev.57 [2020-10-28T12:41:36.658Z] v1.2.2-dev.58 [2020-10-28T12:41:36.658Z] v1.2.2-dev.59 [2020-10-28T12:41:36.658Z] v1.2.2-dev.6 [2020-10-28T12:41:36.658Z] v1.2.2-dev.60 [2020-10-28T12:41:36.658Z] v1.2.2-dev.61 [2020-10-28T12:41:36.658Z] v1.2.2-dev.62 [2020-10-28T12:41:36.658Z] v1.2.2-dev.63 [2020-10-28T12:41:36.658Z] v1.2.2-dev.64 [2020-10-28T12:41:36.658Z] v1.2.2-dev.65 [2020-10-28T12:41:36.658Z] v1.2.2-dev.66 [2020-10-28T12:41:36.658Z] v1.2.2-dev.67 [2020-10-28T12:41:36.658Z] v1.2.2-dev.68 [2020-10-28T12:41:36.658Z] v1.2.2-dev.69 [2020-10-28T12:41:36.658Z] v1.2.2-dev.7 [2020-10-28T12:41:36.658Z] v1.2.2-dev.70 [2020-10-28T12:41:36.658Z] v1.2.2-dev.71 [2020-10-28T12:41:36.658Z] v1.2.2-dev.72 [2020-10-28T12:41:36.658Z] v1.2.2-dev.73 [2020-10-28T12:41:36.658Z] v1.2.2-dev.74 [2020-10-28T12:41:36.658Z] v1.2.2-dev.75 [2020-10-28T12:41:36.658Z] v1.2.2-dev.76 [2020-10-28T12:41:36.658Z] v1.2.2-dev.77 [2020-10-28T12:41:36.658Z] v1.2.2-dev.78 [2020-10-28T12:41:36.658Z] v1.2.2-dev.79 [2020-10-28T12:41:36.658Z] v1.2.2-dev.8 [2020-10-28T12:41:36.658Z] v1.2.2-dev.80 [2020-10-28T12:41:36.658Z] v1.2.2-dev.81 [2020-10-28T12:41:36.658Z] v1.2.2-dev.82 [2020-10-28T12:41:36.658Z] v1.2.2-dev.83 [2020-10-28T12:41:36.658Z] v1.2.2-dev.84 [2020-10-28T12:41:36.658Z] v1.2.2-dev.85 [2020-10-28T12:41:36.658Z] v1.2.2-dev.86 [2020-10-28T12:41:36.658Z] v1.2.2-dev.87 [2020-10-28T12:41:36.658Z] v1.2.2-dev.88 [2020-10-28T12:41:36.658Z] v1.2.2-dev.89 [2020-10-28T12:41:36.658Z] v1.2.2-dev.9 [2020-10-28T12:41:36.658Z] v1.2.2-dev.90 [2020-10-28T12:41:36.658Z] v1.2.2-dev.91 [2020-10-28T12:41:36.658Z] v1.2.2-dev.92 [2020-10-28T12:41:36.658Z] v1.2.2-dev.93 [2020-10-28T12:41:36.658Z] v1.2.2-dev.94 [2020-10-28T12:41:36.658Z] v1.2.2-dev.95 [2020-10-28T12:41:36.658Z] v1.2.2-dev.96 [2020-10-28T12:41:36.658Z] v1.2.2-dev.97 [2020-10-28T12:41:36.658Z] v1.2.2-dev.98 [2020-10-28T12:41:36.658Z] v1.2.2-dev.99 [Pipeline] sh [2020-10-28T12:41:37.081Z] + lftools sign git-tag v1.2.2-dev.102 [2020-10-28T12:41:39.030Z] Signing Git tag with Sigul... [2020-10-28T12:41:39.030Z] Signing v1.2.2-dev.102 [Pipeline] echo [2020-10-28T12:41:40.012Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-28T12:41:40.318Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-10-28T12:41:40.366Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-10-28T12:41:40.485Z] $ docker stop --time=1 b35c73d9f0517aa4f92ff8c822bdb33f3207566cb473bbb8aac55fc1c496cb2a [2020-10-28T12:41:42.506Z] $ docker rm -f b35c73d9f0517aa4f92ff8c822bdb33f3207566cb473bbb8aac55fc1c496cb2a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:41:43.453Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-28T12:41:43.453Z] . [Pipeline] withDockerContainer [2020-10-28T12:41:43.638Z] prd-centos7-docker-4c-2g-9470 does not seem to be running inside a container [2020-10-28T12:41:43.751Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/218 -v /w/workspace/edgex-go/218:/w/workspace/edgex-go/218:rw,z -v /w/workspace/edgex-go/218@tmp:/w/workspace/edgex-go/218@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:10004/edgex-devops/git-semver:latest cat [2020-10-28T12:41:45.248Z] $ docker top 70615664e18905ac21be8332d867a161a2bb7bf83c506fa9446f2a52222705ae -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-28T12:41:45.693Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-28T12:41:45.694Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-28T12:41:46.149Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-28T12:41:46.156Z] $ docker exec 70615664e18905ac21be8332d867a161a2bb7bf83c506fa9446f2a52222705ae ssh-agent [2020-10-28T12:41:46.406Z] SSH_AUTH_SOCK=/tmp/ssh-QuRVut4fLrkA/agent.11 [2020-10-28T12:41:46.406Z] SSH_AGENT_PID=16 [2020-10-28T12:41:46.417Z] Running ssh-add (command line suppressed) [2020-10-28T12:41:46.636Z] Identity added: /w/workspace/edgex-go/218@tmp/private_key_8833497226406677235.key (/w/workspace/edgex-go/218@tmp/private_key_8833497226406677235.key) [2020-10-28T12:41:46.725Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-28T12:41:47.086Z] + git semver bump pre [2020-10-28T12:41:47.353Z] # -> Open(): unable to determine branch for HEAD [2020-10-28T12:41:47.353Z] # $GIT_DIR = /w/workspace/edgex-go/218/.git [2020-10-28T12:41:47.353Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/218 [2020-10-28T12:41:47.353Z] # $SEMVER_REMOTE_NAME = origin [2020-10-28T12:41:47.353Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-28T12:41:47.353Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-28T12:41:47.353Z] # $SEMVER_BRANCH = master [2020-10-28T12:41:47.353Z] # $SEMVER_DIR = /w/workspace/edgex-go/218/.semver [2020-10-28T12:41:47.353Z] 1.2.2-dev.103 [Pipeline] } [2020-10-28T12:41:47.374Z] $ docker exec --env ******** --env ******** 70615664e18905ac21be8332d867a161a2bb7bf83c506fa9446f2a52222705ae ssh-agent -k [2020-10-28T12:41:47.611Z] unset SSH_AUTH_SOCK; [2020-10-28T12:41:47.611Z] unset SSH_AGENT_PID; [2020-10-28T12:41:47.611Z] echo Agent pid 16 killed; [2020-10-28T12:41:47.700Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-28T12:41:48.254Z] + git semver [Pipeline] } [2020-10-28T12:41:48.276Z] $ docker stop --time=1 70615664e18905ac21be8332d867a161a2bb7bf83c506fa9446f2a52222705ae [2020-10-28T12:41:49.711Z] $ docker rm -f 70615664e18905ac21be8332d867a161a2bb7bf83c506fa9446f2a52222705ae [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:41:50.270Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-28T12:41:50.270Z] . [Pipeline] withDockerContainer [2020-10-28T12:41:50.425Z] prd-centos7-docker-4c-2g-9470 does not seem to be running inside a container [2020-10-28T12:41:50.482Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/218 -v /w/workspace/edgex-go/218:/w/workspace/edgex-go/218:rw,z -v /w/workspace/edgex-go/218@tmp:/w/workspace/edgex-go/218@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:10004/edgex-devops/git-semver:latest cat [2020-10-28T12:41:51.708Z] $ docker top 82dbdddc5b6a1a8c7bd137a85c8b9d03bde8afa6eb9f43024272d4facdc6f0a0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-28T12:41:52.263Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-28T12:41:52.263Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-28T12:41:52.664Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-28T12:41:52.671Z] $ docker exec 82dbdddc5b6a1a8c7bd137a85c8b9d03bde8afa6eb9f43024272d4facdc6f0a0 ssh-agent [2020-10-28T12:41:53.019Z] SSH_AUTH_SOCK=/tmp/ssh-HyhAykaus3Ni/agent.12 [2020-10-28T12:41:53.019Z] SSH_AGENT_PID=17 [2020-10-28T12:41:53.035Z] Running ssh-add (command line suppressed) [2020-10-28T12:41:53.355Z] Identity added: /w/workspace/edgex-go/218@tmp/private_key_2228447607790680323.key (/w/workspace/edgex-go/218@tmp/private_key_2228447607790680323.key) [2020-10-28T12:41:53.442Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-28T12:41:53.799Z] + git semver push [2020-10-28T12:41:53.799Z] # -> Open(): unable to determine branch for HEAD [2020-10-28T12:41:53.799Z] # $GIT_DIR = /w/workspace/edgex-go/218/.git [2020-10-28T12:41:53.799Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/218 [2020-10-28T12:41:53.799Z] # $SEMVER_REMOTE_NAME = origin [2020-10-28T12:41:53.799Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-28T12:41:53.799Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-28T12:41:53.799Z] # $SEMVER_BRANCH = master [2020-10-28T12:41:53.799Z] # $SEMVER_DIR = /w/workspace/edgex-go/218/.semver [Pipeline] } [2020-10-28T12:42:06.138Z] $ docker exec --env ******** --env ******** 82dbdddc5b6a1a8c7bd137a85c8b9d03bde8afa6eb9f43024272d4facdc6f0a0 ssh-agent -k [2020-10-28T12:42:06.412Z] unset SSH_AUTH_SOCK; [2020-10-28T12:42:06.412Z] unset SSH_AGENT_PID; [2020-10-28T12:42:06.412Z] echo Agent pid 17 killed; [2020-10-28T12:42:06.518Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-28T12:42:07.056Z] + git semver [Pipeline] } [2020-10-28T12:42:07.150Z] $ docker stop --time=1 82dbdddc5b6a1a8c7bd137a85c8b9d03bde8afa6eb9f43024272d4facdc6f0a0 [2020-10-28T12:42:08.776Z] $ docker rm -f 82dbdddc5b6a1a8c7bd137a85c8b9d03bde8afa6eb9f43024272d4facdc6f0a0 [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-10-28T12:42:09.848Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-28T12:42:10.815Z] ---> package-listing.sh [2020-10-28T12:42:10.815Z] ++ facter osfamily [2020-10-28T12:42:10.815Z] ++ tr '[:upper:]' '[:lower:]' [2020-10-28T12:42:10.815Z] + OS_FAMILY=redhat [2020-10-28T12:42:10.815Z] + workspace=/w/workspace/edgex-go/218 [2020-10-28T12:42:10.815Z] + START_PACKAGES=/tmp/packages_start.txt [2020-10-28T12:42:10.815Z] + END_PACKAGES=/tmp/packages_end.txt [2020-10-28T12:42:10.815Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-10-28T12:42:10.815Z] + PACKAGES=/tmp/packages_start.txt [2020-10-28T12:42:10.815Z] + '[' /w/workspace/edgex-go/218 ']' [2020-10-28T12:42:10.815Z] + PACKAGES=/tmp/packages_end.txt [2020-10-28T12:42:10.815Z] + case "${OS_FAMILY}" in [2020-10-28T12:42:10.815Z] + rpm -qa [2020-10-28T12:42:10.815Z] + sort [2020-10-28T12:42:15.189Z] + '[' -f /tmp/packages_start.txt ']' [2020-10-28T12:42:15.189Z] + '[' -f /tmp/packages_end.txt ']' [2020-10-28T12:42:15.189Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-10-28T12:42:15.189Z] + '[' /w/workspace/edgex-go/218 ']' [2020-10-28T12:42:15.189Z] + mkdir -p /w/workspace/edgex-go/218/archives/ [2020-10-28T12:42:15.189Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/218/archives/ [Pipeline] echo [2020-10-28T12:42:15.207Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/218/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-10-28T12:42:15.525Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:42:16.123Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-28T12:42:16.124Z] [2020-10-28T12:42:16.124Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:42:16.501Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-28T12:42:16.796Z] alpine: Pulling from edgex-lftools-log-publisher [2020-10-28T12:42:16.796Z] df20fa9351a1: Already exists [2020-10-28T12:42:16.796Z] 36b3adc4ff6f: Pulling fs layer [2020-10-28T12:42:16.796Z] 8ad3a11d3b57: Pulling fs layer [2020-10-28T12:42:16.796Z] 46f8f816bc3b: Pulling fs layer [2020-10-28T12:42:16.796Z] 93b61091891f: Pulling fs layer [2020-10-28T12:42:16.796Z] 93b9cdb0e59b: Pulling fs layer [2020-10-28T12:42:16.796Z] 5e14af77c1be: Pulling fs layer [2020-10-28T12:42:16.796Z] 01666e4c0597: Pulling fs layer [2020-10-28T12:42:16.796Z] aa168da1d23b: Pulling fs layer [2020-10-28T12:42:16.796Z] 5e14af77c1be: Waiting [2020-10-28T12:42:16.797Z] 01666e4c0597: Waiting [2020-10-28T12:42:16.797Z] aa168da1d23b: Waiting [2020-10-28T12:42:16.797Z] 93b61091891f: Waiting [2020-10-28T12:42:16.797Z] 93b9cdb0e59b: Waiting [2020-10-28T12:42:16.797Z] 46f8f816bc3b: Verifying Checksum [2020-10-28T12:42:16.797Z] 46f8f816bc3b: Download complete [2020-10-28T12:42:16.797Z] 36b3adc4ff6f: Download complete [2020-10-28T12:42:16.797Z] 93b9cdb0e59b: Verifying Checksum [2020-10-28T12:42:16.797Z] 93b9cdb0e59b: Download complete [2020-10-28T12:42:16.797Z] 5e14af77c1be: Verifying Checksum [2020-10-28T12:42:16.797Z] 5e14af77c1be: Download complete [2020-10-28T12:42:16.797Z] 01666e4c0597: Verifying Checksum [2020-10-28T12:42:16.797Z] 01666e4c0597: Download complete [2020-10-28T12:42:17.093Z] 93b61091891f: Verifying Checksum [2020-10-28T12:42:17.093Z] 93b61091891f: Download complete [2020-10-28T12:42:17.093Z] 36b3adc4ff6f: Pull complete [2020-10-28T12:42:18.466Z] 8ad3a11d3b57: Verifying Checksum [2020-10-28T12:42:18.466Z] 8ad3a11d3b57: Download complete [2020-10-28T12:42:20.010Z] 8ad3a11d3b57: Pull complete [2020-10-28T12:42:20.010Z] 46f8f816bc3b: Pull complete [2020-10-28T12:42:20.704Z] 93b61091891f: Pull complete [2020-10-28T12:42:20.704Z] 93b9cdb0e59b: Pull complete [2020-10-28T12:42:20.970Z] 5e14af77c1be: Pull complete [2020-10-28T12:42:22.025Z] 01666e4c0597: Pull complete [2020-10-28T12:42:22.634Z] aa168da1d23b: Verifying Checksum [2020-10-28T12:42:22.634Z] aa168da1d23b: Download complete [2020-10-28T12:42:35.117Z] aa168da1d23b: Pull complete [2020-10-28T12:42:35.117Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-10-28T12:42:35.117Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-28T12:42:35.117Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-10-28T12:42:35.414Z] prd-centos7-docker-4c-2g-9470 does not seem to be running inside a container [2020-10-28T12:42:35.502Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/218/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/218 -v /w/workspace/edgex-go/218:/w/workspace/edgex-go/218:rw,z -v /w/workspace/edgex-go/218@tmp:/w/workspace/edgex-go/218@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-lftools-log-publisher:alpine cat [2020-10-28T12:42:38.986Z] $ docker top 5ec8e18a66ffcee9a7dfca2046a8fe4c1061d81f64b27911670d0c92c9152005 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-28T12:42:40.062Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-10-28T12:42:40.389Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-10-28T12:42:40.751Z] + ls /var/log/sa-host [2020-10-28T12:42:40.751Z] + sadf -c /var/log/sa-host/sa05 [2020-10-28T12:42:40.751Z] file_magic: OK [2020-10-28T12:42:40.751Z] HZ: Using current value: 100 [2020-10-28T12:42:40.751Z] file_header: OK [2020-10-28T12:42:40.751Z] 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-10-28T12:42:40.751Z] Statistics: [2020-10-28T12:42:40.751Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-28T12:42:40.751Z] File successfully converted to sysstat format version 12.2.1 [2020-10-28T12:42:40.751Z] + sadf -c /var/log/sa-host/sa28 [2020-10-28T12:42:40.751Z] file_magic: OK [2020-10-28T12:42:40.751Z] HZ: Using current value: 100 [2020-10-28T12:42:40.751Z] file_header: OK [2020-10-28T12:42:40.751Z] 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-10-28T12:42:40.751Z] Statistics: [2020-10-28T12:42:40.751Z] 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... [2020-10-28T12:42:40.751Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-28T12:42:40.975Z] provisioning config files... [2020-10-28T12:42:40.992Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/218@tmp/config1479158037698328461tmp [Pipeline] { [Pipeline] echo [2020-10-28T12:42:41.073Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-28T12:42:41.787Z] ---> create-netrc.sh [Pipeline] } [2020-10-28T12:42:41.837Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-10-28T12:42:41.933Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-28T12:42:42.582Z] ---> python-tools-install.sh [Pipeline] echo [2020-10-28T12:42:42.607Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-28T12:42:42.931Z] ---> sudo-logs.sh [2020-10-28T12:42:42.931Z] Archiving 'sudo' log.. [Pipeline] echo [2020-10-28T12:42:43.211Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-28T12:42:43.539Z] ---> job-cost.sh [2020-10-28T12:42:43.539Z] lf-activate-venv: SKIPPING [2020-10-28T12:42:43.539Z] INFO: No Stack... [2020-10-28T12:42:44.987Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-10-28T12:42:45.316Z] INFO: Archiving Costs [Pipeline] echo [2020-10-28T12:42:45.369Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-28T12:42:46.168Z] ---> logs-deploy.sh [2020-10-28T12:42:46.168Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/218 [2020-10-28T12:42:46.168Z] INFO: archiving workspace using pattern(s): [2020-10-28T12:42:48.180Z] Archives upload complete. [2020-10-28T12:42:48.465Z] INFO: archiving logs to Nexus