Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from f69fcd6f6cfc821951e2cd5529adc6021efd69b2 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 ad104866bbc8c98dca93091e1a8abeb835fd4e4d 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 ad104866bbc8c98dca93091e1a8abeb835fd4e4d 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 ad104866bbc8c98dca93091e1a8abeb835fd4e4d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f ad104866bbc8c98dca93091e1a8abeb835fd4e4d # timeout=10 Commit message: "Merge pull request #251 from ernestojeda/fix-codecov-uploader" > 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-4370 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/175 [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/175 # 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 Checking out Revision f69fcd6f6cfc821951e2cd5529adc6021efd69b2 (master) > 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 > git config core.sparsecheckout # timeout=10 > git checkout -f f69fcd6f6cfc821951e2cd5529adc6021efd69b2 # timeout=10 Commit message: "Merge pull request #2773 from weichou1229/issue-2772" > git rev-list --no-walk b1231b82c8e765c00bf8e0f9fb2e8bfb4929abbc # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-10-09T13:43:37.729Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-10-09T13:43:38.026Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-10-09T13:43:38.130Z] ========================================================= [2020-10-09T13:43:38.130Z] EdgeX Global Pipelines Version Info [2020-10-09T13:43:38.130Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-10-09T13:43:39.820Z] ------------------- [2020-10-09T13:43:39.820Z] stable info: [2020-10-09T13:43:39.820Z] ------------------- [2020-10-09T13:43:39.820Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-09T13:43:39.820Z] Commit SHA: ad104866bbc8c98dca93091e1a8abeb835fd4e4d [2020-10-09T13:43:39.820Z] Message: update stable to v1.0.131 [2020-10-09T13:43:40.772Z] ------------------- [2020-10-09T13:43:40.772Z] experimental info: [2020-10-09T13:43:40.772Z] ------------------- [2020-10-09T13:43:40.772Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-10-09T13:43:40.772Z] Commit SHA: 570db4806bfd36b7d07759f4849a4530ec9e8d2a [2020-10-09T13:43:40.772Z] Message: update experimental to v1.0.134 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-10-09T13:43:41.055Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-10-09T13:43:41.205Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-10-09T13:43:41.295Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-10-09T13:43:41.390Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-10-09T13:43:41.494Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-10-09T13:43:41.637Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-10-09T13:43:41.745Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-10-09T13:43:41.853Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-10-09T13:43:41.957Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-10-09T13:43:42.047Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-10-09T13:43:42.144Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-10-09T13:43:42.239Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-10-09T13:43:42.330Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-10-09T13:43:42.428Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-10-09T13:43:42.569Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-10-09T13:43:42.659Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-10-09T13:43:42.748Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-10-09T13:43:42.861Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-10-09T13:43:42.958Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-10-09T13:43:43.044Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-10-09T13:43:43.129Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-10-09T13:43:43.221Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-10-09T13:43:43.342Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-10-09T13:43:43.435Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-10-09T13:43:43.521Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f69fcd6f6cfc821951e2cd5529adc6021efd69b2 [Pipeline] echo [2020-10-09T13:43:43.608Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f69fcd6 [Pipeline] echo [2020-10-09T13:43:43.705Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] sh [2020-10-09T13:43:44.090Z] ++ 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-09T13:43:44.090Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-09T13:43:44.090Z] ++ dirname cmd/core-command/Dockerfile [2020-10-09T13:43:44.090Z] ++ cut -d/ -f2 [2020-10-09T13:43:44.090Z] + echo core-command,cmd/core-command/Dockerfile [2020-10-09T13:43:44.090Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-09T13:43:44.090Z] ++ dirname cmd/core-data/Dockerfile [2020-10-09T13:43:44.090Z] ++ cut -d/ -f2 [2020-10-09T13:43:44.090Z] + echo core-data,cmd/core-data/Dockerfile [2020-10-09T13:43:44.090Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-09T13:43:44.090Z] ++ dirname cmd/core-metadata/Dockerfile [2020-10-09T13:43:44.090Z] ++ cut -d/ -f2 [2020-10-09T13:43:44.090Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-10-09T13:43:44.090Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-09T13:43:44.090Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-10-09T13:43:44.090Z] ++ cut -d/ -f2 [2020-10-09T13:43:44.090Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-10-09T13:43:44.090Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-09T13:43:44.090Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-10-09T13:43:44.090Z] ++ cut -d/ -f2 [2020-10-09T13:43:44.090Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-10-09T13:43:44.090Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-09T13:43:44.090Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-10-09T13:43:44.090Z] ++ cut -d/ -f2 [2020-10-09T13:43:44.090Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-10-09T13:43:44.090Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-09T13:43:44.090Z] ++ dirname cmd/support-logging/Dockerfile [2020-10-09T13:43:44.090Z] ++ cut -d/ -f2 [2020-10-09T13:43:44.090Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-10-09T13:43:44.090Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-09T13:43:44.090Z] ++ dirname cmd/support-notifications/Dockerfile [2020-10-09T13:43:44.090Z] ++ cut -d/ -f2 [2020-10-09T13:43:44.090Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-10-09T13:43:44.090Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-09T13:43:44.090Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-10-09T13:43:44.090Z] ++ cut -d/ -f2 [2020-10-09T13:43:44.090Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-10-09T13:43:44.090Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-09T13:43:44.090Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-10-09T13:43:44.090Z] ++ cut -d/ -f2 [2020-10-09T13:43:44.090Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-10-09T13:43:44.168Z] 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-09T13:43:45.805Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-09T13:43:46.071Z] [2020-10-09T13:43:46.071Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-10-09T13:43:46.429Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-09T13:43:46.429Z] latest: Pulling from edgex-devops/git-semver [2020-10-09T13:43:46.429Z] 31603596830f: Pulling fs layer [2020-10-09T13:43:46.429Z] 2a8b12db71e7: Pulling fs layer [2020-10-09T13:43:46.429Z] 6ca5941a6612: Pulling fs layer [2020-10-09T13:43:46.429Z] ecc8261a40a4: Pulling fs layer [2020-10-09T13:43:46.429Z] ecc8261a40a4: Waiting [2020-10-09T13:43:46.429Z] 2a8b12db71e7: Verifying Checksum [2020-10-09T13:43:46.429Z] 2a8b12db71e7: Download complete [2020-10-09T13:43:46.695Z] 31603596830f: Verifying Checksum [2020-10-09T13:43:46.695Z] 31603596830f: Download complete [2020-10-09T13:43:46.961Z] ecc8261a40a4: Verifying Checksum [2020-10-09T13:43:46.961Z] ecc8261a40a4: Download complete [2020-10-09T13:43:46.961Z] 6ca5941a6612: Verifying Checksum [2020-10-09T13:43:46.961Z] 6ca5941a6612: Download complete [2020-10-09T13:43:46.961Z] 31603596830f: Pull complete [2020-10-09T13:43:47.228Z] 2a8b12db71e7: Pull complete [2020-10-09T13:43:48.185Z] 6ca5941a6612: Pull complete [2020-10-09T13:43:48.185Z] ecc8261a40a4: Pull complete [2020-10-09T13:43:48.185Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-10-09T13:43:48.185Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-09T13:43:48.185Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-10-09T13:43:48.288Z] prd-centos7-docker-4c-2g-4370 does not seem to be running inside a container [2020-10-09T13:43:48.339Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/175 -v /w/workspace/edgex-go/175:/w/workspace/edgex-go/175:rw,z -v /w/workspace/edgex-go/175@tmp:/w/workspace/edgex-go/175@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09T13:43:50.892Z] $ docker top 886a610a11f0e08d2d2756f484a3f5eacccf4102f134cbbd6f18a06c2f76810a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-09T13:43:51.235Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-09T13:43:51.235Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-09T13:43:51.461Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-09T13:43:51.466Z] $ docker exec 886a610a11f0e08d2d2756f484a3f5eacccf4102f134cbbd6f18a06c2f76810a ssh-agent [2020-10-09T13:43:51.618Z] SSH_AUTH_SOCK=/tmp/ssh-NFXRVsmgTYVy/agent.12 [2020-10-09T13:43:51.618Z] SSH_AGENT_PID=17 [2020-10-09T13:43:51.629Z] Running ssh-add (command line suppressed) [2020-10-09T13:43:51.758Z] Identity added: /w/workspace/edgex-go/175@tmp/private_key_8395523690919701397.key (/w/workspace/edgex-go/175@tmp/private_key_8395523690919701397.key) [2020-10-09T13:43:51.806Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-09T13:43:52.142Z] + git describe --exact-match --tags HEAD [2020-10-09T13:43:52.142Z] fatal: no tag exactly matches 'f69fcd6f6cfc821951e2cd5529adc6021efd69b2' [Pipeline] } [2020-10-09T13:43:52.259Z] $ docker exec --env ******** --env ******** 886a610a11f0e08d2d2756f484a3f5eacccf4102f134cbbd6f18a06c2f76810a ssh-agent -k [2020-10-09T13:43:52.374Z] unset SSH_AUTH_SOCK; [2020-10-09T13:43:52.374Z] unset SSH_AGENT_PID; [2020-10-09T13:43:52.374Z] echo Agent pid 17 killed; [2020-10-09T13:43:52.419Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-10-09T13:43:52.499Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-10-09T13:43:52.499Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-10-09T13:43:52.587Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-09T13:43:52.587Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-09T13:43:52.748Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-09T13:43:52.753Z] $ docker exec 886a610a11f0e08d2d2756f484a3f5eacccf4102f134cbbd6f18a06c2f76810a ssh-agent [2020-10-09T13:43:52.911Z] SSH_AUTH_SOCK=/tmp/ssh-qM6DrbI8TBIk/agent.48 [2020-10-09T13:43:52.911Z] SSH_AGENT_PID=53 [2020-10-09T13:43:52.918Z] Running ssh-add (command line suppressed) [2020-10-09T13:43:53.034Z] Identity added: /w/workspace/edgex-go/175@tmp/private_key_4680912169631515132.key (/w/workspace/edgex-go/175@tmp/private_key_4680912169631515132.key) [2020-10-09T13:43:53.081Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-09T13:43:53.420Z] + git semver init [2020-10-09T13:43:53.420Z] # -> Open(): unable to determine branch for HEAD [2020-10-09T13:43:53.420Z] # $GIT_DIR = /w/workspace/edgex-go/175/.git [2020-10-09T13:43:53.420Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/175 [2020-10-09T13:43:53.420Z] # $SEMVER_REMOTE_NAME = origin [2020-10-09T13:43:53.420Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-09T13:43:53.420Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-09T13:43:53.420Z] # $SEMVER_BRANCH = master [2020-10-09T13:43:53.420Z] # $SEMVER_TEMP = /tmp/semver-451190529 [2020-10-09T13:43:53.420Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-10-09T13:44:40.216Z] # '/tmp/semver-451190529' -> '/w/workspace/edgex-go/175/.semver' [2020-10-09T13:44:40.483Z] # -> Force: false [2020-10-09T13:44:40.483Z] # $SEMVER_DIR = /w/workspace/edgex-go/175/.semver [Pipeline] } [2020-10-09T13:44:40.507Z] $ docker exec --env ******** --env ******** 886a610a11f0e08d2d2756f484a3f5eacccf4102f134cbbd6f18a06c2f76810a ssh-agent -k [2020-10-09T13:44:40.726Z] unset SSH_AUTH_SOCK; [2020-10-09T13:44:40.727Z] unset SSH_AGENT_PID; [2020-10-09T13:44:40.727Z] echo Agent pid 53 killed; [2020-10-09T13:44:40.804Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-09T13:44:41.336Z] + git semver [Pipeline] } [2020-10-09T13:44:41.367Z] $ docker stop --time=1 886a610a11f0e08d2d2756f484a3f5eacccf4102f134cbbd6f18a06c2f76810a [2020-10-09T13:44:43.063Z] $ docker rm -f 886a610a11f0e08d2d2756f484a3f5eacccf4102f134cbbd6f18a06c2f76810a [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-10-09T13:44:56.670Z] Stashed 77 file(s) [Pipeline] echo [2020-10-09T13:44:56.673Z] [edgeXSemver]: initialized semver on version 1.2.2-dev.60 [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-09T13:44:57.323Z] ========================================================= [2020-10-09T13:44:57.323Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-10-09T13:44:57.323Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-09T13:44:57.667Z] + 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-09T13:45:01.902Z] Sending build context to Docker daemon 324.9MB [2020-10-09T13:45:01.902Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-09T13:45:01.902Z] Step 2/7 : FROM ${BASE} [2020-10-09T13:45:01.902Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-10-09T13:45:01.902Z] df20fa9351a1: Pulling fs layer [2020-10-09T13:45:01.902Z] ed8968b2872e: Pulling fs layer [2020-10-09T13:45:01.902Z] a92cc7c5fd73: Pulling fs layer [2020-10-09T13:45:01.902Z] e871e8e8d7a9: Pulling fs layer [2020-10-09T13:45:01.902Z] e73272ec9a57: Pulling fs layer [2020-10-09T13:45:01.902Z] 1e910a182e73: Pulling fs layer [2020-10-09T13:45:01.902Z] 4e634b169226: Pulling fs layer [2020-10-09T13:45:01.902Z] e871e8e8d7a9: Waiting [2020-10-09T13:45:01.902Z] e73272ec9a57: Waiting [2020-10-09T13:45:01.902Z] 1e910a182e73: Waiting [2020-10-09T13:45:01.902Z] 4e634b169226: Waiting [2020-10-09T13:45:01.902Z] a92cc7c5fd73: Download complete [2020-10-09T13:45:01.902Z] ed8968b2872e: Download complete [2020-10-09T13:45:01.902Z] e73272ec9a57: Verifying Checksum [2020-10-09T13:45:01.902Z] e73272ec9a57: Download complete [2020-10-09T13:45:01.902Z] 1e910a182e73: Verifying Checksum [2020-10-09T13:45:01.902Z] 1e910a182e73: Download complete [2020-10-09T13:45:01.902Z] df20fa9351a1: Verifying Checksum [2020-10-09T13:45:01.902Z] df20fa9351a1: Download complete [2020-10-09T13:45:02.168Z] df20fa9351a1: Pull complete [2020-10-09T13:45:02.432Z] ed8968b2872e: Pull complete [2020-10-09T13:45:03.016Z] a92cc7c5fd73: Pull complete [2020-10-09T13:45:05.591Z] 4e634b169226: Verifying Checksum [2020-10-09T13:45:05.591Z] 4e634b169226: Download complete [2020-10-09T13:45:05.591Z] e871e8e8d7a9: Verifying Checksum [2020-10-09T13:45:05.591Z] e871e8e8d7a9: Download complete [2020-10-09T13:45:10.906Z] e871e8e8d7a9: Pull complete [2020-10-09T13:45:10.906Z] e73272ec9a57: Pull complete [2020-10-09T13:45:10.906Z] 1e910a182e73: Pull complete [2020-10-09T13:45:12.123Z] Still waiting to schedule task [2020-10-09T13:45:12.123Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-4350’ is offline [2020-10-09T13:45:17.526Z] 4e634b169226: Pull complete [2020-10-09T13:45:17.526Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-10-09T13:45:17.526Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-10-09T13:45:17.526Z] ---> f7629b54cfaa [2020-10-09T13:45:17.526Z] 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-09T13:45:17.526Z] ---> Running in 597708d68424 [2020-10-09T13:45:17.526Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-09T13:45:18.476Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-09T13:45:21.800Z] (1/12) Installing libmagic (5.38-r0) [2020-10-09T13:45:22.375Z] (2/12) Installing file (5.38-r0) [2020-10-09T13:45:22.640Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-10-09T13:45:22.640Z] (4/12) Installing g++ (9.3.0-r2) [2020-10-09T13:46:09.431Z] (5/12) Installing fortify-headers (1.1-r0) [2020-10-09T13:46:09.431Z] (6/12) Installing patch (2.7.6-r6) [2020-10-09T13:46:09.431Z] (7/12) Installing build-base (0.5-r2) [2020-10-09T13:46:09.431Z] (8/12) Installing libsodium (1.0.18-r0) [2020-10-09T13:46:09.431Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-10-09T13:46:09.431Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-10-09T13:46:09.431Z] (11/12) Installing libzmq (4.3.3-r0) [2020-10-09T13:46:09.431Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-10-09T13:46:09.431Z] Executing busybox-1.31.1-r16.trigger [2020-10-09T13:46:09.431Z] OK: 233 MiB in 51 packages [2020-10-09T13:46:09.431Z] Removing intermediate container 597708d68424 [2020-10-09T13:46:09.431Z] ---> c0f757ff0d86 [2020-10-09T13:46:09.431Z] Step 4/7 : WORKDIR /edgex-go [2020-10-09T13:46:09.431Z] ---> Running in 140d7d0bfd8d [2020-10-09T13:46:09.431Z] Removing intermediate container 140d7d0bfd8d [2020-10-09T13:46:09.431Z] ---> 960ff6d8540d [2020-10-09T13:46:09.431Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-10-09T13:46:09.431Z] latest: Pulling from library/docker [2020-10-09T13:46:09.431Z] df20fa9351a1: Already exists [2020-10-09T13:46:09.431Z] 25ad7478873d: Pulling fs layer [2020-10-09T13:46:09.431Z] 4684f6177b5d: Pulling fs layer [2020-10-09T13:46:09.431Z] 8ba584e970af: Pulling fs layer [2020-10-09T13:46:09.431Z] 3cdc74d2b06d: Pulling fs layer [2020-10-09T13:46:09.431Z] 4cf5a0d07c1f: Pulling fs layer [2020-10-09T13:46:09.431Z] fca0ccc462d5: Pulling fs layer [2020-10-09T13:46:09.431Z] 3cdc74d2b06d: Waiting [2020-10-09T13:46:09.431Z] 4cf5a0d07c1f: Waiting [2020-10-09T13:46:09.431Z] fca0ccc462d5: Waiting [2020-10-09T13:46:09.431Z] 4684f6177b5d: Verifying Checksum [2020-10-09T13:46:09.431Z] 4684f6177b5d: Download complete [2020-10-09T13:46:09.431Z] 25ad7478873d: Verifying Checksum [2020-10-09T13:46:09.431Z] 3cdc74d2b06d: Verifying Checksum [2020-10-09T13:46:09.431Z] 3cdc74d2b06d: Download complete [2020-10-09T13:46:09.431Z] 4cf5a0d07c1f: Verifying Checksum [2020-10-09T13:46:09.431Z] 4cf5a0d07c1f: Download complete [2020-10-09T13:46:09.431Z] fca0ccc462d5: Verifying Checksum [2020-10-09T13:46:09.431Z] fca0ccc462d5: Download complete [2020-10-09T13:46:09.431Z] 25ad7478873d: Pull complete [2020-10-09T13:46:09.431Z] 4684f6177b5d: Pull complete [2020-10-09T13:46:09.431Z] 8ba584e970af: Verifying Checksum [2020-10-09T13:46:09.431Z] 8ba584e970af: Download complete [2020-10-09T13:46:10.850Z] 8ba584e970af: Pull complete [2020-10-09T13:46:11.114Z] 3cdc74d2b06d: Pull complete [2020-10-09T13:46:11.114Z] 4cf5a0d07c1f: Pull complete [2020-10-09T13:46:11.383Z] fca0ccc462d5: Pull complete [2020-10-09T13:46:11.383Z] Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 [2020-10-09T13:46:11.383Z] Status: Downloaded newer image for docker:latest [2020-10-09T13:46:12.804Z] ---> e77fb002980c [2020-10-09T13:46:12.804Z] Step 6/7 : COPY go.mod . [2020-10-09T13:46:13.068Z] ---> 63a08537d693 [2020-10-09T13:46:13.068Z] Step 7/7 : RUN go mod download [2020-10-09T13:46:13.068Z] ---> Running in 8ef5c71431a8 [2020-10-09T13:46:35.226Z] Removing intermediate container 8ef5c71431a8 [2020-10-09T13:46:35.226Z] ---> 1bdfdac6030b [2020-10-09T13:46:35.226Z] Successfully built 1bdfdac6030b [2020-10-09T13:46:35.226Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-09T13:46:35.564Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-09T13:46:35.564Z] . [Pipeline] withDockerContainer [2020-10-09T13:46:35.689Z] prd-centos7-docker-4c-2g-4370 does not seem to be running inside a container [2020-10-09T13:46:35.763Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/175 -v /w/workspace/edgex-go/175:/w/workspace/edgex-go/175:rw,z -v /w/workspace/edgex-go/175@tmp:/w/workspace/edgex-go/175@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09T13:46:36.456Z] $ docker top 240aab09074e2e65ea1cb3a20354eb2d0d13b7596c53a9af13c813276b5a0261 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-09T13:46:36.994Z] + go version [2020-10-09T13:46:36.994Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-10-09T13:46:37.022Z] $ docker stop --time=1 240aab09074e2e65ea1cb3a20354eb2d0d13b7596c53a9af13c813276b5a0261 [2020-10-09T13:46:38.377Z] $ docker rm -f 240aab09074e2e65ea1cb3a20354eb2d0d13b7596c53a9af13c813276b5a0261 [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-09T13:46:42.068Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-09T13:46:42.068Z] [2020-10-09T13:46:42.068Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-10-09T13:46:42.413Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-09T13:46:42.413Z] latest: Pulling from edgex-devops/edgex-compose [2020-10-09T13:46:42.413Z] cbdbe7a5bc2a: Pulling fs layer [2020-10-09T13:46:42.413Z] ca9280d653b3: Pulling fs layer [2020-10-09T13:46:42.413Z] 7e9c9ca2126c: Pulling fs layer [2020-10-09T13:46:42.674Z] cbdbe7a5bc2a: Verifying Checksum [2020-10-09T13:46:42.674Z] cbdbe7a5bc2a: Download complete [2020-10-09T13:46:42.935Z] cbdbe7a5bc2a: Pull complete [2020-10-09T13:46:43.202Z] ca9280d653b3: Verifying Checksum [2020-10-09T13:46:43.202Z] ca9280d653b3: Download complete [2020-10-09T13:46:44.599Z] ca9280d653b3: Pull complete [2020-10-09T13:46:44.599Z] 7e9c9ca2126c: Download complete [2020-10-09T13:46:51.221Z] 7e9c9ca2126c: Pull complete [2020-10-09T13:46:51.221Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-10-09T13:46:51.221Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-09T13:46:51.221Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-10-09T13:46:51.383Z] prd-centos7-docker-4c-2g-4370 does not seem to be running inside a container [2020-10-09T13:46:51.519Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/175 -v /w/workspace/edgex-go/175:/w/workspace/edgex-go/175:rw,z -v /w/workspace/edgex-go/175@tmp:/w/workspace/edgex-go/175@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09T13:46:53.417Z] $ docker top 911dbe64d47a4db873c6cb65398fee8175b0be2d4754a30a78f7e17b982d49ed -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-09T13:46:53.912Z] + docker-compose build --help [2020-10-09T13:46:53.912Z] + grep parallel [2020-10-09T13:46:54.858Z] --parallel Build images in parallel. [Pipeline] } [2020-10-09T13:46:54.876Z] $ docker stop --time=1 911dbe64d47a4db873c6cb65398fee8175b0be2d4754a30a78f7e17b982d49ed [2020-10-09T13:46:56.231Z] $ docker rm -f 911dbe64d47a4db873c6cb65398fee8175b0be2d4754a30a78f7e17b982d49ed [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-09T13:46:56.863Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-09T13:46:56.863Z] . [Pipeline] withDockerContainer [2020-10-09T13:46:56.961Z] prd-centos7-docker-4c-2g-4370 does not seem to be running inside a container [2020-10-09T13:46:57.008Z] $ 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/175 -v /w/workspace/edgex-go/175:/w/workspace/edgex-go/175:rw,z -v /w/workspace/edgex-go/175@tmp:/w/workspace/edgex-go/175@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09T13:46:57.576Z] $ docker top 971f55f4084ab4c020f661af0c40a6bd5e7521235481d48ff38fa57795be89a1 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-09T13:46:58.063Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-10-09T13:46:59.010Z] Building docker-core-command-go ... [2020-10-09T13:46:59.011Z] Building docker-core-data-go ... [2020-10-09T13:46:59.011Z] Building docker-core-metadata-go ... [2020-10-09T13:46:59.011Z] Building docker-security-proxy-setup-go ... [2020-10-09T13:46:59.011Z] Building docker-security-secrets-setup-go ... [2020-10-09T13:46:59.011Z] Building docker-security-secretstore-setup-go ... [2020-10-09T13:46:59.011Z] Building docker-support-logging-go ... [2020-10-09T13:46:59.011Z] Building docker-support-notifications-go ... [2020-10-09T13:46:59.011Z] Building docker-support-scheduler-go ... [2020-10-09T13:46:59.011Z] Building docker-sys-mgmt-agent-go ... [2020-10-09T13:46:59.011Z] Building docker-security-secretstore-setup-go [2020-10-09T13:46:59.011Z] Building docker-sys-mgmt-agent-go [2020-10-09T13:46:59.011Z] Building docker-support-scheduler-go [2020-10-09T13:46:59.011Z] Building docker-security-secrets-setup-go [2020-10-09T13:46:59.011Z] Building docker-support-notifications-go [2020-10-09T13:47:08.130Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-4379 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2020-10-09T13:47:08.185Z] Running in /w/workspace/edgex-go/175 [Pipeline] { [Pipeline] checkout [2020-10-09T13:47:13.252Z] using credential edgex-jenkins-ssh [2020-10-09T13:47:13.313Z] Cloning the remote Git repository [2020-10-09T13:47:13.385Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-10-09T13:47:13.486Z] > git init /w/workspace/edgex-go/175 # timeout=10 [2020-10-09T13:47:13.554Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-09T13:47:13.555Z] > git --version # timeout=10 [2020-10-09T13:47:13.574Z] > git --version # 'git version 2.17.1' [2020-10-09T13:47:13.575Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-09T13:47:13.634Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-09T13:47:21.131Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-09T13:47:21.131Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-10-09T13:47:21.131Z] ---> 1bdfdac6030b [2020-10-09T13:47:21.131Z] Step 3/26 : WORKDIR /edgex-go [2020-10-09T13:47:21.131Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-09T13:47:21.131Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-10-09T13:47:21.131Z] ---> 1bdfdac6030b [2020-10-09T13:47:21.131Z] Step 3/24 : WORKDIR /edgex-go [2020-10-09T13:47:21.131Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-09T13:47:21.131Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-10-09T13:47:21.131Z] ---> 1bdfdac6030b [2020-10-09T13:47:21.131Z] Step 3/21 : WORKDIR /edgex-go [2020-10-09T13:47:21.131Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-09T13:47:21.131Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-10-09T13:47:21.131Z] ---> 1bdfdac6030b [2020-10-09T13:47:21.131Z] Step 3/27 : WORKDIR /edgex-go [2020-10-09T13:47:21.131Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-09T13:47:21.131Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-10-09T13:47:21.131Z] ---> 1bdfdac6030b [2020-10-09T13:47:21.131Z] Step 3/29 : WORKDIR /edgex-go [2020-10-09T13:47:22.127Z] ---> Running in ab0d370fddf3 [2020-10-09T13:47:22.127Z] ---> Running in 6ef5804e5542 [2020-10-09T13:47:22.127Z] ---> Running in cb02203065c7 [2020-10-09T13:47:22.127Z] ---> Running in 1e74d646b6a7 [2020-10-09T13:47:22.127Z] ---> Running in d0f0e027df52 [2020-10-09T13:47:22.399Z] Removing intermediate container d0f0e027df52 [2020-10-09T13:47:22.399Z] ---> 932fec16d2e6 [2020-10-09T13:47:22.399Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-09T13:47:22.399Z] Removing intermediate container ab0d370fddf3 [2020-10-09T13:47:22.399Z] ---> dd8e0be8d147 [2020-10-09T13:47:22.399Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-09T13:47:22.399Z] Removing intermediate container cb02203065c7 [2020-10-09T13:47:22.399Z] ---> 5a158b07e506 [2020-10-09T13:47:22.399Z] Step 4/29 : RUN apk update && apk add make git [2020-10-09T13:47:22.399Z] Removing intermediate container 1e74d646b6a7 [2020-10-09T13:47:22.399Z] ---> 8ca7962db10e [2020-10-09T13:47:22.399Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-09T13:47:22.689Z] Removing intermediate container 6ef5804e5542 [2020-10-09T13:47:22.689Z] ---> 8b7a638b4488 [2020-10-09T13:47:22.689Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-09T13:47:22.689Z] ---> Running in 7a7e045ca3ac [2020-10-09T13:47:22.689Z] ---> Running in 69c7f9773b55 [2020-10-09T13:47:22.689Z] ---> Running in 316136505b43 [2020-10-09T13:47:22.689Z] ---> Running in c68483117ac5 [2020-10-09T13:47:22.689Z] ---> Running in 089eecf814b4 [2020-10-09T13:47:24.175Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-09T13:47:24.457Z] Removing intermediate container 316136505b43 [2020-10-09T13:47:24.457Z] ---> 20725118e620 [2020-10-09T13:47:24.457Z] Step 5/21 : RUN apk update && apk add make git [2020-10-09T13:47:24.457Z] ---> Running in f053b5f60102 [2020-10-09T13:47:24.728Z] Removing intermediate container 7a7e045ca3ac [2020-10-09T13:47:24.728Z] ---> ae281efa25f8 [2020-10-09T13:47:24.728Z] Step 5/27 : RUN apk update && apk add make bash git [2020-10-09T13:47:25.076Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-09T13:47:25.076Z] ---> Running in 4f95b213daab [2020-10-09T13:47:25.076Z] Removing intermediate container c68483117ac5 [2020-10-09T13:47:25.076Z] ---> 953932b0c907 [2020-10-09T13:47:25.076Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-10-09T13:47:25.352Z] Removing intermediate container 089eecf814b4 [2020-10-09T13:47:25.352Z] ---> b733ed9a72bd [2020-10-09T13:47:25.352Z] Step 5/26 : RUN apk update && apk add make git [2020-10-09T13:47:25.352Z] ---> Running in 677a0ef878fe [2020-10-09T13:47:25.352Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-09T13:47:25.353Z] ---> Running in ddaf21c0fad0 [2020-10-09T13:47:25.621Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-09T13:47:25.898Z] v3.12.0-376-gb3fc85f1ac [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-09T13:47:25.898Z] v3.12.0-379-gbdabed52be [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-09T13:47:25.898Z] OK: 12752 distinct packages available [2020-10-09T13:47:26.167Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-09T13:47:26.167Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-09T13:47:26.167Z] OK: 233 MiB in 51 packages [2020-10-09T13:47:26.437Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-09T13:47:26.701Z] Removing intermediate container 69c7f9773b55 [2020-10-09T13:47:26.701Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-09T13:47:26.701Z] ---> a536d9de9b58 [2020-10-09T13:47:26.701Z] Step 5/29 : COPY go.mod . [2020-10-09T13:47:26.968Z] ---> 360e8476f910 [2020-10-09T13:47:26.968Z] Step 6/29 : RUN go mod download [2020-10-09T13:47:26.968Z] ---> Running in bf900a7b4de0 [2020-10-09T13:47:26.968Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-09T13:47:26.968Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-09T13:47:27.547Z] v3.12.0-376-gb3fc85f1ac [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-09T13:47:27.547Z] v3.12.0-379-gbdabed52be [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-09T13:47:27.547Z] OK: 12752 distinct packages available [2020-10-09T13:47:27.812Z] v3.12.0-376-gb3fc85f1ac [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-09T13:47:27.812Z] v3.12.0-379-gbdabed52be [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-09T13:47:27.812Z] OK: 12752 distinct packages available [2020-10-09T13:47:27.812Z] OK: 233 MiB in 51 packages [2020-10-09T13:47:28.088Z] OK: 233 MiB in 51 packages [2020-10-09T13:47:28.088Z] v3.12.0-376-gb3fc85f1ac [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-09T13:47:28.088Z] v3.12.0-379-gbdabed52be [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-09T13:47:28.088Z] OK: 12752 distinct packages available [2020-10-09T13:47:28.362Z] v3.12.0-376-gb3fc85f1ac [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-09T13:47:28.362Z] v3.12.0-379-gbdabed52be [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-09T13:47:28.362Z] OK: 12752 distinct packages available [2020-10-09T13:47:28.362Z] OK: 233 MiB in 51 packages [2020-10-09T13:47:28.362Z] Removing intermediate container bf900a7b4de0 [2020-10-09T13:47:28.362Z] ---> b4a60e4ce13e [2020-10-09T13:47:28.362Z] Step 7/29 : COPY . . [2020-10-09T13:47:28.628Z] Removing intermediate container f053b5f60102 [2020-10-09T13:47:28.628Z] ---> 003a33b96597 [2020-10-09T13:47:28.628Z] Step 6/21 : COPY go.mod . [2020-10-09T13:47:28.628Z] OK: 233 MiB in 51 packages [2020-10-09T13:47:29.585Z] Removing intermediate container 4f95b213daab [2020-10-09T13:47:29.585Z] ---> c6bfb14fec4b [2020-10-09T13:47:29.585Z] Step 6/27 : COPY go.mod . [2020-10-09T13:47:29.657Z] Checking out Revision f69fcd6f6cfc821951e2cd5529adc6021efd69b2 (master) [2020-10-09T13:47:29.852Z] ---> fccd14ea45d6 [2020-10-09T13:47:29.852Z] Step 7/21 : RUN go mod download [2020-10-09T13:47:29.030Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-09T13:47:29.049Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-09T13:47:29.073Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-09T13:47:29.104Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-09T13:47:29.105Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-09T13:47:29.116Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-09T13:47:29.688Z] > git config core.sparsecheckout # timeout=10 [2020-10-09T13:47:29.715Z] > git checkout -f f69fcd6f6cfc821951e2cd5529adc6021efd69b2 # timeout=10 [2020-10-09T13:47:31.804Z] Removing intermediate container ddaf21c0fad0 [2020-10-09T13:47:31.804Z] ---> c8559a1cb0cd [2020-10-09T13:47:31.804Z] Step 6/26 : COPY go.mod . [2020-10-09T13:47:32.755Z] ---> Running in 6b7b08f78c86 [2020-10-09T13:47:33.710Z] ---> b8027898cb65 [2020-10-09T13:47:33.710Z] Step 7/27 : RUN go mod download [2020-10-09T13:47:34.284Z] Commit message: "Merge pull request #2773 from weichou1229/issue-2772" [2020-10-09T13:47:34.656Z] Removing intermediate container 677a0ef878fe [2020-10-09T13:47:34.656Z] ---> cf824ca579e5 [2020-10-09T13:47:34.656Z] Step 6/24 : COPY go.mod . [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [2020-10-09T13:47:35.235Z] ---> 915b567a5287 [2020-10-09T13:47:35.235Z] Step 7/26 : RUN go mod download [2020-10-09T13:47:35.498Z] ---> Running in 6cf4c2833dbc [2020-10-09T13:47:36.900Z] ---> Running in 9583e93d1703 [2020-10-09T13:47:37.487Z] ---> ad796a8d3086 [2020-10-09T13:47:37.488Z] Step 7/24 : RUN go mod download [2020-10-09T13:47:38.458Z] ---> Running in 4b5f9fac5d0b [2020-10-09T13:47:38.458Z] ---> 6877bd1b9a62 [2020-10-09T13:47:38.458Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-10-09T13:47:38.458Z] ---> Running in 12bb4135903a [2020-10-09T13:47:39.045Z] Removing intermediate container 6b7b08f78c86 [2020-10-09T13:47:39.045Z] ---> f1cf2ab12b98 [2020-10-09T13:47:39.045Z] Step 8/21 : COPY . . [2020-10-09T13:47:39.309Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.60" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-10-09T13:47:39.309Z] Removing intermediate container 6cf4c2833dbc [2020-10-09T13:47:39.309Z] ---> bf15b9217856 [2020-10-09T13:47:39.309Z] Step 8/27 : COPY . . [2020-10-09T13:47:41.904Z] Removing intermediate container 9583e93d1703 [2020-10-09T13:47:41.904Z] ---> 825aab464732 [2020-10-09T13:47:41.904Z] Step 8/26 : COPY . . [Pipeline] echo [2020-10-09T13:47:47.177Z] ========================================================= [2020-10-09T13:47:47.177Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-10-09T13:47:47.177Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-09T13:47:48.128Z] + 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-09T13:47:48.585Z] Removing intermediate container 4b5f9fac5d0b [2020-10-09T13:47:48.585Z] ---> f4beeb6a7363 [2020-10-09T13:47:48.585Z] Step 8/24 : COPY . . [2020-10-09T13:47:52.447Z] Sending build context to Docker daemon 324.9MB [2020-10-09T13:47:52.447Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-09T13:47:52.447Z] Step 2/7 : FROM ${BASE} [2020-10-09T13:47:52.447Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-10-09T13:47:52.447Z] b538f80385f9: Pulling fs layer [2020-10-09T13:47:52.447Z] 74f711af9a0d: Pulling fs layer [2020-10-09T13:47:52.447Z] 99f96fe45779: Pulling fs layer [2020-10-09T13:47:52.447Z] 8529a6b9a6be: Pulling fs layer [2020-10-09T13:47:52.447Z] 45590311c82a: Pulling fs layer [2020-10-09T13:47:52.447Z] 69ca0ff8b7b3: Pulling fs layer [2020-10-09T13:47:52.447Z] 209524e5b208: Pulling fs layer [2020-10-09T13:47:52.447Z] 8529a6b9a6be: Waiting [2020-10-09T13:47:52.447Z] 45590311c82a: Waiting [2020-10-09T13:47:52.447Z] 209524e5b208: Waiting [2020-10-09T13:47:52.447Z] 69ca0ff8b7b3: Waiting [2020-10-09T13:47:52.447Z] 99f96fe45779: Verifying Checksum [2020-10-09T13:47:52.447Z] 99f96fe45779: Download complete [2020-10-09T13:47:52.447Z] 74f711af9a0d: Verifying Checksum [2020-10-09T13:47:52.447Z] 74f711af9a0d: Download complete [2020-10-09T13:47:52.447Z] 45590311c82a: Verifying Checksum [2020-10-09T13:47:52.447Z] 45590311c82a: Download complete [2020-10-09T13:47:52.447Z] 69ca0ff8b7b3: Verifying Checksum [2020-10-09T13:47:52.447Z] 69ca0ff8b7b3: Download complete [2020-10-09T13:47:52.447Z] b538f80385f9: Verifying Checksum [2020-10-09T13:47:52.447Z] b538f80385f9: Download complete [2020-10-09T13:47:53.442Z] b538f80385f9: Pull complete [2020-10-09T13:47:54.047Z] 74f711af9a0d: Pull complete [2020-10-09T13:47:54.319Z] 99f96fe45779: Pull complete [2020-10-09T13:47:54.914Z] 209524e5b208: Verifying Checksum [2020-10-09T13:47:54.914Z] 209524e5b208: Download complete [2020-10-09T13:47:55.896Z] 8529a6b9a6be: Verifying Checksum [2020-10-09T13:47:55.896Z] 8529a6b9a6be: Download complete [2020-10-09T13:48:06.902Z] ---> 360dca41e97f [2020-10-09T13:48:06.902Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-10-09T13:48:06.902Z] ---> 877e1e2d7dea [2020-10-09T13:48:06.902Z] 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-09T13:48:07.852Z] ---> 37cea034cbea [2020-10-09T13:48:07.852Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-10-09T13:48:07.852Z] ---> Running in bfab4a7a618a [2020-10-09T13:48:07.852Z] ---> Running in 8e91c6744197 [2020-10-09T13:48:08.117Z] ---> Running in 4838eb247100 [2020-10-09T13:48:08.117Z] ---> f1c5e5839937 [2020-10-09T13:48:08.117Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-10-09T13:48:08.325Z] 8529a6b9a6be: Pull complete [2020-10-09T13:48:08.325Z] 45590311c82a: Pull complete [2020-10-09T13:48:08.325Z] 69ca0ff8b7b3: Pull complete [2020-10-09T13:48:08.697Z] ---> Running in 69a873f4c90d [2020-10-09T13:48:09.276Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.60" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-10-09T13:48:09.860Z] Removing intermediate container 12bb4135903a [2020-10-09T13:48:09.860Z] ---> a3bd64ff2688 [2020-10-09T13:48:09.860Z] [2020-10-09T13:48:09.860Z] Step 9/29 : FROM alpine:latest [2020-10-09T13:48:09.860Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.60" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-10-09T13:48:09.860Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.60" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-10-09T13:48:09.860Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.60" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-10-09T13:48:10.126Z] latest: Pulling from library/alpine [2020-10-09T13:48:10.404Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-10-09T13:48:10.404Z] Status: Downloaded newer image for alpine:latest [2020-10-09T13:48:10.404Z] ---> a24bb4013296 [2020-10-09T13:48:10.404Z] 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-09T13:48:10.404Z] ---> Running in 4a1b1455d2be [2020-10-09T13:48:10.676Z] Removing intermediate container 4a1b1455d2be [2020-10-09T13:48:10.676Z] ---> de09347be7e4 [2020-10-09T13:48:10.676Z] Step 11/29 : USER root [2020-10-09T13:48:10.947Z] ---> Running in bbea8f744cb7 [2020-10-09T13:48:11.214Z] Removing intermediate container bbea8f744cb7 [2020-10-09T13:48:11.214Z] ---> a807d33ef37d [2020-10-09T13:48:11.214Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-10-09T13:48:11.482Z] ---> Running in 6c4719564e8d [2020-10-09T13:48:11.734Z] 209524e5b208: Pull complete [2020-10-09T13:48:11.734Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-10-09T13:48:11.734Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-10-09T13:48:11.734Z] ---> 5bddaf1c2fca [2020-10-09T13:48:11.734Z] 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-09T13:48:13.451Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-09T13:48:13.719Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-09T13:48:14.628Z] v3.12.0-376-gb3fc85f1ac [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-09T13:48:14.628Z] v3.12.0-379-gbdabed52be [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-09T13:48:14.628Z] OK: 12750 distinct packages available [2020-10-09T13:48:14.908Z] (1/2) Installing ca-certificates (20191127-r4) [2020-10-09T13:48:14.908Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-10-09T13:48:14.908Z] Executing busybox-1.31.1-r16.trigger [2020-10-09T13:48:14.908Z] Executing ca-certificates-20191127-r4.trigger [2020-10-09T13:48:14.908Z] OK: 6 MiB in 16 packages [2020-10-09T13:48:16.069Z] ---> Running in 2a6f582607f6 [2020-10-09T13:48:16.894Z] Removing intermediate container 6c4719564e8d [2020-10-09T13:48:16.894Z] ---> 4c081cdd16a6 [2020-10-09T13:48:16.894Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-10-09T13:48:16.894Z] ---> Running in ee838cd96324 [2020-10-09T13:48:17.044Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-09T13:48:17.163Z] Removing intermediate container ee838cd96324 [2020-10-09T13:48:17.163Z] ---> ccf67c6b3a95 [2020-10-09T13:48:17.163Z] Step 14/29 : WORKDIR $BASE_DIR [2020-10-09T13:48:17.430Z] ---> Running in 8c1f86ed54f3 [2020-10-09T13:48:17.698Z] Removing intermediate container 8c1f86ed54f3 [2020-10-09T13:48:17.698Z] ---> 78f8a7995916 [2020-10-09T13:48:17.698Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-10-09T13:48:17.970Z] ---> Running in e85e42457a50 [2020-10-09T13:48:18.026Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-09T13:48:19.002Z] (1/12) Installing libmagic (5.38-r0) [2020-10-09T13:48:19.271Z] (2/12) Installing file (5.38-r0) [2020-10-09T13:48:19.271Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-10-09T13:48:19.271Z] (4/12) Installing g++ (9.3.0-r2) [2020-10-09T13:48:19.413Z] Removing intermediate container e85e42457a50 [2020-10-09T13:48:19.413Z] ---> 5ffd5f10bc08 [2020-10-09T13:48:19.413Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-10-09T13:48:20.383Z] ---> 3b4adf8a4498 [2020-10-09T13:48:20.383Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-10-09T13:48:20.976Z] ---> 118254a4dcd7 [2020-10-09T13:48:20.976Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-10-09T13:48:21.579Z] ---> 4fa9df82a8ec [2020-10-09T13:48:21.579Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-10-09T13:48:22.176Z] ---> e049fc09836e [2020-10-09T13:48:22.176Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-10-09T13:48:22.445Z] ---> 44a8122a0818 [2020-10-09T13:48:22.445Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-10-09T13:48:22.445Z] ---> Running in a061dc9b0aff [2020-10-09T13:48:25.060Z] Removing intermediate container a061dc9b0aff [2020-10-09T13:48:25.060Z] ---> 093def05b15d [2020-10-09T13:48:25.060Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-10-09T13:48:25.329Z] ---> 7bc3de4a432b [2020-10-09T13:48:25.329Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-09T13:48:25.329Z] ---> Running in 01532124e1e5 [2020-10-09T13:48:27.300Z] Removing intermediate container 01532124e1e5 [2020-10-09T13:48:27.300Z] ---> 88483cbc0fdf [2020-10-09T13:48:27.300Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-10-09T13:48:27.300Z] ---> Running in b79a68d92fef [2020-10-09T13:48:29.919Z] Removing intermediate container b79a68d92fef [2020-10-09T13:48:29.919Z] ---> 9e48b2d9a842 [2020-10-09T13:48:29.919Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-10-09T13:48:30.196Z] ---> Running in a06e759a2f4d [2020-10-09T13:48:30.466Z] Removing intermediate container a06e759a2f4d [2020-10-09T13:48:30.466Z] ---> c56d114092dd [2020-10-09T13:48:30.466Z] Step 26/29 : CMD [ "generate" ] [2020-10-09T13:48:30.734Z] ---> Running in 7db2394f47c6 [2020-10-09T13:48:31.007Z] Removing intermediate container 7db2394f47c6 [2020-10-09T13:48:31.007Z] ---> 5dd9bbc568da [2020-10-09T13:48:31.007Z] Step 27/29 : LABEL arch=x86_64 [2020-10-09T13:48:31.007Z] ---> Running in bf4212e23062 [2020-10-09T13:48:31.605Z] Removing intermediate container bf4212e23062 [2020-10-09T13:48:31.605Z] ---> 5b005b63b92c [2020-10-09T13:48:31.605Z] Step 28/29 : LABEL git_sha=f69fcd6f6cfc821951e2cd5529adc6021efd69b2 [2020-10-09T13:48:31.605Z] ---> Running in 67f3f976215d [2020-10-09T13:48:31.877Z] Removing intermediate container 67f3f976215d [2020-10-09T13:48:31.877Z] ---> 76895a622e84 [2020-10-09T13:48:31.877Z] Step 29/29 : LABEL version=1.2.2-dev.60 [2020-10-09T13:48:31.877Z] ---> Running in ff1b1ef34cf2 [2020-10-09T13:48:33.287Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.60" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-10-09T13:48:33.552Z] Removing intermediate container ff1b1ef34cf2 [2020-10-09T13:48:33.552Z] ---> 4165c8941d4a [2020-10-09T13:48:33.552Z] [2020-10-09T13:48:33.824Z] Successfully built 4165c8941d4a [2020-10-09T13:48:33.824Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-10-09T13:48:33.824Z]  Building docker-security-secrets-setup-go ... done Building docker-core-command-go [2020-10-09T13:48:34.341Z] (5/12) Installing fortify-headers (1.1-r0) [2020-10-09T13:48:34.341Z] (6/12) Installing patch (2.7.6-r6) [2020-10-09T13:48:34.341Z] (7/12) Installing build-base (0.5-r2) [2020-10-09T13:48:34.341Z] (8/12) Installing libsodium (1.0.18-r0) [2020-10-09T13:48:34.341Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-10-09T13:48:34.341Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-10-09T13:48:34.341Z] (11/12) Installing libzmq (4.3.3-r0) [2020-10-09T13:48:34.341Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-10-09T13:48:34.342Z] Executing busybox-1.31.1-r16.trigger [2020-10-09T13:48:34.342Z] OK: 217 MiB in 51 packages [2020-10-09T13:48:38.668Z] Removing intermediate container 2a6f582607f6 [2020-10-09T13:48:38.668Z] ---> ccb0b0b79dcf [2020-10-09T13:48:38.668Z] Step 4/7 : WORKDIR /edgex-go [2020-10-09T13:48:38.944Z] ---> Running in ee4abf76ec2f [2020-10-09T13:48:39.218Z] Removing intermediate container ee4abf76ec2f [2020-10-09T13:48:39.218Z] ---> 25b4fc2e27e3 [2020-10-09T13:48:39.218Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-10-09T13:48:39.491Z] latest: Pulling from library/docker [2020-10-09T13:48:39.768Z] b538f80385f9: Already exists [2020-10-09T13:48:39.768Z] 259a493cd78d: Pulling fs layer [2020-10-09T13:48:39.768Z] b8e66b5100f5: Pulling fs layer [2020-10-09T13:48:39.768Z] 7f8258a56ab6: Pulling fs layer [2020-10-09T13:48:39.768Z] 75a0a0ebb566: Pulling fs layer [2020-10-09T13:48:39.768Z] 4a2c62f0a2a3: Pulling fs layer [2020-10-09T13:48:39.768Z] 294320357d30: Pulling fs layer [2020-10-09T13:48:39.768Z] 75a0a0ebb566: Waiting [2020-10-09T13:48:39.768Z] 4a2c62f0a2a3: Waiting [2020-10-09T13:48:39.768Z] 294320357d30: Waiting [2020-10-09T13:48:39.768Z] b8e66b5100f5: Verifying Checksum [2020-10-09T13:48:39.768Z] b8e66b5100f5: Download complete [2020-10-09T13:48:40.045Z] 259a493cd78d: Verifying Checksum [2020-10-09T13:48:40.045Z] 75a0a0ebb566: Verifying Checksum [2020-10-09T13:48:40.045Z] 75a0a0ebb566: Download complete [2020-10-09T13:48:40.045Z] 4a2c62f0a2a3: Download complete [2020-10-09T13:48:40.045Z] 294320357d30: Verifying Checksum [2020-10-09T13:48:40.045Z] 294320357d30: Download complete [2020-10-09T13:48:40.459Z] Removing intermediate container bfab4a7a618a [2020-10-09T13:48:40.459Z] ---> 2e8681935895 [2020-10-09T13:48:40.459Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-10-09T13:48:40.459Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.60" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-10-09T13:48:40.655Z] 7f8258a56ab6: Retrying in 5 seconds [2020-10-09T13:48:40.655Z] 259a493cd78d: Pull complete [2020-10-09T13:48:40.730Z] ---> Running in 99e544389a62 [2020-10-09T13:48:40.929Z] b8e66b5100f5: Pull complete [2020-10-09T13:48:41.523Z] 7f8258a56ab6: Retrying in 4 seconds [2020-10-09T13:48:42.498Z] 7f8258a56ab6: Retrying in 3 seconds [2020-10-09T13:48:42.672Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.60" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-10-09T13:48:43.475Z] 7f8258a56ab6: Retrying in 2 seconds [2020-10-09T13:48:44.451Z] 7f8258a56ab6: Retrying in 1 second [2020-10-09T13:48:44.611Z] Removing intermediate container 69a873f4c90d [2020-10-09T13:48:44.611Z] ---> d0f1d2c4b5e2 [2020-10-09T13:48:44.611Z] [2020-10-09T13:48:44.611Z] Step 10/24 : FROM scratch [2020-10-09T13:48:44.611Z] ---> [2020-10-09T13:48:44.611Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-09T13:48:46.426Z] 7f8258a56ab6: Verifying Checksum [2020-10-09T13:48:46.426Z] 7f8258a56ab6: Download complete [2020-10-09T13:48:47.944Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-09T13:48:47.944Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-09T13:48:47.944Z] ---> 1bdfdac6030b [2020-10-09T13:48:47.944Z] Step 3/22 : WORKDIR /edgex-go [2020-10-09T13:48:47.944Z] ---> Using cache [2020-10-09T13:48:47.944Z] ---> 8ca7962db10e [2020-10-09T13:48:47.944Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-09T13:48:47.944Z] ---> Using cache [2020-10-09T13:48:47.944Z] ---> 953932b0c907 [2020-10-09T13:48:47.944Z] Step 5/22 : RUN apk update && apk add make git [2020-10-09T13:48:49.821Z] 7f8258a56ab6: Pull complete [2020-10-09T13:48:49.821Z] 75a0a0ebb566: Pull complete [2020-10-09T13:48:49.863Z] ---> Running in 72eedc5b2e8a [2020-10-09T13:48:50.095Z] 4a2c62f0a2a3: Pull complete [2020-10-09T13:48:50.693Z] 294320357d30: Pull complete [2020-10-09T13:48:50.693Z] Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 [2020-10-09T13:48:50.693Z] Status: Downloaded newer image for docker:latest [2020-10-09T13:48:50.810Z] ---> Running in e78e1711cb68 [2020-10-09T13:48:50.810Z] Removing intermediate container 4838eb247100 [2020-10-09T13:48:50.810Z] ---> b977857f601c [2020-10-09T13:48:50.810Z] [2020-10-09T13:48:50.810Z] Step 10/21 : FROM scratch [2020-10-09T13:48:50.810Z] ---> [2020-10-09T13:48:50.810Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-09T13:48:51.080Z] Removing intermediate container 8e91c6744197 [2020-10-09T13:48:51.080Z] ---> aef2d33671ca [2020-10-09T13:48:51.080Z] [2020-10-09T13:48:51.080Z] Step 10/26 : FROM alpine:3.10 [2020-10-09T13:48:51.080Z] Removing intermediate container 72eedc5b2e8a [2020-10-09T13:48:51.080Z] ---> 276b5a24e70c [2020-10-09T13:48:51.080Z] Step 12/24 : ENV APP_PORT=48060 [2020-10-09T13:48:51.080Z] ---> Running in 5a6ec06d6ef4 [2020-10-09T13:48:51.080Z] Removing intermediate container 99e544389a62 [2020-10-09T13:48:51.080Z] ---> fc8ea428f413 [2020-10-09T13:48:51.080Z] [2020-10-09T13:48:51.080Z] Step 11/27 : FROM docker:latest [2020-10-09T13:48:51.080Z] ---> 809cc4dba987 [2020-10-09T13:48:51.080Z] Step 12/27 : RUN apk add --no-cache bash [2020-10-09T13:48:51.080Z] ---> Running in f2721b7eeed7 [2020-10-09T13:48:51.344Z] ---> Running in ba2dc43be6e0 [2020-10-09T13:48:51.344Z] 3.10: Pulling from library/alpine [2020-10-09T13:48:51.344Z] Removing intermediate container 5a6ec06d6ef4 [2020-10-09T13:48:51.344Z] ---> c5d1ad090f6a [2020-10-09T13:48:51.344Z] Step 12/21 : ENV APP_PORT=48085 [2020-10-09T13:48:51.615Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-09T13:48:51.615Z] Removing intermediate container f2721b7eeed7 [2020-10-09T13:48:51.615Z] ---> 32ef67c0e446 [2020-10-09T13:48:51.615Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-09T13:48:51.615Z] ---> Running in e3e9da4f2aad [2020-10-09T13:48:51.615Z] ---> Running in fdb8af5643e9 [2020-10-09T13:48:51.883Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-09T13:48:51.883Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-10-09T13:48:51.883Z] Removing intermediate container e3e9da4f2aad [2020-10-09T13:48:51.883Z] ---> 0b3b2d5f7fe0 [2020-10-09T13:48:51.883Z] Step 13/21 : EXPOSE $APP_PORT [2020-10-09T13:48:51.883Z] Status: Downloaded newer image for alpine:3.10 [2020-10-09T13:48:51.883Z] ---> be4e4bea2c2e [2020-10-09T13:48:51.883Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-10-09T13:48:51.883Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-09T13:48:52.146Z] Removing intermediate container fdb8af5643e9 [2020-10-09T13:48:52.146Z] ---> 9c9ddd26f2a7 [2020-10-09T13:48:52.146Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-10-09T13:48:52.146Z] ---> Running in bca4d18caa28 [2020-10-09T13:48:52.146Z] ---> Running in d79790cf0963 [2020-10-09T13:48:52.146Z] (1/2) Installing readline (8.0.4-r0) [2020-10-09T13:48:52.146Z] (2/2) Installing bash (5.0.17-r0) [2020-10-09T13:48:52.146Z] Executing bash-5.0.17-r0.post-install [2020-10-09T13:48:52.146Z] Executing busybox-1.31.1-r16.trigger [2020-10-09T13:48:52.146Z] OK: 12 MiB in 22 packages [2020-10-09T13:48:52.408Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-09T13:48:52.408Z] Removing intermediate container bca4d18caa28 [2020-10-09T13:48:52.408Z] ---> af4f10efbea4 [2020-10-09T13:48:52.408Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-10-09T13:48:52.683Z] ---> 878f52211ab4 [2020-10-09T13:48:52.683Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-10-09T13:48:52.683Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-10-09T13:48:52.948Z] ---> 542db7489586 [2020-10-09T13:48:52.948Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-10-09T13:48:52.948Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-10-09T13:48:52.948Z] v3.10.5-96-g1efb054f0b [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-10-09T13:48:52.948Z] v3.10.5-92-g0ca6a6f012 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-10-09T13:48:52.948Z] OK: 10346 distinct packages available [2020-10-09T13:48:53.210Z] (1/5) Installing ca-certificates (20191127-r2) [2020-10-09T13:48:53.210Z] v3.12.0-376-gb3fc85f1ac [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-09T13:48:53.210Z] v3.12.0-379-gbdabed52be [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-09T13:48:53.210Z] OK: 12752 distinct packages available [2020-10-09T13:48:53.210Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-10-09T13:48:53.210Z] (3/5) Installing libcurl (7.66.0-r1) [2020-10-09T13:48:53.210Z] (4/5) Installing curl (7.66.0-r1) [2020-10-09T13:48:53.210Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-10-09T13:48:53.210Z] Executing busybox-1.30.1-r3.trigger [2020-10-09T13:48:53.210Z] Executing ca-certificates-20191127-r2.trigger [2020-10-09T13:48:53.471Z] OK: 7 MiB in 19 packages [2020-10-09T13:48:53.471Z] OK: 233 MiB in 51 packages [2020-10-09T13:48:53.471Z] Removing intermediate container ba2dc43be6e0 [2020-10-09T13:48:53.471Z] ---> 82ac24fccc09 [2020-10-09T13:48:53.471Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-10-09T13:48:54.044Z] ---> Running in 5a78edc21037 [2020-10-09T13:48:54.088Z] ---> 8357a889dca9 [2020-10-09T13:48:54.088Z] Step 6/7 : COPY go.mod . [2020-10-09T13:48:54.305Z] ---> e3b0fdb8d1f6 [2020-10-09T13:48:54.305Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-10-09T13:48:54.305Z] ---> 8125ed0bc906 [2020-10-09T13:48:54.305Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-10-09T13:48:54.685Z] ---> e4421c15ca4f [2020-10-09T13:48:54.685Z] Step 7/7 : RUN go mod download [2020-10-09T13:48:54.961Z] ---> Running in cd338983d78e [2020-10-09T13:48:55.698Z] ---> 04b4fb4617fc [2020-10-09T13:48:55.698Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-10-09T13:48:55.698Z] Removing intermediate container d79790cf0963 [2020-10-09T13:48:55.698Z] ---> db218e3b3c1c [2020-10-09T13:48:55.698Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-09T13:48:55.698Z] ---> 8ab734037ad2 [2020-10-09T13:48:55.698Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-10-09T13:48:55.962Z] ---> Running in 8ecd0db33282 [2020-10-09T13:48:55.962Z] Removing intermediate container e78e1711cb68 [2020-10-09T13:48:55.962Z] ---> dd7498fd51c1 [2020-10-09T13:48:55.962Z] Step 6/22 : COPY go.mod . [2020-10-09T13:48:55.962Z] ---> Running in 93835ae95787 [2020-10-09T13:48:56.227Z] ---> 5be9d15e812d [2020-10-09T13:48:56.227Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-10-09T13:48:56.227Z] Removing intermediate container 8ecd0db33282 [2020-10-09T13:48:56.227Z] ---> 9dba44b1ac52 [2020-10-09T13:48:56.227Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-09T13:48:56.492Z] Removing intermediate container 93835ae95787 [2020-10-09T13:48:56.492Z] ---> d73a54cff86f [2020-10-09T13:48:56.492Z] Step 13/26 : WORKDIR / [2020-10-09T13:48:56.492Z] ---> 887cf5af0476 [2020-10-09T13:48:56.492Z] Step 7/22 : RUN go mod download [2020-10-09T13:48:56.492Z] ---> Running in 0d555ef44026 [2020-10-09T13:48:56.492Z] ---> Running in 7aaf693c3447 [2020-10-09T13:48:56.755Z] ---> Running in 03d19fc9785f [2020-10-09T13:48:56.755Z] ---> 08b6099913cf [2020-10-09T13:48:56.755Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-10-09T13:48:56.755Z] Removing intermediate container 0d555ef44026 [2020-10-09T13:48:56.755Z] ---> a14a9f8687e3 [2020-10-09T13:48:56.755Z] Step 19/21 : LABEL arch=x86_64 [2020-10-09T13:48:57.020Z] Removing intermediate container 5a78edc21037 [2020-10-09T13:48:57.020Z] ---> 5e2617018fcb [2020-10-09T13:48:57.020Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-10-09T13:48:57.020Z] ---> Running in 4878375d11bb [2020-10-09T13:48:57.287Z] Removing intermediate container 7aaf693c3447 [2020-10-09T13:48:57.287Z] ---> 2d96f70a49ca [2020-10-09T13:48:57.287Z] Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-10-09T13:48:57.287Z] ---> 52cfac086f21 [2020-10-09T13:48:57.287Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-10-09T13:48:57.287Z] ---> Running in 057c4fe2f364 [2020-10-09T13:48:57.552Z] ---> Running in 6074fd389201 [2020-10-09T13:48:57.828Z] Removing intermediate container 4878375d11bb [2020-10-09T13:48:57.828Z] ---> 10fea7b88069 [2020-10-09T13:48:57.828Z] Step 20/21 : LABEL git_sha=f69fcd6f6cfc821951e2cd5529adc6021efd69b2 [2020-10-09T13:48:57.828Z] ---> 8515e5bce1e6 [2020-10-09T13:48:57.828Z] 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-09T13:48:57.828Z] Removing intermediate container 057c4fe2f364 [2020-10-09T13:48:57.828Z] ---> 7267af6dcd99 [2020-10-09T13:48:57.828Z] Step 15/27 : ENV APP_PORT=48090 [2020-10-09T13:48:57.828Z] ---> Running in f0f7278b2edc [2020-10-09T13:48:58.103Z] ---> Running in 21826301c634 [2020-10-09T13:48:58.103Z] Removing intermediate container 6074fd389201 [2020-10-09T13:48:58.103Z] ---> 912a9f6b19fe [2020-10-09T13:48:58.103Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-09T13:48:58.103Z] ---> Running in f31bcc5c2fe2 [2020-10-09T13:48:58.369Z] ---> 66d39ec30c39 [2020-10-09T13:48:58.369Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-10-09T13:48:58.369Z] Removing intermediate container f0f7278b2edc [2020-10-09T13:48:58.369Z] ---> 8233d7a9ad47 [2020-10-09T13:48:58.369Z] Step 21/21 : LABEL version=1.2.2-dev.60 [2020-10-09T13:48:58.369Z] Removing intermediate container 21826301c634 [2020-10-09T13:48:58.369Z] ---> c61fd86d189a [2020-10-09T13:48:58.369Z] Step 16/27 : EXPOSE $APP_PORT [2020-10-09T13:48:58.632Z] ---> Running in da7669b15d59 [2020-10-09T13:48:58.632Z] Removing intermediate container f31bcc5c2fe2 [2020-10-09T13:48:58.632Z] ---> 16925369af36 [2020-10-09T13:48:58.632Z] Step 22/24 : LABEL arch=x86_64 [2020-10-09T13:48:58.632Z] ---> Running in 0f8f7dfd53d9 [2020-10-09T13:48:58.632Z] ---> b47c26023fe9 [2020-10-09T13:48:58.632Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-10-09T13:48:58.903Z] ---> Running in 77d0085b8387 [2020-10-09T13:48:58.903Z] Removing intermediate container da7669b15d59 [2020-10-09T13:48:58.903Z] ---> c70d6dbda2ba [2020-10-09T13:48:58.903Z] [2020-10-09T13:48:58.903Z] Removing intermediate container 03d19fc9785f [2020-10-09T13:48:58.903Z] ---> 9273b4218679 [2020-10-09T13:48:58.903Z] Step 8/22 : COPY . . [2020-10-09T13:48:59.168Z] Successfully built c70d6dbda2ba [2020-10-09T13:48:59.435Z] Removing intermediate container 0f8f7dfd53d9 [2020-10-09T13:48:59.435Z] ---> 08fc235b79fc [2020-10-09T13:48:59.435Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-10-09T13:48:59.435Z] Successfully tagged docker-support-scheduler-go:latest [2020-10-09T13:48:59.435Z]  Building docker-support-scheduler-go ... done Building docker-security-proxy-setup-go [2020-10-09T13:48:59.708Z] Removing intermediate container 77d0085b8387 [2020-10-09T13:48:59.708Z] ---> 1812a6831f95 [2020-10-09T13:48:59.708Z] Step 23/24 : LABEL git_sha=f69fcd6f6cfc821951e2cd5529adc6021efd69b2 [2020-10-09T13:48:59.978Z] ---> 9384931eff2c [2020-10-09T13:48:59.978Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-10-09T13:49:02.543Z] ---> Running in 5f07c3d78fe4 [2020-10-09T13:49:03.941Z] ---> 1730fea425ea [2020-10-09T13:49:03.941Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-10-09T13:49:04.515Z] Removing intermediate container 5f07c3d78fe4 [2020-10-09T13:49:04.515Z] ---> dd8a021d2295 [2020-10-09T13:49:04.515Z] Step 24/24 : LABEL version=1.2.2-dev.60 [2020-10-09T13:49:07.851Z] ---> ea94a4da4284 [2020-10-09T13:49:07.851Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-10-09T13:49:08.429Z] ---> Running in c2c4047a54fe [2020-10-09T13:49:10.367Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-09T13:49:10.367Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-10-09T13:49:10.367Z] ---> 1bdfdac6030b [2020-10-09T13:49:10.367Z] Step 3/20 : WORKDIR /edgex-go [2020-10-09T13:49:10.367Z] ---> Using cache [2020-10-09T13:49:10.367Z] ---> 8ca7962db10e [2020-10-09T13:49:10.367Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-09T13:49:10.367Z] ---> Using cache [2020-10-09T13:49:10.367Z] ---> 953932b0c907 [2020-10-09T13:49:10.367Z] Step 5/20 : RUN apk update && apk add make git [2020-10-09T13:49:10.367Z] ---> Using cache [2020-10-09T13:49:10.367Z] ---> dd7498fd51c1 [2020-10-09T13:49:10.367Z] Step 6/20 : COPY go.mod . [2020-10-09T13:49:10.367Z] ---> Using cache [2020-10-09T13:49:10.367Z] ---> 887cf5af0476 [2020-10-09T13:49:10.367Z] Step 7/20 : RUN go mod download [2020-10-09T13:49:10.367Z] ---> Using cache [2020-10-09T13:49:10.367Z] ---> 9273b4218679 [2020-10-09T13:49:10.367Z] Step 8/20 : COPY . . [2020-10-09T13:49:10.631Z] ---> 765936548c89 [2020-10-09T13:49:10.631Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-10-09T13:49:15.944Z] Removing intermediate container c2c4047a54fe [2020-10-09T13:49:15.944Z] ---> 91a29dc5d61f [2020-10-09T13:49:15.944Z] [2020-10-09T13:49:15.944Z] Successfully built 91a29dc5d61f [2020-10-09T13:49:16.892Z] Successfully tagged docker-support-notifications-go:latest [2020-10-09T13:49:16.892Z]  Building docker-support-notifications-go ... done Building docker-support-logging-go [2020-10-09T13:49:17.840Z] ---> 43757a78a561 [2020-10-09T13:49:17.840Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-10-09T13:49:21.802Z] Removing intermediate container cd338983d78e [2020-10-09T13:49:21.803Z] ---> 523460a8e353 [2020-10-09T13:49:21.803Z] Successfully built 523460a8e353 [2020-10-09T13:49:21.803Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-09T13:49:22.119Z] ---> e75af1d416f8 [2020-10-09T13:49:22.119Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-10-09T13:49:22.206Z] + docker inspect -f . ci-base-image-arm64 [2020-10-09T13:49:22.206Z] . [Pipeline] withDockerContainer [2020-10-09T13:49:22.466Z] prd-ubuntu18.04-docker-arm64-4c-16g-4379 does not seem to be running inside a container [2020-10-09T13:49:22.604Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/175 -v /w/workspace/edgex-go/175:/w/workspace/edgex-go/175:rw,z -v /w/workspace/edgex-go/175@tmp:/w/workspace/edgex-go/175@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09T13:49:24.238Z] ---> 389efabc00dd [2020-10-09T13:49:24.238Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-10-09T13:49:24.455Z] $ docker top 4816ad4a64a9c72f93bc2388d6ab69dca972f8ee58ed7245c7fcf9efaffcf291 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-09T13:49:25.199Z] ---> Running in 0fd1d473e501 [2020-10-09T13:49:25.934Z] + go version [2020-10-09T13:49:25.934Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-10-09T13:49:25.967Z] $ docker stop --time=1 4816ad4a64a9c72f93bc2388d6ab69dca972f8ee58ed7245c7fcf9efaffcf291 [2020-10-09T13:49:27.767Z] ---> c929d983c602 [2020-10-09T13:49:27.767Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-10-09T13:49:27.767Z] ---> Running in c9697d84356b [2020-10-09T13:49:27.767Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-09T13:49:27.767Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-09T13:49:27.767Z] ---> 1bdfdac6030b [2020-10-09T13:49:27.767Z] Step 3/22 : WORKDIR /edgex-go [2020-10-09T13:49:27.767Z] ---> Using cache [2020-10-09T13:49:27.767Z] ---> 8ca7962db10e [2020-10-09T13:49:27.767Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-09T13:49:27.767Z] ---> Using cache [2020-10-09T13:49:27.767Z] ---> 953932b0c907 [2020-10-09T13:49:27.767Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-10-09T13:49:27.848Z] $ docker rm -f 4816ad4a64a9c72f93bc2388d6ab69dca972f8ee58ed7245c7fcf9efaffcf291 [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-09T13:49:28.975Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-09T13:49:28.975Z] [2020-10-09T13:49:28.976Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-09T13:49:29.371Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-09T13:49:29.644Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-10-09T13:49:29.644Z] 29e5d40040c1: Pulling fs layer [2020-10-09T13:49:29.644Z] 1ce36da41761: Pulling fs layer [2020-10-09T13:49:29.644Z] 25b303627fd3: Pulling fs layer [2020-10-09T13:49:29.918Z] 29e5d40040c1: Verifying Checksum [2020-10-09T13:49:29.918Z] 29e5d40040c1: Download complete [2020-10-09T13:49:30.325Z] ---> Running in 4ad376c8fdc4 [2020-10-09T13:49:30.325Z] ---> 9f1e1f73f64f [2020-10-09T13:49:30.325Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-09T13:49:30.325Z] ---> d6b4ededf7d5 [2020-10-09T13:49:30.325Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-10-09T13:49:30.325Z] ---> Running in fe32a5df1776 [2020-10-09T13:49:30.519Z] 1ce36da41761: Verifying Checksum [2020-10-09T13:49:30.605Z] ---> Running in 83de585c8929 [2020-10-09T13:49:30.605Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.60" -o cmd/core-command/core-command ./cmd/core-command [2020-10-09T13:49:30.605Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-09T13:49:30.605Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-09T13:49:30.793Z] 29e5d40040c1: Pull complete [2020-10-09T13:49:30.875Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-09T13:49:30.875Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-10-09T13:49:30.875Z] (2/33) Installing expat (2.2.9-r1) [2020-10-09T13:49:30.875Z] (3/33) Installing libffi (3.3-r2) [2020-10-09T13:49:30.875Z] (4/33) Installing gdbm (1.13-r1) [2020-10-09T13:49:30.875Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-10-09T13:49:30.875Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-10-09T13:49:31.140Z] (7/33) Installing python3 (3.8.5-r0) [2020-10-09T13:49:31.407Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.60" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-10-09T13:49:31.674Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-09T13:49:32.241Z] 1ce36da41761: Pull complete [2020-10-09T13:49:32.241Z] 25b303627fd3: Verifying Checksum [2020-10-09T13:49:32.241Z] 25b303627fd3: Download complete [2020-10-09T13:49:33.104Z] v3.12.0-376-gb3fc85f1ac [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-09T13:49:33.104Z] v3.12.0-379-gbdabed52be [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-09T13:49:33.104Z] OK: 12752 distinct packages available [2020-10-09T13:49:33.104Z] OK: 233 MiB in 51 packages [2020-10-09T13:49:33.383Z] OK: 233 MiB in 51 packages [2020-10-09T13:49:33.658Z] Removing intermediate container fe32a5df1776 [2020-10-09T13:49:33.658Z] ---> 9a486c2007a6 [2020-10-09T13:49:33.658Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-10-09T13:49:36.247Z] ---> Running in 8467e23902fd [2020-10-09T13:49:36.519Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-10-09T13:49:36.519Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-10-09T13:49:36.519Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-10-09T13:49:36.519Z] (11/33) Installing py3-six (1.15.0-r0) [2020-10-09T13:49:36.519Z] (12/33) Installing py3-packaging (20.4-r0) [2020-10-09T13:49:36.519Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-10-09T13:49:36.519Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-10-09T13:49:37.112Z] (15/33) Installing py3-idna (2.9-r0) [2020-10-09T13:49:37.112Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-10-09T13:49:37.384Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-10-09T13:49:37.384Z] Removing intermediate container 8467e23902fd [2020-10-09T13:49:37.384Z] ---> 836416a4d2b4 [2020-10-09T13:49:37.384Z] Step 24/26 : LABEL arch=x86_64 [2020-10-09T13:49:38.355Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-10-09T13:49:38.355Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-10-09T13:49:38.355Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-10-09T13:49:38.933Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-10-09T13:49:38.933Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-10-09T13:49:38.933Z] ---> Running in fe50da0753f8 [2020-10-09T13:49:38.933Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-10-09T13:49:38.933Z] Removing intermediate container 4ad376c8fdc4 [2020-10-09T13:49:38.933Z] ---> e5862ff7177b [2020-10-09T13:49:38.933Z] Step 6/22 : COPY go.mod . [2020-10-09T13:49:39.205Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-10-09T13:49:39.205Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-10-09T13:49:39.205Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-10-09T13:49:39.205Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-10-09T13:49:39.205Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-10-09T13:49:39.205Z] (29/33) Installing py3-progress (1.5-r0) [2020-10-09T13:49:39.205Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-10-09T13:49:39.785Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-10-09T13:49:39.785Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-10-09T13:49:39.785Z] Removing intermediate container fe50da0753f8 [2020-10-09T13:49:39.785Z] ---> 0e7753d9c247 [2020-10-09T13:49:39.785Z] Step 25/26 : LABEL git_sha=f69fcd6f6cfc821951e2cd5529adc6021efd69b2 [2020-10-09T13:49:39.785Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-10-09T13:49:41.208Z] Executing busybox-1.31.1-r16.trigger [2020-10-09T13:49:41.208Z] ---> 459d943030c3 [2020-10-09T13:49:41.208Z] Step 7/22 : RUN go mod download [2020-10-09T13:49:41.208Z] OK: 71 MiB in 55 packages [2020-10-09T13:49:41.480Z] ---> Running in df976909c3a4 [2020-10-09T13:49:41.480Z] ---> Running in b3393400fb35 [2020-10-09T13:49:42.065Z] Removing intermediate container df976909c3a4 [2020-10-09T13:49:42.065Z] ---> 3b61a8e1253a [2020-10-09T13:49:42.065Z] Step 26/26 : LABEL version=1.2.2-dev.60 [2020-10-09T13:49:42.333Z] ---> Running in dab55a5e8c61 [2020-10-09T13:49:42.390Z] 25b303627fd3: Pull complete [2020-10-09T13:49:42.390Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-10-09T13:49:42.390Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-09T13:49:42.390Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-10-09T13:49:42.701Z] prd-ubuntu18.04-docker-arm64-4c-16g-4379 does not seem to be running inside a container [2020-10-09T13:49:42.804Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/175 -v /w/workspace/edgex-go/175:/w/workspace/edgex-go/175:rw,z -v /w/workspace/edgex-go/175@tmp:/w/workspace/edgex-go/175@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09T13:49:42.933Z] Removing intermediate container dab55a5e8c61 [2020-10-09T13:49:42.933Z] ---> 9f4991574a57 [2020-10-09T13:49:42.933Z] [2020-10-09T13:49:42.933Z] Successfully built 9f4991574a57 [2020-10-09T13:49:43.209Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-10-09T13:49:43.209Z] Building docker-core-data-go [2020-10-09T13:49:46.840Z] $ docker top 2d2ba30f989e798413ebd4402a1dff587285421bb55a1a93a2bf3b0661bbbe55 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-09T13:49:48.213Z] + docker-compose build --help [2020-10-09T13:49:48.213Z] + grep parallel [2020-10-09T13:49:51.392Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container b3393400fb35 [2020-10-09T13:49:51.392Z] ---> 97fbe1341c50 [2020-10-09T13:49:51.392Z] Step 8/22 : COPY . . [2020-10-09T13:49:52.500Z] --parallel Build images in parallel. [Pipeline] } [2020-10-09T13:49:52.542Z] $ docker stop --time=1 2d2ba30f989e798413ebd4402a1dff587285421bb55a1a93a2bf3b0661bbbe55 [2020-10-09T13:49:53.355Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-09T13:49:53.355Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-10-09T13:49:53.355Z] ---> 1bdfdac6030b [2020-10-09T13:49:53.355Z] Step 3/23 : WORKDIR /edgex-go [2020-10-09T13:49:53.355Z] ---> Using cache [2020-10-09T13:49:53.355Z] ---> 8ca7962db10e [2020-10-09T13:49:53.355Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-09T13:49:53.355Z] ---> Using cache [2020-10-09T13:49:53.355Z] ---> 953932b0c907 [2020-10-09T13:49:53.355Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-10-09T13:49:54.457Z] $ docker rm -f 2d2ba30f989e798413ebd4402a1dff587285421bb55a1a93a2bf3b0661bbbe55 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-09T13:49:55.239Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-09T13:49:55.239Z] . [Pipeline] withDockerContainer [2020-10-09T13:49:55.477Z] prd-ubuntu18.04-docker-arm64-4c-16g-4379 does not seem to be running inside a container [2020-10-09T13:49:55.566Z] $ 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/175 -v /w/workspace/edgex-go/175:/w/workspace/edgex-go/175:rw,z -v /w/workspace/edgex-go/175@tmp:/w/workspace/edgex-go/175@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09T13:49:56.908Z] $ docker top 9d8dfb089bf4ce61d80f807397fd8506c6897a8964b48100e67aa60fe0526681 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-09T13:49:57.940Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-10-09T13:49:58.680Z] ---> Running in ffaefcf6841b [2020-10-09T13:50:00.096Z] Removing intermediate container 0fd1d473e501 [2020-10-09T13:50:00.096Z] ---> 3f976d5b546e [2020-10-09T13:50:00.096Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-10-09T13:50:03.408Z] Building docker-core-command-go ... [2020-10-09T13:50:03.408Z] Building docker-core-data-go ... [2020-10-09T13:50:03.408Z] Building docker-core-metadata-go ... [2020-10-09T13:50:03.408Z] Building docker-security-proxy-setup-go ... [2020-10-09T13:50:03.408Z] Building docker-security-secrets-setup-go ... [2020-10-09T13:50:03.408Z] Building docker-security-secretstore-setup-go ... [2020-10-09T13:50:03.408Z] Building docker-support-logging-go ... [2020-10-09T13:50:03.408Z] Building docker-support-notifications-go ... [2020-10-09T13:50:03.408Z] Building docker-support-scheduler-go ... [2020-10-09T13:50:03.408Z] Building docker-sys-mgmt-agent-go ... [2020-10-09T13:50:03.408Z] Building docker-core-data-go [2020-10-09T13:50:03.408Z] Building docker-support-logging-go [2020-10-09T13:50:03.408Z] Building docker-sys-mgmt-agent-go [2020-10-09T13:50:03.408Z] Building docker-support-scheduler-go [2020-10-09T13:50:03.408Z] Building docker-security-secrets-setup-go [2020-10-09T13:50:04.350Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-09T13:50:04.657Z] ---> Running in a6ac87a469ba [2020-10-09T13:50:04.925Z] Removing intermediate container 83de585c8929 [2020-10-09T13:50:04.925Z] ---> 3611beaaed52 [2020-10-09T13:50:04.925Z] [2020-10-09T13:50:04.925Z] Step 10/20 : FROM alpine [2020-10-09T13:50:04.925Z] ---> a24bb4013296 [2020-10-09T13:50:04.925Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-10-09T13:50:05.499Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-09T13:50:08.065Z] v3.12.0-376-gb3fc85f1ac [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-09T13:50:08.065Z] v3.12.0-379-gbdabed52be [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-09T13:50:08.065Z] OK: 12752 distinct packages available [2020-10-09T13:50:08.327Z] OK: 233 MiB in 51 packages [2020-10-09T13:50:08.590Z] ---> Running in 451d033abb65 [2020-10-09T13:50:09.540Z] Removing intermediate container c9697d84356b [2020-10-09T13:50:09.540Z] ---> a2cfb5a30231 [2020-10-09T13:50:09.540Z] [2020-10-09T13:50:09.540Z] Step 10/22 : FROM scratch [2020-10-09T13:50:09.540Z] ---> [2020-10-09T13:50:09.540Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-09T13:50:09.540Z] ---> 2e44960f4b0c [2020-10-09T13:50:09.540Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-10-09T13:50:09.816Z] ---> Running in 89989b2c6e4c [2020-10-09T13:50:10.089Z] ---> Using cache [2020-10-09T13:50:10.089Z] ---> c5d1ad090f6a [2020-10-09T13:50:10.089Z] Step 12/22 : ENV APP_PORT=48082 [2020-10-09T13:50:10.089Z] Removing intermediate container ffaefcf6841b [2020-10-09T13:50:10.089Z] ---> 226f14738756 [2020-10-09T13:50:10.089Z] Step 6/23 : COPY go.mod . [2020-10-09T13:50:10.089Z] ---> Running in 83bd8bbb4a0b [2020-10-09T13:50:10.089Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-09T13:50:10.380Z] Removing intermediate container 83bd8bbb4a0b [2020-10-09T13:50:10.380Z] ---> 1f1bee146eea [2020-10-09T13:50:10.380Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-09T13:50:10.380Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.60" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-10-09T13:50:10.380Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-09T13:50:10.380Z] ---> Running in 90679defee5c [2020-10-09T13:50:10.380Z] ---> 34149aaf1f36 [2020-10-09T13:50:10.380Z] Step 7/23 : RUN go mod download [2020-10-09T13:50:10.380Z] ---> Running in b0d5d989077f [2020-10-09T13:50:10.648Z] v3.12.0-376-gb3fc85f1ac [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-09T13:50:10.648Z] v3.12.0-379-gbdabed52be [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-09T13:50:10.648Z] OK: 12750 distinct packages available [2020-10-09T13:50:10.648Z] Removing intermediate container 90679defee5c [2020-10-09T13:50:10.648Z] ---> f76c83f62a8e [2020-10-09T13:50:10.648Z] Step 14/22 : WORKDIR / [2020-10-09T13:50:10.648Z] ---> Running in f3c0d6dee020 [2020-10-09T13:50:10.928Z] (1/4) Installing ca-certificates (20191127-r4) [2020-10-09T13:50:10.928Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-10-09T13:50:10.928Z] (3/4) Installing libcurl (7.69.1-r1) [2020-10-09T13:50:10.928Z] (4/4) Installing curl (7.69.1-r1) [2020-10-09T13:50:10.928Z] Executing busybox-1.31.1-r16.trigger [2020-10-09T13:50:10.928Z] Executing ca-certificates-20191127-r4.trigger [2020-10-09T13:50:10.928Z] OK: 7 MiB in 18 packages [2020-10-09T13:50:11.196Z] Removing intermediate container f3c0d6dee020 [2020-10-09T13:50:11.196Z] ---> fa6b10cc8219 [2020-10-09T13:50:11.196Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-10-09T13:50:11.468Z] ---> 707985fa1f18 [2020-10-09T13:50:11.468Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-10-09T13:50:11.468Z] Collecting docker-compose==1.23.2 [2020-10-09T13:50:11.747Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-10-09T13:50:12.351Z] Collecting dockerpty<0.5,>=0.4.1 [2020-10-09T13:50:12.351Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-10-09T13:50:12.351Z] Removing intermediate container 451d033abb65 [2020-10-09T13:50:12.351Z] ---> 8f9fb1b52c48 [2020-10-09T13:50:12.351Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-09T13:50:12.963Z] ---> 466ec8d804cb [2020-10-09T13:50:12.963Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-10-09T13:50:12.963Z] ---> Running in e4b5a69fb0e2 [2020-10-09T13:50:12.963Z] Removing intermediate container e4b5a69fb0e2 [2020-10-09T13:50:12.963Z] ---> 960aadba2bc2 [2020-10-09T13:50:12.963Z] Step 13/20 : WORKDIR /edgex [2020-10-09T13:50:13.247Z] ---> Running in e75abb672d53 [2020-10-09T13:50:13.247Z] ---> 4720190b9e4e [2020-10-09T13:50:13.247Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-10-09T13:50:13.247Z] Removing intermediate container b0d5d989077f [2020-10-09T13:50:13.247Z] ---> fcc501adb006 [2020-10-09T13:50:13.247Z] Step 8/23 : COPY . . [2020-10-09T13:50:13.247Z] Collecting texttable<0.10,>=0.9.0 [2020-10-09T13:50:13.247Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-10-09T13:50:13.534Z] ---> Running in 765009c67738 [2020-10-09T13:50:13.534Z] Removing intermediate container e75abb672d53 [2020-10-09T13:50:13.534Z] ---> 6281abf395f9 [2020-10-09T13:50:13.534Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-10-09T13:50:14.130Z] Collecting websocket-client<1.0,>=0.32.0 [2020-10-09T13:50:14.130Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-10-09T13:50:14.406Z] Removing intermediate container 765009c67738 [2020-10-09T13:50:14.406Z] ---> 8429576abeb8 [2020-10-09T13:50:14.406Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-09T13:50:14.684Z] Collecting jsonschema<3,>=2.5.1 [2020-10-09T13:50:15.272Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-10-09T13:50:16.227Z] Collecting PyYAML<4,>=3.10 [2020-10-09T13:50:16.227Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-10-09T13:50:17.186Z] ---> Running in 4cfa682624bd [2020-10-09T13:50:17.186Z] ---> c0c8c8967f8e [2020-10-09T13:50:17.186Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-10-09T13:50:18.222Z] 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-09T13:50:18.837Z] Removing intermediate container 4cfa682624bd [2020-10-09T13:50:18.837Z] ---> 45aabf230fd8 [2020-10-09T13:50:18.837Z] Step 20/22 : LABEL arch=x86_64 [2020-10-09T13:50:18.837Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-10-09T13:50:18.837Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-10-09T13:50:19.791Z] ---> Running in dc5bf6519b2f [2020-10-09T13:50:20.052Z] Collecting docker<4.0,>=3.6.0 [2020-10-09T13:50:20.052Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-10-09T13:50:20.316Z] ---> 23f762c3f2ea [2020-10-09T13:50:20.316Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-10-09T13:50:20.903Z] Collecting docopt<0.7,>=0.6.1 [2020-10-09T13:50:20.903Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-10-09T13:50:21.851Z] ---> Running in b60ed2107696 [2020-10-09T13:50:21.851Z] Collecting cached-property<2,>=1.2.0 [2020-10-09T13:50:21.851Z] Removing intermediate container dc5bf6519b2f [2020-10-09T13:50:21.851Z] ---> 1490892154ca [2020-10-09T13:50:21.851Z] Step 21/22 : LABEL git_sha=f69fcd6f6cfc821951e2cd5529adc6021efd69b2 [2020-10-09T13:50:21.851Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-10-09T13:50:23.726Z] Collecting urllib3<1.25,>=1.21.1 [2020-10-09T13:50:23.726Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-10-09T13:50:24.678Z] Collecting idna<2.8,>=2.5 [2020-10-09T13:50:24.678Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-10-09T13:50:25.627Z] 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-09T13:50:25.627Z] 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-09T13:50:25.627Z] ---> Running in e1962e806322 [2020-10-09T13:50:25.627Z] Collecting docker-pycreds>=0.4.0 [2020-10-09T13:50:25.627Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-10-09T13:50:25.627Z] Removing intermediate container b60ed2107696 [2020-10-09T13:50:25.627Z] ---> c744513361a9 [2020-10-09T13:50:25.627Z] Step 17/20 : CMD ["--init=true"] [2020-10-09T13:50:25.627Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-10-09T13:50:25.903Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-10-09T13:50:25.903Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-10-09T13:50:25.903Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-10-09T13:50:25.903Z] ---> c8867f2deef2 [2020-10-09T13:50:25.903Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-10-09T13:50:25.903Z] ---> Running in 3b4560b62a97 [2020-10-09T13:50:25.903Z] Installing collected packages: dockerpty, texttable, websocket-client, jsonschema, PyYAML, urllib3, idna, requests, docker-pycreds, docker, docopt, cached-property, docker-compose [2020-10-09T13:50:25.903Z] Running setup.py install for dockerpty: started [2020-10-09T13:50:26.169Z] ---> Running in bcdcd6fb8b67 [2020-10-09T13:50:26.169Z] Removing intermediate container e1962e806322 [2020-10-09T13:50:26.169Z] ---> be7c0a37e1ad [2020-10-09T13:50:26.169Z] Step 22/22 : LABEL version=1.2.2-dev.60 [2020-10-09T13:50:26.169Z] ---> Running in 78cbe0c63c49 [2020-10-09T13:50:26.440Z] Removing intermediate container 3b4560b62a97 [2020-10-09T13:50:26.440Z] ---> c2c4f7fcee1a [2020-10-09T13:50:26.440Z] Step 18/20 : LABEL arch=x86_64 [2020-10-09T13:50:26.440Z] Running setup.py install for dockerpty: finished with status 'done' [2020-10-09T13:50:26.440Z] Running setup.py install for texttable: started [2020-10-09T13:50:26.440Z] ---> Running in e8e116e92c63 [2020-10-09T13:50:26.725Z] Removing intermediate container 78cbe0c63c49 [2020-10-09T13:50:26.725Z] ---> 9133264488de [2020-10-09T13:50:26.725Z] [2020-10-09T13:50:26.725Z] Removing intermediate container e8e116e92c63 [2020-10-09T13:50:26.725Z] ---> 3d7356b35f89 [2020-10-09T13:50:26.725Z] Step 19/20 : LABEL git_sha=f69fcd6f6cfc821951e2cd5529adc6021efd69b2 [2020-10-09T13:50:26.994Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.60" -o cmd/core-data/core-data ./cmd/core-data [2020-10-09T13:50:26.994Z] ---> Running in f2752a1334e1 [2020-10-09T13:50:26.994Z] Successfully built 9133264488de [2020-10-09T13:50:26.994Z] Successfully tagged docker-core-command-go:latest [2020-10-09T13:50:26.994Z]  Building docker-core-command-go ... done Building docker-core-metadata-go [2020-10-09T13:50:26.994Z] Running setup.py install for texttable: finished with status 'done' [2020-10-09T13:50:27.266Z] Removing intermediate container f2752a1334e1 [2020-10-09T13:50:27.266Z] ---> 36b385b5544f [2020-10-09T13:50:27.266Z] Step 20/20 : LABEL version=1.2.2-dev.60 [2020-10-09T13:50:27.535Z] Running setup.py install for PyYAML: started [2020-10-09T13:50:28.118Z] ---> Running in c8596b4f812a [2020-10-09T13:50:28.696Z] Running setup.py install for PyYAML: finished with status 'done' [2020-10-09T13:50:28.959Z] Attempting uninstall: urllib3 [2020-10-09T13:50:28.959Z] Found existing installation: urllib3 1.25.9 [2020-10-09T13:50:28.959Z] Uninstalling urllib3-1.25.9: [2020-10-09T13:50:31.521Z] Successfully uninstalled urllib3-1.25.9 [2020-10-09T13:50:32.479Z] Attempting uninstall: idna [2020-10-09T13:50:32.479Z] Found existing installation: idna 2.9 [2020-10-09T13:50:32.751Z] Uninstalling idna-2.9: [2020-10-09T13:50:33.343Z] Successfully uninstalled idna-2.9 [2020-10-09T13:50:33.930Z] Removing intermediate container c8596b4f812a [2020-10-09T13:50:33.930Z] ---> b1af48572580 [2020-10-09T13:50:33.930Z] [2020-10-09T13:50:34.902Z] Successfully built b1af48572580 [2020-10-09T13:50:35.884Z] Attempting uninstall: requests [2020-10-09T13:50:35.884Z] Found existing installation: requests 2.23.0 [2020-10-09T13:50:35.884Z] Uninstalling requests-2.23.0: [2020-10-09T13:50:36.151Z] Successfully uninstalled requests-2.23.0 [2020-10-09T13:50:36.151Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-10-09T13:50:41.553Z]  Building docker-security-proxy-setup-go ... done Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-09T13:50:41.553Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-09T13:50:41.553Z] ---> 1bdfdac6030b [2020-10-09T13:50:41.553Z] Step 3/22 : WORKDIR /edgex-go [2020-10-09T13:50:41.553Z] ---> Using cache [2020-10-09T13:50:41.553Z] ---> 8ca7962db10e [2020-10-09T13:50:41.553Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-09T13:50:41.553Z] ---> Using cache [2020-10-09T13:50:41.553Z] ---> 953932b0c907 [2020-10-09T13:50:41.553Z] Step 5/22 : RUN apk update && apk add make git [2020-10-09T13:50:41.553Z] ---> Using cache [2020-10-09T13:50:41.553Z] ---> dd7498fd51c1 [2020-10-09T13:50:41.553Z] Step 6/22 : COPY go.mod . [2020-10-09T13:50:41.553Z] ---> Using cache [2020-10-09T13:50:41.553Z] ---> 887cf5af0476 [2020-10-09T13:50:41.553Z] Step 7/22 : RUN go mod download [2020-10-09T13:50:41.553Z] ---> Using cache [2020-10-09T13:50:41.553Z] ---> 9273b4218679 [2020-10-09T13:50:41.553Z] Step 8/22 : COPY . . [2020-10-09T13:50:41.553Z] Running setup.py install for docopt: started [2020-10-09T13:50:41.553Z] ---> Using cache [2020-10-09T13:50:41.553Z] ---> d6b4ededf7d5 [2020-10-09T13:50:41.553Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-10-09T13:50:41.553Z] Removing intermediate container 89989b2c6e4c [2020-10-09T13:50:41.553Z] ---> d96820e272ed [2020-10-09T13:50:41.553Z] [2020-10-09T13:50:41.553Z] Step 10/22 : FROM scratch [2020-10-09T13:50:41.553Z] ---> [2020-10-09T13:50:41.553Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-09T13:50:41.826Z] ---> Using cache [2020-10-09T13:50:41.826Z] ---> 276b5a24e70c [2020-10-09T13:50:41.826Z] Step 12/22 : ENV APP_PORT=48061 [2020-10-09T13:50:42.091Z] ---> Running in 659a098f445a [2020-10-09T13:50:42.091Z] ---> Running in 7d2346934228 [2020-10-09T13:50:42.091Z] Running setup.py install for docopt: finished with status 'done' [2020-10-09T13:50:42.674Z] 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-09T13:50:42.949Z] Removing intermediate container 7d2346934228 [2020-10-09T13:50:42.949Z] ---> c3fe28fdfbc9 [2020-10-09T13:50:42.949Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-09T13:50:42.949Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.60" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-10-09T13:50:42.949Z] ---> Running in 61c1e7968c3e [2020-10-09T13:50:43.229Z] Removing intermediate container 61c1e7968c3e [2020-10-09T13:50:43.229Z] ---> 9bc180f5f825 [2020-10-09T13:50:43.229Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-10-09T13:50:43.828Z] ---> 1eac6f062ce4 [2020-10-09T13:50:43.828Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-10-09T13:50:44.804Z] ---> 955eaa89657b [2020-10-09T13:50:44.804Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-10-09T13:50:45.765Z] Removing intermediate container a6ac87a469ba [2020-10-09T13:50:45.765Z] ---> bd83b8166408 [2020-10-09T13:50:45.765Z] Step 22/27 : RUN apk --no-cache add curl [2020-10-09T13:50:46.373Z] ---> 1ee300d24f62 [2020-10-09T13:50:46.373Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-10-09T13:50:46.373Z] ---> Running in 74bea6524f7c [2020-10-09T13:50:46.971Z] ---> 91a87c3157d9 [2020-10-09T13:50:46.971Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-10-09T13:50:47.243Z] ---> Running in 1a2b56179d3a [2020-10-09T13:50:47.515Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-09T13:50:47.515Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-09T13:50:47.785Z] Removing intermediate container 1a2b56179d3a [2020-10-09T13:50:47.785Z] ---> a5bb4122b2d3 [2020-10-09T13:50:47.785Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-09T13:50:47.785Z] ---> Running in 503d2e6c7dce [2020-10-09T13:50:47.785Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-10-09T13:50:47.785Z] (2/3) Installing libcurl (7.69.1-r1) [2020-10-09T13:50:47.785Z] (3/3) Installing curl (7.69.1-r1) [2020-10-09T13:50:47.785Z] Executing busybox-1.31.1-r16.trigger [2020-10-09T13:50:48.056Z] OK: 72 MiB in 58 packages [2020-10-09T13:50:48.056Z] Removing intermediate container 503d2e6c7dce [2020-10-09T13:50:48.056Z] ---> 5d557676ce92 [2020-10-09T13:50:48.056Z] Step 20/22 : LABEL arch=x86_64 [2020-10-09T13:50:48.056Z] ---> Running in 170aeafa7bf5 [2020-10-09T13:50:49.477Z] Removing intermediate container 170aeafa7bf5 [2020-10-09T13:50:49.477Z] ---> 4c94de29d585 [2020-10-09T13:50:49.477Z] Step 21/22 : LABEL git_sha=f69fcd6f6cfc821951e2cd5529adc6021efd69b2 [2020-10-09T13:50:49.477Z] ---> Running in bf524b4751b3 [2020-10-09T13:50:49.743Z] Removing intermediate container 74bea6524f7c [2020-10-09T13:50:49.743Z] ---> d2874314bed7 [2020-10-09T13:50:49.743Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-10-09T13:50:49.743Z] ---> Running in 59dc0c4f4101 [2020-10-09T13:50:50.015Z] Removing intermediate container bf524b4751b3 [2020-10-09T13:50:50.015Z] ---> 05b31ab48efb [2020-10-09T13:50:50.015Z] Step 22/22 : LABEL version=1.2.2-dev.60 [2020-10-09T13:50:50.288Z] ---> Running in 1c392d893cc8 [2020-10-09T13:50:50.288Z] Removing intermediate container 59dc0c4f4101 [2020-10-09T13:50:50.288Z] ---> c072c7124795 [2020-10-09T13:50:50.288Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-09T13:50:50.288Z] ---> Running in b8cad7906223 [2020-10-09T13:50:50.288Z] Removing intermediate container 1c392d893cc8 [2020-10-09T13:50:50.288Z] ---> a2bc9228f37c [2020-10-09T13:50:50.288Z] [2020-10-09T13:50:50.555Z] Successfully built a2bc9228f37c [2020-10-09T13:50:50.555Z] Successfully tagged docker-support-logging-go:latest [2020-10-09T13:50:50.555Z]  Building docker-support-logging-go ... done Removing intermediate container b8cad7906223 [2020-10-09T13:50:50.555Z] ---> d5229a786b1f [2020-10-09T13:50:50.555Z] Step 25/27 : LABEL arch=x86_64 [2020-10-09T13:50:50.831Z] ---> Running in 0e94eaee792f [2020-10-09T13:50:50.831Z] Removing intermediate container 0e94eaee792f [2020-10-09T13:50:50.831Z] ---> f4e452f5475b [2020-10-09T13:50:50.831Z] Step 26/27 : LABEL git_sha=f69fcd6f6cfc821951e2cd5529adc6021efd69b2 [2020-10-09T13:50:51.105Z] ---> Running in 73f34dc77677 [2020-10-09T13:50:51.373Z] Removing intermediate container 73f34dc77677 [2020-10-09T13:50:51.373Z] ---> 1f55dd491eee [2020-10-09T13:50:51.373Z] Step 27/27 : LABEL version=1.2.2-dev.60 [2020-10-09T13:50:51.373Z] ---> Running in d9ed5bfd3abe [2020-10-09T13:50:52.344Z] Removing intermediate container d9ed5bfd3abe [2020-10-09T13:50:52.344Z] ---> 8b21daa64a22 [2020-10-09T13:50:52.344Z] [2020-10-09T13:50:52.344Z] Successfully built 8b21daa64a22 [2020-10-09T13:50:52.344Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-10-09T13:51:02.428Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container bcdcd6fb8b67 [2020-10-09T13:51:02.428Z] ---> 7dbb1f7a6194 [2020-10-09T13:51:02.428Z] [2020-10-09T13:51:02.428Z] Step 10/23 : FROM alpine [2020-10-09T13:51:02.428Z] ---> a24bb4013296 [2020-10-09T13:51:02.428Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-09T13:51:02.428Z] ---> Running in 0dfd294d3ded [2020-10-09T13:51:02.428Z] Removing intermediate container 0dfd294d3ded [2020-10-09T13:51:02.428Z] ---> 827e5ce762ad [2020-10-09T13:51:02.428Z] Step 12/23 : ENV APP_PORT=48080 [2020-10-09T13:51:02.428Z] ---> Running in bbd3372ae68c [2020-10-09T13:51:02.694Z] Removing intermediate container bbd3372ae68c [2020-10-09T13:51:02.694Z] ---> 70212fdd0c56 [2020-10-09T13:51:02.694Z] Step 13/23 : EXPOSE $APP_PORT [2020-10-09T13:51:04.626Z] ---> Running in d37164b7939c [2020-10-09T13:51:04.626Z] Removing intermediate container 659a098f445a [2020-10-09T13:51:04.626Z] ---> 55b53192c9f2 [2020-10-09T13:51:04.626Z] [2020-10-09T13:51:04.626Z] Step 10/22 : FROM scratch [2020-10-09T13:51:04.626Z] ---> [2020-10-09T13:51:04.626Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-09T13:51:04.626Z] ---> Using cache [2020-10-09T13:51:04.626Z] ---> c5d1ad090f6a [2020-10-09T13:51:04.626Z] Step 12/22 : ENV APP_PORT=48081 [2020-10-09T13:51:04.626Z] Removing intermediate container d37164b7939c [2020-10-09T13:51:04.626Z] ---> 700f3691dd3f [2020-10-09T13:51:04.626Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-09T13:51:04.626Z] ---> Running in e1928e3992ff [2020-10-09T13:51:04.626Z] ---> Running in 97ec329ac5b9 [2020-10-09T13:51:04.891Z] Removing intermediate container e1928e3992ff [2020-10-09T13:51:04.891Z] ---> df5d444818e4 [2020-10-09T13:51:04.891Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-09T13:51:04.891Z] ---> Running in d1b42d55b0c3 [2020-10-09T13:51:05.154Z] Removing intermediate container d1b42d55b0c3 [2020-10-09T13:51:05.154Z] ---> a1fba56390b4 [2020-10-09T13:51:05.154Z] Step 14/22 : WORKDIR / [2020-10-09T13:51:05.154Z] ---> Running in 874302c13b03 [2020-10-09T13:51:05.418Z] Removing intermediate container 874302c13b03 [2020-10-09T13:51:05.418Z] ---> 8aa1e51c99e8 [2020-10-09T13:51:05.418Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-10-09T13:51:06.834Z] ---> f74fceda3c6a [2020-10-09T13:51:06.834Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-10-09T13:51:07.098Z] Removing intermediate container 97ec329ac5b9 [2020-10-09T13:51:07.098Z] ---> 54a945375874 [2020-10-09T13:51:07.098Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-10-09T13:51:07.098Z] ---> Running in eeaa832b6d72 [2020-10-09T13:51:07.375Z] ---> fa8082730c01 [2020-10-09T13:51:07.375Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-10-09T13:51:07.642Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-09T13:51:07.642Z] ---> 211bc2011ec7 [2020-10-09T13:51:07.642Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-10-09T13:51:07.642Z] ---> Running in a11225086590 [2020-10-09T13:51:07.909Z] Removing intermediate container a11225086590 [2020-10-09T13:51:07.909Z] ---> 36d53fafdf16 [2020-10-09T13:51:07.909Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-09T13:51:07.909Z] ---> Running in ce54d7ff6eaa [2020-10-09T13:51:08.171Z] Removing intermediate container ce54d7ff6eaa [2020-10-09T13:51:08.171Z] ---> 8c8344b271b8 [2020-10-09T13:51:08.171Z] Step 20/22 : LABEL arch=x86_64 [2020-10-09T13:51:08.171Z] ---> Running in b2397186ef4a [2020-10-09T13:51:08.434Z] Removing intermediate container b2397186ef4a [2020-10-09T13:51:08.434Z] ---> 75cac30945c7 [2020-10-09T13:51:08.434Z] Step 21/22 : LABEL git_sha=f69fcd6f6cfc821951e2cd5529adc6021efd69b2 [2020-10-09T13:51:08.434Z] ---> Running in 9b0374d96379 [2020-10-09T13:51:08.434Z] Removing intermediate container 9b0374d96379 [2020-10-09T13:51:08.434Z] ---> 2aba0d26e7dd [2020-10-09T13:51:08.434Z] Step 22/22 : LABEL version=1.2.2-dev.60 [2020-10-09T13:51:08.697Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-09T13:51:08.697Z] ---> Running in 63c191dd1d29 [2020-10-09T13:51:08.697Z] Removing intermediate container 63c191dd1d29 [2020-10-09T13:51:08.697Z] ---> 43b7271a118a [2020-10-09T13:51:08.697Z] [2020-10-09T13:51:08.960Z] Successfully built 43b7271a118a [2020-10-09T13:51:08.960Z] Successfully tagged docker-core-metadata-go:latest [2020-10-09T13:51:09.537Z]  Building docker-core-metadata-go ... done (1/5) Installing libgcc (9.3.0-r2) [2020-10-09T13:51:09.537Z] (2/5) Installing libsodium (1.0.18-r0) [2020-10-09T13:51:09.799Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-10-09T13:51:10.066Z] (4/5) Installing libzmq (4.3.3-r0) [2020-10-09T13:51:10.066Z] (5/5) Installing zeromq (4.3.3-r0) [2020-10-09T13:51:10.066Z] Executing busybox-1.31.1-r16.trigger [2020-10-09T13:51:10.340Z] OK: 8 MiB in 19 packages [2020-10-09T13:51:10.610Z] Removing intermediate container eeaa832b6d72 [2020-10-09T13:51:10.610Z] ---> 9fdc27cf69a6 [2020-10-09T13:51:10.610Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-10-09T13:51:10.877Z] ---> 6c9d54f23bb3 [2020-10-09T13:51:10.877Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-10-09T13:51:11.838Z] ---> 78d91ac37982 [2020-10-09T13:51:11.838Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-10-09T13:51:11.838Z] ---> 3fd1ac0a238c [2020-10-09T13:51:11.838Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-10-09T13:51:11.838Z] ---> Running in aae4aa09b153 [2020-10-09T13:51:12.104Z] Removing intermediate container aae4aa09b153 [2020-10-09T13:51:12.104Z] ---> bcc02df13f62 [2020-10-09T13:51:12.104Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-09T13:51:12.104Z] ---> Running in 105c36966ac8 [2020-10-09T13:51:12.366Z] Removing intermediate container 105c36966ac8 [2020-10-09T13:51:12.366Z] ---> 1e49957e81a5 [2020-10-09T13:51:12.366Z] Step 21/23 : LABEL arch=x86_64 [2020-10-09T13:51:12.366Z] ---> Running in 176a074e3065 [2020-10-09T13:51:12.629Z] Removing intermediate container 176a074e3065 [2020-10-09T13:51:12.629Z] ---> 8286de97db7e [2020-10-09T13:51:12.629Z] Step 22/23 : LABEL git_sha=f69fcd6f6cfc821951e2cd5529adc6021efd69b2 [2020-10-09T13:51:12.629Z] ---> Running in 7e07f7a1a70e [2020-10-09T13:51:12.629Z] Removing intermediate container 7e07f7a1a70e [2020-10-09T13:51:12.629Z] ---> d016b5958027 [2020-10-09T13:51:12.629Z] Step 23/23 : LABEL version=1.2.2-dev.60 [2020-10-09T13:51:12.895Z] ---> Running in 7d18d4568085 [2020-10-09T13:51:12.896Z] Removing intermediate container 7d18d4568085 [2020-10-09T13:51:12.896Z] ---> 8bba6eef55d6 [2020-10-09T13:51:12.896Z] [2020-10-09T13:51:13.156Z] Successfully built 8bba6eef55d6 [2020-10-09T13:51:13.156Z] Successfully tagged docker-core-data-go:latest [2020-10-09T13:51:13.167Z]  Building docker-core-data-go ... done  [Pipeline] } [2020-10-09T13:51:13.208Z] $ docker stop --time=1 971f55f4084ab4c020f661af0c40a6bd5e7521235481d48ff38fa57795be89a1 [2020-10-09T13:51:14.932Z] $ docker rm -f 971f55f4084ab4c020f661af0c40a6bd5e7521235481d48ff38fa57795be89a1 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-09T13:51:15.456Z] + docker images [2020-10-09T13:51:15.456Z] + grep docker [2020-10-09T13:51:15.456Z] docker-core-data-go latest 8bba6eef55d6 3 seconds ago 23.6MB [2020-10-09T13:51:15.456Z] docker-core-metadata-go latest 43b7271a118a 7 seconds ago 14.2MB [2020-10-09T13:51:15.456Z] docker-sys-mgmt-agent-go latest 8b21daa64a22 24 seconds ago 290MB [2020-10-09T13:51:15.456Z] docker-support-logging-go latest a2bc9228f37c 25 seconds ago 11.1MB [2020-10-09T13:51:15.456Z] docker-security-proxy-setup-go latest b1af48572580 43 seconds ago 15.8MB [2020-10-09T13:51:15.456Z] docker-core-command-go latest 9133264488de 49 seconds ago 12.2MB [2020-10-09T13:51:15.456Z] docker-security-secretstore-setup-go latest 9f4991574a57 About a minute ago 32.4MB [2020-10-09T13:51:15.456Z] docker-support-notifications-go latest 91a29dc5d61f 2 minutes ago 13.6MB [2020-10-09T13:51:15.456Z] docker-support-scheduler-go latest c70d6dbda2ba 2 minutes ago 12.3MB [2020-10-09T13:51:15.456Z] docker-security-secrets-setup-go latest 4165c8941d4a 2 minutes ago 24MB [2020-10-09T13:51:15.456Z] docker latest 809cc4dba987 3 weeks ago 217MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-10-09T13:51:16.005Z] provisioning config files... [2020-10-09T13:51:16.079Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/175@tmp/config8353034583527256043tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-10-09T13:51:16.512Z] ---> docker-login.sh [2020-10-09T13:51:16.512Z] nexus3.edgexfoundry.org:10001 [2020-10-09T13:51:16.512Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-09T13:51:16.812Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-09T13:51:16.812Z] Configure a credential helper to remove this warning. See [2020-10-09T13:51:16.812Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-09T13:51:16.812Z] [2020-10-09T13:51:16.812Z] Login Succeeded [2020-10-09T13:51:16.812Z] nexus3.edgexfoundry.org:10002 [2020-10-09T13:51:16.812Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-09T13:51:16.812Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-09T13:51:16.812Z] Configure a credential helper to remove this warning. See [2020-10-09T13:51:16.812Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-09T13:51:16.812Z] [2020-10-09T13:51:16.812Z] Login Succeeded [2020-10-09T13:51:16.812Z] nexus3.edgexfoundry.org:10003 [2020-10-09T13:51:17.131Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-09T13:51:17.131Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-09T13:51:17.131Z] Configure a credential helper to remove this warning. See [2020-10-09T13:51:17.131Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-09T13:51:17.131Z] [2020-10-09T13:51:17.131Z] Login Succeeded [2020-10-09T13:51:17.131Z] nexus3.edgexfoundry.org:10004 [2020-10-09T13:51:17.131Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-09T13:51:17.432Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-09T13:51:17.432Z] Configure a credential helper to remove this warning. See [2020-10-09T13:51:17.432Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-09T13:51:17.432Z] [2020-10-09T13:51:17.432Z] Login Succeeded [2020-10-09T13:51:17.432Z] docker.io [2020-10-09T13:51:17.432Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-09T13:51:17.693Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-09T13:51:17.693Z] Configure a credential helper to remove this warning. See [2020-10-09T13:51:17.693Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-09T13:51:17.693Z] [2020-10-09T13:51:17.693Z] Login Succeeded [2020-10-09T13:51:17.693Z] ---> docker-login.sh ends [Pipeline] } [2020-10-09T13:51:17.702Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-09T13:51:17.897Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2020-10-09T13:51:17.897Z] f69fcd6f6cfc821951e2cd5529adc6021efd69b2 [2020-10-09T13:51:17.897Z] 1.2.2-dev.60 [2020-10-09T13:51:17.897Z] f69fcd6f6cfc821951e2cd5529adc6021efd69b2-1.2.2-dev.60 [2020-10-09T13:51:17.897Z] master [2020-10-09T13:51:17.897Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-09T13:51:18.335Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:f69fcd6f6cfc821951e2cd5529adc6021efd69b2 [Pipeline] isUnix [Pipeline] sh [2020-10-09T13:51:18.636Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:f69fcd6f6cfc821951e2cd5529adc6021efd69b2 [2020-10-09T13:51:18.636Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-10-09T13:51:18.636Z] 2c6ff7618ed9: Preparing [2020-10-09T13:51:18.636Z] 9d390dbff2cc: Preparing [2020-10-09T13:51:18.636Z] 4a6587852675: Preparing [2020-10-09T13:51:18.898Z] 2c6ff7618ed9: Pushed [2020-10-09T13:51:18.898Z] 4a6587852675: Pushed [2020-10-09T13:51:19.845Z] 9d390dbff2cc: Pushed [2020-10-09T13:51:20.107Z] f69fcd6f6cfc821951e2cd5529adc6021efd69b2: digest: sha256:0d41f478c34deb051c71ebf90bc1d8b14bf954ed5dd5cf446ba32c45b23b85e7 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-09T13:51:20.435Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.60 [Pipeline] isUnix [Pipeline] sh [2020-10-09T13:51:20.739Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.60 [2020-10-09T13:51:20.739Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-10-09T13:51:20.739Z] 2c6ff7618ed9: Preparing [2020-10-09T13:51:20.739Z] 9d390dbff2cc: Preparing [2020-10-09T13:51:20.739Z] 4a6587852675: Preparing [2020-10-09T13:51:20.739Z] 2c6ff7618ed9: Layer already exists [2020-10-09T13:51:20.739Z] 9d390dbff2cc: Layer already exists [2020-10-09T13:51:20.739Z] 4a6587852675: Layer already exists [2020-10-09T13:51:20.739Z] 1.2.2-dev.60: digest: sha256:0d41f478c34deb051c71ebf90bc1d8b14bf954ed5dd5cf446ba32c45b23b85e7 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-09T13:51:21.051Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:f69fcd6f6cfc821951e2cd5529adc6021efd69b2-1.2.2-dev.60 [Pipeline] isUnix [Pipeline] sh [2020-10-09T13:51:21.357Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:f69fcd6f6cfc821951e2cd5529adc6021efd69b2-1.2.2-dev.60 [2020-10-09T13:51:21.357Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-10-09T13:51:21.357Z] 2c6ff7618ed9: Preparing [2020-10-09T13:51:21.357Z] 9d390dbff2cc: Preparing [2020-10-09T13:51:21.357Z] 4a6587852675: Preparing [2020-10-09T13:51:21.357Z] 4a6587852675: Layer already exists [2020-10-09T13:51:21.357Z] 2c6ff7618ed9: Layer already exists [2020-10-09T13:51:21.357Z] 9d390dbff2cc: Layer already exists [2020-10-09T13:51:21.357Z] f69fcd6f6cfc821951e2cd5529adc6021efd69b2-1.2.2-dev.60: digest: sha256:0d41f478c34deb051c71ebf90bc1d8b14bf954ed5dd5cf446ba32c45b23b85e7 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-09T13:51:21.669Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-09T13:51:21.977Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2020-10-09T13:51:21.977Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-10-09T13:51:21.977Z] 2c6ff7618ed9: Preparing [2020-10-09T13:51:21.977Z] 9d390dbff2cc: Preparing [2020-10-09T13:51:21.977Z] 4a6587852675: Preparing [2020-10-09T13:51:21.977Z] 4a6587852675: Layer already exists [2020-10-09T13:51:21.977Z] 2c6ff7618ed9: Layer already exists [2020-10-09T13:51:21.977Z] 9d390dbff2cc: Layer already exists [2020-10-09T13:51:21.977Z] master: digest: sha256:0d41f478c34deb051c71ebf90bc1d8b14bf954ed5dd5cf446ba32c45b23b85e7 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-09T13:51:22.233Z] ===================================================== [Pipeline] echo [2020-10-09T13:51:22.280Z] taggedImages: [2020-10-09T13:51:22.280Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:f69fcd6f6cfc821951e2cd5529adc6021efd69b2 [2020-10-09T13:51:22.280Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.60 [2020-10-09T13:51:22.280Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:f69fcd6f6cfc821951e2cd5529adc6021efd69b2-1.2.2-dev.60 [2020-10-09T13:51:22.280Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2020-10-09T13:51:22.343Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2020-10-09T13:51:22.343Z] f69fcd6f6cfc821951e2cd5529adc6021efd69b2 [2020-10-09T13:51:22.343Z] 1.2.2-dev.60 [2020-10-09T13:51:22.343Z] f69fcd6f6cfc821951e2cd5529adc6021efd69b2-1.2.2-dev.60 [2020-10-09T13:51:22.343Z] master [2020-10-09T13:51:22.343Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-09T13:51:22.837Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:f69fcd6f6cfc821951e2cd5529adc6021efd69b2 [Pipeline] isUnix [Pipeline] sh [2020-10-09T13:51:23.140Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:f69fcd6f6cfc821951e2cd5529adc6021efd69b2 [2020-10-09T13:51:23.140Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-10-09T13:51:23.140Z] c6576a2525a5: Preparing [2020-10-09T13:51:23.140Z] e1e62ed4c768: Preparing [2020-10-09T13:51:23.140Z] 39acd100dd68: Preparing [2020-10-09T13:51:23.140Z] 2c65c2a64ca5: Preparing [2020-10-09T13:51:23.140Z] 022152c5452e: Preparing [2020-10-09T13:51:23.140Z] 50644c29ef5a: Preparing [2020-10-09T13:51:23.140Z] 50644c29ef5a: Waiting [2020-10-09T13:51:23.140Z] c6576a2525a5: Pushed [2020-10-09T13:51:23.402Z] 39acd100dd68: Pushed [2020-10-09T13:51:23.402Z] 022152c5452e: Pushed [2020-10-09T13:51:23.402Z] 50644c29ef5a: Layer already exists [2020-10-09T13:51:23.673Z] 2c65c2a64ca5: Pushed [2020-10-09T13:51:24.619Z] e1e62ed4c768: Pushed [2020-10-09T13:51:24.881Z] f69fcd6f6cfc821951e2cd5529adc6021efd69b2: digest: sha256:b3aeb74c64ab9be7de67300c88ecd8623c786fcf0430cbf435915b0bb0e6597c size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-09T13:51:25.204Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.60 [Pipeline] isUnix [Pipeline] sh [2020-10-09T13:51:25.238Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-09T13:51:25.238Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-10-09T13:51:25.238Z] ---> 523460a8e353 [2020-10-09T13:51:25.238Z] Step 3/27 : WORKDIR /edgex-go [2020-10-09T13:51:25.238Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-09T13:51:25.238Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-10-09T13:51:25.238Z] ---> 523460a8e353 [2020-10-09T13:51:25.238Z] Step 3/23 : WORKDIR /edgex-go [2020-10-09T13:51:25.238Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-09T13:51:25.238Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-10-09T13:51:25.238Z] ---> 523460a8e353 [2020-10-09T13:51:25.238Z] Step 3/29 : WORKDIR /edgex-go [2020-10-09T13:51:25.238Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-09T13:51:25.238Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-09T13:51:25.238Z] ---> 523460a8e353 [2020-10-09T13:51:25.238Z] Step 3/22 : WORKDIR /edgex-go [2020-10-09T13:51:25.238Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-09T13:51:25.238Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-10-09T13:51:25.238Z] ---> 523460a8e353 [2020-10-09T13:51:25.238Z] Step 3/21 : WORKDIR /edgex-go [2020-10-09T13:51:25.238Z] ---> Running in a8be623c6646 [2020-10-09T13:51:25.238Z] ---> Running in 392a731ae2f5 [2020-10-09T13:51:25.238Z] ---> Running in e76068c900eb [2020-10-09T13:51:25.238Z] ---> Running in 9c1ed27eb0dd [2020-10-09T13:51:25.238Z] ---> Running in a49267e5070a [2020-10-09T13:51:25.238Z] Removing intermediate container 392a731ae2f5 [2020-10-09T13:51:25.238Z] ---> d8328ee67fcb [2020-10-09T13:51:25.238Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-09T13:51:25.238Z] Removing intermediate container e76068c900eb [2020-10-09T13:51:25.238Z] ---> cf59327266aa [2020-10-09T13:51:25.238Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-09T13:51:25.238Z] Removing intermediate container 9c1ed27eb0dd [2020-10-09T13:51:25.238Z] ---> c36f21fd2082 [2020-10-09T13:51:25.238Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-09T13:51:25.238Z] Removing intermediate container a49267e5070a [2020-10-09T13:51:25.238Z] ---> 38ca5f46e74b [2020-10-09T13:51:25.238Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-09T13:51:25.238Z] Removing intermediate container a8be623c6646 [2020-10-09T13:51:25.238Z] ---> e49a328cf43c [2020-10-09T13:51:25.238Z] Step 4/29 : RUN apk update && apk add make git [2020-10-09T13:51:25.238Z] ---> Running in 1b65cd7e3367 [2020-10-09T13:51:25.238Z] ---> Running in 3b548b0aa7e1 [2020-10-09T13:51:25.238Z] ---> Running in f78ed27d3cb2 [2020-10-09T13:51:25.238Z] ---> Running in 8aa485b3a137 [2020-10-09T13:51:25.238Z] ---> Running in 9828b8846829 [2020-10-09T13:51:25.506Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.60 [2020-10-09T13:51:25.506Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-10-09T13:51:25.506Z] c6576a2525a5: Preparing [2020-10-09T13:51:25.506Z] e1e62ed4c768: Preparing [2020-10-09T13:51:25.506Z] 39acd100dd68: Preparing [2020-10-09T13:51:25.506Z] 2c65c2a64ca5: Preparing [2020-10-09T13:51:25.506Z] 022152c5452e: Preparing [2020-10-09T13:51:25.506Z] 50644c29ef5a: Preparing [2020-10-09T13:51:25.506Z] 50644c29ef5a: Waiting [2020-10-09T13:51:25.506Z] 39acd100dd68: Layer already exists [2020-10-09T13:51:25.506Z] e1e62ed4c768: Layer already exists [2020-10-09T13:51:25.506Z] 2c65c2a64ca5: Layer already exists [2020-10-09T13:51:25.506Z] 022152c5452e: Layer already exists [2020-10-09T13:51:25.506Z] c6576a2525a5: Layer already exists [2020-10-09T13:51:25.506Z] 50644c29ef5a: Layer already exists [2020-10-09T13:51:25.506Z] 1.2.2-dev.60: digest: sha256:b3aeb74c64ab9be7de67300c88ecd8623c786fcf0430cbf435915b0bb0e6597c size: 1572 [Pipeline] isUnix [2020-10-09T13:51:25.525Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [Pipeline] sh [2020-10-09T13:51:25.816Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:f69fcd6f6cfc821951e2cd5529adc6021efd69b2-1.2.2-dev.60 [Pipeline] isUnix [Pipeline] sh [2020-10-09T13:51:26.115Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:f69fcd6f6cfc821951e2cd5529adc6021efd69b2-1.2.2-dev.60 [2020-10-09T13:51:26.115Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-10-09T13:51:26.115Z] c6576a2525a5: Preparing [2020-10-09T13:51:26.115Z] e1e62ed4c768: Preparing [2020-10-09T13:51:26.115Z] 39acd100dd68: Preparing [2020-10-09T13:51:26.115Z] 2c65c2a64ca5: Preparing [2020-10-09T13:51:26.115Z] 022152c5452e: Preparing [2020-10-09T13:51:26.115Z] 50644c29ef5a: Preparing [2020-10-09T13:51:26.115Z] 50644c29ef5a: Waiting [2020-10-09T13:51:26.115Z] 2c65c2a64ca5: Layer already exists [2020-10-09T13:51:26.115Z] c6576a2525a5: Layer already exists [2020-10-09T13:51:26.115Z] 022152c5452e: Layer already exists [2020-10-09T13:51:26.115Z] 39acd100dd68: Layer already exists [2020-10-09T13:51:26.115Z] e1e62ed4c768: Layer already exists [2020-10-09T13:51:26.115Z] 50644c29ef5a: Layer already exists [2020-10-09T13:51:26.378Z] f69fcd6f6cfc821951e2cd5529adc6021efd69b2-1.2.2-dev.60: digest: sha256:b3aeb74c64ab9be7de67300c88ecd8623c786fcf0430cbf435915b0bb0e6597c size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-09T13:51:26.541Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-09T13:51:26.688Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-09T13:51:26.819Z] Removing intermediate container 1b65cd7e3367 [2020-10-09T13:51:26.819Z] ---> 47efed658127 [2020-10-09T13:51:26.819Z] Step 5/21 : RUN apk update && apk add make git [2020-10-09T13:51:26.994Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2020-10-09T13:51:26.995Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-10-09T13:51:26.995Z] c6576a2525a5: Preparing [2020-10-09T13:51:26.995Z] e1e62ed4c768: Preparing [2020-10-09T13:51:26.995Z] 39acd100dd68: Preparing [2020-10-09T13:51:26.995Z] 2c65c2a64ca5: Preparing [2020-10-09T13:51:26.995Z] 022152c5452e: Preparing [2020-10-09T13:51:26.995Z] 50644c29ef5a: Preparing [2020-10-09T13:51:26.995Z] 50644c29ef5a: Waiting [2020-10-09T13:51:26.995Z] c6576a2525a5: Layer already exists [2020-10-09T13:51:26.995Z] 022152c5452e: Layer already exists [2020-10-09T13:51:26.995Z] 2c65c2a64ca5: Layer already exists [2020-10-09T13:51:26.995Z] 39acd100dd68: Layer already exists [2020-10-09T13:51:26.995Z] e1e62ed4c768: Layer already exists [2020-10-09T13:51:26.995Z] 50644c29ef5a: Layer already exists [2020-10-09T13:51:26.995Z] master: digest: sha256:b3aeb74c64ab9be7de67300c88ecd8623c786fcf0430cbf435915b0bb0e6597c size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [2020-10-09T13:51:27.095Z] Removing intermediate container 3b548b0aa7e1 [2020-10-09T13:51:27.095Z] ---> 98ccae20ab99 [2020-10-09T13:51:27.095Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-10-09T13:51:27.095Z] ---> Running in c6a4a7bdee62 [Pipeline] // withEnv [Pipeline] echo [2020-10-09T13:51:27.160Z] ===================================================== [Pipeline] echo [2020-10-09T13:51:27.205Z] taggedImages: [2020-10-09T13:51:27.205Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:f69fcd6f6cfc821951e2cd5529adc6021efd69b2 [2020-10-09T13:51:27.205Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.60 [2020-10-09T13:51:27.205Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:f69fcd6f6cfc821951e2cd5529adc6021efd69b2-1.2.2-dev.60 [2020-10-09T13:51:27.205Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2020-10-09T13:51:27.275Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2020-10-09T13:51:27.275Z] f69fcd6f6cfc821951e2cd5529adc6021efd69b2 [2020-10-09T13:51:27.275Z] 1.2.2-dev.60 [2020-10-09T13:51:27.275Z] f69fcd6f6cfc821951e2cd5529adc6021efd69b2-1.2.2-dev.60 [2020-10-09T13:51:27.275Z] master [2020-10-09T13:51:27.275Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [2020-10-09T13:51:27.381Z] Removing intermediate container f78ed27d3cb2 [2020-10-09T13:51:27.381Z] ---> e681b7818b35 [2020-10-09T13:51:27.381Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-10-09T13:51:27.381Z] ---> Running in 63a04bb17647 [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-09T13:51:27.698Z] ---> Running in 85b12635ce75 [2020-10-09T13:51:27.698Z] v3.12.0-376-gb3fc85f1ac [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-09T13:51:27.698Z] v3.12.0-379-gbdabed52be [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-09T13:51:27.698Z] OK: 12623 distinct packages available [2020-10-09T13:51:27.748Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:f69fcd6f6cfc821951e2cd5529adc6021efd69b2 [Pipeline] isUnix [Pipeline] sh [2020-10-09T13:51:28.006Z] Removing intermediate container 8aa485b3a137 [2020-10-09T13:51:28.006Z] ---> aa3fcb6c84a8 [2020-10-09T13:51:28.006Z] Step 5/27 : RUN apk update && apk add make bash git [2020-10-09T13:51:28.051Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:f69fcd6f6cfc821951e2cd5529adc6021efd69b2 [2020-10-09T13:51:28.051Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-10-09T13:51:28.051Z] 683e6afcb13e: Preparing [2020-10-09T13:51:28.051Z] 9b8487e2c304: Preparing [2020-10-09T13:51:28.051Z] 423e280062f2: Preparing [2020-10-09T13:51:28.051Z] 423e280062f2: Pushed [2020-10-09T13:51:28.329Z] 683e6afcb13e: Pushed [2020-10-09T13:51:28.680Z] ---> Running in 6a4fabad1a77 [2020-10-09T13:51:28.983Z] OK: 217 MiB in 51 packages [2020-10-09T13:51:29.724Z] 9b8487e2c304: Pushed [2020-10-09T13:51:29.725Z] f69fcd6f6cfc821951e2cd5529adc6021efd69b2: digest: sha256:7d94e5770d026d83e5483b558b1fa70aca6de057304c5a5c022459a51183d878 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-09T13:51:30.039Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.60 [Pipeline] isUnix [Pipeline] sh [2020-10-09T13:51:30.342Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.60 [2020-10-09T13:51:30.342Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-10-09T13:51:30.342Z] 683e6afcb13e: Preparing [2020-10-09T13:51:30.342Z] 9b8487e2c304: Preparing [2020-10-09T13:51:30.342Z] 423e280062f2: Preparing [2020-10-09T13:51:30.342Z] 9b8487e2c304: Layer already exists [2020-10-09T13:51:30.342Z] 683e6afcb13e: Layer already exists [2020-10-09T13:51:30.342Z] 423e280062f2: Layer already exists [2020-10-09T13:51:30.342Z] 1.2.2-dev.60: digest: sha256:7d94e5770d026d83e5483b558b1fa70aca6de057304c5a5c022459a51183d878 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-09T13:51:30.647Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:f69fcd6f6cfc821951e2cd5529adc6021efd69b2-1.2.2-dev.60 [Pipeline] isUnix [Pipeline] sh [2020-10-09T13:51:30.955Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:f69fcd6f6cfc821951e2cd5529adc6021efd69b2-1.2.2-dev.60 [2020-10-09T13:51:30.955Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-10-09T13:51:30.955Z] 683e6afcb13e: Preparing [2020-10-09T13:51:30.955Z] 9b8487e2c304: Preparing [2020-10-09T13:51:30.955Z] 423e280062f2: Preparing [2020-10-09T13:51:30.955Z] 9b8487e2c304: Layer already exists [2020-10-09T13:51:30.955Z] 683e6afcb13e: Layer already exists [2020-10-09T13:51:30.955Z] 423e280062f2: Layer already exists [2020-10-09T13:51:30.955Z] f69fcd6f6cfc821951e2cd5529adc6021efd69b2-1.2.2-dev.60: digest: sha256:7d94e5770d026d83e5483b558b1fa70aca6de057304c5a5c022459a51183d878 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-09T13:51:31.001Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-09T13:51:31.002Z] Removing intermediate container 9828b8846829 [2020-10-09T13:51:31.002Z] ---> c6ff35ac1e3d [2020-10-09T13:51:31.002Z] Step 5/29 : COPY go.mod . [2020-10-09T13:51:31.260Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2020-10-09T13:51:31.276Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-09T13:51:31.276Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-09T13:51:31.276Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [Pipeline] isUnix [Pipeline] sh [2020-10-09T13:51:31.566Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-09T13:51:31.717Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2020-10-09T13:51:31.717Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-10-09T13:51:31.717Z] 683e6afcb13e: Preparing [2020-10-09T13:51:31.717Z] 9b8487e2c304: Preparing [2020-10-09T13:51:31.717Z] 423e280062f2: Preparing [2020-10-09T13:51:31.717Z] 683e6afcb13e: Layer already exists [2020-10-09T13:51:31.717Z] 423e280062f2: Layer already exists [2020-10-09T13:51:31.717Z] 9b8487e2c304: Layer already exists [2020-10-09T13:51:31.844Z] ---> af72c5e8c506 [2020-10-09T13:51:31.844Z] Step 6/29 : RUN go mod download [2020-10-09T13:51:31.978Z] master: digest: sha256:7d94e5770d026d83e5483b558b1fa70aca6de057304c5a5c022459a51183d878 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [2020-10-09T13:51:32.123Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-09T13:51:32.124Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-09T13:51:32.124Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [Pipeline] // withEnv [Pipeline] echo [2020-10-09T13:51:32.239Z] ===================================================== [Pipeline] echo [2020-10-09T13:51:32.281Z] taggedImages: [2020-10-09T13:51:32.281Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:f69fcd6f6cfc821951e2cd5529adc6021efd69b2 [2020-10-09T13:51:32.281Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.60 [2020-10-09T13:51:32.281Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:f69fcd6f6cfc821951e2cd5529adc6021efd69b2-1.2.2-dev.60 [2020-10-09T13:51:32.281Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2020-10-09T13:51:32.345Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2020-10-09T13:51:32.345Z] f69fcd6f6cfc821951e2cd5529adc6021efd69b2 [2020-10-09T13:51:32.345Z] 1.2.2-dev.60 [2020-10-09T13:51:32.345Z] f69fcd6f6cfc821951e2cd5529adc6021efd69b2-1.2.2-dev.60 [2020-10-09T13:51:32.345Z] master [2020-10-09T13:51:32.345Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-09T13:51:32.723Z] ---> Running in 50961162406a [2020-10-09T13:51:32.723Z] v3.12.0-376-gb3fc85f1ac [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-09T13:51:32.723Z] v3.12.0-379-gbdabed52be [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-09T13:51:32.723Z] OK: 12623 distinct packages available [2020-10-09T13:51:32.810Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:f69fcd6f6cfc821951e2cd5529adc6021efd69b2 [Pipeline] isUnix [Pipeline] sh [2020-10-09T13:51:33.001Z] v3.12.0-376-gb3fc85f1ac [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-09T13:51:33.001Z] v3.12.0-379-gbdabed52be [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-09T13:51:33.001Z] OK: 12623 distinct packages available [2020-10-09T13:51:33.111Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:f69fcd6f6cfc821951e2cd5529adc6021efd69b2 [2020-10-09T13:51:33.111Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-10-09T13:51:33.111Z] 6ca5584d1ef8: Preparing [2020-10-09T13:51:33.111Z] bfb959e691cb: Preparing [2020-10-09T13:51:33.111Z] fa8dc69f533c: Preparing [2020-10-09T13:51:33.111Z] 91131e1eb7e0: Preparing [2020-10-09T13:51:33.111Z] 50644c29ef5a: Preparing [2020-10-09T13:51:33.111Z] 50644c29ef5a: Layer already exists [2020-10-09T13:51:33.377Z] bfb959e691cb: Pushed [2020-10-09T13:51:33.377Z] fa8dc69f533c: Pushed [2020-10-09T13:51:33.608Z] v3.12.0-376-gb3fc85f1ac [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-09T13:51:33.608Z] v3.12.0-379-gbdabed52be [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-09T13:51:33.608Z] OK: 12623 distinct packages available [2020-10-09T13:51:33.608Z] v3.12.0-376-gb3fc85f1ac [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-09T13:51:33.608Z] v3.12.0-379-gbdabed52be [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-09T13:51:33.608Z] OK: 12623 distinct packages available [2020-10-09T13:51:33.639Z] 91131e1eb7e0: Pushed [2020-10-09T13:51:34.213Z] 6ca5584d1ef8: Pushed [2020-10-09T13:51:34.236Z] OK: 217 MiB in 51 packages [2020-10-09T13:51:34.237Z] OK: 217 MiB in 51 packages [2020-10-09T13:51:34.477Z] f69fcd6f6cfc821951e2cd5529adc6021efd69b2: digest: sha256:fef01bbee3895d128814f1561040af3d7a5a4b1c101d423a6b68eec995aa6474 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-09T13:51:34.786Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.60 [Pipeline] isUnix [Pipeline] sh [2020-10-09T13:51:34.851Z] OK: 217 MiB in 51 packages [2020-10-09T13:51:34.852Z] OK: 217 MiB in 51 packages [2020-10-09T13:51:35.087Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.60 [2020-10-09T13:51:35.087Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-10-09T13:51:35.087Z] 6ca5584d1ef8: Preparing [2020-10-09T13:51:35.087Z] bfb959e691cb: Preparing [2020-10-09T13:51:35.087Z] fa8dc69f533c: Preparing [2020-10-09T13:51:35.087Z] 91131e1eb7e0: Preparing [2020-10-09T13:51:35.087Z] 50644c29ef5a: Preparing [2020-10-09T13:51:35.087Z] 50644c29ef5a: Layer already exists [2020-10-09T13:51:35.087Z] fa8dc69f533c: Layer already exists [2020-10-09T13:51:35.087Z] bfb959e691cb: Layer already exists [2020-10-09T13:51:35.087Z] 91131e1eb7e0: Layer already exists [2020-10-09T13:51:35.087Z] 6ca5584d1ef8: Layer already exists [2020-10-09T13:51:35.087Z] 1.2.2-dev.60: digest: sha256:fef01bbee3895d128814f1561040af3d7a5a4b1c101d423a6b68eec995aa6474 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-09T13:51:35.401Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:f69fcd6f6cfc821951e2cd5529adc6021efd69b2-1.2.2-dev.60 [Pipeline] isUnix [Pipeline] sh [2020-10-09T13:51:35.869Z] OK: 217 MiB in 51 packages [2020-10-09T13:51:36.164Z] Removing intermediate container c6a4a7bdee62 [2020-10-09T13:51:36.164Z] ---> 3c0fa8b31e93 [2020-10-09T13:51:36.164Z] Step 6/21 : COPY go.mod . [2020-10-09T13:51:36.360Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:f69fcd6f6cfc821951e2cd5529adc6021efd69b2-1.2.2-dev.60 [2020-10-09T13:51:36.360Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-10-09T13:51:36.360Z] 6ca5584d1ef8: Preparing [2020-10-09T13:51:36.360Z] bfb959e691cb: Preparing [2020-10-09T13:51:36.360Z] fa8dc69f533c: Preparing [2020-10-09T13:51:36.360Z] 91131e1eb7e0: Preparing [2020-10-09T13:51:36.360Z] 50644c29ef5a: Preparing [2020-10-09T13:51:36.360Z] 6ca5584d1ef8: Layer already exists [2020-10-09T13:51:36.360Z] 50644c29ef5a: Layer already exists [2020-10-09T13:51:36.360Z] bfb959e691cb: Layer already exists [2020-10-09T13:51:36.360Z] 91131e1eb7e0: Layer already exists [2020-10-09T13:51:36.360Z] fa8dc69f533c: Layer already exists [2020-10-09T13:51:36.360Z] f69fcd6f6cfc821951e2cd5529adc6021efd69b2-1.2.2-dev.60: digest: sha256:fef01bbee3895d128814f1561040af3d7a5a4b1c101d423a6b68eec995aa6474 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-09T13:51:36.674Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-09T13:51:36.977Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2020-10-09T13:51:36.977Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-10-09T13:51:36.977Z] 6ca5584d1ef8: Preparing [2020-10-09T13:51:36.977Z] bfb959e691cb: Preparing [2020-10-09T13:51:36.977Z] fa8dc69f533c: Preparing [2020-10-09T13:51:36.977Z] 91131e1eb7e0: Preparing [2020-10-09T13:51:36.977Z] 50644c29ef5a: Preparing [2020-10-09T13:51:36.977Z] fa8dc69f533c: Layer already exists [2020-10-09T13:51:36.977Z] 91131e1eb7e0: Layer already exists [2020-10-09T13:51:36.977Z] bfb959e691cb: Layer already exists [2020-10-09T13:51:36.977Z] 50644c29ef5a: Layer already exists [2020-10-09T13:51:36.977Z] 6ca5584d1ef8: Layer already exists [2020-10-09T13:51:36.977Z] master: digest: sha256:fef01bbee3895d128814f1561040af3d7a5a4b1c101d423a6b68eec995aa6474 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-09T13:51:37.151Z] ===================================================== [Pipeline] echo [2020-10-09T13:51:37.215Z] taggedImages: [2020-10-09T13:51:37.215Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:f69fcd6f6cfc821951e2cd5529adc6021efd69b2 [2020-10-09T13:51:37.215Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.60 [2020-10-09T13:51:37.215Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:f69fcd6f6cfc821951e2cd5529adc6021efd69b2-1.2.2-dev.60 [2020-10-09T13:51:37.215Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo [2020-10-09T13:51:37.279Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go with the following tags: [2020-10-09T13:51:37.279Z] f69fcd6f6cfc821951e2cd5529adc6021efd69b2 [2020-10-09T13:51:37.279Z] 1.2.2-dev.60 [2020-10-09T13:51:37.279Z] f69fcd6f6cfc821951e2cd5529adc6021efd69b2-1.2.2-dev.60 [2020-10-09T13:51:37.279Z] master [2020-10-09T13:51:37.279Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-09T13:51:37.650Z] Removing intermediate container 6a4fabad1a77 [2020-10-09T13:51:37.650Z] ---> 52b2293376a5 [2020-10-09T13:51:37.650Z] Step 6/27 : COPY go.mod . [2020-10-09T13:51:37.650Z] ---> 6521fb780825 [2020-10-09T13:51:37.650Z] Step 7/21 : RUN go mod download [2020-10-09T13:51:37.650Z] Removing intermediate container 63a04bb17647 [2020-10-09T13:51:37.650Z] ---> 6e8c364db67f [2020-10-09T13:51:37.650Z] Step 6/23 : COPY go.mod . [2020-10-09T13:51:37.815Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:f69fcd6f6cfc821951e2cd5529adc6021efd69b2 [Pipeline] isUnix [Pipeline] sh [2020-10-09T13:51:37.930Z] ---> Running in fab50e65a695 [2020-10-09T13:51:37.930Z] Removing intermediate container 85b12635ce75 [2020-10-09T13:51:37.930Z] ---> 46a052f35bd7 [2020-10-09T13:51:37.930Z] Step 6/22 : COPY go.mod . [2020-10-09T13:51:38.116Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:f69fcd6f6cfc821951e2cd5529adc6021efd69b2 [2020-10-09T13:51:38.116Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-10-09T13:51:38.116Z] aee0ee2cd3b2: Preparing [2020-10-09T13:51:38.116Z] 1cd9ec86449a: Preparing [2020-10-09T13:51:38.116Z] 4372099742c7: Preparing [2020-10-09T13:51:38.116Z] 0d956285ec46: Preparing [2020-10-09T13:51:38.116Z] 0d956285ec46: Preparing [2020-10-09T13:51:38.116Z] 66b350c24865: Preparing [2020-10-09T13:51:38.116Z] 0692674bcd63: Preparing [2020-10-09T13:51:38.116Z] 98c28b230a97: Preparing [2020-10-09T13:51:38.116Z] aee0ee2cd3b2: Preparing [2020-10-09T13:51:38.116Z] bdf01f3ca343: Preparing [2020-10-09T13:51:38.116Z] 04b0a077bead: Preparing [2020-10-09T13:51:38.116Z] a955eeb68900: Preparing [2020-10-09T13:51:38.116Z] 50644c29ef5a: Preparing [2020-10-09T13:51:38.116Z] bdf01f3ca343: Waiting [2020-10-09T13:51:38.116Z] 0692674bcd63: Waiting [2020-10-09T13:51:38.116Z] 04b0a077bead: Waiting [2020-10-09T13:51:38.116Z] 98c28b230a97: Waiting [2020-10-09T13:51:38.116Z] 50644c29ef5a: Waiting [2020-10-09T13:51:38.116Z] a955eeb68900: Waiting [2020-10-09T13:51:38.216Z] Removing intermediate container 50961162406a [2020-10-09T13:51:38.216Z] ---> 53b60fdf6904 [2020-10-09T13:51:38.216Z] Step 7/29 : COPY . . [2020-10-09T13:51:38.378Z] 66b350c24865: Pushed [2020-10-09T13:51:38.378Z] 4372099742c7: Pushed [2020-10-09T13:51:38.378Z] 1cd9ec86449a: Pushed [2020-10-09T13:51:38.378Z] 0d956285ec46: Pushed [2020-10-09T13:51:38.641Z] 0692674bcd63: Pushed [2020-10-09T13:51:38.641Z] bdf01f3ca343: Pushed [2020-10-09T13:51:38.641Z] 98c28b230a97: Pushed [2020-10-09T13:51:38.641Z] 50644c29ef5a: Layer already exists [2020-10-09T13:51:38.641Z] 04b0a077bead: Pushed [2020-10-09T13:51:38.836Z] ---> 1f4abdfc81fa [2020-10-09T13:51:38.836Z] Step 7/27 : RUN go mod download [2020-10-09T13:51:38.836Z] ---> 7d8446e53c07 [2020-10-09T13:51:38.836Z] Step 7/23 : RUN go mod download [2020-10-09T13:51:38.902Z] a955eeb68900: Pushed [2020-10-09T13:51:39.112Z] ---> Running in 758b254e03b4 [2020-10-09T13:51:39.112Z] ---> 75db953fadd9 [2020-10-09T13:51:39.112Z] Step 7/22 : RUN go mod download [2020-10-09T13:51:39.164Z] aee0ee2cd3b2: Pushed [2020-10-09T13:51:39.425Z] f69fcd6f6cfc821951e2cd5529adc6021efd69b2: digest: sha256:6b1a699fbeead1629e899c7fa4c5faf99f11658b4dcb691edc0ac621cfe7b7b2 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-09T13:51:39.709Z] ---> Running in 35b2b8dab83c [2020-10-09T13:51:39.733Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.60 [Pipeline] isUnix [Pipeline] sh [2020-10-09T13:51:40.062Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.60 [2020-10-09T13:51:40.062Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-10-09T13:51:40.062Z] aee0ee2cd3b2: Preparing [2020-10-09T13:51:40.062Z] 1cd9ec86449a: Preparing [2020-10-09T13:51:40.062Z] 4372099742c7: Preparing [2020-10-09T13:51:40.062Z] 0d956285ec46: Preparing [2020-10-09T13:51:40.062Z] 0d956285ec46: Preparing [2020-10-09T13:51:40.062Z] 66b350c24865: Preparing [2020-10-09T13:51:40.062Z] 0692674bcd63: Preparing [2020-10-09T13:51:40.062Z] 98c28b230a97: Preparing [2020-10-09T13:51:40.062Z] aee0ee2cd3b2: Preparing [2020-10-09T13:51:40.062Z] bdf01f3ca343: Preparing [2020-10-09T13:51:40.062Z] 04b0a077bead: Preparing [2020-10-09T13:51:40.062Z] a955eeb68900: Preparing [2020-10-09T13:51:40.062Z] 50644c29ef5a: Preparing [2020-10-09T13:51:40.062Z] 0692674bcd63: Waiting [2020-10-09T13:51:40.062Z] 98c28b230a97: Waiting [2020-10-09T13:51:40.062Z] bdf01f3ca343: Waiting [2020-10-09T13:51:40.062Z] 04b0a077bead: Waiting [2020-10-09T13:51:40.062Z] a955eeb68900: Waiting [2020-10-09T13:51:40.062Z] 50644c29ef5a: Waiting [2020-10-09T13:51:40.062Z] 0d956285ec46: Layer already exists [2020-10-09T13:51:40.062Z] 66b350c24865: Layer already exists [2020-10-09T13:51:40.062Z] aee0ee2cd3b2: Layer already exists [2020-10-09T13:51:40.062Z] 1cd9ec86449a: Layer already exists [2020-10-09T13:51:40.062Z] 4372099742c7: Layer already exists [2020-10-09T13:51:40.062Z] 0692674bcd63: Layer already exists [2020-10-09T13:51:40.062Z] 98c28b230a97: Layer already exists [2020-10-09T13:51:40.062Z] bdf01f3ca343: Layer already exists [2020-10-09T13:51:40.062Z] a955eeb68900: Layer already exists [2020-10-09T13:51:40.062Z] 04b0a077bead: Layer already exists [2020-10-09T13:51:40.062Z] 50644c29ef5a: Layer already exists [2020-10-09T13:51:40.062Z] 1.2.2-dev.60: digest: sha256:6b1a699fbeead1629e899c7fa4c5faf99f11658b4dcb691edc0ac621cfe7b7b2 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-09T13:51:40.371Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:f69fcd6f6cfc821951e2cd5529adc6021efd69b2-1.2.2-dev.60 [Pipeline] isUnix [Pipeline] sh [2020-10-09T13:51:40.667Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:f69fcd6f6cfc821951e2cd5529adc6021efd69b2-1.2.2-dev.60 [2020-10-09T13:51:40.667Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-10-09T13:51:40.667Z] aee0ee2cd3b2: Preparing [2020-10-09T13:51:40.667Z] 1cd9ec86449a: Preparing [2020-10-09T13:51:40.667Z] 4372099742c7: Preparing [2020-10-09T13:51:40.667Z] 0d956285ec46: Preparing [2020-10-09T13:51:40.667Z] 0d956285ec46: Preparing [2020-10-09T13:51:40.667Z] 66b350c24865: Preparing [2020-10-09T13:51:40.667Z] 0692674bcd63: Preparing [2020-10-09T13:51:40.667Z] 98c28b230a97: Preparing [2020-10-09T13:51:40.667Z] aee0ee2cd3b2: Preparing [2020-10-09T13:51:40.667Z] bdf01f3ca343: Preparing [2020-10-09T13:51:40.667Z] 04b0a077bead: Preparing [2020-10-09T13:51:40.667Z] a955eeb68900: Preparing [2020-10-09T13:51:40.667Z] 50644c29ef5a: Preparing [2020-10-09T13:51:40.667Z] bdf01f3ca343: Waiting [2020-10-09T13:51:40.667Z] 04b0a077bead: Waiting [2020-10-09T13:51:40.667Z] a955eeb68900: Waiting [2020-10-09T13:51:40.667Z] 50644c29ef5a: Waiting [2020-10-09T13:51:40.667Z] 0692674bcd63: Waiting [2020-10-09T13:51:40.667Z] 98c28b230a97: Waiting [2020-10-09T13:51:40.667Z] 0d956285ec46: Layer already exists [2020-10-09T13:51:40.667Z] aee0ee2cd3b2: Layer already exists [2020-10-09T13:51:40.667Z] 4372099742c7: Layer already exists [2020-10-09T13:51:40.667Z] 66b350c24865: Layer already exists [2020-10-09T13:51:40.667Z] 1cd9ec86449a: Layer already exists [2020-10-09T13:51:40.667Z] 98c28b230a97: Layer already exists [2020-10-09T13:51:40.667Z] 0692674bcd63: Layer already exists [2020-10-09T13:51:40.667Z] 04b0a077bead: Layer already exists [2020-10-09T13:51:40.667Z] a955eeb68900: Layer already exists [2020-10-09T13:51:40.667Z] bdf01f3ca343: Layer already exists [2020-10-09T13:51:40.667Z] 50644c29ef5a: Layer already exists [2020-10-09T13:51:40.667Z] f69fcd6f6cfc821951e2cd5529adc6021efd69b2-1.2.2-dev.60: digest: sha256:6b1a699fbeead1629e899c7fa4c5faf99f11658b4dcb691edc0ac621cfe7b7b2 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-09T13:51:40.968Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-09T13:51:41.266Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [2020-10-09T13:51:41.266Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-10-09T13:51:41.266Z] aee0ee2cd3b2: Preparing [2020-10-09T13:51:41.266Z] 1cd9ec86449a: Preparing [2020-10-09T13:51:41.266Z] 4372099742c7: Preparing [2020-10-09T13:51:41.266Z] 0d956285ec46: Preparing [2020-10-09T13:51:41.266Z] 0d956285ec46: Preparing [2020-10-09T13:51:41.266Z] 66b350c24865: Preparing [2020-10-09T13:51:41.266Z] 0692674bcd63: Preparing [2020-10-09T13:51:41.266Z] 98c28b230a97: Preparing [2020-10-09T13:51:41.266Z] aee0ee2cd3b2: Preparing [2020-10-09T13:51:41.266Z] bdf01f3ca343: Preparing [2020-10-09T13:51:41.266Z] 04b0a077bead: Preparing [2020-10-09T13:51:41.266Z] a955eeb68900: Preparing [2020-10-09T13:51:41.266Z] 50644c29ef5a: Preparing [2020-10-09T13:51:41.266Z] 0692674bcd63: Waiting [2020-10-09T13:51:41.266Z] 98c28b230a97: Waiting [2020-10-09T13:51:41.266Z] bdf01f3ca343: Waiting [2020-10-09T13:51:41.266Z] 04b0a077bead: Waiting [2020-10-09T13:51:41.266Z] a955eeb68900: Waiting [2020-10-09T13:51:41.266Z] 50644c29ef5a: Waiting [2020-10-09T13:51:41.266Z] 4372099742c7: Layer already exists [2020-10-09T13:51:41.266Z] 66b350c24865: Layer already exists [2020-10-09T13:51:41.266Z] 0d956285ec46: Layer already exists [2020-10-09T13:51:41.266Z] aee0ee2cd3b2: Layer already exists [2020-10-09T13:51:41.266Z] 1cd9ec86449a: Layer already exists [2020-10-09T13:51:41.266Z] bdf01f3ca343: Layer already exists [2020-10-09T13:51:41.266Z] 0692674bcd63: Layer already exists [2020-10-09T13:51:41.266Z] 04b0a077bead: Layer already exists [2020-10-09T13:51:41.266Z] a955eeb68900: Layer already exists [2020-10-09T13:51:41.266Z] 98c28b230a97: Layer already exists [2020-10-09T13:51:41.266Z] 50644c29ef5a: Layer already exists [2020-10-09T13:51:41.266Z] master: digest: sha256:6b1a699fbeead1629e899c7fa4c5faf99f11658b4dcb691edc0ac621cfe7b7b2 size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-09T13:51:41.460Z] ===================================================== [Pipeline] echo [2020-10-09T13:51:41.502Z] taggedImages: [2020-10-09T13:51:41.502Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:f69fcd6f6cfc821951e2cd5529adc6021efd69b2 [2020-10-09T13:51:41.502Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.60 [2020-10-09T13:51:41.502Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:f69fcd6f6cfc821951e2cd5529adc6021efd69b2-1.2.2-dev.60 [2020-10-09T13:51:41.502Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] echo [2020-10-09T13:51:41.566Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2020-10-09T13:51:41.566Z] f69fcd6f6cfc821951e2cd5529adc6021efd69b2 [2020-10-09T13:51:41.566Z] 1.2.2-dev.60 [2020-10-09T13:51:41.566Z] f69fcd6f6cfc821951e2cd5529adc6021efd69b2-1.2.2-dev.60 [2020-10-09T13:51:41.566Z] master [2020-10-09T13:51:41.566Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [2020-10-09T13:51:41.700Z] ---> Running in 5095e3940da5 [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-09T13:51:42.051Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:f69fcd6f6cfc821951e2cd5529adc6021efd69b2 [Pipeline] isUnix [Pipeline] sh [2020-10-09T13:51:42.350Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:f69fcd6f6cfc821951e2cd5529adc6021efd69b2 [2020-10-09T13:51:42.350Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-10-09T13:51:42.350Z] 3c0d9839af12: Preparing [2020-10-09T13:51:42.350Z] 6549272edc16: Preparing [2020-10-09T13:51:42.350Z] dce232ea654c: Preparing [2020-10-09T13:51:42.350Z] 4631292a82d5: Preparing [2020-10-09T13:51:42.350Z] daec59c1c58c: Preparing [2020-10-09T13:51:42.350Z] 924e726b6bb3: Preparing [2020-10-09T13:51:42.350Z] 1fc8fbaacedc: Preparing [2020-10-09T13:51:42.350Z] f874b110b03a: Preparing [2020-10-09T13:51:42.350Z] 746491775d58: Preparing [2020-10-09T13:51:42.350Z] ea6ad20628c5: Preparing [2020-10-09T13:51:42.350Z] 1b3ee35aacca: Preparing [2020-10-09T13:51:42.350Z] 924e726b6bb3: Waiting [2020-10-09T13:51:42.350Z] 1fc8fbaacedc: Waiting [2020-10-09T13:51:42.350Z] f874b110b03a: Waiting [2020-10-09T13:51:42.350Z] 746491775d58: Waiting [2020-10-09T13:51:42.350Z] ea6ad20628c5: Waiting [2020-10-09T13:51:42.350Z] 1b3ee35aacca: Waiting [2020-10-09T13:51:42.613Z] 6549272edc16: Pushed [2020-10-09T13:51:42.613Z] 3c0d9839af12: Pushed [2020-10-09T13:51:42.613Z] 924e726b6bb3: Pushed [2020-10-09T13:51:42.877Z] 1fc8fbaacedc: Pushed [2020-10-09T13:51:42.877Z] f874b110b03a: Pushed [2020-10-09T13:51:42.877Z] 746491775d58: Pushed [2020-10-09T13:51:43.140Z] 1b3ee35aacca: Layer already exists [2020-10-09T13:51:43.401Z] dce232ea654c: Pushed [2020-10-09T13:51:43.401Z] 4631292a82d5: Pushed [2020-10-09T13:51:43.401Z] daec59c1c58c: Pushed [2020-10-09T13:51:43.401Z] ea6ad20628c5: Pushed [2020-10-09T13:51:43.662Z] f69fcd6f6cfc821951e2cd5529adc6021efd69b2: digest: sha256:e3ad38a41a799cffadb79d3c11c464dae83c380f868a7e049779409f7ee5d0f9 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-09T13:51:43.717Z] Removing intermediate container fab50e65a695 [2020-10-09T13:51:43.717Z] ---> 50cac0199dfb [2020-10-09T13:51:43.717Z] Step 8/21 : COPY . . [2020-10-09T13:51:43.977Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.60 [Pipeline] isUnix [Pipeline] sh [2020-10-09T13:51:44.282Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.60 [2020-10-09T13:51:44.282Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-10-09T13:51:44.282Z] 3c0d9839af12: Preparing [2020-10-09T13:51:44.282Z] 6549272edc16: Preparing [2020-10-09T13:51:44.282Z] dce232ea654c: Preparing [2020-10-09T13:51:44.282Z] 4631292a82d5: Preparing [2020-10-09T13:51:44.282Z] daec59c1c58c: Preparing [2020-10-09T13:51:44.282Z] 924e726b6bb3: Preparing [2020-10-09T13:51:44.282Z] 1fc8fbaacedc: Preparing [2020-10-09T13:51:44.282Z] f874b110b03a: Preparing [2020-10-09T13:51:44.282Z] 746491775d58: Preparing [2020-10-09T13:51:44.282Z] ea6ad20628c5: Preparing [2020-10-09T13:51:44.282Z] 1b3ee35aacca: Preparing [2020-10-09T13:51:44.282Z] 924e726b6bb3: Waiting [2020-10-09T13:51:44.282Z] 1fc8fbaacedc: Waiting [2020-10-09T13:51:44.282Z] f874b110b03a: Waiting [2020-10-09T13:51:44.282Z] 746491775d58: Waiting [2020-10-09T13:51:44.282Z] ea6ad20628c5: Waiting [2020-10-09T13:51:44.282Z] 1b3ee35aacca: Waiting [2020-10-09T13:51:44.282Z] 3c0d9839af12: Layer already exists [2020-10-09T13:51:44.282Z] 6549272edc16: Layer already exists [2020-10-09T13:51:44.282Z] dce232ea654c: Layer already exists [2020-10-09T13:51:44.282Z] 4631292a82d5: Layer already exists [2020-10-09T13:51:44.282Z] daec59c1c58c: Layer already exists [2020-10-09T13:51:44.282Z] 1fc8fbaacedc: Layer already exists [2020-10-09T13:51:44.282Z] 924e726b6bb3: Layer already exists [2020-10-09T13:51:44.282Z] ea6ad20628c5: Layer already exists [2020-10-09T13:51:44.282Z] f874b110b03a: Layer already exists [2020-10-09T13:51:44.282Z] 746491775d58: Layer already exists [2020-10-09T13:51:44.282Z] 1b3ee35aacca: Layer already exists [2020-10-09T13:51:44.282Z] 1.2.2-dev.60: digest: sha256:e3ad38a41a799cffadb79d3c11c464dae83c380f868a7e049779409f7ee5d0f9 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-09T13:51:44.590Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:f69fcd6f6cfc821951e2cd5529adc6021efd69b2-1.2.2-dev.60 [Pipeline] isUnix [Pipeline] sh [2020-10-09T13:51:44.888Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:f69fcd6f6cfc821951e2cd5529adc6021efd69b2-1.2.2-dev.60 [2020-10-09T13:51:44.888Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-10-09T13:51:44.888Z] 3c0d9839af12: Preparing [2020-10-09T13:51:44.888Z] 6549272edc16: Preparing [2020-10-09T13:51:44.888Z] dce232ea654c: Preparing [2020-10-09T13:51:44.888Z] 4631292a82d5: Preparing [2020-10-09T13:51:44.888Z] daec59c1c58c: Preparing [2020-10-09T13:51:44.888Z] 924e726b6bb3: Preparing [2020-10-09T13:51:44.888Z] 1fc8fbaacedc: Preparing [2020-10-09T13:51:44.888Z] f874b110b03a: Preparing [2020-10-09T13:51:44.888Z] 746491775d58: Preparing [2020-10-09T13:51:44.888Z] ea6ad20628c5: Preparing [2020-10-09T13:51:44.888Z] 1b3ee35aacca: Preparing [2020-10-09T13:51:44.889Z] 924e726b6bb3: Waiting [2020-10-09T13:51:44.889Z] 1fc8fbaacedc: Waiting [2020-10-09T13:51:44.889Z] f874b110b03a: Waiting [2020-10-09T13:51:44.889Z] 746491775d58: Waiting [2020-10-09T13:51:44.889Z] ea6ad20628c5: Waiting [2020-10-09T13:51:44.889Z] 1b3ee35aacca: Waiting [2020-10-09T13:51:44.889Z] daec59c1c58c: Layer already exists [2020-10-09T13:51:44.889Z] 3c0d9839af12: Layer already exists [2020-10-09T13:51:44.889Z] dce232ea654c: Layer already exists [2020-10-09T13:51:44.889Z] 6549272edc16: Layer already exists [2020-10-09T13:51:44.889Z] 4631292a82d5: Layer already exists [2020-10-09T13:51:44.889Z] 924e726b6bb3: Layer already exists [2020-10-09T13:51:44.889Z] 1fc8fbaacedc: Layer already exists [2020-10-09T13:51:44.889Z] f874b110b03a: Layer already exists [2020-10-09T13:51:44.889Z] ea6ad20628c5: Layer already exists [2020-10-09T13:51:44.889Z] 1b3ee35aacca: Layer already exists [2020-10-09T13:51:44.889Z] 746491775d58: Layer already exists [2020-10-09T13:51:44.889Z] f69fcd6f6cfc821951e2cd5529adc6021efd69b2-1.2.2-dev.60: digest: sha256:e3ad38a41a799cffadb79d3c11c464dae83c380f868a7e049779409f7ee5d0f9 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-09T13:51:45.189Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-09T13:51:45.486Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2020-10-09T13:51:45.486Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-10-09T13:51:45.486Z] 3c0d9839af12: Preparing [2020-10-09T13:51:45.486Z] 6549272edc16: Preparing [2020-10-09T13:51:45.486Z] dce232ea654c: Preparing [2020-10-09T13:51:45.486Z] 4631292a82d5: Preparing [2020-10-09T13:51:45.486Z] daec59c1c58c: Preparing [2020-10-09T13:51:45.486Z] 924e726b6bb3: Preparing [2020-10-09T13:51:45.486Z] 1fc8fbaacedc: Preparing [2020-10-09T13:51:45.486Z] f874b110b03a: Preparing [2020-10-09T13:51:45.486Z] 746491775d58: Preparing [2020-10-09T13:51:45.486Z] ea6ad20628c5: Preparing [2020-10-09T13:51:45.486Z] 1b3ee35aacca: Preparing [2020-10-09T13:51:45.486Z] 1fc8fbaacedc: Waiting [2020-10-09T13:51:45.486Z] f874b110b03a: Waiting [2020-10-09T13:51:45.486Z] 746491775d58: Waiting [2020-10-09T13:51:45.486Z] ea6ad20628c5: Waiting [2020-10-09T13:51:45.486Z] 1b3ee35aacca: Waiting [2020-10-09T13:51:45.486Z] 924e726b6bb3: Waiting [2020-10-09T13:51:45.486Z] 3c0d9839af12: Layer already exists [2020-10-09T13:51:45.486Z] 4631292a82d5: Layer already exists [2020-10-09T13:51:45.486Z] daec59c1c58c: Layer already exists [2020-10-09T13:51:45.486Z] dce232ea654c: Layer already exists [2020-10-09T13:51:45.486Z] 6549272edc16: Layer already exists [2020-10-09T13:51:45.486Z] 1fc8fbaacedc: Layer already exists [2020-10-09T13:51:45.486Z] 924e726b6bb3: Layer already exists [2020-10-09T13:51:45.486Z] f874b110b03a: Layer already exists [2020-10-09T13:51:45.486Z] ea6ad20628c5: Layer already exists [2020-10-09T13:51:45.486Z] 746491775d58: Layer already exists [2020-10-09T13:51:45.486Z] 1b3ee35aacca: Layer already exists [2020-10-09T13:51:45.486Z] master: digest: sha256:e3ad38a41a799cffadb79d3c11c464dae83c380f868a7e049779409f7ee5d0f9 size: 2616 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-09T13:51:45.703Z] ===================================================== [Pipeline] echo [2020-10-09T13:51:45.748Z] taggedImages: [2020-10-09T13:51:45.748Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:f69fcd6f6cfc821951e2cd5529adc6021efd69b2 [2020-10-09T13:51:45.748Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.60 [2020-10-09T13:51:45.748Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:f69fcd6f6cfc821951e2cd5529adc6021efd69b2-1.2.2-dev.60 [2020-10-09T13:51:45.748Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2020-10-09T13:51:45.816Z] [edgeXDocker.push] Tagging docker image docker-support-logging-go with the following tags: [2020-10-09T13:51:45.816Z] f69fcd6f6cfc821951e2cd5529adc6021efd69b2 [2020-10-09T13:51:45.816Z] 1.2.2-dev.60 [2020-10-09T13:51:45.816Z] f69fcd6f6cfc821951e2cd5529adc6021efd69b2-1.2.2-dev.60 [2020-10-09T13:51:45.816Z] master [2020-10-09T13:51:45.816Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-09T13:51:46.286Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:f69fcd6f6cfc821951e2cd5529adc6021efd69b2 [Pipeline] isUnix [Pipeline] sh [2020-10-09T13:51:46.726Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:f69fcd6f6cfc821951e2cd5529adc6021efd69b2 [2020-10-09T13:51:46.726Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-10-09T13:51:46.726Z] 533dc17b5287: Preparing [2020-10-09T13:51:46.726Z] bf7ee21dc21f: Preparing [2020-10-09T13:51:46.726Z] 03bd7420241a: Preparing [2020-10-09T13:51:46.726Z] b0abb1b16569: Preparing [2020-10-09T13:51:46.726Z] 03bd7420241a: Pushed [2020-10-09T13:51:46.726Z] 533dc17b5287: Pushed [2020-10-09T13:51:46.989Z] b0abb1b16569: Pushed [2020-10-09T13:51:47.164Z] Removing intermediate container 758b254e03b4 [2020-10-09T13:51:47.164Z] ---> 26afaba5de4b [2020-10-09T13:51:47.164Z] Step 8/27 : COPY . . [2020-10-09T13:51:47.442Z] Removing intermediate container 35b2b8dab83c [2020-10-09T13:51:47.442Z] ---> 3076ad135848 [2020-10-09T13:51:47.442Z] Step 8/23 : COPY . . [2020-10-09T13:51:47.931Z] bf7ee21dc21f: Pushed [2020-10-09T13:51:48.054Z] Removing intermediate container 5095e3940da5 [2020-10-09T13:51:48.054Z] ---> 66eeb7c602bf [2020-10-09T13:51:48.054Z] Step 8/22 : COPY . . [2020-10-09T13:51:48.203Z] f69fcd6f6cfc821951e2cd5529adc6021efd69b2: digest: sha256:7a440f32d91b6c105b7888c71555cf85eb408883811040b8b052402122926486 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-09T13:51:48.513Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.60 [Pipeline] isUnix [Pipeline] sh [2020-10-09T13:51:48.815Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.60 [2020-10-09T13:51:48.815Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-10-09T13:51:48.815Z] 533dc17b5287: Preparing [2020-10-09T13:51:48.815Z] bf7ee21dc21f: Preparing [2020-10-09T13:51:48.815Z] 03bd7420241a: Preparing [2020-10-09T13:51:48.815Z] b0abb1b16569: Preparing [2020-10-09T13:51:48.815Z] b0abb1b16569: Layer already exists [2020-10-09T13:51:48.815Z] bf7ee21dc21f: Layer already exists [2020-10-09T13:51:48.815Z] 533dc17b5287: Layer already exists [2020-10-09T13:51:48.815Z] 03bd7420241a: Layer already exists [2020-10-09T13:51:48.815Z] 1.2.2-dev.60: digest: sha256:7a440f32d91b6c105b7888c71555cf85eb408883811040b8b052402122926486 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-09T13:51:49.128Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:f69fcd6f6cfc821951e2cd5529adc6021efd69b2-1.2.2-dev.60 [Pipeline] isUnix [Pipeline] sh [2020-10-09T13:51:49.427Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:f69fcd6f6cfc821951e2cd5529adc6021efd69b2-1.2.2-dev.60 [2020-10-09T13:51:49.427Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-10-09T13:51:49.427Z] 533dc17b5287: Preparing [2020-10-09T13:51:49.427Z] bf7ee21dc21f: Preparing [2020-10-09T13:51:49.427Z] 03bd7420241a: Preparing [2020-10-09T13:51:49.427Z] b0abb1b16569: Preparing [2020-10-09T13:51:49.427Z] 533dc17b5287: Layer already exists [2020-10-09T13:51:49.427Z] 03bd7420241a: Layer already exists [2020-10-09T13:51:49.427Z] b0abb1b16569: Layer already exists [2020-10-09T13:51:49.427Z] bf7ee21dc21f: Layer already exists [2020-10-09T13:51:49.427Z] f69fcd6f6cfc821951e2cd5529adc6021efd69b2-1.2.2-dev.60: digest: sha256:7a440f32d91b6c105b7888c71555cf85eb408883811040b8b052402122926486 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-09T13:51:49.732Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-09T13:51:50.030Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [2020-10-09T13:51:50.030Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-10-09T13:51:50.030Z] 533dc17b5287: Preparing [2020-10-09T13:51:50.030Z] bf7ee21dc21f: Preparing [2020-10-09T13:51:50.030Z] 03bd7420241a: Preparing [2020-10-09T13:51:50.030Z] b0abb1b16569: Preparing [2020-10-09T13:51:50.030Z] b0abb1b16569: Layer already exists [2020-10-09T13:51:50.030Z] 533dc17b5287: Layer already exists [2020-10-09T13:51:50.030Z] bf7ee21dc21f: Layer already exists [2020-10-09T13:51:50.030Z] 03bd7420241a: Layer already exists [2020-10-09T13:51:50.030Z] master: digest: sha256:7a440f32d91b6c105b7888c71555cf85eb408883811040b8b052402122926486 size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-09T13:51:50.281Z] ===================================================== [Pipeline] echo [2020-10-09T13:51:50.353Z] taggedImages: [2020-10-09T13:51:50.353Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:f69fcd6f6cfc821951e2cd5529adc6021efd69b2 [2020-10-09T13:51:50.353Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.60 [2020-10-09T13:51:50.353Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:f69fcd6f6cfc821951e2cd5529adc6021efd69b2-1.2.2-dev.60 [2020-10-09T13:51:50.353Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] echo [2020-10-09T13:51:50.414Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2020-10-09T13:51:50.414Z] f69fcd6f6cfc821951e2cd5529adc6021efd69b2 [2020-10-09T13:51:50.414Z] 1.2.2-dev.60 [2020-10-09T13:51:50.414Z] f69fcd6f6cfc821951e2cd5529adc6021efd69b2-1.2.2-dev.60 [2020-10-09T13:51:50.414Z] master [2020-10-09T13:51:50.414Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-09T13:51:50.971Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:f69fcd6f6cfc821951e2cd5529adc6021efd69b2 [Pipeline] isUnix [Pipeline] sh [2020-10-09T13:51:51.267Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:f69fcd6f6cfc821951e2cd5529adc6021efd69b2 [2020-10-09T13:51:51.268Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-10-09T13:51:51.268Z] b397f6f3098c: Preparing [2020-10-09T13:51:51.268Z] 087bbca17ce5: Preparing [2020-10-09T13:51:51.268Z] 7af53b5a43a8: Preparing [2020-10-09T13:51:51.268Z] 8c252e98cd17: Preparing [2020-10-09T13:51:51.268Z] 1966944347dc: Preparing [2020-10-09T13:51:51.268Z] 13c8f27da984: Preparing [2020-10-09T13:51:51.268Z] 13c8f27da984: Waiting [2020-10-09T13:51:51.268Z] b397f6f3098c: Pushed [2020-10-09T13:51:51.537Z] 7af53b5a43a8: Pushed [2020-10-09T13:51:51.537Z] 8c252e98cd17: Pushed [2020-10-09T13:51:51.537Z] 13c8f27da984: Pushed [2020-10-09T13:51:51.537Z] 1966944347dc: Pushed [2020-10-09T13:51:52.478Z] 087bbca17ce5: Pushed [2020-10-09T13:51:52.745Z] f69fcd6f6cfc821951e2cd5529adc6021efd69b2: digest: sha256:fe7ea5dceade9f4ac31954088bbcc7e87289458a6b9a08e4849cb90acde81a6b size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-09T13:51:53.068Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.60 [Pipeline] isUnix [Pipeline] sh [2020-10-09T13:51:53.361Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.60 [2020-10-09T13:51:53.362Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-10-09T13:51:53.362Z] b397f6f3098c: Preparing [2020-10-09T13:51:53.362Z] 087bbca17ce5: Preparing [2020-10-09T13:51:53.362Z] 7af53b5a43a8: Preparing [2020-10-09T13:51:53.362Z] 8c252e98cd17: Preparing [2020-10-09T13:51:53.362Z] 1966944347dc: Preparing [2020-10-09T13:51:53.362Z] 13c8f27da984: Preparing [2020-10-09T13:51:53.362Z] 13c8f27da984: Waiting [2020-10-09T13:51:53.362Z] 8c252e98cd17: Layer already exists [2020-10-09T13:51:53.362Z] b397f6f3098c: Layer already exists [2020-10-09T13:51:53.362Z] 7af53b5a43a8: Layer already exists [2020-10-09T13:51:53.362Z] 1966944347dc: Layer already exists [2020-10-09T13:51:53.362Z] 087bbca17ce5: Layer already exists [2020-10-09T13:51:53.362Z] 13c8f27da984: Layer already exists [2020-10-09T13:51:53.362Z] 1.2.2-dev.60: digest: sha256:fe7ea5dceade9f4ac31954088bbcc7e87289458a6b9a08e4849cb90acde81a6b size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-09T13:51:53.668Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:f69fcd6f6cfc821951e2cd5529adc6021efd69b2-1.2.2-dev.60 [Pipeline] isUnix [Pipeline] sh [2020-10-09T13:51:53.975Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:f69fcd6f6cfc821951e2cd5529adc6021efd69b2-1.2.2-dev.60 [2020-10-09T13:51:53.975Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-10-09T13:51:53.975Z] b397f6f3098c: Preparing [2020-10-09T13:51:53.975Z] 087bbca17ce5: Preparing [2020-10-09T13:51:53.975Z] 7af53b5a43a8: Preparing [2020-10-09T13:51:53.975Z] 8c252e98cd17: Preparing [2020-10-09T13:51:53.975Z] 1966944347dc: Preparing [2020-10-09T13:51:53.975Z] 13c8f27da984: Preparing [2020-10-09T13:51:53.975Z] 13c8f27da984: Waiting [2020-10-09T13:51:53.975Z] b397f6f3098c: Layer already exists [2020-10-09T13:51:53.975Z] 7af53b5a43a8: Layer already exists [2020-10-09T13:51:53.975Z] 087bbca17ce5: Layer already exists [2020-10-09T13:51:53.975Z] 8c252e98cd17: Layer already exists [2020-10-09T13:51:53.975Z] 1966944347dc: Layer already exists [2020-10-09T13:51:53.975Z] 13c8f27da984: Layer already exists [2020-10-09T13:51:53.975Z] f69fcd6f6cfc821951e2cd5529adc6021efd69b2-1.2.2-dev.60: digest: sha256:fe7ea5dceade9f4ac31954088bbcc7e87289458a6b9a08e4849cb90acde81a6b size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-09T13:51:54.287Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-09T13:51:54.600Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2020-10-09T13:51:54.600Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-10-09T13:51:54.600Z] b397f6f3098c: Preparing [2020-10-09T13:51:54.600Z] 087bbca17ce5: Preparing [2020-10-09T13:51:54.600Z] 7af53b5a43a8: Preparing [2020-10-09T13:51:54.600Z] 8c252e98cd17: Preparing [2020-10-09T13:51:54.600Z] 1966944347dc: Preparing [2020-10-09T13:51:54.600Z] 13c8f27da984: Preparing [2020-10-09T13:51:54.600Z] 13c8f27da984: Waiting [2020-10-09T13:51:54.600Z] 1966944347dc: Layer already exists [2020-10-09T13:51:54.600Z] 087bbca17ce5: Layer already exists [2020-10-09T13:51:54.600Z] b397f6f3098c: Layer already exists [2020-10-09T13:51:54.600Z] 7af53b5a43a8: Layer already exists [2020-10-09T13:51:54.600Z] 8c252e98cd17: Layer already exists [2020-10-09T13:51:54.600Z] 13c8f27da984: Layer already exists [2020-10-09T13:51:54.600Z] master: digest: sha256:fe7ea5dceade9f4ac31954088bbcc7e87289458a6b9a08e4849cb90acde81a6b size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-09T13:51:54.819Z] ===================================================== [Pipeline] echo [2020-10-09T13:51:54.864Z] taggedImages: [2020-10-09T13:51:54.864Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:f69fcd6f6cfc821951e2cd5529adc6021efd69b2 [2020-10-09T13:51:54.864Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.60 [2020-10-09T13:51:54.864Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:f69fcd6f6cfc821951e2cd5529adc6021efd69b2-1.2.2-dev.60 [2020-10-09T13:51:54.864Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2020-10-09T13:51:54.987Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2020-10-09T13:51:54.987Z] f69fcd6f6cfc821951e2cd5529adc6021efd69b2 [2020-10-09T13:51:54.987Z] 1.2.2-dev.60 [2020-10-09T13:51:54.987Z] f69fcd6f6cfc821951e2cd5529adc6021efd69b2-1.2.2-dev.60 [2020-10-09T13:51:54.987Z] master [2020-10-09T13:51:54.987Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-09T13:51:55.484Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:f69fcd6f6cfc821951e2cd5529adc6021efd69b2 [Pipeline] isUnix [Pipeline] sh [2020-10-09T13:51:55.796Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:f69fcd6f6cfc821951e2cd5529adc6021efd69b2 [2020-10-09T13:51:55.796Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-10-09T13:51:55.796Z] 945531cc9ee8: Preparing [2020-10-09T13:51:55.796Z] 89f0a058edfd: Preparing [2020-10-09T13:51:55.796Z] 561cb789df95: Preparing [2020-10-09T13:51:55.796Z] 561cb789df95: Pushed [2020-10-09T13:51:56.060Z] 945531cc9ee8: Pushed [2020-10-09T13:51:57.011Z] 89f0a058edfd: Pushed [2020-10-09T13:51:57.273Z] f69fcd6f6cfc821951e2cd5529adc6021efd69b2: digest: sha256:e1a52c709e5618ad7dc92f51bfb6dd2d9dbab93069a3e034da81d12a21a767fe size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-09T13:51:57.588Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.60 [Pipeline] isUnix [Pipeline] sh [2020-10-09T13:51:57.892Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.60 [2020-10-09T13:51:57.892Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-10-09T13:51:57.892Z] 945531cc9ee8: Preparing [2020-10-09T13:51:57.892Z] 89f0a058edfd: Preparing [2020-10-09T13:51:57.892Z] 561cb789df95: Preparing [2020-10-09T13:51:57.892Z] 945531cc9ee8: Layer already exists [2020-10-09T13:51:57.892Z] 561cb789df95: Layer already exists [2020-10-09T13:51:57.893Z] 89f0a058edfd: Layer already exists [2020-10-09T13:51:57.893Z] 1.2.2-dev.60: digest: sha256:e1a52c709e5618ad7dc92f51bfb6dd2d9dbab93069a3e034da81d12a21a767fe size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-09T13:51:58.203Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:f69fcd6f6cfc821951e2cd5529adc6021efd69b2-1.2.2-dev.60 [Pipeline] isUnix [Pipeline] sh [2020-10-09T13:51:58.506Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:f69fcd6f6cfc821951e2cd5529adc6021efd69b2-1.2.2-dev.60 [2020-10-09T13:51:58.507Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-10-09T13:51:58.507Z] 945531cc9ee8: Preparing [2020-10-09T13:51:58.507Z] 89f0a058edfd: Preparing [2020-10-09T13:51:58.507Z] 561cb789df95: Preparing [2020-10-09T13:51:58.507Z] 89f0a058edfd: Layer already exists [2020-10-09T13:51:58.507Z] 561cb789df95: Layer already exists [2020-10-09T13:51:58.507Z] 945531cc9ee8: Layer already exists [2020-10-09T13:51:58.507Z] f69fcd6f6cfc821951e2cd5529adc6021efd69b2-1.2.2-dev.60: digest: sha256:e1a52c709e5618ad7dc92f51bfb6dd2d9dbab93069a3e034da81d12a21a767fe size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-09T13:51:58.850Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-09T13:51:59.163Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2020-10-09T13:51:59.163Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-10-09T13:51:59.163Z] 945531cc9ee8: Preparing [2020-10-09T13:51:59.163Z] 89f0a058edfd: Preparing [2020-10-09T13:51:59.163Z] 561cb789df95: Preparing [2020-10-09T13:51:59.163Z] 945531cc9ee8: Layer already exists [2020-10-09T13:51:59.163Z] 89f0a058edfd: Layer already exists [2020-10-09T13:51:59.163Z] 561cb789df95: Layer already exists [2020-10-09T13:51:59.163Z] master: digest: sha256:e1a52c709e5618ad7dc92f51bfb6dd2d9dbab93069a3e034da81d12a21a767fe size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-09T13:51:59.403Z] ===================================================== [Pipeline] echo [2020-10-09T13:51:59.465Z] taggedImages: [2020-10-09T13:51:59.465Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:f69fcd6f6cfc821951e2cd5529adc6021efd69b2 [2020-10-09T13:51:59.465Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.60 [2020-10-09T13:51:59.465Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:f69fcd6f6cfc821951e2cd5529adc6021efd69b2-1.2.2-dev.60 [2020-10-09T13:51:59.465Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2020-10-09T13:51:59.542Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2020-10-09T13:51:59.542Z] f69fcd6f6cfc821951e2cd5529adc6021efd69b2 [2020-10-09T13:51:59.542Z] 1.2.2-dev.60 [2020-10-09T13:51:59.542Z] f69fcd6f6cfc821951e2cd5529adc6021efd69b2-1.2.2-dev.60 [2020-10-09T13:51:59.542Z] master [2020-10-09T13:51:59.542Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-09T13:52:00.205Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:f69fcd6f6cfc821951e2cd5529adc6021efd69b2 [Pipeline] isUnix [Pipeline] sh [2020-10-09T13:52:00.589Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:f69fcd6f6cfc821951e2cd5529adc6021efd69b2 [2020-10-09T13:52:00.590Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-10-09T13:52:00.590Z] 8ee533347eaa: Preparing [2020-10-09T13:52:00.590Z] 35b87326f268: Preparing [2020-10-09T13:52:00.590Z] bcea8a186ad8: Preparing [2020-10-09T13:52:00.590Z] 9556ff42ff39: Preparing [2020-10-09T13:52:00.590Z] 688aa700f282: Preparing [2020-10-09T13:52:00.590Z] 628152711aee: Preparing [2020-10-09T13:52:00.590Z] d4164ea2aeba: Preparing [2020-10-09T13:52:00.590Z] 527eef706b20: Preparing [2020-10-09T13:52:00.590Z] 224742e9e948: Preparing [2020-10-09T13:52:00.590Z] 5391e5290f13: Preparing [2020-10-09T13:52:00.590Z] 13baed61c795: Preparing [2020-10-09T13:52:00.590Z] 51d6d3d09136: Preparing [2020-10-09T13:52:00.590Z] 1507bc794612: Preparing [2020-10-09T13:52:00.590Z] 50644c29ef5a: Preparing [2020-10-09T13:52:00.590Z] 628152711aee: Waiting [2020-10-09T13:52:00.590Z] d4164ea2aeba: Waiting [2020-10-09T13:52:00.590Z] 527eef706b20: Waiting [2020-10-09T13:52:00.590Z] 224742e9e948: Waiting [2020-10-09T13:52:00.590Z] 5391e5290f13: Waiting [2020-10-09T13:52:00.590Z] 13baed61c795: Waiting [2020-10-09T13:52:00.590Z] 51d6d3d09136: Waiting [2020-10-09T13:52:00.590Z] 1507bc794612: Waiting [2020-10-09T13:52:00.590Z] 50644c29ef5a: Waiting [2020-10-09T13:52:00.864Z] 688aa700f282: Pushed [2020-10-09T13:52:00.864Z] 8ee533347eaa: Pushed [2020-10-09T13:52:01.140Z] 9556ff42ff39: Pushed [2020-10-09T13:52:01.140Z] 527eef706b20: Layer already exists [2020-10-09T13:52:01.140Z] 224742e9e948: Layer already exists [2020-10-09T13:52:01.140Z] d4164ea2aeba: Pushed [2020-10-09T13:52:01.411Z] 5391e5290f13: Layer already exists [2020-10-09T13:52:01.411Z] 13baed61c795: Layer already exists [2020-10-09T13:52:01.411Z] 35b87326f268: Pushed [2020-10-09T13:52:01.411Z] 1507bc794612: Layer already exists [2020-10-09T13:52:01.411Z] 50644c29ef5a: Layer already exists [2020-10-09T13:52:01.411Z] 51d6d3d09136: Layer already exists [2020-10-09T13:52:01.992Z] 628152711aee: Pushed [2020-10-09T13:52:06.486Z] ---> 6b5309d35675 [2020-10-09T13:52:06.486Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-10-09T13:52:06.486Z] ---> Running in 5152b07f225a [2020-10-09T13:52:06.486Z] ---> d10a957d8269 [2020-10-09T13:52:06.486Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-10-09T13:52:07.119Z] ---> 7d292334ac78 [2020-10-09T13:52:07.119Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-10-09T13:52:07.119Z] ---> Running in 2be44f3db51a [2020-10-09T13:52:07.119Z] ---> 45e497bdb0de [2020-10-09T13:52:07.119Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-10-09T13:52:07.415Z] ---> a5a94919fa04 [2020-10-09T13:52:07.415Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-10-09T13:52:07.415Z] ---> Running in a4d8469d8cc2 [2020-10-09T13:52:07.415Z] ---> Running in d72fb48de9b2 [2020-10-09T13:52:08.036Z] ---> Running in f8bfd7ecb611 [2020-10-09T13:52:08.674Z] bcea8a186ad8: Pushed [2020-10-09T13:52:08.943Z] f69fcd6f6cfc821951e2cd5529adc6021efd69b2: digest: sha256:91c6d924fa5b558477f17e61bb1535148d75874c496c180660bfe5fb6327a6b2 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-09T13:52:09.064Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.60" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-10-09T13:52:09.273Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.60 [Pipeline] isUnix [Pipeline] sh [2020-10-09T13:52:09.599Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.60 [2020-10-09T13:52:09.599Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-10-09T13:52:09.599Z] 8ee533347eaa: Preparing [2020-10-09T13:52:09.599Z] 35b87326f268: Preparing [2020-10-09T13:52:09.599Z] bcea8a186ad8: Preparing [2020-10-09T13:52:09.599Z] 9556ff42ff39: Preparing [2020-10-09T13:52:09.599Z] 688aa700f282: Preparing [2020-10-09T13:52:09.599Z] 628152711aee: Preparing [2020-10-09T13:52:09.599Z] d4164ea2aeba: Preparing [2020-10-09T13:52:09.599Z] 527eef706b20: Preparing [2020-10-09T13:52:09.599Z] 224742e9e948: Preparing [2020-10-09T13:52:09.599Z] 5391e5290f13: Preparing [2020-10-09T13:52:09.599Z] 13baed61c795: Preparing [2020-10-09T13:52:09.599Z] 51d6d3d09136: Preparing [2020-10-09T13:52:09.599Z] 1507bc794612: Preparing [2020-10-09T13:52:09.599Z] 50644c29ef5a: Preparing [2020-10-09T13:52:09.599Z] 628152711aee: Waiting [2020-10-09T13:52:09.599Z] d4164ea2aeba: Waiting [2020-10-09T13:52:09.599Z] 527eef706b20: Waiting [2020-10-09T13:52:09.599Z] 224742e9e948: Waiting [2020-10-09T13:52:09.599Z] 5391e5290f13: Waiting [2020-10-09T13:52:09.599Z] 13baed61c795: Waiting [2020-10-09T13:52:09.599Z] 51d6d3d09136: Waiting [2020-10-09T13:52:09.599Z] 1507bc794612: Waiting [2020-10-09T13:52:09.599Z] 50644c29ef5a: Waiting [2020-10-09T13:52:09.599Z] 8ee533347eaa: Layer already exists [2020-10-09T13:52:09.599Z] bcea8a186ad8: Layer already exists [2020-10-09T13:52:09.599Z] 9556ff42ff39: Layer already exists [2020-10-09T13:52:09.599Z] 688aa700f282: Layer already exists [2020-10-09T13:52:09.599Z] 35b87326f268: Layer already exists [2020-10-09T13:52:09.599Z] 628152711aee: Layer already exists [2020-10-09T13:52:09.599Z] d4164ea2aeba: Layer already exists [2020-10-09T13:52:09.599Z] 224742e9e948: Layer already exists [2020-10-09T13:52:09.599Z] 527eef706b20: Layer already exists [2020-10-09T13:52:09.599Z] 13baed61c795: Layer already exists [2020-10-09T13:52:09.599Z] 5391e5290f13: Layer already exists [2020-10-09T13:52:09.599Z] 51d6d3d09136: Layer already exists [2020-10-09T13:52:09.599Z] 1507bc794612: Layer already exists [2020-10-09T13:52:09.599Z] 50644c29ef5a: Layer already exists [2020-10-09T13:52:09.599Z] 1.2.2-dev.60: digest: sha256:91c6d924fa5b558477f17e61bb1535148d75874c496c180660bfe5fb6327a6b2 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-09T13:52:09.938Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:f69fcd6f6cfc821951e2cd5529adc6021efd69b2-1.2.2-dev.60 [Pipeline] isUnix [Pipeline] sh [2020-10-09T13:52:10.101Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.60" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-10-09T13:52:10.264Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:f69fcd6f6cfc821951e2cd5529adc6021efd69b2-1.2.2-dev.60 [2020-10-09T13:52:10.265Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-10-09T13:52:10.265Z] 8ee533347eaa: Preparing [2020-10-09T13:52:10.265Z] 35b87326f268: Preparing [2020-10-09T13:52:10.265Z] bcea8a186ad8: Preparing [2020-10-09T13:52:10.265Z] 9556ff42ff39: Preparing [2020-10-09T13:52:10.265Z] 688aa700f282: Preparing [2020-10-09T13:52:10.265Z] 628152711aee: Preparing [2020-10-09T13:52:10.265Z] d4164ea2aeba: Preparing [2020-10-09T13:52:10.265Z] 527eef706b20: Preparing [2020-10-09T13:52:10.265Z] 224742e9e948: Preparing [2020-10-09T13:52:10.265Z] 5391e5290f13: Preparing [2020-10-09T13:52:10.265Z] 13baed61c795: Preparing [2020-10-09T13:52:10.265Z] 51d6d3d09136: Preparing [2020-10-09T13:52:10.265Z] 1507bc794612: Preparing [2020-10-09T13:52:10.265Z] 50644c29ef5a: Preparing [2020-10-09T13:52:10.265Z] 628152711aee: Waiting [2020-10-09T13:52:10.265Z] d4164ea2aeba: Waiting [2020-10-09T13:52:10.265Z] 527eef706b20: Waiting [2020-10-09T13:52:10.265Z] 224742e9e948: Waiting [2020-10-09T13:52:10.265Z] 5391e5290f13: Waiting [2020-10-09T13:52:10.265Z] 13baed61c795: Waiting [2020-10-09T13:52:10.265Z] 51d6d3d09136: Waiting [2020-10-09T13:52:10.265Z] 1507bc794612: Waiting [2020-10-09T13:52:10.265Z] 50644c29ef5a: Waiting [2020-10-09T13:52:10.265Z] 9556ff42ff39: Layer already exists [2020-10-09T13:52:10.265Z] bcea8a186ad8: Layer already exists [2020-10-09T13:52:10.265Z] 688aa700f282: Layer already exists [2020-10-09T13:52:10.265Z] 35b87326f268: Layer already exists [2020-10-09T13:52:10.265Z] 8ee533347eaa: Layer already exists [2020-10-09T13:52:10.265Z] 628152711aee: Layer already exists [2020-10-09T13:52:10.265Z] d4164ea2aeba: Layer already exists [2020-10-09T13:52:10.265Z] 527eef706b20: Layer already exists [2020-10-09T13:52:10.265Z] 224742e9e948: Layer already exists [2020-10-09T13:52:10.265Z] 5391e5290f13: Layer already exists [2020-10-09T13:52:10.265Z] 13baed61c795: Layer already exists [2020-10-09T13:52:10.265Z] 50644c29ef5a: Layer already exists [2020-10-09T13:52:10.265Z] 1507bc794612: Layer already exists [2020-10-09T13:52:10.265Z] 51d6d3d09136: Layer already exists [2020-10-09T13:52:10.265Z] f69fcd6f6cfc821951e2cd5529adc6021efd69b2-1.2.2-dev.60: digest: sha256:91c6d924fa5b558477f17e61bb1535148d75874c496c180660bfe5fb6327a6b2 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-09T13:52:10.404Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.60" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-10-09T13:52:10.588Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-09T13:52:10.718Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.60" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-10-09T13:52:10.901Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2020-10-09T13:52:10.901Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-10-09T13:52:10.901Z] 8ee533347eaa: Preparing [2020-10-09T13:52:10.901Z] 35b87326f268: Preparing [2020-10-09T13:52:10.901Z] bcea8a186ad8: Preparing [2020-10-09T13:52:10.901Z] 9556ff42ff39: Preparing [2020-10-09T13:52:10.901Z] 688aa700f282: Preparing [2020-10-09T13:52:10.901Z] 628152711aee: Preparing [2020-10-09T13:52:10.901Z] d4164ea2aeba: Preparing [2020-10-09T13:52:10.901Z] 527eef706b20: Preparing [2020-10-09T13:52:10.901Z] 224742e9e948: Preparing [2020-10-09T13:52:10.901Z] 5391e5290f13: Preparing [2020-10-09T13:52:10.901Z] 13baed61c795: Preparing [2020-10-09T13:52:10.901Z] 51d6d3d09136: Preparing [2020-10-09T13:52:10.901Z] 1507bc794612: Preparing [2020-10-09T13:52:10.901Z] 50644c29ef5a: Preparing [2020-10-09T13:52:10.901Z] 628152711aee: Waiting [2020-10-09T13:52:10.901Z] d4164ea2aeba: Waiting [2020-10-09T13:52:10.901Z] 527eef706b20: Waiting [2020-10-09T13:52:10.901Z] 224742e9e948: Waiting [2020-10-09T13:52:10.901Z] 5391e5290f13: Waiting [2020-10-09T13:52:10.901Z] 13baed61c795: Waiting [2020-10-09T13:52:10.901Z] 51d6d3d09136: Waiting [2020-10-09T13:52:10.901Z] 1507bc794612: Waiting [2020-10-09T13:52:10.901Z] 688aa700f282: Layer already exists [2020-10-09T13:52:10.901Z] 35b87326f268: Layer already exists [2020-10-09T13:52:10.901Z] 8ee533347eaa: Layer already exists [2020-10-09T13:52:10.901Z] bcea8a186ad8: Layer already exists [2020-10-09T13:52:10.901Z] 9556ff42ff39: Layer already exists [2020-10-09T13:52:10.901Z] d4164ea2aeba: Layer already exists [2020-10-09T13:52:10.901Z] 628152711aee: Layer already exists [2020-10-09T13:52:10.901Z] 224742e9e948: Layer already exists [2020-10-09T13:52:10.901Z] 527eef706b20: Layer already exists [2020-10-09T13:52:10.901Z] 5391e5290f13: Layer already exists [2020-10-09T13:52:11.013Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.60" -o cmd/core-data/core-data ./cmd/core-data [2020-10-09T13:52:11.166Z] 13baed61c795: Layer already exists [2020-10-09T13:52:11.166Z] 51d6d3d09136: Layer already exists [2020-10-09T13:52:11.166Z] 50644c29ef5a: Layer already exists [2020-10-09T13:52:11.166Z] 1507bc794612: Layer already exists [2020-10-09T13:52:11.166Z] master: digest: sha256:91c6d924fa5b558477f17e61bb1535148d75874c496c180660bfe5fb6327a6b2 size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-09T13:52:11.416Z] ===================================================== [Pipeline] echo [2020-10-09T13:52:11.462Z] taggedImages: [2020-10-09T13:52:11.462Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:f69fcd6f6cfc821951e2cd5529adc6021efd69b2 [2020-10-09T13:52:11.462Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.60 [2020-10-09T13:52:11.462Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:f69fcd6f6cfc821951e2cd5529adc6021efd69b2-1.2.2-dev.60 [2020-10-09T13:52:11.462Z] - 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-09T13:53:47.994Z] Removing intermediate container 5152b07f225a [2020-10-09T13:53:47.994Z] ---> de2ba0058794 [2020-10-09T13:53:47.994Z] [2020-10-09T13:53:47.994Z] Step 9/29 : FROM alpine:latest [2020-10-09T13:53:47.994Z] latest: Pulling from library/alpine [2020-10-09T13:53:47.994Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-10-09T13:53:47.994Z] Status: Downloaded newer image for alpine:latest [2020-10-09T13:53:47.994Z] ---> 62ee0e9f8440 [2020-10-09T13:53:47.994Z] 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-09T13:53:47.994Z] ---> Running in 33e0e6d1e4fb [2020-10-09T13:53:47.994Z] Removing intermediate container 33e0e6d1e4fb [2020-10-09T13:53:47.994Z] ---> dd67e37b3e63 [2020-10-09T13:53:47.994Z] Step 11/29 : USER root [2020-10-09T13:53:47.994Z] ---> Running in 66ee338932f2 [2020-10-09T13:53:48.288Z] Removing intermediate container 66ee338932f2 [2020-10-09T13:53:48.288Z] ---> 6856b1d805fc [2020-10-09T13:53:48.288Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-10-09T13:53:48.581Z] ---> Running in f4475578bc1a [2020-10-09T13:53:51.372Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-09T13:53:52.187Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-09T13:53:53.294Z] v3.12.0-376-gb3fc85f1ac [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-09T13:53:53.294Z] v3.12.0-379-gbdabed52be [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-09T13:53:53.294Z] OK: 12621 distinct packages available [2020-10-09T13:53:54.793Z] (1/2) Installing ca-certificates (20191127-r4) [2020-10-09T13:53:54.793Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-10-09T13:53:54.793Z] Executing busybox-1.31.1-r16.trigger [2020-10-09T13:53:54.793Z] Executing ca-certificates-20191127-r4.trigger [2020-10-09T13:53:55.441Z] OK: 6 MiB in 16 packages [2020-10-09T13:53:59.031Z] Removing intermediate container f4475578bc1a [2020-10-09T13:53:59.031Z] ---> 8801eb9a6f0f [2020-10-09T13:53:59.031Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-10-09T13:53:59.031Z] ---> Running in b0d909cfe362 [2020-10-09T13:53:59.368Z] Removing intermediate container b0d909cfe362 [2020-10-09T13:53:59.368Z] ---> 1ca8a83be353 [2020-10-09T13:53:59.368Z] Step 14/29 : WORKDIR $BASE_DIR [2020-10-09T13:53:59.684Z] ---> Running in 0c7877efe9ca [2020-10-09T13:54:00.359Z] Removing intermediate container 0c7877efe9ca [2020-10-09T13:54:00.359Z] ---> f294deafae29 [2020-10-09T13:54:00.359Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-10-09T13:54:00.359Z] ---> Running in 083778cc9725 [2020-10-09T13:54:05.820Z] Removing intermediate container 083778cc9725 [2020-10-09T13:54:05.820Z] ---> e076085d69be [2020-10-09T13:54:05.820Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-10-09T13:54:09.253Z] ---> 03fe84635b10 [2020-10-09T13:54:09.253Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-10-09T13:54:09.539Z] Removing intermediate container d72fb48de9b2 [2020-10-09T13:54:09.539Z] ---> 5cc6fbca7098 [2020-10-09T13:54:09.539Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-10-09T13:54:10.160Z] ---> Running in 33523d9cfdfd [2020-10-09T13:54:11.150Z] ---> 34a5176bd1c2 [2020-10-09T13:54:11.150Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-10-09T13:54:13.805Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.60" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-10-09T13:54:13.805Z] Removing intermediate container a4d8469d8cc2 [2020-10-09T13:54:13.805Z] ---> 5ff5dc035a32 [2020-10-09T13:54:13.805Z] [2020-10-09T13:54:13.805Z] Step 10/22 : FROM scratch [2020-10-09T13:54:13.805Z] ---> [2020-10-09T13:54:13.805Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-09T13:54:13.805Z] ---> 9beec5e678a6 [2020-10-09T13:54:13.805Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-10-09T13:54:14.088Z] ---> Running in 1901bfd7e2aa [2020-10-09T13:54:15.092Z] Removing intermediate container 1901bfd7e2aa [2020-10-09T13:54:15.092Z] ---> e9c61e195c17 [2020-10-09T13:54:15.092Z] Step 12/22 : ENV APP_PORT=48061 [2020-10-09T13:54:15.092Z] ---> Running in 05e34f69cf8f [2020-10-09T13:54:15.092Z] ---> b56a0105c083 [2020-10-09T13:54:15.093Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-10-09T13:54:16.090Z] Removing intermediate container 05e34f69cf8f [2020-10-09T13:54:16.090Z] ---> 5a813e127371 [2020-10-09T13:54:16.090Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-09T13:54:16.090Z] ---> Running in 27594100fd1d [2020-10-09T13:54:16.370Z] ---> f4bc3af98a73 [2020-10-09T13:54:16.370Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-10-09T13:54:16.650Z] ---> Running in 437732c2c50a [2020-10-09T13:54:17.261Z] Removing intermediate container 27594100fd1d [2020-10-09T13:54:17.261Z] ---> bb3441434e89 [2020-10-09T13:54:17.261Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-10-09T13:54:18.722Z] ---> 0460023ab45f [2020-10-09T13:54:18.722Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-10-09T13:54:20.185Z] ---> 47c524e97617 [2020-10-09T13:54:20.185Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-10-09T13:54:21.655Z] Removing intermediate container 33523d9cfdfd [2020-10-09T13:54:21.655Z] ---> ed538ddd95dd [2020-10-09T13:54:21.655Z] [2020-10-09T13:54:21.655Z] Step 11/27 : FROM docker:latest [2020-10-09T13:54:21.655Z] ---> 45884bde0078 [2020-10-09T13:54:21.655Z] Step 12/27 : RUN apk add --no-cache bash [2020-10-09T13:54:21.933Z] ---> Running in 7ce8742bb7fa [2020-10-09T13:54:22.541Z] Removing intermediate container 437732c2c50a [2020-10-09T13:54:22.541Z] ---> 3e036b817d3a [2020-10-09T13:54:22.541Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-10-09T13:54:22.820Z] ---> b34ba76a33c2 [2020-10-09T13:54:22.821Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-10-09T13:54:24.845Z] ---> ca768a0c66ac [2020-10-09T13:54:24.845Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-09T13:54:24.845Z] ---> Running in 1ed3ed29914b [2020-10-09T13:54:25.127Z] ---> 2d501f3c747d [2020-10-09T13:54:25.127Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-10-09T13:54:25.734Z] ---> Running in 0c5bd36b99f1 [2020-10-09T13:54:26.015Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-09T13:54:26.632Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-09T13:54:27.255Z] (1/2) Installing readline (8.0.4-r0) [2020-10-09T13:54:27.255Z] (2/2) Installing bash (5.0.17-r0) [2020-10-09T13:54:27.255Z] Executing bash-5.0.17-r0.post-install [2020-10-09T13:54:27.255Z] Removing intermediate container 0c5bd36b99f1 [2020-10-09T13:54:27.255Z] ---> 57ccff7e707c [2020-10-09T13:54:27.255Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-09T13:54:27.255Z] Executing busybox-1.31.1-r16.trigger [2020-10-09T13:54:27.255Z] OK: 12 MiB in 22 packages [2020-10-09T13:54:27.871Z] ---> Running in 56dd71dc1d1d [2020-10-09T13:54:29.348Z] Removing intermediate container 56dd71dc1d1d [2020-10-09T13:54:29.348Z] ---> 32c530fa8ae7 [2020-10-09T13:54:29.348Z] Step 20/22 : LABEL arch=arm64 [2020-10-09T13:54:29.652Z] ---> Running in 7adfaa218258 [2020-10-09T13:54:29.652Z] Removing intermediate container 7ce8742bb7fa [2020-10-09T13:54:29.652Z] ---> 00c4f4f9853d [2020-10-09T13:54:29.652Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-10-09T13:54:29.652Z] Removing intermediate container 2be44f3db51a [2020-10-09T13:54:29.652Z] ---> 64bdcc1e2cd0 [2020-10-09T13:54:29.652Z] [2020-10-09T13:54:29.652Z] Step 10/21 : FROM scratch [2020-10-09T13:54:29.652Z] ---> [2020-10-09T13:54:29.652Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-09T13:54:29.931Z] ---> Running in cc30ea4f0b96 [2020-10-09T13:54:29.931Z] ---> Running in 2dcf0dcbbc7f [2020-10-09T13:54:30.210Z] Removing intermediate container 1ed3ed29914b [2020-10-09T13:54:30.210Z] ---> c327b6a704f0 [2020-10-09T13:54:30.210Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-10-09T13:54:30.497Z] Removing intermediate container 7adfaa218258 [2020-10-09T13:54:30.497Z] ---> daa0e949458d [2020-10-09T13:54:30.497Z] Step 21/22 : LABEL git_sha=f69fcd6f6cfc821951e2cd5529adc6021efd69b2 [2020-10-09T13:54:30.497Z] ---> Running in 96d9d88cf3ce [2020-10-09T13:54:31.114Z] ---> Running in f5c4991a1021 [2020-10-09T13:54:31.114Z] Removing intermediate container cc30ea4f0b96 [2020-10-09T13:54:31.114Z] ---> 6ab2972ef3cb [2020-10-09T13:54:31.114Z] Step 12/21 : ENV APP_PORT=48085 [2020-10-09T13:54:31.418Z] ---> Running in 235347f888c0 [2020-10-09T13:54:32.044Z] Removing intermediate container f5c4991a1021 [2020-10-09T13:54:32.044Z] ---> b5620e1091ab [2020-10-09T13:54:32.044Z] Step 22/22 : LABEL version=1.2.2-dev.60 [2020-10-09T13:54:32.332Z] ---> Running in 54a9978239b3 [2020-10-09T13:54:32.332Z] Removing intermediate container 235347f888c0 [2020-10-09T13:54:32.332Z] ---> 7fa073a254ce [2020-10-09T13:54:32.332Z] Step 13/21 : EXPOSE $APP_PORT [2020-10-09T13:54:32.613Z] ---> Running in d241ffdbae96 [2020-10-09T13:54:33.221Z] Removing intermediate container 54a9978239b3 [2020-10-09T13:54:33.221Z] ---> e618be22851c [2020-10-09T13:54:33.221Z] [2020-10-09T13:54:33.498Z] Removing intermediate container d241ffdbae96 [2020-10-09T13:54:33.498Z] ---> 0d26c4d97415 [2020-10-09T13:54:33.498Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-10-09T13:54:33.791Z] Successfully built e618be22851c [2020-10-09T13:54:33.791Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-10-09T13:54:33.791Z] Building docker-security-proxy-setup-go [2020-10-09T13:54:34.792Z]  Building docker-support-logging-go ... done  ---> 4eeae021f7ac [2020-10-09T13:54:34.792Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-10-09T13:54:36.281Z] Removing intermediate container 2dcf0dcbbc7f [2020-10-09T13:54:36.281Z] ---> 5238092248d2 [2020-10-09T13:54:36.281Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-10-09T13:54:36.899Z] Removing intermediate container 96d9d88cf3ce [2020-10-09T13:54:36.899Z] ---> a3ac3202fadc [2020-10-09T13:54:36.899Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-10-09T13:54:37.215Z] ---> Running in a019368b10de [2020-10-09T13:54:37.215Z] ---> Running in 49e12a630f48 [2020-10-09T13:54:37.505Z] ---> 58ab9a77e70b [2020-10-09T13:54:37.506Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-10-09T13:54:37.783Z] Removing intermediate container a019368b10de [2020-10-09T13:54:37.783Z] ---> e10ee2d1b555 [2020-10-09T13:54:37.783Z] Step 15/27 : ENV APP_PORT=48090 [2020-10-09T13:54:38.403Z] ---> Running in 10937a73d51c [2020-10-09T13:54:38.403Z] Removing intermediate container 49e12a630f48 [2020-10-09T13:54:38.403Z] ---> a112cb307c16 [2020-10-09T13:54:38.403Z] Step 26/29 : CMD [ "generate" ] [2020-10-09T13:54:38.799Z] ---> c8a338109380 [2020-10-09T13:54:38.799Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-10-09T13:54:38.799Z] ---> Running in 564ce0d9308c [2020-10-09T13:54:39.114Z] ---> Running in eb562b958965 [2020-10-09T13:54:39.443Z] Removing intermediate container 10937a73d51c [2020-10-09T13:54:39.443Z] ---> fb0dd73b6c64 [2020-10-09T13:54:39.443Z] Step 16/27 : EXPOSE $APP_PORT [2020-10-09T13:54:40.084Z] ---> Running in 37d65e631cf6 [2020-10-09T13:54:40.369Z] Removing intermediate container eb562b958965 [2020-10-09T13:54:40.369Z] ---> 5b8e99f948e9 [2020-10-09T13:54:40.369Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-09T13:54:40.369Z] Removing intermediate container 564ce0d9308c [2020-10-09T13:54:40.369Z] ---> 13f69df55078 [2020-10-09T13:54:40.369Z] Step 27/29 : LABEL arch=arm64 [2020-10-09T13:54:41.373Z] ---> Running in c6ec9369a202 [2020-10-09T13:54:41.373Z] ---> Running in 9350a522e2c2 [2020-10-09T13:54:41.373Z] Removing intermediate container 37d65e631cf6 [2020-10-09T13:54:41.373Z] ---> 3a336e0e885e [2020-10-09T13:54:41.373Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-10-09T13:54:42.373Z] Removing intermediate container c6ec9369a202 [2020-10-09T13:54:42.373Z] ---> 93e7aedffaa5 [2020-10-09T13:54:42.373Z] Step 19/21 : LABEL arch=arm64 [2020-10-09T13:54:42.373Z] Removing intermediate container 9350a522e2c2 [2020-10-09T13:54:42.373Z] ---> c386e40bfb24 [2020-10-09T13:54:42.373Z] Step 28/29 : LABEL git_sha=f69fcd6f6cfc821951e2cd5529adc6021efd69b2 [2020-10-09T13:54:42.653Z] ---> Running in f09dca8d41be [2020-10-09T13:54:42.653Z] ---> Running in f752dc08f114 [2020-10-09T13:54:43.671Z] Removing intermediate container f09dca8d41be [2020-10-09T13:54:43.671Z] ---> 1b24c3faf051 [2020-10-09T13:54:43.671Z] Step 20/21 : LABEL git_sha=f69fcd6f6cfc821951e2cd5529adc6021efd69b2 [2020-10-09T13:54:43.671Z] ---> 2e25ce8ae30c [2020-10-09T13:54:43.671Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-10-09T13:54:43.671Z] Removing intermediate container f752dc08f114 [2020-10-09T13:54:43.671Z] ---> cef02e89919b [2020-10-09T13:54:43.671Z] Step 29/29 : LABEL version=1.2.2-dev.60 [2020-10-09T13:54:43.952Z] ---> Running in 12880ea6e3bc [2020-10-09T13:54:43.952Z] ---> Running in 971e7aa499aa [2020-10-09T13:54:44.569Z] Removing intermediate container 12880ea6e3bc [2020-10-09T13:54:44.569Z] ---> 623320214708 [2020-10-09T13:54:44.569Z] Step 21/21 : LABEL version=1.2.2-dev.60 [2020-10-09T13:54:45.189Z] ---> Running in a4356acf588b [2020-10-09T13:54:45.189Z] ---> 8eea6bb02c69 [2020-10-09T13:54:45.189Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-10-09T13:54:45.189Z] Removing intermediate container 971e7aa499aa [2020-10-09T13:54:45.189Z] ---> 1b98d257e769 [2020-10-09T13:54:45.189Z] [2020-10-09T13:54:46.206Z] Removing intermediate container a4356acf588b [2020-10-09T13:54:46.206Z] ---> 28fb68ccc51b [2020-10-09T13:54:46.206Z] [2020-10-09T13:54:46.206Z] Successfully built 1b98d257e769 [2020-10-09T13:54:46.206Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-10-09T13:54:46.493Z] Building docker-core-metadata-go [2020-10-09T13:54:46.781Z]  Building docker-security-secrets-setup-go ... done Successfully built 28fb68ccc51b [2020-10-09T13:54:47.066Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-10-09T13:54:47.066Z]  Building docker-support-scheduler-go ... done Building docker-support-notifications-go [2020-10-09T13:54:47.347Z] ---> 88cc16719d4e [2020-10-09T13:54:47.347Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-10-09T13:54:47.347Z] ---> Running in 0cde1c4f68e9 [2020-10-09T13:54:49.357Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-09T13:54:49.634Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-09T13:54:50.243Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-10-09T13:54:50.243Z] (2/33) Installing expat (2.2.9-r1) [2020-10-09T13:54:50.243Z] (3/33) Installing libffi (3.3-r2) [2020-10-09T13:54:50.243Z] (4/33) Installing gdbm (1.13-r1) [2020-10-09T13:54:50.243Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-10-09T13:54:50.522Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-10-09T13:54:50.522Z] (7/33) Installing python3 (3.8.5-r0) [2020-10-09T13:54:52.528Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-10-09T13:54:52.528Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-10-09T13:54:52.528Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-10-09T13:54:52.528Z] (11/33) Installing py3-six (1.15.0-r0) [2020-10-09T13:54:52.528Z] (12/33) Installing py3-packaging (20.4-r0) [2020-10-09T13:54:52.528Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-10-09T13:54:52.807Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-10-09T13:54:52.807Z] (15/33) Installing py3-idna (2.9-r0) [2020-10-09T13:54:52.807Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-10-09T13:54:52.807Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-10-09T13:54:52.807Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-10-09T13:54:53.085Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-10-09T13:54:53.085Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-10-09T13:54:53.085Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-10-09T13:54:53.085Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-10-09T13:54:53.085Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-10-09T13:54:53.085Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-10-09T13:54:53.085Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-10-09T13:54:53.085Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-10-09T13:54:53.363Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-10-09T13:54:53.364Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-10-09T13:54:53.364Z] (29/33) Installing py3-progress (1.5-r0) [2020-10-09T13:54:53.364Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-10-09T13:54:53.364Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-10-09T13:54:53.364Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-10-09T13:54:53.364Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-10-09T13:54:53.652Z] Executing busybox-1.31.1-r16.trigger [2020-10-09T13:54:53.652Z] OK: 71 MiB in 55 packages [2020-10-09T13:54:56.336Z] Removing intermediate container f8bfd7ecb611 [2020-10-09T13:54:56.336Z] ---> bfcbeea82f11 [2020-10-09T13:54:56.336Z] [2020-10-09T13:54:56.336Z] Step 10/23 : FROM alpine [2020-10-09T13:54:56.336Z] ---> 62ee0e9f8440 [2020-10-09T13:54:56.336Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-09T13:54:56.941Z] ---> Running in 900df3bcfd78 [2020-10-09T13:54:58.406Z] Removing intermediate container 900df3bcfd78 [2020-10-09T13:54:58.406Z] ---> 87877e37403f [2020-10-09T13:54:58.406Z] Step 12/23 : ENV APP_PORT=48080 [2020-10-09T13:54:59.416Z] ---> Running in ad0c424b1eea [2020-10-09T13:55:00.879Z] Removing intermediate container ad0c424b1eea [2020-10-09T13:55:00.879Z] ---> ca455d3c5543 [2020-10-09T13:55:00.879Z] Step 13/23 : EXPOSE $APP_PORT [2020-10-09T13:55:00.879Z] ---> Running in 100db32e48df [2020-10-09T13:55:01.889Z] Removing intermediate container 100db32e48df [2020-10-09T13:55:01.889Z] ---> e4b0069915a7 [2020-10-09T13:55:01.889Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-09T13:55:02.508Z] ---> Running in 33b9cb70aebe [2020-10-09T13:55:03.509Z] Removing intermediate container 0cde1c4f68e9 [2020-10-09T13:55:03.509Z] ---> 889c7cac41a6 [2020-10-09T13:55:03.509Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-10-09T13:55:03.786Z] ---> Running in 61901a347b53 [2020-10-09T13:55:05.775Z] Removing intermediate container 33b9cb70aebe [2020-10-09T13:55:05.775Z] ---> 40171ac43eee [2020-10-09T13:55:05.775Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-10-09T13:55:06.051Z] ---> Running in acb77b288ec6 [2020-10-09T13:55:08.049Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-09T13:55:08.049Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-10-09T13:55:08.049Z] ---> 523460a8e353 [2020-10-09T13:55:08.049Z] Step 3/20 : WORKDIR /edgex-go [2020-10-09T13:55:08.049Z] ---> Using cache [2020-10-09T13:55:08.049Z] ---> e49a328cf43c [2020-10-09T13:55:08.049Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-09T13:55:08.049Z] ---> Running in 6a4be9706c48 [2020-10-09T13:55:08.049Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-09T13:55:09.045Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-09T13:55:09.655Z] (1/5) Installing libgcc (9.3.0-r2) [2020-10-09T13:55:09.655Z] (2/5) Installing libsodium (1.0.18-r0) [2020-10-09T13:55:09.940Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-10-09T13:55:10.222Z] (4/5) Installing libzmq (4.3.3-r0) [2020-10-09T13:55:10.508Z] (5/5) Installing zeromq (4.3.3-r0) [2020-10-09T13:55:10.508Z] Executing busybox-1.31.1-r16.trigger [2020-10-09T13:55:10.508Z] OK: 8 MiB in 19 packages [2020-10-09T13:55:11.979Z] Collecting docker-compose==1.23.2 [2020-10-09T13:55:11.979Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-10-09T13:55:12.581Z] Removing intermediate container 6a4be9706c48 [2020-10-09T13:55:12.581Z] ---> 511bfbec182f [2020-10-09T13:55:12.581Z] Step 5/20 : RUN apk update && apk add make git [2020-10-09T13:55:12.879Z] ---> Running in 360f29acba0e [2020-10-09T13:55:13.169Z] Removing intermediate container acb77b288ec6 [2020-10-09T13:55:13.169Z] ---> cb59fa94f43d [2020-10-09T13:55:13.169Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-10-09T13:55:13.449Z] Collecting jsonschema<3,>=2.5.1 [2020-10-09T13:55:13.449Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-10-09T13:55:14.058Z] Collecting docopt<0.7,>=0.6.1 [2020-10-09T13:55:14.058Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-10-09T13:55:15.062Z] ---> 9ceeb168831f [2020-10-09T13:55:15.062Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-10-09T13:55:15.340Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-09T13:55:16.343Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-09T13:55:17.811Z] Collecting docker<4.0,>=3.6.0 [2020-10-09T13:55:17.811Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-10-09T13:55:17.811Z] ---> a10e8ded307a [2020-10-09T13:55:17.811Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-10-09T13:55:17.811Z] v3.12.0-376-gb3fc85f1ac [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-09T13:55:17.811Z] v3.12.0-379-gbdabed52be [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-09T13:55:17.811Z] OK: 12623 distinct packages available [2020-10-09T13:55:19.276Z] OK: 217 MiB in 51 packages [2020-10-09T13:55:19.276Z] Collecting websocket-client<1.0,>=0.32.0 [2020-10-09T13:55:19.276Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-10-09T13:55:19.554Z] ---> a1f889521a75 [2020-10-09T13:55:19.554Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-10-09T13:55:19.835Z] ---> Running in edd2baac6043 [2020-10-09T13:55:19.835Z] Collecting dockerpty<0.5,>=0.4.1 [2020-10-09T13:55:20.132Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-10-09T13:55:20.742Z] Removing intermediate container edd2baac6043 [2020-10-09T13:55:20.742Z] ---> 409334730c9f [2020-10-09T13:55:20.742Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-09T13:55:21.022Z] ---> Running in 72541c6ca69c [2020-10-09T13:55:21.299Z] Removing intermediate container 360f29acba0e [2020-10-09T13:55:21.299Z] ---> 197bcaa36148 [2020-10-09T13:55:21.299Z] Step 6/20 : COPY go.mod . [2020-10-09T13:55:21.914Z] Removing intermediate container 72541c6ca69c [2020-10-09T13:55:21.914Z] ---> 1a766afa9c9d [2020-10-09T13:55:21.914Z] Step 21/23 : LABEL arch=arm64 [2020-10-09T13:55:22.198Z] ---> Running in 7b7018056481 [2020-10-09T13:55:22.804Z] ---> 83cc194d9396 [2020-10-09T13:55:22.804Z] Step 7/20 : RUN go mod download [2020-10-09T13:55:22.804Z] Removing intermediate container 7b7018056481 [2020-10-09T13:55:22.804Z] ---> 80f8d9567c5f [2020-10-09T13:55:22.804Z] Step 22/23 : LABEL git_sha=f69fcd6f6cfc821951e2cd5529adc6021efd69b2 [2020-10-09T13:55:23.083Z] ---> Running in 3e82c21aae04 [2020-10-09T13:55:23.359Z] ---> Running in 32d24136cd44 [2020-10-09T13:55:24.450Z] Removing intermediate container 32d24136cd44 [2020-10-09T13:55:24.450Z] ---> 5beb83507368 [2020-10-09T13:55:24.450Z] Step 23/23 : LABEL version=1.2.2-dev.60 [2020-10-09T13:55:24.450Z] ---> Running in bda0d86a5c0d [2020-10-09T13:55:24.781Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-10-09T13:55:24.781Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-10-09T13:55:25.825Z] Collecting texttable<0.10,>=0.9.0 [2020-10-09T13:55:25.825Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-10-09T13:55:25.825Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-09T13:55:25.825Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-10-09T13:55:25.825Z] ---> 523460a8e353 [2020-10-09T13:55:25.825Z] Step 3/24 : WORKDIR /edgex-go [2020-10-09T13:55:25.825Z] ---> Using cache [2020-10-09T13:55:25.825Z] ---> e49a328cf43c [2020-10-09T13:55:26.104Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-09T13:55:26.104Z] ---> Using cache [2020-10-09T13:55:26.104Z] ---> 511bfbec182f [2020-10-09T13:55:26.105Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-10-09T13:55:26.381Z] Removing intermediate container bda0d86a5c0d [2020-10-09T13:55:26.381Z] ---> bdca7af9769f [2020-10-09T13:55:26.381Z] [2020-10-09T13:55:26.381Z] ---> Running in 786029daade8 [2020-10-09T13:55:26.381Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-09T13:55:26.381Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-09T13:55:26.381Z] ---> 523460a8e353 [2020-10-09T13:55:26.381Z] Step 3/22 : WORKDIR /edgex-go [2020-10-09T13:55:26.381Z] ---> Using cache [2020-10-09T13:55:26.381Z] ---> e49a328cf43c [2020-10-09T13:55:26.381Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-09T13:55:26.381Z] ---> Using cache [2020-10-09T13:55:26.381Z] ---> 511bfbec182f [2020-10-09T13:55:26.381Z] Step 5/22 : RUN apk update && apk add make git [2020-10-09T13:55:26.381Z] ---> Using cache [2020-10-09T13:55:26.381Z] ---> 197bcaa36148 [2020-10-09T13:55:26.381Z] Step 6/22 : COPY go.mod . [2020-10-09T13:55:26.381Z] ---> Using cache [2020-10-09T13:55:26.381Z] ---> 83cc194d9396 [2020-10-09T13:55:26.381Z] Step 7/22 : RUN go mod download [2020-10-09T13:55:26.655Z] ---> Running in a271503db93e [2020-10-09T13:55:26.932Z] Successfully built bdca7af9769f [2020-10-09T13:55:26.932Z] Successfully tagged docker-core-data-go-arm64:latest [2020-10-09T13:55:26.932Z] Building docker-core-command-go [2020-10-09T13:55:28.663Z]  Building docker-core-data-go ... done Removing intermediate container 3e82c21aae04 [2020-10-09T13:55:28.663Z] ---> bff257b07a17 [2020-10-09T13:55:28.663Z] Step 8/20 : COPY . . [2020-10-09T13:55:28.940Z] 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-09T13:55:29.216Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-09T13:55:29.497Z] Collecting cached-property<2,>=1.2.0 [2020-10-09T13:55:29.497Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-10-09T13:55:30.484Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-09T13:55:30.484Z] Collecting PyYAML<4,>=3.10 [2020-10-09T13:55:30.768Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-10-09T13:55:31.775Z] v3.12.0-376-gb3fc85f1ac [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-09T13:55:31.775Z] v3.12.0-379-gbdabed52be [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-09T13:55:31.775Z] OK: 12623 distinct packages available [2020-10-09T13:55:32.785Z] OK: 217 MiB in 51 packages [2020-10-09T13:55:34.800Z] Removing intermediate container a271503db93e [2020-10-09T13:55:34.800Z] ---> 8adf9be58d44 [2020-10-09T13:55:34.800Z] Step 8/22 : COPY . . [2020-10-09T13:55:35.430Z] Collecting docker-pycreds>=0.4.0 [2020-10-09T13:55:35.430Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-10-09T13:55:35.726Z] Removing intermediate container 786029daade8 [2020-10-09T13:55:35.726Z] ---> 5610de6eb215 [2020-10-09T13:55:35.726Z] Step 6/24 : COPY go.mod . [2020-10-09T13:55:36.005Z] Collecting idna<2.8,>=2.5 [2020-10-09T13:55:36.005Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-10-09T13:55:36.289Z] 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-09T13:55:36.289Z] 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-09T13:55:37.280Z] Collecting urllib3<1.25,>=1.21.1 [2020-10-09T13:55:37.280Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-10-09T13:55:37.280Z] ---> 8171fcb51fd5 [2020-10-09T13:55:37.280Z] Step 7/24 : RUN go mod download [2020-10-09T13:55:37.566Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-10-09T13:55:37.566Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-10-09T13:55:37.566Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-10-09T13:55:37.566Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-10-09T13:55:37.566Z] ---> Running in 1070a920f554 [2020-10-09T13:55:39.048Z] Installing collected packages: jsonschema, docopt, idna, urllib3, requests, docker-pycreds, websocket-client, docker, dockerpty, texttable, cached-property, PyYAML, docker-compose [2020-10-09T13:55:39.657Z] Running setup.py install for docopt: started [2020-10-09T13:55:42.330Z] Running setup.py install for docopt: finished with status 'done' [2020-10-09T13:55:42.330Z] Attempting uninstall: idna [2020-10-09T13:55:42.330Z] Found existing installation: idna 2.9 [2020-10-09T13:55:42.330Z] Uninstalling idna-2.9: [2020-10-09T13:55:42.330Z] Successfully uninstalled idna-2.9 [2020-10-09T13:55:43.333Z] Attempting uninstall: urllib3 [2020-10-09T13:55:43.333Z] Found existing installation: urllib3 1.25.9 [2020-10-09T13:55:43.333Z] Uninstalling urllib3-1.25.9: [2020-10-09T13:55:43.333Z] Successfully uninstalled urllib3-1.25.9 [2020-10-09T13:55:44.326Z] Removing intermediate container 1070a920f554 [2020-10-09T13:55:44.326Z] ---> bf96c793ba3a [2020-10-09T13:55:44.326Z] Step 8/24 : COPY . . [2020-10-09T13:55:44.606Z] Attempting uninstall: requests [2020-10-09T13:55:44.606Z] Found existing installation: requests 2.23.0 [2020-10-09T13:55:44.606Z] Uninstalling requests-2.23.0: [2020-10-09T13:55:44.606Z] Successfully uninstalled requests-2.23.0 [2020-10-09T13:55:46.611Z] Running setup.py install for dockerpty: started [2020-10-09T13:55:50.042Z] Running setup.py install for dockerpty: finished with status 'done' [2020-10-09T13:55:50.042Z] Running setup.py install for texttable: started [2020-10-09T13:55:50.042Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-09T13:55:50.042Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-09T13:55:50.042Z] ---> 523460a8e353 [2020-10-09T13:55:50.042Z] Step 3/22 : WORKDIR /edgex-go [2020-10-09T13:55:50.042Z] ---> Using cache [2020-10-09T13:55:50.042Z] ---> e49a328cf43c [2020-10-09T13:55:50.042Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-09T13:55:50.042Z] ---> Using cache [2020-10-09T13:55:50.042Z] ---> 511bfbec182f [2020-10-09T13:55:50.042Z] Step 5/22 : RUN apk update && apk add make git [2020-10-09T13:55:50.042Z] ---> Using cache [2020-10-09T13:55:50.042Z] ---> 197bcaa36148 [2020-10-09T13:55:50.042Z] Step 6/22 : COPY go.mod . [2020-10-09T13:55:50.042Z] ---> Using cache [2020-10-09T13:55:50.042Z] ---> 83cc194d9396 [2020-10-09T13:55:50.042Z] Step 7/22 : RUN go mod download [2020-10-09T13:55:50.042Z] ---> Using cache [2020-10-09T13:55:50.042Z] ---> 8adf9be58d44 [2020-10-09T13:55:50.042Z] Step 8/22 : COPY . . [2020-10-09T13:55:52.716Z] Running setup.py install for texttable: finished with status 'done' [2020-10-09T13:55:54.723Z] Running setup.py install for PyYAML: started [2020-10-09T13:55:55.725Z] ---> 70be7f0eef19 [2020-10-09T13:55:55.725Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-10-09T13:55:57.748Z] Running setup.py install for PyYAML: finished with status 'done' [2020-10-09T13:55:58.374Z] ---> Running in d6344a80d8b4 [2020-10-09T13:55:59.376Z] ---> 71256d86ab4c [2020-10-09T13:55:59.376Z] Step 9/22 : RUN make cmd/core-metadata/core-metadataSuccessfully 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-09T13:55:59.376Z] [2020-10-09T13:56:01.384Z] ---> Running in b66f9b93ec02 [2020-10-09T13:56:01.384Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.60" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-10-09T13:56:04.824Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.60" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-10-09T13:56:07.543Z] Removing intermediate container 61901a347b53 [2020-10-09T13:56:07.543Z] ---> eb9a0de71c89 [2020-10-09T13:56:07.543Z] Step 22/27 : RUN apk --no-cache add curl [2020-10-09T13:56:07.543Z] ---> 9fdb5f562d7c [2020-10-09T13:56:07.543Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-10-09T13:56:08.167Z] ---> Running in cb6a11587bef [2020-10-09T13:56:08.167Z] ---> Running in d0b72e32417a [2020-10-09T13:56:11.600Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.60" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-10-09T13:56:11.878Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-09T13:56:12.479Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-09T13:56:13.117Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-10-09T13:56:13.117Z] (2/3) Installing libcurl (7.69.1-r1) [2020-10-09T13:56:13.117Z] (3/3) Installing curl (7.69.1-r1) [2020-10-09T13:56:13.117Z] Executing busybox-1.31.1-r16.trigger [2020-10-09T13:56:13.415Z] OK: 71 MiB in 58 packages [2020-10-09T13:56:13.761Z] ---> 91ba5653dbbd [2020-10-09T13:56:13.761Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-10-09T13:56:14.076Z] ---> Running in 4be874fcbc05 [2020-10-09T13:56:16.308Z] Removing intermediate container cb6a11587bef [2020-10-09T13:56:16.308Z] ---> c1a37552d64e [2020-10-09T13:56:16.308Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-10-09T13:56:16.308Z] ---> Running in d9611a19e8ca [2020-10-09T13:56:16.917Z] Removing intermediate container d9611a19e8ca [2020-10-09T13:56:16.917Z] ---> b2e0c2077606 [2020-10-09T13:56:16.917Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-09T13:56:17.196Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.60" -o cmd/core-command/core-command ./cmd/core-command [2020-10-09T13:56:17.196Z] ---> Running in de1a64bb2fb6 [2020-10-09T13:56:17.810Z] Removing intermediate container de1a64bb2fb6 [2020-10-09T13:56:17.810Z] ---> 706343687400 [2020-10-09T13:56:17.810Z] Step 25/27 : LABEL arch=arm64 [2020-10-09T13:56:18.087Z] ---> Running in f79c7bfd9fd7 [2020-10-09T13:56:18.691Z] Removing intermediate container f79c7bfd9fd7 [2020-10-09T13:56:18.691Z] ---> 5f43e7bb9450 [2020-10-09T13:56:18.691Z] Step 26/27 : LABEL git_sha=f69fcd6f6cfc821951e2cd5529adc6021efd69b2 [2020-10-09T13:56:18.971Z] ---> Running in 43ea4cfe1180 [2020-10-09T13:56:19.590Z] Removing intermediate container 43ea4cfe1180 [2020-10-09T13:56:19.590Z] ---> 55b2f12c3a3c [2020-10-09T13:56:19.590Z] Step 27/27 : LABEL version=1.2.2-dev.60 [2020-10-09T13:56:19.590Z] ---> Running in 70405df057f7 [2020-10-09T13:56:20.203Z] Removing intermediate container 70405df057f7 [2020-10-09T13:56:20.203Z] ---> 261279b773fc [2020-10-09T13:56:20.203Z] [2020-10-09T13:56:20.809Z] Successfully built 261279b773fc [2020-10-09T13:56:20.809Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-10-09T13:56:20.809Z]  Building docker-sys-mgmt-agent-go ... done Building docker-security-secretstore-setup-go [2020-10-09T13:56:47.712Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-09T13:56:47.712Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-10-09T13:56:47.712Z] ---> 523460a8e353 [2020-10-09T13:56:47.712Z] Step 3/26 : WORKDIR /edgex-go [2020-10-09T13:56:47.712Z] ---> Using cache [2020-10-09T13:56:47.712Z] ---> e49a328cf43c [2020-10-09T13:56:47.712Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-09T13:56:47.712Z] ---> Using cache [2020-10-09T13:56:47.712Z] ---> 511bfbec182f [2020-10-09T13:56:47.712Z] Step 5/26 : RUN apk update && apk add make git [2020-10-09T13:56:47.712Z] ---> Using cache [2020-10-09T13:56:47.712Z] ---> 197bcaa36148 [2020-10-09T13:56:47.712Z] Step 6/26 : COPY go.mod . [2020-10-09T13:56:47.712Z] ---> Using cache [2020-10-09T13:56:47.712Z] ---> 83cc194d9396 [2020-10-09T13:56:47.712Z] Step 7/26 : RUN go mod download [2020-10-09T13:56:47.712Z] ---> Using cache [2020-10-09T13:56:47.712Z] ---> 8adf9be58d44 [2020-10-09T13:56:47.712Z] Step 8/26 : COPY . . [2020-10-09T13:56:47.712Z] ---> Using cache [2020-10-09T13:56:47.712Z] ---> 91ba5653dbbd [2020-10-09T13:56:47.712Z] 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-09T13:56:48.325Z] ---> Running in 6c5a032568a4 [2020-10-09T13:56:50.979Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.60" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-10-09T13:57:30.047Z] Removing intermediate container d6344a80d8b4 [2020-10-09T13:57:30.047Z] ---> d2edddc5bfd5 [2020-10-09T13:57:30.047Z] [2020-10-09T13:57:30.047Z] Step 10/20 : FROM alpine [2020-10-09T13:57:30.047Z] ---> 62ee0e9f8440 [2020-10-09T13:57:30.047Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-10-09T13:57:30.047Z] ---> Running in 86b80b5b83b2 [2020-10-09T13:57:31.039Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-09T13:57:31.657Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-09T13:57:32.685Z] v3.12.0-376-gb3fc85f1ac [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-09T13:57:32.685Z] v3.12.0-379-gbdabed52be [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-09T13:57:32.685Z] OK: 12621 distinct packages available [2020-10-09T13:57:34.155Z] (1/4) Installing ca-certificates (20191127-r4) [2020-10-09T13:57:34.155Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-10-09T13:57:34.155Z] (3/4) Installing libcurl (7.69.1-r1) [2020-10-09T13:57:34.155Z] (4/4) Installing curl (7.69.1-r1) [2020-10-09T13:57:34.155Z] Executing busybox-1.31.1-r16.trigger [2020-10-09T13:57:34.437Z] Executing ca-certificates-20191127-r4.trigger [2020-10-09T13:57:34.794Z] OK: 7 MiB in 18 packages [2020-10-09T13:57:37.458Z] Removing intermediate container 86b80b5b83b2 [2020-10-09T13:57:37.458Z] ---> 8fad9e22e7f9 [2020-10-09T13:57:37.458Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-09T13:57:37.458Z] ---> Running in 5818395ffd42 [2020-10-09T13:57:38.067Z] Removing intermediate container 5818395ffd42 [2020-10-09T13:57:38.067Z] ---> 778daaae9fe4 [2020-10-09T13:57:38.067Z] Step 13/20 : WORKDIR /edgex [2020-10-09T13:57:38.067Z] ---> Running in 7fc3855d3779 [2020-10-09T13:57:39.071Z] Removing intermediate container 7fc3855d3779 [2020-10-09T13:57:39.071Z] ---> b93b94c96715 [2020-10-09T13:57:39.071Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-10-09T13:57:40.077Z] ---> 358068fde0f1 [2020-10-09T13:57:40.077Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-10-09T13:57:41.568Z] ---> e03ac6f342cc [2020-10-09T13:57:41.568Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-10-09T13:57:41.857Z] ---> Running in cb2c81b2977d [2020-10-09T13:57:42.472Z] Removing intermediate container cb2c81b2977d [2020-10-09T13:57:42.472Z] ---> a26bd72d286d [2020-10-09T13:57:42.472Z] Step 17/20 : CMD ["--init=true"] [2020-10-09T13:57:42.759Z] ---> Running in 1cef0fba54a4 [2020-10-09T13:57:43.368Z] Removing intermediate container 1cef0fba54a4 [2020-10-09T13:57:43.368Z] ---> c49d41f5c434 [2020-10-09T13:57:43.368Z] Step 18/20 : LABEL arch=arm64 [2020-10-09T13:57:43.368Z] ---> Running in 48b070619f5a [2020-10-09T13:57:43.978Z] Removing intermediate container 48b070619f5a [2020-10-09T13:57:43.978Z] ---> 004becf8dad3 [2020-10-09T13:57:43.978Z] Step 19/20 : LABEL git_sha=f69fcd6f6cfc821951e2cd5529adc6021efd69b2 [2020-10-09T13:57:44.259Z] ---> Running in 0819cbe6379f [2020-10-09T13:57:44.884Z] Removing intermediate container 0819cbe6379f [2020-10-09T13:57:44.884Z] ---> 6534c3d1d217 [2020-10-09T13:57:44.884Z] Step 20/20 : LABEL version=1.2.2-dev.60 [2020-10-09T13:57:45.164Z] ---> Running in 44150839dbb5 [2020-10-09T13:57:45.769Z] Removing intermediate container 44150839dbb5 [2020-10-09T13:57:45.769Z] ---> 420669ee7412 [2020-10-09T13:57:45.769Z] [2020-10-09T13:57:46.377Z] Successfully built 420669ee7412 [2020-10-09T13:57:46.377Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-10-09T13:58:18.898Z]  Building docker-security-proxy-setup-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.60" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-10-09T13:58:20.401Z] Removing intermediate container d0b72e32417a [2020-10-09T13:58:20.401Z] ---> 216a2f78e817 [2020-10-09T13:58:20.401Z] [2020-10-09T13:58:20.401Z] Step 10/24 : FROM scratch [2020-10-09T13:58:20.401Z] ---> [2020-10-09T13:58:20.401Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-09T13:58:20.401Z] ---> Using cache [2020-10-09T13:58:20.401Z] ---> e9c61e195c17 [2020-10-09T13:58:20.401Z] Step 12/24 : ENV APP_PORT=48060 [2020-10-09T13:58:20.683Z] ---> Running in 979bbaab9634 [2020-10-09T13:58:21.289Z] Removing intermediate container 979bbaab9634 [2020-10-09T13:58:21.289Z] ---> 538a949cb72f [2020-10-09T13:58:21.289Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-09T13:58:21.588Z] ---> Running in 90981fb136bb [2020-10-09T13:58:22.584Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.60" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-10-09T13:58:22.867Z] Removing intermediate container 90981fb136bb [2020-10-09T13:58:22.867Z] ---> 4eab2e4613e8 [2020-10-09T13:58:22.867Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-10-09T13:58:24.345Z] ---> b919c4817b28 [2020-10-09T13:58:24.345Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-10-09T13:58:24.961Z] Removing intermediate container 4be874fcbc05 [2020-10-09T13:58:24.961Z] ---> 5199bc97a48b [2020-10-09T13:58:24.961Z] [2020-10-09T13:58:24.961Z] Step 10/22 : FROM scratch [2020-10-09T13:58:24.961Z] ---> [2020-10-09T13:58:24.961Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-09T13:58:25.572Z] ---> Using cache [2020-10-09T13:58:25.573Z] ---> 6ab2972ef3cb [2020-10-09T13:58:25.573Z] Step 12/22 : ENV APP_PORT=48082 [2020-10-09T13:58:25.855Z] ---> Running in 115548cebbfa [2020-10-09T13:58:26.136Z] ---> 0aa8c6db090a [2020-10-09T13:58:26.136Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-10-09T13:58:26.742Z] Removing intermediate container 115548cebbfa [2020-10-09T13:58:26.742Z] ---> c2a740d368a3 [2020-10-09T13:58:26.742Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-09T13:58:26.742Z] ---> Running in 4e2f085eea0d [2020-10-09T13:58:27.743Z] Removing intermediate container 4e2f085eea0d [2020-10-09T13:58:27.743Z] ---> 54cc8fd1168c [2020-10-09T13:58:27.743Z] Step 14/22 : WORKDIR / [2020-10-09T13:58:28.020Z] ---> Running in f0d888e02e85 [2020-10-09T13:58:28.309Z] ---> 200346afc5b2 [2020-10-09T13:58:28.309Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-10-09T13:58:28.910Z] Removing intermediate container f0d888e02e85 [2020-10-09T13:58:28.910Z] ---> fb7b40d26d27 [2020-10-09T13:58:28.910Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-10-09T13:58:29.893Z] ---> ffc9e32c7f82 [2020-10-09T13:58:29.893Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-10-09T13:58:30.174Z] ---> d63eb458341a [2020-10-09T13:58:30.174Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-10-09T13:58:30.778Z] Removing intermediate container b66f9b93ec02 [2020-10-09T13:58:30.778Z] ---> 17aa1b35f8f1 [2020-10-09T13:58:30.778Z] [2020-10-09T13:58:30.778Z] Step 10/22 : FROM scratch [2020-10-09T13:58:30.778Z] ---> [2020-10-09T13:58:30.778Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-09T13:58:31.054Z] ---> Using cache [2020-10-09T13:58:31.054Z] ---> 6ab2972ef3cb [2020-10-09T13:58:31.054Z] Step 12/22 : ENV APP_PORT=48081 [2020-10-09T13:58:31.661Z] ---> Running in 5acdffa7c35e [2020-10-09T13:58:31.937Z] ---> bd1f75851d9c [2020-10-09T13:58:31.937Z] ---> 26d84b85212a [2020-10-09T13:58:31.937Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-10-09T13:58:31.937Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-10-09T13:58:32.214Z] Removing intermediate container 6c5a032568a4 [2020-10-09T13:58:32.214Z] ---> 08326e91ac8b [2020-10-09T13:58:32.214Z] [2020-10-09T13:58:32.214Z] Step 10/26 : FROM alpine:3.10 [2020-10-09T13:58:32.214Z] Removing intermediate container 5acdffa7c35e [2020-10-09T13:58:32.214Z] ---> b188edc63b3d [2020-10-09T13:58:32.214Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-09T13:58:32.488Z] ---> Running in 2f28bee1b83d [2020-10-09T13:58:32.488Z] 3.10: Pulling from library/alpine [2020-10-09T13:58:32.765Z] ---> b4aca0defbac [2020-10-09T13:58:32.765Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-10-09T13:58:32.765Z] ---> fb36028829e7 [2020-10-09T13:58:32.765Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-10-09T13:58:33.051Z] ---> Running in 834889af1128 [2020-10-09T13:58:33.051Z] ---> Running in 5bdf1f18272f [2020-10-09T13:58:33.051Z] Removing intermediate container 2f28bee1b83d [2020-10-09T13:58:33.051Z] ---> fdc85822a33c [2020-10-09T13:58:33.051Z] Step 14/22 : WORKDIR / [2020-10-09T13:58:33.323Z] ---> Running in 0d680d075afd [2020-10-09T13:58:33.592Z] Removing intermediate container 834889af1128 [2020-10-09T13:58:33.592Z] Removing intermediate container 5bdf1f18272f [2020-10-09T13:58:33.592Z] ---> bc0ffd19e652 [2020-10-09T13:58:33.592Z] ---> aa12a5abfa49 [2020-10-09T13:58:33.592Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-09T13:58:33.592Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-09T13:58:33.863Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-10-09T13:58:33.863Z] Removing intermediate container 0d680d075afd [2020-10-09T13:58:33.863Z] ---> e0dddfb65fec [2020-10-09T13:58:33.863Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-10-09T13:58:33.863Z] Status: Downloaded newer image for alpine:3.10 [2020-10-09T13:58:33.863Z] ---> 536a684cf733 [2020-10-09T13:58:33.863Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-10-09T13:58:33.863Z] ---> Running in 56d313487431 [2020-10-09T13:58:33.863Z] ---> Running in 5979522972f0 [2020-10-09T13:58:34.142Z] ---> Running in 57cf743e881d [2020-10-09T13:58:34.738Z] Removing intermediate container 56d313487431 [2020-10-09T13:58:34.738Z] ---> b2a02c3f56d6 [2020-10-09T13:58:34.738Z] Step 20/22 : LABEL arch=arm64 [2020-10-09T13:58:34.738Z] Removing intermediate container 5979522972f0 [2020-10-09T13:58:34.738Z] ---> 13d2c49c606a [2020-10-09T13:58:34.738Z] Step 22/24 : LABEL arch=arm64 [2020-10-09T13:58:34.738Z] ---> Running in 6edaeaa23371 [2020-10-09T13:58:35.014Z] ---> ab739c917b8e [2020-10-09T13:58:35.014Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-10-09T13:58:35.014Z] ---> Running in 03de2691a096 [2020-10-09T13:58:35.613Z] Removing intermediate container 6edaeaa23371 [2020-10-09T13:58:35.613Z] ---> ac0d53ed7d77 [2020-10-09T13:58:35.613Z] Step 21/22 : LABEL git_sha=f69fcd6f6cfc821951e2cd5529adc6021efd69b2 [2020-10-09T13:58:35.613Z] Removing intermediate container 03de2691a096 [2020-10-09T13:58:35.613Z] ---> 72952545b60e [2020-10-09T13:58:35.613Z] Step 23/24 : LABEL git_sha=f69fcd6f6cfc821951e2cd5529adc6021efd69b2 [2020-10-09T13:58:35.886Z] ---> Running in 75fdd38a1f85 [2020-10-09T13:58:35.886Z] ---> Running in 15751a05bec2 [2020-10-09T13:58:35.886Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-10-09T13:58:36.487Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-10-09T13:58:36.762Z] Removing intermediate container 75fdd38a1f85 [2020-10-09T13:58:36.762Z] ---> 561a340d4745 [2020-10-09T13:58:36.762Z] Step 22/22 : LABEL version=1.2.2-dev.60 [2020-10-09T13:58:36.762Z] ---> 823d119d66ea [2020-10-09T13:58:36.762Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-10-09T13:58:36.762Z] Removing intermediate container 15751a05bec2 [2020-10-09T13:58:36.762Z] ---> 15234840eec5 [2020-10-09T13:58:36.763Z] Step 24/24 : LABEL version=1.2.2-dev.60 [2020-10-09T13:58:37.047Z] ---> Running in 3ffb9b254d6b [2020-10-09T13:58:37.047Z] v3.10.5-96-g1efb054f0b [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-10-09T13:58:37.047Z] v3.10.5-92-g0ca6a6f012 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-10-09T13:58:37.047Z] OK: 10167 distinct packages available [2020-10-09T13:58:37.047Z] ---> Running in b109d18c2743 [2020-10-09T13:58:37.645Z] Removing intermediate container 3ffb9b254d6b [2020-10-09T13:58:37.645Z] ---> 8d605fcbc1cf [2020-10-09T13:58:37.645Z] [2020-10-09T13:58:37.645Z] (1/5) Installing ca-certificates (20191127-r2) [2020-10-09T13:58:37.645Z] Removing intermediate container b109d18c2743 [2020-10-09T13:58:37.645Z] ---> 017e68fdc322 [2020-10-09T13:58:37.645Z] [2020-10-09T13:58:37.645Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-10-09T13:58:37.645Z] (3/5) Installing libcurl (7.66.0-r1) [2020-10-09T13:58:37.645Z] (4/5) Installing curl (7.66.0-r1) [2020-10-09T13:58:37.645Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-10-09T13:58:37.920Z] Executing busybox-1.30.1-r3.trigger [2020-10-09T13:58:37.920Z] Executing ca-certificates-20191127-r2.trigger [2020-10-09T13:58:38.204Z] OK: 7 MiB in 19 packages [2020-10-09T13:58:38.204Z] Successfully built 8d605fcbc1cf [2020-10-09T13:58:38.204Z] ---> 5fb5a58c5f02 [2020-10-09T13:58:38.204Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-10-09T13:58:38.204Z] Successfully tagged docker-core-command-go-arm64:latest [2020-10-09T13:58:38.204Z]  Building docker-core-command-go ... done Successfully built 017e68fdc322 [2020-10-09T13:58:38.204Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-10-09T13:58:38.477Z]  Building docker-support-notifications-go ... done  ---> Running in 19c1eac1a5e8 [2020-10-09T13:58:39.076Z] Removing intermediate container 19c1eac1a5e8 [2020-10-09T13:58:39.076Z] ---> bbb5d94cf1c5 [2020-10-09T13:58:39.076Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-09T13:58:39.076Z] ---> Running in cff41ea2f40b [2020-10-09T13:58:40.057Z] Removing intermediate container cff41ea2f40b [2020-10-09T13:58:40.057Z] ---> ea2f204526ee [2020-10-09T13:58:40.057Z] Step 20/22 : LABEL arch=arm64 [2020-10-09T13:58:40.057Z] Removing intermediate container 57cf743e881d [2020-10-09T13:58:40.057Z] ---> ba16ccd3d66a [2020-10-09T13:58:40.057Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-09T13:58:40.057Z] ---> Running in 545dc94fcdf1 [2020-10-09T13:58:40.057Z] ---> Running in ab8afcc19445 [2020-10-09T13:58:40.657Z] Removing intermediate container 545dc94fcdf1 [2020-10-09T13:58:40.657Z] ---> 86e655430eda [2020-10-09T13:58:40.657Z] Step 21/22 : LABEL git_sha=f69fcd6f6cfc821951e2cd5529adc6021efd69b2 [2020-10-09T13:58:40.657Z] Removing intermediate container ab8afcc19445 [2020-10-09T13:58:40.657Z] ---> 86ab96ea363f [2020-10-09T13:58:40.657Z] Step 13/26 : WORKDIR / [2020-10-09T13:58:40.657Z] ---> Running in 09b719762467 [2020-10-09T13:58:40.932Z] ---> Running in 79acb027ae57 [2020-10-09T13:58:41.206Z] Removing intermediate container 09b719762467 [2020-10-09T13:58:41.206Z] ---> 008f2fa86f93 [2020-10-09T13:58:41.206Z] Step 22/22 : LABEL version=1.2.2-dev.60 [2020-10-09T13:58:41.480Z] ---> Running in 98e5dc782bf6 [2020-10-09T13:58:41.480Z] Removing intermediate container 79acb027ae57 [2020-10-09T13:58:41.480Z] ---> 98cca21d1d87 [2020-10-09T13:58:41.480Z] 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-09T13:58:42.080Z] Removing intermediate container 98e5dc782bf6 [2020-10-09T13:58:42.080Z] ---> 786195127f52 [2020-10-09T13:58:42.080Z] [2020-10-09T13:58:42.679Z] Successfully built 786195127f52 [2020-10-09T13:58:42.679Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-10-09T13:58:42.679Z]  Building docker-core-metadata-go ... done  ---> 1fc0ad3c6fbb [2020-10-09T13:58:42.679Z] 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-09T13:58:43.701Z] ---> cdcf561c1e91 [2020-10-09T13:58:43.701Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-10-09T13:58:44.301Z] ---> 18296174d025 [2020-10-09T13:58:44.301Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-10-09T13:58:45.305Z] ---> dbd483d4194e [2020-10-09T13:58:45.305Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-10-09T13:58:46.747Z] ---> e34836d985d3 [2020-10-09T13:58:46.747Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-10-09T13:58:47.731Z] ---> 8b902e147f11 [2020-10-09T13:58:47.731Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-10-09T13:58:49.177Z] ---> 6415d93db71b [2020-10-09T13:58:49.177Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-10-09T13:58:49.776Z] ---> 3ac33091fa27 [2020-10-09T13:58:49.776Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-09T13:58:50.052Z] ---> Running in ebed9b2bfd70 [2020-10-09T13:58:52.677Z] Removing intermediate container ebed9b2bfd70 [2020-10-09T13:58:52.677Z] ---> b342e0f26612 [2020-10-09T13:58:52.677Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-10-09T13:58:52.954Z] ---> Running in e6e5c2b85330 [2020-10-09T13:58:53.229Z] Removing intermediate container e6e5c2b85330 [2020-10-09T13:58:53.229Z] ---> 4eab63f169ff [2020-10-09T13:58:53.229Z] Step 24/26 : LABEL arch=arm64 [2020-10-09T13:58:53.504Z] ---> Running in 66dfb0c662ff [2020-10-09T13:58:54.124Z] Removing intermediate container 66dfb0c662ff [2020-10-09T13:58:54.124Z] ---> 0d21f72c99d4 [2020-10-09T13:58:54.124Z] Step 25/26 : LABEL git_sha=f69fcd6f6cfc821951e2cd5529adc6021efd69b2 [2020-10-09T13:58:54.124Z] ---> Running in 283df5aeacd8 [2020-10-09T13:58:54.731Z] Removing intermediate container 283df5aeacd8 [2020-10-09T13:58:54.731Z] ---> b73fe74194c3 [2020-10-09T13:58:54.731Z] Step 26/26 : LABEL version=1.2.2-dev.60 [2020-10-09T13:58:54.731Z] ---> Running in e2120015fc78 [2020-10-09T13:58:55.359Z] Removing intermediate container e2120015fc78 [2020-10-09T13:58:55.359Z] ---> 44c396eaa022 [2020-10-09T13:58:55.359Z] [2020-10-09T13:58:55.962Z] Successfully built 44c396eaa022 [2020-10-09T13:58:55.962Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-10-09T13:58:56.254Z]  Building docker-security-secretstore-setup-go ... done  [Pipeline] } [2020-10-09T13:58:56.282Z] $ docker stop --time=1 9d8dfb089bf4ce61d80f807397fd8506c6897a8964b48100e67aa60fe0526681 [2020-10-09T13:58:58.365Z] $ docker rm -f 9d8dfb089bf4ce61d80f807397fd8506c6897a8964b48100e67aa60fe0526681 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-09T13:58:59.097Z] + + grepdocker docker images [2020-10-09T13:58:59.097Z] [2020-10-09T13:58:59.698Z] docker-security-secretstore-setup-go-arm64 latest 44c396eaa022 4 seconds ago 30.8MB [2020-10-09T13:58:59.699Z] docker-core-metadata-go-arm64 latest 786195127f52 18 seconds ago 13.3MB [2020-10-09T13:58:59.699Z] docker-support-notifications-go-arm64 latest 017e68fdc322 22 seconds ago 12.9MB [2020-10-09T13:58:59.699Z] docker-core-command-go-arm64 latest 8d605fcbc1cf 22 seconds ago 11.4MB [2020-10-09T13:58:59.699Z] docker-security-proxy-setup-go-arm64 latest 420669ee7412 About a minute ago 15.1MB [2020-10-09T13:58:59.699Z] docker-sys-mgmt-agent-go-arm64 latest 261279b773fc 2 minutes ago 270MB [2020-10-09T13:58:59.699Z] docker-core-data-go-arm64 latest bdca7af9769f 3 minutes ago 22.2MB [2020-10-09T13:58:59.699Z] docker-support-scheduler-go-arm64 latest 28fb68ccc51b 4 minutes ago 11.5MB [2020-10-09T13:58:59.699Z] docker-security-secrets-setup-go-arm64 latest 1b98d257e769 4 minutes ago 22.7MB [2020-10-09T13:58:59.699Z] docker-support-logging-go-arm64 latest e618be22851c 4 minutes ago 10.6MB [2020-10-09T13:58:59.699Z] docker latest 45884bde0078 3 weeks 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-09T13:59:00.309Z] provisioning config files... [2020-10-09T13:59:00.372Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/175@tmp/config3696049077693134094tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-10-09T13:59:00.793Z] ---> docker-login.sh [2020-10-09T13:59:00.793Z] nexus3.edgexfoundry.org:10001 [2020-10-09T13:59:01.391Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-09T13:59:01.391Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-09T13:59:01.391Z] Configure a credential helper to remove this warning. See [2020-10-09T13:59:01.391Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-09T13:59:01.391Z] [2020-10-09T13:59:01.391Z] Login Succeeded [2020-10-09T13:59:01.391Z] nexus3.edgexfoundry.org:10002 [2020-10-09T13:59:01.990Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-09T13:59:02.261Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-09T13:59:02.261Z] Configure a credential helper to remove this warning. See [2020-10-09T13:59:02.261Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-09T13:59:02.261Z] [2020-10-09T13:59:02.261Z] Login Succeeded [2020-10-09T13:59:02.261Z] nexus3.edgexfoundry.org:10003 [2020-10-09T13:59:02.856Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-09T13:59:02.856Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-09T13:59:02.856Z] Configure a credential helper to remove this warning. See [2020-10-09T13:59:02.856Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-09T13:59:02.856Z] [2020-10-09T13:59:02.856Z] Login Succeeded [2020-10-09T13:59:02.856Z] nexus3.edgexfoundry.org:10004 [2020-10-09T13:59:03.452Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-09T13:59:03.452Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-09T13:59:03.452Z] Configure a credential helper to remove this warning. See [2020-10-09T13:59:03.452Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-09T13:59:03.452Z] [2020-10-09T13:59:03.452Z] Login Succeeded [2020-10-09T13:59:03.452Z] docker.io [2020-10-09T13:59:04.050Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-09T13:59:04.647Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-09T13:59:04.647Z] Configure a credential helper to remove this warning. See [2020-10-09T13:59:04.647Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-09T13:59:04.647Z] [2020-10-09T13:59:04.647Z] Login Succeeded [2020-10-09T13:59:04.647Z] ---> docker-login.sh ends [Pipeline] } [2020-10-09T13:59:04.667Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-09T13:59:04.891Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2020-10-09T13:59:04.891Z] f69fcd6f6cfc821951e2cd5529adc6021efd69b2 [2020-10-09T13:59:04.891Z] 1.2.2-dev.60 [2020-10-09T13:59:04.891Z] f69fcd6f6cfc821951e2cd5529adc6021efd69b2-1.2.2-dev.60 [2020-10-09T13:59:04.891Z] master [2020-10-09T13:59:04.891Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-09T13:59:05.427Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:f69fcd6f6cfc821951e2cd5529adc6021efd69b2 [Pipeline] isUnix [Pipeline] sh [2020-10-09T13:59:05.774Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:f69fcd6f6cfc821951e2cd5529adc6021efd69b2 [2020-10-09T13:59:05.774Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-09T13:59:06.047Z] 9a0ac0d5e2c7: Preparing [2020-10-09T13:59:06.048Z] 37bb1a736c13: Preparing [2020-10-09T13:59:06.048Z] 95d653ee7398: Preparing [2020-10-09T13:59:06.321Z] 95d653ee7398: Pushed [2020-10-09T13:59:06.321Z] 9a0ac0d5e2c7: Pushed [2020-10-09T13:59:09.712Z] 37bb1a736c13: Pushed [2020-10-09T13:59:09.712Z] f69fcd6f6cfc821951e2cd5529adc6021efd69b2: digest: sha256:03afee60e6f11e17489c5eaf016c198079a2ecd2c39c885c9b58b6654326d3cb size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-09T13:59:10.076Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.60 [Pipeline] isUnix [Pipeline] sh [2020-10-09T13:59:10.428Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.60 [2020-10-09T13:59:10.428Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-09T13:59:10.702Z] 9a0ac0d5e2c7: Preparing [2020-10-09T13:59:10.702Z] 37bb1a736c13: Preparing [2020-10-09T13:59:10.702Z] 95d653ee7398: Preparing [2020-10-09T13:59:10.702Z] 37bb1a736c13: Layer already exists [2020-10-09T13:59:10.702Z] 95d653ee7398: Layer already exists [2020-10-09T13:59:10.702Z] 9a0ac0d5e2c7: Layer already exists [2020-10-09T13:59:10.702Z] 1.2.2-dev.60: digest: sha256:03afee60e6f11e17489c5eaf016c198079a2ecd2c39c885c9b58b6654326d3cb size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-09T13:59:11.057Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:f69fcd6f6cfc821951e2cd5529adc6021efd69b2-1.2.2-dev.60 [Pipeline] isUnix [Pipeline] sh [2020-10-09T13:59:11.410Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:f69fcd6f6cfc821951e2cd5529adc6021efd69b2-1.2.2-dev.60 [2020-10-09T13:59:11.410Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-09T13:59:11.410Z] 9a0ac0d5e2c7: Preparing [2020-10-09T13:59:11.410Z] 37bb1a736c13: Preparing [2020-10-09T13:59:11.410Z] 95d653ee7398: Preparing [2020-10-09T13:59:11.685Z] 95d653ee7398: Layer already exists [2020-10-09T13:59:11.685Z] 37bb1a736c13: Layer already exists [2020-10-09T13:59:11.685Z] 9a0ac0d5e2c7: Layer already exists [2020-10-09T13:59:11.685Z] f69fcd6f6cfc821951e2cd5529adc6021efd69b2-1.2.2-dev.60: digest: sha256:03afee60e6f11e17489c5eaf016c198079a2ecd2c39c885c9b58b6654326d3cb size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-09T13:59:12.045Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-09T13:59:12.661Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2020-10-09T13:59:12.661Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-09T13:59:12.661Z] 9a0ac0d5e2c7: Preparing [2020-10-09T13:59:12.661Z] 37bb1a736c13: Preparing [2020-10-09T13:59:12.661Z] 95d653ee7398: Preparing [2020-10-09T13:59:12.933Z] 37bb1a736c13: Layer already exists [2020-10-09T13:59:12.933Z] 95d653ee7398: Layer already exists [2020-10-09T13:59:12.933Z] 9a0ac0d5e2c7: Layer already exists [2020-10-09T13:59:12.933Z] master: digest: sha256:03afee60e6f11e17489c5eaf016c198079a2ecd2c39c885c9b58b6654326d3cb size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-09T13:59:13.125Z] ===================================================== [Pipeline] echo [2020-10-09T13:59:13.176Z] taggedImages: [2020-10-09T13:59:13.176Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:f69fcd6f6cfc821951e2cd5529adc6021efd69b2 [2020-10-09T13:59:13.176Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.60 [2020-10-09T13:59:13.176Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:f69fcd6f6cfc821951e2cd5529adc6021efd69b2-1.2.2-dev.60 [2020-10-09T13:59:13.176Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2020-10-09T13:59:13.242Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2020-10-09T13:59:13.242Z] f69fcd6f6cfc821951e2cd5529adc6021efd69b2 [2020-10-09T13:59:13.242Z] 1.2.2-dev.60 [2020-10-09T13:59:13.242Z] f69fcd6f6cfc821951e2cd5529adc6021efd69b2-1.2.2-dev.60 [2020-10-09T13:59:13.242Z] master [2020-10-09T13:59:13.242Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-09T13:59:13.814Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:f69fcd6f6cfc821951e2cd5529adc6021efd69b2 [Pipeline] isUnix [Pipeline] sh [2020-10-09T13:59:14.454Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:f69fcd6f6cfc821951e2cd5529adc6021efd69b2 [2020-10-09T13:59:14.454Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-09T13:59:14.729Z] f9cee7bbfaa7: Preparing [2020-10-09T13:59:14.729Z] 0766dbc560b2: Preparing [2020-10-09T13:59:14.729Z] d85e08a0153c: Preparing [2020-10-09T13:59:14.729Z] e6011b28a83e: Preparing [2020-10-09T13:59:14.729Z] 9af0ce6ceb53: Preparing [2020-10-09T13:59:14.729Z] e2f13739ad41: Preparing [2020-10-09T13:59:15.004Z] 9af0ce6ceb53: Pushed [2020-10-09T13:59:15.004Z] d85e08a0153c: Pushed [2020-10-09T13:59:15.004Z] f9cee7bbfaa7: Pushed [2020-10-09T13:59:15.004Z] e2f13739ad41: Layer already exists [2020-10-09T13:59:15.617Z] e6011b28a83e: Pushed [2020-10-09T13:59:19.048Z] 0766dbc560b2: Pushed [2020-10-09T13:59:19.048Z] f69fcd6f6cfc821951e2cd5529adc6021efd69b2: digest: sha256:081e7e9e8d92e8f0e0f79ef7a452ec08ba4669d996d3e006c653204112d92df1 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-09T13:59:19.681Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.60 [Pipeline] isUnix [Pipeline] sh [2020-10-09T13:59:20.305Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.60 [2020-10-09T13:59:20.305Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-09T13:59:20.575Z] f9cee7bbfaa7: Preparing [2020-10-09T13:59:20.575Z] 0766dbc560b2: Preparing [2020-10-09T13:59:20.575Z] d85e08a0153c: Preparing [2020-10-09T13:59:20.575Z] e6011b28a83e: Preparing [2020-10-09T13:59:20.575Z] 9af0ce6ceb53: Preparing [2020-10-09T13:59:20.575Z] e2f13739ad41: Preparing [2020-10-09T13:59:20.575Z] e2f13739ad41: Waiting [2020-10-09T13:59:20.575Z] f9cee7bbfaa7: Layer already exists [2020-10-09T13:59:20.575Z] 0766dbc560b2: Layer already exists [2020-10-09T13:59:20.575Z] 9af0ce6ceb53: Layer already exists [2020-10-09T13:59:20.575Z] d85e08a0153c: Layer already exists [2020-10-09T13:59:20.575Z] e6011b28a83e: Layer already exists [2020-10-09T13:59:20.575Z] e2f13739ad41: Layer already exists [2020-10-09T13:59:20.575Z] 1.2.2-dev.60: digest: sha256:081e7e9e8d92e8f0e0f79ef7a452ec08ba4669d996d3e006c653204112d92df1 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-09T13:59:20.923Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:f69fcd6f6cfc821951e2cd5529adc6021efd69b2-1.2.2-dev.60 [Pipeline] isUnix [Pipeline] sh [2020-10-09T13:59:21.276Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:f69fcd6f6cfc821951e2cd5529adc6021efd69b2-1.2.2-dev.60 [2020-10-09T13:59:21.276Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-09T13:59:21.276Z] f9cee7bbfaa7: Preparing [2020-10-09T13:59:21.276Z] 0766dbc560b2: Preparing [2020-10-09T13:59:21.276Z] d85e08a0153c: Preparing [2020-10-09T13:59:21.276Z] e6011b28a83e: Preparing [2020-10-09T13:59:21.276Z] 9af0ce6ceb53: Preparing [2020-10-09T13:59:21.276Z] e2f13739ad41: Preparing [2020-10-09T13:59:21.276Z] e2f13739ad41: Waiting [2020-10-09T13:59:21.556Z] d85e08a0153c: Layer already exists [2020-10-09T13:59:21.556Z] e6011b28a83e: Layer already exists [2020-10-09T13:59:21.556Z] 0766dbc560b2: Layer already exists [2020-10-09T13:59:21.556Z] f9cee7bbfaa7: Layer already exists [2020-10-09T13:59:21.556Z] 9af0ce6ceb53: Layer already exists [2020-10-09T13:59:21.556Z] e2f13739ad41: Layer already exists [2020-10-09T13:59:21.556Z] f69fcd6f6cfc821951e2cd5529adc6021efd69b2-1.2.2-dev.60: digest: sha256:081e7e9e8d92e8f0e0f79ef7a452ec08ba4669d996d3e006c653204112d92df1 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-09T13:59:21.905Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-09T13:59:22.252Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2020-10-09T13:59:22.253Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-09T13:59:22.253Z] f9cee7bbfaa7: Preparing [2020-10-09T13:59:22.253Z] 0766dbc560b2: Preparing [2020-10-09T13:59:22.253Z] d85e08a0153c: Preparing [2020-10-09T13:59:22.253Z] e6011b28a83e: Preparing [2020-10-09T13:59:22.253Z] 9af0ce6ceb53: Preparing [2020-10-09T13:59:22.253Z] e2f13739ad41: Preparing [2020-10-09T13:59:22.253Z] e2f13739ad41: Waiting [2020-10-09T13:59:22.524Z] e6011b28a83e: Layer already exists [2020-10-09T13:59:22.524Z] d85e08a0153c: Layer already exists [2020-10-09T13:59:22.524Z] f9cee7bbfaa7: Layer already exists [2020-10-09T13:59:22.524Z] 9af0ce6ceb53: Layer already exists [2020-10-09T13:59:22.524Z] 0766dbc560b2: Layer already exists [2020-10-09T13:59:22.524Z] e2f13739ad41: Layer already exists [2020-10-09T13:59:22.524Z] master: digest: sha256:081e7e9e8d92e8f0e0f79ef7a452ec08ba4669d996d3e006c653204112d92df1 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-09T13:59:22.789Z] ===================================================== [Pipeline] echo [2020-10-09T13:59:22.864Z] taggedImages: [2020-10-09T13:59:22.864Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:f69fcd6f6cfc821951e2cd5529adc6021efd69b2 [2020-10-09T13:59:22.864Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.60 [2020-10-09T13:59:22.864Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:f69fcd6f6cfc821951e2cd5529adc6021efd69b2-1.2.2-dev.60 [2020-10-09T13:59:22.864Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2020-10-09T13:59:22.931Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2020-10-09T13:59:22.931Z] f69fcd6f6cfc821951e2cd5529adc6021efd69b2 [2020-10-09T13:59:22.931Z] 1.2.2-dev.60 [2020-10-09T13:59:22.931Z] f69fcd6f6cfc821951e2cd5529adc6021efd69b2-1.2.2-dev.60 [2020-10-09T13:59:22.931Z] master [2020-10-09T13:59:22.931Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-09T13:59:23.476Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:f69fcd6f6cfc821951e2cd5529adc6021efd69b2 [Pipeline] isUnix [Pipeline] sh [2020-10-09T13:59:23.819Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:f69fcd6f6cfc821951e2cd5529adc6021efd69b2 [2020-10-09T13:59:23.819Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-09T13:59:23.819Z] aa586f8c7e9f: Preparing [2020-10-09T13:59:23.819Z] 3af202bbd335: Preparing [2020-10-09T13:59:23.819Z] 277232ebf92e: Preparing [2020-10-09T13:59:24.089Z] 277232ebf92e: Pushed [2020-10-09T13:59:24.089Z] aa586f8c7e9f: Pushed [2020-10-09T13:59:27.459Z] 3af202bbd335: Pushed [2020-10-09T13:59:27.459Z] f69fcd6f6cfc821951e2cd5529adc6021efd69b2: digest: sha256:040bbccc1970fdc64bcb079be5f19fcb62b6d8ae675c81c30c75278f98887811 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-09T13:59:27.807Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.60 [Pipeline] isUnix [Pipeline] sh [2020-10-09T13:59:28.154Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.60 [2020-10-09T13:59:28.154Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-09T13:59:28.154Z] aa586f8c7e9f: Preparing [2020-10-09T13:59:28.154Z] 3af202bbd335: Preparing [2020-10-09T13:59:28.154Z] 277232ebf92e: Preparing [2020-10-09T13:59:28.155Z] 277232ebf92e: Layer already exists [2020-10-09T13:59:28.427Z] 3af202bbd335: Layer already exists [2020-10-09T13:59:28.428Z] aa586f8c7e9f: Layer already exists [2020-10-09T13:59:28.428Z] 1.2.2-dev.60: digest: sha256:040bbccc1970fdc64bcb079be5f19fcb62b6d8ae675c81c30c75278f98887811 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-09T13:59:28.782Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:f69fcd6f6cfc821951e2cd5529adc6021efd69b2-1.2.2-dev.60 [Pipeline] isUnix [Pipeline] sh [2020-10-09T13:59:29.147Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:f69fcd6f6cfc821951e2cd5529adc6021efd69b2-1.2.2-dev.60 [2020-10-09T13:59:29.147Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-09T13:59:29.425Z] aa586f8c7e9f: Preparing [2020-10-09T13:59:29.425Z] 3af202bbd335: Preparing [2020-10-09T13:59:29.425Z] 277232ebf92e: Preparing [2020-10-09T13:59:29.425Z] 3af202bbd335: Layer already exists [2020-10-09T13:59:29.425Z] 277232ebf92e: Layer already exists [2020-10-09T13:59:29.425Z] aa586f8c7e9f: Layer already exists [2020-10-09T13:59:29.425Z] f69fcd6f6cfc821951e2cd5529adc6021efd69b2-1.2.2-dev.60: digest: sha256:040bbccc1970fdc64bcb079be5f19fcb62b6d8ae675c81c30c75278f98887811 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-09T13:59:29.798Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-09T13:59:30.447Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2020-10-09T13:59:30.447Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-09T13:59:30.723Z] aa586f8c7e9f: Preparing [2020-10-09T13:59:30.723Z] 3af202bbd335: Preparing [2020-10-09T13:59:30.723Z] 277232ebf92e: Preparing [2020-10-09T13:59:30.723Z] 3af202bbd335: Layer already exists [2020-10-09T13:59:30.723Z] aa586f8c7e9f: Layer already exists [2020-10-09T13:59:30.723Z] 277232ebf92e: Layer already exists [2020-10-09T13:59:30.723Z] master: digest: sha256:040bbccc1970fdc64bcb079be5f19fcb62b6d8ae675c81c30c75278f98887811 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-09T13:59:30.945Z] ===================================================== [Pipeline] echo [2020-10-09T13:59:31.031Z] taggedImages: [2020-10-09T13:59:31.031Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:f69fcd6f6cfc821951e2cd5529adc6021efd69b2 [2020-10-09T13:59:31.031Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.60 [2020-10-09T13:59:31.031Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:f69fcd6f6cfc821951e2cd5529adc6021efd69b2-1.2.2-dev.60 [2020-10-09T13:59:31.031Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2020-10-09T13:59:31.100Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2020-10-09T13:59:31.100Z] f69fcd6f6cfc821951e2cd5529adc6021efd69b2 [2020-10-09T13:59:31.100Z] 1.2.2-dev.60 [2020-10-09T13:59:31.100Z] f69fcd6f6cfc821951e2cd5529adc6021efd69b2-1.2.2-dev.60 [2020-10-09T13:59:31.100Z] master [2020-10-09T13:59:31.100Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-09T13:59:31.650Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:f69fcd6f6cfc821951e2cd5529adc6021efd69b2 [Pipeline] isUnix [Pipeline] sh [2020-10-09T13:59:32.284Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:f69fcd6f6cfc821951e2cd5529adc6021efd69b2 [2020-10-09T13:59:32.284Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-09T13:59:32.562Z] 5192cd873413: Preparing [2020-10-09T13:59:32.562Z] 4000d09fdfe8: Preparing [2020-10-09T13:59:32.562Z] 0471abbca044: Preparing [2020-10-09T13:59:32.562Z] b016d9f70465: Preparing [2020-10-09T13:59:32.562Z] e2f13739ad41: Preparing [2020-10-09T13:59:32.562Z] e2f13739ad41: Layer already exists [2020-10-09T13:59:32.839Z] 0471abbca044: Pushed [2020-10-09T13:59:32.839Z] 4000d09fdfe8: Pushed [2020-10-09T13:59:33.115Z] b016d9f70465: Pushed [2020-10-09T13:59:35.736Z] 5192cd873413: Pushed [2020-10-09T13:59:35.736Z] f69fcd6f6cfc821951e2cd5529adc6021efd69b2: digest: sha256:0cf32c402148810ed9c9cc901f373dc12549ee3763a6994cdb19feefd1a9c4f9 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-09T13:59:36.083Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.60 [Pipeline] isUnix [Pipeline] sh [2020-10-09T13:59:36.423Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.60 [2020-10-09T13:59:36.423Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-09T13:59:36.423Z] 5192cd873413: Preparing [2020-10-09T13:59:36.423Z] 4000d09fdfe8: Preparing [2020-10-09T13:59:36.423Z] 0471abbca044: Preparing [2020-10-09T13:59:36.423Z] b016d9f70465: Preparing [2020-10-09T13:59:36.423Z] e2f13739ad41: Preparing [2020-10-09T13:59:36.695Z] 4000d09fdfe8: Layer already exists [2020-10-09T13:59:36.695Z] b016d9f70465: Layer already exists [2020-10-09T13:59:36.695Z] 5192cd873413: Layer already exists [2020-10-09T13:59:36.695Z] e2f13739ad41: Layer already exists [2020-10-09T13:59:36.695Z] 0471abbca044: Layer already exists [2020-10-09T13:59:36.695Z] 1.2.2-dev.60: digest: sha256:0cf32c402148810ed9c9cc901f373dc12549ee3763a6994cdb19feefd1a9c4f9 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-09T13:59:37.055Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:f69fcd6f6cfc821951e2cd5529adc6021efd69b2-1.2.2-dev.60 [Pipeline] isUnix [Pipeline] sh [2020-10-09T13:59:37.414Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:f69fcd6f6cfc821951e2cd5529adc6021efd69b2-1.2.2-dev.60 [2020-10-09T13:59:37.414Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-09T13:59:37.414Z] 5192cd873413: Preparing [2020-10-09T13:59:37.414Z] 4000d09fdfe8: Preparing [2020-10-09T13:59:37.414Z] 0471abbca044: Preparing [2020-10-09T13:59:37.414Z] b016d9f70465: Preparing [2020-10-09T13:59:37.414Z] e2f13739ad41: Preparing [2020-10-09T13:59:37.689Z] 4000d09fdfe8: Layer already exists [2020-10-09T13:59:37.689Z] 0471abbca044: Layer already exists [2020-10-09T13:59:37.689Z] e2f13739ad41: Layer already exists [2020-10-09T13:59:37.689Z] 5192cd873413: Layer already exists [2020-10-09T13:59:37.689Z] b016d9f70465: Layer already exists [2020-10-09T13:59:37.689Z] f69fcd6f6cfc821951e2cd5529adc6021efd69b2-1.2.2-dev.60: digest: sha256:0cf32c402148810ed9c9cc901f373dc12549ee3763a6994cdb19feefd1a9c4f9 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-09T13:59:38.035Z] + 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-09T13:59:38.380Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2020-10-09T13:59:38.380Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-09T13:59:38.380Z] 5192cd873413: Preparing [2020-10-09T13:59:38.380Z] 4000d09fdfe8: Preparing [2020-10-09T13:59:38.380Z] 0471abbca044: Preparing [2020-10-09T13:59:38.380Z] b016d9f70465: Preparing [2020-10-09T13:59:38.380Z] e2f13739ad41: Preparing [2020-10-09T13:59:38.651Z] 0471abbca044: Layer already exists [2020-10-09T13:59:38.651Z] 5192cd873413: Layer already exists [2020-10-09T13:59:38.651Z] e2f13739ad41: Layer already exists [2020-10-09T13:59:38.651Z] b016d9f70465: Layer already exists [2020-10-09T13:59:38.651Z] 4000d09fdfe8: Layer already exists [2020-10-09T13:59:38.651Z] master: digest: sha256:0cf32c402148810ed9c9cc901f373dc12549ee3763a6994cdb19feefd1a9c4f9 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-09T13:59:38.912Z] ===================================================== [Pipeline] echo [2020-10-09T13:59:38.959Z] taggedImages: [2020-10-09T13:59:38.959Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:f69fcd6f6cfc821951e2cd5529adc6021efd69b2 [2020-10-09T13:59:38.959Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.60 [2020-10-09T13:59:38.959Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:f69fcd6f6cfc821951e2cd5529adc6021efd69b2-1.2.2-dev.60 [2020-10-09T13:59:38.959Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2020-10-09T13:59:39.027Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go-arm64 with the following tags: [2020-10-09T13:59:39.027Z] f69fcd6f6cfc821951e2cd5529adc6021efd69b2 [2020-10-09T13:59:39.027Z] 1.2.2-dev.60 [2020-10-09T13:59:39.027Z] f69fcd6f6cfc821951e2cd5529adc6021efd69b2-1.2.2-dev.60 [2020-10-09T13:59:39.027Z] master [2020-10-09T13:59:39.027Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-09T13:59:39.585Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:f69fcd6f6cfc821951e2cd5529adc6021efd69b2 [Pipeline] isUnix [Pipeline] sh [2020-10-09T13:59:39.930Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:f69fcd6f6cfc821951e2cd5529adc6021efd69b2 [2020-10-09T13:59:39.930Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-09T13:59:39.930Z] 441a1009c3c0: Preparing [2020-10-09T13:59:39.930Z] 5213effc9e49: Preparing [2020-10-09T13:59:39.930Z] 48c360cbba28: Preparing [2020-10-09T13:59:39.930Z] e4bc982077fd: Preparing [2020-10-09T13:59:39.930Z] e4bc982077fd: Preparing [2020-10-09T13:59:39.930Z] b6814e7d1aee: Preparing [2020-10-09T13:59:39.930Z] b33bc5aa49c1: Preparing [2020-10-09T13:59:39.930Z] 1bfd5bfac09a: Preparing [2020-10-09T13:59:39.930Z] 441a1009c3c0: Preparing [2020-10-09T13:59:39.930Z] bf35dd1d67d8: Preparing [2020-10-09T13:59:39.930Z] c4afcbfea64b: Preparing [2020-10-09T13:59:39.930Z] 8cfa565c8189: Preparing [2020-10-09T13:59:39.930Z] e2f13739ad41: Preparing [2020-10-09T13:59:39.930Z] b33bc5aa49c1: Waiting [2020-10-09T13:59:39.930Z] 1bfd5bfac09a: Waiting [2020-10-09T13:59:39.930Z] bf35dd1d67d8: Waiting [2020-10-09T13:59:39.930Z] c4afcbfea64b: Waiting [2020-10-09T13:59:39.930Z] 8cfa565c8189: Waiting [2020-10-09T13:59:39.930Z] e2f13739ad41: Waiting [2020-10-09T13:59:40.530Z] b6814e7d1aee: Pushed [2020-10-09T13:59:40.530Z] 5213effc9e49: Pushed [2020-10-09T13:59:40.530Z] 48c360cbba28: Pushed [2020-10-09T13:59:40.530Z] e4bc982077fd: Pushed [2020-10-09T13:59:40.530Z] 1bfd5bfac09a: Pushed [2020-10-09T13:59:40.530Z] b33bc5aa49c1: Pushed [2020-10-09T13:59:40.808Z] bf35dd1d67d8: Pushed [2020-10-09T13:59:40.808Z] c4afcbfea64b: Pushed [2020-10-09T13:59:40.808Z] e2f13739ad41: Layer already exists [2020-10-09T13:59:41.082Z] 8cfa565c8189: Pushed [2020-10-09T13:59:43.063Z] 441a1009c3c0: Pushed [2020-10-09T13:59:43.334Z] f69fcd6f6cfc821951e2cd5529adc6021efd69b2: digest: sha256:1f651fe28edce0e92025e0779a794446c7525a8117081b151561e852de66bbf0 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-09T13:59:43.681Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.60 [Pipeline] isUnix [Pipeline] sh [2020-10-09T13:59:44.025Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.60 [2020-10-09T13:59:44.025Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-09T13:59:44.025Z] 441a1009c3c0: Preparing [2020-10-09T13:59:44.025Z] 5213effc9e49: Preparing [2020-10-09T13:59:44.025Z] 48c360cbba28: Preparing [2020-10-09T13:59:44.025Z] e4bc982077fd: Preparing [2020-10-09T13:59:44.025Z] e4bc982077fd: Preparing [2020-10-09T13:59:44.025Z] b6814e7d1aee: Preparing [2020-10-09T13:59:44.025Z] b33bc5aa49c1: Preparing [2020-10-09T13:59:44.025Z] 1bfd5bfac09a: Preparing [2020-10-09T13:59:44.025Z] 441a1009c3c0: Preparing [2020-10-09T13:59:44.025Z] bf35dd1d67d8: Preparing [2020-10-09T13:59:44.025Z] c4afcbfea64b: Preparing [2020-10-09T13:59:44.025Z] 8cfa565c8189: Preparing [2020-10-09T13:59:44.025Z] e2f13739ad41: Preparing [2020-10-09T13:59:44.025Z] b33bc5aa49c1: Waiting [2020-10-09T13:59:44.025Z] 1bfd5bfac09a: Waiting [2020-10-09T13:59:44.025Z] bf35dd1d67d8: Waiting [2020-10-09T13:59:44.025Z] c4afcbfea64b: Waiting [2020-10-09T13:59:44.025Z] 8cfa565c8189: Waiting [2020-10-09T13:59:44.025Z] e2f13739ad41: Waiting [2020-10-09T13:59:44.025Z] 48c360cbba28: Layer already exists [2020-10-09T13:59:44.025Z] e4bc982077fd: Layer already exists [2020-10-09T13:59:44.025Z] 441a1009c3c0: Layer already exists [2020-10-09T13:59:44.297Z] 5213effc9e49: Layer already exists [2020-10-09T13:59:44.297Z] b6814e7d1aee: Layer already exists [2020-10-09T13:59:44.297Z] b33bc5aa49c1: Layer already exists [2020-10-09T13:59:44.298Z] bf35dd1d67d8: Layer already exists [2020-10-09T13:59:44.298Z] c4afcbfea64b: Layer already exists [2020-10-09T13:59:44.298Z] 1bfd5bfac09a: Layer already exists [2020-10-09T13:59:44.298Z] 8cfa565c8189: Layer already exists [2020-10-09T13:59:44.298Z] e2f13739ad41: Layer already exists [2020-10-09T13:59:44.298Z] 1.2.2-dev.60: digest: sha256:1f651fe28edce0e92025e0779a794446c7525a8117081b151561e852de66bbf0 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-09T13:59:44.639Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:f69fcd6f6cfc821951e2cd5529adc6021efd69b2-1.2.2-dev.60 [Pipeline] isUnix [Pipeline] sh [2020-10-09T13:59:44.984Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:f69fcd6f6cfc821951e2cd5529adc6021efd69b2-1.2.2-dev.60 [2020-10-09T13:59:44.985Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-09T13:59:44.985Z] 441a1009c3c0: Preparing [2020-10-09T13:59:44.985Z] 5213effc9e49: Preparing [2020-10-09T13:59:44.985Z] 48c360cbba28: Preparing [2020-10-09T13:59:44.985Z] e4bc982077fd: Preparing [2020-10-09T13:59:44.985Z] e4bc982077fd: Preparing [2020-10-09T13:59:44.985Z] b6814e7d1aee: Preparing [2020-10-09T13:59:44.985Z] b33bc5aa49c1: Preparing [2020-10-09T13:59:44.985Z] 1bfd5bfac09a: Preparing [2020-10-09T13:59:44.985Z] 441a1009c3c0: Preparing [2020-10-09T13:59:44.985Z] bf35dd1d67d8: Preparing [2020-10-09T13:59:44.985Z] c4afcbfea64b: Preparing [2020-10-09T13:59:44.985Z] 8cfa565c8189: Preparing [2020-10-09T13:59:44.985Z] e2f13739ad41: Preparing [2020-10-09T13:59:44.985Z] b33bc5aa49c1: Waiting [2020-10-09T13:59:44.985Z] 1bfd5bfac09a: Waiting [2020-10-09T13:59:44.985Z] 8cfa565c8189: Waiting [2020-10-09T13:59:44.985Z] e2f13739ad41: Waiting [2020-10-09T13:59:44.985Z] bf35dd1d67d8: Waiting [2020-10-09T13:59:44.985Z] c4afcbfea64b: Waiting [2020-10-09T13:59:45.256Z] 5213effc9e49: Layer already exists [2020-10-09T13:59:45.256Z] e4bc982077fd: Layer already exists [2020-10-09T13:59:45.256Z] 48c360cbba28: Layer already exists [2020-10-09T13:59:45.256Z] 441a1009c3c0: Layer already exists [2020-10-09T13:59:45.256Z] b6814e7d1aee: Layer already exists [2020-10-09T13:59:45.256Z] 1bfd5bfac09a: Layer already exists [2020-10-09T13:59:45.256Z] b33bc5aa49c1: Layer already exists [2020-10-09T13:59:45.256Z] c4afcbfea64b: Layer already exists [2020-10-09T13:59:45.256Z] bf35dd1d67d8: Layer already exists [2020-10-09T13:59:45.256Z] 8cfa565c8189: Layer already exists [2020-10-09T13:59:45.256Z] e2f13739ad41: Layer already exists [2020-10-09T13:59:45.256Z] f69fcd6f6cfc821951e2cd5529adc6021efd69b2-1.2.2-dev.60: digest: sha256:1f651fe28edce0e92025e0779a794446c7525a8117081b151561e852de66bbf0 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-09T13:59:45.602Z] + 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-09T13:59:45.941Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [2020-10-09T13:59:45.941Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-09T13:59:45.941Z] 441a1009c3c0: Preparing [2020-10-09T13:59:45.941Z] 5213effc9e49: Preparing [2020-10-09T13:59:45.941Z] 48c360cbba28: Preparing [2020-10-09T13:59:45.941Z] e4bc982077fd: Preparing [2020-10-09T13:59:45.941Z] e4bc982077fd: Preparing [2020-10-09T13:59:45.941Z] b6814e7d1aee: Preparing [2020-10-09T13:59:45.941Z] b33bc5aa49c1: Preparing [2020-10-09T13:59:45.941Z] 1bfd5bfac09a: Preparing [2020-10-09T13:59:45.941Z] 441a1009c3c0: Preparing [2020-10-09T13:59:45.941Z] bf35dd1d67d8: Preparing [2020-10-09T13:59:45.941Z] c4afcbfea64b: Preparing [2020-10-09T13:59:45.941Z] 8cfa565c8189: Preparing [2020-10-09T13:59:45.941Z] e2f13739ad41: Preparing [2020-10-09T13:59:45.941Z] b33bc5aa49c1: Waiting [2020-10-09T13:59:45.941Z] c4afcbfea64b: Waiting [2020-10-09T13:59:45.941Z] 1bfd5bfac09a: Waiting [2020-10-09T13:59:45.941Z] e2f13739ad41: Waiting [2020-10-09T13:59:45.941Z] 8cfa565c8189: Waiting [2020-10-09T13:59:45.941Z] bf35dd1d67d8: Waiting [2020-10-09T13:59:46.215Z] 5213effc9e49: Layer already exists [2020-10-09T13:59:46.215Z] b6814e7d1aee: Layer already exists [2020-10-09T13:59:46.215Z] 48c360cbba28: Layer already exists [2020-10-09T13:59:46.215Z] 441a1009c3c0: Layer already exists [2020-10-09T13:59:46.215Z] e4bc982077fd: Layer already exists [2020-10-09T13:59:46.215Z] b33bc5aa49c1: Layer already exists [2020-10-09T13:59:46.215Z] bf35dd1d67d8: Layer already exists [2020-10-09T13:59:46.215Z] 8cfa565c8189: Layer already exists [2020-10-09T13:59:46.215Z] 1bfd5bfac09a: Layer already exists [2020-10-09T13:59:46.215Z] c4afcbfea64b: Layer already exists [2020-10-09T13:59:46.215Z] e2f13739ad41: Layer already exists [2020-10-09T13:59:46.215Z] master: digest: sha256:1f651fe28edce0e92025e0779a794446c7525a8117081b151561e852de66bbf0 size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-09T13:59:46.412Z] ===================================================== [Pipeline] echo [2020-10-09T13:59:46.463Z] taggedImages: [2020-10-09T13:59:46.463Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:f69fcd6f6cfc821951e2cd5529adc6021efd69b2 [2020-10-09T13:59:46.463Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.60 [2020-10-09T13:59:46.463Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:f69fcd6f6cfc821951e2cd5529adc6021efd69b2-1.2.2-dev.60 [2020-10-09T13:59:46.463Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [Pipeline] echo [2020-10-09T13:59:46.531Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2020-10-09T13:59:46.531Z] f69fcd6f6cfc821951e2cd5529adc6021efd69b2 [2020-10-09T13:59:46.531Z] 1.2.2-dev.60 [2020-10-09T13:59:46.531Z] f69fcd6f6cfc821951e2cd5529adc6021efd69b2-1.2.2-dev.60 [2020-10-09T13:59:46.531Z] master [2020-10-09T13:59:46.531Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-09T13:59:47.061Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:f69fcd6f6cfc821951e2cd5529adc6021efd69b2 [Pipeline] isUnix [Pipeline] sh [2020-10-09T13:59:47.408Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:f69fcd6f6cfc821951e2cd5529adc6021efd69b2 [2020-10-09T13:59:47.408Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-09T13:59:47.408Z] a37b79be9631: Preparing [2020-10-09T13:59:47.408Z] c4200d689db0: Preparing [2020-10-09T13:59:47.408Z] 0c0df68a2f79: Preparing [2020-10-09T13:59:47.408Z] 6b357f96e1f6: Preparing [2020-10-09T13:59:47.408Z] 8ef5ff1525d5: Preparing [2020-10-09T13:59:47.408Z] 5156f6631c91: Preparing [2020-10-09T13:59:47.408Z] 64d9c484ed35: Preparing [2020-10-09T13:59:47.408Z] 022841bca4ac: Preparing [2020-10-09T13:59:47.408Z] 849a383d9f1b: Preparing [2020-10-09T13:59:47.408Z] f1b90018dcdb: Preparing [2020-10-09T13:59:47.408Z] 66b385cf80cf: Preparing [2020-10-09T13:59:47.408Z] 5156f6631c91: Waiting [2020-10-09T13:59:47.408Z] 64d9c484ed35: Waiting [2020-10-09T13:59:47.408Z] f1b90018dcdb: Waiting [2020-10-09T13:59:47.408Z] 022841bca4ac: Waiting [2020-10-09T13:59:47.408Z] 66b385cf80cf: Waiting [2020-10-09T13:59:47.408Z] 849a383d9f1b: Waiting [2020-10-09T13:59:48.008Z] a37b79be9631: Pushed [2020-10-09T13:59:48.008Z] c4200d689db0: Pushed [2020-10-09T13:59:48.285Z] 64d9c484ed35: Pushed [2020-10-09T13:59:48.285Z] 5156f6631c91: Pushed [2020-10-09T13:59:48.570Z] 849a383d9f1b: Pushed [2020-10-09T13:59:48.570Z] 022841bca4ac: Pushed [2020-10-09T13:59:48.852Z] 66b385cf80cf: Layer already exists [2020-10-09T13:59:49.463Z] f1b90018dcdb: Pushed [2020-10-09T13:59:50.446Z] 0c0df68a2f79: Pushed [2020-10-09T13:59:50.446Z] 6b357f96e1f6: Pushed [2020-10-09T13:59:50.446Z] 8ef5ff1525d5: Pushed [2020-10-09T13:59:51.874Z] f69fcd6f6cfc821951e2cd5529adc6021efd69b2: digest: sha256:569918de77277cf02628aeec74a407c927e3e2a9aed858b727d55d2058208531 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-09T13:59:52.223Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.60 [Pipeline] isUnix [Pipeline] sh [2020-10-09T13:59:52.570Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.60 [2020-10-09T13:59:52.570Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-09T13:59:52.570Z] a37b79be9631: Preparing [2020-10-09T13:59:52.570Z] c4200d689db0: Preparing [2020-10-09T13:59:52.570Z] 0c0df68a2f79: Preparing [2020-10-09T13:59:52.570Z] 6b357f96e1f6: Preparing [2020-10-09T13:59:52.570Z] 8ef5ff1525d5: Preparing [2020-10-09T13:59:52.570Z] 5156f6631c91: Preparing [2020-10-09T13:59:52.570Z] 64d9c484ed35: Preparing [2020-10-09T13:59:52.570Z] 022841bca4ac: Preparing [2020-10-09T13:59:52.570Z] 849a383d9f1b: Preparing [2020-10-09T13:59:52.570Z] f1b90018dcdb: Preparing [2020-10-09T13:59:52.570Z] 66b385cf80cf: Preparing [2020-10-09T13:59:52.570Z] 64d9c484ed35: Waiting [2020-10-09T13:59:52.570Z] 022841bca4ac: Waiting [2020-10-09T13:59:52.570Z] 849a383d9f1b: Waiting [2020-10-09T13:59:52.570Z] f1b90018dcdb: Waiting [2020-10-09T13:59:52.570Z] 5156f6631c91: Waiting [2020-10-09T13:59:52.570Z] 66b385cf80cf: Waiting [2020-10-09T13:59:52.845Z] 0c0df68a2f79: Layer already exists [2020-10-09T13:59:52.845Z] 8ef5ff1525d5: Layer already exists [2020-10-09T13:59:52.845Z] c4200d689db0: Layer already exists [2020-10-09T13:59:52.845Z] 6b357f96e1f6: Layer already exists [2020-10-09T13:59:52.845Z] a37b79be9631: Layer already exists [2020-10-09T13:59:52.845Z] 64d9c484ed35: Layer already exists [2020-10-09T13:59:52.845Z] 5156f6631c91: Layer already exists [2020-10-09T13:59:52.845Z] 849a383d9f1b: Layer already exists [2020-10-09T13:59:52.845Z] 022841bca4ac: Layer already exists [2020-10-09T13:59:52.845Z] f1b90018dcdb: Layer already exists [2020-10-09T13:59:52.845Z] 66b385cf80cf: Layer already exists [2020-10-09T13:59:52.845Z] 1.2.2-dev.60: digest: sha256:569918de77277cf02628aeec74a407c927e3e2a9aed858b727d55d2058208531 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-09T13:59:53.202Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:f69fcd6f6cfc821951e2cd5529adc6021efd69b2-1.2.2-dev.60 [Pipeline] isUnix [Pipeline] sh [2020-10-09T13:59:53.585Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:f69fcd6f6cfc821951e2cd5529adc6021efd69b2-1.2.2-dev.60 [2020-10-09T13:59:53.585Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-09T13:59:53.585Z] a37b79be9631: Preparing [2020-10-09T13:59:53.585Z] c4200d689db0: Preparing [2020-10-09T13:59:53.585Z] 0c0df68a2f79: Preparing [2020-10-09T13:59:53.585Z] 6b357f96e1f6: Preparing [2020-10-09T13:59:53.585Z] 8ef5ff1525d5: Preparing [2020-10-09T13:59:53.585Z] 5156f6631c91: Preparing [2020-10-09T13:59:53.585Z] 64d9c484ed35: Preparing [2020-10-09T13:59:53.585Z] 022841bca4ac: Preparing [2020-10-09T13:59:53.585Z] 849a383d9f1b: Preparing [2020-10-09T13:59:53.585Z] f1b90018dcdb: Preparing [2020-10-09T13:59:53.585Z] 66b385cf80cf: Preparing [2020-10-09T13:59:53.585Z] 022841bca4ac: Waiting [2020-10-09T13:59:53.585Z] 849a383d9f1b: Waiting [2020-10-09T13:59:53.585Z] f1b90018dcdb: Waiting [2020-10-09T13:59:53.585Z] 64d9c484ed35: Waiting [2020-10-09T13:59:53.585Z] 5156f6631c91: Waiting [2020-10-09T13:59:53.585Z] 66b385cf80cf: Waiting [2020-10-09T13:59:53.862Z] a37b79be9631: Layer already exists [2020-10-09T13:59:53.862Z] c4200d689db0: Layer already exists [2020-10-09T13:59:53.862Z] 8ef5ff1525d5: Layer already exists [2020-10-09T13:59:53.862Z] 6b357f96e1f6: Layer already exists [2020-10-09T13:59:53.862Z] 0c0df68a2f79: Layer already exists [2020-10-09T13:59:53.862Z] 022841bca4ac: Layer already exists [2020-10-09T13:59:53.862Z] 64d9c484ed35: Layer already exists [2020-10-09T13:59:53.862Z] 849a383d9f1b: Layer already exists [2020-10-09T13:59:53.862Z] f1b90018dcdb: Layer already exists [2020-10-09T13:59:53.862Z] 5156f6631c91: Layer already exists [2020-10-09T13:59:53.862Z] 66b385cf80cf: Layer already exists [2020-10-09T13:59:53.862Z] f69fcd6f6cfc821951e2cd5529adc6021efd69b2-1.2.2-dev.60: digest: sha256:569918de77277cf02628aeec74a407c927e3e2a9aed858b727d55d2058208531 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-09T13:59:54.241Z] + 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-09T13:59:54.587Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2020-10-09T13:59:54.587Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-09T13:59:54.587Z] a37b79be9631: Preparing [2020-10-09T13:59:54.587Z] c4200d689db0: Preparing [2020-10-09T13:59:54.587Z] 0c0df68a2f79: Preparing [2020-10-09T13:59:54.587Z] 6b357f96e1f6: Preparing [2020-10-09T13:59:54.587Z] 8ef5ff1525d5: Preparing [2020-10-09T13:59:54.587Z] 5156f6631c91: Preparing [2020-10-09T13:59:54.587Z] 64d9c484ed35: Preparing [2020-10-09T13:59:54.587Z] 022841bca4ac: Preparing [2020-10-09T13:59:54.587Z] 849a383d9f1b: Preparing [2020-10-09T13:59:54.587Z] f1b90018dcdb: Preparing [2020-10-09T13:59:54.587Z] 66b385cf80cf: Preparing [2020-10-09T13:59:54.587Z] 022841bca4ac: Waiting [2020-10-09T13:59:54.587Z] 849a383d9f1b: Waiting [2020-10-09T13:59:54.587Z] f1b90018dcdb: Waiting [2020-10-09T13:59:54.587Z] 66b385cf80cf: Waiting [2020-10-09T13:59:54.587Z] 5156f6631c91: Waiting [2020-10-09T13:59:54.862Z] 8ef5ff1525d5: Layer already exists [2020-10-09T13:59:54.862Z] c4200d689db0: Layer already exists [2020-10-09T13:59:54.862Z] 0c0df68a2f79: Layer already exists [2020-10-09T13:59:54.862Z] 6b357f96e1f6: Layer already exists [2020-10-09T13:59:54.862Z] a37b79be9631: Layer already exists [2020-10-09T13:59:54.862Z] 5156f6631c91: Layer already exists [2020-10-09T13:59:54.862Z] 849a383d9f1b: Layer already exists [2020-10-09T13:59:54.862Z] 64d9c484ed35: Layer already exists [2020-10-09T13:59:54.862Z] 022841bca4ac: Layer already exists [2020-10-09T13:59:54.862Z] f1b90018dcdb: Layer already exists [2020-10-09T13:59:54.862Z] 66b385cf80cf: Layer already exists [2020-10-09T13:59:54.862Z] master: digest: sha256:569918de77277cf02628aeec74a407c927e3e2a9aed858b727d55d2058208531 size: 2616 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-09T13:59:55.057Z] ===================================================== [Pipeline] echo [2020-10-09T13:59:55.107Z] taggedImages: [2020-10-09T13:59:55.107Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:f69fcd6f6cfc821951e2cd5529adc6021efd69b2 [2020-10-09T13:59:55.107Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.60 [2020-10-09T13:59:55.107Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:f69fcd6f6cfc821951e2cd5529adc6021efd69b2-1.2.2-dev.60 [2020-10-09T13:59:55.107Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2020-10-09T13:59:55.220Z] [edgeXDocker.push] Tagging docker image docker-support-logging-go-arm64 with the following tags: [2020-10-09T13:59:55.220Z] f69fcd6f6cfc821951e2cd5529adc6021efd69b2 [2020-10-09T13:59:55.220Z] 1.2.2-dev.60 [2020-10-09T13:59:55.220Z] f69fcd6f6cfc821951e2cd5529adc6021efd69b2-1.2.2-dev.60 [2020-10-09T13:59:55.220Z] master [2020-10-09T13:59:55.220Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-09T13:59:55.742Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:f69fcd6f6cfc821951e2cd5529adc6021efd69b2 [Pipeline] isUnix [Pipeline] sh [2020-10-09T13:59:56.370Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:f69fcd6f6cfc821951e2cd5529adc6021efd69b2 [2020-10-09T13:59:56.370Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-09T13:59:56.648Z] 043defe6f437: Preparing [2020-10-09T13:59:56.648Z] d902cce3a266: Preparing [2020-10-09T13:59:56.648Z] 5b602e18d46b: Preparing [2020-10-09T13:59:56.648Z] 0b143b156dc9: Preparing [2020-10-09T13:59:56.648Z] 043defe6f437: Pushed [2020-10-09T13:59:56.648Z] 5b602e18d46b: Pushed [2020-10-09T13:59:56.921Z] 0b143b156dc9: Pushed [2020-10-09T13:59:59.539Z] d902cce3a266: Pushed [2020-10-09T13:59:59.813Z] f69fcd6f6cfc821951e2cd5529adc6021efd69b2: digest: sha256:b5880399a5ba63fe9cb539489df96d0f7963ebba731805f91775a196f1d31d7f size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-09T14:00:00.168Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.60 [Pipeline] isUnix [Pipeline] sh [2020-10-09T14:00:00.800Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.60 [2020-10-09T14:00:00.800Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-09T14:00:01.075Z] 043defe6f437: Preparing [2020-10-09T14:00:01.075Z] d902cce3a266: Preparing [2020-10-09T14:00:01.075Z] 5b602e18d46b: Preparing [2020-10-09T14:00:01.075Z] 0b143b156dc9: Preparing [2020-10-09T14:00:01.075Z] 0b143b156dc9: Layer already exists [2020-10-09T14:00:01.075Z] d902cce3a266: Layer already exists [2020-10-09T14:00:01.075Z] 5b602e18d46b: Layer already exists [2020-10-09T14:00:01.075Z] 043defe6f437: Layer already exists [2020-10-09T14:00:01.075Z] 1.2.2-dev.60: digest: sha256:b5880399a5ba63fe9cb539489df96d0f7963ebba731805f91775a196f1d31d7f size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-09T14:00:01.439Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:f69fcd6f6cfc821951e2cd5529adc6021efd69b2-1.2.2-dev.60 [Pipeline] isUnix [Pipeline] sh [2020-10-09T14:00:02.088Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:f69fcd6f6cfc821951e2cd5529adc6021efd69b2-1.2.2-dev.60 [2020-10-09T14:00:02.088Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-09T14:00:02.364Z] 043defe6f437: Preparing [2020-10-09T14:00:02.364Z] d902cce3a266: Preparing [2020-10-09T14:00:02.364Z] 5b602e18d46b: Preparing [2020-10-09T14:00:02.364Z] 0b143b156dc9: Preparing [2020-10-09T14:00:02.364Z] 5b602e18d46b: Layer already exists [2020-10-09T14:00:02.364Z] 043defe6f437: Layer already exists [2020-10-09T14:00:02.364Z] 0b143b156dc9: Layer already exists [2020-10-09T14:00:02.364Z] d902cce3a266: Layer already exists [2020-10-09T14:00:02.364Z] f69fcd6f6cfc821951e2cd5529adc6021efd69b2-1.2.2-dev.60: digest: sha256:b5880399a5ba63fe9cb539489df96d0f7963ebba731805f91775a196f1d31d7f size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-09T14:00:02.746Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-09T14:00:03.395Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [2020-10-09T14:00:03.395Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-09T14:00:03.672Z] 043defe6f437: Preparing [2020-10-09T14:00:03.672Z] d902cce3a266: Preparing [2020-10-09T14:00:03.672Z] 5b602e18d46b: Preparing [2020-10-09T14:00:03.672Z] 0b143b156dc9: Preparing [2020-10-09T14:00:03.672Z] d902cce3a266: Layer already exists [2020-10-09T14:00:03.672Z] 5b602e18d46b: Layer already exists [2020-10-09T14:00:03.672Z] 0b143b156dc9: Layer already exists [2020-10-09T14:00:03.672Z] 043defe6f437: Layer already exists [2020-10-09T14:00:03.672Z] master: digest: sha256:b5880399a5ba63fe9cb539489df96d0f7963ebba731805f91775a196f1d31d7f size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-09T14:00:03.901Z] ===================================================== [Pipeline] echo [2020-10-09T14:00:03.959Z] taggedImages: [2020-10-09T14:00:03.960Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:f69fcd6f6cfc821951e2cd5529adc6021efd69b2 [2020-10-09T14:00:03.960Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.60 [2020-10-09T14:00:03.960Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:f69fcd6f6cfc821951e2cd5529adc6021efd69b2-1.2.2-dev.60 [2020-10-09T14:00:03.960Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] echo [2020-10-09T14:00:04.039Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2020-10-09T14:00:04.039Z] f69fcd6f6cfc821951e2cd5529adc6021efd69b2 [2020-10-09T14:00:04.039Z] 1.2.2-dev.60 [2020-10-09T14:00:04.039Z] f69fcd6f6cfc821951e2cd5529adc6021efd69b2-1.2.2-dev.60 [2020-10-09T14:00:04.039Z] master [2020-10-09T14:00:04.039Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-09T14:00:04.591Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:f69fcd6f6cfc821951e2cd5529adc6021efd69b2 [Pipeline] isUnix [Pipeline] sh [2020-10-09T14:00:05.440Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:f69fcd6f6cfc821951e2cd5529adc6021efd69b2 [2020-10-09T14:00:05.440Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-09T14:00:05.440Z] f50b78e9dd9c: Preparing [2020-10-09T14:00:05.440Z] db8d60f90ad9: Preparing [2020-10-09T14:00:05.440Z] 2ea1331df464: Preparing [2020-10-09T14:00:05.440Z] 9b722b2b6c9a: Preparing [2020-10-09T14:00:05.440Z] 25268c61c511: Preparing [2020-10-09T14:00:05.440Z] cd57b2ce7649: Preparing [2020-10-09T14:00:05.440Z] cd57b2ce7649: Waiting [2020-10-09T14:00:05.712Z] f50b78e9dd9c: Pushed [2020-10-09T14:00:05.712Z] 2ea1331df464: Pushed [2020-10-09T14:00:05.712Z] 25268c61c511: Pushed [2020-10-09T14:00:05.712Z] 9b722b2b6c9a: Pushed [2020-10-09T14:00:05.985Z] cd57b2ce7649: Pushed [2020-10-09T14:00:09.365Z] db8d60f90ad9: Pushed [2020-10-09T14:00:09.365Z] f69fcd6f6cfc821951e2cd5529adc6021efd69b2: digest: sha256:7aab2d2824f62c71b231e19ff0eb966e96885fad1c65b00d1ea3105397dad73a size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-09T14:00:09.715Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.60 [Pipeline] isUnix [Pipeline] sh [2020-10-09T14:00:10.062Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.60 [2020-10-09T14:00:10.062Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-09T14:00:10.062Z] f50b78e9dd9c: Preparing [2020-10-09T14:00:10.062Z] db8d60f90ad9: Preparing [2020-10-09T14:00:10.062Z] 2ea1331df464: Preparing [2020-10-09T14:00:10.062Z] 9b722b2b6c9a: Preparing [2020-10-09T14:00:10.062Z] 25268c61c511: Preparing [2020-10-09T14:00:10.062Z] cd57b2ce7649: Preparing [2020-10-09T14:00:10.062Z] cd57b2ce7649: Waiting [2020-10-09T14:00:10.337Z] 25268c61c511: Layer already exists [2020-10-09T14:00:10.337Z] f50b78e9dd9c: Layer already exists [2020-10-09T14:00:10.337Z] db8d60f90ad9: Layer already exists [2020-10-09T14:00:10.337Z] 9b722b2b6c9a: Layer already exists [2020-10-09T14:00:10.337Z] 2ea1331df464: Layer already exists [2020-10-09T14:00:10.337Z] cd57b2ce7649: Layer already exists [2020-10-09T14:00:10.337Z] 1.2.2-dev.60: digest: sha256:7aab2d2824f62c71b231e19ff0eb966e96885fad1c65b00d1ea3105397dad73a size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-09T14:00:10.706Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:f69fcd6f6cfc821951e2cd5529adc6021efd69b2-1.2.2-dev.60 [Pipeline] isUnix [Pipeline] sh [2020-10-09T14:00:11.327Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:f69fcd6f6cfc821951e2cd5529adc6021efd69b2-1.2.2-dev.60 [2020-10-09T14:00:11.327Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-09T14:00:11.327Z] f50b78e9dd9c: Preparing [2020-10-09T14:00:11.327Z] db8d60f90ad9: Preparing [2020-10-09T14:00:11.327Z] 2ea1331df464: Preparing [2020-10-09T14:00:11.327Z] 9b722b2b6c9a: Preparing [2020-10-09T14:00:11.327Z] 25268c61c511: Preparing [2020-10-09T14:00:11.327Z] cd57b2ce7649: Preparing [2020-10-09T14:00:11.327Z] cd57b2ce7649: Waiting [2020-10-09T14:00:11.602Z] 9b722b2b6c9a: Layer already exists [2020-10-09T14:00:11.602Z] f50b78e9dd9c: Layer already exists [2020-10-09T14:00:11.602Z] db8d60f90ad9: Layer already exists [2020-10-09T14:00:11.602Z] 25268c61c511: Layer already exists [2020-10-09T14:00:11.602Z] 2ea1331df464: Layer already exists [2020-10-09T14:00:11.602Z] cd57b2ce7649: Layer already exists [2020-10-09T14:00:11.602Z] f69fcd6f6cfc821951e2cd5529adc6021efd69b2-1.2.2-dev.60: digest: sha256:7aab2d2824f62c71b231e19ff0eb966e96885fad1c65b00d1ea3105397dad73a size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-09T14:00:11.950Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-09T14:00:12.331Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2020-10-09T14:00:12.331Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-09T14:00:12.616Z] f50b78e9dd9c: Preparing [2020-10-09T14:00:12.616Z] db8d60f90ad9: Preparing [2020-10-09T14:00:12.616Z] 2ea1331df464: Preparing [2020-10-09T14:00:12.616Z] 9b722b2b6c9a: Preparing [2020-10-09T14:00:12.616Z] 25268c61c511: Preparing [2020-10-09T14:00:12.616Z] cd57b2ce7649: Preparing [2020-10-09T14:00:12.616Z] cd57b2ce7649: Waiting [2020-10-09T14:00:12.616Z] 2ea1331df464: Layer already exists [2020-10-09T14:00:12.616Z] 9b722b2b6c9a: Layer already exists [2020-10-09T14:00:12.616Z] db8d60f90ad9: Layer already exists [2020-10-09T14:00:12.616Z] f50b78e9dd9c: Layer already exists [2020-10-09T14:00:12.616Z] 25268c61c511: Layer already exists [2020-10-09T14:00:12.616Z] cd57b2ce7649: Layer already exists [2020-10-09T14:00:12.616Z] master: digest: sha256:7aab2d2824f62c71b231e19ff0eb966e96885fad1c65b00d1ea3105397dad73a size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-09T14:00:12.834Z] ===================================================== [Pipeline] echo [2020-10-09T14:00:12.883Z] taggedImages: [2020-10-09T14:00:12.883Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:f69fcd6f6cfc821951e2cd5529adc6021efd69b2 [2020-10-09T14:00:12.883Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.60 [2020-10-09T14:00:12.883Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:f69fcd6f6cfc821951e2cd5529adc6021efd69b2-1.2.2-dev.60 [2020-10-09T14:00:12.883Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2020-10-09T14:00:12.948Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2020-10-09T14:00:12.948Z] f69fcd6f6cfc821951e2cd5529adc6021efd69b2 [2020-10-09T14:00:12.948Z] 1.2.2-dev.60 [2020-10-09T14:00:12.948Z] f69fcd6f6cfc821951e2cd5529adc6021efd69b2-1.2.2-dev.60 [2020-10-09T14:00:12.948Z] master [2020-10-09T14:00:12.948Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-09T14:00:13.478Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:f69fcd6f6cfc821951e2cd5529adc6021efd69b2 [Pipeline] isUnix [Pipeline] sh [2020-10-09T14:00:13.823Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:f69fcd6f6cfc821951e2cd5529adc6021efd69b2 [2020-10-09T14:00:13.823Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-09T14:00:13.823Z] fc8790b19197: Preparing [2020-10-09T14:00:13.823Z] 9731e0ab5a03: Preparing [2020-10-09T14:00:13.823Z] 5f2d9242aab3: Preparing [2020-10-09T14:00:14.095Z] 5f2d9242aab3: Pushed [2020-10-09T14:00:14.095Z] fc8790b19197: Pushed [2020-10-09T14:00:17.486Z] 9731e0ab5a03: Pushed [2020-10-09T14:00:17.486Z] f69fcd6f6cfc821951e2cd5529adc6021efd69b2: digest: sha256:acdd8f7804acd6c77e8a2f8e7045e5449ffe563d8d630cc2fe471f74a9b9f269 size: 944 [Pipeline] isUnix [Pipeline] sh [2020-10-09T14:00:17.832Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.60 [Pipeline] isUnix [Pipeline] sh [2020-10-09T14:00:18.174Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.60 [2020-10-09T14:00:18.174Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-09T14:00:18.449Z] fc8790b19197: Preparing [2020-10-09T14:00:18.449Z] 9731e0ab5a03: Preparing [2020-10-09T14:00:18.449Z] 5f2d9242aab3: Preparing [2020-10-09T14:00:18.449Z] fc8790b19197: Layer already exists [2020-10-09T14:00:18.449Z] 9731e0ab5a03: Layer already exists [2020-10-09T14:00:18.449Z] 5f2d9242aab3: Layer already exists [2020-10-09T14:00:18.449Z] 1.2.2-dev.60: digest: sha256:acdd8f7804acd6c77e8a2f8e7045e5449ffe563d8d630cc2fe471f74a9b9f269 size: 944 [Pipeline] isUnix [Pipeline] sh [2020-10-09T14:00:18.801Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:f69fcd6f6cfc821951e2cd5529adc6021efd69b2-1.2.2-dev.60 [Pipeline] isUnix [Pipeline] sh [2020-10-09T14:00:19.429Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:f69fcd6f6cfc821951e2cd5529adc6021efd69b2-1.2.2-dev.60 [2020-10-09T14:00:19.429Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-09T14:00:19.703Z] fc8790b19197: Preparing [2020-10-09T14:00:19.703Z] 9731e0ab5a03: Preparing [2020-10-09T14:00:19.703Z] 5f2d9242aab3: Preparing [2020-10-09T14:00:19.703Z] 9731e0ab5a03: Layer already exists [2020-10-09T14:00:19.703Z] 5f2d9242aab3: Layer already exists [2020-10-09T14:00:19.703Z] fc8790b19197: Layer already exists [2020-10-09T14:00:19.703Z] f69fcd6f6cfc821951e2cd5529adc6021efd69b2-1.2.2-dev.60: digest: sha256:acdd8f7804acd6c77e8a2f8e7045e5449ffe563d8d630cc2fe471f74a9b9f269 size: 944 [Pipeline] isUnix [Pipeline] sh [2020-10-09T14:00:20.048Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-09T14:00:20.382Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2020-10-09T14:00:20.382Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-09T14:00:20.382Z] fc8790b19197: Preparing [2020-10-09T14:00:20.382Z] 9731e0ab5a03: Preparing [2020-10-09T14:00:20.382Z] 5f2d9242aab3: Preparing [2020-10-09T14:00:20.652Z] fc8790b19197: Layer already exists [2020-10-09T14:00:20.652Z] 5f2d9242aab3: Layer already exists [2020-10-09T14:00:20.652Z] 9731e0ab5a03: Layer already exists [2020-10-09T14:00:20.652Z] master: digest: sha256:acdd8f7804acd6c77e8a2f8e7045e5449ffe563d8d630cc2fe471f74a9b9f269 size: 944 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-09T14:00:20.867Z] ===================================================== [Pipeline] echo [2020-10-09T14:00:20.922Z] taggedImages: [2020-10-09T14:00:20.922Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:f69fcd6f6cfc821951e2cd5529adc6021efd69b2 [2020-10-09T14:00:20.922Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.60 [2020-10-09T14:00:20.922Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:f69fcd6f6cfc821951e2cd5529adc6021efd69b2-1.2.2-dev.60 [2020-10-09T14:00:20.922Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2020-10-09T14:00:20.991Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2020-10-09T14:00:20.991Z] f69fcd6f6cfc821951e2cd5529adc6021efd69b2 [2020-10-09T14:00:20.991Z] 1.2.2-dev.60 [2020-10-09T14:00:20.991Z] f69fcd6f6cfc821951e2cd5529adc6021efd69b2-1.2.2-dev.60 [2020-10-09T14:00:20.991Z] master [2020-10-09T14:00:20.991Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-09T14:00:21.518Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:f69fcd6f6cfc821951e2cd5529adc6021efd69b2 [Pipeline] isUnix [Pipeline] sh [2020-10-09T14:00:21.857Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:f69fcd6f6cfc821951e2cd5529adc6021efd69b2 [2020-10-09T14:00:21.858Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-09T14:00:21.858Z] b60ef86a8264: Preparing [2020-10-09T14:00:21.858Z] 24b97faae768: Preparing [2020-10-09T14:00:21.858Z] a12bab681e48: Preparing [2020-10-09T14:00:21.858Z] 64d582a754d1: Preparing [2020-10-09T14:00:21.858Z] 89f526e7d85e: Preparing [2020-10-09T14:00:21.858Z] c1c016dacab2: Preparing [2020-10-09T14:00:21.858Z] 28463df5e707: Preparing [2020-10-09T14:00:21.858Z] f875f9e206db: Preparing [2020-10-09T14:00:21.858Z] 3994ac1dcb8b: Preparing [2020-10-09T14:00:21.858Z] 5f2247eaf593: Preparing [2020-10-09T14:00:21.858Z] 62d13be1b083: Preparing [2020-10-09T14:00:21.858Z] 94fdc660876c: Preparing [2020-10-09T14:00:21.858Z] 4e7279dfc0c0: Preparing [2020-10-09T14:00:21.858Z] e2f13739ad41: Preparing [2020-10-09T14:00:21.858Z] c1c016dacab2: Waiting [2020-10-09T14:00:21.858Z] 28463df5e707: Waiting [2020-10-09T14:00:21.858Z] 5f2247eaf593: Waiting [2020-10-09T14:00:21.858Z] 62d13be1b083: Waiting [2020-10-09T14:00:21.858Z] f875f9e206db: Waiting [2020-10-09T14:00:21.858Z] 94fdc660876c: Waiting [2020-10-09T14:00:21.858Z] 3994ac1dcb8b: Waiting [2020-10-09T14:00:21.858Z] 4e7279dfc0c0: Waiting [2020-10-09T14:00:21.858Z] e2f13739ad41: Waiting [2020-10-09T14:00:22.451Z] 89f526e7d85e: Pushed [2020-10-09T14:00:22.724Z] b60ef86a8264: Pushed [2020-10-09T14:00:23.324Z] 64d582a754d1: Pushed [2020-10-09T14:00:23.324Z] f875f9e206db: Layer already exists [2020-10-09T14:00:23.324Z] 3994ac1dcb8b: Layer already exists [2020-10-09T14:00:23.598Z] 28463df5e707: Pushed [2020-10-09T14:00:23.598Z] 5f2247eaf593: Layer already exists [2020-10-09T14:00:23.598Z] 62d13be1b083: Layer already exists [2020-10-09T14:00:23.598Z] 94fdc660876c: Layer already exists [2020-10-09T14:00:23.598Z] 4e7279dfc0c0: Layer already exists [2020-10-09T14:00:23.598Z] e2f13739ad41: Layer already exists [2020-10-09T14:00:24.197Z] 24b97faae768: Pushed [2020-10-09T14:00:24.794Z] c1c016dacab2: Pushed [2020-10-09T14:00:37.180Z] a12bab681e48: Pushed [2020-10-09T14:00:37.180Z] f69fcd6f6cfc821951e2cd5529adc6021efd69b2: digest: sha256:26df38d9ae1c453dcd56c5616f708c9097e50d2cf3c16a42ffc50aa66be2b03d size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-09T14:00:37.542Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.60 [Pipeline] isUnix [Pipeline] sh [2020-10-09T14:00:38.172Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.60 [2020-10-09T14:00:38.172Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-09T14:00:38.448Z] b60ef86a8264: Preparing [2020-10-09T14:00:38.448Z] 24b97faae768: Preparing [2020-10-09T14:00:38.448Z] a12bab681e48: Preparing [2020-10-09T14:00:38.448Z] 64d582a754d1: Preparing [2020-10-09T14:00:38.448Z] 89f526e7d85e: Preparing [2020-10-09T14:00:38.448Z] c1c016dacab2: Preparing [2020-10-09T14:00:38.448Z] 28463df5e707: Preparing [2020-10-09T14:00:38.448Z] f875f9e206db: Preparing [2020-10-09T14:00:38.448Z] 3994ac1dcb8b: Preparing [2020-10-09T14:00:38.448Z] 5f2247eaf593: Preparing [2020-10-09T14:00:38.448Z] 62d13be1b083: Preparing [2020-10-09T14:00:38.448Z] 94fdc660876c: Preparing [2020-10-09T14:00:38.448Z] 4e7279dfc0c0: Preparing [2020-10-09T14:00:38.448Z] e2f13739ad41: Preparing [2020-10-09T14:00:38.448Z] c1c016dacab2: Waiting [2020-10-09T14:00:38.448Z] 28463df5e707: Waiting [2020-10-09T14:00:38.448Z] f875f9e206db: Waiting [2020-10-09T14:00:38.448Z] 3994ac1dcb8b: Waiting [2020-10-09T14:00:38.448Z] 4e7279dfc0c0: Waiting [2020-10-09T14:00:38.448Z] 5f2247eaf593: Waiting [2020-10-09T14:00:38.448Z] e2f13739ad41: Waiting [2020-10-09T14:00:38.448Z] 62d13be1b083: Waiting [2020-10-09T14:00:38.448Z] 94fdc660876c: Waiting [2020-10-09T14:00:38.448Z] b60ef86a8264: Layer already exists [2020-10-09T14:00:38.448Z] 24b97faae768: Layer already exists [2020-10-09T14:00:38.448Z] a12bab681e48: Layer already exists [2020-10-09T14:00:38.448Z] 89f526e7d85e: Layer already exists [2020-10-09T14:00:38.448Z] 64d582a754d1: Layer already exists [2020-10-09T14:00:38.448Z] 3994ac1dcb8b: Layer already exists [2020-10-09T14:00:38.448Z] c1c016dacab2: Layer already exists [2020-10-09T14:00:38.448Z] f875f9e206db: Layer already exists [2020-10-09T14:00:38.448Z] 5f2247eaf593: Layer already exists [2020-10-09T14:00:38.448Z] 28463df5e707: Layer already exists [2020-10-09T14:00:38.448Z] 4e7279dfc0c0: Layer already exists [2020-10-09T14:00:38.448Z] 62d13be1b083: Layer already exists [2020-10-09T14:00:38.448Z] e2f13739ad41: Layer already exists [2020-10-09T14:00:38.448Z] 94fdc660876c: Layer already exists [2020-10-09T14:00:38.448Z] 1.2.2-dev.60: digest: sha256:26df38d9ae1c453dcd56c5616f708c9097e50d2cf3c16a42ffc50aa66be2b03d size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-09T14:00:38.795Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:f69fcd6f6cfc821951e2cd5529adc6021efd69b2-1.2.2-dev.60 [Pipeline] isUnix [Pipeline] sh [2020-10-09T14:00:39.465Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:f69fcd6f6cfc821951e2cd5529adc6021efd69b2-1.2.2-dev.60 [2020-10-09T14:00:39.466Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-09T14:00:39.747Z] b60ef86a8264: Preparing [2020-10-09T14:00:39.747Z] 24b97faae768: Preparing [2020-10-09T14:00:39.747Z] a12bab681e48: Preparing [2020-10-09T14:00:39.747Z] 64d582a754d1: Preparing [2020-10-09T14:00:39.747Z] 89f526e7d85e: Preparing [2020-10-09T14:00:39.747Z] c1c016dacab2: Preparing [2020-10-09T14:00:39.747Z] 28463df5e707: Preparing [2020-10-09T14:00:39.747Z] f875f9e206db: Preparing [2020-10-09T14:00:39.747Z] 3994ac1dcb8b: Preparing [2020-10-09T14:00:39.747Z] 5f2247eaf593: Preparing [2020-10-09T14:00:39.747Z] 62d13be1b083: Preparing [2020-10-09T14:00:39.747Z] 94fdc660876c: Preparing [2020-10-09T14:00:39.747Z] 4e7279dfc0c0: Preparing [2020-10-09T14:00:39.747Z] e2f13739ad41: Preparing [2020-10-09T14:00:39.747Z] c1c016dacab2: Waiting [2020-10-09T14:00:39.747Z] 28463df5e707: Waiting [2020-10-09T14:00:39.747Z] f875f9e206db: Waiting [2020-10-09T14:00:39.747Z] 3994ac1dcb8b: Waiting [2020-10-09T14:00:39.747Z] 5f2247eaf593: Waiting [2020-10-09T14:00:39.747Z] 62d13be1b083: Waiting [2020-10-09T14:00:39.747Z] 94fdc660876c: Waiting [2020-10-09T14:00:39.747Z] 4e7279dfc0c0: Waiting [2020-10-09T14:00:39.747Z] e2f13739ad41: Waiting [2020-10-09T14:00:39.747Z] b60ef86a8264: Layer already exists [2020-10-09T14:00:39.747Z] 89f526e7d85e: Layer already exists [2020-10-09T14:00:39.747Z] 24b97faae768: Layer already exists [2020-10-09T14:00:39.747Z] a12bab681e48: Layer already exists [2020-10-09T14:00:39.747Z] 64d582a754d1: Layer already exists [2020-10-09T14:00:39.747Z] c1c016dacab2: Layer already exists [2020-10-09T14:00:39.747Z] 3994ac1dcb8b: Layer already exists [2020-10-09T14:00:39.747Z] f875f9e206db: Layer already exists [2020-10-09T14:00:39.747Z] 28463df5e707: Layer already exists [2020-10-09T14:00:39.747Z] 5f2247eaf593: Layer already exists [2020-10-09T14:00:39.747Z] 62d13be1b083: Layer already exists [2020-10-09T14:00:39.747Z] e2f13739ad41: Layer already exists [2020-10-09T14:00:39.747Z] 4e7279dfc0c0: Layer already exists [2020-10-09T14:00:39.747Z] 94fdc660876c: Layer already exists [2020-10-09T14:00:40.021Z] f69fcd6f6cfc821951e2cd5529adc6021efd69b2-1.2.2-dev.60: digest: sha256:26df38d9ae1c453dcd56c5616f708c9097e50d2cf3c16a42ffc50aa66be2b03d size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-09T14:00:40.371Z] + 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-09T14:00:40.987Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2020-10-09T14:00:40.987Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-09T14:00:41.260Z] b60ef86a8264: Preparing [2020-10-09T14:00:41.260Z] 24b97faae768: Preparing [2020-10-09T14:00:41.260Z] a12bab681e48: Preparing [2020-10-09T14:00:41.261Z] 64d582a754d1: Preparing [2020-10-09T14:00:41.261Z] 89f526e7d85e: Preparing [2020-10-09T14:00:41.261Z] c1c016dacab2: Preparing [2020-10-09T14:00:41.261Z] 28463df5e707: Preparing [2020-10-09T14:00:41.261Z] c1c016dacab2: Waiting [2020-10-09T14:00:41.261Z] f875f9e206db: Preparing [2020-10-09T14:00:41.261Z] 28463df5e707: Waiting [2020-10-09T14:00:41.261Z] 3994ac1dcb8b: Preparing [2020-10-09T14:00:41.261Z] 5f2247eaf593: Preparing [2020-10-09T14:00:41.261Z] 62d13be1b083: Preparing [2020-10-09T14:00:41.261Z] 94fdc660876c: Preparing [2020-10-09T14:00:41.261Z] 4e7279dfc0c0: Preparing [2020-10-09T14:00:41.261Z] e2f13739ad41: Preparing [2020-10-09T14:00:41.261Z] f875f9e206db: Waiting [2020-10-09T14:00:41.261Z] 3994ac1dcb8b: Waiting [2020-10-09T14:00:41.261Z] 5f2247eaf593: Waiting [2020-10-09T14:00:41.261Z] 62d13be1b083: Waiting [2020-10-09T14:00:41.261Z] 94fdc660876c: Waiting [2020-10-09T14:00:41.261Z] 4e7279dfc0c0: Waiting [2020-10-09T14:00:41.261Z] e2f13739ad41: Waiting [2020-10-09T14:00:41.261Z] 64d582a754d1: Layer already exists [2020-10-09T14:00:41.261Z] a12bab681e48: Layer already exists [2020-10-09T14:00:41.261Z] 89f526e7d85e: Layer already exists [2020-10-09T14:00:41.261Z] b60ef86a8264: Layer already exists [2020-10-09T14:00:41.261Z] 24b97faae768: Layer already exists [2020-10-09T14:00:41.261Z] 3994ac1dcb8b: Layer already exists [2020-10-09T14:00:41.261Z] 28463df5e707: Layer already exists [2020-10-09T14:00:41.261Z] c1c016dacab2: Layer already exists [2020-10-09T14:00:41.261Z] 5f2247eaf593: Layer already exists [2020-10-09T14:00:41.261Z] f875f9e206db: Layer already exists [2020-10-09T14:00:41.261Z] 62d13be1b083: Layer already exists [2020-10-09T14:00:41.261Z] 94fdc660876c: Layer already exists [2020-10-09T14:00:41.261Z] 4e7279dfc0c0: Layer already exists [2020-10-09T14:00:41.261Z] e2f13739ad41: Layer already exists [2020-10-09T14:00:41.533Z] master: digest: sha256:26df38d9ae1c453dcd56c5616f708c9097e50d2cf3c16a42ffc50aa66be2b03d size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-09T14:00:41.738Z] ===================================================== [Pipeline] echo [2020-10-09T14:00:41.819Z] taggedImages: [2020-10-09T14:00:41.819Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:f69fcd6f6cfc821951e2cd5529adc6021efd69b2 [2020-10-09T14:00:41.819Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.60 [2020-10-09T14:00:41.819Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:f69fcd6f6cfc821951e2cd5529adc6021efd69b2-1.2.2-dev.60 [2020-10-09T14:00:41.819Z] - 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-09T14:00:43.553Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-10-09T14:00:43.555Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-10-09T14:00:43.616Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-09T14:00:43.996Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-09T14:00:43.996Z] [2020-10-09T14:00:43.996Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-10-09T14:00:44.378Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-09T14:00:44.378Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-10-09T14:00:44.378Z] cbdbe7a5bc2a: Already exists [2020-10-09T14:00:44.378Z] 408f87550127: Pulling fs layer [2020-10-09T14:00:44.378Z] fe522b08c979: Pulling fs layer [2020-10-09T14:00:44.378Z] 221eaa008020: Pulling fs layer [2020-10-09T14:00:44.378Z] 2a4607e5d6b9: Pulling fs layer [2020-10-09T14:00:44.378Z] 8f79b27c4fd2: Pulling fs layer [2020-10-09T14:00:44.378Z] e5c8dbe1645b: Pulling fs layer [2020-10-09T14:00:44.378Z] 23e8b3b47431: Pulling fs layer [2020-10-09T14:00:44.378Z] 5c568d65a230: Pulling fs layer [2020-10-09T14:00:44.378Z] 2a4607e5d6b9: Waiting [2020-10-09T14:00:44.378Z] 8f79b27c4fd2: Waiting [2020-10-09T14:00:44.378Z] e5c8dbe1645b: Waiting [2020-10-09T14:00:44.378Z] 23e8b3b47431: Waiting [2020-10-09T14:00:44.378Z] 5c568d65a230: Waiting [2020-10-09T14:00:44.378Z] fe522b08c979: Verifying Checksum [2020-10-09T14:00:44.378Z] fe522b08c979: Download complete [2020-10-09T14:00:44.378Z] 408f87550127: Verifying Checksum [2020-10-09T14:00:44.378Z] 408f87550127: Download complete [2020-10-09T14:00:44.378Z] 2a4607e5d6b9: Verifying Checksum [2020-10-09T14:00:44.379Z] 2a4607e5d6b9: Download complete [2020-10-09T14:00:44.379Z] 8f79b27c4fd2: Verifying Checksum [2020-10-09T14:00:44.379Z] 8f79b27c4fd2: Download complete [2020-10-09T14:00:44.655Z] 408f87550127: Pull complete [2020-10-09T14:00:44.920Z] fe522b08c979: Pull complete [2020-10-09T14:00:45.497Z] e5c8dbe1645b: Verifying Checksum [2020-10-09T14:00:45.497Z] e5c8dbe1645b: Download complete [2020-10-09T14:00:46.909Z] 23e8b3b47431: Verifying Checksum [2020-10-09T14:00:46.909Z] 23e8b3b47431: Download complete [2020-10-09T14:00:46.909Z] 5c568d65a230: Verifying Checksum [2020-10-09T14:00:46.909Z] 5c568d65a230: Download complete [2020-10-09T14:00:47.860Z] 221eaa008020: Verifying Checksum [2020-10-09T14:00:47.860Z] 221eaa008020: Download complete [2020-10-09T14:00:54.477Z] 221eaa008020: Pull complete [2020-10-09T14:00:54.477Z] 2a4607e5d6b9: Pull complete [2020-10-09T14:00:54.477Z] 8f79b27c4fd2: Pull complete [2020-10-09T14:00:58.698Z] e5c8dbe1645b: Pull complete [2020-10-09T14:01:02.926Z] 23e8b3b47431: Pull complete [2020-10-09T14:01:04.315Z] 5c568d65a230: Pull complete [2020-10-09T14:01:04.315Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-10-09T14:01:04.315Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-09T14:01:04.315Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-10-09T14:01:04.526Z] prd-centos7-docker-4c-2g-4370 does not seem to be running inside a container [2020-10-09T14:01:04.596Z] $ 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/175:/ws -w /ws --entrypoint= -w /w/workspace/edgex-go/175 -v /w/workspace/edgex-go/175:/w/workspace/edgex-go/175:rw,z -v /w/workspace/edgex-go/175@tmp:/w/workspace/edgex-go/175@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09T14:01:05.709Z] $ docker top 6171ff5451185ddca664fd255c1ca50c29dbc8e8e7c843cd288439f84b8692bf -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-09T14:01:06.320Z] + snyk monitor '--org=edgex-jenkins' [2020-10-09T14:01:16.438Z] [2020-10-09T14:01:16.438Z] Monitoring /w/workspace/edgex-go/175 (github.com/edgexfoundry/edgex-go)... [2020-10-09T14:01:16.438Z] [2020-10-09T14:01:16.438Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/5343e136-8d3b-4a96-97f0-48709eef212c [2020-10-09T14:01:16.438Z] [2020-10-09T14:01:16.438Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-10-09T14:01:16.438Z] [2020-10-09T14:01:16.438Z] [2020-10-09T14:01:16.438Z] Snyk CLI supports Node.js 8 and higher. [2020-10-09T14:01:16.438Z] 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-09T14:01:16.438Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-10-09T14:01:16.438Z] [2020-10-09T14:01:16.438Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-10-09T14:01:16.438Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } [2020-10-09T14:01:16.496Z] $ docker stop --time=1 6171ff5451185ddca664fd255c1ca50c29dbc8e8e7c843cd288439f84b8692bf [2020-10-09T14:01:19.675Z] $ docker rm -f 6171ff5451185ddca664fd255c1ca50c29dbc8e8e7c843cd288439f84b8692bf [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-09T14:01:21.658Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-09T14:01:21.658Z] [2020-10-09T14:01:21.658Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh [2020-10-09T14:01:22.011Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-09T14:01:22.011Z] latest: Pulling from edgex-devops/edgex-klar [2020-10-09T14:01:22.011Z] e7c96db7181b: Pulling fs layer [2020-10-09T14:01:22.011Z] 1868ca2cb446: Pulling fs layer [2020-10-09T14:01:22.011Z] 136be5d0fe8e: Pulling fs layer [2020-10-09T14:01:22.011Z] 894bfe63afcb: Pulling fs layer [2020-10-09T14:01:22.011Z] 894bfe63afcb: Waiting [2020-10-09T14:01:22.011Z] 1868ca2cb446: Verifying Checksum [2020-10-09T14:01:22.011Z] 1868ca2cb446: Download complete [2020-10-09T14:01:22.011Z] 136be5d0fe8e: Verifying Checksum [2020-10-09T14:01:22.011Z] 136be5d0fe8e: Download complete [2020-10-09T14:01:22.278Z] e7c96db7181b: Download complete [2020-10-09T14:01:22.278Z] 894bfe63afcb: Verifying Checksum [2020-10-09T14:01:22.278Z] 894bfe63afcb: Download complete [2020-10-09T14:01:22.570Z] e7c96db7181b: Pull complete [2020-10-09T14:01:22.570Z] 1868ca2cb446: Pull complete [2020-10-09T14:01:22.851Z] 136be5d0fe8e: Pull complete [2020-10-09T14:01:23.120Z] 894bfe63afcb: Pull complete [2020-10-09T14:01:23.120Z] Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 [2020-10-09T14:01:23.120Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-09T14:01:23.120Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer [2020-10-09T14:01:23.241Z] prd-centos7-docker-4c-2g-4370 does not seem to be running inside a container [2020-10-09T14:01:23.339Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/175 -v /w/workspace/edgex-go/175:/w/workspace/edgex-go/175:rw,z -v /w/workspace/edgex-go/175@tmp:/w/workspace/edgex-go/175@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09T14:01:24.192Z] $ docker top 59f4af82a35c2e6e4d50267afc1be3ce29be2030584a73568c90ea5f57799671 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-09T14:01:24.800Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go:f69fcd6f6cfc821951e2cd5529adc6021efd69b2 [2020-10-09T14:01:24.800Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-09T14:01:27.689Z] $ docker stop --time=1 59f4af82a35c2e6e4d50267afc1be3ce29be2030584a73568c90ea5f57799671 [2020-10-09T14:01:29.033Z] $ docker rm -f 59f4af82a35c2e6e4d50267afc1be3ce29be2030584a73568c90ea5f57799671 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-09T14:01:29.563Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-09T14:01:29.563Z] . [Pipeline] withDockerContainer [2020-10-09T14:01:29.706Z] prd-centos7-docker-4c-2g-4370 does not seem to be running inside a container [2020-10-09T14:01:29.803Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/175 -v /w/workspace/edgex-go/175:/w/workspace/edgex-go/175:rw,z -v /w/workspace/edgex-go/175@tmp:/w/workspace/edgex-go/175@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09T14:01:30.482Z] $ docker top 40bc7b9086a1e584b54360d19033e9df09721b3a23aa8651db53e1e122cde899 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-09T14:01:31.071Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go:f69fcd6f6cfc821951e2cd5529adc6021efd69b2 [2020-10-09T14:01:31.071Z] + tee [2020-10-09T14:01:31.071Z] clair timeout 1m0s [2020-10-09T14:01:31.071Z] docker timeout: 1m0s [2020-10-09T14:01:31.071Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-09T14:01:31.795Z] $ docker stop --time=1 40bc7b9086a1e584b54360d19033e9df09721b3a23aa8651db53e1e122cde899 [2020-10-09T14:01:33.170Z] $ docker rm -f 40bc7b9086a1e584b54360d19033e9df09721b3a23aa8651db53e1e122cde899 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-09T14:01:33.680Z] + mkdir -p /w/workspace/edgex-go/175/clair-reports [Pipeline] echo [2020-10-09T14:01:33.695Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/175/clair-reports/clair_results_docker-core-command-go_f69fcd6f6cfc821951e2cd5529adc6021efd69b2.html [Pipeline] writeFile [Pipeline] step [2020-10-09T14:01:33.752Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-09T14:01:34.223Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-09T14:01:34.223Z] . [Pipeline] withDockerContainer [2020-10-09T14:01:34.349Z] prd-centos7-docker-4c-2g-4370 does not seem to be running inside a container [2020-10-09T14:01:34.419Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/175 -v /w/workspace/edgex-go/175:/w/workspace/edgex-go/175:rw,z -v /w/workspace/edgex-go/175@tmp:/w/workspace/edgex-go/175@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09T14:01:35.035Z] $ docker top bc0cfdb22f014ecd218f8e5a7cb2870ee56eff09c03245d73779430cb05915a9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-09T14:01:35.620Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go:f69fcd6f6cfc821951e2cd5529adc6021efd69b2 [2020-10-09T14:01:35.621Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-09T14:01:41.206Z] $ docker stop --time=1 bc0cfdb22f014ecd218f8e5a7cb2870ee56eff09c03245d73779430cb05915a9 [2020-10-09T14:01:42.581Z] $ docker rm -f bc0cfdb22f014ecd218f8e5a7cb2870ee56eff09c03245d73779430cb05915a9 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-09T14:01:43.077Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-09T14:01:43.078Z] . [Pipeline] withDockerContainer [2020-10-09T14:01:43.186Z] prd-centos7-docker-4c-2g-4370 does not seem to be running inside a container [2020-10-09T14:01:43.235Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/175 -v /w/workspace/edgex-go/175:/w/workspace/edgex-go/175:rw,z -v /w/workspace/edgex-go/175@tmp:/w/workspace/edgex-go/175@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09T14:01:43.929Z] $ docker top c202eb7f5df733fd0e67f6f762787ebe47cbdc6b0b43df7b3c41292089aaf2df -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-09T14:01:44.509Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go:f69fcd6f6cfc821951e2cd5529adc6021efd69b2 [2020-10-09T14:01:44.509Z] + tee [2020-10-09T14:01:44.509Z] clair timeout 1m0s [2020-10-09T14:01:44.509Z] docker timeout: 1m0s [2020-10-09T14:01:44.509Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-09T14:01:45.598Z] $ docker stop --time=1 c202eb7f5df733fd0e67f6f762787ebe47cbdc6b0b43df7b3c41292089aaf2df [2020-10-09T14:01:46.974Z] $ docker rm -f c202eb7f5df733fd0e67f6f762787ebe47cbdc6b0b43df7b3c41292089aaf2df [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-09T14:01:47.464Z] + mkdir -p /w/workspace/edgex-go/175/clair-reports [Pipeline] echo [2020-10-09T14:01:47.480Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/175/clair-reports/clair_results_docker-core-data-go_f69fcd6f6cfc821951e2cd5529adc6021efd69b2.html [Pipeline] writeFile [Pipeline] step [2020-10-09T14:01:47.547Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-09T14:01:47.905Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-09T14:01:47.906Z] . [Pipeline] withDockerContainer [2020-10-09T14:01:48.010Z] prd-centos7-docker-4c-2g-4370 does not seem to be running inside a container [2020-10-09T14:01:48.060Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/175 -v /w/workspace/edgex-go/175:/w/workspace/edgex-go/175:rw,z -v /w/workspace/edgex-go/175@tmp:/w/workspace/edgex-go/175@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09T14:01:48.803Z] $ docker top 59a4fc1476018de99d407353a08a323a9f201089a3bd01b98d656147d9d2793f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-09T14:01:49.389Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go:f69fcd6f6cfc821951e2cd5529adc6021efd69b2 [2020-10-09T14:01:49.389Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-09T14:01:52.113Z] $ docker stop --time=1 59a4fc1476018de99d407353a08a323a9f201089a3bd01b98d656147d9d2793f [2020-10-09T14:01:53.485Z] $ docker rm -f 59a4fc1476018de99d407353a08a323a9f201089a3bd01b98d656147d9d2793f [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-09T14:01:53.969Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-09T14:01:53.969Z] . [Pipeline] withDockerContainer [2020-10-09T14:01:54.075Z] prd-centos7-docker-4c-2g-4370 does not seem to be running inside a container [2020-10-09T14:01:54.134Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/175 -v /w/workspace/edgex-go/175:/w/workspace/edgex-go/175:rw,z -v /w/workspace/edgex-go/175@tmp:/w/workspace/edgex-go/175@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09T14:01:54.767Z] $ docker top d2d66e478769f088c6e66bb8b8a6006f28355cc8a521a6085c73d8f6e868468e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-09T14:01:55.307Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go:f69fcd6f6cfc821951e2cd5529adc6021efd69b2 [2020-10-09T14:01:55.307Z] + tee [2020-10-09T14:01:55.307Z] clair timeout 1m0s [2020-10-09T14:01:55.307Z] docker timeout: 1m0s [2020-10-09T14:01:55.307Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-09T14:01:56.040Z] $ docker stop --time=1 d2d66e478769f088c6e66bb8b8a6006f28355cc8a521a6085c73d8f6e868468e [2020-10-09T14:01:57.389Z] $ docker rm -f d2d66e478769f088c6e66bb8b8a6006f28355cc8a521a6085c73d8f6e868468e [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-09T14:01:57.913Z] + mkdir -p /w/workspace/edgex-go/175/clair-reports [Pipeline] echo [2020-10-09T14:01:57.928Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/175/clair-reports/clair_results_docker-core-metadata-go_f69fcd6f6cfc821951e2cd5529adc6021efd69b2.html [Pipeline] writeFile [Pipeline] step [2020-10-09T14:01:57.996Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-09T14:01:58.362Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-09T14:01:58.362Z] . [Pipeline] withDockerContainer [2020-10-09T14:01:58.472Z] prd-centos7-docker-4c-2g-4370 does not seem to be running inside a container [2020-10-09T14:01:58.527Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/175 -v /w/workspace/edgex-go/175:/w/workspace/edgex-go/175:rw,z -v /w/workspace/edgex-go/175@tmp:/w/workspace/edgex-go/175@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09T14:01:59.189Z] $ docker top e5c9392fb8360f8c0a7c1a4bc4cb986570d16cd3c64024d371f624bb8680948f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-09T14:01:59.731Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:f69fcd6f6cfc821951e2cd5529adc6021efd69b2 [2020-10-09T14:01:59.731Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-09T14:02:04.114Z] $ docker stop --time=1 e5c9392fb8360f8c0a7c1a4bc4cb986570d16cd3c64024d371f624bb8680948f [2020-10-09T14:02:05.567Z] $ docker rm -f e5c9392fb8360f8c0a7c1a4bc4cb986570d16cd3c64024d371f624bb8680948f [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-09T14:02:06.072Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-09T14:02:06.072Z] . [Pipeline] withDockerContainer [2020-10-09T14:02:06.182Z] prd-centos7-docker-4c-2g-4370 does not seem to be running inside a container [2020-10-09T14:02:06.229Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/175 -v /w/workspace/edgex-go/175:/w/workspace/edgex-go/175:rw,z -v /w/workspace/edgex-go/175@tmp:/w/workspace/edgex-go/175@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09T14:02:07.235Z] $ docker top 45cf6a71ccd95512b6f231438870f9bf95b656cde4005566c428ff573e03cb0c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-09T14:02:07.785Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:f69fcd6f6cfc821951e2cd5529adc6021efd69b2 [2020-10-09T14:02:07.785Z] + tee [2020-10-09T14:02:07.785Z] clair timeout 1m0s [2020-10-09T14:02:07.785Z] docker timeout: 1m0s [2020-10-09T14:02:07.785Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-09T14:02:08.465Z] $ docker stop --time=1 45cf6a71ccd95512b6f231438870f9bf95b656cde4005566c428ff573e03cb0c [2020-10-09T14:02:09.853Z] $ docker rm -f 45cf6a71ccd95512b6f231438870f9bf95b656cde4005566c428ff573e03cb0c [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-09T14:02:10.324Z] + mkdir -p /w/workspace/edgex-go/175/clair-reports [Pipeline] echo [2020-10-09T14:02:10.338Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/175/clair-reports/clair_results_docker-security-proxy-setup-go_f69fcd6f6cfc821951e2cd5529adc6021efd69b2.html [Pipeline] writeFile [Pipeline] step [2020-10-09T14:02:10.394Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-09T14:02:10.741Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-09T14:02:10.741Z] . [Pipeline] withDockerContainer [2020-10-09T14:02:10.851Z] prd-centos7-docker-4c-2g-4370 does not seem to be running inside a container [2020-10-09T14:02:10.899Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/175 -v /w/workspace/edgex-go/175:/w/workspace/edgex-go/175:rw,z -v /w/workspace/edgex-go/175@tmp:/w/workspace/edgex-go/175@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09T14:02:11.473Z] $ docker top 51da5aa87b22445f3d0192f87fe1166e0c19d81ad13ea214c7e42445e27ad376 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-09T14:02:13.174Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:f69fcd6f6cfc821951e2cd5529adc6021efd69b2 [2020-10-09T14:02:13.174Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-09T14:02:21.622Z] $ docker stop --time=1 51da5aa87b22445f3d0192f87fe1166e0c19d81ad13ea214c7e42445e27ad376 [2020-10-09T14:02:22.999Z] $ docker rm -f 51da5aa87b22445f3d0192f87fe1166e0c19d81ad13ea214c7e42445e27ad376 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-09T14:02:23.514Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-09T14:02:23.514Z] . [Pipeline] withDockerContainer [2020-10-09T14:02:23.629Z] prd-centos7-docker-4c-2g-4370 does not seem to be running inside a container [2020-10-09T14:02:23.683Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/175 -v /w/workspace/edgex-go/175:/w/workspace/edgex-go/175:rw,z -v /w/workspace/edgex-go/175@tmp:/w/workspace/edgex-go/175@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09T14:02:24.375Z] $ docker top 11653a234120feea63cd653849f5d7eb768bb032993f480cc3d61c6295996c94 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-09T14:02:24.907Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:f69fcd6f6cfc821951e2cd5529adc6021efd69b2 [2020-10-09T14:02:24.907Z] + tee [2020-10-09T14:02:24.907Z] clair timeout 1m0s [2020-10-09T14:02:24.907Z] docker timeout: 1m0s [2020-10-09T14:02:24.907Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-09T14:02:26.424Z] $ docker stop --time=1 11653a234120feea63cd653849f5d7eb768bb032993f480cc3d61c6295996c94 [2020-10-09T14:02:27.789Z] $ docker rm -f 11653a234120feea63cd653849f5d7eb768bb032993f480cc3d61c6295996c94 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-09T14:02:28.312Z] + mkdir -p /w/workspace/edgex-go/175/clair-reports [Pipeline] echo [2020-10-09T14:02:28.327Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/175/clair-reports/clair_results_docker-security-secrets-setup-go_f69fcd6f6cfc821951e2cd5529adc6021efd69b2.html [Pipeline] writeFile [Pipeline] step [2020-10-09T14:02:28.386Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-09T14:02:28.730Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-09T14:02:28.730Z] . [Pipeline] withDockerContainer [2020-10-09T14:02:28.835Z] prd-centos7-docker-4c-2g-4370 does not seem to be running inside a container [2020-10-09T14:02:28.892Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/175 -v /w/workspace/edgex-go/175:/w/workspace/edgex-go/175:rw,z -v /w/workspace/edgex-go/175@tmp:/w/workspace/edgex-go/175@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09T14:02:29.654Z] $ docker top 2813d4877313477ddde7375b828d9afecb5884fba3fc8da039d836973fe69690 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-09T14:02:30.235Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:f69fcd6f6cfc821951e2cd5529adc6021efd69b2 [2020-10-09T14:02:30.236Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-09T14:02:38.616Z] $ docker stop --time=1 2813d4877313477ddde7375b828d9afecb5884fba3fc8da039d836973fe69690 [2020-10-09T14:02:39.998Z] $ docker rm -f 2813d4877313477ddde7375b828d9afecb5884fba3fc8da039d836973fe69690 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-09T14:02:40.540Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-09T14:02:40.540Z] . [Pipeline] withDockerContainer [2020-10-09T14:02:40.667Z] prd-centos7-docker-4c-2g-4370 does not seem to be running inside a container [2020-10-09T14:02:40.718Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/175 -v /w/workspace/edgex-go/175:/w/workspace/edgex-go/175:rw,z -v /w/workspace/edgex-go/175@tmp:/w/workspace/edgex-go/175@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09T14:02:41.357Z] $ docker top 8ba1b4dc576da8356eb56df17f109c9837cb4e03c300fa9a63c5a4885dce117a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-09T14:02:41.912Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:f69fcd6f6cfc821951e2cd5529adc6021efd69b2 [2020-10-09T14:02:41.912Z] + tee [2020-10-09T14:02:41.912Z] clair timeout 1m0s [2020-10-09T14:02:41.912Z] docker timeout: 1m0s [2020-10-09T14:02:41.912Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-09T14:02:43.426Z] $ docker stop --time=1 8ba1b4dc576da8356eb56df17f109c9837cb4e03c300fa9a63c5a4885dce117a [2020-10-09T14:02:44.799Z] $ docker rm -f 8ba1b4dc576da8356eb56df17f109c9837cb4e03c300fa9a63c5a4885dce117a [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-09T14:02:45.291Z] + mkdir -p /w/workspace/edgex-go/175/clair-reports [Pipeline] echo [2020-10-09T14:02:45.306Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/175/clair-reports/clair_results_docker-security-secretstore-setup-go_f69fcd6f6cfc821951e2cd5529adc6021efd69b2.html [Pipeline] writeFile [Pipeline] step [2020-10-09T14:02:45.364Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-09T14:02:45.722Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-09T14:02:45.722Z] . [Pipeline] withDockerContainer [2020-10-09T14:02:45.841Z] prd-centos7-docker-4c-2g-4370 does not seem to be running inside a container [2020-10-09T14:02:45.899Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/175 -v /w/workspace/edgex-go/175:/w/workspace/edgex-go/175:rw,z -v /w/workspace/edgex-go/175@tmp:/w/workspace/edgex-go/175@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09T14:02:46.579Z] $ docker top ca52dee5416013dd82ecdce2948feb2a7789bf7e1a384fc91443778968f84edf -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-09T14:02:47.141Z] + + tee/klar [2020-10-09T14:02:47.141Z] nexus3.edgexfoundry.org:10004/docker-support-logging-go:f69fcd6f6cfc821951e2cd5529adc6021efd69b2 [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-09T14:02:50.664Z] $ docker stop --time=1 ca52dee5416013dd82ecdce2948feb2a7789bf7e1a384fc91443778968f84edf [2020-10-09T14:02:52.020Z] $ docker rm -f ca52dee5416013dd82ecdce2948feb2a7789bf7e1a384fc91443778968f84edf [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-09T14:02:52.495Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-09T14:02:52.495Z] . [Pipeline] withDockerContainer [2020-10-09T14:02:52.600Z] prd-centos7-docker-4c-2g-4370 does not seem to be running inside a container [2020-10-09T14:02:52.650Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/175 -v /w/workspace/edgex-go/175:/w/workspace/edgex-go/175:rw,z -v /w/workspace/edgex-go/175@tmp:/w/workspace/edgex-go/175@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09T14:02:53.352Z] $ docker top b7378b9d89c1f69cf1565794fa63bfab732eb487fa6322dc7434aeba17412c2d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-09T14:02:53.918Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go:f69fcd6f6cfc821951e2cd5529adc6021efd69b2 [2020-10-09T14:02:53.918Z] + tee [2020-10-09T14:02:53.918Z] clair timeout 1m0s [2020-10-09T14:02:53.918Z] docker timeout: 1m0s [2020-10-09T14:02:53.918Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-09T14:02:54.601Z] $ docker stop --time=1 b7378b9d89c1f69cf1565794fa63bfab732eb487fa6322dc7434aeba17412c2d [2020-10-09T14:02:55.939Z] $ docker rm -f b7378b9d89c1f69cf1565794fa63bfab732eb487fa6322dc7434aeba17412c2d [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-09T14:02:56.417Z] + mkdir -p /w/workspace/edgex-go/175/clair-reports [Pipeline] echo [2020-10-09T14:02:56.447Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/175/clair-reports/clair_results_docker-support-logging-go_f69fcd6f6cfc821951e2cd5529adc6021efd69b2.html [Pipeline] writeFile [Pipeline] step [2020-10-09T14:02:56.506Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-09T14:02:56.844Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-09T14:02:56.844Z] . [Pipeline] withDockerContainer [2020-10-09T14:02:56.952Z] prd-centos7-docker-4c-2g-4370 does not seem to be running inside a container [2020-10-09T14:02:57.005Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/175 -v /w/workspace/edgex-go/175:/w/workspace/edgex-go/175:rw,z -v /w/workspace/edgex-go/175@tmp:/w/workspace/edgex-go/175@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09T14:02:57.656Z] $ docker top ac8bbf4df1ec0af4a62257ce09dcfb4d557c7855bf993e3a7d670f9add43c00f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-09T14:02:58.181Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go:f69fcd6f6cfc821951e2cd5529adc6021efd69b2 [2020-10-09T14:02:58.182Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-09T14:03:03.658Z] $ docker stop --time=1 ac8bbf4df1ec0af4a62257ce09dcfb4d557c7855bf993e3a7d670f9add43c00f [2020-10-09T14:03:05.101Z] $ docker rm -f ac8bbf4df1ec0af4a62257ce09dcfb4d557c7855bf993e3a7d670f9add43c00f [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-09T14:03:05.589Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-09T14:03:05.589Z] . [Pipeline] withDockerContainer [2020-10-09T14:03:05.708Z] prd-centos7-docker-4c-2g-4370 does not seem to be running inside a container [2020-10-09T14:03:05.757Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/175 -v /w/workspace/edgex-go/175:/w/workspace/edgex-go/175:rw,z -v /w/workspace/edgex-go/175@tmp:/w/workspace/edgex-go/175@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09T14:03:06.453Z] $ docker top 8f8cea6c1bc8390dbcae63d2bbd098d75d497c5f4425ee9f709a887f358480cf -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-09T14:03:06.995Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go:f69fcd6f6cfc821951e2cd5529adc6021efd69b2 [2020-10-09T14:03:06.995Z] + tee [2020-10-09T14:03:06.995Z] clair timeout 1m0s [2020-10-09T14:03:06.995Z] docker timeout: 1m0s [2020-10-09T14:03:06.995Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-09T14:03:08.052Z] $ docker stop --time=1 8f8cea6c1bc8390dbcae63d2bbd098d75d497c5f4425ee9f709a887f358480cf [2020-10-09T14:03:09.427Z] $ docker rm -f 8f8cea6c1bc8390dbcae63d2bbd098d75d497c5f4425ee9f709a887f358480cf [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-09T14:03:09.912Z] + mkdir -p /w/workspace/edgex-go/175/clair-reports [Pipeline] echo [2020-10-09T14:03:09.925Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/175/clair-reports/clair_results_docker-support-notifications-go_f69fcd6f6cfc821951e2cd5529adc6021efd69b2.html [Pipeline] writeFile [Pipeline] step [2020-10-09T14:03:09.983Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-09T14:03:10.389Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-09T14:03:10.389Z] . [Pipeline] withDockerContainer [2020-10-09T14:03:10.488Z] prd-centos7-docker-4c-2g-4370 does not seem to be running inside a container [2020-10-09T14:03:10.551Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/175 -v /w/workspace/edgex-go/175:/w/workspace/edgex-go/175:rw,z -v /w/workspace/edgex-go/175@tmp:/w/workspace/edgex-go/175@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09T14:03:11.243Z] $ docker top d9c6bac5ce57d19a2549990edef55b6f0b28d2a8cd68eab9d01bca48a33d7dd0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-09T14:03:11.774Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:f69fcd6f6cfc821951e2cd5529adc6021efd69b2 [2020-10-09T14:03:11.774Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-09T14:03:14.499Z] $ docker stop --time=1 d9c6bac5ce57d19a2549990edef55b6f0b28d2a8cd68eab9d01bca48a33d7dd0 [2020-10-09T14:03:15.869Z] $ docker rm -f d9c6bac5ce57d19a2549990edef55b6f0b28d2a8cd68eab9d01bca48a33d7dd0 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-09T14:03:16.330Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-09T14:03:16.330Z] . [Pipeline] withDockerContainer [2020-10-09T14:03:16.446Z] prd-centos7-docker-4c-2g-4370 does not seem to be running inside a container [2020-10-09T14:03:16.493Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/175 -v /w/workspace/edgex-go/175:/w/workspace/edgex-go/175:rw,z -v /w/workspace/edgex-go/175@tmp:/w/workspace/edgex-go/175@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09T14:03:17.157Z] $ docker top c751e7a1f04692cdd4dda0c93d8ce4580839fe9cccd891cb8e5265b341644967 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-09T14:03:17.702Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:f69fcd6f6cfc821951e2cd5529adc6021efd69b2 [2020-10-09T14:03:17.702Z] + tee [2020-10-09T14:03:17.702Z] clair timeout 1m0s [2020-10-09T14:03:17.702Z] docker timeout: 1m0s [2020-10-09T14:03:17.702Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-09T14:03:18.373Z] $ docker stop --time=1 c751e7a1f04692cdd4dda0c93d8ce4580839fe9cccd891cb8e5265b341644967 [2020-10-09T14:03:19.708Z] $ docker rm -f c751e7a1f04692cdd4dda0c93d8ce4580839fe9cccd891cb8e5265b341644967 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-09T14:03:20.254Z] + mkdir -p /w/workspace/edgex-go/175/clair-reports [Pipeline] echo [2020-10-09T14:03:20.269Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/175/clair-reports/clair_results_docker-support-scheduler-go_f69fcd6f6cfc821951e2cd5529adc6021efd69b2.html [Pipeline] writeFile [Pipeline] step [2020-10-09T14:03:20.327Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-09T14:03:20.674Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-09T14:03:20.674Z] . [Pipeline] withDockerContainer [2020-10-09T14:03:20.776Z] prd-centos7-docker-4c-2g-4370 does not seem to be running inside a container [2020-10-09T14:03:20.827Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/175 -v /w/workspace/edgex-go/175:/w/workspace/edgex-go/175:rw,z -v /w/workspace/edgex-go/175@tmp:/w/workspace/edgex-go/175@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09T14:03:21.503Z] $ docker top 3df929f4811543183a897b4f875be0352bded09de3b06ffe549fe15a0e937dfa -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-09T14:03:22.039Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:f69fcd6f6cfc821951e2cd5529adc6021efd69b2 [2020-10-09T14:03:22.039Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-09T14:03:37.241Z] $ docker stop --time=1 3df929f4811543183a897b4f875be0352bded09de3b06ffe549fe15a0e937dfa [2020-10-09T14:03:38.857Z] $ docker rm -f 3df929f4811543183a897b4f875be0352bded09de3b06ffe549fe15a0e937dfa [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-09T14:03:39.334Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-09T14:03:39.334Z] . [Pipeline] withDockerContainer [2020-10-09T14:03:39.437Z] prd-centos7-docker-4c-2g-4370 does not seem to be running inside a container [2020-10-09T14:03:39.489Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/175 -v /w/workspace/edgex-go/175:/w/workspace/edgex-go/175:rw,z -v /w/workspace/edgex-go/175@tmp:/w/workspace/edgex-go/175@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09T14:03:40.179Z] $ docker top 9b4a1e5195733f8add91da310dac891da1e9df116033f840a1b189c8123d759d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-09T14:03:40.790Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:f69fcd6f6cfc821951e2cd5529adc6021efd69b2 [2020-10-09T14:03:40.790Z] + tee [2020-10-09T14:03:40.790Z] clair timeout 1m0s [2020-10-09T14:03:40.790Z] docker timeout: 1m0s [2020-10-09T14:03:40.790Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-09T14:03:42.284Z] $ docker stop --time=1 9b4a1e5195733f8add91da310dac891da1e9df116033f840a1b189c8123d759d [2020-10-09T14:03:43.620Z] $ docker rm -f 9b4a1e5195733f8add91da310dac891da1e9df116033f840a1b189c8123d759d [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-09T14:03:44.077Z] + mkdir -p /w/workspace/edgex-go/175/clair-reports [Pipeline] echo [2020-10-09T14:03:44.091Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/175/clair-reports/clair_results_docker-sys-mgmt-agent-go_f69fcd6f6cfc821951e2cd5529adc6021efd69b2.html [Pipeline] writeFile [Pipeline] step [2020-10-09T14:03:44.152Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-09T14:03:44.501Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-09T14:03:44.501Z] . [Pipeline] withDockerContainer [2020-10-09T14:03:44.601Z] prd-centos7-docker-4c-2g-4370 does not seem to be running inside a container [2020-10-09T14:03:44.649Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/175 -v /w/workspace/edgex-go/175:/w/workspace/edgex-go/175:rw,z -v /w/workspace/edgex-go/175@tmp:/w/workspace/edgex-go/175@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09T14:03:45.279Z] $ docker top 4d9abc216ddd4b896be24c62be924d98807357da70a0812041b5d3f83dbd7ec2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-09T14:03:45.837Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:f69fcd6f6cfc821951e2cd5529adc6021efd69b2 [2020-10-09T14:03:45.837Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-09T14:03:48.565Z] $ docker stop --time=1 4d9abc216ddd4b896be24c62be924d98807357da70a0812041b5d3f83dbd7ec2 [2020-10-09T14:03:49.956Z] $ docker rm -f 4d9abc216ddd4b896be24c62be924d98807357da70a0812041b5d3f83dbd7ec2 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-09T14:03:50.500Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-09T14:03:50.501Z] . [Pipeline] withDockerContainer [2020-10-09T14:03:50.599Z] prd-centos7-docker-4c-2g-4370 does not seem to be running inside a container [2020-10-09T14:03:50.650Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/175 -v /w/workspace/edgex-go/175:/w/workspace/edgex-go/175:rw,z -v /w/workspace/edgex-go/175@tmp:/w/workspace/edgex-go/175@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09T14:03:51.314Z] $ docker top 718ac2a57f6579ce994a8370c6bcdbf4f9132ffaf995d7e66758afdd70a5c2bc -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-09T14:03:51.847Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:f69fcd6f6cfc821951e2cd5529adc6021efd69b2 [2020-10-09T14:03:51.847Z] + tee [2020-10-09T14:03:51.847Z] clair timeout 1m0s [2020-10-09T14:03:51.847Z] docker timeout: 1m0s [2020-10-09T14:03:51.847Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-09T14:03:52.541Z] $ docker stop --time=1 718ac2a57f6579ce994a8370c6bcdbf4f9132ffaf995d7e66758afdd70a5c2bc [2020-10-09T14:03:53.929Z] $ docker rm -f 718ac2a57f6579ce994a8370c6bcdbf4f9132ffaf995d7e66758afdd70a5c2bc [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-09T14:03:54.404Z] + mkdir -p /w/workspace/edgex-go/175/clair-reports [Pipeline] echo [2020-10-09T14:03:54.418Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/175/clair-reports/clair_results_docker-core-command-go-arm64_f69fcd6f6cfc821951e2cd5529adc6021efd69b2.html [Pipeline] writeFile [Pipeline] step [2020-10-09T14:03:54.464Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-09T14:03:54.799Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-09T14:03:54.799Z] . [Pipeline] withDockerContainer [2020-10-09T14:03:54.901Z] prd-centos7-docker-4c-2g-4370 does not seem to be running inside a container [2020-10-09T14:03:54.945Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/175 -v /w/workspace/edgex-go/175:/w/workspace/edgex-go/175:rw,z -v /w/workspace/edgex-go/175@tmp:/w/workspace/edgex-go/175@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09T14:03:55.594Z] $ docker top 0967d6e635d3d7fbc77cc623137456480a736f9bfc144b4cd0aecdf951a44031 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-09T14:03:56.085Z] + tee [2020-10-09T14:03:56.085Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:f69fcd6f6cfc821951e2cd5529adc6021efd69b2 [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-09T14:04:01.540Z] $ docker stop --time=1 0967d6e635d3d7fbc77cc623137456480a736f9bfc144b4cd0aecdf951a44031 [2020-10-09T14:04:02.879Z] $ docker rm -f 0967d6e635d3d7fbc77cc623137456480a736f9bfc144b4cd0aecdf951a44031 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-09T14:04:03.348Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-09T14:04:03.348Z] . [Pipeline] withDockerContainer [2020-10-09T14:04:03.444Z] prd-centos7-docker-4c-2g-4370 does not seem to be running inside a container [2020-10-09T14:04:03.493Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/175 -v /w/workspace/edgex-go/175:/w/workspace/edgex-go/175:rw,z -v /w/workspace/edgex-go/175@tmp:/w/workspace/edgex-go/175@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09T14:04:04.110Z] $ docker top 3d77015a46a10369bcd91e0775b3f673ba2c1ab0ead1d6a220c6e560b2f6c3c6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-09T14:04:04.630Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:f69fcd6f6cfc821951e2cd5529adc6021efd69b2 [2020-10-09T14:04:04.630Z] + tee [2020-10-09T14:04:04.630Z] clair timeout 1m0s [2020-10-09T14:04:04.630Z] docker timeout: 1m0s [2020-10-09T14:04:04.630Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-09T14:04:05.676Z] $ docker stop --time=1 3d77015a46a10369bcd91e0775b3f673ba2c1ab0ead1d6a220c6e560b2f6c3c6 [2020-10-09T14:04:07.056Z] $ docker rm -f 3d77015a46a10369bcd91e0775b3f673ba2c1ab0ead1d6a220c6e560b2f6c3c6 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-09T14:04:07.611Z] + mkdir -p /w/workspace/edgex-go/175/clair-reports [Pipeline] echo [2020-10-09T14:04:07.624Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/175/clair-reports/clair_results_docker-core-data-go-arm64_f69fcd6f6cfc821951e2cd5529adc6021efd69b2.html [Pipeline] writeFile [Pipeline] step [2020-10-09T14:04:07.684Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-09T14:04:08.025Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-09T14:04:08.025Z] . [Pipeline] withDockerContainer [2020-10-09T14:04:08.125Z] prd-centos7-docker-4c-2g-4370 does not seem to be running inside a container [2020-10-09T14:04:08.237Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/175 -v /w/workspace/edgex-go/175:/w/workspace/edgex-go/175:rw,z -v /w/workspace/edgex-go/175@tmp:/w/workspace/edgex-go/175@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09T14:04:08.925Z] $ docker top 5ff1ccbfba1e085e8c6758d6ddde7480915cb84783081544012d302d337cc03e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-09T14:04:09.457Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:f69fcd6f6cfc821951e2cd5529adc6021efd69b2 [2020-10-09T14:04:09.457Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-09T14:04:12.156Z] $ docker stop --time=1 5ff1ccbfba1e085e8c6758d6ddde7480915cb84783081544012d302d337cc03e [2020-10-09T14:04:13.532Z] $ docker rm -f 5ff1ccbfba1e085e8c6758d6ddde7480915cb84783081544012d302d337cc03e [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-09T14:04:14.026Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-09T14:04:14.026Z] . [Pipeline] withDockerContainer [2020-10-09T14:04:14.146Z] prd-centos7-docker-4c-2g-4370 does not seem to be running inside a container [2020-10-09T14:04:14.210Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/175 -v /w/workspace/edgex-go/175:/w/workspace/edgex-go/175:rw,z -v /w/workspace/edgex-go/175@tmp:/w/workspace/edgex-go/175@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09T14:04:14.877Z] $ docker top a1a5b127716f509e2329f5b2070de50d3f112b8ad3c5a10fb9196bea470dd476 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-09T14:04:15.442Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:f69fcd6f6cfc821951e2cd5529adc6021efd69b2 [2020-10-09T14:04:15.442Z] + tee [2020-10-09T14:04:15.442Z] clair timeout 1m0s [2020-10-09T14:04:15.442Z] docker timeout: 1m0s [2020-10-09T14:04:15.442Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-09T14:04:16.118Z] $ docker stop --time=1 a1a5b127716f509e2329f5b2070de50d3f112b8ad3c5a10fb9196bea470dd476 [2020-10-09T14:04:17.490Z] $ docker rm -f a1a5b127716f509e2329f5b2070de50d3f112b8ad3c5a10fb9196bea470dd476 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-09T14:04:17.949Z] + mkdir -p /w/workspace/edgex-go/175/clair-reports [Pipeline] echo [2020-10-09T14:04:17.964Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/175/clair-reports/clair_results_docker-core-metadata-go-arm64_f69fcd6f6cfc821951e2cd5529adc6021efd69b2.html [Pipeline] writeFile [Pipeline] step [2020-10-09T14:04:18.016Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-09T14:04:18.360Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-09T14:04:18.360Z] . [Pipeline] withDockerContainer [2020-10-09T14:04:18.490Z] prd-centos7-docker-4c-2g-4370 does not seem to be running inside a container [2020-10-09T14:04:18.544Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/175 -v /w/workspace/edgex-go/175:/w/workspace/edgex-go/175:rw,z -v /w/workspace/edgex-go/175@tmp:/w/workspace/edgex-go/175@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09T14:04:19.194Z] $ docker top d3a5aff7b434fe64d2df270872145bf04666ef2c95689f13ffcff56a4e1a99b2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-09T14:04:19.728Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:f69fcd6f6cfc821951e2cd5529adc6021efd69b2 [2020-10-09T14:04:19.728Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-09T14:04:24.156Z] $ docker stop --time=1 d3a5aff7b434fe64d2df270872145bf04666ef2c95689f13ffcff56a4e1a99b2 [2020-10-09T14:04:25.532Z] $ docker rm -f d3a5aff7b434fe64d2df270872145bf04666ef2c95689f13ffcff56a4e1a99b2 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-09T14:04:26.073Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-09T14:04:26.073Z] . [Pipeline] withDockerContainer [2020-10-09T14:04:26.178Z] prd-centos7-docker-4c-2g-4370 does not seem to be running inside a container [2020-10-09T14:04:26.226Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/175 -v /w/workspace/edgex-go/175:/w/workspace/edgex-go/175:rw,z -v /w/workspace/edgex-go/175@tmp:/w/workspace/edgex-go/175@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09T14:04:26.950Z] $ docker top e850a1f585a30e9fcbe09f405884670366d3c02c9947b6138f2ccc72843cec51 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-09T14:04:27.543Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:f69fcd6f6cfc821951e2cd5529adc6021efd69b2 [2020-10-09T14:04:27.543Z] + tee [2020-10-09T14:04:27.543Z] clair timeout 1m0s [2020-10-09T14:04:27.543Z] docker timeout: 1m0s [2020-10-09T14:04:27.543Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-09T14:04:28.271Z] $ docker stop --time=1 e850a1f585a30e9fcbe09f405884670366d3c02c9947b6138f2ccc72843cec51 [2020-10-09T14:04:29.636Z] $ docker rm -f e850a1f585a30e9fcbe09f405884670366d3c02c9947b6138f2ccc72843cec51 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-09T14:04:30.123Z] + mkdir -p /w/workspace/edgex-go/175/clair-reports [Pipeline] echo [2020-10-09T14:04:30.138Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/175/clair-reports/clair_results_docker-security-proxy-setup-go-arm64_f69fcd6f6cfc821951e2cd5529adc6021efd69b2.html [Pipeline] writeFile [Pipeline] step [2020-10-09T14:04:30.277Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-09T14:04:30.628Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-09T14:04:30.628Z] . [Pipeline] withDockerContainer [2020-10-09T14:04:30.755Z] prd-centos7-docker-4c-2g-4370 does not seem to be running inside a container [2020-10-09T14:04:30.808Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/175 -v /w/workspace/edgex-go/175:/w/workspace/edgex-go/175:rw,z -v /w/workspace/edgex-go/175@tmp:/w/workspace/edgex-go/175@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09T14:04:31.546Z] $ docker top 68fec9c2982947e6bd62bb0e3243774d40230d0713aa2a421750c99c8a1022a7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-09T14:04:32.068Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:f69fcd6f6cfc821951e2cd5529adc6021efd69b2 [2020-10-09T14:04:32.068Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-09T14:04:40.447Z] $ docker stop --time=1 68fec9c2982947e6bd62bb0e3243774d40230d0713aa2a421750c99c8a1022a7 [2020-10-09T14:04:41.809Z] $ docker rm -f 68fec9c2982947e6bd62bb0e3243774d40230d0713aa2a421750c99c8a1022a7 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-09T14:04:42.288Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-09T14:04:42.288Z] . [Pipeline] withDockerContainer [2020-10-09T14:04:42.386Z] prd-centos7-docker-4c-2g-4370 does not seem to be running inside a container [2020-10-09T14:04:42.436Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/175 -v /w/workspace/edgex-go/175:/w/workspace/edgex-go/175:rw,z -v /w/workspace/edgex-go/175@tmp:/w/workspace/edgex-go/175@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09T14:04:43.007Z] $ docker top dbeddc0226db1aa26b29ebb7793d4777281297a84b19b8c0bd13ab2730df17e6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-09T14:04:43.521Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:f69fcd6f6cfc821951e2cd5529adc6021efd69b2 [2020-10-09T14:04:43.521Z] + tee [2020-10-09T14:04:43.521Z] clair timeout 1m0s [2020-10-09T14:04:43.521Z] docker timeout: 1m0s [2020-10-09T14:04:43.521Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-09T14:04:45.020Z] $ docker stop --time=1 dbeddc0226db1aa26b29ebb7793d4777281297a84b19b8c0bd13ab2730df17e6 [2020-10-09T14:04:46.374Z] $ docker rm -f dbeddc0226db1aa26b29ebb7793d4777281297a84b19b8c0bd13ab2730df17e6 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-09T14:04:46.853Z] + mkdir -p /w/workspace/edgex-go/175/clair-reports [Pipeline] echo [2020-10-09T14:04:46.868Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/175/clair-reports/clair_results_docker-security-secrets-setup-go-arm64_f69fcd6f6cfc821951e2cd5529adc6021efd69b2.html [Pipeline] writeFile [Pipeline] step [2020-10-09T14:04:46.918Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-09T14:04:47.265Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-09T14:04:47.266Z] . [Pipeline] withDockerContainer [2020-10-09T14:04:47.357Z] prd-centos7-docker-4c-2g-4370 does not seem to be running inside a container [2020-10-09T14:04:47.404Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/175 -v /w/workspace/edgex-go/175:/w/workspace/edgex-go/175:rw,z -v /w/workspace/edgex-go/175@tmp:/w/workspace/edgex-go/175@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09T14:04:48.070Z] $ docker top e231fc18ef0938a44e47b7ddb184b782d551c03e68dcb66e60f38c4f26e1a17a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-09T14:04:48.612Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:f69fcd6f6cfc821951e2cd5529adc6021efd69b2 [2020-10-09T14:04:48.612Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-09T14:04:58.807Z] $ docker stop --time=1 e231fc18ef0938a44e47b7ddb184b782d551c03e68dcb66e60f38c4f26e1a17a [2020-10-09T14:05:00.184Z] $ docker rm -f e231fc18ef0938a44e47b7ddb184b782d551c03e68dcb66e60f38c4f26e1a17a [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-09T14:05:00.688Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-09T14:05:00.688Z] . [Pipeline] withDockerContainer [2020-10-09T14:05:00.791Z] prd-centos7-docker-4c-2g-4370 does not seem to be running inside a container [2020-10-09T14:05:00.839Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/175 -v /w/workspace/edgex-go/175:/w/workspace/edgex-go/175:rw,z -v /w/workspace/edgex-go/175@tmp:/w/workspace/edgex-go/175@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09T14:05:01.603Z] $ docker top d5589e6123bd6525115c252d73b6aaf3366aa07744218b69c90e66ebef6710a6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-09T14:05:02.183Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:f69fcd6f6cfc821951e2cd5529adc6021efd69b2 [2020-10-09T14:05:02.183Z] + tee [2020-10-09T14:05:02.183Z] clair timeout 1m0s [2020-10-09T14:05:02.183Z] docker timeout: 1m0s [2020-10-09T14:05:02.183Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-09T14:05:03.670Z] $ docker stop --time=1 d5589e6123bd6525115c252d73b6aaf3366aa07744218b69c90e66ebef6710a6 [2020-10-09T14:05:05.033Z] $ docker rm -f d5589e6123bd6525115c252d73b6aaf3366aa07744218b69c90e66ebef6710a6 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-09T14:05:05.523Z] + mkdir -p /w/workspace/edgex-go/175/clair-reports [Pipeline] echo [2020-10-09T14:05:05.553Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/175/clair-reports/clair_results_docker-security-secretstore-setup-go-arm64_f69fcd6f6cfc821951e2cd5529adc6021efd69b2.html [Pipeline] writeFile [Pipeline] step [2020-10-09T14:05:05.605Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-09T14:05:05.947Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-09T14:05:05.947Z] . [Pipeline] withDockerContainer [2020-10-09T14:05:06.045Z] prd-centos7-docker-4c-2g-4370 does not seem to be running inside a container [2020-10-09T14:05:06.093Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/175 -v /w/workspace/edgex-go/175:/w/workspace/edgex-go/175:rw,z -v /w/workspace/edgex-go/175@tmp:/w/workspace/edgex-go/175@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09T14:05:06.737Z] $ docker top 341afcb7e5ace4d6beaccefb9178e096fdbc501f1361a989c2ab33325b89e4d0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-09T14:05:07.287Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:f69fcd6f6cfc821951e2cd5529adc6021efd69b2 [2020-10-09T14:05:07.287Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-09T14:05:10.802Z] $ docker stop --time=1 341afcb7e5ace4d6beaccefb9178e096fdbc501f1361a989c2ab33325b89e4d0 [2020-10-09T14:05:12.144Z] $ docker rm -f 341afcb7e5ace4d6beaccefb9178e096fdbc501f1361a989c2ab33325b89e4d0 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-09T14:05:12.646Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-09T14:05:12.646Z] . [Pipeline] withDockerContainer [2020-10-09T14:05:12.754Z] prd-centos7-docker-4c-2g-4370 does not seem to be running inside a container [2020-10-09T14:05:12.829Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/175 -v /w/workspace/edgex-go/175:/w/workspace/edgex-go/175:rw,z -v /w/workspace/edgex-go/175@tmp:/w/workspace/edgex-go/175@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09T14:05:13.506Z] $ docker top 4582e8569be1812288373a7330d552ceb0fb7b0afad4c86a04d8dd2ca9908f5e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-09T14:05:14.039Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:f69fcd6f6cfc821951e2cd5529adc6021efd69b2 [2020-10-09T14:05:14.039Z] + tee [2020-10-09T14:05:14.039Z] clair timeout 1m0s [2020-10-09T14:05:14.039Z] docker timeout: 1m0s [2020-10-09T14:05:14.039Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-09T14:05:14.721Z] $ docker stop --time=1 4582e8569be1812288373a7330d552ceb0fb7b0afad4c86a04d8dd2ca9908f5e [2020-10-09T14:05:16.066Z] $ docker rm -f 4582e8569be1812288373a7330d552ceb0fb7b0afad4c86a04d8dd2ca9908f5e [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-09T14:05:16.539Z] + mkdir -p /w/workspace/edgex-go/175/clair-reports [Pipeline] echo [2020-10-09T14:05:16.553Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/175/clair-reports/clair_results_docker-support-logging-go-arm64_f69fcd6f6cfc821951e2cd5529adc6021efd69b2.html [Pipeline] writeFile [Pipeline] step [2020-10-09T14:05:16.611Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-09T14:05:16.962Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-09T14:05:16.962Z] . [Pipeline] withDockerContainer [2020-10-09T14:05:17.058Z] prd-centos7-docker-4c-2g-4370 does not seem to be running inside a container [2020-10-09T14:05:17.102Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/175 -v /w/workspace/edgex-go/175:/w/workspace/edgex-go/175:rw,z -v /w/workspace/edgex-go/175@tmp:/w/workspace/edgex-go/175@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09T14:05:17.800Z] $ docker top 3b9f19ffc2509ba7465be2af84964259dc0d934e9a433bc2037d4ba44b2c811d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-09T14:05:18.313Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:f69fcd6f6cfc821951e2cd5529adc6021efd69b2 [2020-10-09T14:05:18.313Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-09T14:05:23.761Z] $ docker stop --time=1 3b9f19ffc2509ba7465be2af84964259dc0d934e9a433bc2037d4ba44b2c811d [2020-10-09T14:05:25.115Z] $ docker rm -f 3b9f19ffc2509ba7465be2af84964259dc0d934e9a433bc2037d4ba44b2c811d [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-09T14:05:25.596Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-09T14:05:25.596Z] . [Pipeline] withDockerContainer [2020-10-09T14:05:25.703Z] prd-centos7-docker-4c-2g-4370 does not seem to be running inside a container [2020-10-09T14:05:25.853Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/175 -v /w/workspace/edgex-go/175:/w/workspace/edgex-go/175:rw,z -v /w/workspace/edgex-go/175@tmp:/w/workspace/edgex-go/175@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09T14:05:26.466Z] $ docker top 2867b0c08455b8660beb39bb9cb0e5f523f1ef5f1de8f2861641d16e2f48db62 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-09T14:05:27.019Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:f69fcd6f6cfc821951e2cd5529adc6021efd69b2 [2020-10-09T14:05:27.019Z] + tee [2020-10-09T14:05:27.019Z] clair timeout 1m0s [2020-10-09T14:05:27.019Z] docker timeout: 1m0s [2020-10-09T14:05:27.019Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-09T14:05:28.066Z] $ docker stop --time=1 2867b0c08455b8660beb39bb9cb0e5f523f1ef5f1de8f2861641d16e2f48db62 [2020-10-09T14:05:29.416Z] $ docker rm -f 2867b0c08455b8660beb39bb9cb0e5f523f1ef5f1de8f2861641d16e2f48db62 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-09T14:05:29.887Z] + mkdir -p /w/workspace/edgex-go/175/clair-reports [Pipeline] echo [2020-10-09T14:05:29.901Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/175/clair-reports/clair_results_docker-support-notifications-go-arm64_f69fcd6f6cfc821951e2cd5529adc6021efd69b2.html [Pipeline] writeFile [Pipeline] step [2020-10-09T14:05:29.961Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-09T14:05:30.295Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-09T14:05:30.295Z] . [Pipeline] withDockerContainer [2020-10-09T14:05:30.390Z] prd-centos7-docker-4c-2g-4370 does not seem to be running inside a container [2020-10-09T14:05:30.431Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/175 -v /w/workspace/edgex-go/175:/w/workspace/edgex-go/175:rw,z -v /w/workspace/edgex-go/175@tmp:/w/workspace/edgex-go/175@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09T14:05:31.080Z] $ docker top 8a352bd5a66ed44b741b94bfbe667a812e7953fca0537ec538cfe0a6a03ea43f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-09T14:05:31.614Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:f69fcd6f6cfc821951e2cd5529adc6021efd69b2 [2020-10-09T14:05:31.614Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-09T14:05:34.313Z] $ docker stop --time=1 8a352bd5a66ed44b741b94bfbe667a812e7953fca0537ec538cfe0a6a03ea43f [2020-10-09T14:05:35.682Z] $ docker rm -f 8a352bd5a66ed44b741b94bfbe667a812e7953fca0537ec538cfe0a6a03ea43f [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-09T14:05:36.170Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-09T14:05:36.170Z] . [Pipeline] withDockerContainer [2020-10-09T14:05:36.271Z] prd-centos7-docker-4c-2g-4370 does not seem to be running inside a container [2020-10-09T14:05:36.312Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/175 -v /w/workspace/edgex-go/175:/w/workspace/edgex-go/175:rw,z -v /w/workspace/edgex-go/175@tmp:/w/workspace/edgex-go/175@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09T14:05:36.999Z] $ docker top da1fefa95974591d2908bd701d6830408a380a5cb877838efd31b534c5c68666 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-09T14:05:37.545Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:f69fcd6f6cfc821951e2cd5529adc6021efd69b2 [2020-10-09T14:05:37.545Z] + tee [2020-10-09T14:05:37.545Z] clair timeout 1m0s [2020-10-09T14:05:37.545Z] docker timeout: 1m0s [2020-10-09T14:05:37.545Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-09T14:05:38.239Z] $ docker stop --time=1 da1fefa95974591d2908bd701d6830408a380a5cb877838efd31b534c5c68666 [2020-10-09T14:05:39.580Z] $ docker rm -f da1fefa95974591d2908bd701d6830408a380a5cb877838efd31b534c5c68666 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-09T14:05:40.033Z] + mkdir -p /w/workspace/edgex-go/175/clair-reports [Pipeline] echo [2020-10-09T14:05:40.046Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/175/clair-reports/clair_results_docker-support-scheduler-go-arm64_f69fcd6f6cfc821951e2cd5529adc6021efd69b2.html [Pipeline] writeFile [Pipeline] step [2020-10-09T14:05:40.099Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-09T14:05:40.443Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-09T14:05:40.443Z] . [Pipeline] withDockerContainer [2020-10-09T14:05:40.543Z] prd-centos7-docker-4c-2g-4370 does not seem to be running inside a container [2020-10-09T14:05:40.591Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/175 -v /w/workspace/edgex-go/175:/w/workspace/edgex-go/175:rw,z -v /w/workspace/edgex-go/175@tmp:/w/workspace/edgex-go/175@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09T14:05:41.169Z] $ docker top 4406cf67c0891b84c1c4dd413631b2f7b68f84996ca9781739e74eaadda4cc6a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-09T14:05:41.678Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:f69fcd6f6cfc821951e2cd5529adc6021efd69b2 [2020-10-09T14:05:41.678Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-09T14:05:56.919Z] $ docker stop --time=1 4406cf67c0891b84c1c4dd413631b2f7b68f84996ca9781739e74eaadda4cc6a [2020-10-09T14:05:58.317Z] $ docker rm -f 4406cf67c0891b84c1c4dd413631b2f7b68f84996ca9781739e74eaadda4cc6a [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-09T14:05:58.785Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-09T14:05:58.786Z] . [Pipeline] withDockerContainer [2020-10-09T14:05:58.889Z] prd-centos7-docker-4c-2g-4370 does not seem to be running inside a container [2020-10-09T14:05:58.930Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/175 -v /w/workspace/edgex-go/175:/w/workspace/edgex-go/175:rw,z -v /w/workspace/edgex-go/175@tmp:/w/workspace/edgex-go/175@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09T14:05:59.624Z] $ docker top 0bf38f7c63b4f1a838a9e67086c8d5050512b408b65956cc77a81cef34fc74a5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-09T14:06:00.317Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:f69fcd6f6cfc821951e2cd5529adc6021efd69b2 [2020-10-09T14:06:00.317Z] + tee [2020-10-09T14:06:00.317Z] clair timeout 1m0s [2020-10-09T14:06:00.317Z] docker timeout: 1m0s [2020-10-09T14:06:00.317Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-09T14:06:01.833Z] $ docker stop --time=1 0bf38f7c63b4f1a838a9e67086c8d5050512b408b65956cc77a81cef34fc74a5 [2020-10-09T14:06:03.206Z] $ docker rm -f 0bf38f7c63b4f1a838a9e67086c8d5050512b408b65956cc77a81cef34fc74a5 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-09T14:06:03.738Z] + mkdir -p /w/workspace/edgex-go/175/clair-reports [Pipeline] echo [2020-10-09T14:06:03.757Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/175/clair-reports/clair_results_docker-sys-mgmt-agent-go-arm64_f69fcd6f6cfc821951e2cd5529adc6021efd69b2.html [Pipeline] writeFile [Pipeline] step [2020-10-09T14:06:03.805Z] Archiving artifacts [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2020-10-09T14:06:04.326Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-09T14:06:04.380Z] provisioning config files... [2020-10-09T14:06:04.399Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/175@tmp/config6334435323493007389tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-10-09T14:06:04.809Z] --> edgex-publish-swagger.sh [2020-10-09T14:06:04.809Z] === Publish openapi/v1 API === [2020-10-09T14:06:04.809Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2020-10-09T14:06:04.809Z] [publishToSwagger] Publishing API Name [core-command] [2020-10-09T14:06:04.809Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-09T14:06:04.809Z] Dload Upload Total Spent Left Speed [2020-10-09T14:06:06.016Z] 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 8466 0:00:01 0:00:01 --:--:-- 8471 100 10521 0 0 100 10521 0 8465 0:00:01 0:00:01 --:--:-- 8464 [2020-10-09T14:06:06.016Z] [2020-10-09T14:06:06.016Z] [2020-10-09T14:06:06.016Z] [publishToSwagger] Publishing API Name [core-data] [2020-10-09T14:06:06.016Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-09T14:06:06.016Z] Dload Upload Total Spent Left Speed [2020-10-09T14:06:07.404Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32556 0 0 100 32556 0 30647 0:00:01 0:00:01 --:--:-- 30655 100 32556 0 0 100 32556 0 30642 0:00:01 0:00:01 --:--:-- 30655 [2020-10-09T14:06:07.404Z] [2020-10-09T14:06:07.404Z] [2020-10-09T14:06:07.404Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-10-09T14:06:07.404Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-09T14:06:07.404Z] Dload Upload Total Spent Left Speed [2020-10-09T14:06:08.349Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73720 0 0 100 73720 0 62513 0:00:01 0:00:01 --:--:-- 62527 100 73720 0 0 100 73720 0 62502 0:00:01 0:00:01 --:--:-- 62527 [2020-10-09T14:06:08.349Z] [2020-10-09T14:06:08.349Z] [2020-10-09T14:06:08.349Z] [publishToSwagger] Publishing API Name [support-logging] [2020-10-09T14:06:08.349Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-09T14:06:08.349Z] Dload Upload Total Spent Left Speed [2020-10-09T14:06:09.735Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13580 0 0 100 13580 0 11440 0:00:01 0:00:01 --:--:-- 11450 100 13580 0 0 100 13580 0 8988 0:00:01 0:00:01 --:--:-- 8993 [2020-10-09T14:06:09.735Z] [2020-10-09T14:06:09.735Z] [2020-10-09T14:06:09.735Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-10-09T14:06:09.735Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-09T14:06:09.735Z] Dload Upload Total Spent Left Speed [2020-10-09T14:06:11.201Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38889 0 0 100 38889 0 32060 0:00:01 0:00:01 --:--:-- 32060 100 38889 0 0 100 38889 0 30208 0:00:01 0:00:01 --:--:-- 30193 [2020-10-09T14:06:11.201Z] [2020-10-09T14:06:11.201Z] [2020-10-09T14:06:11.201Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-10-09T14:06:11.201Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-09T14:06:11.201Z] Dload Upload Total Spent Left Speed [2020-10-09T14:06:12.592Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14248 0 0 100 14248 0 12535 0:00:01 0:00:01 --:--:-- 12542 100 14248 0 0 100 14248 0 12533 0:00:01 0:00:01 --:--:-- 12542 [2020-10-09T14:06:12.592Z] [2020-10-09T14:06:12.592Z] [2020-10-09T14:06:12.592Z] [publishToSwagger] Publishing API Name [system-agent] [2020-10-09T14:06:12.592Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-09T14:06:12.592Z] Dload Upload Total Spent Left Speed [2020-10-09T14:06:13.536Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4109 0 0 100 4109 0 3772 0:00:01 0:00:01 --:--:-- 3776 100 4109 0 0 100 4109 0 3771 0:00:01 0:00:01 --:--:-- 3773 [2020-10-09T14:06:13.536Z] [2020-10-09T14:06:13.536Z] [2020-10-09T14:06:13.536Z] === Publish openapi/v2 API === [2020-10-09T14:06:13.536Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2020-10-09T14:06:13.536Z] [publishToSwagger] Publishing API Name [core-command] [2020-10-09T14:06:13.536Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-09T14:06:13.536Z] Dload Upload Total Spent Left Speed [2020-10-09T14:06:14.488Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 30234 0 0 100 30234 0 26643 0:00:01 0:00:01 --:--:-- 26661 100 30234 0 0 100 30234 0 26639 0:00:01 0:00:01 --:--:-- 26661 [2020-10-09T14:06:14.488Z] [2020-10-09T14:06:14.488Z] [2020-10-09T14:06:14.488Z] [publishToSwagger] Publishing API Name [core-data] [2020-10-09T14:06:14.488Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-09T14:06:14.488Z] Dload Upload Total Spent Left Speed [2020-10-09T14:06:15.879Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 58943 0 0 100 58943 0 49600 0:00:01 0:00:01 --:--:-- 49615 100 58943 0 0 100 58943 0 48686 0:00:01 0:00:01 --:--:-- 48713 [2020-10-09T14:06:15.879Z] [2020-10-09T14:06:15.879Z] [2020-10-09T14:06:15.879Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-10-09T14:06:15.879Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-09T14:06:15.879Z] Dload Upload Total Spent Left Speed [2020-10-09T14:06:17.266Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 114k 0 0 100 114k 0 96515 0:00:01 0:00:01 --:--:-- 96499 100 114k 0 0 100 114k 0 81111 0:00:01 0:00:01 --:--:-- 81097 [2020-10-09T14:06:17.266Z] [2020-10-09T14:06:17.266Z] [2020-10-09T14:06:17.266Z] [publishToSwagger] Publishing API Name [support-logging] [2020-10-09T14:06:17.266Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-09T14:06:17.266Z] Dload Upload Total Spent Left Speed [2020-10-09T14:06:18.656Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 26165 0 0 100 26165 0 21763 0:00:01 0:00:01 --:--:-- 21767 100 26165 0 0 100 26165 0 20379 0:00:01 0:00:01 --:--:-- 20393 [2020-10-09T14:06:18.656Z] [2020-10-09T14:06:18.656Z] [2020-10-09T14:06:18.656Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-10-09T14:06:18.656Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-09T14:06:18.656Z] Dload Upload Total Spent Left Speed [2020-10-09T14:06:20.043Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 63410 0 0 100 63410 0 52785 0:00:01 0:00:01 --:--:-- 52797 100 63410 0 0 100 63410 0 52777 0:00:01 0:00:01 --:--:-- 52797 [2020-10-09T14:06:20.043Z] [2020-10-09T14:06:20.043Z] [2020-10-09T14:06:20.043Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-10-09T14:06:20.043Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-09T14:06:20.043Z] Dload Upload Total Spent Left Speed [2020-10-09T14:06:21.251Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 46049 0 0 100 46049 0 38143 0:00:01 0:00:01 --:--:-- 38120 100 46049 0 0 100 46049 0 32130 0:00:01 0:00:01 --:--:-- 32134 [2020-10-09T14:06:21.251Z] [2020-10-09T14:06:21.251Z] [2020-10-09T14:06:21.251Z] [publishToSwagger] Publishing API Name [system-agent] [2020-10-09T14:06:21.251Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-09T14:06:21.251Z] Dload Upload Total Spent Left Speed [2020-10-09T14:06:22.195Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 24114 0 0 100 24114 0 22692 0:00:01 0:00:01 --:--:-- 22706 100 24114 0 0 100 24114 0 22689 0:00:01 0:00:01 --:--:-- 22706 [2020-10-09T14:06:22.195Z] [2020-10-09T14:06:22.195Z] [Pipeline] } [2020-10-09T14:06:22.204Z] 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-09T14:06:32.356Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-09T14:06:32.356Z] . [Pipeline] withDockerContainer [2020-10-09T14:06:32.491Z] prd-centos7-docker-4c-2g-4370 does not seem to be running inside a container [2020-10-09T14:06:32.539Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/175 -v /w/workspace/edgex-go/175:/w/workspace/edgex-go/175:rw,z -v /w/workspace/edgex-go/175@tmp:/w/workspace/edgex-go/175@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09T14:06:33.679Z] $ docker top 1a19aea0b226d3512162b7eebf03a3d7e559fa575a7311b88edbb5c3d1902c26 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-09T14:06:34.013Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-09T14:06:34.013Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-09T14:06:34.258Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-09T14:06:34.263Z] $ docker exec 1a19aea0b226d3512162b7eebf03a3d7e559fa575a7311b88edbb5c3d1902c26 ssh-agent [2020-10-09T14:06:34.442Z] SSH_AUTH_SOCK=/tmp/ssh-S79UEZBu1TSb/agent.11 [2020-10-09T14:06:34.442Z] SSH_AGENT_PID=16 [2020-10-09T14:06:34.451Z] Running ssh-add (command line suppressed) [2020-10-09T14:06:34.596Z] Identity added: /w/workspace/edgex-go/175@tmp/private_key_7871557365183132617.key (/w/workspace/edgex-go/175@tmp/private_key_7871557365183132617.key) [2020-10-09T14:06:34.666Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-09T14:06:35.004Z] + git semver tag [2020-10-09T14:06:35.266Z] # -> Open(): unable to determine branch for HEAD [2020-10-09T14:06:35.266Z] # $GIT_DIR = /w/workspace/edgex-go/175/.git [2020-10-09T14:06:35.266Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/175 [2020-10-09T14:06:35.266Z] # $SEMVER_REMOTE_NAME = origin [2020-10-09T14:06:35.266Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-09T14:06:35.266Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-09T14:06:35.266Z] # $SEMVER_BRANCH = master [2020-10-09T14:06:35.266Z] # $SEMVER_DIR = /w/workspace/edgex-go/175/.semver [2020-10-09T14:06:35.266Z] # f69fcd6f6cfc821951e2cd5529adc6021efd69b2 HEAD [2020-10-09T14:06:35.528Z] # -> Force: false [2020-10-09T14:06:35.528Z] # 2c291c5b1c740de7c1e056b8743d54418f5e3fed refs/tags/v1.2.2-dev.60 [Pipeline] } [2020-10-09T14:06:35.543Z] $ docker exec --env ******** --env ******** 1a19aea0b226d3512162b7eebf03a3d7e559fa575a7311b88edbb5c3d1902c26 ssh-agent -k [2020-10-09T14:06:35.706Z] unset SSH_AUTH_SOCK; [2020-10-09T14:06:35.706Z] unset SSH_AGENT_PID; [2020-10-09T14:06:35.706Z] echo Agent pid 16 killed; [2020-10-09T14:06:35.771Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-09T14:06:36.246Z] + git semver [Pipeline] } [2020-10-09T14:06:36.265Z] $ docker stop --time=1 1a19aea0b226d3512162b7eebf03a3d7e559fa575a7311b88edbb5c3d1902c26 [2020-10-09T14:06:37.611Z] $ docker rm -f 1a19aea0b226d3512162b7eebf03a3d7e559fa575a7311b88edbb5c3d1902c26 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-10-09T14:06:38.500Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-09T14:06:38.500Z] [2020-10-09T14:06:38.500Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-10-09T14:06:38.846Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-09T14:06:38.846Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-10-09T14:06:38.846Z] ab5ef0e58194: Pulling fs layer [2020-10-09T14:06:38.846Z] 9712f1f96733: Pulling fs layer [2020-10-09T14:06:38.846Z] 63f879dbbcfc: Pulling fs layer [2020-10-09T14:06:38.846Z] 0d9ebad4ef96: Pulling fs layer [2020-10-09T14:06:38.846Z] e9a5061849ea: Pulling fs layer [2020-10-09T14:06:38.846Z] d747dcd14b5f: Pulling fs layer [2020-10-09T14:06:38.846Z] 2de7ff778b66: Pulling fs layer [2020-10-09T14:06:38.846Z] 0d9ebad4ef96: Waiting [2020-10-09T14:06:38.846Z] e9a5061849ea: Waiting [2020-10-09T14:06:38.846Z] d747dcd14b5f: Waiting [2020-10-09T14:06:38.846Z] 2de7ff778b66: Waiting [2020-10-09T14:06:38.846Z] 9712f1f96733: Download complete [2020-10-09T14:06:40.766Z] 63f879dbbcfc: Verifying Checksum [2020-10-09T14:06:40.766Z] 63f879dbbcfc: Download complete [2020-10-09T14:06:41.028Z] e9a5061849ea: Verifying Checksum [2020-10-09T14:06:41.028Z] e9a5061849ea: Download complete [2020-10-09T14:06:41.028Z] d747dcd14b5f: Download complete [2020-10-09T14:06:41.289Z] 2de7ff778b66: Verifying Checksum [2020-10-09T14:06:41.289Z] 2de7ff778b66: Download complete [2020-10-09T14:06:41.551Z] 0d9ebad4ef96: Verifying Checksum [2020-10-09T14:06:41.551Z] 0d9ebad4ef96: Download complete [2020-10-09T14:06:41.813Z] ab5ef0e58194: Verifying Checksum [2020-10-09T14:06:41.813Z] ab5ef0e58194: Download complete [2020-10-09T14:06:46.043Z] ab5ef0e58194: Pull complete [2020-10-09T14:06:46.043Z] 9712f1f96733: Pull complete [2020-10-09T14:06:48.598Z] 63f879dbbcfc: Pull complete [2020-10-09T14:06:53.908Z] 0d9ebad4ef96: Pull complete [2020-10-09T14:06:54.484Z] e9a5061849ea: Pull complete [2020-10-09T14:06:54.745Z] d747dcd14b5f: Pull complete [2020-10-09T14:06:58.090Z] 2de7ff778b66: Pull complete [2020-10-09T14:06:58.090Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-10-09T14:06:58.090Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-09T14:06:58.090Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-10-09T14:06:58.269Z] prd-centos7-docker-4c-2g-4370 does not seem to be running inside a container [2020-10-09T14:06:58.316Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/175 -v /w/workspace/edgex-go/175:/w/workspace/edgex-go/175:rw,z -v /w/workspace/edgex-go/175@tmp:/w/workspace/edgex-go/175@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09T14:07:02.024Z] $ docker top 32861959bf807d6b543ef58d713b8c11f2fdade64961ace81eb4653bdebcd543 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-10-09T14:07:02.319Z] provisioning config files... [2020-10-09T14:07:02.332Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/175@tmp/config1973642345542855998tmp [2020-10-09T14:07:02.351Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/175@tmp/config189415586326080841tmp [2020-10-09T14:07:02.366Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/175@tmp/config9006946005070862782tmp [Pipeline] { [Pipeline] echo [2020-10-09T14:07:02.418Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-09T14:07:02.718Z] ---> sigul-configuration.sh [2020-10-09T14:07:02.718Z] gpg: directory `/root/.gnupg' created [2020-10-09T14:07:02.718Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-10-09T14:07:02.718Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-10-09T14:07:02.718Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-10-09T14:07:02.718Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-10-09T14:07:02.718Z] gpg: CAST5 encrypted data [2020-10-09T14:07:02.979Z] gpg: encrypted with 1 passphrase [2020-10-09T14:07:02.979Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-10-09T14:07:03.275Z] + mkdir /home/jenkins [2020-10-09T14:07:03.275Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-10-09T14:07:03.574Z] + 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-09T14:07:03.585Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-09T14:07:03.878Z] ---> sigul-install.sh [2020-10-09T14:07:10.468Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-10-09T14:07:10.827Z] + git tag --list [2020-10-09T14:07:10.827Z] 0.6.0 [2020-10-09T14:07:10.827Z] 0.6.1 [2020-10-09T14:07:10.827Z] 0.7.0 [2020-10-09T14:07:10.827Z] 0.7.1 [2020-10-09T14:07:10.827Z] v1.0.0 [2020-10-09T14:07:10.827Z] v1.0.1 [2020-10-09T14:07:10.827Z] v1.1.0 [2020-10-09T14:07:10.827Z] v1.2.0 [2020-10-09T14:07:10.828Z] v1.2.1 [2020-10-09T14:07:10.828Z] v1.2.2-dev.1 [2020-10-09T14:07:10.828Z] v1.2.2-dev.10 [2020-10-09T14:07:10.828Z] v1.2.2-dev.11 [2020-10-09T14:07:10.828Z] v1.2.2-dev.12 [2020-10-09T14:07:10.828Z] v1.2.2-dev.13 [2020-10-09T14:07:10.828Z] v1.2.2-dev.14 [2020-10-09T14:07:10.828Z] v1.2.2-dev.15 [2020-10-09T14:07:10.828Z] v1.2.2-dev.16 [2020-10-09T14:07:10.828Z] v1.2.2-dev.17 [2020-10-09T14:07:10.828Z] v1.2.2-dev.18 [2020-10-09T14:07:10.828Z] v1.2.2-dev.19 [2020-10-09T14:07:10.828Z] v1.2.2-dev.2 [2020-10-09T14:07:10.828Z] v1.2.2-dev.20 [2020-10-09T14:07:10.828Z] v1.2.2-dev.21 [2020-10-09T14:07:10.828Z] v1.2.2-dev.22 [2020-10-09T14:07:10.828Z] v1.2.2-dev.23 [2020-10-09T14:07:10.828Z] v1.2.2-dev.24 [2020-10-09T14:07:10.828Z] v1.2.2-dev.25 [2020-10-09T14:07:10.828Z] v1.2.2-dev.26 [2020-10-09T14:07:10.828Z] v1.2.2-dev.27 [2020-10-09T14:07:10.828Z] v1.2.2-dev.28 [2020-10-09T14:07:10.828Z] v1.2.2-dev.29 [2020-10-09T14:07:10.828Z] v1.2.2-dev.3 [2020-10-09T14:07:10.828Z] v1.2.2-dev.30 [2020-10-09T14:07:10.828Z] v1.2.2-dev.31 [2020-10-09T14:07:10.828Z] v1.2.2-dev.32 [2020-10-09T14:07:10.828Z] v1.2.2-dev.33 [2020-10-09T14:07:10.828Z] v1.2.2-dev.34 [2020-10-09T14:07:10.828Z] v1.2.2-dev.35 [2020-10-09T14:07:10.828Z] v1.2.2-dev.36 [2020-10-09T14:07:10.828Z] v1.2.2-dev.37 [2020-10-09T14:07:10.828Z] v1.2.2-dev.38 [2020-10-09T14:07:10.828Z] v1.2.2-dev.39 [2020-10-09T14:07:10.828Z] v1.2.2-dev.4 [2020-10-09T14:07:10.828Z] v1.2.2-dev.40 [2020-10-09T14:07:10.828Z] v1.2.2-dev.41 [2020-10-09T14:07:10.828Z] v1.2.2-dev.42 [2020-10-09T14:07:10.828Z] v1.2.2-dev.43 [2020-10-09T14:07:10.828Z] v1.2.2-dev.44 [2020-10-09T14:07:10.828Z] v1.2.2-dev.45 [2020-10-09T14:07:10.828Z] v1.2.2-dev.46 [2020-10-09T14:07:10.828Z] v1.2.2-dev.47 [2020-10-09T14:07:10.828Z] v1.2.2-dev.48 [2020-10-09T14:07:10.828Z] v1.2.2-dev.49 [2020-10-09T14:07:10.828Z] v1.2.2-dev.5 [2020-10-09T14:07:10.828Z] v1.2.2-dev.50 [2020-10-09T14:07:10.828Z] v1.2.2-dev.51 [2020-10-09T14:07:10.828Z] v1.2.2-dev.52 [2020-10-09T14:07:10.828Z] v1.2.2-dev.53 [2020-10-09T14:07:10.828Z] v1.2.2-dev.54 [2020-10-09T14:07:10.828Z] v1.2.2-dev.55 [2020-10-09T14:07:10.828Z] v1.2.2-dev.56 [2020-10-09T14:07:10.828Z] v1.2.2-dev.57 [2020-10-09T14:07:10.828Z] v1.2.2-dev.58 [2020-10-09T14:07:10.828Z] v1.2.2-dev.59 [2020-10-09T14:07:10.828Z] v1.2.2-dev.6 [2020-10-09T14:07:10.828Z] v1.2.2-dev.60 [2020-10-09T14:07:10.828Z] v1.2.2-dev.7 [2020-10-09T14:07:10.828Z] v1.2.2-dev.8 [2020-10-09T14:07:10.828Z] v1.2.2-dev.9 [Pipeline] sh [2020-10-09T14:07:11.133Z] + lftools sign git-tag v1.2.2-dev.60 [2020-10-09T14:07:12.520Z] Signing Git tag with Sigul... [2020-10-09T14:07:12.520Z] Signing v1.2.2-dev.60 [Pipeline] echo [2020-10-09T14:07:13.474Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-09T14:07:13.772Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-10-09T14:07:13.782Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-10-09T14:07:13.877Z] $ docker stop --time=1 32861959bf807d6b543ef58d713b8c11f2fdade64961ace81eb4653bdebcd543 [2020-10-09T14:07:15.883Z] $ docker rm -f 32861959bf807d6b543ef58d713b8c11f2fdade64961ace81eb4653bdebcd543 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-10-09T14:07:16.836Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-09T14:07:16.836Z] . [Pipeline] withDockerContainer [2020-10-09T14:07:16.939Z] prd-centos7-docker-4c-2g-4370 does not seem to be running inside a container [2020-10-09T14:07:16.978Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/175 -v /w/workspace/edgex-go/175:/w/workspace/edgex-go/175:rw,z -v /w/workspace/edgex-go/175@tmp:/w/workspace/edgex-go/175@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09T14:07:17.726Z] $ docker top 84a0b6528ab220abcc4cd6ea479f4150987c599abfb6be43eeebfdbe9cc6299d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-09T14:07:18.038Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-09T14:07:18.038Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-09T14:07:18.242Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-09T14:07:18.247Z] $ docker exec 84a0b6528ab220abcc4cd6ea479f4150987c599abfb6be43eeebfdbe9cc6299d ssh-agent [2020-10-09T14:07:18.417Z] SSH_AUTH_SOCK=/tmp/ssh-kBCC04OgvST3/agent.12 [2020-10-09T14:07:18.417Z] SSH_AGENT_PID=17 [2020-10-09T14:07:18.424Z] Running ssh-add (command line suppressed) [2020-10-09T14:07:18.557Z] Identity added: /w/workspace/edgex-go/175@tmp/private_key_8746692825723742141.key (/w/workspace/edgex-go/175@tmp/private_key_8746692825723742141.key) [2020-10-09T14:07:18.610Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-09T14:07:18.943Z] + git semver bump pre [2020-10-09T14:07:18.943Z] # -> Open(): unable to determine branch for HEAD [2020-10-09T14:07:18.943Z] # $GIT_DIR = /w/workspace/edgex-go/175/.git [2020-10-09T14:07:18.943Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/175 [2020-10-09T14:07:18.943Z] # $SEMVER_REMOTE_NAME = origin [2020-10-09T14:07:18.943Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-09T14:07:18.943Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-09T14:07:18.943Z] # $SEMVER_BRANCH = master [2020-10-09T14:07:18.943Z] # $SEMVER_DIR = /w/workspace/edgex-go/175/.semver [2020-10-09T14:07:18.943Z] 1.2.2-dev.61 [Pipeline] } [2020-10-09T14:07:18.957Z] $ docker exec --env ******** --env ******** 84a0b6528ab220abcc4cd6ea479f4150987c599abfb6be43eeebfdbe9cc6299d ssh-agent -k [2020-10-09T14:07:19.133Z] unset SSH_AUTH_SOCK; [2020-10-09T14:07:19.133Z] unset SSH_AGENT_PID; [2020-10-09T14:07:19.133Z] echo Agent pid 17 killed; [2020-10-09T14:07:19.183Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-09T14:07:19.688Z] + git semver [Pipeline] } [2020-10-09T14:07:19.706Z] $ docker stop --time=1 84a0b6528ab220abcc4cd6ea479f4150987c599abfb6be43eeebfdbe9cc6299d [2020-10-09T14:07:21.055Z] $ docker rm -f 84a0b6528ab220abcc4cd6ea479f4150987c599abfb6be43eeebfdbe9cc6299d [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-09T14:07:21.569Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-09T14:07:21.569Z] . [Pipeline] withDockerContainer [2020-10-09T14:07:21.684Z] prd-centos7-docker-4c-2g-4370 does not seem to be running inside a container [2020-10-09T14:07:21.730Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/175 -v /w/workspace/edgex-go/175:/w/workspace/edgex-go/175:rw,z -v /w/workspace/edgex-go/175@tmp:/w/workspace/edgex-go/175@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09T14:07:22.339Z] $ docker top bae9dfd7d75ba8c8b64689db7834bffd110d36551ac67fae7f3a2eeb7c5c62d5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-09T14:07:22.630Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-09T14:07:22.630Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-09T14:07:22.820Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-09T14:07:22.825Z] $ docker exec bae9dfd7d75ba8c8b64689db7834bffd110d36551ac67fae7f3a2eeb7c5c62d5 ssh-agent [2020-10-09T14:07:23.000Z] SSH_AUTH_SOCK=/tmp/ssh-GjmSjrnO2FiV/agent.11 [2020-10-09T14:07:23.000Z] SSH_AGENT_PID=16 [2020-10-09T14:07:23.007Z] Running ssh-add (command line suppressed) [2020-10-09T14:07:23.142Z] Identity added: /w/workspace/edgex-go/175@tmp/private_key_6868021833837660984.key (/w/workspace/edgex-go/175@tmp/private_key_6868021833837660984.key) [2020-10-09T14:07:23.198Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-09T14:07:23.527Z] + git semver push [2020-10-09T14:07:23.527Z] # -> Open(): unable to determine branch for HEAD [2020-10-09T14:07:23.527Z] # $GIT_DIR = /w/workspace/edgex-go/175/.git [2020-10-09T14:07:23.527Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/175 [2020-10-09T14:07:23.527Z] # $SEMVER_REMOTE_NAME = origin [2020-10-09T14:07:23.527Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-09T14:07:23.527Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-09T14:07:23.527Z] # $SEMVER_BRANCH = master [2020-10-09T14:07:23.527Z] # $SEMVER_DIR = /w/workspace/edgex-go/175/.semver [Pipeline] } [2020-10-09T14:07:33.549Z] $ docker exec --env ******** --env ******** bae9dfd7d75ba8c8b64689db7834bffd110d36551ac67fae7f3a2eeb7c5c62d5 ssh-agent -k [2020-10-09T14:07:33.702Z] unset SSH_AUTH_SOCK; [2020-10-09T14:07:33.702Z] unset SSH_AGENT_PID; [2020-10-09T14:07:33.702Z] echo Agent pid 16 killed; [2020-10-09T14:07:33.754Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-09T14:07:34.251Z] + git semver [Pipeline] } [2020-10-09T14:07:34.268Z] $ docker stop --time=1 bae9dfd7d75ba8c8b64689db7834bffd110d36551ac67fae7f3a2eeb7c5c62d5 [2020-10-09T14:07:35.607Z] $ docker rm -f bae9dfd7d75ba8c8b64689db7834bffd110d36551ac67fae7f3a2eeb7c5c62d5 [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-09T14:07:36.975Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-09T14:07:37.847Z] ---> package-listing.sh [2020-10-09T14:07:37.847Z] ++ facter osfamily [2020-10-09T14:07:37.847Z] ++ tr '[:upper:]' '[:lower:]' [2020-10-09T14:07:37.847Z] + OS_FAMILY=redhat [2020-10-09T14:07:37.847Z] + workspace=/w/workspace/edgex-go/175 [2020-10-09T14:07:37.847Z] + START_PACKAGES=/tmp/packages_start.txt [2020-10-09T14:07:37.847Z] + END_PACKAGES=/tmp/packages_end.txt [2020-10-09T14:07:37.847Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-10-09T14:07:37.847Z] + PACKAGES=/tmp/packages_start.txt [2020-10-09T14:07:37.847Z] + '[' /w/workspace/edgex-go/175 ']' [2020-10-09T14:07:37.847Z] + PACKAGES=/tmp/packages_end.txt [2020-10-09T14:07:37.847Z] + case "${OS_FAMILY}" in [2020-10-09T14:07:37.847Z] + rpm -qa [2020-10-09T14:07:37.847Z] + sort [2020-10-09T14:07:41.148Z] + '[' -f /tmp/packages_start.txt ']' [2020-10-09T14:07:41.148Z] + '[' -f /tmp/packages_end.txt ']' [2020-10-09T14:07:41.148Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-10-09T14:07:41.148Z] + '[' /w/workspace/edgex-go/175 ']' [2020-10-09T14:07:41.148Z] + mkdir -p /w/workspace/edgex-go/175/archives/ [2020-10-09T14:07:41.148Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/175/archives/ [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-09T14:07:41.977Z] provisioning config files... [2020-10-09T14:07:41.993Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/175@tmp/config1735297996564813838tmp [Pipeline] { [Pipeline] echo [2020-10-09T14:07:42.068Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-09T14:07:42.364Z] ---> create-netrc.sh [Pipeline] } [2020-10-09T14:07:42.373Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-10-09T14:07:42.461Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-09T14:07:42.760Z] ---> python-tools-install.sh [2020-10-09T14:07:42.760Z] Generating Requirements File [2020-10-09T14:09:04.419Z] Python 3.6.8 [2020-10-09T14:09:04.419Z] pip 20.2.3 from /home/jenkins/.local/lib/python3.6/site-packages/pip (python 3.6) [2020-10-09T14:09:04.419Z] appdirs==1.4.3 [2020-10-09T14:09:04.419Z] argcomplete==1.12.1 [2020-10-09T14:09:04.419Z] aspy.yaml==1.3.0 [2020-10-09T14:09:04.419Z] attrs==19.3.0 [2020-10-09T14:09:04.419Z] Babel==2.8.0 [2020-10-09T14:09:04.419Z] beautifulsoup4==4.8.2 [2020-10-09T14:09:04.419Z] boto3==1.11.6 [2020-10-09T14:09:04.419Z] botocore==1.14.6 [2020-10-09T14:09:04.419Z] bs4==0.0.1 [2020-10-09T14:09:04.419Z] cachetools==4.1.1 [2020-10-09T14:09:04.419Z] certifi==2019.11.28 [2020-10-09T14:09:04.419Z] cffi==1.14.3 [2020-10-09T14:09:04.419Z] cfgv==2.0.1 [2020-10-09T14:09:04.419Z] chardet==3.0.4 [2020-10-09T14:09:04.419Z] click==7.1 [2020-10-09T14:09:04.419Z] cliff==3.4.0 [2020-10-09T14:09:04.419Z] cmd2==1.3.11 [2020-10-09T14:09:04.419Z] colorama==0.4.3 [2020-10-09T14:09:04.419Z] cryptography==3.1.1 [2020-10-09T14:09:04.419Z] debtcollector==2.2.0 [2020-10-09T14:09:04.419Z] decorator==4.4.2 [2020-10-09T14:09:04.419Z] defusedxml==0.6.0 [2020-10-09T14:09:04.419Z] Deprecated==1.2.7 [2020-10-09T14:09:04.419Z] distlib==0.3.1 [2020-10-09T14:09:04.419Z] distro==1.2.0 [2020-10-09T14:09:04.419Z] dnspython==1.16.0 [2020-10-09T14:09:04.419Z] docker==4.2.0 [2020-10-09T14:09:04.419Z] docutils==0.15.2 [2020-10-09T14:09:04.419Z] dogpile.cache==1.0.2 [2020-10-09T14:09:04.419Z] email-validator==1.0.5 [2020-10-09T14:09:04.419Z] filelock==3.0.12 [2020-10-09T14:09:04.419Z] future==0.18.2 [2020-10-09T14:09:04.419Z] google-auth==1.22.1 [2020-10-09T14:09:04.419Z] httplib2==0.17.0 [2020-10-09T14:09:04.419Z] identify==1.4.11 [2020-10-09T14:09:04.419Z] idna==2.9 [2020-10-09T14:09:04.419Z] importlib-metadata==2.0.0 [2020-10-09T14:09:04.419Z] importlib-resources==1.5.0 [2020-10-09T14:09:04.419Z] iso8601==0.1.13 [2020-10-09T14:09:04.419Z] Jinja2==2.11.1 [2020-10-09T14:09:04.419Z] jmespath==0.10.0 [2020-10-09T14:09:04.419Z] jsonpatch==1.26 [2020-10-09T14:09:04.419Z] jsonpointer==2.0 [2020-10-09T14:09:04.419Z] jsonschema==3.2.0 [2020-10-09T14:09:04.419Z] keystoneauth1==4.2.1 [2020-10-09T14:09:04.419Z] kubernetes==11.0.0 [2020-10-09T14:09:04.419Z] lftools==0.34.2 [2020-10-09T14:09:04.419Z] lxml==4.5.0 [2020-10-09T14:09:04.419Z] MarkupSafe==0.23 [2020-10-09T14:09:04.419Z] msgpack==1.0.0 [2020-10-09T14:09:04.419Z] multi-key-dict==2.0.3 [2020-10-09T14:09:04.419Z] munch==2.5.0 [2020-10-09T14:09:04.419Z] netaddr==0.8.0 [2020-10-09T14:09:04.419Z] netifaces==0.10.9 [2020-10-09T14:09:04.419Z] niet==1.4.2 [2020-10-09T14:09:04.419Z] nodeenv==1.3.5 [2020-10-09T14:09:04.419Z] oauth2client==4.1.3 [2020-10-09T14:09:04.419Z] oauthlib==3.1.0 [2020-10-09T14:09:04.419Z] openstacksdk==0.50.0 [2020-10-09T14:09:04.419Z] os-client-config==2.1.0 [2020-10-09T14:09:04.419Z] os-service-types==1.7.0 [2020-10-09T14:09:04.419Z] osc-lib==2.2.1 [2020-10-09T14:09:04.419Z] oslo.config==8.3.2 [2020-10-09T14:09:04.419Z] oslo.context==3.1.1 [2020-10-09T14:09:04.419Z] oslo.i18n==5.0.1 [2020-10-09T14:09:04.419Z] oslo.log==4.4.0 [2020-10-09T14:09:04.419Z] oslo.serialization==4.0.1 [2020-10-09T14:09:04.419Z] oslo.utils==4.6.0 [2020-10-09T14:09:04.419Z] packaging==20.4 [2020-10-09T14:09:04.419Z] pbr==5.4.4 [2020-10-09T14:09:04.419Z] pluggy==0.13.1 [2020-10-09T14:09:04.419Z] prettytable==0.7.2 [2020-10-09T14:09:04.419Z] py==1.9.0 [2020-10-09T14:09:04.419Z] pyasn1==0.4.8 [2020-10-09T14:09:04.419Z] pyasn1-modules==0.2.8 [2020-10-09T14:09:04.419Z] pycparser==2.20 [2020-10-09T14:09:04.419Z] pygerrit2==2.0.10 [2020-10-09T14:09:04.419Z] PyGithub==1.46 [2020-10-09T14:09:04.419Z] pyinotify==0.9.6 [2020-10-09T14:09:04.419Z] PyJWT==1.7.1 [2020-10-09T14:09:04.419Z] pyparsing==2.4.7 [2020-10-09T14:09:04.419Z] pyperclip==1.8.0 [2020-10-09T14:09:04.419Z] pyroute2==0.4.13 [2020-10-09T14:09:04.419Z] pyrsistent==0.15.7 [2020-10-09T14:09:04.419Z] PySocks==1.6.8 [2020-10-09T14:09:04.419Z] python-cinderclient==7.2.0 [2020-10-09T14:09:04.419Z] python-dateutil==2.8.1 [2020-10-09T14:09:04.419Z] python-heatclient==2.2.1 [2020-10-09T14:09:04.419Z] python-jenkins==1.7.0 [2020-10-09T14:09:04.419Z] python-keystoneclient==4.1.1 [2020-10-09T14:09:04.419Z] python-magnumclient==3.2.1 [2020-10-09T14:09:04.419Z] python-novaclient==17.2.1 [2020-10-09T14:09:04.419Z] python-openstackclient==5.4.0 [2020-10-09T14:09:04.419Z] python-swiftclient==3.10.1 [2020-10-09T14:09:04.419Z] pytz==2020.1 [2020-10-09T14:09:04.419Z] PyYAML==5.3 [2020-10-09T14:09:04.419Z] requests==2.23.0 [2020-10-09T14:09:04.419Z] requests-oauthlib==1.3.0 [2020-10-09T14:09:04.419Z] requestsexceptions==1.4.0 [2020-10-09T14:09:04.419Z] rfc3986==1.4.0 [2020-10-09T14:09:04.419Z] rpm==4.11.3 [2020-10-09T14:09:04.420Z] rsa==4.0 [2020-10-09T14:09:04.420Z] ruamel.yaml==0.16.10 [2020-10-09T14:09:04.420Z] ruamel.yaml.clib==0.2.0 [2020-10-09T14:09:04.420Z] s3transfer==0.3.3 [2020-10-09T14:09:04.420Z] shade==1.27.2 [2020-10-09T14:09:04.420Z] simplejson==3.17.2 [2020-10-09T14:09:04.420Z] six==1.14.0 [2020-10-09T14:09:04.420Z] soupsieve==2.0 [2020-10-09T14:09:04.420Z] stevedore==3.2.2 [2020-10-09T14:09:04.420Z] tabulate==0.8.6 [2020-10-09T14:09:04.420Z] toml==0.10.0 [2020-10-09T14:09:04.420Z] tox==3.20.1 [2020-10-09T14:09:04.420Z] tqdm==4.43.0 [2020-10-09T14:09:04.420Z] urllib3==1.25.8 [2020-10-09T14:09:04.420Z] virtualenv==20.0.33 [2020-10-09T14:09:04.420Z] wcwidth==0.2.5 [2020-10-09T14:09:04.420Z] websocket-client==0.57.0 [2020-10-09T14:09:04.420Z] wrapt==1.12.1 [2020-10-09T14:09:04.420Z] xdg==3.0.2 [2020-10-09T14:09:04.420Z] xmltodict==0.12.0 [2020-10-09T14:09:04.420Z] yq==2.11.1 [2020-10-09T14:09:04.420Z] zipp==3.3.0 [2020-10-09T14:09:04.420Z] Cache entry deserialization failed, entry ignored [2020-10-09T14:09:04.420Z] DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality. [2020-10-09T14:09:04.420Z] Python 2.7.5 [2020-10-09T14:09:04.420Z] pip 20.2.3 from /home/jenkins/.local/lib/python2.7/site-packages/pip (python 2.7) [2020-10-09T14:09:04.420Z] DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality. [2020-10-09T14:09:04.420Z] ansible==2.9.7 [2020-10-09T14:09:04.420Z] Babel==0.9.6 [2020-10-09T14:09:04.420Z] backports.ssl-match-hostname==3.5.0.1 [2020-10-09T14:09:04.420Z] beautifulsoup4==4.4.1 [2020-10-09T14:09:04.420Z] bodhi==2.11.0 [2020-10-09T14:09:04.420Z] bodhi-client==2.11.0 [2020-10-09T14:09:04.420Z] CCColUtils==1.4 [2020-10-09T14:09:04.420Z] cffi==1.6.0 [2020-10-09T14:09:04.420Z] chardet==2.2.1 [2020-10-09T14:09:04.420Z] click==6.7 [2020-10-09T14:09:04.420Z] cloud-init==18.5 [2020-10-09T14:09:04.420Z] configobj==4.7.2 [2020-10-09T14:09:04.420Z] cryptography==1.7.2 [2020-10-09T14:09:04.420Z] decorator==3.4.0 [2020-10-09T14:09:04.420Z] distro==1.2.0 [2020-10-09T14:09:04.420Z] enum34==1.0.4 [2020-10-09T14:09:04.420Z] fedpkg==1.38 [2020-10-09T14:09:04.420Z] futures==3.1.1 [2020-10-09T14:09:04.420Z] gitdb==0.6.4 [2020-10-09T14:09:04.420Z] GitPython==1.0.1 [2020-10-09T14:09:04.420Z] html5lib==0.999 [2020-10-09T14:09:04.420Z] httplib2==0.9.2 [2020-10-09T14:09:04.420Z] idna==2.4 [2020-10-09T14:09:04.420Z] iniparse==0.4 [2020-10-09T14:09:04.420Z] ipaddress==1.0.16 [2020-10-09T14:09:04.420Z] IPy==0.75 [2020-10-09T14:09:04.420Z] javapackages==1.0.0 [2020-10-09T14:09:04.420Z] Jinja2==2.7.2 [2020-10-09T14:09:04.420Z] jmespath==0.9.4 [2020-10-09T14:09:04.420Z] jsonpatch==1.2 [2020-10-09T14:09:04.420Z] jsonpointer==1.9 [2020-10-09T14:09:04.420Z] kerberos==1.1 [2020-10-09T14:09:04.420Z] kitchen==1.1.1 [2020-10-09T14:09:04.420Z] langtable==0.0.31 [2020-10-09T14:09:04.420Z] lockfile==0.9.1 [2020-10-09T14:09:04.420Z] lxml==3.2.1 [2020-10-09T14:09:04.420Z] MarkupSafe==0.11 [2020-10-09T14:09:04.420Z] munch==2.0.2 [2020-10-09T14:09:04.420Z] offtrac==0.1.0 [2020-10-09T14:09:04.420Z] openidc-client==0.6.0 [2020-10-09T14:09:04.420Z] packagedb-cli==2.14.1 [2020-10-09T14:09:04.420Z] paramiko==2.1.1 [2020-10-09T14:09:04.420Z] perf==0.1 [2020-10-09T14:09:04.420Z] ply==3.4 [2020-10-09T14:09:04.420Z] policycoreutils-default-encoding==0.1 [2020-10-09T14:09:04.420Z] prettytable==0.7.2 [2020-10-09T14:09:04.420Z] pyasn1==0.1.9 [2020-10-09T14:09:04.420Z] pycparser==2.14 [2020-10-09T14:09:04.420Z] pycurl==7.19.0 [2020-10-09T14:09:04.420Z] pygobject==3.22.0 [2020-10-09T14:09:04.420Z] pygpgme==0.3 [2020-10-09T14:09:04.420Z] pyliblzma==0.5.3 [2020-10-09T14:09:04.420Z] pyOpenSSL==0.13.1 [2020-10-09T14:09:04.420Z] pyparsing==1.5.6 [2020-10-09T14:09:04.420Z] pyserial==2.6 [2020-10-09T14:09:04.420Z] python-augeas==0.5.0 [2020-10-09T14:09:04.420Z] python-bugzilla==2.3.0 [2020-10-09T14:09:04.420Z] python-dateutil==1.5 [2020-10-09T14:09:04.420Z] python-fedora==0.10.0 [2020-10-09T14:09:04.420Z] python-linux-procfs==0.4.9 [2020-10-09T14:09:04.420Z] python-yubico==1.2.3 [2020-10-09T14:09:04.420Z] pyudev==0.15 [2020-10-09T14:09:04.420Z] pyusb==1.0.0b1 [2020-10-09T14:09:04.420Z] pyxattr==0.5.1 [2020-10-09T14:09:04.420Z] PyYAML==3.10 [2020-10-09T14:09:04.420Z] requests==2.6.0 [2020-10-09T14:09:04.420Z] requests-kerberos==0.7.0 [2020-10-09T14:09:04.420Z] rpkg==1.60 [2020-10-09T14:09:04.420Z] schedutils==0.4 [2020-10-09T14:09:04.420Z] seobject==0.1 [2020-10-09T14:09:04.420Z] sepolicy==1.1 [2020-10-09T14:09:04.420Z] six==1.9.0 [2020-10-09T14:09:04.420Z] smmap==0.9.0 [2020-10-09T14:09:04.420Z] urlgrabber==3.10 [2020-10-09T14:09:04.420Z] urllib3==1.10.2 [2020-10-09T14:09:04.420Z] virtualenv==15.1.0 [2020-10-09T14:09:04.420Z] yum-langpacks==0.4.2 [2020-10-09T14:09:04.420Z] yum-metadata-parser==1.1.4 [Pipeline] echo [2020-10-09T14:09:04.432Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-09T14:09:04.732Z] ---> sudo-logs.sh [2020-10-09T14:09:04.732Z] Archiving 'sudo' log.. [Pipeline] echo [2020-10-09T14:09:05.004Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-09T14:09:05.299Z] ---> job-cost.sh [2020-10-09T14:09:05.300Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-EXnY [2020-10-09T14:09:17.718Z] Cache entry deserialization failed, entry ignored [2020-10-09T14:09:17.719Z] Cache entry deserialization failed, entry ignored [2020-10-09T14:09:18.671Z] Cache entry deserialization failed, entry ignored [2020-10-09T14:09:18.671Z] Cache entry deserialization failed, entry ignored [2020-10-09T14:09:18.933Z] Cache entry deserialization failed, entry ignored [2020-10-09T14:09:18.933Z] Cache entry deserialization failed, entry ignored [2020-10-09T14:09:18.933Z] Cache entry deserialization failed, entry ignored [2020-10-09T14:09:19.204Z] Cache entry deserialization failed, entry ignored [2020-10-09T14:09:19.205Z] Cache entry deserialization failed, entry ignored [2020-10-09T14:09:19.467Z] Cache entry deserialization failed, entry ignored [2020-10-09T14:09:19.467Z] Cache entry deserialization failed, entry ignored [2020-10-09T14:09:19.736Z] Cache entry deserialization failed, entry ignored [2020-10-09T14:09:19.736Z] Cache entry deserialization failed, entry ignored [2020-10-09T14:09:22.288Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2020-10-09T14:09:48.936Z] lf-activate-venv(): INFO: Adding /tmp/venv-EXnY/bin to PATH [2020-10-09T14:09:48.937Z] INFO: No Stack... [2020-10-09T14:09:50.863Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-10-09T14:09:51.808Z] INFO: Archiving Costs [Pipeline] echo [2020-10-09T14:09:51.824Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-09T14:09:52.126Z] ---> logs-deploy.sh [2020-10-09T14:09:52.126Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/175 [2020-10-09T14:09:52.126Z] INFO: archiving workspace using pattern(s): [2020-10-09T14:09:54.679Z] Archives upload complete. [2020-10-09T14:09:54.679Z] INFO: archiving logs to Nexus