Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 75437401aaf0e0f587015af03db21405a724386e 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 Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-5378 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/188 [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/188 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 75437401aaf0e0f587015af03db21405a724386e (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 75437401aaf0e0f587015af03db21405a724386e # timeout=10 Commit message: "Merge pull request #2787 from weichou1229/issue-2783" > git rev-list --no-walk 4e5e0ef0d9fa5106502bfdf000d2c5c90d1b82c2 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-10-14T09:57:51.407Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-10-14T09:57:51.662Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-10-14T09:57:51.807Z] ========================================================= [2020-10-14T09:57:51.807Z] EdgeX Global Pipelines Version Info [2020-10-14T09:57:51.807Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-10-14T09:57:54.301Z] ------------------- [2020-10-14T09:57:54.301Z] stable info: [2020-10-14T09:57:54.301Z] ------------------- [2020-10-14T09:57:54.301Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-14T09:57:54.301Z] Commit SHA: ad104866bbc8c98dca93091e1a8abeb835fd4e4d [2020-10-14T09:57:54.301Z] Message: update stable to v1.0.131 [2020-10-14T09:57:55.269Z] ------------------- [2020-10-14T09:57:55.269Z] experimental info: [2020-10-14T09:57:55.269Z] ------------------- [2020-10-14T09:57:55.269Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-10-14T09:57:55.269Z] Commit SHA: a2275391807e67b7600a554c2b5f26031cb9c010 [2020-10-14T09:57:55.269Z] Message: update experimental to v1.0.141 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-10-14T09:57:55.625Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-10-14T09:57:55.714Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-10-14T09:57:55.808Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-10-14T09:57:55.902Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-10-14T09:57:56.002Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-10-14T09:57:56.102Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-10-14T09:57:56.199Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-10-14T09:57:56.313Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-10-14T09:57:56.421Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-10-14T09:57:56.514Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-10-14T09:57:56.603Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-10-14T09:57:56.690Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-10-14T09:57:56.781Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-10-14T09:57:56.867Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-10-14T09:57:56.950Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-10-14T09:57:57.034Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-10-14T09:57:57.118Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-10-14T09:57:57.215Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-10-14T09:57:57.309Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-10-14T09:57:57.408Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-10-14T09:57:57.509Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-10-14T09:57:57.603Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-10-14T09:57:57.695Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-10-14T09:57:57.798Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-10-14T09:57:57.921Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 75437401aaf0e0f587015af03db21405a724386e [Pipeline] echo [2020-10-14T09:57:58.011Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 7543740 [Pipeline] echo [2020-10-14T09:57:58.106Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] sh [2020-10-14T09:57:58.516Z] ++ 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-14T09:57:58.516Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-14T09:57:58.516Z] ++ cut -d/ -f2 [2020-10-14T09:57:58.516Z] ++ dirname cmd/core-command/Dockerfile [2020-10-14T09:57:58.516Z] + echo core-command,cmd/core-command/Dockerfile [2020-10-14T09:57:58.516Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-14T09:57:58.516Z] ++ dirname cmd/core-data/Dockerfile [2020-10-14T09:57:58.516Z] ++ cut -d/ -f2 [2020-10-14T09:57:58.516Z] + echo core-data,cmd/core-data/Dockerfile [2020-10-14T09:57:58.516Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-14T09:57:58.516Z] ++ dirname cmd/core-metadata/Dockerfile [2020-10-14T09:57:58.516Z] ++ cut -d/ -f2 [2020-10-14T09:57:58.516Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-10-14T09:57:58.516Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-14T09:57:58.516Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-10-14T09:57:58.516Z] ++ cut -d/ -f2 [2020-10-14T09:57:58.516Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-10-14T09:57:58.516Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-14T09:57:58.516Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-10-14T09:57:58.516Z] ++ cut -d/ -f2 [2020-10-14T09:57:58.516Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-10-14T09:57:58.516Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-14T09:57:58.516Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-10-14T09:57:58.516Z] ++ cut -d/ -f2 [2020-10-14T09:57:58.516Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-10-14T09:57:58.516Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-14T09:57:58.516Z] ++ cut -d/ -f2 [2020-10-14T09:57:58.516Z] ++ dirname cmd/support-logging/Dockerfile [2020-10-14T09:57:58.516Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-10-14T09:57:58.516Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-14T09:57:58.516Z] ++ dirname cmd/support-notifications/Dockerfile [2020-10-14T09:57:58.516Z] ++ cut -d/ -f2 [2020-10-14T09:57:58.516Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-10-14T09:57:58.516Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-14T09:57:58.516Z] ++ cut -d/ -f2 [2020-10-14T09:57:58.516Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-10-14T09:57:58.516Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-10-14T09:57:58.516Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-14T09:57:58.516Z] ++ cut -d/ -f2 [2020-10-14T09:57:58.516Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-10-14T09:57:58.516Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-10-14T09:57:58.647Z] 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-14T09:57:59.442Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-14T09:57:59.709Z] [2020-10-14T09:57:59.709Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-10-14T09:58:00.107Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-14T09:58:00.477Z] latest: Pulling from edgex-devops/git-semver [2020-10-14T09:58:00.477Z] 31603596830f: Pulling fs layer [2020-10-14T09:58:00.477Z] 2a8b12db71e7: Pulling fs layer [2020-10-14T09:58:00.477Z] 6ca5941a6612: Pulling fs layer [2020-10-14T09:58:00.477Z] ecc8261a40a4: Pulling fs layer [2020-10-14T09:58:00.477Z] ecc8261a40a4: Waiting [2020-10-14T09:58:00.477Z] 2a8b12db71e7: Download complete [2020-10-14T09:58:00.776Z] 31603596830f: Verifying Checksum [2020-10-14T09:58:00.776Z] 31603596830f: Download complete [2020-10-14T09:58:01.412Z] 31603596830f: Pull complete [2020-10-14T09:58:01.412Z] ecc8261a40a4: Verifying Checksum [2020-10-14T09:58:01.412Z] ecc8261a40a4: Download complete [2020-10-14T09:58:01.682Z] 6ca5941a6612: Download complete [2020-10-14T09:58:01.682Z] 2a8b12db71e7: Pull complete [2020-10-14T09:58:03.864Z] 6ca5941a6612: Pull complete [2020-10-14T09:58:04.461Z] ecc8261a40a4: Pull complete [2020-10-14T09:58:04.461Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-10-14T09:58:04.461Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-14T09:58:04.461Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-10-14T09:58:04.612Z] prd-centos7-docker-4c-2g-5378 does not seem to be running inside a container [2020-10-14T09:58:04.783Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/188 -v /w/workspace/edgex-go/188:/w/workspace/edgex-go/188:rw,z -v /w/workspace/edgex-go/188@tmp:/w/workspace/edgex-go/188@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-14T09:58:07.527Z] $ docker top bb74c674035cd71f21da5040c53ad8ccc5fac01ad7247427a5304fa08e12315b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-14T09:58:07.931Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-14T09:58:07.931Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-14T09:58:08.232Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-14T09:58:08.238Z] $ docker exec bb74c674035cd71f21da5040c53ad8ccc5fac01ad7247427a5304fa08e12315b ssh-agent [2020-10-14T09:58:08.435Z] SSH_AUTH_SOCK=/tmp/ssh-65rOtZkPkEAA/agent.12 [2020-10-14T09:58:08.435Z] SSH_AGENT_PID=18 [2020-10-14T09:58:08.457Z] Running ssh-add (command line suppressed) [2020-10-14T09:58:08.615Z] Identity added: /w/workspace/edgex-go/188@tmp/private_key_3475280697837074261.key (/w/workspace/edgex-go/188@tmp/private_key_3475280697837074261.key) [2020-10-14T09:58:08.703Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-14T09:58:09.090Z] + git describe --exact-match --tags HEAD [2020-10-14T09:58:09.090Z] fatal: no tag exactly matches '75437401aaf0e0f587015af03db21405a724386e' [Pipeline] } [2020-10-14T09:58:09.131Z] $ docker exec --env ******** --env ******** bb74c674035cd71f21da5040c53ad8ccc5fac01ad7247427a5304fa08e12315b ssh-agent -k [2020-10-14T09:58:09.499Z] unset SSH_AUTH_SOCK; [2020-10-14T09:58:09.499Z] unset SSH_AGENT_PID; [2020-10-14T09:58:09.499Z] echo Agent pid 18 killed; [2020-10-14T09:58:09.565Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-10-14T09:58:09.655Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-10-14T09:58:09.655Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-10-14T09:58:09.772Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-14T09:58:09.772Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-14T09:58:10.034Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-14T09:58:10.042Z] $ docker exec bb74c674035cd71f21da5040c53ad8ccc5fac01ad7247427a5304fa08e12315b ssh-agent [2020-10-14T09:58:10.235Z] SSH_AUTH_SOCK=/tmp/ssh-ngE6W6dXr4Df/agent.47 [2020-10-14T09:58:10.235Z] SSH_AGENT_PID=52 [2020-10-14T09:58:10.244Z] Running ssh-add (command line suppressed) [2020-10-14T09:58:10.418Z] Identity added: /w/workspace/edgex-go/188@tmp/private_key_6330092776100577242.key (/w/workspace/edgex-go/188@tmp/private_key_6330092776100577242.key) [2020-10-14T09:58:10.501Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-14T09:58:10.845Z] + git semver init [2020-10-14T09:58:10.845Z] # -> Open(): unable to determine branch for HEAD [2020-10-14T09:58:10.845Z] # $GIT_DIR = /w/workspace/edgex-go/188/.git [2020-10-14T09:58:10.845Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/188 [2020-10-14T09:58:10.845Z] # $SEMVER_REMOTE_NAME = origin [2020-10-14T09:58:10.845Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-14T09:58:10.845Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-14T09:58:10.845Z] # $SEMVER_BRANCH = master [2020-10-14T09:58:10.845Z] # $SEMVER_TEMP = /tmp/semver-578916840 [2020-10-14T09:58:10.845Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-10-14T09:58:38.013Z] # '/tmp/semver-578916840' -> '/w/workspace/edgex-go/188/.semver' [2020-10-14T09:58:39.006Z] # -> Force: false [2020-10-14T09:58:39.006Z] # $SEMVER_DIR = /w/workspace/edgex-go/188/.semver [Pipeline] } [2020-10-14T09:58:39.034Z] $ docker exec --env ******** --env ******** bb74c674035cd71f21da5040c53ad8ccc5fac01ad7247427a5304fa08e12315b ssh-agent -k [2020-10-14T09:58:39.376Z] unset SSH_AUTH_SOCK; [2020-10-14T09:58:39.378Z] unset SSH_AGENT_PID; [2020-10-14T09:58:39.378Z] echo Agent pid 52 killed; [2020-10-14T09:58:39.493Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-14T09:58:40.011Z] + git semver [Pipeline] } [2020-10-14T09:58:40.037Z] $ docker stop --time=1 bb74c674035cd71f21da5040c53ad8ccc5fac01ad7247427a5304fa08e12315b [2020-10-14T09:58:41.867Z] $ docker rm -f bb74c674035cd71f21da5040c53ad8ccc5fac01ad7247427a5304fa08e12315b [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-10-14T09:59:04.301Z] Stashed 90 file(s) [Pipeline] echo [2020-10-14T09:59:04.304Z] [edgeXSemver]: initialized semver on version 1.2.2-dev.73 [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-14T09:59:04.951Z] ========================================================= [2020-10-14T09:59:04.951Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-10-14T09:59:04.951Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-14T09:59:05.353Z] + 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-14T09:59:12.070Z] Sending build context to Docker daemon 325.1MB [2020-10-14T09:59:12.070Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-14T09:59:12.070Z] Step 2/7 : FROM ${BASE} [2020-10-14T09:59:12.070Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-10-14T09:59:12.070Z] df20fa9351a1: Pulling fs layer [2020-10-14T09:59:12.070Z] ed8968b2872e: Pulling fs layer [2020-10-14T09:59:12.070Z] a92cc7c5fd73: Pulling fs layer [2020-10-14T09:59:12.070Z] e871e8e8d7a9: Pulling fs layer [2020-10-14T09:59:12.070Z] e73272ec9a57: Pulling fs layer [2020-10-14T09:59:12.070Z] 1e910a182e73: Pulling fs layer [2020-10-14T09:59:12.070Z] 4e634b169226: Pulling fs layer [2020-10-14T09:59:12.070Z] e73272ec9a57: Waiting [2020-10-14T09:59:12.070Z] 1e910a182e73: Waiting [2020-10-14T09:59:12.070Z] 4e634b169226: Waiting [2020-10-14T09:59:12.070Z] e871e8e8d7a9: Waiting [2020-10-14T09:59:12.070Z] a92cc7c5fd73: Verifying Checksum [2020-10-14T09:59:12.070Z] a92cc7c5fd73: Download complete [2020-10-14T09:59:12.070Z] ed8968b2872e: Download complete [2020-10-14T09:59:12.070Z] e73272ec9a57: Verifying Checksum [2020-10-14T09:59:12.070Z] e73272ec9a57: Download complete [2020-10-14T09:59:12.070Z] 1e910a182e73: Verifying Checksum [2020-10-14T09:59:12.070Z] 1e910a182e73: Download complete [2020-10-14T09:59:12.357Z] df20fa9351a1: Verifying Checksum [2020-10-14T09:59:12.357Z] df20fa9351a1: Download complete [2020-10-14T09:59:12.978Z] df20fa9351a1: Pull complete [2020-10-14T09:59:13.594Z] ed8968b2872e: Pull complete [2020-10-14T09:59:13.594Z] a92cc7c5fd73: Pull complete [2020-10-14T09:59:15.664Z] 4e634b169226: Verifying Checksum [2020-10-14T09:59:15.664Z] 4e634b169226: Download complete [2020-10-14T09:59:17.805Z] e871e8e8d7a9: Verifying Checksum [2020-10-14T09:59:17.805Z] e871e8e8d7a9: Download complete [2020-10-14T09:59:19.718Z] Still waiting to schedule task [2020-10-14T09:59:19.718Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2020-10-14T09:59:26.173Z] e871e8e8d7a9: Pull complete [2020-10-14T09:59:26.173Z] e73272ec9a57: Pull complete [2020-10-14T09:59:26.173Z] 1e910a182e73: Pull complete [2020-10-14T09:59:30.569Z] 4e634b169226: Pull complete [2020-10-14T09:59:30.569Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-10-14T09:59:30.569Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-10-14T09:59:30.569Z] ---> f7629b54cfaa [2020-10-14T09:59:30.569Z] 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-14T09:59:30.846Z] ---> Running in fcbbcf388c74 [2020-10-14T09:59:31.816Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-14T09:59:32.945Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-14T09:59:34.029Z] (1/12) Installing libmagic (5.38-r0) [2020-10-14T09:59:34.029Z] (2/12) Installing file (5.38-r0) [2020-10-14T09:59:34.301Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-10-14T09:59:34.301Z] (4/12) Installing g++ (9.3.0-r2) [2020-10-14T09:59:46.712Z] (5/12) Installing fortify-headers (1.1-r0) [2020-10-14T09:59:46.712Z] (6/12) Installing patch (2.7.6-r6) [2020-10-14T09:59:46.712Z] (7/12) Installing build-base (0.5-r2) [2020-10-14T09:59:46.712Z] (8/12) Installing libsodium (1.0.18-r0) [2020-10-14T09:59:46.712Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-10-14T09:59:46.712Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-10-14T09:59:46.712Z] (11/12) Installing libzmq (4.3.3-r0) [2020-10-14T09:59:46.712Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-10-14T09:59:46.712Z] Executing busybox-1.31.1-r16.trigger [2020-10-14T09:59:46.712Z] OK: 233 MiB in 51 packages [2020-10-14T09:59:48.719Z] Removing intermediate container fcbbcf388c74 [2020-10-14T09:59:48.719Z] ---> 61873a57918b [2020-10-14T09:59:48.719Z] Step 4/7 : WORKDIR /edgex-go [2020-10-14T09:59:49.025Z] ---> Running in 50c92494868a [2020-10-14T09:59:49.025Z] Removing intermediate container 50c92494868a [2020-10-14T09:59:49.025Z] ---> eaff6d192f53 [2020-10-14T09:59:49.025Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-10-14T09:59:49.640Z] latest: Pulling from library/docker [2020-10-14T09:59:49.930Z] df20fa9351a1: Already exists [2020-10-14T09:59:49.930Z] 25ad7478873d: Pulling fs layer [2020-10-14T09:59:49.930Z] 4684f6177b5d: Pulling fs layer [2020-10-14T09:59:49.930Z] 8ba584e970af: Pulling fs layer [2020-10-14T09:59:49.930Z] 3cdc74d2b06d: Pulling fs layer [2020-10-14T09:59:49.930Z] 4cf5a0d07c1f: Pulling fs layer [2020-10-14T09:59:49.930Z] fca0ccc462d5: Pulling fs layer [2020-10-14T09:59:49.930Z] 3cdc74d2b06d: Waiting [2020-10-14T09:59:49.930Z] 4cf5a0d07c1f: Waiting [2020-10-14T09:59:49.930Z] fca0ccc462d5: Waiting [2020-10-14T09:59:49.930Z] 4684f6177b5d: Verifying Checksum [2020-10-14T09:59:49.930Z] 4684f6177b5d: Download complete [2020-10-14T09:59:50.390Z] 3cdc74d2b06d: Verifying Checksum [2020-10-14T09:59:50.390Z] 3cdc74d2b06d: Download complete [2020-10-14T09:59:50.390Z] 25ad7478873d: Pull complete [2020-10-14T09:59:50.390Z] fca0ccc462d5: Verifying Checksum [2020-10-14T09:59:50.390Z] fca0ccc462d5: Download complete [2020-10-14T09:59:50.671Z] 4cf5a0d07c1f: Verifying Checksum [2020-10-14T09:59:50.671Z] 4cf5a0d07c1f: Download complete [2020-10-14T09:59:50.671Z] 4684f6177b5d: Pull complete [2020-10-14T09:59:51.814Z] 8ba584e970af: Verifying Checksum [2020-10-14T09:59:51.814Z] 8ba584e970af: Download complete [2020-10-14T09:59:56.285Z] 8ba584e970af: Pull complete [2020-10-14T09:59:56.553Z] 3cdc74d2b06d: Pull complete [2020-10-14T09:59:56.553Z] 4cf5a0d07c1f: Pull complete [2020-10-14T09:59:56.822Z] fca0ccc462d5: Pull complete [2020-10-14T09:59:56.822Z] Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 [2020-10-14T09:59:56.822Z] Status: Downloaded newer image for docker:latest [2020-10-14T09:59:58.786Z] ---> de7ec44fae3d [2020-10-14T09:59:58.786Z] Step 6/7 : COPY go.mod . [2020-10-14T09:59:59.061Z] ---> 571d45c19dba [2020-10-14T09:59:59.061Z] Step 7/7 : RUN go mod download [2020-10-14T09:59:59.061Z] ---> Running in 2fea43500e80 [2020-10-14T10:00:21.476Z] Removing intermediate container 2fea43500e80 [2020-10-14T10:00:21.476Z] ---> 41141af15836 [2020-10-14T10:00:21.476Z] Successfully built 41141af15836 [2020-10-14T10:00:21.476Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:00:21.812Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-14T10:00:21.812Z] . [Pipeline] withDockerContainer [2020-10-14T10:00:21.961Z] prd-centos7-docker-4c-2g-5378 does not seem to be running inside a container [2020-10-14T10:00:22.035Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/188 -v /w/workspace/edgex-go/188:/w/workspace/edgex-go/188:rw,z -v /w/workspace/edgex-go/188@tmp:/w/workspace/edgex-go/188@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-14T10:00:23.128Z] $ docker top 615b13274a9f734d693d0a0870517cec514c41c96612174be2dc0b6905992852 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-14T10:00:23.815Z] + go version [2020-10-14T10:00:23.816Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-10-14T10:00:23.835Z] $ docker stop --time=1 615b13274a9f734d693d0a0870517cec514c41c96612174be2dc0b6905992852 [2020-10-14T10:00:25.284Z] $ docker rm -f 615b13274a9f734d693d0a0870517cec514c41c96612174be2dc0b6905992852 [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-14T10:00:27.085Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-14T10:00:27.085Z] [2020-10-14T10:00:27.085Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:00:27.475Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-14T10:00:27.475Z] latest: Pulling from edgex-devops/edgex-compose [2020-10-14T10:00:27.475Z] cbdbe7a5bc2a: Pulling fs layer [2020-10-14T10:00:27.475Z] ca9280d653b3: Pulling fs layer [2020-10-14T10:00:27.475Z] 7e9c9ca2126c: Pulling fs layer [2020-10-14T10:00:27.753Z] cbdbe7a5bc2a: Download complete [2020-10-14T10:00:28.364Z] cbdbe7a5bc2a: Pull complete [2020-10-14T10:00:28.364Z] ca9280d653b3: Verifying Checksum [2020-10-14T10:00:28.364Z] ca9280d653b3: Download complete [2020-10-14T10:00:31.042Z] ca9280d653b3: Pull complete [2020-10-14T10:00:32.039Z] 7e9c9ca2126c: Verifying Checksum [2020-10-14T10:00:32.039Z] 7e9c9ca2126c: Download complete [2020-10-14T10:00:42.249Z] 7e9c9ca2126c: Pull complete [2020-10-14T10:00:42.249Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-10-14T10:00:42.249Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-14T10:00:42.249Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-10-14T10:00:42.449Z] prd-centos7-docker-4c-2g-5378 does not seem to be running inside a container [2020-10-14T10:00:42.647Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/188 -v /w/workspace/edgex-go/188:/w/workspace/edgex-go/188:rw,z -v /w/workspace/edgex-go/188@tmp:/w/workspace/edgex-go/188@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-14T10:00:43.995Z] $ docker top c784021788012179bc6e912130cafa91ca9d051376a8935125add7ee9b9fde3a -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-14T10:00:44.588Z] + docker-compose build --help [2020-10-14T10:00:44.588Z] + grep parallel [2020-10-14T10:00:45.990Z] --parallel Build images in parallel. [Pipeline] } [2020-10-14T10:00:46.008Z] $ docker stop --time=1 c784021788012179bc6e912130cafa91ca9d051376a8935125add7ee9b9fde3a [2020-10-14T10:00:47.437Z] $ docker rm -f c784021788012179bc6e912130cafa91ca9d051376a8935125add7ee9b9fde3a [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:00:48.186Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-14T10:00:48.186Z] . [Pipeline] withDockerContainer [2020-10-14T10:00:48.344Z] prd-centos7-docker-4c-2g-5378 does not seem to be running inside a container [2020-10-14T10:00:48.496Z] $ 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/188 -v /w/workspace/edgex-go/188:/w/workspace/edgex-go/188:rw,z -v /w/workspace/edgex-go/188@tmp:/w/workspace/edgex-go/188@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-14T10:00:49.399Z] $ docker top 5c9c90182e93e8120672e02c78bf4b4526e406dff2b9494899b009525e3bc27d -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-14T10:00:49.969Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-10-14T10:00:51.420Z] Building docker-core-command-go ... [2020-10-14T10:00:51.420Z] Building docker-core-data-go ... [2020-10-14T10:00:51.420Z] Building docker-core-metadata-go ... [2020-10-14T10:00:51.420Z] Building docker-security-proxy-setup-go ... [2020-10-14T10:00:51.420Z] Building docker-security-secrets-setup-go ... [2020-10-14T10:00:51.420Z] Building docker-security-secretstore-setup-go ... [2020-10-14T10:00:51.420Z] Building docker-support-logging-go ... [2020-10-14T10:00:51.420Z] Building docker-support-notifications-go ... [2020-10-14T10:00:51.420Z] Building docker-support-scheduler-go ... [2020-10-14T10:00:51.420Z] Building docker-sys-mgmt-agent-go ... [2020-10-14T10:00:51.420Z] Building docker-core-data-go [2020-10-14T10:00:51.420Z] Building docker-security-secretstore-setup-go [2020-10-14T10:00:51.420Z] Building docker-support-notifications-go [2020-10-14T10:00:51.420Z] Building docker-support-scheduler-go [2020-10-14T10:00:51.420Z] Building docker-security-secrets-setup-go [2020-10-14T10:01:25.700Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-14T10:01:25.700Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-10-14T10:01:25.700Z] ---> 41141af15836 [2020-10-14T10:01:25.700Z] Step 3/29 : WORKDIR /edgex-go [2020-10-14T10:01:25.700Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-14T10:01:25.700Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-10-14T10:01:25.700Z] ---> 41141af15836 [2020-10-14T10:01:25.700Z] Step 3/26 : WORKDIR /edgex-go [2020-10-14T10:01:25.700Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-14T10:01:25.700Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-10-14T10:01:25.700Z] ---> 41141af15836 [2020-10-14T10:01:25.700Z] Step 3/24 : WORKDIR /edgex-go [2020-10-14T10:01:25.976Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-14T10:01:25.976Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-10-14T10:01:25.976Z] ---> 41141af15836 [2020-10-14T10:01:25.976Z] Step 3/21 : WORKDIR /edgex-go [2020-10-14T10:01:25.976Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-14T10:01:25.976Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-10-14T10:01:25.976Z] ---> 41141af15836 [2020-10-14T10:01:25.976Z] Step 3/23 : WORKDIR /edgex-go [2020-10-14T10:01:26.634Z] ---> Running in 43543ab3fbb8 [2020-10-14T10:01:26.634Z] ---> Running in fccd48796fe0 [2020-10-14T10:01:26.634Z] ---> Running in 435a5f595182 [2020-10-14T10:01:26.634Z] ---> Running in aea6a4cbc2d8 [2020-10-14T10:01:26.634Z] ---> Running in 308e804f36f7 [2020-10-14T10:01:27.276Z] Removing intermediate container 43543ab3fbb8 [2020-10-14T10:01:27.276Z] ---> 39867cc4692a [2020-10-14T10:01:27.276Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-14T10:01:27.276Z] Removing intermediate container 308e804f36f7 [2020-10-14T10:01:27.276Z] ---> 0e52259e85d1 [2020-10-14T10:01:27.276Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-14T10:01:27.276Z] Removing intermediate container aea6a4cbc2d8 [2020-10-14T10:01:27.276Z] ---> 5a183a43cbdd [2020-10-14T10:01:27.276Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-14T10:01:27.276Z] Removing intermediate container 435a5f595182 [2020-10-14T10:01:27.276Z] ---> 50537543e8c8 [2020-10-14T10:01:27.276Z] Step 4/29 : RUN apk update && apk add make git [2020-10-14T10:01:27.276Z] Removing intermediate container fccd48796fe0 [2020-10-14T10:01:27.276Z] ---> 962289eda48b [2020-10-14T10:01:27.276Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-14T10:01:27.560Z] ---> Running in 863a6974bf82 [2020-10-14T10:01:27.560Z] ---> Running in f533dfc06d4f [2020-10-14T10:01:27.560Z] ---> Running in 7129ab1b3e67 [2020-10-14T10:01:27.561Z] ---> Running in 05d4f52a8184 [2020-10-14T10:01:27.561Z] ---> Running in 3b40a8952ca0 [2020-10-14T10:01:29.653Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-14T10:01:30.011Z] Removing intermediate container 7129ab1b3e67 [2020-10-14T10:01:30.011Z] ---> 4019cfe98396 [2020-10-14T10:01:30.011Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-10-14T10:01:30.011Z] Removing intermediate container f533dfc06d4f [2020-10-14T10:01:30.011Z] ---> c76195e1d05c [2020-10-14T10:01:30.011Z] Step 5/21 : RUN apk update && apk add make git [2020-10-14T10:01:30.379Z] Removing intermediate container 3b40a8952ca0 [2020-10-14T10:01:30.379Z] ---> 80fa296c8a86 [2020-10-14T10:01:30.379Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-10-14T10:01:30.379Z] ---> Running in c2c86fc1aa3b [2020-10-14T10:01:30.379Z] ---> Running in 311b77da8015 [2020-10-14T10:01:30.379Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-14T10:01:30.379Z] ---> Running in ddae6b89f8d3 [2020-10-14T10:01:30.745Z] Removing intermediate container 863a6974bf82 [2020-10-14T10:01:30.745Z] ---> 7f863d77178f [2020-10-14T10:01:30.745Z] Step 5/26 : RUN apk update && apk add make git [2020-10-14T10:01:30.745Z] ---> Running in 81cac9428c81 [2020-10-14T10:01:31.398Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-14T10:01:31.692Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-14T10:01:31.692Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-14T10:01:31.692Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-14T10:01:32.852Z] v3.12.0-404-gbea7f0d322 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-14T10:01:32.852Z] v3.12.0-403-g4c3b3b977d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-14T10:01:32.852Z] OK: 12752 distinct packages available [2020-10-14T10:01:32.852Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-14T10:01:32.852Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-14T10:01:32.852Z] OK: 233 MiB in 51 packages [2020-10-14T10:01:33.148Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-14T10:01:33.148Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-14T10:01:33.903Z] Removing intermediate container 05d4f52a8184 [2020-10-14T10:01:33.903Z] ---> a03496d02ffb [2020-10-14T10:01:33.903Z] Step 5/29 : COPY go.mod . [2020-10-14T10:01:33.903Z] v3.12.0-404-gbea7f0d322 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-14T10:01:33.903Z] v3.12.0-403-g4c3b3b977d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-14T10:01:33.903Z] OK: 12752 distinct packages available [2020-10-14T10:01:34.257Z] OK: 233 MiB in 51 packages [2020-10-14T10:01:34.257Z] ---> f0ba1c39a2f3 [2020-10-14T10:01:34.257Z] Step 6/29 : RUN go mod download [2020-10-14T10:01:34.632Z] ---> Running in 737a74f3d2ae [2020-10-14T10:01:34.632Z] v3.12.0-404-gbea7f0d322 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-14T10:01:34.632Z] v3.12.0-403-g4c3b3b977d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-14T10:01:34.632Z] OK: 12752 distinct packages available [2020-10-14T10:01:34.632Z] v3.12.0-404-gbea7f0d322 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-14T10:01:34.632Z] v3.12.0-403-g4c3b3b977d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-14T10:01:34.632Z] OK: 12752 distinct packages available [2020-10-14T10:01:34.632Z] v3.12.0-404-gbea7f0d322 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-14T10:01:34.632Z] v3.12.0-403-g4c3b3b977d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-14T10:01:34.632Z] OK: 12752 distinct packages available [2020-10-14T10:01:35.001Z] OK: 233 MiB in 51 packages [2020-10-14T10:01:35.327Z] OK: 233 MiB in 51 packages [2020-10-14T10:01:35.327Z] OK: 233 MiB in 51 packages [2020-10-14T10:01:36.465Z] Removing intermediate container 311b77da8015 [2020-10-14T10:01:36.465Z] ---> da5ba570d284 [2020-10-14T10:01:36.465Z] Step 6/21 : COPY go.mod . [2020-10-14T10:01:37.271Z] ---> 0616849b1b9c [2020-10-14T10:01:37.271Z] Step 7/21 : RUN go mod download [2020-10-14T10:01:37.271Z] ---> Running in 6e07d3d58a58 [2020-10-14T10:01:37.271Z] Removing intermediate container c2c86fc1aa3b [2020-10-14T10:01:37.271Z] ---> 24094a0bfbca [2020-10-14T10:01:37.271Z] Step 6/23 : COPY go.mod . [2020-10-14T10:01:37.271Z] Removing intermediate container ddae6b89f8d3 [2020-10-14T10:01:37.271Z] ---> 56d15f5a12fe [2020-10-14T10:01:37.271Z] Step 6/24 : COPY go.mod . [2020-10-14T10:01:37.620Z] Removing intermediate container 81cac9428c81 [2020-10-14T10:01:37.620Z] ---> 6ab3fd653f2c [2020-10-14T10:01:37.620Z] Step 6/26 : COPY go.mod . [2020-10-14T10:01:37.978Z] ---> ae980dcb2e25 [2020-10-14T10:01:37.978Z] Step 7/24 : RUN go mod download [2020-10-14T10:01:37.978Z] ---> df7f7a1aa6f2 [2020-10-14T10:01:37.978Z] Step 7/23 : RUN go mod download [2020-10-14T10:01:37.978Z] ---> Running in 25a2258fd4b3 [2020-10-14T10:01:37.978Z] ---> f44e1235a0ce [2020-10-14T10:01:37.978Z] Step 7/26 : RUN go mod download [2020-10-14T10:01:37.978Z] ---> Running in e8066c93ebe8 [2020-10-14T10:01:38.277Z] ---> Running in 9c8a3634124d [2020-10-14T10:01:39.287Z] Removing intermediate container 737a74f3d2ae [2020-10-14T10:01:39.287Z] ---> c3062d230023 [2020-10-14T10:01:39.287Z] Step 7/29 : COPY . . [2020-10-14T10:01:39.287Z] Removing intermediate container 6e07d3d58a58 [2020-10-14T10:01:39.287Z] ---> babeb23bcee1 [2020-10-14T10:01:39.287Z] Step 8/21 : COPY . . [2020-10-14T10:01:44.971Z] Removing intermediate container 25a2258fd4b3 [2020-10-14T10:01:44.972Z] ---> 51ba65e2c51e [2020-10-14T10:01:44.972Z] Step 8/23 : COPY . . [2020-10-14T10:01:47.114Z] Removing intermediate container e8066c93ebe8 [2020-10-14T10:01:47.114Z] ---> f72f5f4e21bd [2020-10-14T10:01:47.114Z] Step 8/24 : COPY . . [2020-10-14T10:01:48.652Z] Removing intermediate container 9c8a3634124d [2020-10-14T10:01:48.652Z] ---> 3e56e33f5a2e [2020-10-14T10:01:48.652Z] Step 8/26 : COPY . . [2020-10-14T10:02:15.983Z] ---> ada638140015 [2020-10-14T10:02:15.984Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-10-14T10:02:15.984Z] ---> 9d04db6314e1 [2020-10-14T10:02:15.984Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-10-14T10:02:16.978Z] ---> Running in 2bbb92841301 [2020-10-14T10:02:16.978Z] ---> Running in eef204c765e1 [2020-10-14T10:02:18.957Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.73" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-10-14T10:02:18.957Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.73" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-10-14T10:02:19.244Z] ---> 4f99cf12adcb [2020-10-14T10:02:19.244Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-10-14T10:02:19.864Z] ---> Running in 0998dad82766 [2020-10-14T10:02:19.864Z] ---> e7b554e7230b [2020-10-14T10:02:19.864Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-10-14T10:02:20.142Z] ---> 418a61d70a33 [2020-10-14T10:02:20.142Z] 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-14T10:02:20.142Z] ---> Running in f8ea5da59281 [2020-10-14T10:02:20.142Z] ---> Running in a2c411ba33da [2020-10-14T10:02:20.739Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.73" -o cmd/core-data/core-data ./cmd/core-data [2020-10-14T10:02:21.367Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.73" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-10-14T10:02:21.367Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.73" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-10-14T10:03:00.633Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.73" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-10-14T10:03:03.850Z] Removing intermediate container 2bbb92841301 [2020-10-14T10:03:03.850Z] ---> 3dab0d8087be [2020-10-14T10:03:03.850Z] [2020-10-14T10:03:03.850Z] Step 9/29 : FROM alpine:latest [2020-10-14T10:03:04.179Z] latest: Pulling from library/alpine [2020-10-14T10:03:04.930Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-10-14T10:03:04.930Z] Status: Downloaded newer image for alpine:latest [2020-10-14T10:03:04.930Z] ---> a24bb4013296 [2020-10-14T10:03:04.930Z] 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-14T10:03:05.273Z] ---> Running in 9736eaa157b5 [2020-10-14T10:03:06.023Z] Removing intermediate container 9736eaa157b5 [2020-10-14T10:03:06.024Z] ---> fbd052ed6040 [2020-10-14T10:03:06.024Z] Step 11/29 : USER root [2020-10-14T10:03:06.024Z] ---> Running in a5c899cf6744 [2020-10-14T10:03:06.765Z] Removing intermediate container a5c899cf6744 [2020-10-14T10:03:06.765Z] ---> 469505ac5b5e [2020-10-14T10:03:06.765Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-10-14T10:03:06.765Z] ---> Running in 0d842fccbe3e [2020-10-14T10:03:08.617Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-14T10:03:08.617Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-14T10:03:09.880Z] v3.12.0-404-gbea7f0d322 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-14T10:03:09.880Z] v3.12.0-403-g4c3b3b977d [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-14T10:03:09.880Z] OK: 12750 distinct packages available [2020-10-14T10:03:10.238Z] (1/2) Installing ca-certificates (20191127-r4) [2020-10-14T10:03:10.238Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-10-14T10:03:10.238Z] Executing busybox-1.31.1-r16.trigger [2020-10-14T10:03:10.238Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.73" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-10-14T10:03:10.238Z] Executing ca-certificates-20191127-r4.trigger [2020-10-14T10:03:10.713Z] OK: 6 MiB in 16 packages [2020-10-14T10:03:15.116Z] Removing intermediate container eef204c765e1 [2020-10-14T10:03:15.116Z] ---> 9c19e248648c [2020-10-14T10:03:15.116Z] [2020-10-14T10:03:15.116Z] Step 10/21 : FROM scratch [2020-10-14T10:03:15.116Z] ---> [2020-10-14T10:03:15.116Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-14T10:03:15.713Z] Removing intermediate container 0d842fccbe3e [2020-10-14T10:03:15.713Z] ---> 071e2f23927e [2020-10-14T10:03:15.713Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-10-14T10:03:15.713Z] ---> Running in bfb222165bf6 [2020-10-14T10:03:15.713Z] ---> Running in ab90078b269e [2020-10-14T10:03:15.713Z] Removing intermediate container f8ea5da59281 [2020-10-14T10:03:15.713Z] ---> 476e131ab7a2 [2020-10-14T10:03:15.713Z] [2020-10-14T10:03:15.713Z] Step 10/24 : FROM scratch [2020-10-14T10:03:15.713Z] ---> [2020-10-14T10:03:15.713Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-14T10:03:16.009Z] ---> Running in 4ba3e088f203 [2020-10-14T10:03:16.299Z] Removing intermediate container bfb222165bf6 [2020-10-14T10:03:16.299Z] ---> f307093337ad [2020-10-14T10:03:16.299Z] Step 12/21 : ENV APP_PORT=48085 [2020-10-14T10:03:16.888Z] Removing intermediate container ab90078b269e [2020-10-14T10:03:16.888Z] ---> 6a2b3026a53b [2020-10-14T10:03:16.888Z] Step 14/29 : WORKDIR $BASE_DIR [2020-10-14T10:03:17.244Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-5381 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2020-10-14T10:03:17.303Z] Running in /w/workspace/edgex-go/188 [Pipeline] { [Pipeline] checkout [2020-10-14T10:03:17.535Z] ---> Running in 4eb11fe4e283 [2020-10-14T10:03:17.535Z] Removing intermediate container 4ba3e088f203 [2020-10-14T10:03:17.535Z] ---> 678eb7caa93b [2020-10-14T10:03:17.535Z] Step 12/24 : ENV APP_PORT=48060 [2020-10-14T10:03:17.816Z] ---> Running in fdcf11ded3ad [2020-10-14T10:03:17.816Z] ---> Running in 7fe95aac46ab [2020-10-14T10:03:18.405Z] Removing intermediate container a2c411ba33da [2020-10-14T10:03:18.405Z] ---> 182f75f36e5b [2020-10-14T10:03:18.405Z] [2020-10-14T10:03:18.405Z] Step 10/26 : FROM alpine:3.10 [2020-10-14T10:03:18.405Z] Removing intermediate container 4eb11fe4e283 [2020-10-14T10:03:18.405Z] ---> 40b6f7d839a7 [2020-10-14T10:03:18.405Z] Step 13/21 : EXPOSE $APP_PORT [2020-10-14T10:03:18.405Z] ---> Running in 512c34d1824e [2020-10-14T10:03:18.405Z] Removing intermediate container fdcf11ded3ad [2020-10-14T10:03:18.405Z] ---> 14b9b2529bdb [2020-10-14T10:03:18.406Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-14T10:03:18.677Z] Removing intermediate container 7fe95aac46ab [2020-10-14T10:03:18.677Z] ---> b70db7ad6c45 [2020-10-14T10:03:18.677Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-10-14T10:03:18.677Z] ---> Running in ae5dae02ccca [2020-10-14T10:03:18.677Z] ---> Running in e027733ca92b [2020-10-14T10:03:18.677Z] 3.10: Pulling from library/alpine [2020-10-14T10:03:18.957Z] Removing intermediate container 512c34d1824e [2020-10-14T10:03:18.957Z] ---> ade55a767b53 [2020-10-14T10:03:18.957Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-10-14T10:03:18.958Z] Removing intermediate container ae5dae02ccca [2020-10-14T10:03:18.958Z] ---> b337a6caf0ff [2020-10-14T10:03:18.958Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-10-14T10:03:19.552Z] ---> e258b56e2e35 [2020-10-14T10:03:19.552Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-10-14T10:03:19.827Z] ---> b252b8019d5d [2020-10-14T10:03:19.827Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-10-14T10:03:20.098Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-10-14T10:03:20.098Z] Status: Downloaded newer image for alpine:3.10 [2020-10-14T10:03:20.098Z] ---> be4e4bea2c2e [2020-10-14T10:03:20.098Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-10-14T10:03:22.120Z] ---> Running in b2d7a1637be8 [2020-10-14T10:03:22.504Z] using credential edgex-jenkins-ssh [2020-10-14T10:03:22.560Z] Cloning the remote Git repository [2020-10-14T10:03:23.092Z] ---> 0472dacd8583 [2020-10-14T10:03:23.092Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-10-14T10:03:23.092Z] ---> 309844b595ad [2020-10-14T10:03:23.092Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-10-14T10:03:23.378Z] Removing intermediate container e027733ca92b [2020-10-14T10:03:23.378Z] ---> d93da53e3bb7 [2020-10-14T10:03:23.378Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-10-14T10:03:23.378Z] Removing intermediate container 0998dad82766 [2020-10-14T10:03:23.378Z] ---> 9358187557a2 [2020-10-14T10:03:23.378Z] [2020-10-14T10:03:23.378Z] Step 10/23 : FROM alpine [2020-10-14T10:03:23.378Z] ---> a24bb4013296 [2020-10-14T10:03:23.378Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-14T10:03:23.701Z] ---> 2f4ac5294e3d [2020-10-14T10:03:23.702Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-10-14T10:03:23.702Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-10-14T10:03:23.702Z] ---> Running in 40ecd759e2c9 [2020-10-14T10:03:22.616Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-10-14T10:03:22.738Z] > git init /w/workspace/edgex-go/188 # timeout=10 [2020-10-14T10:03:22.802Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-14T10:03:22.803Z] > git --version # timeout=10 [2020-10-14T10:03:22.838Z] > git --version # 'git version 2.17.1' [2020-10-14T10:03:22.840Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-14T10:03:22.889Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-14T10:03:23.977Z] ---> Running in 25b370c7787e [2020-10-14T10:03:23.977Z] ---> 25dbdc2f9c4b [2020-10-14T10:03:23.977Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-10-14T10:03:23.977Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-10-14T10:03:23.977Z] ---> ed4b83101bfe [2020-10-14T10:03:23.977Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-10-14T10:03:24.247Z] Removing intermediate container 40ecd759e2c9 [2020-10-14T10:03:24.247Z] ---> 850f259c2f35 [2020-10-14T10:03:24.247Z] Step 12/23 : ENV APP_PORT=48080 [2020-10-14T10:03:24.247Z] Removing intermediate container 25b370c7787e [2020-10-14T10:03:24.247Z] ---> 86403c2fd0c2 [2020-10-14T10:03:24.247Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-14T10:03:24.247Z] v3.10.5-99-g0bd09295e6 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-10-14T10:03:24.247Z] v3.10.5-98-g584c0fff37 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-10-14T10:03:24.247Z] OK: 10346 distinct packages available [2020-10-14T10:03:24.247Z] ---> Running in a0366b1827b6 [2020-10-14T10:03:24.247Z] ---> Running in 77c87c0d8098 [2020-10-14T10:03:24.537Z] ---> 3bb4accae7cd [2020-10-14T10:03:24.537Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-10-14T10:03:24.537Z] (1/5) Installing ca-certificates (20191127-r2) [2020-10-14T10:03:24.537Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-10-14T10:03:24.537Z] (3/5) Installing libcurl (7.66.0-r1) [2020-10-14T10:03:24.537Z] (4/5) Installing curl (7.66.0-r1) [2020-10-14T10:03:24.537Z] ---> 892b1dfb0801 [2020-10-14T10:03:24.537Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-10-14T10:03:24.537Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-10-14T10:03:24.537Z] Executing busybox-1.30.1-r3.trigger [2020-10-14T10:03:24.815Z] Executing ca-certificates-20191127-r2.trigger [2020-10-14T10:03:24.815Z] OK: 7 MiB in 19 packages [2020-10-14T10:03:24.815Z] Removing intermediate container 77c87c0d8098 [2020-10-14T10:03:24.815Z] ---> 269db002efa7 [2020-10-14T10:03:24.815Z] Step 19/21 : LABEL arch=x86_64 [2020-10-14T10:03:24.815Z] Removing intermediate container a0366b1827b6 [2020-10-14T10:03:24.815Z] ---> 8116ecd3112a [2020-10-14T10:03:24.815Z] Step 13/23 : EXPOSE $APP_PORT [2020-10-14T10:03:25.122Z] ---> Running in 5e1c3f225794 [2020-10-14T10:03:25.122Z] ---> Running in 071896286a0f [2020-10-14T10:03:25.122Z] ---> 1c30ecdf0533 [2020-10-14T10:03:25.122Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-10-14T10:03:25.772Z] ---> c8a817dd75db [2020-10-14T10:03:25.772Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-10-14T10:03:25.772Z] Removing intermediate container 5e1c3f225794 [2020-10-14T10:03:25.772Z] ---> 53fb35e6e91a [2020-10-14T10:03:25.772Z] Step 20/21 : LABEL git_sha=75437401aaf0e0f587015af03db21405a724386e [2020-10-14T10:03:26.773Z] Removing intermediate container 071896286a0f [2020-10-14T10:03:26.773Z] ---> af80b7e57ddd [2020-10-14T10:03:26.773Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-14T10:03:26.773Z] ---> 818063d05070 [2020-10-14T10:03:26.773Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-10-14T10:03:26.773Z] ---> Running in 708d8de19ac5 [2020-10-14T10:03:26.773Z] ---> Running in 6953f650f01b [2020-10-14T10:03:26.773Z] Removing intermediate container b2d7a1637be8 [2020-10-14T10:03:26.773Z] ---> 9e0e5769d1ed [2020-10-14T10:03:26.773Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-14T10:03:26.773Z] ---> cce7618c2ba2 [2020-10-14T10:03:26.773Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-10-14T10:03:27.054Z] ---> Running in b3d2c21c9e6d [2020-10-14T10:03:27.054Z] ---> Running in cd5ffb4e01a6 [2020-10-14T10:03:27.321Z] Removing intermediate container 708d8de19ac5 [2020-10-14T10:03:27.321Z] ---> 85fa48c59068 [2020-10-14T10:03:27.321Z] Step 21/21 : LABEL version=1.2.2-dev.73 [2020-10-14T10:03:27.321Z] ---> 3115bc5ef5dd [2020-10-14T10:03:27.321Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-10-14T10:03:27.321Z] ---> Running in a90f839e76fc [2020-10-14T10:03:27.596Z] Removing intermediate container cd5ffb4e01a6 [2020-10-14T10:03:27.596Z] ---> 080a388c2d46 [2020-10-14T10:03:27.596Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-14T10:03:27.596Z] Removing intermediate container b3d2c21c9e6d [2020-10-14T10:03:27.596Z] ---> d680be817dc1 [2020-10-14T10:03:27.596Z] Step 13/26 : WORKDIR / [2020-10-14T10:03:27.596Z] ---> Running in ca01696d2364 [2020-10-14T10:03:27.596Z] ---> Running in b999ec43a67e [2020-10-14T10:03:27.882Z] ---> Running in abcc91956b34 [2020-10-14T10:03:27.882Z] Removing intermediate container a90f839e76fc [2020-10-14T10:03:27.882Z] ---> 69abc2434e60 [2020-10-14T10:03:27.882Z] [2020-10-14T10:03:28.166Z] Removing intermediate container b999ec43a67e [2020-10-14T10:03:28.166Z] ---> 31c65972a731 [2020-10-14T10:03:28.166Z] Step 22/24 : LABEL arch=x86_64 [2020-10-14T10:03:28.519Z] Successfully built 69abc2434e60 [2020-10-14T10:03:28.519Z] Successfully tagged docker-support-scheduler-go:latest [2020-10-14T10:03:28.519Z]  Building docker-support-scheduler-go ... done Building docker-security-proxy-setup-go [2020-10-14T10:03:28.519Z] ---> Running in e8e409480ef3 [2020-10-14T10:03:28.813Z] Removing intermediate container abcc91956b34 [2020-10-14T10:03:28.813Z] ---> 669e93ae36a1 [2020-10-14T10:03:28.813Z] 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-14T10:03:28.813Z] Removing intermediate container 6953f650f01b [2020-10-14T10:03:28.813Z] ---> 415f1cbe2c95 [2020-10-14T10:03:28.813Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-10-14T10:03:29.091Z] Removing intermediate container e8e409480ef3 [2020-10-14T10:03:29.091Z] ---> 9829eb1d9dec [2020-10-14T10:03:29.091Z] Step 23/24 : LABEL git_sha=75437401aaf0e0f587015af03db21405a724386e [2020-10-14T10:03:29.091Z] ---> Running in 95c28782e570 [2020-10-14T10:03:29.373Z] ---> Running in e04a52dab2d4 [2020-10-14T10:03:29.373Z] ---> d1fb8058e230 [2020-10-14T10:03:29.373Z] 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-14T10:03:30.061Z] Removing intermediate container ca01696d2364 [2020-10-14T10:03:30.061Z] ---> cc40279556b3 [2020-10-14T10:03:30.061Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-10-14T10:03:30.061Z] Removing intermediate container e04a52dab2d4 [2020-10-14T10:03:30.061Z] ---> ca01f0f3c929 [2020-10-14T10:03:30.061Z] Step 24/24 : LABEL version=1.2.2-dev.73 [2020-10-14T10:03:30.363Z] ---> 7c76e4441f16 [2020-10-14T10:03:30.363Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-10-14T10:03:30.363Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-14T10:03:31.882Z] ---> Running in 6e51028e1f9c [2020-10-14T10:03:32.180Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-14T10:03:32.450Z] ---> f1dc766d2cc4 [2020-10-14T10:03:32.450Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-10-14T10:03:32.450Z] ---> ef3d9e7428ca [2020-10-14T10:03:32.450Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-14T10:03:32.723Z] ---> Running in a1632b8de00a [2020-10-14T10:03:32.723Z] Removing intermediate container 6e51028e1f9c [2020-10-14T10:03:32.723Z] ---> ba4644c4ecad [2020-10-14T10:03:32.723Z] [2020-10-14T10:03:33.004Z] Successfully built ba4644c4ecad [2020-10-14T10:03:33.279Z] Successfully tagged docker-support-notifications-go:latest [2020-10-14T10:03:33.279Z]  Building docker-support-notifications-go ... done Building docker-core-command-go [2020-10-14T10:03:33.279Z] ---> 3b204289db2f [2020-10-14T10:03:33.279Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-10-14T10:03:34.303Z] (1/5) Installing libgcc (9.3.0-r2) [2020-10-14T10:03:34.612Z] (2/5) Installing libsodium (1.0.18-r0) [2020-10-14T10:03:34.933Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-10-14T10:03:35.572Z] ---> c6a0ff4cfd37 [2020-10-14T10:03:35.572Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-10-14T10:03:35.880Z] Removing intermediate container a1632b8de00a [2020-10-14T10:03:35.880Z] ---> a9946c21f362 [2020-10-14T10:03:35.880Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-10-14T10:03:36.163Z] (4/5) Installing libzmq (4.3.3-r0) [2020-10-14T10:03:36.947Z] ---> Running in cf442b8a4908 [2020-10-14T10:03:36.947Z] (5/5) Installing zeromq (4.3.3-r0) [2020-10-14T10:03:36.947Z] Executing busybox-1.31.1-r16.trigger [2020-10-14T10:03:36.947Z] OK: 8 MiB in 19 packages [2020-10-14T10:03:37.644Z] ---> 2c032f2d0f04 [2020-10-14T10:03:37.644Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-10-14T10:03:39.188Z] ---> 22206625a69f [2020-10-14T10:03:39.188Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-10-14T10:03:39.462Z] Removing intermediate container 95c28782e570 [2020-10-14T10:03:39.462Z] ---> d3a350c53fd7 [2020-10-14T10:03:39.462Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-10-14T10:03:40.906Z] ---> 1fae1ad38d26 [2020-10-14T10:03:40.906Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-14T10:03:41.949Z] ---> ad98e5ce9121 [2020-10-14T10:03:41.949Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-10-14T10:03:41.949Z] ---> Running in b2abec19b4c5 [2020-10-14T10:03:42.994Z] Removing intermediate container cf442b8a4908 [2020-10-14T10:03:42.994Z] ---> bd0c0d5e72e2 [2020-10-14T10:03:42.994Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-10-14T10:03:43.927Z] ---> Running in 42c18e41272f [2020-10-14T10:03:44.541Z] Removing intermediate container 42c18e41272f [2020-10-14T10:03:44.541Z] ---> 51dc7a2f692d [2020-10-14T10:03:44.541Z] Step 26/29 : CMD [ "generate" ] [2020-10-14T10:03:44.541Z] ---> 29f4569a0be6 [2020-10-14T10:03:44.541Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-10-14T10:03:45.155Z] ---> Running in e31e2d159a30 [2020-10-14T10:03:46.178Z] ---> 0f3e6b3dc268 [2020-10-14T10:03:46.178Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-10-14T10:03:46.178Z] Removing intermediate container e31e2d159a30 [2020-10-14T10:03:46.178Z] ---> 6028dfd0f83b [2020-10-14T10:03:46.178Z] Step 27/29 : LABEL arch=x86_64 [2020-10-14T10:03:47.149Z] ---> Running in 3dabf3be1c82 [2020-10-14T10:03:47.413Z] ---> Running in cfb395423353 [2020-10-14T10:03:47.413Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-14T10:03:47.413Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-10-14T10:03:47.413Z] ---> 41141af15836 [2020-10-14T10:03:47.413Z] Step 3/20 : WORKDIR /edgex-go [2020-10-14T10:03:47.413Z] ---> Using cache [2020-10-14T10:03:47.413Z] ---> 962289eda48b [2020-10-14T10:03:47.413Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-14T10:03:47.413Z] ---> Using cache [2020-10-14T10:03:47.413Z] ---> 80fa296c8a86 [2020-10-14T10:03:47.413Z] Step 5/20 : RUN apk update && apk add make git [2020-10-14T10:03:48.390Z] Removing intermediate container b2abec19b4c5 [2020-10-14T10:03:48.390Z] ---> f6ac323036fe [2020-10-14T10:03:48.390Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-10-14T10:03:48.658Z] ---> Running in 240ce41ded2c [2020-10-14T10:03:48.930Z] Removing intermediate container 3dabf3be1c82 [2020-10-14T10:03:48.930Z] ---> 4785d862d064 [2020-10-14T10:03:48.930Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-14T10:03:48.930Z] ---> Running in 4bc797aa3618 [2020-10-14T10:03:48.930Z] Removing intermediate container cfb395423353 [2020-10-14T10:03:48.930Z] ---> dd156c38c639 [2020-10-14T10:03:48.930Z] Step 28/29 : LABEL git_sha=75437401aaf0e0f587015af03db21405a724386e [2020-10-14T10:03:50.381Z] ---> Running in 88c33a297c64 [2020-10-14T10:03:50.381Z] ---> Running in 3a8aea953033 [2020-10-14T10:03:50.381Z] Removing intermediate container 4bc797aa3618 [2020-10-14T10:03:50.381Z] ---> 012004b636d2 [2020-10-14T10:03:50.381Z] Step 24/26 : LABEL arch=x86_64 [2020-10-14T10:03:50.381Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-14T10:03:50.982Z] ---> Running in 5fc5fe47129d [2020-10-14T10:03:50.771Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-14T10:03:50.793Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-14T10:03:50.818Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-14T10:03:50.854Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-14T10:03:50.855Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-14T10:03:50.867Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-14T10:03:51.252Z] Removing intermediate container 3a8aea953033 [2020-10-14T10:03:51.252Z] ---> 21975f910ecf [2020-10-14T10:03:51.252Z] Step 21/23 : LABEL arch=x86_64 [2020-10-14T10:03:51.421Z] Checking out Revision 75437401aaf0e0f587015af03db21405a724386e (master) [2020-10-14T10:03:51.544Z] Removing intermediate container 88c33a297c64 [2020-10-14T10:03:51.544Z] ---> db3db6f2500c [2020-10-14T10:03:51.544Z] Step 29/29 : LABEL version=1.2.2-dev.73 [2020-10-14T10:03:51.816Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-14T10:03:51.816Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-14T10:03:51.816Z] ---> 41141af15836 [2020-10-14T10:03:51.816Z] Step 3/22 : WORKDIR /edgex-go [2020-10-14T10:03:51.816Z] ---> Using cache [2020-10-14T10:03:51.816Z] ---> 962289eda48b [2020-10-14T10:03:51.816Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-14T10:03:51.816Z] ---> Using cache [2020-10-14T10:03:51.816Z] ---> 80fa296c8a86 [2020-10-14T10:03:51.816Z] Step 5/22 : RUN apk update && apk add make git [2020-10-14T10:03:52.080Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-14T10:03:52.735Z] ---> Running in f8c835777004 [2020-10-14T10:03:52.735Z] ---> Running in 0fd96bafb919 [2020-10-14T10:03:52.735Z] ---> Running in d4b7d52f094d [2020-10-14T10:03:52.735Z] Removing intermediate container 5fc5fe47129d [2020-10-14T10:03:52.735Z] ---> 301059297949 [2020-10-14T10:03:52.735Z] Step 25/26 : LABEL git_sha=75437401aaf0e0f587015af03db21405a724386e [2020-10-14T10:03:53.030Z] ---> Running in 6077bd34e775 [2020-10-14T10:03:53.031Z] Removing intermediate container f8c835777004 [2020-10-14T10:03:53.031Z] ---> 41d8d33ee52c [2020-10-14T10:03:53.031Z] [2020-10-14T10:03:53.031Z] Removing intermediate container d4b7d52f094d [2020-10-14T10:03:53.031Z] ---> 9c3bf2cf4076 [2020-10-14T10:03:53.031Z] Step 22/23 : LABEL git_sha=75437401aaf0e0f587015af03db21405a724386e [2020-10-14T10:03:53.302Z] Successfully built 41d8d33ee52c [2020-10-14T10:03:53.302Z] ---> Running in 3d2499cc0d87 [2020-10-14T10:03:53.650Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-10-14T10:03:53.650Z]  Building docker-security-secrets-setup-go ... done Building docker-sys-mgmt-agent-go [2020-10-14T10:03:53.650Z] Removing intermediate container 6077bd34e775 [2020-10-14T10:03:53.650Z] ---> 49bfc6a440a8 [2020-10-14T10:03:53.650Z] Step 26/26 : LABEL version=1.2.2-dev.73 [2020-10-14T10:03:51.445Z] > git config core.sparsecheckout # timeout=10 [2020-10-14T10:03:51.466Z] > git checkout -f 75437401aaf0e0f587015af03db21405a724386e # timeout=10 [2020-10-14T10:03:54.059Z] ---> Running in 46d2336f1c90 [2020-10-14T10:03:54.059Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-14T10:03:54.059Z] Removing intermediate container 3d2499cc0d87 [2020-10-14T10:03:54.059Z] ---> 7c446e4d88e1 [2020-10-14T10:03:54.059Z] Step 23/23 : LABEL version=1.2.2-dev.73 [2020-10-14T10:03:54.059Z] ---> Running in 47bcdbc7018f [2020-10-14T10:03:54.380Z] Removing intermediate container 46d2336f1c90 [2020-10-14T10:03:54.380Z] ---> 480305d5f106 [2020-10-14T10:03:54.380Z] [2020-10-14T10:03:54.380Z] v3.12.0-404-gbea7f0d322 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-14T10:03:54.380Z] v3.12.0-403-g4c3b3b977d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-14T10:03:54.380Z] OK: 12752 distinct packages available [2020-10-14T10:03:54.380Z] Successfully built 480305d5f106 [2020-10-14T10:03:54.656Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-10-14T10:03:54.657Z] Building docker-support-logging-go [2020-10-14T10:03:54.657Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 47bcdbc7018f [2020-10-14T10:03:54.657Z] ---> 95f6163d9050 [2020-10-14T10:03:54.657Z] [2020-10-14T10:03:54.925Z] Successfully built 95f6163d9050 [2020-10-14T10:03:54.925Z] OK: 233 MiB in 51 packages [2020-10-14T10:03:54.925Z] Successfully tagged docker-core-data-go:latest [2020-10-14T10:03:54.925Z] Building docker-core-metadata-go [2020-10-14T10:03:55.565Z]  Building docker-core-data-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-14T10:03:56.196Z] Commit message: "Merge pull request #2787 from weichou1229/issue-2783" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [2020-10-14T10:03:57.536Z] v3.12.0-404-gbea7f0d322 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-14T10:03:57.536Z] v3.12.0-403-g4c3b3b977d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-14T10:03:57.536Z] OK: 12752 distinct packages available [2020-10-14T10:03:57.536Z] OK: 233 MiB in 51 packages [2020-10-14T10:03:59.018Z] Removing intermediate container 240ce41ded2c [2020-10-14T10:03:59.018Z] ---> 87b063a00cd0 [2020-10-14T10:03:59.018Z] Step 6/20 : COPY go.mod . [2020-10-14T10:04:01.686Z] ---> aac70f2a33a3 [2020-10-14T10:04:01.686Z] Step 7/20 : RUN go mod download [2020-10-14T10:04:01.686Z] Removing intermediate container 0fd96bafb919 [2020-10-14T10:04:01.686Z] ---> 76fdf0c8a512 [2020-10-14T10:04:01.686Z] Step 6/22 : COPY go.mod . [2020-10-14T10:04:01.686Z] ---> Running in 9ed36982f72b [2020-10-14T10:04:01.971Z] ---> 7ac7025b9f17 [2020-10-14T10:04:01.971Z] Step 7/22 : RUN go mod download [2020-10-14T10:04:01.971Z] ---> Running in 05e0523edae8 [Pipeline] echo [2020-10-14T10:04:08.795Z] ========================================================= [2020-10-14T10:04:08.795Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-10-14T10:04:08.795Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:04:09.701Z] + 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-14T10:04:11.092Z] Removing intermediate container 05e0523edae8 [2020-10-14T10:04:11.092Z] ---> c46ddd91f181 [2020-10-14T10:04:11.092Z] Step 8/22 : COPY . . [2020-10-14T10:04:11.092Z] Removing intermediate container 9ed36982f72b [2020-10-14T10:04:11.092Z] ---> 4fb8ca1180ef [2020-10-14T10:04:11.092Z] Step 8/20 : COPY . . [2020-10-14T10:04:14.030Z] Sending build context to Docker daemon 325.1MB [2020-10-14T10:04:14.030Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-14T10:04:14.030Z] Step 2/7 : FROM ${BASE} [2020-10-14T10:04:14.030Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-10-14T10:04:14.030Z] b538f80385f9: Pulling fs layer [2020-10-14T10:04:14.030Z] 74f711af9a0d: Pulling fs layer [2020-10-14T10:04:14.030Z] 99f96fe45779: Pulling fs layer [2020-10-14T10:04:14.030Z] 8529a6b9a6be: Pulling fs layer [2020-10-14T10:04:14.030Z] 45590311c82a: Pulling fs layer [2020-10-14T10:04:14.030Z] 69ca0ff8b7b3: Pulling fs layer [2020-10-14T10:04:14.030Z] 209524e5b208: Pulling fs layer [2020-10-14T10:04:14.030Z] 8529a6b9a6be: Waiting [2020-10-14T10:04:14.030Z] 45590311c82a: Waiting [2020-10-14T10:04:14.030Z] 69ca0ff8b7b3: Waiting [2020-10-14T10:04:14.030Z] 209524e5b208: Waiting [2020-10-14T10:04:14.030Z] 99f96fe45779: Verifying Checksum [2020-10-14T10:04:14.030Z] 99f96fe45779: Download complete [2020-10-14T10:04:14.308Z] 74f711af9a0d: Download complete [2020-10-14T10:04:14.308Z] 45590311c82a: Download complete [2020-10-14T10:04:14.308Z] 69ca0ff8b7b3: Verifying Checksum [2020-10-14T10:04:14.308Z] 69ca0ff8b7b3: Download complete [2020-10-14T10:04:14.584Z] b538f80385f9: Download complete [2020-10-14T10:04:15.192Z] b538f80385f9: Pull complete [2020-10-14T10:04:16.202Z] 74f711af9a0d: Pull complete [2020-10-14T10:04:16.482Z] 99f96fe45779: Pull complete [2020-10-14T10:04:17.463Z] 209524e5b208: Download complete [2020-10-14T10:04:18.448Z] 8529a6b9a6be: Verifying Checksum [2020-10-14T10:04:18.448Z] 8529a6b9a6be: Download complete [2020-10-14T10:04:21.462Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-14T10:04:21.462Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-14T10:04:21.462Z] ---> 41141af15836 [2020-10-14T10:04:21.462Z] Step 3/22 : WORKDIR /edgex-go [2020-10-14T10:04:21.462Z] ---> Using cache [2020-10-14T10:04:21.462Z] ---> 962289eda48b [2020-10-14T10:04:21.462Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-14T10:04:21.462Z] ---> Using cache [2020-10-14T10:04:21.462Z] ---> 80fa296c8a86 [2020-10-14T10:04:21.462Z] Step 5/22 : RUN apk update && apk add make git [2020-10-14T10:04:21.462Z] ---> Using cache [2020-10-14T10:04:21.462Z] ---> 76fdf0c8a512 [2020-10-14T10:04:21.462Z] Step 6/22 : COPY go.mod . [2020-10-14T10:04:21.462Z] ---> Using cache [2020-10-14T10:04:21.462Z] ---> 7ac7025b9f17 [2020-10-14T10:04:21.462Z] Step 7/22 : RUN go mod download [2020-10-14T10:04:21.462Z] ---> Using cache [2020-10-14T10:04:21.462Z] ---> c46ddd91f181 [2020-10-14T10:04:21.462Z] Step 8/22 : COPY . . [2020-10-14T10:04:21.462Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-14T10:04:21.462Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-10-14T10:04:21.462Z] ---> 41141af15836 [2020-10-14T10:04:21.462Z] Step 3/27 : WORKDIR /edgex-go [2020-10-14T10:04:21.462Z] ---> Using cache [2020-10-14T10:04:21.462Z] ---> 962289eda48b [2020-10-14T10:04:21.462Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-14T10:04:21.462Z] ---> Using cache [2020-10-14T10:04:21.462Z] ---> 80fa296c8a86 [2020-10-14T10:04:21.462Z] Step 5/27 : RUN apk update && apk add make bash git [2020-10-14T10:04:23.501Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-14T10:04:23.501Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-14T10:04:23.501Z] ---> 41141af15836 [2020-10-14T10:04:23.501Z] Step 3/22 : WORKDIR /edgex-go [2020-10-14T10:04:23.501Z] ---> Using cache [2020-10-14T10:04:23.501Z] ---> 962289eda48b [2020-10-14T10:04:23.501Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-14T10:04:23.501Z] ---> Using cache [2020-10-14T10:04:23.501Z] ---> 80fa296c8a86 [2020-10-14T10:04:23.501Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-10-14T10:04:24.169Z] ---> Running in a807d0375288 [2020-10-14T10:04:24.449Z] ---> Running in d79088ba3ca2 [2020-10-14T10:04:28.650Z] 8529a6b9a6be: Pull complete [2020-10-14T10:04:28.650Z] 45590311c82a: Pull complete [2020-10-14T10:04:28.650Z] 69ca0ff8b7b3: Pull complete [2020-10-14T10:04:28.840Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-14T10:04:28.840Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-14T10:04:30.275Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-14T10:04:30.275Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-14T10:04:31.709Z] v3.12.0-404-gbea7f0d322 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-14T10:04:31.709Z] v3.12.0-403-g4c3b3b977d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-14T10:04:31.709Z] OK: 12752 distinct packages available [2020-10-14T10:04:31.709Z] v3.12.0-404-gbea7f0d322 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-14T10:04:31.709Z] v3.12.0-403-g4c3b3b977d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-14T10:04:31.709Z] OK: 12752 distinct packages available [2020-10-14T10:04:31.990Z] OK: 233 MiB in 51 packages [2020-10-14T10:04:31.990Z] OK: 233 MiB in 51 packages [2020-10-14T10:04:32.047Z] 209524e5b208: Pull complete [2020-10-14T10:04:32.047Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-10-14T10:04:32.047Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-10-14T10:04:32.047Z] ---> 5bddaf1c2fca [2020-10-14T10:04:32.047Z] 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-14T10:04:32.616Z] OK: 233 MiB in 51 packages [2020-10-14T10:04:36.361Z] ---> Running in 6855a19dfbc6 [2020-10-14T10:04:38.225Z] Removing intermediate container d79088ba3ca2 [2020-10-14T10:04:38.225Z] ---> af919a2417fb [2020-10-14T10:04:38.225Z] Step 6/22 : COPY go.mod . [2020-10-14T10:04:38.225Z] Removing intermediate container a807d0375288 [2020-10-14T10:04:38.225Z] ---> 43633d941f51 [2020-10-14T10:04:38.225Z] Step 6/27 : COPY go.mod . [2020-10-14T10:04:38.369Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-14T10:04:38.964Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-14T10:04:40.135Z] ---> 5b4f217100d6 [2020-10-14T10:04:40.135Z] Step 7/22 : RUN go mod download [2020-10-14T10:04:40.135Z] ---> 554964020cfe [2020-10-14T10:04:40.135Z] Step 7/27 : RUN go mod download [2020-10-14T10:04:40.748Z] ---> Running in baf3f0ab582b [2020-10-14T10:04:40.748Z] ---> Running in 44195e6087a2 [2020-10-14T10:04:40.945Z] (1/12) Installing libmagic (5.38-r0) [2020-10-14T10:04:41.218Z] (2/12) Installing file (5.38-r0) [2020-10-14T10:04:41.218Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-10-14T10:04:41.218Z] (4/12) Installing g++ (9.3.0-r2) [2020-10-14T10:04:44.283Z] ---> faf6a132088a [2020-10-14T10:04:44.283Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-10-14T10:04:45.253Z] ---> c863c48a1a02 [2020-10-14T10:04:45.253Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-10-14T10:04:45.563Z] ---> Running in a14e130dd604 [2020-10-14T10:04:45.861Z] ---> Running in 0aee6febd044 [2020-10-14T10:04:45.861Z] ---> fa1d1a066551 [2020-10-14T10:04:45.861Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-10-14T10:04:46.136Z] ---> Running in 4eb43f4520a2 [2020-10-14T10:04:46.430Z] Removing intermediate container 44195e6087a2 [2020-10-14T10:04:46.430Z] ---> 1f7e92125f93 [2020-10-14T10:04:46.430Z] Step 8/27 : COPY . . [2020-10-14T10:04:46.430Z] Removing intermediate container baf3f0ab582b [2020-10-14T10:04:46.430Z] ---> 8bd8f833fb09 [2020-10-14T10:04:46.430Z] Step 8/22 : COPY . . [2020-10-14T10:04:47.434Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.73" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-10-14T10:04:47.434Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.73" -o cmd/core-command/core-command ./cmd/core-command [2020-10-14T10:04:47.434Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.73" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-10-14T10:04:59.508Z] (5/12) Installing fortify-headers (1.1-r0) [2020-10-14T10:04:59.508Z] (6/12) Installing patch (2.7.6-r6) [2020-10-14T10:04:59.508Z] (7/12) Installing build-base (0.5-r2) [2020-10-14T10:04:59.508Z] (8/12) Installing libsodium (1.0.18-r0) [2020-10-14T10:04:59.508Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-10-14T10:04:59.508Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-10-14T10:04:59.508Z] (11/12) Installing libzmq (4.3.3-r0) [2020-10-14T10:04:59.508Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-10-14T10:04:59.508Z] Executing busybox-1.31.1-r16.trigger [2020-10-14T10:04:59.508Z] OK: 217 MiB in 51 packages [2020-10-14T10:05:01.495Z] Removing intermediate container 6855a19dfbc6 [2020-10-14T10:05:01.495Z] ---> 8fc4743352ab [2020-10-14T10:05:01.495Z] Step 4/7 : WORKDIR /edgex-go [2020-10-14T10:05:01.767Z] ---> Running in 69a194d15299 [2020-10-14T10:05:02.369Z] Removing intermediate container 69a194d15299 [2020-10-14T10:05:02.369Z] ---> 8d76fed1f38f [2020-10-14T10:05:02.369Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-10-14T10:05:02.646Z] latest: Pulling from library/docker [2020-10-14T10:05:02.924Z] b538f80385f9: Already exists [2020-10-14T10:05:02.924Z] 259a493cd78d: Pulling fs layer [2020-10-14T10:05:02.924Z] b8e66b5100f5: Pulling fs layer [2020-10-14T10:05:02.924Z] 7f8258a56ab6: Pulling fs layer [2020-10-14T10:05:02.924Z] 75a0a0ebb566: Pulling fs layer [2020-10-14T10:05:02.924Z] 4a2c62f0a2a3: Pulling fs layer [2020-10-14T10:05:02.924Z] 294320357d30: Pulling fs layer [2020-10-14T10:05:02.924Z] 4a2c62f0a2a3: Waiting [2020-10-14T10:05:02.924Z] 75a0a0ebb566: Waiting [2020-10-14T10:05:02.924Z] 294320357d30: Waiting [2020-10-14T10:05:02.924Z] b8e66b5100f5: Verifying Checksum [2020-10-14T10:05:02.924Z] b8e66b5100f5: Download complete [2020-10-14T10:05:02.924Z] 259a493cd78d: Verifying Checksum [2020-10-14T10:05:02.924Z] 259a493cd78d: Download complete [2020-10-14T10:05:03.206Z] 75a0a0ebb566: Verifying Checksum [2020-10-14T10:05:03.206Z] 75a0a0ebb566: Download complete [2020-10-14T10:05:03.206Z] 4a2c62f0a2a3: Verifying Checksum [2020-10-14T10:05:03.206Z] 4a2c62f0a2a3: Download complete [2020-10-14T10:05:03.206Z] 294320357d30: Verifying Checksum [2020-10-14T10:05:03.206Z] 294320357d30: Download complete [2020-10-14T10:05:03.824Z] 259a493cd78d: Pull complete [2020-10-14T10:05:04.105Z] b8e66b5100f5: Pull complete [2020-10-14T10:05:04.398Z] 7f8258a56ab6: Verifying Checksum [2020-10-14T10:05:04.398Z] 7f8258a56ab6: Download complete [2020-10-14T10:05:07.805Z] 7f8258a56ab6: Pull complete [2020-10-14T10:05:08.078Z] 75a0a0ebb566: Pull complete [2020-10-14T10:05:08.354Z] 4a2c62f0a2a3: Pull complete [2020-10-14T10:05:08.956Z] 294320357d30: Pull complete [2020-10-14T10:05:08.956Z] Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 [2020-10-14T10:05:08.956Z] Status: Downloaded newer image for docker:latest [2020-10-14T10:05:12.365Z] ---> 6f14a8398709 [2020-10-14T10:05:12.365Z] Step 6/7 : COPY go.mod . [2020-10-14T10:05:12.962Z] ---> 40c6043caf34 [2020-10-14T10:05:12.962Z] Step 7/7 : RUN go mod download [2020-10-14T10:05:13.244Z] ---> Running in bb6af8c48643 [2020-10-14T10:05:27.209Z] ---> 8e25a0997c92 [2020-10-14T10:05:27.210Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-10-14T10:05:27.210Z] ---> 4f06e8e890f5 [2020-10-14T10:05:27.210Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-10-14T10:05:27.210Z] ---> Running in 00181702a8f9 [2020-10-14T10:05:27.210Z] ---> Running in 2f5551004aca [2020-10-14T10:05:27.210Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.73" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-10-14T10:05:27.210Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.73" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-10-14T10:05:32.174Z] Removing intermediate container a14e130dd604 [2020-10-14T10:05:32.174Z] ---> eace4cacf538 [2020-10-14T10:05:32.174Z] [2020-10-14T10:05:32.174Z] Step 10/20 : FROM alpine [2020-10-14T10:05:32.174Z] ---> a24bb4013296 [2020-10-14T10:05:32.174Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-10-14T10:05:32.174Z] ---> Running in 54a4dfeb4ab2 [2020-10-14T10:05:33.773Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-14T10:05:34.056Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-14T10:05:34.672Z] v3.12.0-404-gbea7f0d322 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-14T10:05:34.672Z] v3.12.0-403-g4c3b3b977d [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-14T10:05:34.672Z] OK: 12750 distinct packages available [2020-10-14T10:05:35.024Z] (1/4) Installing ca-certificates (20191127-r4) [2020-10-14T10:05:35.342Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-10-14T10:05:35.342Z] (3/4) Installing libcurl (7.69.1-r1) [2020-10-14T10:05:35.342Z] (4/4) Installing curl (7.69.1-r1) [2020-10-14T10:05:35.342Z] Executing busybox-1.31.1-r16.trigger [2020-10-14T10:05:35.669Z] Executing ca-certificates-20191127-r4.trigger [2020-10-14T10:05:35.669Z] OK: 7 MiB in 18 packages [2020-10-14T10:05:40.338Z] Removing intermediate container 54a4dfeb4ab2 [2020-10-14T10:05:40.338Z] ---> a7e06f658aba [2020-10-14T10:05:40.338Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-14T10:05:40.338Z] ---> Running in 6fee4d7ed929 [2020-10-14T10:05:41.469Z] Removing intermediate container 0aee6febd044 [2020-10-14T10:05:41.469Z] ---> 01096ef7fa6d [2020-10-14T10:05:41.469Z] [2020-10-14T10:05:41.469Z] Step 10/22 : FROM scratch [2020-10-14T10:05:41.469Z] ---> [2020-10-14T10:05:41.469Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-14T10:05:44.416Z] ---> Using cache [2020-10-14T10:05:44.416Z] ---> f307093337ad [2020-10-14T10:05:44.416Z] Step 12/22 : ENV APP_PORT=48082 [2020-10-14T10:05:45.509Z] ---> Running in 1ec94afdb084 [2020-10-14T10:05:45.509Z] Removing intermediate container 6fee4d7ed929 [2020-10-14T10:05:45.509Z] ---> bfa23ae4e29a [2020-10-14T10:05:45.509Z] Step 13/20 : WORKDIR /edgex [2020-10-14T10:05:45.607Z] Removing intermediate container bb6af8c48643 [2020-10-14T10:05:45.607Z] ---> d47949c1b983 [2020-10-14T10:05:45.607Z] Successfully built d47949c1b983 [2020-10-14T10:05:45.607Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:05:45.800Z] ---> Running in 164a5986ee8c [2020-10-14T10:05:46.030Z] + docker inspect -f . ci-base-image-arm64 [2020-10-14T10:05:46.030Z] . [Pipeline] withDockerContainer [2020-10-14T10:05:46.119Z] Removing intermediate container 1ec94afdb084 [2020-10-14T10:05:46.120Z] ---> cd2577e06744 [2020-10-14T10:05:46.120Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-14T10:05:46.120Z] Removing intermediate container 4eb43f4520a2 [2020-10-14T10:05:46.120Z] ---> a677dbe505f4 [2020-10-14T10:05:46.120Z] [2020-10-14T10:05:46.120Z] Step 10/22 : FROM scratch [2020-10-14T10:05:46.120Z] ---> [2020-10-14T10:05:46.120Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-14T10:05:46.120Z] ---> Using cache [2020-10-14T10:05:46.120Z] ---> f307093337ad [2020-10-14T10:05:46.120Z] Step 12/22 : ENV APP_PORT=48081 [2020-10-14T10:05:46.120Z] ---> Running in 4e97bdba0941 [2020-10-14T10:05:46.120Z] ---> Running in 1c063e058d53 [2020-10-14T10:05:46.294Z] prd-ubuntu18.04-docker-arm64-4c-16g-5381 does not seem to be running inside a container [2020-10-14T10:05:46.392Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/188 -v /w/workspace/edgex-go/188:/w/workspace/edgex-go/188:rw,z -v /w/workspace/edgex-go/188@tmp:/w/workspace/edgex-go/188@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-14T10:05:46.449Z] Removing intermediate container 164a5986ee8c [2020-10-14T10:05:46.449Z] ---> 24c3a72d15a2 [2020-10-14T10:05:46.449Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-10-14T10:05:46.798Z] Removing intermediate container 4e97bdba0941 [2020-10-14T10:05:46.798Z] ---> cb41e3a77b1c [2020-10-14T10:05:46.798Z] Step 14/22 : WORKDIR / [2020-10-14T10:05:46.798Z] ---> Running in 4f2f5283a6f9 [2020-10-14T10:05:46.798Z] Removing intermediate container 1c063e058d53 [2020-10-14T10:05:46.798Z] ---> 316647b49970 [2020-10-14T10:05:46.798Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-14T10:05:46.798Z] ---> Running in 1ec379f1506b [2020-10-14T10:05:47.171Z] ---> 0d8b8f135d58 [2020-10-14T10:05:47.171Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-10-14T10:05:47.472Z] Removing intermediate container 4f2f5283a6f9 [2020-10-14T10:05:47.472Z] ---> 247e2524879e [2020-10-14T10:05:47.472Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-10-14T10:05:47.472Z] Removing intermediate container 1ec379f1506b [2020-10-14T10:05:47.472Z] ---> df624d3bcba0 [2020-10-14T10:05:47.472Z] Step 14/22 : WORKDIR / [2020-10-14T10:05:47.780Z] ---> Running in 43256ff16711 [2020-10-14T10:05:48.446Z] $ docker top d703cc3e15f48fdf6dab2e724639d02870699b3c53fa7c8771292714a6007ff2 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-14T10:05:49.210Z] Removing intermediate container 43256ff16711 [2020-10-14T10:05:49.210Z] ---> 4ea9b16ba6f8 [2020-10-14T10:05:49.210Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-10-14T10:05:49.210Z] ---> 34158c2d0282 [2020-10-14T10:05:49.210Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-10-14T10:05:49.210Z] ---> d2b185ef1f0b [2020-10-14T10:05:49.210Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-10-14T10:05:49.722Z] ---> c66f014eb4d4 [2020-10-14T10:05:49.722Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-10-14T10:05:49.722Z] ---> Running in f4fe08f67370 [2020-10-14T10:05:49.912Z] + go version [2020-10-14T10:05:49.912Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-10-14T10:05:49.964Z] $ docker stop --time=1 d703cc3e15f48fdf6dab2e724639d02870699b3c53fa7c8771292714a6007ff2 [2020-10-14T10:05:50.376Z] Removing intermediate container f4fe08f67370 [2020-10-14T10:05:50.376Z] ---> 2db087612f23 [2020-10-14T10:05:50.376Z] Step 17/20 : CMD ["--init=true"] [2020-10-14T10:05:50.985Z] ---> Running in 4486f8f9877a [2020-10-14T10:05:50.985Z] ---> acd80024661b [2020-10-14T10:05:50.985Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-10-14T10:05:51.716Z] Removing intermediate container 4486f8f9877a [2020-10-14T10:05:51.716Z] ---> af91becd1cfa [2020-10-14T10:05:51.716Z] Step 18/20 : LABEL arch=x86_64 [2020-10-14T10:05:52.015Z] $ docker rm -f d703cc3e15f48fdf6dab2e724639d02870699b3c53fa7c8771292714a6007ff2 [2020-10-14T10:05:52.024Z] ---> 0323d3062d07 [2020-10-14T10:05:52.025Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-10-14T10:05:52.025Z] ---> Running in f315f572dbdb [2020-10-14T10:05:52.331Z] ---> 057758d93ec1 [2020-10-14T10:05:52.331Z] Step 18/22 : ENTRYPOINT ["/core-command"] [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [2020-10-14T10:05:52.629Z] ---> Running in bbb464334a33 [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [2020-10-14T10:05:52.905Z] Removing intermediate container f315f572dbdb [2020-10-14T10:05:52.905Z] ---> 6ccc7a438854 [2020-10-14T10:05:52.905Z] Step 19/20 : LABEL git_sha=75437401aaf0e0f587015af03db21405a724386e [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:05:53.185Z] ---> 39306cb60889 [2020-10-14T10:05:53.186Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-10-14T10:05:53.186Z] ---> Running in ea14683b3661 [2020-10-14T10:05:53.316Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-14T10:05:53.528Z] Removing intermediate container bbb464334a33 [2020-10-14T10:05:53.528Z] ---> ad81e7ef1eca [2020-10-14T10:05:53.528Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-14T10:05:53.589Z] [2020-10-14T10:05:53.589Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:05:53.997Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-14T10:05:54.170Z] ---> Running in 52bdd2e165d1 [2020-10-14T10:05:54.274Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-10-14T10:05:54.274Z] 29e5d40040c1: Pulling fs layer [2020-10-14T10:05:54.274Z] 1ce36da41761: Pulling fs layer [2020-10-14T10:05:54.274Z] 25b303627fd3: Pulling fs layer [2020-10-14T10:05:54.274Z] 29e5d40040c1: Verifying Checksum [2020-10-14T10:05:54.274Z] 29e5d40040c1: Download complete [2020-10-14T10:05:54.453Z] ---> Running in 29aac97e806d [2020-10-14T10:05:54.738Z] Removing intermediate container ea14683b3661 [2020-10-14T10:05:54.738Z] ---> 48552c49324c [2020-10-14T10:05:54.738Z] Step 20/20 : LABEL version=1.2.2-dev.73 [2020-10-14T10:05:54.738Z] Removing intermediate container 52bdd2e165d1 [2020-10-14T10:05:54.738Z] ---> 65e48f5ba2cc [2020-10-14T10:05:54.738Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-14T10:05:54.876Z] 1ce36da41761: Verifying Checksum [2020-10-14T10:05:54.876Z] 1ce36da41761: Download complete [2020-10-14T10:05:55.038Z] ---> Running in 3414e02034a3 [2020-10-14T10:05:55.038Z] Removing intermediate container 29aac97e806d [2020-10-14T10:05:55.038Z] ---> 18b5846f28b9 [2020-10-14T10:05:55.038Z] Step 20/22 : LABEL arch=x86_64 [2020-10-14T10:05:55.038Z] ---> Running in 9458d4bed67a [2020-10-14T10:05:55.155Z] 29e5d40040c1: Pull complete [2020-10-14T10:05:55.317Z] ---> Running in ba5eb6a9f449 [2020-10-14T10:05:55.317Z] Removing intermediate container 3414e02034a3 [2020-10-14T10:05:55.317Z] ---> a2fab9293739 [2020-10-14T10:05:55.317Z] [2020-10-14T10:05:55.587Z] Removing intermediate container 9458d4bed67a [2020-10-14T10:05:55.587Z] ---> 167493010cd0 [2020-10-14T10:05:55.587Z] Step 20/22 : LABEL arch=x86_64 [2020-10-14T10:05:55.867Z] Successfully built a2fab9293739 [2020-10-14T10:05:55.867Z] ---> Running in 0c8e0605690f [2020-10-14T10:05:55.867Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-10-14T10:05:55.867Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container ba5eb6a9f449 [2020-10-14T10:05:55.867Z] ---> 8eb9e36037a3 [2020-10-14T10:05:55.867Z] Step 21/22 : LABEL git_sha=75437401aaf0e0f587015af03db21405a724386e [2020-10-14T10:05:56.135Z] ---> Running in 9c9844f300a6 [2020-10-14T10:05:56.597Z] 1ce36da41761: Pull complete [2020-10-14T10:05:56.773Z] Removing intermediate container 0c8e0605690f [2020-10-14T10:05:56.773Z] ---> fbef6a709b17 [2020-10-14T10:05:56.773Z] Step 21/22 : LABEL git_sha=75437401aaf0e0f587015af03db21405a724386e [2020-10-14T10:05:56.872Z] 25b303627fd3: Verifying Checksum [2020-10-14T10:05:56.872Z] 25b303627fd3: Download complete [2020-10-14T10:05:57.747Z] ---> Running in 6a01186dca0e [2020-10-14T10:05:57.747Z] Removing intermediate container 9c9844f300a6 [2020-10-14T10:05:57.747Z] ---> e9e3b5b676fd [2020-10-14T10:05:57.747Z] Step 22/22 : LABEL version=1.2.2-dev.73 [2020-10-14T10:05:57.747Z] Removing intermediate container 2f5551004aca [2020-10-14T10:05:57.747Z] ---> a5e34bd71f09 [2020-10-14T10:05:57.747Z] [2020-10-14T10:05:57.747Z] Step 10/22 : FROM scratch [2020-10-14T10:05:57.747Z] ---> [2020-10-14T10:05:57.747Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-14T10:05:57.747Z] ---> Running in 3cbfc41ad1b7 [2020-10-14T10:05:57.747Z] ---> Using cache [2020-10-14T10:05:57.747Z] ---> 678eb7caa93b [2020-10-14T10:05:57.747Z] Step 12/22 : ENV APP_PORT=48061 [2020-10-14T10:05:58.018Z] ---> Running in c30b523cfb8a [2020-10-14T10:05:58.018Z] Removing intermediate container 6a01186dca0e [2020-10-14T10:05:58.018Z] ---> b57c46254300 [2020-10-14T10:05:58.018Z] Step 22/22 : LABEL version=1.2.2-dev.73 [2020-10-14T10:06:00.055Z] ---> Running in 31782a6cd621 [2020-10-14T10:06:00.055Z] Removing intermediate container 3cbfc41ad1b7 [2020-10-14T10:06:00.055Z] ---> f79d6df5a9b3 [2020-10-14T10:06:00.055Z] [2020-10-14T10:06:00.055Z] Removing intermediate container c30b523cfb8a [2020-10-14T10:06:00.055Z] ---> 8047c105a56b [2020-10-14T10:06:00.055Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-14T10:06:00.055Z] ---> Running in 9043c7dc230a [2020-10-14T10:06:00.055Z] Removing intermediate container 00181702a8f9 [2020-10-14T10:06:00.055Z] ---> e31349f161c8 [2020-10-14T10:06:00.055Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-10-14T10:06:00.055Z] Successfully built f79d6df5a9b3 [2020-10-14T10:06:00.055Z] Successfully tagged docker-core-command-go:latest [2020-10-14T10:06:00.055Z]  Building docker-core-command-go ... done  ---> Running in 93da0ceaf312 [2020-10-14T10:06:00.055Z] Removing intermediate container 31782a6cd621 [2020-10-14T10:06:00.055Z] ---> 7e6552ddbc22 [2020-10-14T10:06:00.055Z] [2020-10-14T10:06:00.651Z] Removing intermediate container 9043c7dc230a [2020-10-14T10:06:00.651Z] ---> fef6d221edbd [2020-10-14T10:06:00.651Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-10-14T10:06:00.651Z] Successfully built 7e6552ddbc22 [2020-10-14T10:06:00.651Z] Successfully tagged docker-core-metadata-go:latest [2020-10-14T10:06:00.951Z]  Building docker-core-metadata-go ... done  ---> cc347746f293 [2020-10-14T10:06:00.951Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-10-14T10:06:01.225Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.73" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-10-14T10:06:01.530Z] ---> 15de07960682 [2020-10-14T10:06:01.530Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-10-14T10:06:02.266Z] ---> 66a93295988e [2020-10-14T10:06:02.266Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-10-14T10:06:02.683Z] ---> 8e073e71ef50 [2020-10-14T10:06:02.683Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-10-14T10:06:02.683Z] ---> Running in 77007ad0c9d2 [2020-10-14T10:06:02.683Z] Removing intermediate container 93da0ceaf312 [2020-10-14T10:06:02.683Z] ---> c6a2a40c4be2 [2020-10-14T10:06:02.683Z] [2020-10-14T10:06:02.683Z] Step 11/27 : FROM docker:latest [2020-10-14T10:06:02.683Z] ---> 809cc4dba987 [2020-10-14T10:06:02.683Z] Step 12/27 : RUN apk add --no-cache bash [2020-10-14T10:06:02.966Z] Removing intermediate container 77007ad0c9d2 [2020-10-14T10:06:02.966Z] ---> ab33f1ab344f [2020-10-14T10:06:02.966Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-14T10:06:02.966Z] ---> Running in 13eb69a0724d [2020-10-14T10:06:02.966Z] ---> Running in 28aa3337fdde [2020-10-14T10:06:03.253Z] Removing intermediate container 28aa3337fdde [2020-10-14T10:06:03.253Z] ---> 38b1fed7508f [2020-10-14T10:06:03.253Z] Step 20/22 : LABEL arch=x86_64 [2020-10-14T10:06:03.525Z] ---> Running in 807126a76320 [2020-10-14T10:06:03.824Z] Removing intermediate container 807126a76320 [2020-10-14T10:06:03.824Z] ---> adb8189da708 [2020-10-14T10:06:03.824Z] Step 21/22 : LABEL git_sha=75437401aaf0e0f587015af03db21405a724386e [2020-10-14T10:06:03.824Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-14T10:06:04.114Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-14T10:06:04.387Z] (1/2) Installing readline (8.0.4-r0) [2020-10-14T10:06:04.387Z] (2/2) Installing bash (5.0.17-r0) [2020-10-14T10:06:04.387Z] Executing bash-5.0.17-r0.post-install [2020-10-14T10:06:04.387Z] Executing busybox-1.31.1-r16.trigger [2020-10-14T10:06:04.387Z] OK: 12 MiB in 22 packages [2020-10-14T10:06:04.387Z] ---> Running in 7da806eed1aa [2020-10-14T10:06:04.662Z] Removing intermediate container 7da806eed1aa [2020-10-14T10:06:04.662Z] ---> 1f752e40790a [2020-10-14T10:06:04.662Z] Step 22/22 : LABEL version=1.2.2-dev.73 [2020-10-14T10:06:04.662Z] ---> Running in 301a2cce4eda [2020-10-14T10:06:04.930Z] Removing intermediate container 301a2cce4eda [2020-10-14T10:06:04.930Z] ---> 7bc3c090c206 [2020-10-14T10:06:04.930Z] [2020-10-14T10:06:05.194Z] Successfully built 7bc3c090c206 [2020-10-14T10:06:05.194Z] Successfully tagged docker-support-logging-go:latest [2020-10-14T10:06:05.194Z]  Building docker-support-logging-go ... done Removing intermediate container 13eb69a0724d [2020-10-14T10:06:05.194Z] ---> d81a8e8133db [2020-10-14T10:06:05.194Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-10-14T10:06:05.194Z] ---> Running in 9b4ac8a489a8 [2020-10-14T10:06:06.630Z] Removing intermediate container 9b4ac8a489a8 [2020-10-14T10:06:06.630Z] ---> f969761ba24e [2020-10-14T10:06:06.630Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-10-14T10:06:06.630Z] ---> Running in 03b625f2957e [2020-10-14T10:06:06.630Z] Removing intermediate container 03b625f2957e [2020-10-14T10:06:06.630Z] ---> 3af8d31460c1 [2020-10-14T10:06:06.630Z] Step 15/27 : ENV APP_PORT=48090 [2020-10-14T10:06:06.935Z] ---> Running in 6fb0745dccad [2020-10-14T10:06:07.020Z] 25b303627fd3: Pull complete [2020-10-14T10:06:07.020Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-10-14T10:06:07.020Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-14T10:06:07.020Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-10-14T10:06:07.209Z] Removing intermediate container 6fb0745dccad [2020-10-14T10:06:07.210Z] ---> 7cef5ce1d0a0 [2020-10-14T10:06:07.210Z] Step 16/27 : EXPOSE $APP_PORT [2020-10-14T10:06:07.210Z] ---> Running in 96d2b7d9ec1f [2020-10-14T10:06:07.278Z] prd-ubuntu18.04-docker-arm64-4c-16g-5381 does not seem to be running inside a container [2020-10-14T10:06:07.372Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/188 -v /w/workspace/edgex-go/188:/w/workspace/edgex-go/188:rw,z -v /w/workspace/edgex-go/188@tmp:/w/workspace/edgex-go/188@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-14T10:06:07.583Z] Removing intermediate container 96d2b7d9ec1f [2020-10-14T10:06:07.583Z] ---> 22308a3b3c6d [2020-10-14T10:06:07.583Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-10-14T10:06:08.164Z] ---> d9199ac988a7 [2020-10-14T10:06:08.164Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-10-14T10:06:08.436Z] ---> c0f87abf0836 [2020-10-14T10:06:08.436Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-10-14T10:06:08.704Z] ---> 92cde464f4fd [2020-10-14T10:06:08.704Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-10-14T10:06:09.026Z] ---> Running in 7fd6d5029c46 [2020-10-14T10:06:09.663Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-14T10:06:09.930Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-14T10:06:10.207Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-10-14T10:06:10.207Z] (2/33) Installing expat (2.2.9-r1) [2020-10-14T10:06:10.207Z] (3/33) Installing libffi (3.3-r2) [2020-10-14T10:06:10.207Z] (4/33) Installing gdbm (1.13-r1) [2020-10-14T10:06:10.207Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-10-14T10:06:10.207Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-10-14T10:06:10.207Z] (7/33) Installing python3 (3.8.5-r0) [2020-10-14T10:06:11.113Z] $ docker top 243d0273e2d306f78d89483e00ce9ee0de4253f31dbc3289b16f4d85bb453cd8 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-14T10:06:12.598Z] + docker-compose build --help [2020-10-14T10:06:12.598Z] + grep parallel [2020-10-14T10:06:12.863Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-10-14T10:06:12.863Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-10-14T10:06:12.863Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-10-14T10:06:12.863Z] (11/33) Installing py3-six (1.15.0-r0) [2020-10-14T10:06:12.863Z] (12/33) Installing py3-packaging (20.4-r0) [2020-10-14T10:06:12.863Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-10-14T10:06:12.863Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-10-14T10:06:12.863Z] (15/33) Installing py3-idna (2.9-r0) [2020-10-14T10:06:12.863Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-10-14T10:06:12.863Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-10-14T10:06:12.863Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-10-14T10:06:12.863Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-10-14T10:06:12.863Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-10-14T10:06:12.863Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-10-14T10:06:12.863Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-10-14T10:06:12.863Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-10-14T10:06:13.130Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-10-14T10:06:13.130Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-10-14T10:06:13.130Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-10-14T10:06:13.130Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-10-14T10:06:13.130Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-10-14T10:06:13.130Z] (29/33) Installing py3-progress (1.5-r0) [2020-10-14T10:06:13.130Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-10-14T10:06:13.130Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-10-14T10:06:13.130Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-10-14T10:06:13.130Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-10-14T10:06:13.405Z] Executing busybox-1.31.1-r16.trigger [2020-10-14T10:06:13.405Z] OK: 71 MiB in 55 packages [2020-10-14T10:06:17.993Z] --parallel Build images in parallel. [Pipeline] } [2020-10-14T10:06:18.025Z] $ docker stop --time=1 243d0273e2d306f78d89483e00ce9ee0de4253f31dbc3289b16f4d85bb453cd8 [2020-10-14T10:06:19.991Z] $ docker rm -f 243d0273e2d306f78d89483e00ce9ee0de4253f31dbc3289b16f4d85bb453cd8 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:06:20.968Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-14T10:06:20.968Z] . [Pipeline] withDockerContainer [2020-10-14T10:06:21.272Z] prd-ubuntu18.04-docker-arm64-4c-16g-5381 does not seem to be running inside a container [2020-10-14T10:06:21.366Z] $ 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/188 -v /w/workspace/edgex-go/188:/w/workspace/edgex-go/188:rw,z -v /w/workspace/edgex-go/188@tmp:/w/workspace/edgex-go/188@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-14T10:06:22.825Z] $ docker top 54a1f3d38846ed73b9067e3364896482a1926606875633ccf39725f0a63eee3e -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-14T10:06:23.577Z] Removing intermediate container 7fd6d5029c46 [2020-10-14T10:06:23.577Z] ---> 45ea99121a00 [2020-10-14T10:06:23.577Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-10-14T10:06:23.577Z] ---> Running in 7913da157773 [2020-10-14T10:06:23.855Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-10-14T10:06:25.016Z] Collecting docker-compose==1.23.2 [2020-10-14T10:06:25.017Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-10-14T10:06:25.294Z] Collecting cached-property<2,>=1.2.0 [2020-10-14T10:06:25.294Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-10-14T10:06:25.294Z] Collecting docopt<0.7,>=0.6.1 [2020-10-14T10:06:25.294Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-10-14T10:06:26.275Z] Collecting websocket-client<1.0,>=0.32.0 [2020-10-14T10:06:26.275Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-10-14T10:06:26.540Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-10-14T10:06:26.540Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-10-14T10:06:26.806Z] Collecting PyYAML<4,>=3.10 [2020-10-14T10:06:26.806Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-10-14T10:06:27.776Z] Collecting docker<4.0,>=3.6.0 [2020-10-14T10:06:27.776Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-10-14T10:06:28.047Z] Collecting jsonschema<3,>=2.5.1 [2020-10-14T10:06:28.047Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-10-14T10:06:28.322Z] Collecting texttable<0.10,>=0.9.0 [2020-10-14T10:06:28.322Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-10-14T10:06:28.922Z] Collecting dockerpty<0.5,>=0.4.1 [2020-10-14T10:06:28.922Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-10-14T10:06:29.245Z] Building docker-core-command-go ... [2020-10-14T10:06:29.245Z] Building docker-core-data-go ... [2020-10-14T10:06:29.245Z] Building docker-core-metadata-go ... [2020-10-14T10:06:29.245Z] Building docker-security-proxy-setup-go ... [2020-10-14T10:06:29.245Z] Building docker-security-secrets-setup-go ... [2020-10-14T10:06:29.245Z] Building docker-security-secretstore-setup-go ... [2020-10-14T10:06:29.245Z] Building docker-support-logging-go ... [2020-10-14T10:06:29.245Z] Building docker-support-notifications-go ... [2020-10-14T10:06:29.245Z] Building docker-support-scheduler-go ... [2020-10-14T10:06:29.245Z] Building docker-sys-mgmt-agent-go ... [2020-10-14T10:06:29.245Z] Building docker-core-command-go [2020-10-14T10:06:29.245Z] Building docker-core-data-go [2020-10-14T10:06:29.245Z] Building docker-support-notifications-go [2020-10-14T10:06:29.245Z] Building docker-core-metadata-go [2020-10-14T10:06:29.245Z] Building docker-security-proxy-setup-go [2020-10-14T10:06:29.515Z] 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-14T10:06:29.515Z] 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-14T10:06:29.786Z] Collecting urllib3<1.25,>=1.21.1 [2020-10-14T10:06:29.786Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-10-14T10:06:29.786Z] 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-14T10:06:30.078Z] Collecting idna<2.8,>=2.5 [2020-10-14T10:06:30.078Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-10-14T10:06:30.078Z] Collecting docker-pycreds>=0.4.0 [2020-10-14T10:06:30.078Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-10-14T10:06:30.078Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-10-14T10:06:30.078Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-10-14T10:06:30.078Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-10-14T10:06:30.078Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-10-14T10:06:30.364Z] Installing collected packages: cached-property, docopt, websocket-client, urllib3, idna, requests, PyYAML, docker-pycreds, docker, jsonschema, texttable, dockerpty, docker-compose [2020-10-14T10:06:30.364Z] Running setup.py install for docopt: started [2020-10-14T10:06:31.022Z] Running setup.py install for docopt: finished with status 'done' [2020-10-14T10:06:31.292Z] Attempting uninstall: urllib3 [2020-10-14T10:06:31.292Z] Found existing installation: urllib3 1.25.9 [2020-10-14T10:06:31.292Z] Uninstalling urllib3-1.25.9: [2020-10-14T10:06:31.292Z] Successfully uninstalled urllib3-1.25.9 [2020-10-14T10:06:31.557Z] Attempting uninstall: idna [2020-10-14T10:06:31.557Z] Found existing installation: idna 2.9 [2020-10-14T10:06:31.557Z] Uninstalling idna-2.9: [2020-10-14T10:06:31.557Z] Successfully uninstalled idna-2.9 [2020-10-14T10:06:31.820Z] Attempting uninstall: requests [2020-10-14T10:06:31.820Z] Found existing installation: requests 2.23.0 [2020-10-14T10:06:31.820Z] Uninstalling requests-2.23.0: [2020-10-14T10:06:31.820Z] Successfully uninstalled requests-2.23.0 [2020-10-14T10:06:32.423Z] Running setup.py install for PyYAML: started [2020-10-14T10:06:33.011Z] Running setup.py install for PyYAML: finished with status 'done' [2020-10-14T10:06:33.288Z] Running setup.py install for texttable: started [2020-10-14T10:06:33.874Z] Running setup.py install for texttable: finished with status 'done' [2020-10-14T10:06:33.874Z] Running setup.py install for dockerpty: started [2020-10-14T10:06:34.506Z] Running setup.py install for dockerpty: finished with status 'done' [2020-10-14T10:06:35.086Z] 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-14T10:06:38.504Z] Removing intermediate container 7913da157773 [2020-10-14T10:06:38.504Z] ---> a66c70534502 [2020-10-14T10:06:38.504Z] Step 22/27 : RUN apk --no-cache add curl [2020-10-14T10:06:38.504Z] ---> Running in 64409d4c31fc [2020-10-14T10:06:39.106Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-14T10:06:39.370Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-14T10:06:39.370Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-10-14T10:06:39.370Z] (2/3) Installing libcurl (7.69.1-r1) [2020-10-14T10:06:39.370Z] (3/3) Installing curl (7.69.1-r1) [2020-10-14T10:06:39.638Z] Executing busybox-1.31.1-r16.trigger [2020-10-14T10:06:39.638Z] OK: 72 MiB in 58 packages [2020-10-14T10:06:40.247Z] Removing intermediate container 64409d4c31fc [2020-10-14T10:06:40.247Z] ---> 75f6d030e611 [2020-10-14T10:06:40.247Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-10-14T10:06:40.247Z] ---> Running in f18f9de72014 [2020-10-14T10:06:40.850Z] Removing intermediate container f18f9de72014 [2020-10-14T10:06:40.850Z] ---> b2fd56bb34a6 [2020-10-14T10:06:40.850Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-14T10:06:40.850Z] ---> Running in 7284c67b1169 [2020-10-14T10:06:41.114Z] Removing intermediate container 7284c67b1169 [2020-10-14T10:06:41.114Z] ---> 5346c933b8a0 [2020-10-14T10:06:41.114Z] Step 25/27 : LABEL arch=x86_64 [2020-10-14T10:06:41.114Z] ---> Running in 1bc00d496d86 [2020-10-14T10:06:41.399Z] Removing intermediate container 1bc00d496d86 [2020-10-14T10:06:41.399Z] ---> 44001bd64457 [2020-10-14T10:06:41.399Z] Step 26/27 : LABEL git_sha=75437401aaf0e0f587015af03db21405a724386e [2020-10-14T10:06:41.399Z] ---> Running in 95e6b8e1b4e3 [2020-10-14T10:06:42.768Z] Removing intermediate container 95e6b8e1b4e3 [2020-10-14T10:06:42.768Z] ---> 6425a197da46 [2020-10-14T10:06:42.768Z] Step 27/27 : LABEL version=1.2.2-dev.73 [2020-10-14T10:06:42.768Z] ---> Running in 7713a307cf1f [2020-10-14T10:06:42.768Z] Removing intermediate container 7713a307cf1f [2020-10-14T10:06:42.768Z] ---> c83acfb43190 [2020-10-14T10:06:42.768Z] [2020-10-14T10:06:43.036Z] Successfully built c83acfb43190 [2020-10-14T10:06:43.036Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-10-14T10:06:43.318Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-10-14T10:06:43.345Z] $ docker stop --time=1 5c9c90182e93e8120672e02c78bf4b4526e406dff2b9494899b009525e3bc27d [2020-10-14T10:06:45.164Z] $ docker rm -f 5c9c90182e93e8120672e02c78bf4b4526e406dff2b9494899b009525e3bc27d [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-14T10:06:45.785Z] + docker images [2020-10-14T10:06:45.785Z] + grep docker [2020-10-14T10:06:45.785Z] docker-sys-mgmt-agent-go latest c83acfb43190 3 seconds ago 290MB [2020-10-14T10:06:45.785Z] docker-support-logging-go latest 7bc3c090c206 41 seconds ago 11.1MB [2020-10-14T10:06:45.785Z] docker-core-metadata-go latest 7e6552ddbc22 46 seconds ago 14.3MB [2020-10-14T10:06:45.785Z] docker-core-command-go latest f79d6df5a9b3 47 seconds ago 12.2MB [2020-10-14T10:06:45.785Z] docker-security-proxy-setup-go latest a2fab9293739 50 seconds ago 15.8MB [2020-10-14T10:06:45.785Z] docker-core-data-go latest 95f6163d9050 2 minutes ago 23.6MB [2020-10-14T10:06:45.785Z] docker-security-secretstore-setup-go latest 480305d5f106 2 minutes ago 32.4MB [2020-10-14T10:06:45.785Z] docker-security-secrets-setup-go latest 41d8d33ee52c 2 minutes ago 24MB [2020-10-14T10:06:45.785Z] docker-support-notifications-go latest ba4644c4ecad 3 minutes ago 13.6MB [2020-10-14T10:06:45.785Z] docker-support-scheduler-go latest 69abc2434e60 3 minutes ago 12.3MB [2020-10-14T10:06:45.785Z] 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-14T10:06:46.357Z] provisioning config files... [2020-10-14T10:06:46.396Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/188@tmp/config2120950576446620583tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-10-14T10:06:46.812Z] ---> docker-login.sh [2020-10-14T10:06:46.812Z] nexus3.edgexfoundry.org:10001 [2020-10-14T10:06:46.812Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-14T10:06:47.078Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-14T10:06:47.078Z] Configure a credential helper to remove this warning. See [2020-10-14T10:06:47.078Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-14T10:06:47.078Z] [2020-10-14T10:06:47.078Z] Login Succeeded [2020-10-14T10:06:47.078Z] nexus3.edgexfoundry.org:10002 [2020-10-14T10:06:47.078Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-14T10:06:47.343Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-14T10:06:47.343Z] Configure a credential helper to remove this warning. See [2020-10-14T10:06:47.343Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-14T10:06:47.343Z] [2020-10-14T10:06:47.343Z] Login Succeeded [2020-10-14T10:06:47.343Z] nexus3.edgexfoundry.org:10003 [2020-10-14T10:06:47.343Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-14T10:06:47.615Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-14T10:06:47.615Z] Configure a credential helper to remove this warning. See [2020-10-14T10:06:47.615Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-14T10:06:47.615Z] [2020-10-14T10:06:47.615Z] Login Succeeded [2020-10-14T10:06:47.615Z] nexus3.edgexfoundry.org:10004 [2020-10-14T10:06:47.880Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-14T10:06:47.880Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-14T10:06:47.880Z] Configure a credential helper to remove this warning. See [2020-10-14T10:06:47.880Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-14T10:06:47.880Z] [2020-10-14T10:06:47.880Z] Login Succeeded [2020-10-14T10:06:47.880Z] docker.io [2020-10-14T10:06:48.143Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-14T10:06:48.416Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-14T10:06:48.416Z] Configure a credential helper to remove this warning. See [2020-10-14T10:06:48.416Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-14T10:06:48.416Z] [2020-10-14T10:06:48.416Z] Login Succeeded [2020-10-14T10:06:48.416Z] ---> docker-login.sh ends [Pipeline] } [2020-10-14T10:06:48.434Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-14T10:06:48.627Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2020-10-14T10:06:48.627Z] 75437401aaf0e0f587015af03db21405a724386e [2020-10-14T10:06:48.627Z] 1.2.2-dev.73 [2020-10-14T10:06:48.627Z] 75437401aaf0e0f587015af03db21405a724386e-1.2.2-dev.73 [2020-10-14T10:06:48.627Z] master [2020-10-14T10:06:48.627Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:06:49.210Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:75437401aaf0e0f587015af03db21405a724386e [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:06:49.536Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:75437401aaf0e0f587015af03db21405a724386e [2020-10-14T10:06:49.536Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-10-14T10:06:49.536Z] 0497fa52e154: Preparing [2020-10-14T10:06:49.536Z] d50613adfc3d: Preparing [2020-10-14T10:06:49.536Z] b7e12b302f65: Preparing [2020-10-14T10:06:49.820Z] b7e12b302f65: Pushed [2020-10-14T10:06:50.795Z] 0497fa52e154: Pushed [2020-10-14T10:06:51.379Z] d50613adfc3d: Pushed [2020-10-14T10:06:51.379Z] 75437401aaf0e0f587015af03db21405a724386e: digest: sha256:295e79530e737faf74929ee055521d7097dea27e1a5f2e36e77a1c4206905468 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:06:51.761Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.73 [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:06:52.099Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.73 [2020-10-14T10:06:52.099Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-10-14T10:06:52.099Z] 0497fa52e154: Preparing [2020-10-14T10:06:52.099Z] d50613adfc3d: Preparing [2020-10-14T10:06:52.099Z] b7e12b302f65: Preparing [2020-10-14T10:06:52.099Z] 0497fa52e154: Layer already exists [2020-10-14T10:06:52.099Z] d50613adfc3d: Layer already exists [2020-10-14T10:06:52.099Z] b7e12b302f65: Layer already exists [2020-10-14T10:06:52.364Z] 1.2.2-dev.73: digest: sha256:295e79530e737faf74929ee055521d7097dea27e1a5f2e36e77a1c4206905468 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:06:52.722Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:75437401aaf0e0f587015af03db21405a724386e-1.2.2-dev.73 [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:06:53.049Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:75437401aaf0e0f587015af03db21405a724386e-1.2.2-dev.73 [2020-10-14T10:06:53.049Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-10-14T10:06:53.049Z] 0497fa52e154: Preparing [2020-10-14T10:06:53.049Z] d50613adfc3d: Preparing [2020-10-14T10:06:53.049Z] b7e12b302f65: Preparing [2020-10-14T10:06:53.049Z] 0497fa52e154: Layer already exists [2020-10-14T10:06:53.049Z] b7e12b302f65: Layer already exists [2020-10-14T10:06:53.049Z] d50613adfc3d: Layer already exists [2020-10-14T10:06:53.049Z] 75437401aaf0e0f587015af03db21405a724386e-1.2.2-dev.73: digest: sha256:295e79530e737faf74929ee055521d7097dea27e1a5f2e36e77a1c4206905468 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:06:53.381Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:06:53.700Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2020-10-14T10:06:53.701Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-10-14T10:06:53.701Z] 0497fa52e154: Preparing [2020-10-14T10:06:53.701Z] d50613adfc3d: Preparing [2020-10-14T10:06:53.701Z] b7e12b302f65: Preparing [2020-10-14T10:06:53.701Z] b7e12b302f65: Layer already exists [2020-10-14T10:06:53.701Z] 0497fa52e154: Layer already exists [2020-10-14T10:06:53.701Z] d50613adfc3d: Layer already exists [2020-10-14T10:06:53.977Z] master: digest: sha256:295e79530e737faf74929ee055521d7097dea27e1a5f2e36e77a1c4206905468 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-14T10:06:54.187Z] ===================================================== [Pipeline] echo [2020-10-14T10:06:54.257Z] taggedImages: [2020-10-14T10:06:54.257Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:75437401aaf0e0f587015af03db21405a724386e [2020-10-14T10:06:54.257Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.73 [2020-10-14T10:06:54.257Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:75437401aaf0e0f587015af03db21405a724386e-1.2.2-dev.73 [2020-10-14T10:06:54.257Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2020-10-14T10:06:54.325Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2020-10-14T10:06:54.325Z] 75437401aaf0e0f587015af03db21405a724386e [2020-10-14T10:06:54.325Z] 1.2.2-dev.73 [2020-10-14T10:06:54.325Z] 75437401aaf0e0f587015af03db21405a724386e-1.2.2-dev.73 [2020-10-14T10:06:54.325Z] master [2020-10-14T10:06:54.325Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:06:54.956Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:75437401aaf0e0f587015af03db21405a724386e [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:06:55.312Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:75437401aaf0e0f587015af03db21405a724386e [2020-10-14T10:06:55.597Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-10-14T10:06:55.597Z] c97b4b5cbe86: Preparing [2020-10-14T10:06:55.597Z] 357be2c9a68c: Preparing [2020-10-14T10:06:55.597Z] 6185e41bb1a7: Preparing [2020-10-14T10:06:55.597Z] beb04bf764ef: Preparing [2020-10-14T10:06:55.597Z] 67d7ecca6c90: Preparing [2020-10-14T10:06:55.597Z] 50644c29ef5a: Preparing [2020-10-14T10:06:55.597Z] 50644c29ef5a: Waiting [2020-10-14T10:06:55.916Z] 6185e41bb1a7: Pushed [2020-10-14T10:06:55.916Z] 67d7ecca6c90: Pushed [2020-10-14T10:06:55.916Z] c97b4b5cbe86: Pushed [2020-10-14T10:06:56.244Z] 50644c29ef5a: Layer already exists [2020-10-14T10:06:56.244Z] beb04bf764ef: Pushed [2020-10-14T10:06:58.265Z] 357be2c9a68c: Pushed [2020-10-14T10:06:58.265Z] 75437401aaf0e0f587015af03db21405a724386e: digest: sha256:284fdd7673558f2bab4c43e6da3d53a19aad5ee518a663b026512156fe49e5e9 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:06:58.595Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.73 [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:06:58.928Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.73 [2020-10-14T10:06:58.928Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-10-14T10:06:58.928Z] c97b4b5cbe86: Preparing [2020-10-14T10:06:58.928Z] 357be2c9a68c: Preparing [2020-10-14T10:06:58.928Z] 6185e41bb1a7: Preparing [2020-10-14T10:06:58.928Z] beb04bf764ef: Preparing [2020-10-14T10:06:58.928Z] 67d7ecca6c90: Preparing [2020-10-14T10:06:58.928Z] 50644c29ef5a: Preparing [2020-10-14T10:06:58.928Z] 50644c29ef5a: Waiting [2020-10-14T10:06:58.928Z] 6185e41bb1a7: Layer already exists [2020-10-14T10:06:58.928Z] 357be2c9a68c: Layer already exists [2020-10-14T10:06:58.928Z] 67d7ecca6c90: Layer already exists [2020-10-14T10:06:58.928Z] beb04bf764ef: Layer already exists [2020-10-14T10:06:58.928Z] c97b4b5cbe86: Layer already exists [2020-10-14T10:06:58.928Z] 50644c29ef5a: Layer already exists [2020-10-14T10:06:59.196Z] 1.2.2-dev.73: digest: sha256:284fdd7673558f2bab4c43e6da3d53a19aad5ee518a663b026512156fe49e5e9 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:06:59.543Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:75437401aaf0e0f587015af03db21405a724386e-1.2.2-dev.73 [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:06:59.875Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:75437401aaf0e0f587015af03db21405a724386e-1.2.2-dev.73 [2020-10-14T10:06:59.875Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-10-14T10:06:59.875Z] c97b4b5cbe86: Preparing [2020-10-14T10:06:59.875Z] 357be2c9a68c: Preparing [2020-10-14T10:06:59.875Z] 6185e41bb1a7: Preparing [2020-10-14T10:06:59.875Z] beb04bf764ef: Preparing [2020-10-14T10:06:59.875Z] 67d7ecca6c90: Preparing [2020-10-14T10:06:59.875Z] 50644c29ef5a: Preparing [2020-10-14T10:06:59.875Z] 50644c29ef5a: Waiting [2020-10-14T10:07:00.140Z] c97b4b5cbe86: Layer already exists [2020-10-14T10:07:00.140Z] beb04bf764ef: Layer already exists [2020-10-14T10:07:00.140Z] 357be2c9a68c: Layer already exists [2020-10-14T10:07:00.140Z] 6185e41bb1a7: Layer already exists [2020-10-14T10:07:00.140Z] 67d7ecca6c90: Layer already exists [2020-10-14T10:07:00.140Z] 50644c29ef5a: Layer already exists [2020-10-14T10:07:00.140Z] 75437401aaf0e0f587015af03db21405a724386e-1.2.2-dev.73: digest: sha256:284fdd7673558f2bab4c43e6da3d53a19aad5ee518a663b026512156fe49e5e9 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:07:00.503Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:07:00.993Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2020-10-14T10:07:00.993Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-10-14T10:07:00.993Z] c97b4b5cbe86: Preparing [2020-10-14T10:07:00.993Z] 357be2c9a68c: Preparing [2020-10-14T10:07:00.993Z] 6185e41bb1a7: Preparing [2020-10-14T10:07:00.993Z] beb04bf764ef: Preparing [2020-10-14T10:07:00.993Z] 67d7ecca6c90: Preparing [2020-10-14T10:07:00.993Z] 50644c29ef5a: Preparing [2020-10-14T10:07:00.993Z] 50644c29ef5a: Waiting [2020-10-14T10:07:00.993Z] 67d7ecca6c90: Layer already exists [2020-10-14T10:07:00.993Z] beb04bf764ef: Layer already exists [2020-10-14T10:07:00.993Z] 357be2c9a68c: Layer already exists [2020-10-14T10:07:00.993Z] c97b4b5cbe86: Layer already exists [2020-10-14T10:07:00.993Z] 6185e41bb1a7: Layer already exists [2020-10-14T10:07:00.993Z] 50644c29ef5a: Layer already exists [2020-10-14T10:07:00.993Z] master: digest: sha256:284fdd7673558f2bab4c43e6da3d53a19aad5ee518a663b026512156fe49e5e9 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-14T10:07:01.465Z] ===================================================== [Pipeline] echo [2020-10-14T10:07:01.544Z] taggedImages: [2020-10-14T10:07:01.544Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:75437401aaf0e0f587015af03db21405a724386e [2020-10-14T10:07:01.544Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.73 [2020-10-14T10:07:01.544Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:75437401aaf0e0f587015af03db21405a724386e-1.2.2-dev.73 [2020-10-14T10:07:01.544Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2020-10-14T10:07:01.611Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2020-10-14T10:07:01.611Z] 75437401aaf0e0f587015af03db21405a724386e [2020-10-14T10:07:01.611Z] 1.2.2-dev.73 [2020-10-14T10:07:01.611Z] 75437401aaf0e0f587015af03db21405a724386e-1.2.2-dev.73 [2020-10-14T10:07:01.611Z] master [2020-10-14T10:07:01.611Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:07:02.166Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:75437401aaf0e0f587015af03db21405a724386e [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:07:02.503Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:75437401aaf0e0f587015af03db21405a724386e [2020-10-14T10:07:02.503Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-10-14T10:07:02.503Z] 4006d1bb50cf: Preparing [2020-10-14T10:07:02.503Z] b1e4fc75411c: Preparing [2020-10-14T10:07:02.503Z] a071809c0f44: Preparing [2020-10-14T10:07:02.772Z] a071809c0f44: Pushed [2020-10-14T10:07:02.772Z] 4006d1bb50cf: Pushed [2020-10-14T10:07:04.729Z] b1e4fc75411c: Pushed [2020-10-14T10:07:04.729Z] 75437401aaf0e0f587015af03db21405a724386e: digest: sha256:8271fed4aa43559c989c5d15f8ff7014092fc6db26df5c8a8bef3e1f3b7e99e4 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:07:05.056Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.73 [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:07:05.428Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.73 [2020-10-14T10:07:05.428Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-10-14T10:07:05.428Z] 4006d1bb50cf: Preparing [2020-10-14T10:07:05.428Z] b1e4fc75411c: Preparing [2020-10-14T10:07:05.428Z] a071809c0f44: Preparing [2020-10-14T10:07:05.428Z] 4006d1bb50cf: Layer already exists [2020-10-14T10:07:05.428Z] b1e4fc75411c: Layer already exists [2020-10-14T10:07:05.428Z] a071809c0f44: Layer already exists [2020-10-14T10:07:05.692Z] 1.2.2-dev.73: digest: sha256:8271fed4aa43559c989c5d15f8ff7014092fc6db26df5c8a8bef3e1f3b7e99e4 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:07:06.054Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:75437401aaf0e0f587015af03db21405a724386e-1.2.2-dev.73 [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:07:06.377Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:75437401aaf0e0f587015af03db21405a724386e-1.2.2-dev.73 [2020-10-14T10:07:06.377Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-10-14T10:07:06.377Z] 4006d1bb50cf: Preparing [2020-10-14T10:07:06.377Z] b1e4fc75411c: Preparing [2020-10-14T10:07:06.377Z] a071809c0f44: Preparing [2020-10-14T10:07:06.377Z] 4006d1bb50cf: Layer already exists [2020-10-14T10:07:06.377Z] b1e4fc75411c: Layer already exists [2020-10-14T10:07:06.377Z] a071809c0f44: Layer already exists [2020-10-14T10:07:06.377Z] 75437401aaf0e0f587015af03db21405a724386e-1.2.2-dev.73: digest: sha256:8271fed4aa43559c989c5d15f8ff7014092fc6db26df5c8a8bef3e1f3b7e99e4 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:07:06.703Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:07:07.009Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2020-10-14T10:07:07.009Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-10-14T10:07:07.009Z] 4006d1bb50cf: Preparing [2020-10-14T10:07:07.009Z] b1e4fc75411c: Preparing [2020-10-14T10:07:07.009Z] a071809c0f44: Preparing [2020-10-14T10:07:07.009Z] b1e4fc75411c: Layer already exists [2020-10-14T10:07:07.009Z] a071809c0f44: Layer already exists [2020-10-14T10:07:07.009Z] 4006d1bb50cf: Layer already exists [2020-10-14T10:07:07.270Z] master: digest: sha256:8271fed4aa43559c989c5d15f8ff7014092fc6db26df5c8a8bef3e1f3b7e99e4 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-14T10:07:07.515Z] ===================================================== [Pipeline] echo [2020-10-14T10:07:07.562Z] taggedImages: [2020-10-14T10:07:07.562Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:75437401aaf0e0f587015af03db21405a724386e [2020-10-14T10:07:07.562Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.73 [2020-10-14T10:07:07.562Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:75437401aaf0e0f587015af03db21405a724386e-1.2.2-dev.73 [2020-10-14T10:07:07.562Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2020-10-14T10:07:07.628Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2020-10-14T10:07:07.628Z] 75437401aaf0e0f587015af03db21405a724386e [2020-10-14T10:07:07.628Z] 1.2.2-dev.73 [2020-10-14T10:07:07.628Z] 75437401aaf0e0f587015af03db21405a724386e-1.2.2-dev.73 [2020-10-14T10:07:07.628Z] master [2020-10-14T10:07:07.628Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:07:08.172Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:75437401aaf0e0f587015af03db21405a724386e [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:07:08.507Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:75437401aaf0e0f587015af03db21405a724386e [2020-10-14T10:07:08.507Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-10-14T10:07:08.507Z] f6fa38084d0e: Preparing [2020-10-14T10:07:08.507Z] 2ffcba3324a5: Preparing [2020-10-14T10:07:08.507Z] c69508ac2f22: Preparing [2020-10-14T10:07:08.507Z] 49926211f933: Preparing [2020-10-14T10:07:08.507Z] 50644c29ef5a: Preparing [2020-10-14T10:07:08.507Z] 50644c29ef5a: Layer already exists [2020-10-14T10:07:09.163Z] c69508ac2f22: Pushed [2020-10-14T10:07:09.163Z] 49926211f933: Pushed [2020-10-14T10:07:09.163Z] 2ffcba3324a5: Pushed [2020-10-14T10:07:10.160Z] f6fa38084d0e: Pushed [2020-10-14T10:07:10.160Z] 75437401aaf0e0f587015af03db21405a724386e: digest: sha256:13d401d3abdd6de11b58f2d1b20381228cd9e39256c02ce4fc7f3e1c0b24fb3c size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:07:10.503Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.73 [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:07:10.857Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.73 [2020-10-14T10:07:10.857Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-10-14T10:07:11.154Z] f6fa38084d0e: Preparing [2020-10-14T10:07:11.154Z] 2ffcba3324a5: Preparing [2020-10-14T10:07:11.154Z] c69508ac2f22: Preparing [2020-10-14T10:07:11.154Z] 49926211f933: Preparing [2020-10-14T10:07:11.154Z] 50644c29ef5a: Preparing [2020-10-14T10:07:11.154Z] 2ffcba3324a5: Layer already exists [2020-10-14T10:07:11.154Z] c69508ac2f22: Layer already exists [2020-10-14T10:07:11.154Z] 50644c29ef5a: Layer already exists [2020-10-14T10:07:11.154Z] f6fa38084d0e: Layer already exists [2020-10-14T10:07:11.154Z] 49926211f933: Layer already exists [2020-10-14T10:07:11.154Z] 1.2.2-dev.73: digest: sha256:13d401d3abdd6de11b58f2d1b20381228cd9e39256c02ce4fc7f3e1c0b24fb3c size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:07:11.502Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:75437401aaf0e0f587015af03db21405a724386e-1.2.2-dev.73 [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:07:11.874Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:75437401aaf0e0f587015af03db21405a724386e-1.2.2-dev.73 [2020-10-14T10:07:11.874Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-10-14T10:07:11.874Z] f6fa38084d0e: Preparing [2020-10-14T10:07:11.874Z] 2ffcba3324a5: Preparing [2020-10-14T10:07:11.874Z] c69508ac2f22: Preparing [2020-10-14T10:07:11.874Z] 49926211f933: Preparing [2020-10-14T10:07:11.874Z] 50644c29ef5a: Preparing [2020-10-14T10:07:11.874Z] 49926211f933: Layer already exists [2020-10-14T10:07:11.874Z] 2ffcba3324a5: Layer already exists [2020-10-14T10:07:11.874Z] f6fa38084d0e: Layer already exists [2020-10-14T10:07:11.874Z] 50644c29ef5a: Layer already exists [2020-10-14T10:07:11.874Z] c69508ac2f22: Layer already exists [2020-10-14T10:07:12.137Z] 75437401aaf0e0f587015af03db21405a724386e-1.2.2-dev.73: digest: sha256:13d401d3abdd6de11b58f2d1b20381228cd9e39256c02ce4fc7f3e1c0b24fb3c size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:07:12.462Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:07:12.781Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2020-10-14T10:07:12.781Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-10-14T10:07:12.781Z] f6fa38084d0e: Preparing [2020-10-14T10:07:12.781Z] 2ffcba3324a5: Preparing [2020-10-14T10:07:12.781Z] c69508ac2f22: Preparing [2020-10-14T10:07:12.781Z] 49926211f933: Preparing [2020-10-14T10:07:12.781Z] 50644c29ef5a: Preparing [2020-10-14T10:07:12.781Z] 50644c29ef5a: Layer already exists [2020-10-14T10:07:12.781Z] 2ffcba3324a5: Layer already exists [2020-10-14T10:07:12.781Z] 49926211f933: Layer already exists [2020-10-14T10:07:12.781Z] f6fa38084d0e: Layer already exists [2020-10-14T10:07:12.781Z] c69508ac2f22: Layer already exists [2020-10-14T10:07:13.044Z] master: digest: sha256:13d401d3abdd6de11b58f2d1b20381228cd9e39256c02ce4fc7f3e1c0b24fb3c size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-14T10:07:13.258Z] ===================================================== [Pipeline] echo [2020-10-14T10:07:13.335Z] taggedImages: [2020-10-14T10:07:13.335Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:75437401aaf0e0f587015af03db21405a724386e [2020-10-14T10:07:13.335Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.73 [2020-10-14T10:07:13.335Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:75437401aaf0e0f587015af03db21405a724386e-1.2.2-dev.73 [2020-10-14T10:07:13.335Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo [2020-10-14T10:07:13.401Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go with the following tags: [2020-10-14T10:07:13.401Z] 75437401aaf0e0f587015af03db21405a724386e [2020-10-14T10:07:13.401Z] 1.2.2-dev.73 [2020-10-14T10:07:13.401Z] 75437401aaf0e0f587015af03db21405a724386e-1.2.2-dev.73 [2020-10-14T10:07:13.401Z] master [2020-10-14T10:07:13.401Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:07:13.895Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:75437401aaf0e0f587015af03db21405a724386e [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:07:14.229Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:75437401aaf0e0f587015af03db21405a724386e [2020-10-14T10:07:14.229Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-10-14T10:07:14.229Z] 98e818742e0d: Preparing [2020-10-14T10:07:14.229Z] fb851d99300e: Preparing [2020-10-14T10:07:14.229Z] c997d716cc57: Preparing [2020-10-14T10:07:14.229Z] 22d2bd0349ed: Preparing [2020-10-14T10:07:14.229Z] 22d2bd0349ed: Preparing [2020-10-14T10:07:14.229Z] 618e179b80f4: Preparing [2020-10-14T10:07:14.229Z] 0c14b69b7749: Preparing [2020-10-14T10:07:14.229Z] 0d5e29da0062: Preparing [2020-10-14T10:07:14.229Z] 98e818742e0d: Preparing [2020-10-14T10:07:14.229Z] 51a341ec9211: Preparing [2020-10-14T10:07:14.229Z] 7598bb229daa: Preparing [2020-10-14T10:07:14.229Z] 1d306c65071f: Preparing [2020-10-14T10:07:14.229Z] 50644c29ef5a: Preparing [2020-10-14T10:07:14.229Z] 0d5e29da0062: Waiting [2020-10-14T10:07:14.229Z] 0c14b69b7749: Waiting [2020-10-14T10:07:14.229Z] 51a341ec9211: Waiting [2020-10-14T10:07:14.229Z] 7598bb229daa: Waiting [2020-10-14T10:07:14.229Z] 1d306c65071f: Waiting [2020-10-14T10:07:14.983Z] fb851d99300e: Pushed [2020-10-14T10:07:14.983Z] c997d716cc57: Pushed [2020-10-14T10:07:14.983Z] 618e179b80f4: Pushed [2020-10-14T10:07:14.983Z] 22d2bd0349ed: Pushed [2020-10-14T10:07:14.983Z] 51a341ec9211: Pushed [2020-10-14T10:07:14.983Z] 7598bb229daa: Pushed [2020-10-14T10:07:15.249Z] 0c14b69b7749: Pushed [2020-10-14T10:07:15.249Z] 0d5e29da0062: Pushed [2020-10-14T10:07:15.249Z] 50644c29ef5a: Layer already exists [2020-10-14T10:07:15.518Z] 1d306c65071f: Pushed [2020-10-14T10:07:15.783Z] 98e818742e0d: Pushed [2020-10-14T10:07:16.045Z] 75437401aaf0e0f587015af03db21405a724386e: digest: sha256:9eeaaa23493e9cc9b982962f9f17d78734c10bb1894dbd570849714fe06ac061 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:07:16.377Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.73 [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:07:16.772Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.73 [2020-10-14T10:07:16.772Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-10-14T10:07:16.772Z] 98e818742e0d: Preparing [2020-10-14T10:07:16.772Z] fb851d99300e: Preparing [2020-10-14T10:07:16.772Z] c997d716cc57: Preparing [2020-10-14T10:07:16.772Z] 22d2bd0349ed: Preparing [2020-10-14T10:07:16.772Z] 22d2bd0349ed: Preparing [2020-10-14T10:07:16.772Z] 618e179b80f4: Preparing [2020-10-14T10:07:16.772Z] 0c14b69b7749: Preparing [2020-10-14T10:07:16.772Z] 0d5e29da0062: Preparing [2020-10-14T10:07:16.772Z] 98e818742e0d: Preparing [2020-10-14T10:07:16.772Z] 51a341ec9211: Preparing [2020-10-14T10:07:16.772Z] 7598bb229daa: Preparing [2020-10-14T10:07:16.772Z] 1d306c65071f: Preparing [2020-10-14T10:07:16.772Z] 50644c29ef5a: Preparing [2020-10-14T10:07:16.772Z] 0d5e29da0062: Waiting [2020-10-14T10:07:16.772Z] 51a341ec9211: Waiting [2020-10-14T10:07:16.772Z] 7598bb229daa: Waiting [2020-10-14T10:07:16.772Z] 1d306c65071f: Waiting [2020-10-14T10:07:16.772Z] 50644c29ef5a: Waiting [2020-10-14T10:07:16.772Z] 0c14b69b7749: Waiting [2020-10-14T10:07:16.772Z] c997d716cc57: Layer already exists [2020-10-14T10:07:16.772Z] fb851d99300e: Layer already exists [2020-10-14T10:07:16.772Z] 618e179b80f4: Layer already exists [2020-10-14T10:07:16.772Z] 22d2bd0349ed: Layer already exists [2020-10-14T10:07:16.772Z] 98e818742e0d: Layer already exists [2020-10-14T10:07:16.772Z] 0d5e29da0062: Layer already exists [2020-10-14T10:07:16.772Z] 0c14b69b7749: Layer already exists [2020-10-14T10:07:16.772Z] 51a341ec9211: Layer already exists [2020-10-14T10:07:16.772Z] 1d306c65071f: Layer already exists [2020-10-14T10:07:16.772Z] 7598bb229daa: Layer already exists [2020-10-14T10:07:16.772Z] 50644c29ef5a: Layer already exists [2020-10-14T10:07:16.772Z] 1.2.2-dev.73: digest: sha256:9eeaaa23493e9cc9b982962f9f17d78734c10bb1894dbd570849714fe06ac061 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:07:17.197Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:75437401aaf0e0f587015af03db21405a724386e-1.2.2-dev.73 [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:07:17.586Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:75437401aaf0e0f587015af03db21405a724386e-1.2.2-dev.73 [2020-10-14T10:07:17.586Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-10-14T10:07:17.853Z] 98e818742e0d: Preparing [2020-10-14T10:07:17.854Z] fb851d99300e: Preparing [2020-10-14T10:07:17.854Z] c997d716cc57: Preparing [2020-10-14T10:07:17.854Z] 22d2bd0349ed: Preparing [2020-10-14T10:07:17.854Z] 22d2bd0349ed: Preparing [2020-10-14T10:07:17.854Z] 618e179b80f4: Preparing [2020-10-14T10:07:17.854Z] 0c14b69b7749: Preparing [2020-10-14T10:07:17.854Z] 0d5e29da0062: Preparing [2020-10-14T10:07:17.854Z] 98e818742e0d: Preparing [2020-10-14T10:07:17.854Z] 51a341ec9211: Preparing [2020-10-14T10:07:17.854Z] 7598bb229daa: Preparing [2020-10-14T10:07:17.854Z] 1d306c65071f: Preparing [2020-10-14T10:07:17.854Z] 50644c29ef5a: Preparing [2020-10-14T10:07:17.854Z] 0d5e29da0062: Waiting [2020-10-14T10:07:17.854Z] 51a341ec9211: Waiting [2020-10-14T10:07:17.854Z] 7598bb229daa: Waiting [2020-10-14T10:07:17.854Z] 1d306c65071f: Waiting [2020-10-14T10:07:17.854Z] 50644c29ef5a: Waiting [2020-10-14T10:07:17.854Z] 0c14b69b7749: Waiting [2020-10-14T10:07:17.854Z] fb851d99300e: Layer already exists [2020-10-14T10:07:17.854Z] 618e179b80f4: Layer already exists [2020-10-14T10:07:17.854Z] 98e818742e0d: Layer already exists [2020-10-14T10:07:17.854Z] c997d716cc57: Layer already exists [2020-10-14T10:07:17.854Z] 22d2bd0349ed: Layer already exists [2020-10-14T10:07:17.854Z] 51a341ec9211: Layer already exists [2020-10-14T10:07:17.854Z] 0c14b69b7749: Layer already exists [2020-10-14T10:07:17.854Z] 7598bb229daa: Layer already exists [2020-10-14T10:07:17.854Z] 0d5e29da0062: Layer already exists [2020-10-14T10:07:17.854Z] 1d306c65071f: Layer already exists [2020-10-14T10:07:17.854Z] 50644c29ef5a: Layer already exists [2020-10-14T10:07:17.854Z] 75437401aaf0e0f587015af03db21405a724386e-1.2.2-dev.73: digest: sha256:9eeaaa23493e9cc9b982962f9f17d78734c10bb1894dbd570849714fe06ac061 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:07:18.213Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:07:18.564Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [2020-10-14T10:07:18.564Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-10-14T10:07:18.564Z] 98e818742e0d: Preparing [2020-10-14T10:07:18.564Z] fb851d99300e: Preparing [2020-10-14T10:07:18.564Z] c997d716cc57: Preparing [2020-10-14T10:07:18.564Z] 22d2bd0349ed: Preparing [2020-10-14T10:07:18.564Z] 22d2bd0349ed: Preparing [2020-10-14T10:07:18.564Z] 618e179b80f4: Preparing [2020-10-14T10:07:18.564Z] 0c14b69b7749: Preparing [2020-10-14T10:07:18.564Z] 0d5e29da0062: Preparing [2020-10-14T10:07:18.564Z] 98e818742e0d: Preparing [2020-10-14T10:07:18.564Z] 51a341ec9211: Preparing [2020-10-14T10:07:18.564Z] 7598bb229daa: Preparing [2020-10-14T10:07:18.564Z] 1d306c65071f: Preparing [2020-10-14T10:07:18.564Z] 50644c29ef5a: Preparing [2020-10-14T10:07:18.564Z] 0c14b69b7749: Waiting [2020-10-14T10:07:18.564Z] 7598bb229daa: Waiting [2020-10-14T10:07:18.564Z] 1d306c65071f: Waiting [2020-10-14T10:07:18.564Z] 50644c29ef5a: Waiting [2020-10-14T10:07:18.564Z] 0d5e29da0062: Waiting [2020-10-14T10:07:18.564Z] 51a341ec9211: Waiting [2020-10-14T10:07:18.564Z] 98e818742e0d: Layer already exists [2020-10-14T10:07:18.564Z] 618e179b80f4: Layer already exists [2020-10-14T10:07:18.564Z] c997d716cc57: Layer already exists [2020-10-14T10:07:18.564Z] fb851d99300e: Layer already exists [2020-10-14T10:07:18.917Z] 22d2bd0349ed: Layer already exists [2020-10-14T10:07:18.917Z] 0d5e29da0062: Layer already exists [2020-10-14T10:07:18.917Z] 0c14b69b7749: Layer already exists [2020-10-14T10:07:18.917Z] 7598bb229daa: Layer already exists [2020-10-14T10:07:18.917Z] 51a341ec9211: Layer already exists [2020-10-14T10:07:18.917Z] 1d306c65071f: Layer already exists [2020-10-14T10:07:18.917Z] 50644c29ef5a: Layer already exists [2020-10-14T10:07:19.254Z] master: digest: sha256:9eeaaa23493e9cc9b982962f9f17d78734c10bb1894dbd570849714fe06ac061 size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-14T10:07:19.672Z] ===================================================== [Pipeline] echo [2020-10-14T10:07:19.719Z] taggedImages: [2020-10-14T10:07:19.719Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:75437401aaf0e0f587015af03db21405a724386e [2020-10-14T10:07:19.719Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.73 [2020-10-14T10:07:19.719Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:75437401aaf0e0f587015af03db21405a724386e-1.2.2-dev.73 [2020-10-14T10:07:19.719Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] echo [2020-10-14T10:07:19.799Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2020-10-14T10:07:19.799Z] 75437401aaf0e0f587015af03db21405a724386e [2020-10-14T10:07:19.799Z] 1.2.2-dev.73 [2020-10-14T10:07:19.799Z] 75437401aaf0e0f587015af03db21405a724386e-1.2.2-dev.73 [2020-10-14T10:07:19.799Z] master [2020-10-14T10:07:19.799Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:07:20.360Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:75437401aaf0e0f587015af03db21405a724386e [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:07:20.672Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:75437401aaf0e0f587015af03db21405a724386e [2020-10-14T10:07:20.673Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-10-14T10:07:20.673Z] 531f7e322d9a: Preparing [2020-10-14T10:07:20.673Z] deeeec576cca: Preparing [2020-10-14T10:07:20.673Z] 3bc9e8459484: Preparing [2020-10-14T10:07:20.673Z] a9e6fccaf4cf: Preparing [2020-10-14T10:07:20.673Z] 146c66ce8a4f: Preparing [2020-10-14T10:07:20.673Z] a26fb803cfa9: Preparing [2020-10-14T10:07:20.673Z] 1e4586569323: Preparing [2020-10-14T10:07:20.673Z] 69dd6634273d: Preparing [2020-10-14T10:07:20.673Z] 8e10365e0403: Preparing [2020-10-14T10:07:20.673Z] 71fef347c35c: Preparing [2020-10-14T10:07:20.673Z] 1b3ee35aacca: Preparing [2020-10-14T10:07:20.673Z] a26fb803cfa9: Waiting [2020-10-14T10:07:20.673Z] 1e4586569323: Waiting [2020-10-14T10:07:20.673Z] 69dd6634273d: Waiting [2020-10-14T10:07:20.673Z] 8e10365e0403: Waiting [2020-10-14T10:07:20.673Z] 71fef347c35c: Waiting [2020-10-14T10:07:20.673Z] 1b3ee35aacca: Waiting [2020-10-14T10:07:20.942Z] 531f7e322d9a: Pushed [2020-10-14T10:07:20.942Z] deeeec576cca: Pushed [2020-10-14T10:07:21.246Z] a26fb803cfa9: Pushed [2020-10-14T10:07:21.246Z] 1e4586569323: Pushed [2020-10-14T10:07:21.552Z] 69dd6634273d: Pushed [2020-10-14T10:07:21.552Z] 8e10365e0403: Pushed [2020-10-14T10:07:21.830Z] 1b3ee35aacca: Layer already exists [2020-10-14T10:07:22.095Z] 3bc9e8459484: Pushed [2020-10-14T10:07:22.095Z] 146c66ce8a4f: Pushed [2020-10-14T10:07:22.095Z] 71fef347c35c: Pushed [2020-10-14T10:07:22.095Z] a9e6fccaf4cf: Pushed [2020-10-14T10:07:22.356Z] 75437401aaf0e0f587015af03db21405a724386e: digest: sha256:b36be2cc494fe405a3d0b16150a1d2a43d05c8c6b58e586169e78b8da4a579ec size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:07:22.673Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.73 [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:07:23.008Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.73 [2020-10-14T10:07:23.009Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-10-14T10:07:23.009Z] 531f7e322d9a: Preparing [2020-10-14T10:07:23.009Z] deeeec576cca: Preparing [2020-10-14T10:07:23.009Z] 3bc9e8459484: Preparing [2020-10-14T10:07:23.009Z] a9e6fccaf4cf: Preparing [2020-10-14T10:07:23.009Z] 146c66ce8a4f: Preparing [2020-10-14T10:07:23.009Z] a26fb803cfa9: Preparing [2020-10-14T10:07:23.009Z] 1e4586569323: Preparing [2020-10-14T10:07:23.009Z] 69dd6634273d: Preparing [2020-10-14T10:07:23.009Z] 8e10365e0403: Preparing [2020-10-14T10:07:23.009Z] 71fef347c35c: Preparing [2020-10-14T10:07:23.009Z] 1b3ee35aacca: Preparing [2020-10-14T10:07:23.009Z] a26fb803cfa9: Waiting [2020-10-14T10:07:23.009Z] 1e4586569323: Waiting [2020-10-14T10:07:23.009Z] 69dd6634273d: Waiting [2020-10-14T10:07:23.009Z] 8e10365e0403: Waiting [2020-10-14T10:07:23.009Z] 71fef347c35c: Waiting [2020-10-14T10:07:23.009Z] 1b3ee35aacca: Waiting [2020-10-14T10:07:23.009Z] 531f7e322d9a: Layer already exists [2020-10-14T10:07:23.009Z] 146c66ce8a4f: Layer already exists [2020-10-14T10:07:23.009Z] 3bc9e8459484: Layer already exists [2020-10-14T10:07:23.009Z] a9e6fccaf4cf: Layer already exists [2020-10-14T10:07:23.009Z] deeeec576cca: Layer already exists [2020-10-14T10:07:23.009Z] 1e4586569323: Layer already exists [2020-10-14T10:07:23.009Z] a26fb803cfa9: Layer already exists [2020-10-14T10:07:23.009Z] 69dd6634273d: Layer already exists [2020-10-14T10:07:23.009Z] 71fef347c35c: Layer already exists [2020-10-14T10:07:23.009Z] 8e10365e0403: Layer already exists [2020-10-14T10:07:23.009Z] 1b3ee35aacca: Layer already exists [2020-10-14T10:07:23.295Z] 1.2.2-dev.73: digest: sha256:b36be2cc494fe405a3d0b16150a1d2a43d05c8c6b58e586169e78b8da4a579ec size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:07:23.633Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:75437401aaf0e0f587015af03db21405a724386e-1.2.2-dev.73 [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:07:23.952Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:75437401aaf0e0f587015af03db21405a724386e-1.2.2-dev.73 [2020-10-14T10:07:23.952Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-10-14T10:07:23.952Z] 531f7e322d9a: Preparing [2020-10-14T10:07:23.952Z] deeeec576cca: Preparing [2020-10-14T10:07:23.952Z] 3bc9e8459484: Preparing [2020-10-14T10:07:23.952Z] a9e6fccaf4cf: Preparing [2020-10-14T10:07:23.952Z] 146c66ce8a4f: Preparing [2020-10-14T10:07:23.952Z] a26fb803cfa9: Preparing [2020-10-14T10:07:23.952Z] 1e4586569323: Preparing [2020-10-14T10:07:23.952Z] 69dd6634273d: Preparing [2020-10-14T10:07:23.952Z] 8e10365e0403: Preparing [2020-10-14T10:07:23.952Z] 71fef347c35c: Preparing [2020-10-14T10:07:23.952Z] 1b3ee35aacca: Preparing [2020-10-14T10:07:23.952Z] 69dd6634273d: Waiting [2020-10-14T10:07:23.952Z] a26fb803cfa9: Waiting [2020-10-14T10:07:23.952Z] 8e10365e0403: Waiting [2020-10-14T10:07:23.952Z] 71fef347c35c: Waiting [2020-10-14T10:07:23.952Z] 1e4586569323: Waiting [2020-10-14T10:07:23.952Z] 1b3ee35aacca: Waiting [2020-10-14T10:07:23.952Z] 146c66ce8a4f: Layer already exists [2020-10-14T10:07:23.952Z] deeeec576cca: Layer already exists [2020-10-14T10:07:23.952Z] 3bc9e8459484: Layer already exists [2020-10-14T10:07:23.952Z] a9e6fccaf4cf: Layer already exists [2020-10-14T10:07:23.952Z] 531f7e322d9a: Layer already exists [2020-10-14T10:07:23.952Z] 1e4586569323: Layer already exists [2020-10-14T10:07:23.952Z] 69dd6634273d: Layer already exists [2020-10-14T10:07:23.952Z] a26fb803cfa9: Layer already exists [2020-10-14T10:07:23.952Z] 71fef347c35c: Layer already exists [2020-10-14T10:07:23.952Z] 8e10365e0403: Layer already exists [2020-10-14T10:07:23.952Z] 1b3ee35aacca: Layer already exists [2020-10-14T10:07:24.223Z] 75437401aaf0e0f587015af03db21405a724386e-1.2.2-dev.73: digest: sha256:b36be2cc494fe405a3d0b16150a1d2a43d05c8c6b58e586169e78b8da4a579ec size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:07:24.574Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:07:24.897Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2020-10-14T10:07:25.181Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-10-14T10:07:25.181Z] 531f7e322d9a: Preparing [2020-10-14T10:07:25.181Z] deeeec576cca: Preparing [2020-10-14T10:07:25.181Z] 3bc9e8459484: Preparing [2020-10-14T10:07:25.181Z] a9e6fccaf4cf: Preparing [2020-10-14T10:07:25.181Z] 146c66ce8a4f: Preparing [2020-10-14T10:07:25.181Z] a26fb803cfa9: Preparing [2020-10-14T10:07:25.181Z] 1e4586569323: Preparing [2020-10-14T10:07:25.181Z] 69dd6634273d: Preparing [2020-10-14T10:07:25.181Z] 8e10365e0403: Preparing [2020-10-14T10:07:25.181Z] 71fef347c35c: Preparing [2020-10-14T10:07:25.181Z] 1b3ee35aacca: Preparing [2020-10-14T10:07:25.181Z] 1e4586569323: Waiting [2020-10-14T10:07:25.181Z] 69dd6634273d: Waiting [2020-10-14T10:07:25.181Z] a26fb803cfa9: Waiting [2020-10-14T10:07:25.181Z] 8e10365e0403: Waiting [2020-10-14T10:07:25.181Z] 71fef347c35c: Waiting [2020-10-14T10:07:25.181Z] 1b3ee35aacca: Waiting [2020-10-14T10:07:25.181Z] 531f7e322d9a: Layer already exists [2020-10-14T10:07:25.181Z] 146c66ce8a4f: Layer already exists [2020-10-14T10:07:25.181Z] 3bc9e8459484: Layer already exists [2020-10-14T10:07:25.181Z] deeeec576cca: Layer already exists [2020-10-14T10:07:25.181Z] a9e6fccaf4cf: Layer already exists [2020-10-14T10:07:25.181Z] 1e4586569323: Layer already exists [2020-10-14T10:07:25.181Z] a26fb803cfa9: Layer already exists [2020-10-14T10:07:25.181Z] 8e10365e0403: Layer already exists [2020-10-14T10:07:25.181Z] 71fef347c35c: Layer already exists [2020-10-14T10:07:25.181Z] 1b3ee35aacca: Layer already exists [2020-10-14T10:07:25.181Z] 69dd6634273d: Layer already exists [2020-10-14T10:07:25.444Z] master: digest: sha256:b36be2cc494fe405a3d0b16150a1d2a43d05c8c6b58e586169e78b8da4a579ec size: 2616 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-14T10:07:25.695Z] ===================================================== [Pipeline] echo [2020-10-14T10:07:25.743Z] taggedImages: [2020-10-14T10:07:25.743Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:75437401aaf0e0f587015af03db21405a724386e [2020-10-14T10:07:25.743Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.73 [2020-10-14T10:07:25.743Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:75437401aaf0e0f587015af03db21405a724386e-1.2.2-dev.73 [2020-10-14T10:07:25.743Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2020-10-14T10:07:25.806Z] [edgeXDocker.push] Tagging docker image docker-support-logging-go with the following tags: [2020-10-14T10:07:25.807Z] 75437401aaf0e0f587015af03db21405a724386e [2020-10-14T10:07:25.807Z] 1.2.2-dev.73 [2020-10-14T10:07:25.807Z] 75437401aaf0e0f587015af03db21405a724386e-1.2.2-dev.73 [2020-10-14T10:07:25.807Z] master [2020-10-14T10:07:25.807Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:07:26.298Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:75437401aaf0e0f587015af03db21405a724386e [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:07:26.629Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:75437401aaf0e0f587015af03db21405a724386e [2020-10-14T10:07:26.629Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-10-14T10:07:26.629Z] fd9af04973d8: Preparing [2020-10-14T10:07:26.629Z] 9fac5e59bcee: Preparing [2020-10-14T10:07:26.629Z] 5c799f4e02c8: Preparing [2020-10-14T10:07:26.629Z] 1bd08c89c0e8: Preparing [2020-10-14T10:07:26.909Z] 5c799f4e02c8: Pushed [2020-10-14T10:07:26.909Z] fd9af04973d8: Pushed [2020-10-14T10:07:26.909Z] 1bd08c89c0e8: Pushed [2020-10-14T10:07:28.489Z] 9fac5e59bcee: Pushed [2020-10-14T10:07:28.762Z] 75437401aaf0e0f587015af03db21405a724386e: digest: sha256:0c53b207fe4080511f51b2d4705c66c9b453164d15e5ec39375e46a3529a81c5 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:07:29.186Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.73 [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:07:29.554Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.73 [2020-10-14T10:07:29.554Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-10-14T10:07:29.554Z] fd9af04973d8: Preparing [2020-10-14T10:07:29.554Z] 9fac5e59bcee: Preparing [2020-10-14T10:07:29.554Z] 5c799f4e02c8: Preparing [2020-10-14T10:07:29.554Z] 1bd08c89c0e8: Preparing [2020-10-14T10:07:29.554Z] 1bd08c89c0e8: Layer already exists [2020-10-14T10:07:29.554Z] 9fac5e59bcee: Layer already exists [2020-10-14T10:07:29.554Z] fd9af04973d8: Layer already exists [2020-10-14T10:07:29.554Z] 5c799f4e02c8: Layer already exists [2020-10-14T10:07:29.825Z] 1.2.2-dev.73: digest: sha256:0c53b207fe4080511f51b2d4705c66c9b453164d15e5ec39375e46a3529a81c5 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:07:30.145Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:75437401aaf0e0f587015af03db21405a724386e-1.2.2-dev.73 [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:07:30.528Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:75437401aaf0e0f587015af03db21405a724386e-1.2.2-dev.73 [2020-10-14T10:07:30.529Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-10-14T10:07:30.794Z] fd9af04973d8: Preparing [2020-10-14T10:07:30.794Z] 9fac5e59bcee: Preparing [2020-10-14T10:07:30.794Z] 5c799f4e02c8: Preparing [2020-10-14T10:07:30.794Z] 1bd08c89c0e8: Preparing [2020-10-14T10:07:30.794Z] 5c799f4e02c8: Layer already exists [2020-10-14T10:07:30.794Z] fd9af04973d8: Layer already exists [2020-10-14T10:07:30.794Z] 9fac5e59bcee: Layer already exists [2020-10-14T10:07:30.794Z] 1bd08c89c0e8: Layer already exists [2020-10-14T10:07:30.794Z] 75437401aaf0e0f587015af03db21405a724386e-1.2.2-dev.73: digest: sha256:0c53b207fe4080511f51b2d4705c66c9b453164d15e5ec39375e46a3529a81c5 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:07:31.159Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:07:31.540Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [2020-10-14T10:07:31.540Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-10-14T10:07:31.540Z] fd9af04973d8: Preparing [2020-10-14T10:07:31.540Z] 9fac5e59bcee: Preparing [2020-10-14T10:07:31.540Z] 5c799f4e02c8: Preparing [2020-10-14T10:07:31.540Z] 1bd08c89c0e8: Preparing [2020-10-14T10:07:31.540Z] fd9af04973d8: Layer already exists [2020-10-14T10:07:31.540Z] 1bd08c89c0e8: Layer already exists [2020-10-14T10:07:31.540Z] 9fac5e59bcee: Layer already exists [2020-10-14T10:07:31.540Z] 5c799f4e02c8: Layer already exists [2020-10-14T10:07:31.540Z] master: digest: sha256:0c53b207fe4080511f51b2d4705c66c9b453164d15e5ec39375e46a3529a81c5 size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-14T10:07:31.727Z] ===================================================== [Pipeline] echo [2020-10-14T10:07:31.771Z] taggedImages: [2020-10-14T10:07:31.771Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:75437401aaf0e0f587015af03db21405a724386e [2020-10-14T10:07:31.771Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.73 [2020-10-14T10:07:31.771Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:75437401aaf0e0f587015af03db21405a724386e-1.2.2-dev.73 [2020-10-14T10:07:31.771Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] echo [2020-10-14T10:07:31.837Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2020-10-14T10:07:31.837Z] 75437401aaf0e0f587015af03db21405a724386e [2020-10-14T10:07:31.837Z] 1.2.2-dev.73 [2020-10-14T10:07:31.837Z] 75437401aaf0e0f587015af03db21405a724386e-1.2.2-dev.73 [2020-10-14T10:07:31.837Z] master [2020-10-14T10:07:31.837Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:07:32.370Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:75437401aaf0e0f587015af03db21405a724386e [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:07:33.023Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:75437401aaf0e0f587015af03db21405a724386e [2020-10-14T10:07:33.023Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-10-14T10:07:33.023Z] ad8094787c62: Preparing [2020-10-14T10:07:33.023Z] c509cb61758d: Preparing [2020-10-14T10:07:33.023Z] 39c6e5518425: Preparing [2020-10-14T10:07:33.023Z] 7d32b32755dd: Preparing [2020-10-14T10:07:33.023Z] 6a29bde1b79a: Preparing [2020-10-14T10:07:33.023Z] 26c2c82f8c73: Preparing [2020-10-14T10:07:33.023Z] 26c2c82f8c73: Waiting [2020-10-14T10:07:33.365Z] 39c6e5518425: Pushed [2020-10-14T10:07:33.365Z] 7d32b32755dd: Pushed [2020-10-14T10:07:33.365Z] ad8094787c62: Pushed [2020-10-14T10:07:33.646Z] 6a29bde1b79a: Pushed [2020-10-14T10:07:33.646Z] 26c2c82f8c73: Pushed [2020-10-14T10:07:35.093Z] c509cb61758d: Pushed [2020-10-14T10:07:35.093Z] 75437401aaf0e0f587015af03db21405a724386e: digest: sha256:c57d3397a855c967b38edabb0d06488d4ef743956d4eafd2f5321b6411a6bf7b size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:07:35.425Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.73 [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:07:35.776Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.73 [2020-10-14T10:07:35.776Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-10-14T10:07:35.776Z] ad8094787c62: Preparing [2020-10-14T10:07:35.776Z] c509cb61758d: Preparing [2020-10-14T10:07:35.776Z] 39c6e5518425: Preparing [2020-10-14T10:07:35.776Z] 7d32b32755dd: Preparing [2020-10-14T10:07:35.776Z] 6a29bde1b79a: Preparing [2020-10-14T10:07:35.776Z] 26c2c82f8c73: Preparing [2020-10-14T10:07:35.776Z] 26c2c82f8c73: Waiting [2020-10-14T10:07:35.776Z] 6a29bde1b79a: Layer already exists [2020-10-14T10:07:35.776Z] 39c6e5518425: Layer already exists [2020-10-14T10:07:35.776Z] c509cb61758d: Layer already exists [2020-10-14T10:07:35.776Z] 7d32b32755dd: Layer already exists [2020-10-14T10:07:35.776Z] ad8094787c62: Layer already exists [2020-10-14T10:07:36.048Z] 26c2c82f8c73: Layer already exists [2020-10-14T10:07:36.048Z] 1.2.2-dev.73: digest: sha256:c57d3397a855c967b38edabb0d06488d4ef743956d4eafd2f5321b6411a6bf7b size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:07:36.391Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:75437401aaf0e0f587015af03db21405a724386e-1.2.2-dev.73 [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:07:36.723Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:75437401aaf0e0f587015af03db21405a724386e-1.2.2-dev.73 [2020-10-14T10:07:36.723Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-10-14T10:07:36.723Z] ad8094787c62: Preparing [2020-10-14T10:07:36.723Z] c509cb61758d: Preparing [2020-10-14T10:07:36.723Z] 39c6e5518425: Preparing [2020-10-14T10:07:36.723Z] 7d32b32755dd: Preparing [2020-10-14T10:07:36.723Z] 6a29bde1b79a: Preparing [2020-10-14T10:07:36.723Z] 26c2c82f8c73: Preparing [2020-10-14T10:07:36.723Z] 26c2c82f8c73: Waiting [2020-10-14T10:07:36.723Z] ad8094787c62: Layer already exists [2020-10-14T10:07:36.723Z] 6a29bde1b79a: Layer already exists [2020-10-14T10:07:36.723Z] c509cb61758d: Layer already exists [2020-10-14T10:07:36.723Z] 39c6e5518425: Layer already exists [2020-10-14T10:07:36.723Z] 7d32b32755dd: Layer already exists [2020-10-14T10:07:36.723Z] 26c2c82f8c73: Layer already exists [2020-10-14T10:07:36.989Z] 75437401aaf0e0f587015af03db21405a724386e-1.2.2-dev.73: digest: sha256:c57d3397a855c967b38edabb0d06488d4ef743956d4eafd2f5321b6411a6bf7b size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:07:37.333Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:07:37.661Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2020-10-14T10:07:37.661Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-10-14T10:07:37.661Z] ad8094787c62: Preparing [2020-10-14T10:07:37.661Z] c509cb61758d: Preparing [2020-10-14T10:07:37.661Z] 39c6e5518425: Preparing [2020-10-14T10:07:37.661Z] 7d32b32755dd: Preparing [2020-10-14T10:07:37.661Z] 6a29bde1b79a: Preparing [2020-10-14T10:07:37.661Z] 26c2c82f8c73: Preparing [2020-10-14T10:07:37.661Z] 26c2c82f8c73: Waiting [2020-10-14T10:07:37.661Z] 7d32b32755dd: Layer already exists [2020-10-14T10:07:37.661Z] c509cb61758d: Layer already exists [2020-10-14T10:07:37.661Z] 39c6e5518425: Layer already exists [2020-10-14T10:07:37.661Z] 6a29bde1b79a: Layer already exists [2020-10-14T10:07:37.661Z] ad8094787c62: Layer already exists [2020-10-14T10:07:37.661Z] 26c2c82f8c73: Layer already exists [2020-10-14T10:07:37.926Z] master: digest: sha256:c57d3397a855c967b38edabb0d06488d4ef743956d4eafd2f5321b6411a6bf7b size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-14T10:07:38.126Z] ===================================================== [Pipeline] echo [2020-10-14T10:07:38.173Z] taggedImages: [2020-10-14T10:07:38.173Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:75437401aaf0e0f587015af03db21405a724386e [2020-10-14T10:07:38.173Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.73 [2020-10-14T10:07:38.173Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:75437401aaf0e0f587015af03db21405a724386e-1.2.2-dev.73 [2020-10-14T10:07:38.173Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2020-10-14T10:07:38.239Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2020-10-14T10:07:38.239Z] 75437401aaf0e0f587015af03db21405a724386e [2020-10-14T10:07:38.239Z] 1.2.2-dev.73 [2020-10-14T10:07:38.239Z] 75437401aaf0e0f587015af03db21405a724386e-1.2.2-dev.73 [2020-10-14T10:07:38.239Z] master [2020-10-14T10:07:38.239Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:07:38.727Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:75437401aaf0e0f587015af03db21405a724386e [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:07:39.130Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:75437401aaf0e0f587015af03db21405a724386e [2020-10-14T10:07:39.130Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-10-14T10:07:39.130Z] 4088735c8fef: Preparing [2020-10-14T10:07:39.130Z] 8e31cff49c2d: Preparing [2020-10-14T10:07:39.130Z] 1a01cc99650e: Preparing [2020-10-14T10:07:39.512Z] 1a01cc99650e: Pushed [2020-10-14T10:07:39.512Z] 4088735c8fef: Pushed [2020-10-14T10:07:40.966Z] 8e31cff49c2d: Pushed [2020-10-14T10:07:40.966Z] 75437401aaf0e0f587015af03db21405a724386e: digest: sha256:684317eb9e3251263aacfb479fa21cbb2a1720f40009b1a2eab341cba5bddfa7 size: 944 [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:07:41.296Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.73 [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:07:41.653Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.73 [2020-10-14T10:07:41.654Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-10-14T10:07:41.654Z] 4088735c8fef: Preparing [2020-10-14T10:07:41.654Z] 8e31cff49c2d: Preparing [2020-10-14T10:07:41.654Z] 1a01cc99650e: Preparing [2020-10-14T10:07:41.929Z] 1a01cc99650e: Layer already exists [2020-10-14T10:07:41.929Z] 4088735c8fef: Layer already exists [2020-10-14T10:07:41.929Z] 8e31cff49c2d: Layer already exists [2020-10-14T10:07:41.929Z] 1.2.2-dev.73: digest: sha256:684317eb9e3251263aacfb479fa21cbb2a1720f40009b1a2eab341cba5bddfa7 size: 944 [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:07:42.305Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:75437401aaf0e0f587015af03db21405a724386e-1.2.2-dev.73 [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:07:42.634Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:75437401aaf0e0f587015af03db21405a724386e-1.2.2-dev.73 [2020-10-14T10:07:42.634Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-10-14T10:07:42.634Z] 4088735c8fef: Preparing [2020-10-14T10:07:42.634Z] 8e31cff49c2d: Preparing [2020-10-14T10:07:42.634Z] 1a01cc99650e: Preparing [2020-10-14T10:07:42.634Z] 8e31cff49c2d: Layer already exists [2020-10-14T10:07:42.634Z] 1a01cc99650e: Layer already exists [2020-10-14T10:07:42.634Z] 4088735c8fef: Layer already exists [2020-10-14T10:07:42.634Z] 75437401aaf0e0f587015af03db21405a724386e-1.2.2-dev.73: digest: sha256:684317eb9e3251263aacfb479fa21cbb2a1720f40009b1a2eab341cba5bddfa7 size: 944 [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:07:43.281Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:07:43.632Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2020-10-14T10:07:43.633Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-10-14T10:07:43.633Z] 4088735c8fef: Preparing [2020-10-14T10:07:43.633Z] 8e31cff49c2d: Preparing [2020-10-14T10:07:43.633Z] 1a01cc99650e: Preparing [2020-10-14T10:07:43.633Z] 1a01cc99650e: Layer already exists [2020-10-14T10:07:43.633Z] 8e31cff49c2d: Layer already exists [2020-10-14T10:07:43.633Z] 4088735c8fef: Layer already exists [2020-10-14T10:07:43.633Z] master: digest: sha256:684317eb9e3251263aacfb479fa21cbb2a1720f40009b1a2eab341cba5bddfa7 size: 944 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-14T10:07:43.838Z] ===================================================== [Pipeline] echo [2020-10-14T10:07:43.899Z] taggedImages: [2020-10-14T10:07:43.899Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:75437401aaf0e0f587015af03db21405a724386e [2020-10-14T10:07:43.899Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.73 [2020-10-14T10:07:43.899Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:75437401aaf0e0f587015af03db21405a724386e-1.2.2-dev.73 [2020-10-14T10:07:43.899Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2020-10-14T10:07:43.971Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2020-10-14T10:07:43.971Z] 75437401aaf0e0f587015af03db21405a724386e [2020-10-14T10:07:43.971Z] 1.2.2-dev.73 [2020-10-14T10:07:43.971Z] 75437401aaf0e0f587015af03db21405a724386e-1.2.2-dev.73 [2020-10-14T10:07:43.971Z] master [2020-10-14T10:07:43.971Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:07:44.490Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:75437401aaf0e0f587015af03db21405a724386e [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:07:44.894Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:75437401aaf0e0f587015af03db21405a724386e [2020-10-14T10:07:45.184Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-10-14T10:07:45.184Z] 49c474ea0567: Preparing [2020-10-14T10:07:45.184Z] 94c91099455e: Preparing [2020-10-14T10:07:45.184Z] 2ce84916923d: Preparing [2020-10-14T10:07:45.184Z] abc63bd58ff7: Preparing [2020-10-14T10:07:45.184Z] 8dc087204ec1: Preparing [2020-10-14T10:07:45.184Z] 6200f3e7d2d5: Preparing [2020-10-14T10:07:45.184Z] f8555c0f160b: Preparing [2020-10-14T10:07:45.184Z] 527eef706b20: Preparing [2020-10-14T10:07:45.184Z] 224742e9e948: Preparing [2020-10-14T10:07:45.184Z] 5391e5290f13: Preparing [2020-10-14T10:07:45.184Z] 13baed61c795: Preparing [2020-10-14T10:07:45.184Z] 51d6d3d09136: Preparing [2020-10-14T10:07:45.184Z] 1507bc794612: Preparing [2020-10-14T10:07:45.184Z] 50644c29ef5a: Preparing [2020-10-14T10:07:45.184Z] 6200f3e7d2d5: Waiting [2020-10-14T10:07:45.184Z] f8555c0f160b: Waiting [2020-10-14T10:07:45.184Z] 527eef706b20: Waiting [2020-10-14T10:07:45.184Z] 224742e9e948: Waiting [2020-10-14T10:07:45.184Z] 5391e5290f13: Waiting [2020-10-14T10:07:45.184Z] 13baed61c795: Waiting [2020-10-14T10:07:45.184Z] 51d6d3d09136: Waiting [2020-10-14T10:07:45.184Z] 1507bc794612: Waiting [2020-10-14T10:07:45.184Z] 50644c29ef5a: Waiting [2020-10-14T10:07:45.958Z] 8dc087204ec1: Pushed [2020-10-14T10:07:45.958Z] 49c474ea0567: Pushed [2020-10-14T10:07:46.730Z] abc63bd58ff7: Pushed [2020-10-14T10:07:46.730Z] f8555c0f160b: Pushed [2020-10-14T10:07:46.730Z] 527eef706b20: Layer already exists [2020-10-14T10:07:46.730Z] 224742e9e948: Layer already exists [2020-10-14T10:07:46.730Z] 5391e5290f13: Layer already exists [2020-10-14T10:07:46.730Z] 13baed61c795: Layer already exists [2020-10-14T10:07:46.730Z] 51d6d3d09136: Layer already exists [2020-10-14T10:07:46.730Z] 1507bc794612: Layer already exists [2020-10-14T10:07:47.064Z] 94c91099455e: Pushed [2020-10-14T10:07:47.064Z] 50644c29ef5a: Layer already exists [2020-10-14T10:07:47.703Z] 6200f3e7d2d5: Pushed [2020-10-14T10:07:51.017Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-14T10:07:51.017Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-14T10:07:51.017Z] ---> d47949c1b983 [2020-10-14T10:07:51.017Z] Step 3/22 : WORKDIR /edgex-go [2020-10-14T10:07:51.017Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-14T10:07:51.017Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-10-14T10:07:51.017Z] ---> d47949c1b983 [2020-10-14T10:07:51.017Z] Step 3/24 : WORKDIR /edgex-go [2020-10-14T10:07:51.017Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-14T10:07:51.017Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-10-14T10:07:51.017Z] ---> d47949c1b983 [2020-10-14T10:07:51.017Z] Step 3/20 : WORKDIR /edgex-go [2020-10-14T10:07:51.017Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-14T10:07:51.017Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-10-14T10:07:51.017Z] ---> d47949c1b983 [2020-10-14T10:07:51.017Z] Step 3/23 : WORKDIR /edgex-go [2020-10-14T10:07:51.017Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-14T10:07:51.017Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-14T10:07:51.017Z] ---> d47949c1b983 [2020-10-14T10:07:51.017Z] Step 3/22 : WORKDIR /edgex-go [2020-10-14T10:07:53.021Z] ---> Running in 560be5d4f92f [2020-10-14T10:07:53.021Z] ---> Running in d3cce5597c80 [2020-10-14T10:07:53.021Z] ---> Running in 3b33db5c2093 [2020-10-14T10:07:53.021Z] ---> Running in c4def4abe8a0 [2020-10-14T10:07:53.021Z] ---> Running in 84388e364095 [2020-10-14T10:07:53.620Z] Removing intermediate container d3cce5597c80 [2020-10-14T10:07:53.620Z] ---> 89d5b48efa85 [2020-10-14T10:07:53.620Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-14T10:07:53.620Z] Removing intermediate container 84388e364095 [2020-10-14T10:07:53.620Z] ---> dd1f603876ae [2020-10-14T10:07:53.620Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-14T10:07:53.620Z] Removing intermediate container c4def4abe8a0 [2020-10-14T10:07:53.620Z] ---> 06e959c40bc0 [2020-10-14T10:07:53.620Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-14T10:07:53.754Z] 2ce84916923d: Pushed [2020-10-14T10:07:53.754Z] 75437401aaf0e0f587015af03db21405a724386e: digest: sha256:6444e7eb4a5fe93f99785ebb054d8a068046b36621637dbeaeb341cef9c4d603 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:07:53.897Z] Removing intermediate container 560be5d4f92f [2020-10-14T10:07:53.898Z] ---> e37945c444ef [2020-10-14T10:07:53.898Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-14T10:07:53.898Z] Removing intermediate container 3b33db5c2093 [2020-10-14T10:07:53.898Z] ---> ae3b54ca068b [2020-10-14T10:07:53.898Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-14T10:07:53.898Z] ---> Running in 9c297aa8eb74 [2020-10-14T10:07:53.898Z] ---> Running in 3cfc4625336f [2020-10-14T10:07:53.898Z] ---> Running in 32ae36ded613 [2020-10-14T10:07:54.171Z] ---> Running in 39acbc102683 [2020-10-14T10:07:54.171Z] ---> Running in 5d3e0acfb7d1 [2020-10-14T10:07:54.272Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.73 [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:07:54.621Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.73 [2020-10-14T10:07:54.622Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-10-14T10:07:54.622Z] 49c474ea0567: Preparing [2020-10-14T10:07:54.622Z] 94c91099455e: Preparing [2020-10-14T10:07:54.622Z] 2ce84916923d: Preparing [2020-10-14T10:07:54.622Z] abc63bd58ff7: Preparing [2020-10-14T10:07:54.622Z] 8dc087204ec1: Preparing [2020-10-14T10:07:54.622Z] 6200f3e7d2d5: Preparing [2020-10-14T10:07:54.622Z] f8555c0f160b: Preparing [2020-10-14T10:07:54.622Z] 527eef706b20: Preparing [2020-10-14T10:07:54.622Z] 224742e9e948: Preparing [2020-10-14T10:07:54.622Z] 5391e5290f13: Preparing [2020-10-14T10:07:54.622Z] 13baed61c795: Preparing [2020-10-14T10:07:54.622Z] 51d6d3d09136: Preparing [2020-10-14T10:07:54.622Z] 1507bc794612: Preparing [2020-10-14T10:07:54.622Z] 50644c29ef5a: Preparing [2020-10-14T10:07:54.622Z] 6200f3e7d2d5: Waiting [2020-10-14T10:07:54.622Z] f8555c0f160b: Waiting [2020-10-14T10:07:54.622Z] 527eef706b20: Waiting [2020-10-14T10:07:54.622Z] 51d6d3d09136: Waiting [2020-10-14T10:07:54.622Z] 224742e9e948: Waiting [2020-10-14T10:07:54.622Z] 5391e5290f13: Waiting [2020-10-14T10:07:54.622Z] 1507bc794612: Waiting [2020-10-14T10:07:54.622Z] 13baed61c795: Waiting [2020-10-14T10:07:54.622Z] 50644c29ef5a: Waiting [2020-10-14T10:07:54.622Z] 49c474ea0567: Layer already exists [2020-10-14T10:07:54.622Z] 94c91099455e: Layer already exists [2020-10-14T10:07:54.622Z] 8dc087204ec1: Layer already exists [2020-10-14T10:07:54.622Z] 2ce84916923d: Layer already exists [2020-10-14T10:07:54.622Z] abc63bd58ff7: Layer already exists [2020-10-14T10:07:54.622Z] f8555c0f160b: Layer already exists [2020-10-14T10:07:54.622Z] 5391e5290f13: Layer already exists [2020-10-14T10:07:54.891Z] 6200f3e7d2d5: Layer already exists [2020-10-14T10:07:54.891Z] 527eef706b20: Layer already exists [2020-10-14T10:07:54.891Z] 224742e9e948: Layer already exists [2020-10-14T10:07:54.891Z] 1507bc794612: Layer already exists [2020-10-14T10:07:54.891Z] 50644c29ef5a: Layer already exists [2020-10-14T10:07:54.891Z] 51d6d3d09136: Layer already exists [2020-10-14T10:07:54.891Z] 13baed61c795: Layer already exists [2020-10-14T10:07:54.891Z] 1.2.2-dev.73: digest: sha256:6444e7eb4a5fe93f99785ebb054d8a068046b36621637dbeaeb341cef9c4d603 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:07:55.215Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:75437401aaf0e0f587015af03db21405a724386e-1.2.2-dev.73 [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:07:55.534Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:75437401aaf0e0f587015af03db21405a724386e-1.2.2-dev.73 [2020-10-14T10:07:55.534Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-10-14T10:07:55.534Z] 49c474ea0567: Preparing [2020-10-14T10:07:55.534Z] 94c91099455e: Preparing [2020-10-14T10:07:55.534Z] 2ce84916923d: Preparing [2020-10-14T10:07:55.534Z] abc63bd58ff7: Preparing [2020-10-14T10:07:55.534Z] 8dc087204ec1: Preparing [2020-10-14T10:07:55.534Z] 6200f3e7d2d5: Preparing [2020-10-14T10:07:55.534Z] f8555c0f160b: Preparing [2020-10-14T10:07:55.534Z] 527eef706b20: Preparing [2020-10-14T10:07:55.534Z] 224742e9e948: Preparing [2020-10-14T10:07:55.534Z] 5391e5290f13: Preparing [2020-10-14T10:07:55.534Z] 13baed61c795: Preparing [2020-10-14T10:07:55.534Z] 51d6d3d09136: Preparing [2020-10-14T10:07:55.534Z] 1507bc794612: Preparing [2020-10-14T10:07:55.534Z] 50644c29ef5a: Preparing [2020-10-14T10:07:55.534Z] 6200f3e7d2d5: Waiting [2020-10-14T10:07:55.534Z] 13baed61c795: Waiting [2020-10-14T10:07:55.534Z] f8555c0f160b: Waiting [2020-10-14T10:07:55.534Z] 51d6d3d09136: Waiting [2020-10-14T10:07:55.534Z] 527eef706b20: Waiting [2020-10-14T10:07:55.534Z] 1507bc794612: Waiting [2020-10-14T10:07:55.534Z] 224742e9e948: Waiting [2020-10-14T10:07:55.534Z] 50644c29ef5a: Waiting [2020-10-14T10:07:55.534Z] 8dc087204ec1: Layer already exists [2020-10-14T10:07:55.534Z] 49c474ea0567: Layer already exists [2020-10-14T10:07:55.534Z] abc63bd58ff7: Layer already exists [2020-10-14T10:07:55.534Z] 2ce84916923d: Layer already exists [2020-10-14T10:07:55.534Z] 94c91099455e: Layer already exists [2020-10-14T10:07:55.534Z] f8555c0f160b: Layer already exists [2020-10-14T10:07:55.534Z] 527eef706b20: Layer already exists [2020-10-14T10:07:55.534Z] 6200f3e7d2d5: Layer already exists [2020-10-14T10:07:55.534Z] 224742e9e948: Layer already exists [2020-10-14T10:07:55.534Z] 5391e5290f13: Layer already exists [2020-10-14T10:07:55.534Z] 51d6d3d09136: Layer already exists [2020-10-14T10:07:55.534Z] 13baed61c795: Layer already exists [2020-10-14T10:07:55.534Z] 50644c29ef5a: Layer already exists [2020-10-14T10:07:55.534Z] 1507bc794612: Layer already exists [2020-10-14T10:07:55.809Z] 75437401aaf0e0f587015af03db21405a724386e-1.2.2-dev.73: digest: sha256:6444e7eb4a5fe93f99785ebb054d8a068046b36621637dbeaeb341cef9c4d603 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:07:56.129Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:07:56.457Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2020-10-14T10:07:56.457Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-10-14T10:07:56.457Z] 49c474ea0567: Preparing [2020-10-14T10:07:56.457Z] 94c91099455e: Preparing [2020-10-14T10:07:56.457Z] 2ce84916923d: Preparing [2020-10-14T10:07:56.457Z] abc63bd58ff7: Preparing [2020-10-14T10:07:56.457Z] 8dc087204ec1: Preparing [2020-10-14T10:07:56.457Z] 6200f3e7d2d5: Preparing [2020-10-14T10:07:56.457Z] f8555c0f160b: Preparing [2020-10-14T10:07:56.457Z] 527eef706b20: Preparing [2020-10-14T10:07:56.457Z] 224742e9e948: Preparing [2020-10-14T10:07:56.457Z] 5391e5290f13: Preparing [2020-10-14T10:07:56.457Z] 13baed61c795: Preparing [2020-10-14T10:07:56.457Z] 51d6d3d09136: Preparing [2020-10-14T10:07:56.457Z] 1507bc794612: Preparing [2020-10-14T10:07:56.457Z] 50644c29ef5a: Preparing [2020-10-14T10:07:56.457Z] 6200f3e7d2d5: Waiting [2020-10-14T10:07:56.457Z] f8555c0f160b: Waiting [2020-10-14T10:07:56.457Z] 527eef706b20: Waiting [2020-10-14T10:07:56.457Z] 224742e9e948: Waiting [2020-10-14T10:07:56.457Z] 5391e5290f13: Waiting [2020-10-14T10:07:56.457Z] 13baed61c795: Waiting [2020-10-14T10:07:56.457Z] 51d6d3d09136: Waiting [2020-10-14T10:07:56.457Z] 1507bc794612: Waiting [2020-10-14T10:07:56.457Z] 50644c29ef5a: Waiting [2020-10-14T10:07:56.457Z] abc63bd58ff7: Layer already exists [2020-10-14T10:07:56.457Z] 94c91099455e: Layer already exists [2020-10-14T10:07:56.457Z] 2ce84916923d: Layer already exists [2020-10-14T10:07:56.457Z] 49c474ea0567: Layer already exists [2020-10-14T10:07:56.457Z] 8dc087204ec1: Layer already exists [2020-10-14T10:07:56.457Z] 527eef706b20: Layer already exists [2020-10-14T10:07:56.457Z] 6200f3e7d2d5: Layer already exists [2020-10-14T10:07:56.457Z] f8555c0f160b: Layer already exists [2020-10-14T10:07:56.457Z] 224742e9e948: Layer already exists [2020-10-14T10:07:56.457Z] 5391e5290f13: Layer already exists [2020-10-14T10:07:56.457Z] 51d6d3d09136: Layer already exists [2020-10-14T10:07:56.457Z] 13baed61c795: Layer already exists [2020-10-14T10:07:56.457Z] 1507bc794612: Layer already exists [2020-10-14T10:07:56.457Z] 50644c29ef5a: Layer already exists [2020-10-14T10:07:56.728Z] master: digest: sha256:6444e7eb4a5fe93f99785ebb054d8a068046b36621637dbeaeb341cef9c4d603 size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-14T10:07:56.931Z] ===================================================== [Pipeline] echo [2020-10-14T10:07:56.978Z] taggedImages: [2020-10-14T10:07:56.978Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:75437401aaf0e0f587015af03db21405a724386e [2020-10-14T10:07:56.978Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.73 [2020-10-14T10:07:56.978Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:75437401aaf0e0f587015af03db21405a724386e-1.2.2-dev.73 [2020-10-14T10:07:56.978Z] - 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-14T10:07:58.536Z] Removing intermediate container 9c297aa8eb74 [2020-10-14T10:07:58.536Z] ---> 1465a72a206a [2020-10-14T10:07:58.536Z] Step 5/22 : RUN apk update && apk add make git [2020-10-14T10:07:58.817Z] ---> Running in f0ebaebd8c62 [2020-10-14T10:07:58.817Z] Removing intermediate container 3cfc4625336f [2020-10-14T10:07:58.817Z] ---> 87622a34043e [2020-10-14T10:07:58.817Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-10-14T10:07:59.093Z] ---> Running in ceddb58153e6 [2020-10-14T10:07:59.370Z] Removing intermediate container 39acbc102683 [2020-10-14T10:07:59.370Z] ---> d375f779eead [2020-10-14T10:07:59.370Z] Step 5/22 : RUN apk update && apk add make git [2020-10-14T10:07:59.647Z] Removing intermediate container 5d3e0acfb7d1 [2020-10-14T10:07:59.647Z] ---> c180d8e26886 [2020-10-14T10:07:59.647Z] Step 5/20 : RUN apk update && apk add make git [2020-10-14T10:07:59.647Z] ---> Running in 1cf09e5073a1 [2020-10-14T10:07:59.924Z] Removing intermediate container 32ae36ded613 [2020-10-14T10:07:59.924Z] ---> 5376783d2a31 [2020-10-14T10:07:59.924Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-10-14T10:07:59.924Z] ---> Running in 30f40fa96868 [2020-10-14T10:08:00.201Z] ---> Running in 7a6bad663a50 [2020-10-14T10:08:01.657Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-14T10:08:01.657Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-14T10:08:02.642Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-14T10:08:02.642Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-14T10:08:02.642Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-14T10:08:02.642Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-14T10:08:02.642Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-14T10:08:03.618Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-14T10:08:03.618Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-14T10:08:03.618Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-14T10:08:03.893Z] v3.12.0-404-gbea7f0d322 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-14T10:08:03.893Z] v3.12.0-403-g4c3b3b977d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-14T10:08:03.893Z] OK: 12623 distinct packages available [2020-10-14T10:08:04.171Z] v3.12.0-404-gbea7f0d322 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-14T10:08:04.171Z] v3.12.0-403-g4c3b3b977d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-14T10:08:04.171Z] OK: 12623 distinct packages available [2020-10-14T10:08:04.776Z] v3.12.0-404-gbea7f0d322 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-14T10:08:04.776Z] v3.12.0-403-g4c3b3b977d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-14T10:08:04.776Z] OK: 12623 distinct packages available [2020-10-14T10:08:05.057Z] OK: 217 MiB in 51 packages [2020-10-14T10:08:05.057Z] v3.12.0-404-gbea7f0d322 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-14T10:08:05.057Z] v3.12.0-403-g4c3b3b977d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-14T10:08:05.057Z] OK: 12623 distinct packages available [2020-10-14T10:08:05.057Z] OK: 217 MiB in 51 packages [2020-10-14T10:08:05.336Z] v3.12.0-404-gbea7f0d322 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-14T10:08:05.336Z] v3.12.0-403-g4c3b3b977d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-14T10:08:05.336Z] OK: 12623 distinct packages available [2020-10-14T10:08:05.957Z] OK: 217 MiB in 51 packages [2020-10-14T10:08:05.957Z] OK: 217 MiB in 51 packages [2020-10-14T10:08:06.244Z] OK: 217 MiB in 51 packages [2020-10-14T10:08:07.712Z] Removing intermediate container ceddb58153e6 [2020-10-14T10:08:07.712Z] ---> 55074c9d0543 [2020-10-14T10:08:07.712Z] Step 6/24 : COPY go.mod . [2020-10-14T10:08:07.712Z] Removing intermediate container f0ebaebd8c62 [2020-10-14T10:08:07.712Z] ---> c672274ecae0 [2020-10-14T10:08:07.712Z] Step 6/22 : COPY go.mod . [2020-10-14T10:08:07.989Z] Removing intermediate container 30f40fa96868 [2020-10-14T10:08:07.989Z] ---> be4504c3a042 [2020-10-14T10:08:07.989Z] Step 6/20 : COPY go.mod . [2020-10-14T10:08:08.266Z] Removing intermediate container 1cf09e5073a1 [2020-10-14T10:08:08.266Z] ---> 2a8a41d10857 [2020-10-14T10:08:08.266Z] Step 6/22 : COPY go.mod . [2020-10-14T10:08:08.546Z] Removing intermediate container 7a6bad663a50 [2020-10-14T10:08:08.546Z] ---> 39eca151aec8 [2020-10-14T10:08:08.546Z] Step 6/23 : COPY go.mod . [2020-10-14T10:08:08.823Z] ---> 0805888791a8 [2020-10-14T10:08:08.823Z] Step 7/24 : RUN go mod download [2020-10-14T10:08:08.823Z] ---> a206a32694c2 [2020-10-14T10:08:08.823Z] Step 7/22 : RUN go mod download [2020-10-14T10:08:09.103Z] ---> Running in bad97fa4f74c [2020-10-14T10:08:09.103Z] ---> Running in 3e511d7f102f [2020-10-14T10:08:09.103Z] ---> 1cfb204a6e54 [2020-10-14T10:08:09.103Z] Step 7/20 : RUN go mod download [2020-10-14T10:08:09.378Z] ---> Running in f2ba4dc141c5 [2020-10-14T10:08:09.378Z] ---> 3d4ec7d2b4c9 [2020-10-14T10:08:09.378Z] Step 7/22 : RUN go mod download [2020-10-14T10:08:09.655Z] ---> 0d9355bdd474 [2020-10-14T10:08:09.655Z] Step 7/23 : RUN go mod download [2020-10-14T10:08:09.655Z] ---> Running in 4cbd6be2b309 [2020-10-14T10:08:09.941Z] ---> Running in b101f15b168f [2020-10-14T10:08:15.408Z] Removing intermediate container bad97fa4f74c [2020-10-14T10:08:15.408Z] ---> ed474190cbef [2020-10-14T10:08:15.408Z] Step 8/24 : COPY . . [2020-10-14T10:08:15.408Z] Removing intermediate container 3e511d7f102f [2020-10-14T10:08:15.408Z] ---> c1db423aa0b3 [2020-10-14T10:08:15.408Z] Step 8/22 : COPY . . [2020-10-14T10:08:15.408Z] Removing intermediate container f2ba4dc141c5 [2020-10-14T10:08:15.408Z] ---> 5ffc8154e68a [2020-10-14T10:08:15.408Z] Step 8/20 : COPY . . [2020-10-14T10:08:15.408Z] Removing intermediate container 4cbd6be2b309 [2020-10-14T10:08:15.408Z] ---> 49f4fb29594e [2020-10-14T10:08:15.408Z] Step 8/22 : COPY . . [2020-10-14T10:08:15.692Z] Removing intermediate container b101f15b168f [2020-10-14T10:08:15.692Z] ---> f4c190c32a9f [2020-10-14T10:08:15.692Z] Step 8/23 : COPY . . [2020-10-14T10:08:39.007Z] ---> 6095b554131c [2020-10-14T10:08:39.007Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-10-14T10:08:39.289Z] ---> b2ff0561d3da [2020-10-14T10:08:39.289Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-10-14T10:08:39.289Z] ---> Running in ca9a170787e5 [2020-10-14T10:08:39.571Z] ---> 2dfb6f6743ff [2020-10-14T10:08:39.571Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-10-14T10:08:39.571Z] ---> 90457bc4b56f [2020-10-14T10:08:39.571Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-10-14T10:08:39.571Z] ---> 7415af568f5e [2020-10-14T10:08:39.571Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-10-14T10:08:39.571Z] ---> Running in 8393d30f344c [2020-10-14T10:08:39.864Z] ---> Running in 83fa4ac26339 [2020-10-14T10:08:39.864Z] ---> Running in f6fd2c024dd4 [2020-10-14T10:08:39.864Z] ---> Running in 51aa3693c7f4 [2020-10-14T10:08:43.488Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.73" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-10-14T10:08:43.488Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.73" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-10-14T10:08:43.488Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.73" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-10-14T10:08:43.488Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.73" -o cmd/core-command/core-command ./cmd/core-command [2020-10-14T10:08:43.488Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.73" -o cmd/core-data/core-data ./cmd/core-data [2020-10-14T10:10:20.661Z] Removing intermediate container 51aa3693c7f4 [2020-10-14T10:10:20.661Z] ---> 64ba5dd4f002 [2020-10-14T10:10:20.661Z] [2020-10-14T10:10:20.661Z] Step 10/20 : FROM alpine [2020-10-14T10:10:20.661Z] latest: Pulling from library/alpine [2020-10-14T10:10:20.661Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-10-14T10:10:20.661Z] Status: Downloaded newer image for alpine:latest [2020-10-14T10:10:20.661Z] ---> 62ee0e9f8440 [2020-10-14T10:10:20.661Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-10-14T10:10:20.661Z] ---> Running in b7a370c51646 [2020-10-14T10:10:20.661Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-14T10:10:20.661Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-14T10:10:20.661Z] v3.12.0-404-gbea7f0d322 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-14T10:10:20.661Z] v3.12.0-403-g4c3b3b977d [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-14T10:10:20.661Z] OK: 12621 distinct packages available [2020-10-14T10:10:20.661Z] (1/4) Installing ca-certificates (20191127-r4) [2020-10-14T10:10:20.661Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-10-14T10:10:20.661Z] (3/4) Installing libcurl (7.69.1-r1) [2020-10-14T10:10:20.661Z] (4/4) Installing curl (7.69.1-r1) [2020-10-14T10:10:20.661Z] Executing busybox-1.31.1-r16.trigger [2020-10-14T10:10:20.661Z] Executing ca-certificates-20191127-r4.trigger [2020-10-14T10:10:20.661Z] OK: 7 MiB in 18 packages [2020-10-14T10:10:23.352Z] Removing intermediate container b7a370c51646 [2020-10-14T10:10:23.352Z] ---> 428a83f2e8d9 [2020-10-14T10:10:23.352Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-14T10:10:23.352Z] ---> Running in c64e7615c960 [2020-10-14T10:10:23.960Z] Removing intermediate container c64e7615c960 [2020-10-14T10:10:23.960Z] ---> ae0240d6ac3f [2020-10-14T10:10:23.960Z] Step 13/20 : WORKDIR /edgex [2020-10-14T10:10:24.249Z] ---> Running in 9f914a7b94dc [2020-10-14T10:10:24.855Z] Removing intermediate container 9f914a7b94dc [2020-10-14T10:10:24.855Z] ---> d081b0248a2f [2020-10-14T10:10:24.855Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-10-14T10:10:26.325Z] ---> 3705d52adc61 [2020-10-14T10:10:26.325Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-10-14T10:10:27.791Z] ---> cb9e048af6d8 [2020-10-14T10:10:27.791Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-10-14T10:10:28.098Z] ---> Running in ecfeee9dd324 [2020-10-14T10:10:29.123Z] Removing intermediate container ecfeee9dd324 [2020-10-14T10:10:29.123Z] ---> 34c066c2bbed [2020-10-14T10:10:29.123Z] Step 17/20 : CMD ["--init=true"] [2020-10-14T10:10:29.402Z] ---> Running in accdd372f568 [2020-10-14T10:10:30.013Z] Removing intermediate container accdd372f568 [2020-10-14T10:10:30.013Z] ---> 64f746116055 [2020-10-14T10:10:30.013Z] Step 18/20 : LABEL arch=arm64 [2020-10-14T10:10:30.013Z] ---> Running in 3ebd930d6a17 [2020-10-14T10:10:30.642Z] Removing intermediate container 3ebd930d6a17 [2020-10-14T10:10:30.642Z] ---> f9ed461a6e18 [2020-10-14T10:10:30.642Z] Step 19/20 : LABEL git_sha=75437401aaf0e0f587015af03db21405a724386e [2020-10-14T10:10:30.920Z] ---> Running in 3e2e3499048e [2020-10-14T10:10:31.555Z] Removing intermediate container 3e2e3499048e [2020-10-14T10:10:31.555Z] ---> 0fc6e5794f66 [2020-10-14T10:10:31.555Z] Step 20/20 : LABEL version=1.2.2-dev.73 [2020-10-14T10:10:31.858Z] ---> Running in 14db23e83763 [2020-10-14T10:10:32.891Z] Removing intermediate container 14db23e83763 [2020-10-14T10:10:32.891Z] ---> 9eebf85878fe [2020-10-14T10:10:32.891Z] [2020-10-14T10:10:33.515Z] Successfully built 9eebf85878fe [2020-10-14T10:10:33.515Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-10-14T10:10:33.515Z]  Building docker-security-proxy-setup-go ... done Building docker-sys-mgmt-agent-go [2020-10-14T10:10:55.767Z] Removing intermediate container ca9a170787e5 [2020-10-14T10:10:55.767Z] ---> b9a067f947f9 [2020-10-14T10:10:55.767Z] [2020-10-14T10:10:55.767Z] Step 10/24 : FROM scratch [2020-10-14T10:10:55.767Z] ---> [2020-10-14T10:10:55.767Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-14T10:10:55.767Z] Removing intermediate container 83fa4ac26339 [2020-10-14T10:10:55.767Z] ---> 7a5c5b97ec75 [2020-10-14T10:10:55.767Z] [2020-10-14T10:10:55.767Z] Step 10/22 : FROM scratch [2020-10-14T10:10:55.767Z] ---> [2020-10-14T10:10:55.767Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-14T10:10:55.767Z] ---> Running in 1eea6cc90a66 [2020-10-14T10:10:55.767Z] ---> Running in 6017feb2139c [2020-10-14T10:10:55.767Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-14T10:10:55.767Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-10-14T10:10:55.767Z] ---> d47949c1b983 [2020-10-14T10:10:55.767Z] Step 3/27 : WORKDIR /edgex-go [2020-10-14T10:10:55.767Z] ---> Using cache [2020-10-14T10:10:55.767Z] ---> ae3b54ca068b [2020-10-14T10:10:55.767Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-14T10:10:55.767Z] ---> Using cache [2020-10-14T10:10:55.767Z] ---> c180d8e26886 [2020-10-14T10:10:55.767Z] Step 5/27 : RUN apk update && apk add make bash git [2020-10-14T10:10:55.767Z] ---> Running in d4267c6db3bf [2020-10-14T10:10:56.380Z] Removing intermediate container 1eea6cc90a66 [2020-10-14T10:10:56.380Z] ---> 5341e15fa6ac [2020-10-14T10:10:56.380Z] Step 12/24 : ENV APP_PORT=48060 [2020-10-14T10:10:56.380Z] ---> Running in 640a894a5213 [2020-10-14T10:10:56.672Z] Removing intermediate container 6017feb2139c [2020-10-14T10:10:56.672Z] ---> cb20116102d5 [2020-10-14T10:10:56.672Z] Step 12/22 : ENV APP_PORT=48082 [2020-10-14T10:10:56.951Z] ---> Running in 2352ce770aa5 [2020-10-14T10:10:57.233Z] Removing intermediate container 640a894a5213 [2020-10-14T10:10:57.233Z] ---> 9c123c637555 [2020-10-14T10:10:57.233Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-14T10:10:57.516Z] ---> Running in 237aee1c49dc [2020-10-14T10:10:57.797Z] Removing intermediate container 2352ce770aa5 [2020-10-14T10:10:57.797Z] ---> aaa7409cae4f [2020-10-14T10:10:57.797Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-14T10:10:57.797Z] ---> Running in bb4a629fdff2 [2020-10-14T10:10:58.417Z] Removing intermediate container 237aee1c49dc [2020-10-14T10:10:58.417Z] ---> 290117a41055 [2020-10-14T10:10:58.417Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-10-14T10:10:58.417Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-14T10:10:58.694Z] Removing intermediate container bb4a629fdff2 [2020-10-14T10:10:58.694Z] ---> 890ea8a6588b [2020-10-14T10:10:58.694Z] Step 14/22 : WORKDIR / [2020-10-14T10:10:58.694Z] ---> Running in 268b521fa150 [2020-10-14T10:10:59.294Z] ---> 1db232292459 [2020-10-14T10:10:59.294Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-10-14T10:10:59.294Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-14T10:10:59.570Z] Removing intermediate container 268b521fa150 [2020-10-14T10:10:59.570Z] ---> 1dc92f9499d3 [2020-10-14T10:10:59.570Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-10-14T10:11:00.561Z] v3.12.0-404-gbea7f0d322 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-14T10:11:00.561Z] v3.12.0-403-g4c3b3b977d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-14T10:11:00.561Z] OK: 12623 distinct packages available [2020-10-14T10:11:00.857Z] ---> c0877b6af267 [2020-10-14T10:11:00.857Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-10-14T10:11:00.857Z] ---> 594e8875ce04 [2020-10-14T10:11:00.857Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-10-14T10:11:01.449Z] OK: 217 MiB in 51 packages [2020-10-14T10:11:04.116Z] ---> 948b23e8f4de [2020-10-14T10:11:04.117Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-10-14T10:11:04.117Z] ---> 31fee308a0c8 [2020-10-14T10:11:04.117Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-10-14T10:11:04.117Z] Removing intermediate container d4267c6db3bf [2020-10-14T10:11:04.117Z] ---> 7e9922bcc90c [2020-10-14T10:11:04.117Z] Step 6/27 : COPY go.mod . [2020-10-14T10:11:05.111Z] ---> a5ae307f6804 [2020-10-14T10:11:05.111Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-10-14T10:11:05.111Z] ---> d7b3aa398ddf [2020-10-14T10:11:05.111Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-10-14T10:11:05.111Z] ---> Running in f4e09bfb2e37 [2020-10-14T10:11:05.384Z] ---> fdbb880c6680 [2020-10-14T10:11:05.384Z] Step 7/27 : RUN go mod download [2020-10-14T10:11:05.661Z] ---> Running in d06e9f26f868 [2020-10-14T10:11:06.644Z] Removing intermediate container f4e09bfb2e37 [2020-10-14T10:11:06.644Z] ---> cc5912adb67f [2020-10-14T10:11:06.644Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-14T10:11:07.239Z] ---> ff9456a3e2a4 [2020-10-14T10:11:07.239Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-10-14T10:11:07.239Z] ---> Running in e9cc8257a98c [2020-10-14T10:11:08.684Z] Removing intermediate container e9cc8257a98c [2020-10-14T10:11:08.684Z] ---> 37bdabca18a5 [2020-10-14T10:11:08.684Z] Step 20/22 : LABEL arch=arm64 [2020-10-14T10:11:08.684Z] Removing intermediate container 8393d30f344c [2020-10-14T10:11:08.684Z] ---> e498d8d21aa8 [2020-10-14T10:11:08.684Z] [2020-10-14T10:11:08.684Z] Step 10/22 : FROM scratch [2020-10-14T10:11:08.684Z] ---> [2020-10-14T10:11:08.684Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-14T10:11:08.684Z] ---> Using cache [2020-10-14T10:11:08.684Z] ---> cb20116102d5 [2020-10-14T10:11:08.684Z] Step 12/22 : ENV APP_PORT=48081 [2020-10-14T10:11:08.960Z] ---> d9fcfb01ee12 [2020-10-14T10:11:08.960Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-10-14T10:11:08.960Z] ---> Running in 3fb5eaac0a44 [2020-10-14T10:11:08.960Z] ---> Running in 8c2a55930e68 [2020-10-14T10:11:08.960Z] ---> Running in e501f496f2fe [2020-10-14T10:11:09.946Z] Removing intermediate container 3fb5eaac0a44 [2020-10-14T10:11:09.946Z] ---> 6b032c03b9ba [2020-10-14T10:11:09.946Z] Step 21/22 : LABEL git_sha=75437401aaf0e0f587015af03db21405a724386e [2020-10-14T10:11:09.946Z] Removing intermediate container 8c2a55930e68 [2020-10-14T10:11:09.946Z] ---> 4f88ab37d63d [2020-10-14T10:11:09.946Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-14T10:11:10.221Z] Removing intermediate container e501f496f2fe [2020-10-14T10:11:10.222Z] ---> cf40004abe1d [2020-10-14T10:11:10.222Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-14T10:11:10.495Z] ---> Running in eb0917965dd4 [2020-10-14T10:11:10.495Z] ---> Running in b1f8da9b5485 [2020-10-14T10:11:10.775Z] ---> Running in e386b3df0d7f [2020-10-14T10:11:10.775Z] Removing intermediate container d06e9f26f868 [2020-10-14T10:11:10.775Z] ---> e4f1d6b1a126 [2020-10-14T10:11:10.775Z] Step 8/27 : COPY . . [2020-10-14T10:11:11.053Z] Removing intermediate container b1f8da9b5485 [2020-10-14T10:11:11.053Z] ---> 4ee8e5e1b604 [2020-10-14T10:11:11.053Z] Step 22/22 : LABEL version=1.2.2-dev.73 [2020-10-14T10:11:11.053Z] Removing intermediate container eb0917965dd4 [2020-10-14T10:11:11.053Z] ---> e52b93277b7d [2020-10-14T10:11:11.053Z] Step 14/22 : WORKDIR / [2020-10-14T10:11:11.331Z] ---> Running in 54dd4e0575ef [2020-10-14T10:11:11.605Z] ---> Running in ba01fa6cd826 [2020-10-14T10:11:11.605Z] Removing intermediate container e386b3df0d7f [2020-10-14T10:11:11.605Z] ---> f49969d39229 [2020-10-14T10:11:11.605Z] Step 22/24 : LABEL arch=arm64 [2020-10-14T10:11:13.055Z] ---> Running in 80abbe0ff097 [2020-10-14T10:11:13.055Z] Removing intermediate container 54dd4e0575ef [2020-10-14T10:11:13.055Z] Removing intermediate container ba01fa6cd826 [2020-10-14T10:11:13.055Z] ---> 82c8f18414f2 [2020-10-14T10:11:13.055Z] ---> 52677d85a990 [2020-10-14T10:11:13.055Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-10-14T10:11:13.055Z] [2020-10-14T10:11:13.658Z] Successfully built 82c8f18414f2 [2020-10-14T10:11:14.281Z] Successfully tagged docker-core-command-go-arm64:latest [2020-10-14T10:11:14.281Z]  Building docker-core-command-go ... done Building docker-support-scheduler-go [2020-10-14T10:11:14.281Z] Removing intermediate container 80abbe0ff097 [2020-10-14T10:11:14.281Z] ---> 343228608376 [2020-10-14T10:11:14.281Z] Step 23/24 : LABEL git_sha=75437401aaf0e0f587015af03db21405a724386e [2020-10-14T10:11:15.311Z] ---> 3d692cb62a23 [2020-10-14T10:11:15.311Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-10-14T10:11:15.922Z] ---> Running in 8fbc30cb08f2 [2020-10-14T10:11:19.339Z] Removing intermediate container 8fbc30cb08f2 [2020-10-14T10:11:19.339Z] ---> 5e474957b7e5 [2020-10-14T10:11:19.339Z] Step 24/24 : LABEL version=1.2.2-dev.73 [2020-10-14T10:11:19.941Z] ---> be4284ae040a [2020-10-14T10:11:19.941Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-10-14T10:11:20.545Z] ---> Running in 9153884b5bfb [2020-10-14T10:11:21.533Z] ---> e81d4719151d [2020-10-14T10:11:21.533Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-10-14T10:11:21.533Z] Removing intermediate container f6fd2c024dd4 [2020-10-14T10:11:21.533Z] ---> c6b463d0fe39 [2020-10-14T10:11:21.533Z] [2020-10-14T10:11:21.533Z] Step 10/23 : FROM alpine [2020-10-14T10:11:21.533Z] ---> 62ee0e9f8440 [2020-10-14T10:11:21.533Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-14T10:11:22.143Z] Removing intermediate container 9153884b5bfb [2020-10-14T10:11:22.143Z] ---> 2cefd407c8a1 [2020-10-14T10:11:22.143Z] [2020-10-14T10:11:22.143Z] ---> Running in 2d32d6373b19 [2020-10-14T10:11:22.143Z] ---> Running in de5a987de430 [2020-10-14T10:11:22.755Z] Successfully built 2cefd407c8a1 [2020-10-14T10:11:23.042Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-10-14T10:11:23.042Z]  Building docker-support-notifications-go ... done Building docker-security-secretstore-setup-go [2020-10-14T10:11:23.042Z] Removing intermediate container 2d32d6373b19 [2020-10-14T10:11:23.042Z] ---> 5ffe7a7f78a6 [2020-10-14T10:11:23.042Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-14T10:11:23.682Z] Removing intermediate container de5a987de430 [2020-10-14T10:11:23.682Z] ---> b4a3507aa857 [2020-10-14T10:11:23.682Z] Step 12/23 : ENV APP_PORT=48080 [2020-10-14T10:11:23.971Z] ---> Running in 6abc60d9b407 [2020-10-14T10:11:23.971Z] ---> Running in b8585baf4bba [2020-10-14T10:11:25.073Z] Removing intermediate container 6abc60d9b407 [2020-10-14T10:11:25.073Z] ---> 97d8b09cf62d [2020-10-14T10:11:25.073Z] Step 20/22 : LABEL arch=arm64 [2020-10-14T10:11:25.407Z] Removing intermediate container b8585baf4bba [2020-10-14T10:11:25.407Z] ---> cbcdc44a8a50 [2020-10-14T10:11:25.407Z] Step 13/23 : EXPOSE $APP_PORT [2020-10-14T10:11:25.835Z] ---> Running in 9a2a9e08f05c [2020-10-14T10:11:26.163Z] ---> 1eb35ff59b81 [2020-10-14T10:11:26.163Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-10-14T10:11:26.471Z] ---> Running in e757a154e5a7 [2020-10-14T10:11:27.120Z] ---> Running in 27d37269860e [2020-10-14T10:11:27.120Z] Removing intermediate container 9a2a9e08f05c [2020-10-14T10:11:27.120Z] ---> 295400461731 [2020-10-14T10:11:27.120Z] Step 21/22 : LABEL git_sha=75437401aaf0e0f587015af03db21405a724386e [2020-10-14T10:11:27.427Z] Removing intermediate container e757a154e5a7 [2020-10-14T10:11:27.427Z] ---> 0c8e19d0d038 [2020-10-14T10:11:27.427Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-14T10:11:27.713Z] ---> Running in 137f50710870 [2020-10-14T10:11:28.001Z] ---> Running in aef42395b735 [2020-10-14T10:11:28.622Z] Removing intermediate container 137f50710870 [2020-10-14T10:11:28.622Z] ---> 1fdb15b3824e [2020-10-14T10:11:28.622Z] Step 22/22 : LABEL version=1.2.2-dev.73 [2020-10-14T10:11:28.918Z] ---> Running in c9a525f53c30 [2020-10-14T10:11:29.560Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.73" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-10-14T10:11:30.227Z] Removing intermediate container c9a525f53c30 [2020-10-14T10:11:30.227Z] ---> 7ee3ec48cf97 [2020-10-14T10:11:30.227Z] [2020-10-14T10:11:30.844Z] Successfully built 7ee3ec48cf97 [2020-10-14T10:11:30.844Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-10-14T10:11:30.844Z]  Building docker-core-metadata-go ... done Building docker-security-secrets-setup-go [2020-10-14T10:11:32.338Z] Removing intermediate container aef42395b735 [2020-10-14T10:11:32.338Z] ---> 5059fa002023 [2020-10-14T10:11:32.338Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-10-14T10:11:32.622Z] ---> Running in 5f84adbd9408 [2020-10-14T10:11:34.642Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-14T10:11:35.634Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-14T10:11:36.242Z] (1/5) Installing libgcc (9.3.0-r2) [2020-10-14T10:11:36.526Z] (2/5) Installing libsodium (1.0.18-r0) [2020-10-14T10:11:36.526Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-10-14T10:11:36.837Z] (4/5) Installing libzmq (4.3.3-r0) [2020-10-14T10:11:37.165Z] (5/5) Installing zeromq (4.3.3-r0) [2020-10-14T10:11:37.165Z] Executing busybox-1.31.1-r16.trigger [2020-10-14T10:11:37.165Z] OK: 8 MiB in 19 packages [2020-10-14T10:11:41.771Z] Removing intermediate container 5f84adbd9408 [2020-10-14T10:11:41.771Z] ---> a43a9fe9bd17 [2020-10-14T10:11:41.771Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-10-14T10:11:42.419Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-14T10:11:42.419Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-10-14T10:11:42.419Z] ---> d47949c1b983 [2020-10-14T10:11:42.419Z] Step 3/21 : WORKDIR /edgex-go [2020-10-14T10:11:42.419Z] ---> Using cache [2020-10-14T10:11:42.419Z] ---> ae3b54ca068b [2020-10-14T10:11:42.419Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-14T10:11:42.419Z] ---> Using cache [2020-10-14T10:11:42.419Z] ---> c180d8e26886 [2020-10-14T10:11:42.419Z] Step 5/21 : RUN apk update && apk add make git [2020-10-14T10:11:42.419Z] ---> Using cache [2020-10-14T10:11:42.419Z] ---> be4504c3a042 [2020-10-14T10:11:42.419Z] Step 6/21 : COPY go.mod . [2020-10-14T10:11:42.419Z] ---> Using cache [2020-10-14T10:11:42.419Z] ---> 1cfb204a6e54 [2020-10-14T10:11:42.419Z] Step 7/21 : RUN go mod download [2020-10-14T10:11:42.419Z] ---> Using cache [2020-10-14T10:11:42.419Z] ---> 5ffc8154e68a [2020-10-14T10:11:42.419Z] Step 8/21 : COPY . . [2020-10-14T10:11:42.419Z] ---> Using cache [2020-10-14T10:11:42.419Z] ---> 90457bc4b56f [2020-10-14T10:11:42.419Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-10-14T10:11:43.456Z] ---> Running in f2687f64b409 [2020-10-14T10:11:43.742Z] ---> 6af80b475579 [2020-10-14T10:11:43.742Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-10-14T10:11:46.436Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.73" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-10-14T10:11:47.916Z] ---> 94fbdfdedb36 [2020-10-14T10:11:47.916Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-10-14T10:11:49.377Z] ---> d09471216edc [2020-10-14T10:11:49.377Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-10-14T10:11:49.657Z] ---> Running in ffc5ecb67f13 [2020-10-14T10:11:50.641Z] Removing intermediate container ffc5ecb67f13 [2020-10-14T10:11:50.641Z] ---> cb836f47f260 [2020-10-14T10:11:50.641Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-14T10:11:50.916Z] ---> Running in 750435d5597e [2020-10-14T10:11:51.912Z] Removing intermediate container 750435d5597e [2020-10-14T10:11:51.912Z] ---> a2878b613113 [2020-10-14T10:11:51.912Z] Step 21/23 : LABEL arch=arm64 [2020-10-14T10:11:52.523Z] ---> Running in afcd6b64065a [2020-10-14T10:11:53.509Z] Removing intermediate container afcd6b64065a [2020-10-14T10:11:53.509Z] ---> 56e0fbcc812a [2020-10-14T10:11:53.509Z] Step 22/23 : LABEL git_sha=75437401aaf0e0f587015af03db21405a724386e [2020-10-14T10:11:54.113Z] ---> Running in 46982c6202d8 [2020-10-14T10:11:55.115Z] Removing intermediate container 46982c6202d8 [2020-10-14T10:11:55.115Z] ---> ba48d0dd0574 [2020-10-14T10:11:55.115Z] Step 23/23 : LABEL version=1.2.2-dev.73 [2020-10-14T10:11:55.724Z] ---> Running in a124cffe0395 [2020-10-14T10:11:56.719Z] Removing intermediate container a124cffe0395 [2020-10-14T10:11:56.719Z] ---> f69214de6c61 [2020-10-14T10:11:56.719Z] [2020-10-14T10:11:57.324Z] Successfully built f69214de6c61 [2020-10-14T10:11:57.324Z] Successfully tagged docker-core-data-go-arm64:latest [2020-10-14T10:11:57.324Z]  Building docker-core-data-go ... done Building docker-support-logging-go [2020-10-14T10:11:59.328Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-14T10:11:59.328Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-10-14T10:11:59.328Z] ---> d47949c1b983 [2020-10-14T10:11:59.328Z] Step 3/26 : WORKDIR /edgex-go [2020-10-14T10:11:59.328Z] ---> Using cache [2020-10-14T10:11:59.328Z] ---> ae3b54ca068b [2020-10-14T10:11:59.328Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-14T10:11:59.328Z] ---> Using cache [2020-10-14T10:11:59.328Z] ---> c180d8e26886 [2020-10-14T10:11:59.328Z] Step 5/26 : RUN apk update && apk add make git [2020-10-14T10:11:59.328Z] ---> Using cache [2020-10-14T10:11:59.328Z] ---> be4504c3a042 [2020-10-14T10:11:59.328Z] Step 6/26 : COPY go.mod . [2020-10-14T10:11:59.328Z] ---> Using cache [2020-10-14T10:11:59.328Z] ---> 1cfb204a6e54 [2020-10-14T10:11:59.328Z] Step 7/26 : RUN go mod download [2020-10-14T10:11:59.328Z] ---> Using cache [2020-10-14T10:11:59.328Z] ---> 5ffc8154e68a [2020-10-14T10:11:59.328Z] Step 8/26 : COPY . . [2020-10-14T10:11:59.328Z] ---> Using cache [2020-10-14T10:11:59.328Z] ---> 90457bc4b56f [2020-10-14T10:11:59.328Z] 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-14T10:12:00.814Z] ---> Running in c641e084c33e [2020-10-14T10:12:03.474Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.73" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-10-14T10:12:07.833Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-14T10:12:07.833Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-10-14T10:12:07.833Z] ---> d47949c1b983 [2020-10-14T10:12:07.833Z] Step 3/29 : WORKDIR /edgex-go [2020-10-14T10:12:07.833Z] ---> Using cache [2020-10-14T10:12:07.833Z] ---> ae3b54ca068b [2020-10-14T10:12:07.833Z] Step 4/29 : RUN apk update && apk add make git [2020-10-14T10:12:09.863Z] ---> Running in c30f6e962677 [2020-10-14T10:12:13.303Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-14T10:12:13.918Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-14T10:12:15.381Z] v3.12.0-404-gbea7f0d322 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-14T10:12:15.381Z] v3.12.0-403-g4c3b3b977d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-14T10:12:15.381Z] OK: 12623 distinct packages available [2020-10-14T10:12:16.380Z] OK: 217 MiB in 51 packages [2020-10-14T10:12:19.849Z] Removing intermediate container c30f6e962677 [2020-10-14T10:12:19.849Z] ---> 6c8cd76c0689 [2020-10-14T10:12:19.849Z] Step 5/29 : COPY go.mod . [2020-10-14T10:12:20.879Z] ---> 391e628d2983 [2020-10-14T10:12:20.879Z] Step 6/29 : RUN go mod download [2020-10-14T10:12:21.489Z] ---> Running in 5eb5af9d182a [2020-10-14T10:12:27.248Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-14T10:12:27.248Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-14T10:12:27.248Z] ---> d47949c1b983 [2020-10-14T10:12:27.248Z] Step 3/22 : WORKDIR /edgex-go [2020-10-14T10:12:27.248Z] ---> Using cache [2020-10-14T10:12:27.248Z] ---> ae3b54ca068b [2020-10-14T10:12:27.248Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-14T10:12:27.248Z] ---> Using cache [2020-10-14T10:12:27.248Z] ---> c180d8e26886 [2020-10-14T10:12:27.248Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-10-14T10:12:27.248Z] ---> Running in 6dd956905066 [2020-10-14T10:12:28.244Z] Removing intermediate container 5eb5af9d182a [2020-10-14T10:12:28.244Z] ---> 41d10e64da69 [2020-10-14T10:12:28.526Z] Step 7/29 : COPY . . [2020-10-14T10:12:30.525Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-14T10:12:31.525Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-14T10:12:32.523Z] v3.12.0-404-gbea7f0d322 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-14T10:12:32.523Z] v3.12.0-403-g4c3b3b977d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-14T10:12:32.523Z] OK: 12623 distinct packages available [2020-10-14T10:12:33.518Z] OK: 217 MiB in 51 packages [2020-10-14T10:12:34.515Z] OK: 217 MiB in 51 packages [2020-10-14T10:12:40.007Z] Removing intermediate container 6dd956905066 [2020-10-14T10:12:40.007Z] ---> 87eaa182198a [2020-10-14T10:12:40.007Z] Step 6/22 : COPY go.mod . [2020-10-14T10:12:42.003Z] ---> 265e2576b10e [2020-10-14T10:12:42.003Z] Step 7/22 : RUN go mod download [2020-10-14T10:12:42.282Z] ---> Running in 947df4224921 [2020-10-14T10:12:42.889Z] Removing intermediate container 27d37269860e [2020-10-14T10:12:42.889Z] ---> ae3066872988 [2020-10-14T10:12:42.889Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-10-14T10:12:43.167Z] ---> Running in 418a4e4d6c55 [2020-10-14T10:12:46.604Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.73" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-10-14T10:12:48.606Z] Removing intermediate container 947df4224921 [2020-10-14T10:12:48.606Z] ---> 647f6ba8ace7 [2020-10-14T10:12:48.606Z] Step 8/22 : COPY . . [2020-10-14T10:12:49.213Z] ---> c22ccd8954f3 [2020-10-14T10:12:49.213Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-10-14T10:12:49.492Z] ---> Running in 6abfe3b8352f [2020-10-14T10:12:52.917Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.73" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-10-14T10:12:52.917Z] Removing intermediate container 418a4e4d6c55 [2020-10-14T10:12:52.917Z] ---> 9ae77cd36650 [2020-10-14T10:12:52.917Z] [2020-10-14T10:12:52.917Z] Step 11/27 : FROM docker:latest [2020-10-14T10:12:52.917Z] ---> 45884bde0078 [2020-10-14T10:12:52.917Z] Step 12/27 : RUN apk add --no-cache bash [2020-10-14T10:12:53.526Z] ---> Running in 5326d0fca27f [2020-10-14T10:12:56.176Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-14T10:12:56.454Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-14T10:12:57.448Z] (1/2) Installing readline (8.0.4-r0) [2020-10-14T10:12:57.448Z] (2/2) Installing bash (5.0.17-r0) [2020-10-14T10:12:57.732Z] Executing bash-5.0.17-r0.post-install [2020-10-14T10:12:57.732Z] Executing busybox-1.31.1-r16.trigger [2020-10-14T10:12:57.732Z] OK: 12 MiB in 22 packages [2020-10-14T10:13:01.142Z] Removing intermediate container 5326d0fca27f [2020-10-14T10:13:01.142Z] ---> 3d3fca630ce6 [2020-10-14T10:13:01.142Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-10-14T10:13:01.423Z] ---> Running in 7aa1b0eba113 [2020-10-14T10:13:06.847Z] Removing intermediate container 7aa1b0eba113 [2020-10-14T10:13:06.847Z] ---> 94b3816af080 [2020-10-14T10:13:06.847Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-10-14T10:13:07.128Z] ---> Running in b92698f7f541 [2020-10-14T10:13:08.114Z] Removing intermediate container b92698f7f541 [2020-10-14T10:13:08.114Z] ---> abe176de7e4a [2020-10-14T10:13:08.114Z] Step 15/27 : ENV APP_PORT=48090 [2020-10-14T10:13:08.712Z] ---> Running in 6f8b8985860d [2020-10-14T10:13:09.315Z] Removing intermediate container 6f8b8985860d [2020-10-14T10:13:09.315Z] ---> b8757c125be2 [2020-10-14T10:13:09.315Z] Step 16/27 : EXPOSE $APP_PORT [2020-10-14T10:13:09.589Z] ---> Running in 27bd0dc54da6 [2020-10-14T10:13:09.862Z] ---> 0a5097fd6814 [2020-10-14T10:13:09.862Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-10-14T10:13:09.862Z] ---> Running in 4ab6bc135783 [2020-10-14T10:13:10.475Z] Removing intermediate container 27bd0dc54da6 [2020-10-14T10:13:10.475Z] ---> e518f72eb709 [2020-10-14T10:13:10.475Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-10-14T10:13:12.458Z] ---> b1d04edb21aa [2020-10-14T10:13:12.458Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-10-14T10:13:12.736Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.73" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-10-14T10:13:13.723Z] ---> 48079e952189 [2020-10-14T10:13:13.723Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-10-14T10:13:14.719Z] ---> 87081083eb79 [2020-10-14T10:13:14.719Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-10-14T10:13:14.998Z] ---> Running in ccfc569ef0a0 [2020-10-14T10:13:17.006Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.73" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-10-14T10:13:17.609Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-14T10:13:17.884Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-14T10:13:18.868Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-10-14T10:13:18.868Z] (2/33) Installing expat (2.2.9-r1) [2020-10-14T10:13:18.868Z] (3/33) Installing libffi (3.3-r2) [2020-10-14T10:13:18.868Z] (4/33) Installing gdbm (1.13-r1) [2020-10-14T10:13:18.868Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-10-14T10:13:18.868Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-10-14T10:13:18.868Z] (7/33) Installing python3 (3.8.5-r0) [2020-10-14T10:13:20.862Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-10-14T10:13:20.862Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-10-14T10:13:20.862Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-10-14T10:13:20.862Z] (11/33) Installing py3-six (1.15.0-r0) [2020-10-14T10:13:20.862Z] (12/33) Installing py3-packaging (20.4-r0) [2020-10-14T10:13:21.139Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-10-14T10:13:21.139Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-10-14T10:13:21.139Z] (15/33) Installing py3-idna (2.9-r0) [2020-10-14T10:13:21.413Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-10-14T10:13:21.413Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-10-14T10:13:21.413Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-10-14T10:13:21.413Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-10-14T10:13:21.413Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-10-14T10:13:21.413Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-10-14T10:13:21.690Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-10-14T10:13:21.690Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-10-14T10:13:21.690Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-10-14T10:13:21.690Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-10-14T10:13:21.690Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-10-14T10:13:21.690Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-10-14T10:13:21.690Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-10-14T10:13:21.966Z] (29/33) Installing py3-progress (1.5-r0) [2020-10-14T10:13:21.966Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-10-14T10:13:21.966Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-10-14T10:13:21.966Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-10-14T10:13:21.966Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-10-14T10:13:22.242Z] Executing busybox-1.31.1-r16.trigger [2020-10-14T10:13:22.242Z] OK: 71 MiB in 55 packages [2020-10-14T10:13:25.652Z] Removing intermediate container f2687f64b409 [2020-10-14T10:13:25.652Z] ---> 40bd92ef9352 [2020-10-14T10:13:25.652Z] [2020-10-14T10:13:25.652Z] Step 10/21 : FROM scratch [2020-10-14T10:13:25.652Z] ---> [2020-10-14T10:13:25.652Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-14T10:13:25.652Z] ---> Using cache [2020-10-14T10:13:25.652Z] ---> cb20116102d5 [2020-10-14T10:13:25.652Z] Step 12/21 : ENV APP_PORT=48085 [2020-10-14T10:13:25.652Z] ---> Running in d2486c36e549 [2020-10-14T10:13:26.891Z] Removing intermediate container d2486c36e549 [2020-10-14T10:13:26.891Z] ---> 052f1660e732 [2020-10-14T10:13:26.891Z] Step 13/21 : EXPOSE $APP_PORT [2020-10-14T10:13:27.237Z] ---> Running in 1018fa7d8fe7 [2020-10-14T10:13:28.268Z] Removing intermediate container 1018fa7d8fe7 [2020-10-14T10:13:28.268Z] ---> e674f2079dc2 [2020-10-14T10:13:28.268Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-10-14T10:13:30.248Z] ---> 3966a7eca543 [2020-10-14T10:13:30.248Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-10-14T10:13:30.248Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.73" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-10-14T10:13:33.662Z] ---> de6333cddcdb [2020-10-14T10:13:33.662Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-10-14T10:13:34.266Z] Removing intermediate container ccfc569ef0a0 [2020-10-14T10:13:34.266Z] ---> ac487d60462a [2020-10-14T10:13:34.266Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-10-14T10:13:34.266Z] ---> 472b6fda4bb9 [2020-10-14T10:13:34.266Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-10-14T10:13:34.546Z] ---> Running in 7f08a4ff7034 [2020-10-14T10:13:34.823Z] ---> Running in c27066612489 [2020-10-14T10:13:35.817Z] Removing intermediate container c27066612489 [2020-10-14T10:13:35.817Z] ---> 044683c0e2e7 [2020-10-14T10:13:35.818Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-14T10:13:35.818Z] ---> Running in 99dffc6475d3 [2020-10-14T10:13:36.809Z] Removing intermediate container 99dffc6475d3 [2020-10-14T10:13:36.809Z] ---> de47882417eb [2020-10-14T10:13:36.809Z] Step 19/21 : LABEL arch=arm64 [2020-10-14T10:13:36.809Z] ---> Running in ac8b869559a4 [2020-10-14T10:13:37.413Z] Removing intermediate container ac8b869559a4 [2020-10-14T10:13:37.413Z] ---> 34fe35a5be98 [2020-10-14T10:13:37.413Z] Step 20/21 : LABEL git_sha=75437401aaf0e0f587015af03db21405a724386e [2020-10-14T10:13:37.696Z] ---> Running in 06028e75a62c [2020-10-14T10:13:38.297Z] Removing intermediate container 06028e75a62c [2020-10-14T10:13:38.297Z] ---> c177d38c16a8 [2020-10-14T10:13:38.297Z] Step 21/21 : LABEL version=1.2.2-dev.73 [2020-10-14T10:13:38.573Z] ---> Running in 06049418d9da [2020-10-14T10:13:39.179Z] Removing intermediate container 06049418d9da [2020-10-14T10:13:39.179Z] ---> b50e411fbb38 [2020-10-14T10:13:39.179Z] [2020-10-14T10:13:39.788Z] Successfully built b50e411fbb38 [2020-10-14T10:13:40.065Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-10-14T10:13:42.716Z]  Building docker-support-scheduler-go ... done Collecting docker-compose==1.23.2 [2020-10-14T10:13:42.716Z] Removing intermediate container c641e084c33e [2020-10-14T10:13:42.717Z] ---> c52dc291d119 [2020-10-14T10:13:42.717Z] [2020-10-14T10:13:42.717Z] Step 10/26 : FROM alpine:3.10 [2020-10-14T10:13:42.717Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-10-14T10:13:43.323Z] 3.10: Pulling from library/alpine [2020-10-14T10:13:43.933Z] Collecting jsonschema<3,>=2.5.1 [2020-10-14T10:13:43.933Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-10-14T10:13:44.546Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-10-14T10:13:44.546Z] Status: Downloaded newer image for alpine:3.10 [2020-10-14T10:13:44.546Z] ---> 536a684cf733 [2020-10-14T10:13:44.546Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-10-14T10:13:44.546Z] Collecting websocket-client<1.0,>=0.32.0 [2020-10-14T10:13:44.836Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-10-14T10:13:45.122Z] ---> Running in 05e788b627aa [2020-10-14T10:13:46.567Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-10-14T10:13:46.567Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-10-14T10:13:47.167Z] Collecting docopt<0.7,>=0.6.1 [2020-10-14T10:13:47.167Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-10-14T10:13:47.167Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-10-14T10:13:47.444Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-10-14T10:13:48.042Z] v3.10.5-99-g0bd09295e6 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-10-14T10:13:48.042Z] v3.10.5-98-g584c0fff37 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-10-14T10:13:48.042Z] OK: 10167 distinct packages available [2020-10-14T10:13:48.643Z] (1/5) Installing ca-certificates (20191127-r2) [2020-10-14T10:13:48.643Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-10-14T10:13:48.643Z] (3/5) Installing libcurl (7.66.0-r1) [2020-10-14T10:13:48.643Z] (4/5) Installing curl (7.66.0-r1) [2020-10-14T10:13:48.643Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-10-14T10:13:48.643Z] Executing busybox-1.30.1-r3.trigger [2020-10-14T10:13:48.643Z] Executing ca-certificates-20191127-r2.trigger [2020-10-14T10:13:49.248Z] OK: 7 MiB in 19 packages [2020-10-14T10:13:49.865Z] Collecting dockerpty<0.5,>=0.4.1 [2020-10-14T10:13:49.865Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-10-14T10:13:51.310Z] Removing intermediate container 05e788b627aa [2020-10-14T10:13:51.310Z] ---> 00e673ae9794 [2020-10-14T10:13:51.310Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-14T10:13:51.585Z] ---> Running in 4f83a1df17f6 [2020-10-14T10:13:52.187Z] Removing intermediate container 4f83a1df17f6 [2020-10-14T10:13:52.187Z] ---> ee7e268adf41 [2020-10-14T10:13:52.187Z] Step 13/26 : WORKDIR / [2020-10-14T10:13:52.463Z] ---> Running in 6bd6665faa8b [2020-10-14T10:13:53.083Z] Collecting docker<4.0,>=3.6.0 [2020-10-14T10:13:53.083Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-10-14T10:13:53.083Z] Removing intermediate container 6bd6665faa8b [2020-10-14T10:13:53.083Z] ---> b409d68a21b1 [2020-10-14T10:13:53.083Z] 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-14T10:13:54.075Z] Collecting texttable<0.10,>=0.9.0 [2020-10-14T10:13:54.075Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-10-14T10:13:54.075Z] ---> 11f504d9be43 [2020-10-14T10:13:54.075Z] 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-14T10:13:55.071Z] ---> ecceab491d7c [2020-10-14T10:13:55.071Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-10-14T10:13:56.519Z] ---> 91e517e394f3 [2020-10-14T10:13:56.519Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-10-14T10:13:57.134Z] Collecting PyYAML<4,>=3.10 [2020-10-14T10:13:57.134Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-10-14T10:13:57.412Z] ---> 899b7b8e56e9 [2020-10-14T10:13:57.412Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-10-14T10:13:59.414Z] ---> 569f4418200c [2020-10-14T10:13:59.414Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-10-14T10:14:01.400Z] 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-14T10:14:01.400Z] Collecting cached-property<2,>=1.2.0 [2020-10-14T10:14:01.400Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-10-14T10:14:01.675Z] ---> f8cc6d7ab846 [2020-10-14T10:14:01.675Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-10-14T10:14:01.675Z] 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-14T10:14:01.955Z] Collecting idna<2.8,>=2.5 [2020-10-14T10:14:01.955Z] Removing intermediate container 6abfe3b8352f [2020-10-14T10:14:01.955Z] ---> 490c4a9fbc09 [2020-10-14T10:14:01.955Z] [2020-10-14T10:14:01.955Z] Step 9/29 : FROM alpine:latest [2020-10-14T10:14:01.955Z] ---> 62ee0e9f8440 [2020-10-14T10:14:01.955Z] 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-14T10:14:01.955Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-10-14T10:14:02.251Z] 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-14T10:14:02.251Z] ---> Running in 6e3185d5d8fd [2020-10-14T10:14:02.855Z] Collecting urllib3<1.25,>=1.21.1 [2020-10-14T10:14:02.855Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-10-14T10:14:03.136Z] Removing intermediate container 6e3185d5d8fd [2020-10-14T10:14:03.136Z] ---> c5793fe5c512 [2020-10-14T10:14:03.136Z] Step 11/29 : USER root [2020-10-14T10:14:03.136Z] ---> 7688a2032881 [2020-10-14T10:14:03.136Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-10-14T10:14:03.418Z] ---> Running in d1adc808c1db [2020-10-14T10:14:03.698Z] Collecting docker-pycreds>=0.4.0 [2020-10-14T10:14:03.698Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-10-14T10:14:03.978Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-10-14T10:14:03.978Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-10-14T10:14:03.978Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-10-14T10:14:03.978Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-10-14T10:14:03.978Z] Removing intermediate container d1adc808c1db [2020-10-14T10:14:03.978Z] ---> 96bd47e26769 [2020-10-14T10:14:03.978Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-10-14T10:14:04.265Z] ---> Running in 30a63fce0c10 [2020-10-14T10:14:04.540Z] ---> db05adba5132 [2020-10-14T10:14:04.540Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-14T10:14:04.540Z] ---> Running in 01d64445ad8f [2020-10-14T10:14:05.535Z] Installing collected packages: jsonschema, websocket-client, idna, urllib3, requests, docopt, dockerpty, docker-pycreds, docker, texttable, PyYAML, cached-property, docker-compose [2020-10-14T10:14:06.137Z] Attempting uninstall: idna [2020-10-14T10:14:06.137Z] Found existing installation: idna 2.9 [2020-10-14T10:14:06.137Z] Uninstalling idna-2.9: [2020-10-14T10:14:06.410Z] Successfully uninstalled idna-2.9 [2020-10-14T10:14:06.683Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-14T10:14:06.956Z] Attempting uninstall: urllib3 [2020-10-14T10:14:06.956Z] Found existing installation: urllib3 1.25.9 [2020-10-14T10:14:06.956Z] Uninstalling urllib3-1.25.9: [2020-10-14T10:14:06.956Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-14T10:14:07.241Z] Successfully uninstalled urllib3-1.25.9 [2020-10-14T10:14:07.844Z] v3.12.0-404-gbea7f0d322 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-14T10:14:07.844Z] v3.12.0-403-g4c3b3b977d [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-14T10:14:07.844Z] OK: 12621 distinct packages available [2020-10-14T10:14:08.120Z] Attempting uninstall: requests [2020-10-14T10:14:08.120Z] Found existing installation: requests 2.23.0 [2020-10-14T10:14:08.120Z] Uninstalling requests-2.23.0: [2020-10-14T10:14:08.396Z] Successfully uninstalled requests-2.23.0 [2020-10-14T10:14:08.671Z] Removing intermediate container 01d64445ad8f [2020-10-14T10:14:08.671Z] ---> cf5fe8e34923 [2020-10-14T10:14:08.671Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-10-14T10:14:08.671Z] (1/2) Installing ca-certificates (20191127-r4) [2020-10-14T10:14:08.671Z] ---> Running in 2a00b02d48c2 [2020-10-14T10:14:08.671Z] Running setup.py install for docopt: started [2020-10-14T10:14:08.948Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-10-14T10:14:08.948Z] Executing busybox-1.31.1-r16.trigger [2020-10-14T10:14:08.948Z] Executing ca-certificates-20191127-r4.trigger [2020-10-14T10:14:09.231Z] OK: 6 MiB in 16 packages [2020-10-14T10:14:09.519Z] Removing intermediate container 2a00b02d48c2 [2020-10-14T10:14:09.519Z] ---> 4bd46086a994 [2020-10-14T10:14:09.519Z] Step 24/26 : LABEL arch=arm64 [2020-10-14T10:14:09.519Z] ---> Running in 8dfd47dc1197 [2020-10-14T10:14:10.500Z] Removing intermediate container 8dfd47dc1197 [2020-10-14T10:14:10.500Z] ---> f45f32bcaa3a [2020-10-14T10:14:10.500Z] Step 25/26 : LABEL git_sha=75437401aaf0e0f587015af03db21405a724386e [2020-10-14T10:14:10.500Z] ---> Running in 504a8fa6c57b [2020-10-14T10:14:11.100Z] Removing intermediate container 30a63fce0c10 [2020-10-14T10:14:11.100Z] ---> ecabc52b8ddc [2020-10-14T10:14:11.100Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-10-14T10:14:11.371Z] ---> Running in ff11d4fe9922 [2020-10-14T10:14:11.371Z] Removing intermediate container 504a8fa6c57b [2020-10-14T10:14:11.371Z] ---> 205dbdc0c3d0 [2020-10-14T10:14:11.371Z] Step 26/26 : LABEL version=1.2.2-dev.73 [2020-10-14T10:14:11.371Z] ---> Running in 019f1b1b6ad9 [2020-10-14T10:14:11.651Z] Running setup.py install for docopt: finished with status 'done' [2020-10-14T10:14:11.651Z] Running setup.py install for dockerpty: started [2020-10-14T10:14:11.925Z] Removing intermediate container ff11d4fe9922 [2020-10-14T10:14:11.925Z] ---> 35e755549894 [2020-10-14T10:14:11.925Z] Step 14/29 : WORKDIR $BASE_DIR [2020-10-14T10:14:12.200Z] Removing intermediate container 019f1b1b6ad9 [2020-10-14T10:14:12.200Z] ---> f4fc2a432432 [2020-10-14T10:14:12.200Z] [2020-10-14T10:14:12.200Z] ---> Running in 76aef7412bd3 [2020-10-14T10:14:12.475Z] Successfully built f4fc2a432432 [2020-10-14T10:14:12.475Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-10-14T10:14:12.755Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 76aef7412bd3 [2020-10-14T10:14:12.755Z] ---> 5bf866d1bfb2 [2020-10-14T10:14:12.755Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-10-14T10:14:13.033Z] ---> Running in 43f97aa6ad51 [2020-10-14T10:14:14.114Z] Running setup.py install for dockerpty: finished with status 'done' [2020-10-14T10:14:15.341Z] Running setup.py install for texttable: started [2020-10-14T10:14:16.340Z] Removing intermediate container 43f97aa6ad51 [2020-10-14T10:14:16.340Z] ---> 6d680848f5e3 [2020-10-14T10:14:16.340Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-10-14T10:14:17.779Z] Running setup.py install for texttable: finished with status 'done' [2020-10-14T10:14:17.779Z] Running setup.py install for PyYAML: started [2020-10-14T10:14:17.779Z] ---> 24219a3cfcc5 [2020-10-14T10:14:17.779Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-10-14T10:14:18.062Z] Removing intermediate container 4ab6bc135783 [2020-10-14T10:14:18.062Z] ---> c423f11c366f [2020-10-14T10:14:18.062Z] [2020-10-14T10:14:18.062Z] Step 10/22 : FROM scratch [2020-10-14T10:14:18.062Z] ---> [2020-10-14T10:14:18.062Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-14T10:14:18.337Z] ---> Using cache [2020-10-14T10:14:18.337Z] ---> 5341e15fa6ac [2020-10-14T10:14:18.337Z] Step 12/22 : ENV APP_PORT=48061 [2020-10-14T10:14:18.611Z] ---> Running in 909bade079e9 [2020-10-14T10:14:18.611Z] ---> 3f6866126ade [2020-10-14T10:14:18.611Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-10-14T10:14:19.209Z] Removing intermediate container 909bade079e9 [2020-10-14T10:14:19.209Z] ---> cced23dbdb24 [2020-10-14T10:14:19.209Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-14T10:14:19.209Z] ---> Running in 64d779db7385 [2020-10-14T10:14:19.488Z] ---> 5338ee6d5cbf [2020-10-14T10:14:19.488Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-10-14T10:14:19.760Z] Removing intermediate container 64d779db7385 [2020-10-14T10:14:19.760Z] ---> a59ec93cfd25 [2020-10-14T10:14:19.760Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-10-14T10:14:20.360Z] ---> 635a0bf03c36 [2020-10-14T10:14:20.360Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-10-14T10:14:20.360Z] ---> 439cc7ad1d2b [2020-10-14T10:14:20.360Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-10-14T10:14:20.360Z] Running setup.py install for PyYAML: finished with status 'done' [2020-10-14T10:14:21.357Z] ---> f6ff782228bc [2020-10-14T10:14:21.357Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-10-14T10:14:21.357Z] ---> 05e5c961e596 [2020-10-14T10:14:21.357Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-10-14T10:14:21.357Z] ---> Running in 5c855970d40b [2020-10-14T10:14:21.634Z] 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-14T10:14:23.079Z] ---> 923ef61803f3 [2020-10-14T10:14:23.079Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-10-14T10:14:23.678Z] ---> 31f10906dd7c [2020-10-14T10:14:23.678Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-10-14T10:14:23.951Z] ---> Running in 332e9d128357 [2020-10-14T10:14:24.224Z] Removing intermediate container 5c855970d40b [2020-10-14T10:14:24.224Z] ---> 967371676f46 [2020-10-14T10:14:24.225Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-10-14T10:14:24.504Z] Removing intermediate container 332e9d128357 [2020-10-14T10:14:24.504Z] ---> 18c31595ec60 [2020-10-14T10:14:24.504Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-14T10:14:24.779Z] ---> Running in 845b39978e7f [2020-10-14T10:14:25.374Z] ---> 1b66b75b8c1e [2020-10-14T10:14:25.374Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-14T10:14:25.374Z] Removing intermediate container 845b39978e7f [2020-10-14T10:14:25.374Z] ---> 8ae58c9bb832 [2020-10-14T10:14:25.374Z] Step 20/22 : LABEL arch=arm64 [2020-10-14T10:14:25.647Z] ---> Running in b6ac3e5003bd [2020-10-14T10:14:25.647Z] ---> Running in 5f9925a9e36a [2020-10-14T10:14:25.931Z] Removing intermediate container 7f08a4ff7034 [2020-10-14T10:14:25.931Z] ---> c403d7023b23 [2020-10-14T10:14:25.931Z] Step 22/27 : RUN apk --no-cache add curl [2020-10-14T10:14:25.931Z] ---> Running in 18f063253f67 [2020-10-14T10:14:26.208Z] Removing intermediate container 5f9925a9e36a [2020-10-14T10:14:26.208Z] ---> bc3ee6a2f16f [2020-10-14T10:14:26.208Z] Step 21/22 : LABEL git_sha=75437401aaf0e0f587015af03db21405a724386e [2020-10-14T10:14:26.483Z] ---> Running in 19d53c63c7c0 [2020-10-14T10:14:27.086Z] Removing intermediate container 19d53c63c7c0 [2020-10-14T10:14:27.086Z] ---> bcd72eb0852c [2020-10-14T10:14:27.086Z] Step 22/22 : LABEL version=1.2.2-dev.73 [2020-10-14T10:14:27.086Z] ---> Running in f3065eefd470 [2020-10-14T10:14:27.690Z] Removing intermediate container f3065eefd470 [2020-10-14T10:14:27.691Z] ---> 79ac23c85cc0 [2020-10-14T10:14:27.691Z] [2020-10-14T10:14:27.691Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-14T10:14:27.962Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-14T10:14:28.237Z] Successfully built 79ac23c85cc0 [2020-10-14T10:14:28.237Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-10-14T10:14:28.508Z]  Building docker-support-logging-go ... done Removing intermediate container b6ac3e5003bd [2020-10-14T10:14:28.508Z] ---> 686981baadf6 [2020-10-14T10:14:28.508Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-10-14T10:14:28.508Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-10-14T10:14:28.784Z] (2/3) Installing libcurl (7.69.1-r1) [2020-10-14T10:14:28.784Z] (3/3) Installing curl (7.69.1-r1) [2020-10-14T10:14:28.784Z] ---> Running in 454ca28be7b7 [2020-10-14T10:14:28.784Z] Executing busybox-1.31.1-r16.trigger [2020-10-14T10:14:28.784Z] OK: 71 MiB in 58 packages [2020-10-14T10:14:30.242Z] Removing intermediate container 18f063253f67 [2020-10-14T10:14:30.242Z] ---> e1ef1f0f6592 [2020-10-14T10:14:30.242Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-10-14T10:14:30.242Z] ---> Running in a557a5c021ec [2020-10-14T10:14:30.521Z] Removing intermediate container a557a5c021ec [2020-10-14T10:14:30.521Z] ---> 57140dc412a0 [2020-10-14T10:14:30.521Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-14T10:14:30.808Z] ---> Running in 24a6bf621c4b [2020-10-14T10:14:31.405Z] Removing intermediate container 24a6bf621c4b [2020-10-14T10:14:31.405Z] ---> bd77daa22986 [2020-10-14T10:14:31.405Z] Step 25/27 : LABEL arch=arm64 [2020-10-14T10:14:31.405Z] ---> Running in cf92a9d01160 [2020-10-14T10:14:31.684Z] Removing intermediate container 454ca28be7b7 [2020-10-14T10:14:31.684Z] ---> 765ef372d3b9 [2020-10-14T10:14:31.684Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-10-14T10:14:31.965Z] ---> Running in 9ec76173bd13 [2020-10-14T10:14:31.965Z] Removing intermediate container cf92a9d01160 [2020-10-14T10:14:31.965Z] ---> 060739fd0055 [2020-10-14T10:14:31.965Z] Step 26/27 : LABEL git_sha=75437401aaf0e0f587015af03db21405a724386e [2020-10-14T10:14:32.237Z] ---> Running in b3a57cd01bb9 [2020-10-14T10:14:32.511Z] Removing intermediate container 9ec76173bd13 [2020-10-14T10:14:32.511Z] ---> 16b4ba0e98f8 [2020-10-14T10:14:32.511Z] Step 26/29 : CMD [ "generate" ] [2020-10-14T10:14:32.511Z] ---> Running in 5ec86bc8f951 [2020-10-14T10:14:32.787Z] Removing intermediate container b3a57cd01bb9 [2020-10-14T10:14:32.787Z] ---> 882e9ee3212a [2020-10-14T10:14:32.787Z] Step 27/27 : LABEL version=1.2.2-dev.73 [2020-10-14T10:14:32.787Z] ---> Running in 2736b736294f [2020-10-14T10:14:33.057Z] Removing intermediate container 5ec86bc8f951 [2020-10-14T10:14:33.057Z] ---> e258312b9971 [2020-10-14T10:14:33.057Z] Step 27/29 : LABEL arch=arm64 [2020-10-14T10:14:33.057Z] ---> Running in 77e7d571a02f [2020-10-14T10:14:33.327Z] Removing intermediate container 2736b736294f [2020-10-14T10:14:33.327Z] ---> b4359f9e88dc [2020-10-14T10:14:33.327Z] [2020-10-14T10:14:33.597Z] Successfully built b4359f9e88dc [2020-10-14T10:14:33.868Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-10-14T10:14:33.868Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 77e7d571a02f [2020-10-14T10:14:33.868Z] ---> 71abe7b8f89f [2020-10-14T10:14:33.868Z] Step 28/29 : LABEL git_sha=75437401aaf0e0f587015af03db21405a724386e [2020-10-14T10:14:33.868Z] ---> Running in 103edc42b9d3 [2020-10-14T10:14:34.140Z] Removing intermediate container 103edc42b9d3 [2020-10-14T10:14:34.140Z] ---> d27814d3f1c6 [2020-10-14T10:14:34.140Z] Step 29/29 : LABEL version=1.2.2-dev.73 [2020-10-14T10:14:34.413Z] ---> Running in e7aaf8cef600 [2020-10-14T10:14:34.683Z] Removing intermediate container e7aaf8cef600 [2020-10-14T10:14:34.683Z] ---> 5f551352d133 [2020-10-14T10:14:34.683Z] [2020-10-14T10:14:35.276Z] Successfully built 5f551352d133 [2020-10-14T10:14:35.276Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-10-14T10:14:35.566Z]  Building docker-security-secrets-setup-go ... done  [Pipeline] } [2020-10-14T10:14:35.572Z] $ docker stop --time=1 54a1f3d38846ed73b9067e3364896482a1926606875633ccf39725f0a63eee3e [2020-10-14T10:14:37.459Z] $ docker rm -f 54a1f3d38846ed73b9067e3364896482a1926606875633ccf39725f0a63eee3e [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-14T10:14:38.209Z] + + docker imagesgrep [2020-10-14T10:14:38.209Z] docker [2020-10-14T10:14:38.481Z] docker-security-secrets-setup-go-arm64 latest 5f551352d133 4 seconds ago 22.7MB [2020-10-14T10:14:38.481Z] docker-sys-mgmt-agent-go-arm64 latest b4359f9e88dc 6 seconds ago 270MB [2020-10-14T10:14:38.481Z] docker-support-logging-go-arm64 latest 79ac23c85cc0 11 seconds ago 10.6MB [2020-10-14T10:14:38.481Z] docker-security-secretstore-setup-go-arm64 latest f4fc2a432432 27 seconds ago 30.8MB [2020-10-14T10:14:38.481Z] docker-support-scheduler-go-arm64 latest b50e411fbb38 About a minute ago 11.5MB [2020-10-14T10:14:38.481Z] docker-core-data-go-arm64 latest f69214de6c61 2 minutes ago 22.2MB [2020-10-14T10:14:38.481Z] docker-core-metadata-go-arm64 latest 7ee3ec48cf97 3 minutes ago 13.4MB [2020-10-14T10:14:38.481Z] docker-support-notifications-go-arm64 latest 2cefd407c8a1 3 minutes ago 12.9MB [2020-10-14T10:14:38.481Z] docker-core-command-go-arm64 latest 82c8f18414f2 3 minutes ago 11.4MB [2020-10-14T10:14:38.481Z] docker-security-proxy-setup-go-arm64 latest 9eebf85878fe 4 minutes ago 15.1MB [2020-10-14T10:14:38.481Z] 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-14T10:14:39.055Z] provisioning config files... [2020-10-14T10:14:39.116Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/188@tmp/config1076714379433858391tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-10-14T10:14:39.518Z] ---> docker-login.sh [2020-10-14T10:14:39.518Z] nexus3.edgexfoundry.org:10001 [2020-10-14T10:14:39.791Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-14T10:14:40.063Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-14T10:14:40.063Z] Configure a credential helper to remove this warning. See [2020-10-14T10:14:40.063Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-14T10:14:40.063Z] [2020-10-14T10:14:40.063Z] Login Succeeded [2020-10-14T10:14:40.063Z] nexus3.edgexfoundry.org:10002 [2020-10-14T10:14:40.658Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-14T10:14:40.658Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-14T10:14:40.658Z] Configure a credential helper to remove this warning. See [2020-10-14T10:14:40.658Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-14T10:14:40.658Z] [2020-10-14T10:14:40.658Z] Login Succeeded [2020-10-14T10:14:40.658Z] nexus3.edgexfoundry.org:10003 [2020-10-14T10:14:41.252Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-14T10:14:41.252Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-14T10:14:41.252Z] Configure a credential helper to remove this warning. See [2020-10-14T10:14:41.252Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-14T10:14:41.252Z] [2020-10-14T10:14:41.252Z] Login Succeeded [2020-10-14T10:14:41.252Z] nexus3.edgexfoundry.org:10004 [2020-10-14T10:14:41.845Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-14T10:14:41.845Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-14T10:14:41.845Z] Configure a credential helper to remove this warning. See [2020-10-14T10:14:41.845Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-14T10:14:41.845Z] [2020-10-14T10:14:41.845Z] Login Succeeded [2020-10-14T10:14:41.845Z] docker.io [2020-10-14T10:14:42.441Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-14T10:14:42.712Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-14T10:14:42.712Z] Configure a credential helper to remove this warning. See [2020-10-14T10:14:42.712Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-14T10:14:42.712Z] [2020-10-14T10:14:42.712Z] Login Succeeded [2020-10-14T10:14:42.712Z] ---> docker-login.sh ends [Pipeline] } [2020-10-14T10:14:42.731Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-14T10:14:42.956Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2020-10-14T10:14:42.956Z] 75437401aaf0e0f587015af03db21405a724386e [2020-10-14T10:14:42.956Z] 1.2.2-dev.73 [2020-10-14T10:14:42.956Z] 75437401aaf0e0f587015af03db21405a724386e-1.2.2-dev.73 [2020-10-14T10:14:42.956Z] master [2020-10-14T10:14:42.956Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:14:43.525Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:75437401aaf0e0f587015af03db21405a724386e [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:14:43.865Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:75437401aaf0e0f587015af03db21405a724386e [2020-10-14T10:14:43.865Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-14T10:14:43.865Z] 293d175c253d: Preparing [2020-10-14T10:14:43.865Z] 76b6de147b2f: Preparing [2020-10-14T10:14:43.865Z] 7dc36273d1d4: Preparing [2020-10-14T10:14:44.144Z] 7dc36273d1d4: Pushed [2020-10-14T10:14:44.144Z] 293d175c253d: Pushed [2020-10-14T10:14:47.519Z] 76b6de147b2f: Pushed [2020-10-14T10:14:47.519Z] 75437401aaf0e0f587015af03db21405a724386e: digest: sha256:efc7b27443d35d58f897efdd3b875a845112d4893764e087b2996478d6c7215f size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:14:47.861Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.73 [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:14:48.200Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.73 [2020-10-14T10:14:48.200Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-14T10:14:48.200Z] 293d175c253d: Preparing [2020-10-14T10:14:48.200Z] 76b6de147b2f: Preparing [2020-10-14T10:14:48.200Z] 7dc36273d1d4: Preparing [2020-10-14T10:14:48.200Z] 7dc36273d1d4: Layer already exists [2020-10-14T10:14:48.200Z] 293d175c253d: Layer already exists [2020-10-14T10:14:48.200Z] 76b6de147b2f: Layer already exists [2020-10-14T10:14:48.471Z] 1.2.2-dev.73: digest: sha256:efc7b27443d35d58f897efdd3b875a845112d4893764e087b2996478d6c7215f size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:14:48.815Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:75437401aaf0e0f587015af03db21405a724386e-1.2.2-dev.73 [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:14:50.357Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:75437401aaf0e0f587015af03db21405a724386e-1.2.2-dev.73 [2020-10-14T10:14:50.357Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-14T10:14:50.357Z] 293d175c253d: Preparing [2020-10-14T10:14:50.357Z] 76b6de147b2f: Preparing [2020-10-14T10:14:50.357Z] 7dc36273d1d4: Preparing [2020-10-14T10:14:50.357Z] 76b6de147b2f: Layer already exists [2020-10-14T10:14:50.357Z] 293d175c253d: Layer already exists [2020-10-14T10:14:50.357Z] 7dc36273d1d4: Layer already exists [2020-10-14T10:14:50.357Z] 75437401aaf0e0f587015af03db21405a724386e-1.2.2-dev.73: digest: sha256:efc7b27443d35d58f897efdd3b875a845112d4893764e087b2996478d6c7215f size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:14:50.716Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:14:51.076Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2020-10-14T10:14:51.076Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-14T10:14:51.076Z] 293d175c253d: Preparing [2020-10-14T10:14:51.076Z] 76b6de147b2f: Preparing [2020-10-14T10:14:51.076Z] 7dc36273d1d4: Preparing [2020-10-14T10:14:51.351Z] 76b6de147b2f: Layer already exists [2020-10-14T10:14:51.351Z] 293d175c253d: Layer already exists [2020-10-14T10:14:51.351Z] 7dc36273d1d4: Layer already exists [2020-10-14T10:14:51.351Z] master: digest: sha256:efc7b27443d35d58f897efdd3b875a845112d4893764e087b2996478d6c7215f size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-14T10:14:51.572Z] ===================================================== [Pipeline] echo [2020-10-14T10:14:51.623Z] taggedImages: [2020-10-14T10:14:51.623Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:75437401aaf0e0f587015af03db21405a724386e [2020-10-14T10:14:51.623Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.73 [2020-10-14T10:14:51.623Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:75437401aaf0e0f587015af03db21405a724386e-1.2.2-dev.73 [2020-10-14T10:14:51.623Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2020-10-14T10:14:51.692Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2020-10-14T10:14:51.692Z] 75437401aaf0e0f587015af03db21405a724386e [2020-10-14T10:14:51.692Z] 1.2.2-dev.73 [2020-10-14T10:14:51.692Z] 75437401aaf0e0f587015af03db21405a724386e-1.2.2-dev.73 [2020-10-14T10:14:51.692Z] master [2020-10-14T10:14:51.692Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:14:52.209Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:75437401aaf0e0f587015af03db21405a724386e [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:14:52.543Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:75437401aaf0e0f587015af03db21405a724386e [2020-10-14T10:14:52.543Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-14T10:14:52.543Z] 6e5e0c7eb56b: Preparing [2020-10-14T10:14:52.543Z] d1bb34aa8cc5: Preparing [2020-10-14T10:14:52.543Z] f066031125c7: Preparing [2020-10-14T10:14:52.543Z] bee4674742be: Preparing [2020-10-14T10:14:52.543Z] 079806951b10: Preparing [2020-10-14T10:14:52.543Z] e2f13739ad41: Preparing [2020-10-14T10:14:52.543Z] e2f13739ad41: Waiting [2020-10-14T10:14:52.816Z] 079806951b10: Pushed [2020-10-14T10:14:53.088Z] 6e5e0c7eb56b: Pushed [2020-10-14T10:14:53.088Z] f066031125c7: Pushed [2020-10-14T10:14:53.088Z] e2f13739ad41: Layer already exists [2020-10-14T10:14:53.678Z] bee4674742be: Pushed [2020-10-14T10:14:56.284Z] d1bb34aa8cc5: Pushed [2020-10-14T10:14:56.556Z] 75437401aaf0e0f587015af03db21405a724386e: digest: sha256:0f9392fe5bc81bae7fad39338023f732f77fddfbfd076680377350818e7eff05 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:14:56.901Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.73 [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:14:57.235Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.73 [2020-10-14T10:14:57.235Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-14T10:14:57.235Z] 6e5e0c7eb56b: Preparing [2020-10-14T10:14:57.235Z] d1bb34aa8cc5: Preparing [2020-10-14T10:14:57.235Z] f066031125c7: Preparing [2020-10-14T10:14:57.235Z] bee4674742be: Preparing [2020-10-14T10:14:57.235Z] 079806951b10: Preparing [2020-10-14T10:14:57.235Z] e2f13739ad41: Preparing [2020-10-14T10:14:57.235Z] e2f13739ad41: Waiting [2020-10-14T10:14:57.506Z] f066031125c7: Layer already exists [2020-10-14T10:14:57.506Z] d1bb34aa8cc5: Layer already exists [2020-10-14T10:14:57.506Z] 079806951b10: Layer already exists [2020-10-14T10:14:57.506Z] bee4674742be: Layer already exists [2020-10-14T10:14:57.506Z] 6e5e0c7eb56b: Layer already exists [2020-10-14T10:14:57.506Z] e2f13739ad41: Layer already exists [2020-10-14T10:14:57.506Z] 1.2.2-dev.73: digest: sha256:0f9392fe5bc81bae7fad39338023f732f77fddfbfd076680377350818e7eff05 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:14:57.845Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:75437401aaf0e0f587015af03db21405a724386e-1.2.2-dev.73 [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:14:58.185Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:75437401aaf0e0f587015af03db21405a724386e-1.2.2-dev.73 [2020-10-14T10:14:58.185Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-14T10:14:58.185Z] 6e5e0c7eb56b: Preparing [2020-10-14T10:14:58.185Z] d1bb34aa8cc5: Preparing [2020-10-14T10:14:58.185Z] f066031125c7: Preparing [2020-10-14T10:14:58.185Z] bee4674742be: Preparing [2020-10-14T10:14:58.185Z] 079806951b10: Preparing [2020-10-14T10:14:58.185Z] e2f13739ad41: Preparing [2020-10-14T10:14:58.185Z] e2f13739ad41: Waiting [2020-10-14T10:14:58.456Z] bee4674742be: Layer already exists [2020-10-14T10:14:58.456Z] 6e5e0c7eb56b: Layer already exists [2020-10-14T10:14:58.457Z] f066031125c7: Layer already exists [2020-10-14T10:14:58.457Z] 079806951b10: Layer already exists [2020-10-14T10:14:58.457Z] d1bb34aa8cc5: Layer already exists [2020-10-14T10:14:58.457Z] e2f13739ad41: Layer already exists [2020-10-14T10:14:58.457Z] 75437401aaf0e0f587015af03db21405a724386e-1.2.2-dev.73: digest: sha256:0f9392fe5bc81bae7fad39338023f732f77fddfbfd076680377350818e7eff05 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:14:58.795Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:14:59.131Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2020-10-14T10:14:59.131Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-14T10:14:59.131Z] 6e5e0c7eb56b: Preparing [2020-10-14T10:14:59.131Z] d1bb34aa8cc5: Preparing [2020-10-14T10:14:59.131Z] f066031125c7: Preparing [2020-10-14T10:14:59.131Z] bee4674742be: Preparing [2020-10-14T10:14:59.131Z] 079806951b10: Preparing [2020-10-14T10:14:59.131Z] e2f13739ad41: Preparing [2020-10-14T10:14:59.131Z] e2f13739ad41: Waiting [2020-10-14T10:14:59.131Z] 079806951b10: Layer already exists [2020-10-14T10:14:59.131Z] f066031125c7: Layer already exists [2020-10-14T10:14:59.131Z] 6e5e0c7eb56b: Layer already exists [2020-10-14T10:14:59.131Z] d1bb34aa8cc5: Layer already exists [2020-10-14T10:14:59.131Z] bee4674742be: Layer already exists [2020-10-14T10:14:59.131Z] e2f13739ad41: Layer already exists [2020-10-14T10:14:59.401Z] master: digest: sha256:0f9392fe5bc81bae7fad39338023f732f77fddfbfd076680377350818e7eff05 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-14T10:14:59.615Z] ===================================================== [Pipeline] echo [2020-10-14T10:14:59.666Z] taggedImages: [2020-10-14T10:14:59.666Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:75437401aaf0e0f587015af03db21405a724386e [2020-10-14T10:14:59.666Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.73 [2020-10-14T10:14:59.666Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:75437401aaf0e0f587015af03db21405a724386e-1.2.2-dev.73 [2020-10-14T10:14:59.666Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2020-10-14T10:14:59.736Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2020-10-14T10:14:59.736Z] 75437401aaf0e0f587015af03db21405a724386e [2020-10-14T10:14:59.736Z] 1.2.2-dev.73 [2020-10-14T10:14:59.736Z] 75437401aaf0e0f587015af03db21405a724386e-1.2.2-dev.73 [2020-10-14T10:14:59.736Z] master [2020-10-14T10:14:59.736Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:15:00.245Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:75437401aaf0e0f587015af03db21405a724386e [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:15:00.581Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:75437401aaf0e0f587015af03db21405a724386e [2020-10-14T10:15:00.581Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-14T10:15:00.581Z] f1104893fa55: Preparing [2020-10-14T10:15:00.581Z] 638aa5994714: Preparing [2020-10-14T10:15:00.581Z] be3e37ac501b: Preparing [2020-10-14T10:15:00.852Z] be3e37ac501b: Pushed [2020-10-14T10:15:00.852Z] f1104893fa55: Pushed [2020-10-14T10:15:05.165Z] 638aa5994714: Pushed [2020-10-14T10:15:05.165Z] 75437401aaf0e0f587015af03db21405a724386e: digest: sha256:d0f8da00779319298abb5cf90e6437af2a6603a81039a63e2c05962bffa4fe32 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:15:05.505Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.73 [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:15:05.837Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.73 [2020-10-14T10:15:05.837Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-14T10:15:05.837Z] f1104893fa55: Preparing [2020-10-14T10:15:05.837Z] 638aa5994714: Preparing [2020-10-14T10:15:05.837Z] be3e37ac501b: Preparing [2020-10-14T10:15:06.108Z] 638aa5994714: Layer already exists [2020-10-14T10:15:06.108Z] f1104893fa55: Layer already exists [2020-10-14T10:15:06.108Z] be3e37ac501b: Layer already exists [2020-10-14T10:15:06.108Z] 1.2.2-dev.73: digest: sha256:d0f8da00779319298abb5cf90e6437af2a6603a81039a63e2c05962bffa4fe32 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:15:06.448Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:75437401aaf0e0f587015af03db21405a724386e-1.2.2-dev.73 [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:15:06.780Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:75437401aaf0e0f587015af03db21405a724386e-1.2.2-dev.73 [2020-10-14T10:15:06.781Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-14T10:15:06.781Z] f1104893fa55: Preparing [2020-10-14T10:15:06.781Z] 638aa5994714: Preparing [2020-10-14T10:15:06.781Z] be3e37ac501b: Preparing [2020-10-14T10:15:06.781Z] be3e37ac501b: Layer already exists [2020-10-14T10:15:06.781Z] 638aa5994714: Layer already exists [2020-10-14T10:15:07.052Z] f1104893fa55: Layer already exists [2020-10-14T10:15:07.052Z] 75437401aaf0e0f587015af03db21405a724386e-1.2.2-dev.73: digest: sha256:d0f8da00779319298abb5cf90e6437af2a6603a81039a63e2c05962bffa4fe32 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:15:07.387Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:15:07.725Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2020-10-14T10:15:07.725Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-14T10:15:07.725Z] f1104893fa55: Preparing [2020-10-14T10:15:07.725Z] 638aa5994714: Preparing [2020-10-14T10:15:07.725Z] be3e37ac501b: Preparing [2020-10-14T10:15:07.725Z] 638aa5994714: Layer already exists [2020-10-14T10:15:07.725Z] f1104893fa55: Layer already exists [2020-10-14T10:15:07.995Z] be3e37ac501b: Layer already exists [2020-10-14T10:15:07.995Z] master: digest: sha256:d0f8da00779319298abb5cf90e6437af2a6603a81039a63e2c05962bffa4fe32 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-14T10:15:08.186Z] ===================================================== [Pipeline] echo [2020-10-14T10:15:08.235Z] taggedImages: [2020-10-14T10:15:08.235Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:75437401aaf0e0f587015af03db21405a724386e [2020-10-14T10:15:08.235Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.73 [2020-10-14T10:15:08.235Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:75437401aaf0e0f587015af03db21405a724386e-1.2.2-dev.73 [2020-10-14T10:15:08.235Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2020-10-14T10:15:08.304Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2020-10-14T10:15:08.305Z] 75437401aaf0e0f587015af03db21405a724386e [2020-10-14T10:15:08.305Z] 1.2.2-dev.73 [2020-10-14T10:15:08.305Z] 75437401aaf0e0f587015af03db21405a724386e-1.2.2-dev.73 [2020-10-14T10:15:08.305Z] master [2020-10-14T10:15:08.305Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:15:08.815Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:75437401aaf0e0f587015af03db21405a724386e [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:15:09.149Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:75437401aaf0e0f587015af03db21405a724386e [2020-10-14T10:15:09.149Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-14T10:15:09.149Z] 0f8bc662d6c0: Preparing [2020-10-14T10:15:09.149Z] 1036d7236460: Preparing [2020-10-14T10:15:09.149Z] ce6739874aab: Preparing [2020-10-14T10:15:09.149Z] a723cfe1a4a1: Preparing [2020-10-14T10:15:09.149Z] e2f13739ad41: Preparing [2020-10-14T10:15:09.422Z] e2f13739ad41: Layer already exists [2020-10-14T10:15:09.422Z] ce6739874aab: Pushed [2020-10-14T10:15:09.422Z] 1036d7236460: Pushed [2020-10-14T10:15:10.012Z] a723cfe1a4a1: Pushed [2020-10-14T10:15:11.492Z] 0f8bc662d6c0: Pushed [2020-10-14T10:15:11.764Z] 75437401aaf0e0f587015af03db21405a724386e: digest: sha256:63e84773f04284a7297cd3301537024d19514d3e80fbca2247463ab00e4dba00 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:15:12.108Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.73 [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:15:12.442Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.73 [2020-10-14T10:15:12.442Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-14T10:15:12.442Z] 0f8bc662d6c0: Preparing [2020-10-14T10:15:12.442Z] 1036d7236460: Preparing [2020-10-14T10:15:12.442Z] ce6739874aab: Preparing [2020-10-14T10:15:12.442Z] a723cfe1a4a1: Preparing [2020-10-14T10:15:12.442Z] e2f13739ad41: Preparing [2020-10-14T10:15:12.713Z] e2f13739ad41: Layer already exists [2020-10-14T10:15:12.713Z] a723cfe1a4a1: Layer already exists [2020-10-14T10:15:12.713Z] 1036d7236460: Layer already exists [2020-10-14T10:15:12.713Z] 0f8bc662d6c0: Layer already exists [2020-10-14T10:15:12.713Z] ce6739874aab: Layer already exists [2020-10-14T10:15:12.713Z] 1.2.2-dev.73: digest: sha256:63e84773f04284a7297cd3301537024d19514d3e80fbca2247463ab00e4dba00 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:15:13.059Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:75437401aaf0e0f587015af03db21405a724386e-1.2.2-dev.73 [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:15:13.393Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:75437401aaf0e0f587015af03db21405a724386e-1.2.2-dev.73 [2020-10-14T10:15:13.393Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-14T10:15:13.393Z] 0f8bc662d6c0: Preparing [2020-10-14T10:15:13.393Z] 1036d7236460: Preparing [2020-10-14T10:15:13.393Z] ce6739874aab: Preparing [2020-10-14T10:15:13.393Z] a723cfe1a4a1: Preparing [2020-10-14T10:15:13.393Z] e2f13739ad41: Preparing [2020-10-14T10:15:13.663Z] e2f13739ad41: Layer already exists [2020-10-14T10:15:13.663Z] ce6739874aab: Layer already exists [2020-10-14T10:15:13.663Z] 1036d7236460: Layer already exists [2020-10-14T10:15:13.663Z] 0f8bc662d6c0: Layer already exists [2020-10-14T10:15:13.663Z] a723cfe1a4a1: Layer already exists [2020-10-14T10:15:13.663Z] 75437401aaf0e0f587015af03db21405a724386e-1.2.2-dev.73: digest: sha256:63e84773f04284a7297cd3301537024d19514d3e80fbca2247463ab00e4dba00 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:15:14.010Z] + 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-14T10:15:14.364Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2020-10-14T10:15:14.364Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-14T10:15:14.364Z] 0f8bc662d6c0: Preparing [2020-10-14T10:15:14.364Z] 1036d7236460: Preparing [2020-10-14T10:15:14.364Z] ce6739874aab: Preparing [2020-10-14T10:15:14.364Z] a723cfe1a4a1: Preparing [2020-10-14T10:15:14.365Z] e2f13739ad41: Preparing [2020-10-14T10:15:14.365Z] 0f8bc662d6c0: Layer already exists [2020-10-14T10:15:14.365Z] 1036d7236460: Layer already exists [2020-10-14T10:15:14.365Z] e2f13739ad41: Layer already exists [2020-10-14T10:15:14.365Z] ce6739874aab: Layer already exists [2020-10-14T10:15:14.365Z] a723cfe1a4a1: Layer already exists [2020-10-14T10:15:14.636Z] master: digest: sha256:63e84773f04284a7297cd3301537024d19514d3e80fbca2247463ab00e4dba00 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-14T10:15:14.832Z] ===================================================== [Pipeline] echo [2020-10-14T10:15:14.880Z] taggedImages: [2020-10-14T10:15:14.880Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:75437401aaf0e0f587015af03db21405a724386e [2020-10-14T10:15:14.880Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.73 [2020-10-14T10:15:14.880Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:75437401aaf0e0f587015af03db21405a724386e-1.2.2-dev.73 [2020-10-14T10:15:14.880Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2020-10-14T10:15:14.978Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go-arm64 with the following tags: [2020-10-14T10:15:14.978Z] 75437401aaf0e0f587015af03db21405a724386e [2020-10-14T10:15:14.978Z] 1.2.2-dev.73 [2020-10-14T10:15:14.978Z] 75437401aaf0e0f587015af03db21405a724386e-1.2.2-dev.73 [2020-10-14T10:15:14.978Z] master [2020-10-14T10:15:14.978Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:15:15.542Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:75437401aaf0e0f587015af03db21405a724386e [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:15:15.875Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:75437401aaf0e0f587015af03db21405a724386e [2020-10-14T10:15:15.876Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-14T10:15:15.876Z] 5159cb0842dc: Preparing [2020-10-14T10:15:15.876Z] c1350856d0ce: Preparing [2020-10-14T10:15:15.876Z] 3e33146f504d: Preparing [2020-10-14T10:15:15.876Z] abfc1b6405eb: Preparing [2020-10-14T10:15:15.876Z] abfc1b6405eb: Preparing [2020-10-14T10:15:15.876Z] af09e6ee21e4: Preparing [2020-10-14T10:15:15.876Z] 5fa6d4b58d51: Preparing [2020-10-14T10:15:15.876Z] a18493c38eb0: Preparing [2020-10-14T10:15:15.876Z] 5159cb0842dc: Preparing [2020-10-14T10:15:15.876Z] e25dd3201dfc: Preparing [2020-10-14T10:15:15.876Z] 9a631725dc5a: Preparing [2020-10-14T10:15:15.876Z] 75936f5fc002: Preparing [2020-10-14T10:15:15.876Z] e2f13739ad41: Preparing [2020-10-14T10:15:15.876Z] e25dd3201dfc: Waiting [2020-10-14T10:15:15.876Z] 75936f5fc002: Waiting [2020-10-14T10:15:15.876Z] 9a631725dc5a: Waiting [2020-10-14T10:15:15.876Z] 5fa6d4b58d51: Waiting [2020-10-14T10:15:15.876Z] e2f13739ad41: Waiting [2020-10-14T10:15:15.876Z] a18493c38eb0: Waiting [2020-10-14T10:15:16.159Z] 3e33146f504d: Pushed [2020-10-14T10:15:16.159Z] af09e6ee21e4: Pushed [2020-10-14T10:15:16.159Z] abfc1b6405eb: Pushed [2020-10-14T10:15:16.159Z] c1350856d0ce: Pushed [2020-10-14T10:15:16.431Z] 5fa6d4b58d51: Pushed [2020-10-14T10:15:16.431Z] a18493c38eb0: Pushed [2020-10-14T10:15:16.431Z] e25dd3201dfc: Pushed [2020-10-14T10:15:16.431Z] 9a631725dc5a: Pushed [2020-10-14T10:15:16.431Z] e2f13739ad41: Layer already exists [2020-10-14T10:15:16.702Z] 75936f5fc002: Pushed [2020-10-14T10:15:18.125Z] 5159cb0842dc: Pushed [2020-10-14T10:15:18.396Z] 75437401aaf0e0f587015af03db21405a724386e: digest: sha256:4af23a2ede5a0b8976fb0c9e0f60738d0615ced1fc13169c577b6ff03eda57b7 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:15:18.736Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.73 [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:15:19.069Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.73 [2020-10-14T10:15:19.069Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-14T10:15:19.069Z] 5159cb0842dc: Preparing [2020-10-14T10:15:19.069Z] c1350856d0ce: Preparing [2020-10-14T10:15:19.069Z] 3e33146f504d: Preparing [2020-10-14T10:15:19.069Z] abfc1b6405eb: Preparing [2020-10-14T10:15:19.069Z] abfc1b6405eb: Preparing [2020-10-14T10:15:19.069Z] af09e6ee21e4: Preparing [2020-10-14T10:15:19.069Z] 5fa6d4b58d51: Preparing [2020-10-14T10:15:19.069Z] a18493c38eb0: Preparing [2020-10-14T10:15:19.069Z] 5159cb0842dc: Preparing [2020-10-14T10:15:19.069Z] e25dd3201dfc: Preparing [2020-10-14T10:15:19.069Z] 9a631725dc5a: Preparing [2020-10-14T10:15:19.069Z] 75936f5fc002: Preparing [2020-10-14T10:15:19.069Z] e2f13739ad41: Preparing [2020-10-14T10:15:19.069Z] e25dd3201dfc: Waiting [2020-10-14T10:15:19.069Z] 9a631725dc5a: Waiting [2020-10-14T10:15:19.069Z] 75936f5fc002: Waiting [2020-10-14T10:15:19.069Z] 5fa6d4b58d51: Waiting [2020-10-14T10:15:19.069Z] e2f13739ad41: Waiting [2020-10-14T10:15:19.069Z] a18493c38eb0: Waiting [2020-10-14T10:15:19.069Z] af09e6ee21e4: Layer already exists [2020-10-14T10:15:19.069Z] c1350856d0ce: Layer already exists [2020-10-14T10:15:19.069Z] abfc1b6405eb: Layer already exists [2020-10-14T10:15:19.069Z] 3e33146f504d: Layer already exists [2020-10-14T10:15:19.069Z] 5159cb0842dc: Layer already exists [2020-10-14T10:15:19.340Z] 9a631725dc5a: Layer already exists [2020-10-14T10:15:19.340Z] a18493c38eb0: Layer already exists [2020-10-14T10:15:19.340Z] e25dd3201dfc: Layer already exists [2020-10-14T10:15:19.340Z] 5fa6d4b58d51: Layer already exists [2020-10-14T10:15:19.340Z] 75936f5fc002: Layer already exists [2020-10-14T10:15:19.340Z] e2f13739ad41: Layer already exists [2020-10-14T10:15:19.340Z] 1.2.2-dev.73: digest: sha256:4af23a2ede5a0b8976fb0c9e0f60738d0615ced1fc13169c577b6ff03eda57b7 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:15:19.676Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:75437401aaf0e0f587015af03db21405a724386e-1.2.2-dev.73 [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:15:20.010Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:75437401aaf0e0f587015af03db21405a724386e-1.2.2-dev.73 [2020-10-14T10:15:20.010Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-14T10:15:20.010Z] 5159cb0842dc: Preparing [2020-10-14T10:15:20.010Z] c1350856d0ce: Preparing [2020-10-14T10:15:20.010Z] 3e33146f504d: Preparing [2020-10-14T10:15:20.010Z] abfc1b6405eb: Preparing [2020-10-14T10:15:20.010Z] abfc1b6405eb: Preparing [2020-10-14T10:15:20.010Z] af09e6ee21e4: Preparing [2020-10-14T10:15:20.010Z] 5fa6d4b58d51: Preparing [2020-10-14T10:15:20.010Z] a18493c38eb0: Preparing [2020-10-14T10:15:20.010Z] 5159cb0842dc: Preparing [2020-10-14T10:15:20.010Z] e25dd3201dfc: Preparing [2020-10-14T10:15:20.010Z] 9a631725dc5a: Preparing [2020-10-14T10:15:20.010Z] 75936f5fc002: Preparing [2020-10-14T10:15:20.010Z] e2f13739ad41: Preparing [2020-10-14T10:15:20.010Z] e25dd3201dfc: Waiting [2020-10-14T10:15:20.010Z] 9a631725dc5a: Waiting [2020-10-14T10:15:20.010Z] 75936f5fc002: Waiting [2020-10-14T10:15:20.010Z] 5fa6d4b58d51: Waiting [2020-10-14T10:15:20.010Z] e2f13739ad41: Waiting [2020-10-14T10:15:20.010Z] a18493c38eb0: Waiting [2020-10-14T10:15:20.281Z] c1350856d0ce: Layer already exists [2020-10-14T10:15:20.281Z] abfc1b6405eb: Layer already exists [2020-10-14T10:15:20.281Z] af09e6ee21e4: Layer already exists [2020-10-14T10:15:20.281Z] 3e33146f504d: Layer already exists [2020-10-14T10:15:20.281Z] 5159cb0842dc: Layer already exists [2020-10-14T10:15:20.281Z] a18493c38eb0: Layer already exists [2020-10-14T10:15:20.281Z] 5fa6d4b58d51: Layer already exists [2020-10-14T10:15:20.281Z] e25dd3201dfc: Layer already exists [2020-10-14T10:15:20.281Z] 9a631725dc5a: Layer already exists [2020-10-14T10:15:20.281Z] 75936f5fc002: Layer already exists [2020-10-14T10:15:20.281Z] e2f13739ad41: Layer already exists [2020-10-14T10:15:20.281Z] 75437401aaf0e0f587015af03db21405a724386e-1.2.2-dev.73: digest: sha256:4af23a2ede5a0b8976fb0c9e0f60738d0615ced1fc13169c577b6ff03eda57b7 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:15:20.617Z] + 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-14T10:15:20.953Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [2020-10-14T10:15:20.953Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-14T10:15:20.953Z] 5159cb0842dc: Preparing [2020-10-14T10:15:20.953Z] c1350856d0ce: Preparing [2020-10-14T10:15:20.953Z] 3e33146f504d: Preparing [2020-10-14T10:15:20.953Z] abfc1b6405eb: Preparing [2020-10-14T10:15:20.953Z] abfc1b6405eb: Preparing [2020-10-14T10:15:20.953Z] af09e6ee21e4: Preparing [2020-10-14T10:15:20.953Z] 5fa6d4b58d51: Preparing [2020-10-14T10:15:20.953Z] a18493c38eb0: Preparing [2020-10-14T10:15:20.953Z] 5159cb0842dc: Preparing [2020-10-14T10:15:20.953Z] e25dd3201dfc: Preparing [2020-10-14T10:15:20.953Z] 9a631725dc5a: Preparing [2020-10-14T10:15:20.953Z] 75936f5fc002: Preparing [2020-10-14T10:15:20.953Z] e2f13739ad41: Preparing [2020-10-14T10:15:20.953Z] 5fa6d4b58d51: Waiting [2020-10-14T10:15:20.953Z] 75936f5fc002: Waiting [2020-10-14T10:15:20.953Z] a18493c38eb0: Waiting [2020-10-14T10:15:20.953Z] e25dd3201dfc: Waiting [2020-10-14T10:15:20.953Z] 9a631725dc5a: Waiting [2020-10-14T10:15:20.953Z] e2f13739ad41: Waiting [2020-10-14T10:15:21.222Z] 5159cb0842dc: Layer already exists [2020-10-14T10:15:21.223Z] 3e33146f504d: Layer already exists [2020-10-14T10:15:21.223Z] af09e6ee21e4: Layer already exists [2020-10-14T10:15:21.223Z] abfc1b6405eb: Layer already exists [2020-10-14T10:15:21.223Z] c1350856d0ce: Layer already exists [2020-10-14T10:15:21.223Z] a18493c38eb0: Layer already exists [2020-10-14T10:15:21.223Z] e25dd3201dfc: Layer already exists [2020-10-14T10:15:21.223Z] 5fa6d4b58d51: Layer already exists [2020-10-14T10:15:21.223Z] 9a631725dc5a: Layer already exists [2020-10-14T10:15:21.223Z] 75936f5fc002: Layer already exists [2020-10-14T10:15:21.223Z] e2f13739ad41: Layer already exists [2020-10-14T10:15:22.190Z] master: digest: sha256:4af23a2ede5a0b8976fb0c9e0f60738d0615ced1fc13169c577b6ff03eda57b7 size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-14T10:15:22.476Z] ===================================================== [Pipeline] echo [2020-10-14T10:15:22.545Z] taggedImages: [2020-10-14T10:15:22.545Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:75437401aaf0e0f587015af03db21405a724386e [2020-10-14T10:15:22.545Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.73 [2020-10-14T10:15:22.545Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:75437401aaf0e0f587015af03db21405a724386e-1.2.2-dev.73 [2020-10-14T10:15:22.545Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [Pipeline] echo [2020-10-14T10:15:22.614Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2020-10-14T10:15:22.614Z] 75437401aaf0e0f587015af03db21405a724386e [2020-10-14T10:15:22.614Z] 1.2.2-dev.73 [2020-10-14T10:15:22.614Z] 75437401aaf0e0f587015af03db21405a724386e-1.2.2-dev.73 [2020-10-14T10:15:22.614Z] master [2020-10-14T10:15:22.614Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:15:23.168Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:75437401aaf0e0f587015af03db21405a724386e [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:15:23.506Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:75437401aaf0e0f587015af03db21405a724386e [2020-10-14T10:15:23.507Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-14T10:15:23.507Z] 9ae37a68bca9: Preparing [2020-10-14T10:15:23.507Z] df429860461d: Preparing [2020-10-14T10:15:23.507Z] b59cee72ed0e: Preparing [2020-10-14T10:15:23.507Z] cb5120035d00: Preparing [2020-10-14T10:15:23.507Z] c5dfd4a66287: Preparing [2020-10-14T10:15:23.507Z] 0460adbd70c2: Preparing [2020-10-14T10:15:23.507Z] f44acbb7d7c8: Preparing [2020-10-14T10:15:23.507Z] ed572a08fd2f: Preparing [2020-10-14T10:15:23.507Z] e458352812d8: Preparing [2020-10-14T10:15:23.507Z] 9dded940b833: Preparing [2020-10-14T10:15:23.507Z] 66b385cf80cf: Preparing [2020-10-14T10:15:23.507Z] ed572a08fd2f: Waiting [2020-10-14T10:15:23.507Z] e458352812d8: Waiting [2020-10-14T10:15:23.507Z] 0460adbd70c2: Waiting [2020-10-14T10:15:23.507Z] f44acbb7d7c8: Waiting [2020-10-14T10:15:23.507Z] 66b385cf80cf: Waiting [2020-10-14T10:15:23.783Z] df429860461d: Pushed [2020-10-14T10:15:23.783Z] 9ae37a68bca9: Pushed [2020-10-14T10:15:24.060Z] 0460adbd70c2: Pushed [2020-10-14T10:15:24.060Z] f44acbb7d7c8: Pushed [2020-10-14T10:15:24.335Z] ed572a08fd2f: Pushed [2020-10-14T10:15:24.335Z] e458352812d8: Pushed [2020-10-14T10:15:24.610Z] 66b385cf80cf: Layer already exists [2020-10-14T10:15:24.886Z] 9dded940b833: Pushed [2020-10-14T10:15:25.487Z] b59cee72ed0e: Pushed [2020-10-14T10:15:26.079Z] c5dfd4a66287: Pushed [2020-10-14T10:15:26.079Z] cb5120035d00: Pushed [2020-10-14T10:15:26.079Z] 75437401aaf0e0f587015af03db21405a724386e: digest: sha256:2486c2d6f871eedbb76d4a3c8e87e433d8ff84b05551b4e424afc1e9cf130594 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:15:26.693Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.73 [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:15:27.027Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.73 [2020-10-14T10:15:27.028Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-14T10:15:27.028Z] 9ae37a68bca9: Preparing [2020-10-14T10:15:27.028Z] df429860461d: Preparing [2020-10-14T10:15:27.028Z] b59cee72ed0e: Preparing [2020-10-14T10:15:27.028Z] cb5120035d00: Preparing [2020-10-14T10:15:27.028Z] c5dfd4a66287: Preparing [2020-10-14T10:15:27.028Z] 0460adbd70c2: Preparing [2020-10-14T10:15:27.028Z] f44acbb7d7c8: Preparing [2020-10-14T10:15:27.028Z] ed572a08fd2f: Preparing [2020-10-14T10:15:27.028Z] e458352812d8: Preparing [2020-10-14T10:15:27.028Z] 9dded940b833: Preparing [2020-10-14T10:15:27.028Z] 66b385cf80cf: Preparing [2020-10-14T10:15:27.028Z] ed572a08fd2f: Waiting [2020-10-14T10:15:27.028Z] 9dded940b833: Waiting [2020-10-14T10:15:27.028Z] 66b385cf80cf: Waiting [2020-10-14T10:15:27.028Z] 0460adbd70c2: Waiting [2020-10-14T10:15:27.028Z] e458352812d8: Waiting [2020-10-14T10:15:27.028Z] f44acbb7d7c8: Waiting [2020-10-14T10:15:27.028Z] b59cee72ed0e: Layer already exists [2020-10-14T10:15:27.028Z] df429860461d: Layer already exists [2020-10-14T10:15:27.298Z] cb5120035d00: Layer already exists [2020-10-14T10:15:27.298Z] c5dfd4a66287: Layer already exists [2020-10-14T10:15:27.298Z] 9ae37a68bca9: Layer already exists [2020-10-14T10:15:27.298Z] 0460adbd70c2: Layer already exists [2020-10-14T10:15:27.298Z] f44acbb7d7c8: Layer already exists [2020-10-14T10:15:27.298Z] 9dded940b833: Layer already exists [2020-10-14T10:15:27.298Z] e458352812d8: Layer already exists [2020-10-14T10:15:27.298Z] ed572a08fd2f: Layer already exists [2020-10-14T10:15:27.298Z] 66b385cf80cf: Layer already exists [2020-10-14T10:15:27.298Z] 1.2.2-dev.73: digest: sha256:2486c2d6f871eedbb76d4a3c8e87e433d8ff84b05551b4e424afc1e9cf130594 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:15:27.650Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:75437401aaf0e0f587015af03db21405a724386e-1.2.2-dev.73 [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:15:27.988Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:75437401aaf0e0f587015af03db21405a724386e-1.2.2-dev.73 [2020-10-14T10:15:27.989Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-14T10:15:27.989Z] 9ae37a68bca9: Preparing [2020-10-14T10:15:27.989Z] df429860461d: Preparing [2020-10-14T10:15:27.989Z] b59cee72ed0e: Preparing [2020-10-14T10:15:27.989Z] cb5120035d00: Preparing [2020-10-14T10:15:27.989Z] c5dfd4a66287: Preparing [2020-10-14T10:15:27.989Z] 0460adbd70c2: Preparing [2020-10-14T10:15:27.989Z] f44acbb7d7c8: Preparing [2020-10-14T10:15:27.989Z] ed572a08fd2f: Preparing [2020-10-14T10:15:27.989Z] e458352812d8: Preparing [2020-10-14T10:15:27.989Z] 0460adbd70c2: Waiting [2020-10-14T10:15:27.989Z] ed572a08fd2f: Waiting [2020-10-14T10:15:27.989Z] 9dded940b833: Preparing [2020-10-14T10:15:27.989Z] 66b385cf80cf: Preparing [2020-10-14T10:15:27.989Z] e458352812d8: Waiting [2020-10-14T10:15:27.989Z] 9dded940b833: Waiting [2020-10-14T10:15:27.989Z] 66b385cf80cf: Waiting [2020-10-14T10:15:27.989Z] c5dfd4a66287: Layer already exists [2020-10-14T10:15:27.989Z] b59cee72ed0e: Layer already exists [2020-10-14T10:15:27.989Z] df429860461d: Layer already exists [2020-10-14T10:15:27.989Z] 9ae37a68bca9: Layer already exists [2020-10-14T10:15:27.989Z] cb5120035d00: Layer already exists [2020-10-14T10:15:28.261Z] ed572a08fd2f: Layer already exists [2020-10-14T10:15:28.261Z] 0460adbd70c2: Layer already exists [2020-10-14T10:15:28.261Z] f44acbb7d7c8: Layer already exists [2020-10-14T10:15:28.261Z] e458352812d8: Layer already exists [2020-10-14T10:15:28.261Z] 9dded940b833: Layer already exists [2020-10-14T10:15:28.261Z] 66b385cf80cf: Layer already exists [2020-10-14T10:15:28.261Z] 75437401aaf0e0f587015af03db21405a724386e-1.2.2-dev.73: digest: sha256:2486c2d6f871eedbb76d4a3c8e87e433d8ff84b05551b4e424afc1e9cf130594 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:15:28.602Z] + 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-14T10:15:28.957Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2020-10-14T10:15:28.958Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-14T10:15:28.958Z] 9ae37a68bca9: Preparing [2020-10-14T10:15:28.958Z] df429860461d: Preparing [2020-10-14T10:15:28.958Z] b59cee72ed0e: Preparing [2020-10-14T10:15:28.958Z] cb5120035d00: Preparing [2020-10-14T10:15:28.958Z] c5dfd4a66287: Preparing [2020-10-14T10:15:28.958Z] 0460adbd70c2: Preparing [2020-10-14T10:15:28.958Z] f44acbb7d7c8: Preparing [2020-10-14T10:15:28.958Z] ed572a08fd2f: Preparing [2020-10-14T10:15:28.958Z] e458352812d8: Preparing [2020-10-14T10:15:28.958Z] 9dded940b833: Preparing [2020-10-14T10:15:28.958Z] 66b385cf80cf: Preparing [2020-10-14T10:15:28.958Z] f44acbb7d7c8: Waiting [2020-10-14T10:15:28.958Z] ed572a08fd2f: Waiting [2020-10-14T10:15:28.958Z] e458352812d8: Waiting [2020-10-14T10:15:28.958Z] 9dded940b833: Waiting [2020-10-14T10:15:28.958Z] 66b385cf80cf: Waiting [2020-10-14T10:15:28.958Z] 0460adbd70c2: Waiting [2020-10-14T10:15:29.233Z] b59cee72ed0e: Layer already exists [2020-10-14T10:15:29.233Z] df429860461d: Layer already exists [2020-10-14T10:15:29.233Z] cb5120035d00: Layer already exists [2020-10-14T10:15:29.233Z] c5dfd4a66287: Layer already exists [2020-10-14T10:15:29.233Z] 9ae37a68bca9: Layer already exists [2020-10-14T10:15:29.233Z] ed572a08fd2f: Layer already exists [2020-10-14T10:15:29.233Z] f44acbb7d7c8: Layer already exists [2020-10-14T10:15:29.233Z] 0460adbd70c2: Layer already exists [2020-10-14T10:15:29.233Z] 9dded940b833: Layer already exists [2020-10-14T10:15:29.233Z] e458352812d8: Layer already exists [2020-10-14T10:15:29.233Z] 66b385cf80cf: Layer already exists [2020-10-14T10:15:29.233Z] master: digest: sha256:2486c2d6f871eedbb76d4a3c8e87e433d8ff84b05551b4e424afc1e9cf130594 size: 2616 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-14T10:15:29.432Z] ===================================================== [Pipeline] echo [2020-10-14T10:15:29.477Z] taggedImages: [2020-10-14T10:15:29.477Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:75437401aaf0e0f587015af03db21405a724386e [2020-10-14T10:15:29.477Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.73 [2020-10-14T10:15:29.477Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:75437401aaf0e0f587015af03db21405a724386e-1.2.2-dev.73 [2020-10-14T10:15:29.477Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2020-10-14T10:15:29.539Z] [edgeXDocker.push] Tagging docker image docker-support-logging-go-arm64 with the following tags: [2020-10-14T10:15:29.539Z] 75437401aaf0e0f587015af03db21405a724386e [2020-10-14T10:15:29.539Z] 1.2.2-dev.73 [2020-10-14T10:15:29.539Z] 75437401aaf0e0f587015af03db21405a724386e-1.2.2-dev.73 [2020-10-14T10:15:29.539Z] master [2020-10-14T10:15:29.539Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:15:30.035Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:75437401aaf0e0f587015af03db21405a724386e [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:15:30.370Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:75437401aaf0e0f587015af03db21405a724386e [2020-10-14T10:15:30.370Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-14T10:15:30.370Z] ea3183ab2ee8: Preparing [2020-10-14T10:15:30.370Z] 3e639ec49992: Preparing [2020-10-14T10:15:30.370Z] 1be40d1d2d65: Preparing [2020-10-14T10:15:30.370Z] 0c02d76e6096: Preparing [2020-10-14T10:15:30.643Z] 1be40d1d2d65: Pushed [2020-10-14T10:15:30.643Z] ea3183ab2ee8: Pushed [2020-10-14T10:15:30.916Z] 0c02d76e6096: Pushed [2020-10-14T10:15:33.521Z] 3e639ec49992: Pushed [2020-10-14T10:15:33.521Z] 75437401aaf0e0f587015af03db21405a724386e: digest: sha256:313e94d665d989d912d73c5dcb3b326c30d075b8d75aa96388354fd7efbef883 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:15:33.863Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.73 [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:15:34.195Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.73 [2020-10-14T10:15:34.196Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-14T10:15:34.196Z] ea3183ab2ee8: Preparing [2020-10-14T10:15:34.196Z] 3e639ec49992: Preparing [2020-10-14T10:15:34.196Z] 1be40d1d2d65: Preparing [2020-10-14T10:15:34.196Z] 0c02d76e6096: Preparing [2020-10-14T10:15:34.196Z] 0c02d76e6096: Layer already exists [2020-10-14T10:15:34.196Z] 3e639ec49992: Layer already exists [2020-10-14T10:15:34.466Z] 1be40d1d2d65: Layer already exists [2020-10-14T10:15:34.466Z] ea3183ab2ee8: Layer already exists [2020-10-14T10:15:34.466Z] 1.2.2-dev.73: digest: sha256:313e94d665d989d912d73c5dcb3b326c30d075b8d75aa96388354fd7efbef883 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:15:34.803Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:75437401aaf0e0f587015af03db21405a724386e-1.2.2-dev.73 [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:15:35.136Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:75437401aaf0e0f587015af03db21405a724386e-1.2.2-dev.73 [2020-10-14T10:15:35.136Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-14T10:15:35.136Z] ea3183ab2ee8: Preparing [2020-10-14T10:15:35.136Z] 3e639ec49992: Preparing [2020-10-14T10:15:35.136Z] 1be40d1d2d65: Preparing [2020-10-14T10:15:35.136Z] 0c02d76e6096: Preparing [2020-10-14T10:15:35.136Z] 3e639ec49992: Layer already exists [2020-10-14T10:15:35.136Z] 0c02d76e6096: Layer already exists [2020-10-14T10:15:35.136Z] ea3183ab2ee8: Layer already exists [2020-10-14T10:15:35.136Z] 1be40d1d2d65: Layer already exists [2020-10-14T10:15:35.407Z] 75437401aaf0e0f587015af03db21405a724386e-1.2.2-dev.73: digest: sha256:313e94d665d989d912d73c5dcb3b326c30d075b8d75aa96388354fd7efbef883 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:15:35.739Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:15:36.072Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [2020-10-14T10:15:36.072Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-14T10:15:36.072Z] ea3183ab2ee8: Preparing [2020-10-14T10:15:36.072Z] 3e639ec49992: Preparing [2020-10-14T10:15:36.072Z] 1be40d1d2d65: Preparing [2020-10-14T10:15:36.072Z] 0c02d76e6096: Preparing [2020-10-14T10:15:36.072Z] ea3183ab2ee8: Layer already exists [2020-10-14T10:15:36.072Z] 1be40d1d2d65: Layer already exists [2020-10-14T10:15:36.072Z] 3e639ec49992: Layer already exists [2020-10-14T10:15:36.072Z] 0c02d76e6096: Layer already exists [2020-10-14T10:15:36.341Z] master: digest: sha256:313e94d665d989d912d73c5dcb3b326c30d075b8d75aa96388354fd7efbef883 size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-14T10:15:36.548Z] ===================================================== [Pipeline] echo [2020-10-14T10:15:36.590Z] taggedImages: [2020-10-14T10:15:36.590Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:75437401aaf0e0f587015af03db21405a724386e [2020-10-14T10:15:36.590Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.73 [2020-10-14T10:15:36.590Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:75437401aaf0e0f587015af03db21405a724386e-1.2.2-dev.73 [2020-10-14T10:15:36.590Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] echo [2020-10-14T10:15:36.657Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2020-10-14T10:15:36.657Z] 75437401aaf0e0f587015af03db21405a724386e [2020-10-14T10:15:36.657Z] 1.2.2-dev.73 [2020-10-14T10:15:36.657Z] 75437401aaf0e0f587015af03db21405a724386e-1.2.2-dev.73 [2020-10-14T10:15:36.657Z] master [2020-10-14T10:15:36.657Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:15:37.176Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:75437401aaf0e0f587015af03db21405a724386e [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:15:37.513Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:75437401aaf0e0f587015af03db21405a724386e [2020-10-14T10:15:37.514Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-14T10:15:37.514Z] 915e1ede9891: Preparing [2020-10-14T10:15:37.514Z] ae94c8e79a10: Preparing [2020-10-14T10:15:37.514Z] 7cdf529f98ea: Preparing [2020-10-14T10:15:37.514Z] 9a8ccba16950: Preparing [2020-10-14T10:15:37.514Z] 4f3fba1245f5: Preparing [2020-10-14T10:15:37.514Z] abf8003737f3: Preparing [2020-10-14T10:15:37.514Z] abf8003737f3: Waiting [2020-10-14T10:15:37.789Z] 915e1ede9891: Pushed [2020-10-14T10:15:37.789Z] 7cdf529f98ea: Pushed [2020-10-14T10:15:37.789Z] 9a8ccba16950: Pushed [2020-10-14T10:15:38.062Z] 4f3fba1245f5: Pushed [2020-10-14T10:15:38.335Z] abf8003737f3: Pushed [2020-10-14T10:15:40.938Z] ae94c8e79a10: Pushed [2020-10-14T10:15:40.938Z] 75437401aaf0e0f587015af03db21405a724386e: digest: sha256:18100bf7449c8cb290c662c613362f01606ba7e0d634d1c6b8e6d23d67270dc0 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:15:41.274Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.73 [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:15:41.610Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.73 [2020-10-14T10:15:41.611Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-14T10:15:41.611Z] 915e1ede9891: Preparing [2020-10-14T10:15:41.611Z] ae94c8e79a10: Preparing [2020-10-14T10:15:41.611Z] 7cdf529f98ea: Preparing [2020-10-14T10:15:41.611Z] 9a8ccba16950: Preparing [2020-10-14T10:15:41.611Z] 4f3fba1245f5: Preparing [2020-10-14T10:15:41.611Z] abf8003737f3: Preparing [2020-10-14T10:15:41.881Z] 915e1ede9891: Layer already exists [2020-10-14T10:15:41.881Z] 4f3fba1245f5: Layer already exists [2020-10-14T10:15:41.881Z] ae94c8e79a10: Layer already exists [2020-10-14T10:15:41.881Z] 9a8ccba16950: Layer already exists [2020-10-14T10:15:41.881Z] 7cdf529f98ea: Layer already exists [2020-10-14T10:15:41.881Z] abf8003737f3: Layer already exists [2020-10-14T10:15:41.881Z] 1.2.2-dev.73: digest: sha256:18100bf7449c8cb290c662c613362f01606ba7e0d634d1c6b8e6d23d67270dc0 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:15:42.218Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:75437401aaf0e0f587015af03db21405a724386e-1.2.2-dev.73 [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:15:42.557Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:75437401aaf0e0f587015af03db21405a724386e-1.2.2-dev.73 [2020-10-14T10:15:42.557Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-14T10:15:42.557Z] 915e1ede9891: Preparing [2020-10-14T10:15:42.557Z] ae94c8e79a10: Preparing [2020-10-14T10:15:42.557Z] 7cdf529f98ea: Preparing [2020-10-14T10:15:42.557Z] 9a8ccba16950: Preparing [2020-10-14T10:15:42.557Z] 4f3fba1245f5: Preparing [2020-10-14T10:15:42.557Z] abf8003737f3: Preparing [2020-10-14T10:15:42.557Z] abf8003737f3: Waiting [2020-10-14T10:15:42.557Z] ae94c8e79a10: Layer already exists [2020-10-14T10:15:42.557Z] 915e1ede9891: Layer already exists [2020-10-14T10:15:42.557Z] 9a8ccba16950: Layer already exists [2020-10-14T10:15:42.557Z] 7cdf529f98ea: Layer already exists [2020-10-14T10:15:42.557Z] 4f3fba1245f5: Layer already exists [2020-10-14T10:15:42.829Z] abf8003737f3: Layer already exists [2020-10-14T10:15:42.829Z] 75437401aaf0e0f587015af03db21405a724386e-1.2.2-dev.73: digest: sha256:18100bf7449c8cb290c662c613362f01606ba7e0d634d1c6b8e6d23d67270dc0 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:15:43.179Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:15:43.511Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2020-10-14T10:15:43.511Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-14T10:15:43.511Z] 915e1ede9891: Preparing [2020-10-14T10:15:43.511Z] ae94c8e79a10: Preparing [2020-10-14T10:15:43.511Z] 7cdf529f98ea: Preparing [2020-10-14T10:15:43.511Z] 9a8ccba16950: Preparing [2020-10-14T10:15:43.511Z] 4f3fba1245f5: Preparing [2020-10-14T10:15:43.511Z] abf8003737f3: Preparing [2020-10-14T10:15:43.511Z] abf8003737f3: Waiting [2020-10-14T10:15:43.511Z] 4f3fba1245f5: Layer already exists [2020-10-14T10:15:43.511Z] 7cdf529f98ea: Layer already exists [2020-10-14T10:15:43.511Z] ae94c8e79a10: Layer already exists [2020-10-14T10:15:43.511Z] 915e1ede9891: Layer already exists [2020-10-14T10:15:43.511Z] 9a8ccba16950: Layer already exists [2020-10-14T10:15:43.781Z] abf8003737f3: Layer already exists [2020-10-14T10:15:43.781Z] master: digest: sha256:18100bf7449c8cb290c662c613362f01606ba7e0d634d1c6b8e6d23d67270dc0 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-14T10:15:44.025Z] ===================================================== [Pipeline] echo [2020-10-14T10:15:44.096Z] taggedImages: [2020-10-14T10:15:44.096Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:75437401aaf0e0f587015af03db21405a724386e [2020-10-14T10:15:44.096Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.73 [2020-10-14T10:15:44.096Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:75437401aaf0e0f587015af03db21405a724386e-1.2.2-dev.73 [2020-10-14T10:15:44.096Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2020-10-14T10:15:44.164Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2020-10-14T10:15:44.164Z] 75437401aaf0e0f587015af03db21405a724386e [2020-10-14T10:15:44.164Z] 1.2.2-dev.73 [2020-10-14T10:15:44.164Z] 75437401aaf0e0f587015af03db21405a724386e-1.2.2-dev.73 [2020-10-14T10:15:44.164Z] master [2020-10-14T10:15:44.164Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:15:44.686Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:75437401aaf0e0f587015af03db21405a724386e [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:15:45.017Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:75437401aaf0e0f587015af03db21405a724386e [2020-10-14T10:15:45.017Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-14T10:15:45.017Z] 7764cc80e7f1: Preparing [2020-10-14T10:15:45.017Z] c77e2122e00e: Preparing [2020-10-14T10:15:45.017Z] 5673ef7050c2: Preparing [2020-10-14T10:15:45.287Z] 5673ef7050c2: Pushed [2020-10-14T10:15:45.287Z] 7764cc80e7f1: Pushed [2020-10-14T10:15:48.662Z] c77e2122e00e: Pushed [2020-10-14T10:15:48.662Z] 75437401aaf0e0f587015af03db21405a724386e: digest: sha256:f630c9ac2719de08796f8d63098813fd0b37ff4987d79455c02777f509773c63 size: 944 [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:15:49.038Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.73 [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:15:49.406Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.73 [2020-10-14T10:15:49.406Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-14T10:15:49.406Z] 7764cc80e7f1: Preparing [2020-10-14T10:15:49.406Z] c77e2122e00e: Preparing [2020-10-14T10:15:49.406Z] 5673ef7050c2: Preparing [2020-10-14T10:15:49.406Z] 7764cc80e7f1: Layer already exists [2020-10-14T10:15:49.406Z] 5673ef7050c2: Layer already exists [2020-10-14T10:15:49.690Z] c77e2122e00e: Layer already exists [2020-10-14T10:15:49.690Z] 1.2.2-dev.73: digest: sha256:f630c9ac2719de08796f8d63098813fd0b37ff4987d79455c02777f509773c63 size: 944 [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:15:50.032Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:75437401aaf0e0f587015af03db21405a724386e-1.2.2-dev.73 [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:15:50.368Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:75437401aaf0e0f587015af03db21405a724386e-1.2.2-dev.73 [2020-10-14T10:15:50.368Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-14T10:15:50.368Z] 7764cc80e7f1: Preparing [2020-10-14T10:15:50.368Z] c77e2122e00e: Preparing [2020-10-14T10:15:50.368Z] 5673ef7050c2: Preparing [2020-10-14T10:15:50.368Z] 7764cc80e7f1: Layer already exists [2020-10-14T10:15:50.368Z] 5673ef7050c2: Layer already exists [2020-10-14T10:15:50.368Z] c77e2122e00e: Layer already exists [2020-10-14T10:15:50.645Z] 75437401aaf0e0f587015af03db21405a724386e-1.2.2-dev.73: digest: sha256:f630c9ac2719de08796f8d63098813fd0b37ff4987d79455c02777f509773c63 size: 944 [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:15:50.981Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:15:51.309Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2020-10-14T10:15:51.309Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-14T10:15:51.309Z] 7764cc80e7f1: Preparing [2020-10-14T10:15:51.309Z] c77e2122e00e: Preparing [2020-10-14T10:15:51.309Z] 5673ef7050c2: Preparing [2020-10-14T10:15:51.309Z] 5673ef7050c2: Layer already exists [2020-10-14T10:15:51.309Z] c77e2122e00e: Layer already exists [2020-10-14T10:15:51.309Z] 7764cc80e7f1: Layer already exists [2020-10-14T10:15:51.580Z] master: digest: sha256:f630c9ac2719de08796f8d63098813fd0b37ff4987d79455c02777f509773c63 size: 944 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-14T10:15:51.764Z] ===================================================== [Pipeline] echo [2020-10-14T10:15:51.809Z] taggedImages: [2020-10-14T10:15:51.809Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:75437401aaf0e0f587015af03db21405a724386e [2020-10-14T10:15:51.809Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.73 [2020-10-14T10:15:51.809Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:75437401aaf0e0f587015af03db21405a724386e-1.2.2-dev.73 [2020-10-14T10:15:51.809Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2020-10-14T10:15:51.873Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2020-10-14T10:15:51.873Z] 75437401aaf0e0f587015af03db21405a724386e [2020-10-14T10:15:51.873Z] 1.2.2-dev.73 [2020-10-14T10:15:51.873Z] 75437401aaf0e0f587015af03db21405a724386e-1.2.2-dev.73 [2020-10-14T10:15:51.873Z] master [2020-10-14T10:15:51.873Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:15:52.366Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:75437401aaf0e0f587015af03db21405a724386e [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:15:52.704Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:75437401aaf0e0f587015af03db21405a724386e [2020-10-14T10:15:52.704Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-14T10:15:52.704Z] 8427b124d1b3: Preparing [2020-10-14T10:15:52.704Z] 2b3d50330888: Preparing [2020-10-14T10:15:52.704Z] 8674424f1919: Preparing [2020-10-14T10:15:52.704Z] cd5c9769a98e: Preparing [2020-10-14T10:15:52.704Z] bfa0b1837171: Preparing [2020-10-14T10:15:52.704Z] 623f427803ed: Preparing [2020-10-14T10:15:52.704Z] 7b4633fc3acb: Preparing [2020-10-14T10:15:52.704Z] f875f9e206db: Preparing [2020-10-14T10:15:52.704Z] 3994ac1dcb8b: Preparing [2020-10-14T10:15:52.704Z] 5f2247eaf593: Preparing [2020-10-14T10:15:52.704Z] 62d13be1b083: Preparing [2020-10-14T10:15:52.704Z] 94fdc660876c: Preparing [2020-10-14T10:15:52.704Z] 4e7279dfc0c0: Preparing [2020-10-14T10:15:52.704Z] e2f13739ad41: Preparing [2020-10-14T10:15:52.704Z] 5f2247eaf593: Waiting [2020-10-14T10:15:52.704Z] 623f427803ed: Waiting [2020-10-14T10:15:52.704Z] 7b4633fc3acb: Waiting [2020-10-14T10:15:52.704Z] f875f9e206db: Waiting [2020-10-14T10:15:52.704Z] 3994ac1dcb8b: Waiting [2020-10-14T10:15:52.704Z] 62d13be1b083: Waiting [2020-10-14T10:15:52.704Z] 94fdc660876c: Waiting [2020-10-14T10:15:52.704Z] 4e7279dfc0c0: Waiting [2020-10-14T10:15:52.704Z] e2f13739ad41: Waiting [2020-10-14T10:15:53.295Z] bfa0b1837171: Pushed [2020-10-14T10:15:53.295Z] 8427b124d1b3: Pushed [2020-10-14T10:15:53.892Z] cd5c9769a98e: Pushed [2020-10-14T10:15:54.167Z] f875f9e206db: Layer already exists [2020-10-14T10:15:54.167Z] 3994ac1dcb8b: Layer already exists [2020-10-14T10:15:54.167Z] 7b4633fc3acb: Pushed [2020-10-14T10:15:54.167Z] 5f2247eaf593: Layer already exists [2020-10-14T10:15:54.167Z] 62d13be1b083: Layer already exists [2020-10-14T10:15:54.167Z] 94fdc660876c: Layer already exists [2020-10-14T10:15:54.167Z] e2f13739ad41: Layer already exists [2020-10-14T10:15:54.167Z] 4e7279dfc0c0: Layer already exists [2020-10-14T10:15:54.759Z] 2b3d50330888: Pushed [2020-10-14T10:15:56.182Z] 623f427803ed: Pushed [2020-10-14T10:16:08.656Z] 8674424f1919: Pushed [2020-10-14T10:16:08.656Z] 75437401aaf0e0f587015af03db21405a724386e: digest: sha256:8f80ca8c26406fcf6bf1bc4e08ca8402b2ea5c5bbaa5651b2a9bcbf919e4ebf0 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:16:10.296Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.73 [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:16:11.598Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.73 [2020-10-14T10:16:11.598Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-14T10:16:11.598Z] 8427b124d1b3: Preparing [2020-10-14T10:16:11.598Z] 2b3d50330888: Preparing [2020-10-14T10:16:11.598Z] 8674424f1919: Preparing [2020-10-14T10:16:11.598Z] cd5c9769a98e: Preparing [2020-10-14T10:16:11.598Z] bfa0b1837171: Preparing [2020-10-14T10:16:11.598Z] 623f427803ed: Preparing [2020-10-14T10:16:11.598Z] 7b4633fc3acb: Preparing [2020-10-14T10:16:11.598Z] f875f9e206db: Preparing [2020-10-14T10:16:11.598Z] 3994ac1dcb8b: Preparing [2020-10-14T10:16:11.598Z] 5f2247eaf593: Preparing [2020-10-14T10:16:11.598Z] 62d13be1b083: Preparing [2020-10-14T10:16:11.598Z] 94fdc660876c: Preparing [2020-10-14T10:16:11.598Z] 4e7279dfc0c0: Preparing [2020-10-14T10:16:11.598Z] e2f13739ad41: Preparing [2020-10-14T10:16:11.598Z] 5f2247eaf593: Waiting [2020-10-14T10:16:11.598Z] 62d13be1b083: Waiting [2020-10-14T10:16:11.598Z] 94fdc660876c: Waiting [2020-10-14T10:16:11.598Z] 623f427803ed: Waiting [2020-10-14T10:16:11.598Z] 7b4633fc3acb: Waiting [2020-10-14T10:16:11.598Z] f875f9e206db: Waiting [2020-10-14T10:16:11.598Z] 3994ac1dcb8b: Waiting [2020-10-14T10:16:11.598Z] 4e7279dfc0c0: Waiting [2020-10-14T10:16:11.598Z] e2f13739ad41: Waiting [2020-10-14T10:16:11.598Z] 8427b124d1b3: Layer already exists [2020-10-14T10:16:11.598Z] 8674424f1919: Layer already exists [2020-10-14T10:16:11.598Z] 2b3d50330888: Layer already exists [2020-10-14T10:16:11.598Z] bfa0b1837171: Layer already exists [2020-10-14T10:16:11.598Z] cd5c9769a98e: Layer already exists [2020-10-14T10:16:12.578Z] f875f9e206db: Layer already exists [2020-10-14T10:16:12.578Z] 623f427803ed: Layer already exists [2020-10-14T10:16:12.578Z] 7b4633fc3acb: Layer already exists [2020-10-14T10:16:12.578Z] 5f2247eaf593: Layer already exists [2020-10-14T10:16:12.578Z] 3994ac1dcb8b: Layer already exists [2020-10-14T10:16:12.578Z] 62d13be1b083: Layer already exists [2020-10-14T10:16:12.578Z] 94fdc660876c: Layer already exists [2020-10-14T10:16:12.578Z] e2f13739ad41: Layer already exists [2020-10-14T10:16:12.578Z] 4e7279dfc0c0: Layer already exists [2020-10-14T10:16:12.578Z] 1.2.2-dev.73: digest: sha256:8f80ca8c26406fcf6bf1bc4e08ca8402b2ea5c5bbaa5651b2a9bcbf919e4ebf0 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:16:13.313Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:75437401aaf0e0f587015af03db21405a724386e-1.2.2-dev.73 [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:16:13.709Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:75437401aaf0e0f587015af03db21405a724386e-1.2.2-dev.73 [2020-10-14T10:16:13.709Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-14T10:16:13.709Z] 8427b124d1b3: Preparing [2020-10-14T10:16:13.709Z] 2b3d50330888: Preparing [2020-10-14T10:16:13.709Z] 8674424f1919: Preparing [2020-10-14T10:16:13.709Z] cd5c9769a98e: Preparing [2020-10-14T10:16:13.709Z] bfa0b1837171: Preparing [2020-10-14T10:16:13.709Z] 623f427803ed: Preparing [2020-10-14T10:16:13.709Z] 7b4633fc3acb: Preparing [2020-10-14T10:16:13.709Z] f875f9e206db: Preparing [2020-10-14T10:16:13.709Z] 3994ac1dcb8b: Preparing [2020-10-14T10:16:13.709Z] 5f2247eaf593: Preparing [2020-10-14T10:16:13.709Z] 62d13be1b083: Preparing [2020-10-14T10:16:13.709Z] 94fdc660876c: Preparing [2020-10-14T10:16:13.709Z] 4e7279dfc0c0: Preparing [2020-10-14T10:16:13.709Z] e2f13739ad41: Preparing [2020-10-14T10:16:13.709Z] 5f2247eaf593: Waiting [2020-10-14T10:16:13.709Z] 62d13be1b083: Waiting [2020-10-14T10:16:13.709Z] 94fdc660876c: Waiting [2020-10-14T10:16:13.709Z] 623f427803ed: Waiting [2020-10-14T10:16:13.709Z] 4e7279dfc0c0: Waiting [2020-10-14T10:16:13.709Z] 7b4633fc3acb: Waiting [2020-10-14T10:16:13.709Z] e2f13739ad41: Waiting [2020-10-14T10:16:13.709Z] f875f9e206db: Waiting [2020-10-14T10:16:13.709Z] 3994ac1dcb8b: Waiting [2020-10-14T10:16:13.709Z] 8427b124d1b3: Layer already exists [2020-10-14T10:16:13.709Z] 2b3d50330888: Layer already exists [2020-10-14T10:16:13.709Z] 8674424f1919: Layer already exists [2020-10-14T10:16:13.709Z] cd5c9769a98e: Layer already exists [2020-10-14T10:16:13.709Z] bfa0b1837171: Layer already exists [2020-10-14T10:16:13.709Z] 5f2247eaf593: Layer already exists [2020-10-14T10:16:13.709Z] 623f427803ed: Layer already exists [2020-10-14T10:16:13.709Z] 3994ac1dcb8b: Layer already exists [2020-10-14T10:16:14.038Z] 7b4633fc3acb: Layer already exists [2020-10-14T10:16:14.038Z] f875f9e206db: Layer already exists [2020-10-14T10:16:14.038Z] 62d13be1b083: Layer already exists [2020-10-14T10:16:14.038Z] 94fdc660876c: Layer already exists [2020-10-14T10:16:14.038Z] e2f13739ad41: Layer already exists [2020-10-14T10:16:14.038Z] 4e7279dfc0c0: Layer already exists [2020-10-14T10:16:14.038Z] 75437401aaf0e0f587015af03db21405a724386e-1.2.2-dev.73: digest: sha256:8f80ca8c26406fcf6bf1bc4e08ca8402b2ea5c5bbaa5651b2a9bcbf919e4ebf0 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:16:14.563Z] + 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-14T10:16:15.272Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2020-10-14T10:16:15.272Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-14T10:16:15.272Z] 8427b124d1b3: Preparing [2020-10-14T10:16:15.272Z] 2b3d50330888: Preparing [2020-10-14T10:16:15.272Z] 8674424f1919: Preparing [2020-10-14T10:16:15.272Z] cd5c9769a98e: Preparing [2020-10-14T10:16:15.272Z] bfa0b1837171: Preparing [2020-10-14T10:16:15.272Z] 623f427803ed: Preparing [2020-10-14T10:16:15.272Z] 7b4633fc3acb: Preparing [2020-10-14T10:16:15.272Z] f875f9e206db: Preparing [2020-10-14T10:16:15.272Z] 3994ac1dcb8b: Preparing [2020-10-14T10:16:15.272Z] 5f2247eaf593: Preparing [2020-10-14T10:16:15.272Z] 62d13be1b083: Preparing [2020-10-14T10:16:15.272Z] 94fdc660876c: Preparing [2020-10-14T10:16:15.272Z] 4e7279dfc0c0: Preparing [2020-10-14T10:16:15.272Z] e2f13739ad41: Preparing [2020-10-14T10:16:15.272Z] 623f427803ed: Waiting [2020-10-14T10:16:15.272Z] 5f2247eaf593: Waiting [2020-10-14T10:16:15.272Z] 62d13be1b083: Waiting [2020-10-14T10:16:15.272Z] 7b4633fc3acb: Waiting [2020-10-14T10:16:15.272Z] 3994ac1dcb8b: Waiting [2020-10-14T10:16:15.272Z] 94fdc660876c: Waiting [2020-10-14T10:16:15.272Z] 4e7279dfc0c0: Waiting [2020-10-14T10:16:15.272Z] e2f13739ad41: Waiting [2020-10-14T10:16:15.272Z] f875f9e206db: Waiting [2020-10-14T10:16:15.555Z] 8427b124d1b3: Layer already exists [2020-10-14T10:16:15.555Z] 2b3d50330888: Layer already exists [2020-10-14T10:16:15.555Z] cd5c9769a98e: Layer already exists [2020-10-14T10:16:15.555Z] bfa0b1837171: Layer already exists [2020-10-14T10:16:15.555Z] 8674424f1919: Layer already exists [2020-10-14T10:16:15.555Z] 3994ac1dcb8b: Layer already exists [2020-10-14T10:16:15.555Z] 7b4633fc3acb: Layer already exists [2020-10-14T10:16:15.555Z] f875f9e206db: Layer already exists [2020-10-14T10:16:15.555Z] 5f2247eaf593: Layer already exists [2020-10-14T10:16:15.555Z] 623f427803ed: Layer already exists [2020-10-14T10:16:15.555Z] 62d13be1b083: Layer already exists [2020-10-14T10:16:15.555Z] 94fdc660876c: Layer already exists [2020-10-14T10:16:15.555Z] 4e7279dfc0c0: Layer already exists [2020-10-14T10:16:15.555Z] e2f13739ad41: Layer already exists [2020-10-14T10:16:15.555Z] master: digest: sha256:8f80ca8c26406fcf6bf1bc4e08ca8402b2ea5c5bbaa5651b2a9bcbf919e4ebf0 size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-14T10:16:15.794Z] ===================================================== [Pipeline] echo [2020-10-14T10:16:15.946Z] taggedImages: [2020-10-14T10:16:15.946Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:75437401aaf0e0f587015af03db21405a724386e [2020-10-14T10:16:15.946Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.73 [2020-10-14T10:16:15.946Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:75437401aaf0e0f587015af03db21405a724386e-1.2.2-dev.73 [2020-10-14T10:16:15.946Z] - 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-14T10:16:17.677Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-10-14T10:16:17.679Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-10-14T10:16:17.732Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:16:18.160Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-14T10:16:18.443Z] [2020-10-14T10:16:18.443Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:16:18.894Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-14T10:16:18.894Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-10-14T10:16:18.894Z] cbdbe7a5bc2a: Already exists [2020-10-14T10:16:18.894Z] 408f87550127: Pulling fs layer [2020-10-14T10:16:18.894Z] fe522b08c979: Pulling fs layer [2020-10-14T10:16:18.894Z] 221eaa008020: Pulling fs layer [2020-10-14T10:16:18.894Z] 2a4607e5d6b9: Pulling fs layer [2020-10-14T10:16:18.894Z] 8f79b27c4fd2: Pulling fs layer [2020-10-14T10:16:18.894Z] e5c8dbe1645b: Pulling fs layer [2020-10-14T10:16:18.894Z] 23e8b3b47431: Pulling fs layer [2020-10-14T10:16:18.894Z] 5c568d65a230: Pulling fs layer [2020-10-14T10:16:18.894Z] 2a4607e5d6b9: Waiting [2020-10-14T10:16:18.894Z] 8f79b27c4fd2: Waiting [2020-10-14T10:16:18.894Z] e5c8dbe1645b: Waiting [2020-10-14T10:16:18.894Z] 23e8b3b47431: Waiting [2020-10-14T10:16:18.894Z] 5c568d65a230: Waiting [2020-10-14T10:16:19.177Z] fe522b08c979: Verifying Checksum [2020-10-14T10:16:19.177Z] fe522b08c979: Download complete [2020-10-14T10:16:19.177Z] 2a4607e5d6b9: Verifying Checksum [2020-10-14T10:16:19.177Z] 2a4607e5d6b9: Download complete [2020-10-14T10:16:19.177Z] 408f87550127: Verifying Checksum [2020-10-14T10:16:19.177Z] 408f87550127: Download complete [2020-10-14T10:16:19.177Z] 8f79b27c4fd2: Verifying Checksum [2020-10-14T10:16:19.177Z] 8f79b27c4fd2: Download complete [2020-10-14T10:16:19.839Z] 408f87550127: Pull complete [2020-10-14T10:16:20.166Z] fe522b08c979: Pull complete [2020-10-14T10:16:25.665Z] e5c8dbe1645b: Verifying Checksum [2020-10-14T10:16:25.665Z] e5c8dbe1645b: Download complete [2020-10-14T10:16:31.682Z] 5c568d65a230: Verifying Checksum [2020-10-14T10:16:31.682Z] 5c568d65a230: Download complete [2020-10-14T10:16:31.682Z] 23e8b3b47431: Verifying Checksum [2020-10-14T10:16:31.682Z] 23e8b3b47431: Download complete [2020-10-14T10:16:37.764Z] 221eaa008020: Verifying Checksum [2020-10-14T10:16:37.764Z] 221eaa008020: Download complete [2020-10-14T10:16:50.514Z] 221eaa008020: Pull complete [2020-10-14T10:16:50.514Z] 2a4607e5d6b9: Pull complete [2020-10-14T10:16:50.514Z] 8f79b27c4fd2: Pull complete [2020-10-14T10:16:52.496Z] e5c8dbe1645b: Pull complete [2020-10-14T10:16:57.935Z] 23e8b3b47431: Pull complete [2020-10-14T10:17:00.066Z] 5c568d65a230: Pull complete [2020-10-14T10:17:00.066Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-10-14T10:17:00.066Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-14T10:17:00.066Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-10-14T10:17:00.363Z] prd-centos7-docker-4c-2g-5378 does not seem to be running inside a container [2020-10-14T10:17:00.492Z] $ 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/188:/ws -w /ws --entrypoint= -w /w/workspace/edgex-go/188 -v /w/workspace/edgex-go/188:/w/workspace/edgex-go/188:rw,z -v /w/workspace/edgex-go/188@tmp:/w/workspace/edgex-go/188@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-14T10:17:02.607Z] $ docker top ce9bdd2f58fe562d298ae3f40f9c1a1aee3a27386eb60a587796784500333796 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-14T10:17:03.581Z] + snyk monitor '--org=edgex-jenkins' [2020-10-14T10:17:21.907Z] [2020-10-14T10:17:21.907Z] Monitoring /w/workspace/edgex-go/188 (github.com/edgexfoundry/edgex-go)... [2020-10-14T10:17:21.907Z] [2020-10-14T10:17:21.907Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/180e1ccd-215c-4ce3-a3ca-f164cc11e603 [2020-10-14T10:17:21.907Z] [2020-10-14T10:17:21.907Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-10-14T10:17:21.907Z] [2020-10-14T10:17:21.907Z] [2020-10-14T10:17:21.907Z] Snyk CLI supports Node.js 8 and higher. [2020-10-14T10:17:21.907Z] 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-14T10:17:21.907Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-10-14T10:17:21.907Z] [2020-10-14T10:17:21.907Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-10-14T10:17:21.907Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } [2020-10-14T10:17:21.941Z] $ docker stop --time=1 ce9bdd2f58fe562d298ae3f40f9c1a1aee3a27386eb60a587796784500333796 [2020-10-14T10:17:24.994Z] $ docker rm -f ce9bdd2f58fe562d298ae3f40f9c1a1aee3a27386eb60a587796784500333796 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:17:26.871Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-14T10:17:26.872Z] [2020-10-14T10:17:26.872Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:17:27.232Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-14T10:17:27.232Z] latest: Pulling from edgex-devops/edgex-klar [2020-10-14T10:17:27.232Z] e7c96db7181b: Pulling fs layer [2020-10-14T10:17:27.232Z] 1868ca2cb446: Pulling fs layer [2020-10-14T10:17:27.232Z] 136be5d0fe8e: Pulling fs layer [2020-10-14T10:17:27.232Z] 894bfe63afcb: Pulling fs layer [2020-10-14T10:17:27.232Z] 894bfe63afcb: Waiting [2020-10-14T10:17:27.232Z] 1868ca2cb446: Verifying Checksum [2020-10-14T10:17:27.232Z] 1868ca2cb446: Download complete [2020-10-14T10:17:27.232Z] 136be5d0fe8e: Verifying Checksum [2020-10-14T10:17:27.232Z] 136be5d0fe8e: Download complete [2020-10-14T10:17:27.232Z] e7c96db7181b: Download complete [2020-10-14T10:17:27.501Z] 894bfe63afcb: Verifying Checksum [2020-10-14T10:17:27.501Z] 894bfe63afcb: Download complete [2020-10-14T10:17:27.766Z] e7c96db7181b: Pull complete [2020-10-14T10:17:28.031Z] 1868ca2cb446: Pull complete [2020-10-14T10:17:28.031Z] 136be5d0fe8e: Pull complete [2020-10-14T10:17:28.611Z] 894bfe63afcb: Pull complete [2020-10-14T10:17:28.611Z] Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 [2020-10-14T10:17:28.611Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-14T10:17:28.611Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer [2020-10-14T10:17:28.732Z] prd-centos7-docker-4c-2g-5378 does not seem to be running inside a container [2020-10-14T10:17:28.793Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/188 -v /w/workspace/edgex-go/188:/w/workspace/edgex-go/188:rw,z -v /w/workspace/edgex-go/188@tmp:/w/workspace/edgex-go/188@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-14T10:17:30.151Z] $ docker top 34a3da55d987af2dc109f7df8c8afd8c6a0bb52610e1d7d5a43bb2cb6e56e072 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-14T10:17:30.846Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go:75437401aaf0e0f587015af03db21405a724386e [2020-10-14T10:17:30.847Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-14T10:17:33.620Z] $ docker stop --time=1 34a3da55d987af2dc109f7df8c8afd8c6a0bb52610e1d7d5a43bb2cb6e56e072 [2020-10-14T10:17:35.473Z] $ docker rm -f 34a3da55d987af2dc109f7df8c8afd8c6a0bb52610e1d7d5a43bb2cb6e56e072 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:17:36.078Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-14T10:17:36.078Z] . [Pipeline] withDockerContainer [2020-10-14T10:17:36.284Z] prd-centos7-docker-4c-2g-5378 does not seem to be running inside a container [2020-10-14T10:17:36.350Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/188 -v /w/workspace/edgex-go/188:/w/workspace/edgex-go/188:rw,z -v /w/workspace/edgex-go/188@tmp:/w/workspace/edgex-go/188@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-14T10:17:37.549Z] $ docker top 233350fee5caa95b9b90192efabbfbd1e167d25ab46999973bce18f4165332ce -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-14T10:17:38.536Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go:75437401aaf0e0f587015af03db21405a724386e [2020-10-14T10:17:38.536Z] + tee [2020-10-14T10:17:38.536Z] clair timeout 1m0s [2020-10-14T10:17:38.536Z] docker timeout: 1m0s [2020-10-14T10:17:38.536Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-14T10:17:39.327Z] $ docker stop --time=1 233350fee5caa95b9b90192efabbfbd1e167d25ab46999973bce18f4165332ce [2020-10-14T10:17:40.909Z] $ docker rm -f 233350fee5caa95b9b90192efabbfbd1e167d25ab46999973bce18f4165332ce [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-14T10:17:41.532Z] + mkdir -p /w/workspace/edgex-go/188/clair-reports [Pipeline] echo [2020-10-14T10:17:41.546Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/188/clair-reports/clair_results_docker-core-command-go_75437401aaf0e0f587015af03db21405a724386e.html [Pipeline] writeFile [Pipeline] step [2020-10-14T10:17:41.595Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:17:42.013Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-14T10:17:42.013Z] . [Pipeline] withDockerContainer [2020-10-14T10:17:42.215Z] prd-centos7-docker-4c-2g-5378 does not seem to be running inside a container [2020-10-14T10:17:42.321Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/188 -v /w/workspace/edgex-go/188:/w/workspace/edgex-go/188:rw,z -v /w/workspace/edgex-go/188@tmp:/w/workspace/edgex-go/188@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-14T10:17:43.888Z] $ docker top 04de431659ce3d31a79456b1224082acfc950e78427007a8a1a4c92720af173e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-14T10:17:44.600Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go:75437401aaf0e0f587015af03db21405a724386e [2020-10-14T10:17:44.600Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-14T10:17:50.250Z] $ docker stop --time=1 04de431659ce3d31a79456b1224082acfc950e78427007a8a1a4c92720af173e [2020-10-14T10:17:51.888Z] $ docker rm -f 04de431659ce3d31a79456b1224082acfc950e78427007a8a1a4c92720af173e [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:17:52.510Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-14T10:17:52.511Z] . [Pipeline] withDockerContainer [2020-10-14T10:17:52.706Z] prd-centos7-docker-4c-2g-5378 does not seem to be running inside a container [2020-10-14T10:17:52.820Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/188 -v /w/workspace/edgex-go/188:/w/workspace/edgex-go/188:rw,z -v /w/workspace/edgex-go/188@tmp:/w/workspace/edgex-go/188@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-14T10:17:54.260Z] $ docker top bbdabc5ffdcf3742e0db2c52d4e8ea85eadadf42a4bc68099f363e7f21136a70 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-14T10:17:54.905Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go:75437401aaf0e0f587015af03db21405a724386e [2020-10-14T10:17:54.905Z] + tee [2020-10-14T10:17:54.905Z] clair timeout 1m0s [2020-10-14T10:17:54.905Z] docker timeout: 1m0s [2020-10-14T10:17:54.905Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-14T10:17:56.433Z] $ docker stop --time=1 bbdabc5ffdcf3742e0db2c52d4e8ea85eadadf42a4bc68099f363e7f21136a70 [2020-10-14T10:17:57.866Z] $ docker rm -f bbdabc5ffdcf3742e0db2c52d4e8ea85eadadf42a4bc68099f363e7f21136a70 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-14T10:17:58.425Z] + mkdir -p /w/workspace/edgex-go/188/clair-reports [Pipeline] echo [2020-10-14T10:17:58.443Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/188/clair-reports/clair_results_docker-core-data-go_75437401aaf0e0f587015af03db21405a724386e.html [Pipeline] writeFile [Pipeline] step [2020-10-14T10:17:58.497Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:17:58.890Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-14T10:17:58.890Z] . [Pipeline] withDockerContainer [2020-10-14T10:17:59.367Z] prd-centos7-docker-4c-2g-5378 does not seem to be running inside a container [2020-10-14T10:17:59.456Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/188 -v /w/workspace/edgex-go/188:/w/workspace/edgex-go/188:rw,z -v /w/workspace/edgex-go/188@tmp:/w/workspace/edgex-go/188@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-14T10:18:00.267Z] $ docker top 1c75038a728dd41e15b29a6c4d8dbd1d568e9744587cd867977e8239065e329b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-14T10:18:01.439Z] + tee [2020-10-14T10:18:01.439Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go:75437401aaf0e0f587015af03db21405a724386e [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-14T10:18:04.192Z] $ docker stop --time=1 1c75038a728dd41e15b29a6c4d8dbd1d568e9744587cd867977e8239065e329b [2020-10-14T10:18:06.198Z] $ docker rm -f 1c75038a728dd41e15b29a6c4d8dbd1d568e9744587cd867977e8239065e329b [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:18:06.759Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-14T10:18:06.759Z] . [Pipeline] withDockerContainer [2020-10-14T10:18:06.976Z] prd-centos7-docker-4c-2g-5378 does not seem to be running inside a container [2020-10-14T10:18:07.074Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/188 -v /w/workspace/edgex-go/188:/w/workspace/edgex-go/188:rw,z -v /w/workspace/edgex-go/188@tmp:/w/workspace/edgex-go/188@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-14T10:18:08.358Z] $ docker top 9fcf591449b0ed45c2a69262a9437fcd4bca46ff88112b5f651ed430542c60ac -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-14T10:18:09.399Z] + tee [2020-10-14T10:18:09.399Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go:75437401aaf0e0f587015af03db21405a724386e [2020-10-14T10:18:09.399Z] clair timeout 1m0s [2020-10-14T10:18:09.399Z] docker timeout: 1m0s [2020-10-14T10:18:09.399Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-14T10:18:10.286Z] $ docker stop --time=1 9fcf591449b0ed45c2a69262a9437fcd4bca46ff88112b5f651ed430542c60ac [2020-10-14T10:18:11.855Z] $ docker rm -f 9fcf591449b0ed45c2a69262a9437fcd4bca46ff88112b5f651ed430542c60ac [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-14T10:18:12.484Z] + mkdir -p /w/workspace/edgex-go/188/clair-reports [Pipeline] echo [2020-10-14T10:18:12.502Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/188/clair-reports/clair_results_docker-core-metadata-go_75437401aaf0e0f587015af03db21405a724386e.html [Pipeline] writeFile [Pipeline] step [2020-10-14T10:18:12.557Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:18:12.931Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-14T10:18:12.931Z] . [Pipeline] withDockerContainer [2020-10-14T10:18:13.277Z] prd-centos7-docker-4c-2g-5378 does not seem to be running inside a container [2020-10-14T10:18:13.391Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/188 -v /w/workspace/edgex-go/188:/w/workspace/edgex-go/188:rw,z -v /w/workspace/edgex-go/188@tmp:/w/workspace/edgex-go/188@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-14T10:18:14.490Z] $ docker top 1a0f081050af3e7869301ca4863d09b4046596b4e0b79d519ee245a3333257af -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-14T10:18:15.445Z] + tee [2020-10-14T10:18:15.445Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:75437401aaf0e0f587015af03db21405a724386e [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-14T10:18:19.864Z] $ docker stop --time=1 1a0f081050af3e7869301ca4863d09b4046596b4e0b79d519ee245a3333257af [2020-10-14T10:18:21.789Z] $ docker rm -f 1a0f081050af3e7869301ca4863d09b4046596b4e0b79d519ee245a3333257af [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:18:22.429Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-14T10:18:22.429Z] . [Pipeline] withDockerContainer [2020-10-14T10:18:22.925Z] prd-centos7-docker-4c-2g-5378 does not seem to be running inside a container [2020-10-14T10:18:23.007Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/188 -v /w/workspace/edgex-go/188:/w/workspace/edgex-go/188:rw,z -v /w/workspace/edgex-go/188@tmp:/w/workspace/edgex-go/188@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-14T10:18:24.017Z] $ docker top a4111661829cb12c2156d7d96ea80f224b5a9c0e954b0476812af16f80aa0fc0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-14T10:18:24.656Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:75437401aaf0e0f587015af03db21405a724386e [2020-10-14T10:18:24.656Z] + tee [2020-10-14T10:18:24.656Z] clair timeout 1m0s [2020-10-14T10:18:24.656Z] docker timeout: 1m0s [2020-10-14T10:18:24.656Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-14T10:18:25.771Z] $ docker stop --time=1 a4111661829cb12c2156d7d96ea80f224b5a9c0e954b0476812af16f80aa0fc0 [2020-10-14T10:18:27.460Z] $ docker rm -f a4111661829cb12c2156d7d96ea80f224b5a9c0e954b0476812af16f80aa0fc0 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-14T10:18:28.008Z] + mkdir -p /w/workspace/edgex-go/188/clair-reports [Pipeline] echo [2020-10-14T10:18:28.024Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/188/clair-reports/clair_results_docker-security-proxy-setup-go_75437401aaf0e0f587015af03db21405a724386e.html [Pipeline] writeFile [Pipeline] step [2020-10-14T10:18:28.074Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:18:28.442Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-14T10:18:28.442Z] . [Pipeline] withDockerContainer [2020-10-14T10:18:28.725Z] prd-centos7-docker-4c-2g-5378 does not seem to be running inside a container [2020-10-14T10:18:28.814Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/188 -v /w/workspace/edgex-go/188:/w/workspace/edgex-go/188:rw,z -v /w/workspace/edgex-go/188@tmp:/w/workspace/edgex-go/188@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-14T10:18:29.831Z] $ docker top d63919fd4c9e357897bcad9ba44cc2f7f2a09b8354beca09d17d5225f49251f2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-14T10:18:30.501Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:75437401aaf0e0f587015af03db21405a724386e [2020-10-14T10:18:30.501Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-14T10:18:37.343Z] $ docker stop --time=1 d63919fd4c9e357897bcad9ba44cc2f7f2a09b8354beca09d17d5225f49251f2 [2020-10-14T10:18:38.870Z] $ docker rm -f d63919fd4c9e357897bcad9ba44cc2f7f2a09b8354beca09d17d5225f49251f2 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:18:39.369Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-14T10:18:39.369Z] . [Pipeline] withDockerContainer [2020-10-14T10:18:39.526Z] prd-centos7-docker-4c-2g-5378 does not seem to be running inside a container [2020-10-14T10:18:39.597Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/188 -v /w/workspace/edgex-go/188:/w/workspace/edgex-go/188:rw,z -v /w/workspace/edgex-go/188@tmp:/w/workspace/edgex-go/188@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-14T10:18:40.526Z] $ docker top 987c6f9946c74c2e23cbd5405785db5f3ee98d808fb2e8a9285a2b20a029e287 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-14T10:18:41.870Z] + tee [2020-10-14T10:18:41.870Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:75437401aaf0e0f587015af03db21405a724386e [2020-10-14T10:18:41.870Z] clair timeout 1m0s [2020-10-14T10:18:41.870Z] docker timeout: 1m0s [2020-10-14T10:18:41.870Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-14T10:18:43.441Z] $ docker stop --time=1 987c6f9946c74c2e23cbd5405785db5f3ee98d808fb2e8a9285a2b20a029e287 [2020-10-14T10:18:45.227Z] $ docker rm -f 987c6f9946c74c2e23cbd5405785db5f3ee98d808fb2e8a9285a2b20a029e287 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-14T10:18:45.795Z] + mkdir -p /w/workspace/edgex-go/188/clair-reports [Pipeline] echo [2020-10-14T10:18:45.809Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/188/clair-reports/clair_results_docker-security-secrets-setup-go_75437401aaf0e0f587015af03db21405a724386e.html [Pipeline] writeFile [Pipeline] step [2020-10-14T10:18:45.862Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:18:46.223Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-14T10:18:46.223Z] . [Pipeline] withDockerContainer [2020-10-14T10:18:46.353Z] prd-centos7-docker-4c-2g-5378 does not seem to be running inside a container [2020-10-14T10:18:46.407Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/188 -v /w/workspace/edgex-go/188:/w/workspace/edgex-go/188:rw,z -v /w/workspace/edgex-go/188@tmp:/w/workspace/edgex-go/188@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-14T10:18:47.634Z] $ docker top 49331f9a20ea74378a3fd15d330ac84141e1988ac807a2101011e4f55538bf0d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-14T10:18:48.635Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:75437401aaf0e0f587015af03db21405a724386e [2020-10-14T10:18:48.635Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-14T10:18:56.977Z] $ docker stop --time=1 49331f9a20ea74378a3fd15d330ac84141e1988ac807a2101011e4f55538bf0d [2020-10-14T10:18:58.557Z] $ docker rm -f 49331f9a20ea74378a3fd15d330ac84141e1988ac807a2101011e4f55538bf0d [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:18:59.203Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-14T10:18:59.203Z] . [Pipeline] withDockerContainer [2020-10-14T10:18:59.375Z] prd-centos7-docker-4c-2g-5378 does not seem to be running inside a container [2020-10-14T10:18:59.541Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/188 -v /w/workspace/edgex-go/188:/w/workspace/edgex-go/188:rw,z -v /w/workspace/edgex-go/188@tmp:/w/workspace/edgex-go/188@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-14T10:19:00.628Z] $ docker top 62f616789449af6a072cc6e130359edb3b746c92094fd7b482a96d78cab546be -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-14T10:19:01.646Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:75437401aaf0e0f587015af03db21405a724386e [2020-10-14T10:19:01.646Z] + tee [2020-10-14T10:19:01.646Z] clair timeout 1m0s [2020-10-14T10:19:01.646Z] docker timeout: 1m0s [2020-10-14T10:19:01.646Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-14T10:19:03.256Z] $ docker stop --time=1 62f616789449af6a072cc6e130359edb3b746c92094fd7b482a96d78cab546be [2020-10-14T10:19:04.828Z] $ docker rm -f 62f616789449af6a072cc6e130359edb3b746c92094fd7b482a96d78cab546be [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-14T10:19:05.542Z] + mkdir -p /w/workspace/edgex-go/188/clair-reports [Pipeline] echo [2020-10-14T10:19:05.560Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/188/clair-reports/clair_results_docker-security-secretstore-setup-go_75437401aaf0e0f587015af03db21405a724386e.html [Pipeline] writeFile [Pipeline] step [2020-10-14T10:19:05.611Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:19:05.983Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-14T10:19:06.259Z] . [Pipeline] withDockerContainer [2020-10-14T10:19:06.422Z] prd-centos7-docker-4c-2g-5378 does not seem to be running inside a container [2020-10-14T10:19:06.489Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/188 -v /w/workspace/edgex-go/188:/w/workspace/edgex-go/188:rw,z -v /w/workspace/edgex-go/188@tmp:/w/workspace/edgex-go/188@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-14T10:19:07.711Z] $ docker top b351044e21dbe3f33843db98c8a6ccbc2676fec46099b99b84c56bc4a78feefe -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-14T10:19:08.792Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go:75437401aaf0e0f587015af03db21405a724386e [2020-10-14T10:19:08.792Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-14T10:19:12.291Z] $ docker stop --time=1 b351044e21dbe3f33843db98c8a6ccbc2676fec46099b99b84c56bc4a78feefe [2020-10-14T10:19:14.364Z] $ docker rm -f b351044e21dbe3f33843db98c8a6ccbc2676fec46099b99b84c56bc4a78feefe [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:19:14.959Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-14T10:19:14.959Z] . [Pipeline] withDockerContainer [2020-10-14T10:19:15.190Z] prd-centos7-docker-4c-2g-5378 does not seem to be running inside a container [2020-10-14T10:19:15.257Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/188 -v /w/workspace/edgex-go/188:/w/workspace/edgex-go/188:rw,z -v /w/workspace/edgex-go/188@tmp:/w/workspace/edgex-go/188@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-14T10:19:16.187Z] $ docker top 5f7ab15b234c562e04a04c875ddcd4babdf7a855f035130df90a6f09290bbf48 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-14T10:19:17.125Z] + tee [2020-10-14T10:19:17.125Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go:75437401aaf0e0f587015af03db21405a724386e [2020-10-14T10:19:17.125Z] clair timeout 1m0s [2020-10-14T10:19:17.125Z] docker timeout: 1m0s [2020-10-14T10:19:17.125Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-14T10:19:17.822Z] $ docker stop --time=1 5f7ab15b234c562e04a04c875ddcd4babdf7a855f035130df90a6f09290bbf48 [2020-10-14T10:19:19.471Z] $ docker rm -f 5f7ab15b234c562e04a04c875ddcd4babdf7a855f035130df90a6f09290bbf48 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-14T10:19:20.719Z] + mkdir -p /w/workspace/edgex-go/188/clair-reports [Pipeline] echo [2020-10-14T10:19:20.778Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/188/clair-reports/clair_results_docker-support-logging-go_75437401aaf0e0f587015af03db21405a724386e.html [Pipeline] writeFile [Pipeline] step [2020-10-14T10:19:20.839Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:19:21.215Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-14T10:19:21.215Z] . [Pipeline] withDockerContainer [2020-10-14T10:19:21.390Z] prd-centos7-docker-4c-2g-5378 does not seem to be running inside a container [2020-10-14T10:19:21.522Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/188 -v /w/workspace/edgex-go/188:/w/workspace/edgex-go/188:rw,z -v /w/workspace/edgex-go/188@tmp:/w/workspace/edgex-go/188@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-14T10:19:22.631Z] $ docker top 0840baa3b75c071d97e4fda38364f6108b0b7b063229a5ac85669d7d2d65a73d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-14T10:19:23.360Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go:75437401aaf0e0f587015af03db21405a724386e [2020-10-14T10:19:23.360Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-14T10:19:28.887Z] $ docker stop --time=1 0840baa3b75c071d97e4fda38364f6108b0b7b063229a5ac85669d7d2d65a73d [2020-10-14T10:19:30.491Z] $ docker rm -f 0840baa3b75c071d97e4fda38364f6108b0b7b063229a5ac85669d7d2d65a73d [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:19:31.114Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-14T10:19:31.114Z] . [Pipeline] withDockerContainer [2020-10-14T10:19:31.502Z] prd-centos7-docker-4c-2g-5378 does not seem to be running inside a container [2020-10-14T10:19:31.658Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/188 -v /w/workspace/edgex-go/188:/w/workspace/edgex-go/188:rw,z -v /w/workspace/edgex-go/188@tmp:/w/workspace/edgex-go/188@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-14T10:19:32.687Z] $ docker top 7da2d179e6308ae87967beff77f7a5b9cc34f9a8aa0f93d2464f89d4cd534f68 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-14T10:19:33.493Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go:75437401aaf0e0f587015af03db21405a724386e [2020-10-14T10:19:33.493Z] + tee [2020-10-14T10:19:33.493Z] clair timeout 1m0s [2020-10-14T10:19:33.493Z] docker timeout: 1m0s [2020-10-14T10:19:33.493Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-14T10:19:34.291Z] $ docker stop --time=1 7da2d179e6308ae87967beff77f7a5b9cc34f9a8aa0f93d2464f89d4cd534f68 [2020-10-14T10:19:35.880Z] $ docker rm -f 7da2d179e6308ae87967beff77f7a5b9cc34f9a8aa0f93d2464f89d4cd534f68 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-14T10:19:36.457Z] + mkdir -p /w/workspace/edgex-go/188/clair-reports [Pipeline] echo [2020-10-14T10:19:36.474Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/188/clair-reports/clair_results_docker-support-notifications-go_75437401aaf0e0f587015af03db21405a724386e.html [Pipeline] writeFile [Pipeline] step [2020-10-14T10:19:36.525Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:19:36.927Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-14T10:19:36.927Z] . [Pipeline] withDockerContainer [2020-10-14T10:19:37.060Z] prd-centos7-docker-4c-2g-5378 does not seem to be running inside a container [2020-10-14T10:19:37.132Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/188 -v /w/workspace/edgex-go/188:/w/workspace/edgex-go/188:rw,z -v /w/workspace/edgex-go/188@tmp:/w/workspace/edgex-go/188@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-14T10:19:38.163Z] $ docker top bc09f3154a28e5b408ba8fb3e640adc75f03916652acfdc697f18a0fba3bd3b7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-14T10:19:38.777Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:75437401aaf0e0f587015af03db21405a724386e [2020-10-14T10:19:38.777Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-14T10:19:41.542Z] $ docker stop --time=1 bc09f3154a28e5b408ba8fb3e640adc75f03916652acfdc697f18a0fba3bd3b7 [2020-10-14T10:19:43.168Z] $ docker rm -f bc09f3154a28e5b408ba8fb3e640adc75f03916652acfdc697f18a0fba3bd3b7 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:19:43.734Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-14T10:19:43.734Z] . [Pipeline] withDockerContainer [2020-10-14T10:19:43.953Z] prd-centos7-docker-4c-2g-5378 does not seem to be running inside a container [2020-10-14T10:19:44.032Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/188 -v /w/workspace/edgex-go/188:/w/workspace/edgex-go/188:rw,z -v /w/workspace/edgex-go/188@tmp:/w/workspace/edgex-go/188@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-14T10:19:45.183Z] $ docker top dd174b950d7fe565d3d1757d4f59863a6815fefb9cbc70238ba6b916e50051ed -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-14T10:19:45.864Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:75437401aaf0e0f587015af03db21405a724386e [2020-10-14T10:19:45.864Z] + tee [2020-10-14T10:19:46.132Z] clair timeout 1m0s [2020-10-14T10:19:46.132Z] docker timeout: 1m0s [2020-10-14T10:19:46.132Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-14T10:19:46.828Z] $ docker stop --time=1 dd174b950d7fe565d3d1757d4f59863a6815fefb9cbc70238ba6b916e50051ed [2020-10-14T10:19:48.310Z] $ docker rm -f dd174b950d7fe565d3d1757d4f59863a6815fefb9cbc70238ba6b916e50051ed [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-14T10:19:48.891Z] + mkdir -p /w/workspace/edgex-go/188/clair-reports [Pipeline] echo [2020-10-14T10:19:48.915Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/188/clair-reports/clair_results_docker-support-scheduler-go_75437401aaf0e0f587015af03db21405a724386e.html [Pipeline] writeFile [Pipeline] step [2020-10-14T10:19:48.968Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:19:49.457Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-14T10:19:49.457Z] . [Pipeline] withDockerContainer [2020-10-14T10:19:49.681Z] prd-centos7-docker-4c-2g-5378 does not seem to be running inside a container [2020-10-14T10:19:49.749Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/188 -v /w/workspace/edgex-go/188:/w/workspace/edgex-go/188:rw,z -v /w/workspace/edgex-go/188@tmp:/w/workspace/edgex-go/188@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-14T10:19:50.777Z] $ docker top 4497b029fa896d114e085839922755937a99e67999d6e4e7edbaf74cc407485e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-14T10:19:51.456Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:75437401aaf0e0f587015af03db21405a724386e [2020-10-14T10:19:51.457Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-14T10:20:06.678Z] $ docker stop --time=1 4497b029fa896d114e085839922755937a99e67999d6e4e7edbaf74cc407485e [2020-10-14T10:20:08.251Z] $ docker rm -f 4497b029fa896d114e085839922755937a99e67999d6e4e7edbaf74cc407485e [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:20:08.812Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-14T10:20:08.813Z] . [Pipeline] withDockerContainer [2020-10-14T10:20:09.172Z] prd-centos7-docker-4c-2g-5378 does not seem to be running inside a container [2020-10-14T10:20:09.277Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/188 -v /w/workspace/edgex-go/188:/w/workspace/edgex-go/188:rw,z -v /w/workspace/edgex-go/188@tmp:/w/workspace/edgex-go/188@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-14T10:20:10.677Z] $ docker top b9c5b5dbc27b5e578f50bd0e42a6ed25173eb70fc50323cbfac9cee3dda7054d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-14T10:20:11.379Z] + tee [2020-10-14T10:20:11.379Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:75437401aaf0e0f587015af03db21405a724386e [2020-10-14T10:20:11.379Z] clair timeout 1m0s [2020-10-14T10:20:11.379Z] docker timeout: 1m0s [2020-10-14T10:20:11.379Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-14T10:20:13.221Z] $ docker stop --time=1 b9c5b5dbc27b5e578f50bd0e42a6ed25173eb70fc50323cbfac9cee3dda7054d [2020-10-14T10:20:14.737Z] $ docker rm -f b9c5b5dbc27b5e578f50bd0e42a6ed25173eb70fc50323cbfac9cee3dda7054d [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-14T10:20:15.378Z] + mkdir -p /w/workspace/edgex-go/188/clair-reports [Pipeline] echo [2020-10-14T10:20:15.393Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/188/clair-reports/clair_results_docker-sys-mgmt-agent-go_75437401aaf0e0f587015af03db21405a724386e.html [Pipeline] writeFile [Pipeline] step [2020-10-14T10:20:15.450Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:20:15.823Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-14T10:20:15.823Z] . [Pipeline] withDockerContainer [2020-10-14T10:20:16.096Z] prd-centos7-docker-4c-2g-5378 does not seem to be running inside a container [2020-10-14T10:20:16.204Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/188 -v /w/workspace/edgex-go/188:/w/workspace/edgex-go/188:rw,z -v /w/workspace/edgex-go/188@tmp:/w/workspace/edgex-go/188@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-14T10:20:17.357Z] $ docker top d327c2052df3ed4b16371e96211b59cd7ff7dafd9f513a5f427d545776fd2323 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-14T10:20:18.580Z] + tee [2020-10-14T10:20:18.580Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:75437401aaf0e0f587015af03db21405a724386e [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-14T10:20:21.442Z] $ docker stop --time=1 d327c2052df3ed4b16371e96211b59cd7ff7dafd9f513a5f427d545776fd2323 [2020-10-14T10:20:23.319Z] $ docker rm -f d327c2052df3ed4b16371e96211b59cd7ff7dafd9f513a5f427d545776fd2323 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:20:23.976Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-14T10:20:23.976Z] . [Pipeline] withDockerContainer [2020-10-14T10:20:24.238Z] prd-centos7-docker-4c-2g-5378 does not seem to be running inside a container [2020-10-14T10:20:24.324Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/188 -v /w/workspace/edgex-go/188:/w/workspace/edgex-go/188:rw,z -v /w/workspace/edgex-go/188@tmp:/w/workspace/edgex-go/188@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-14T10:20:25.531Z] $ docker top 1cd0934c10677d506b1133bae8f493676604bf42273156dd19a0d5324926602a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-14T10:20:26.801Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:75437401aaf0e0f587015af03db21405a724386e [2020-10-14T10:20:26.801Z] + tee [2020-10-14T10:20:26.801Z] clair timeout 1m0s [2020-10-14T10:20:26.801Z] docker timeout: 1m0s [2020-10-14T10:20:26.801Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-14T10:20:27.340Z] $ docker stop --time=1 1cd0934c10677d506b1133bae8f493676604bf42273156dd19a0d5324926602a [2020-10-14T10:20:28.875Z] $ docker rm -f 1cd0934c10677d506b1133bae8f493676604bf42273156dd19a0d5324926602a [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-14T10:20:29.411Z] + mkdir -p /w/workspace/edgex-go/188/clair-reports [Pipeline] echo [2020-10-14T10:20:29.435Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/188/clair-reports/clair_results_docker-core-command-go-arm64_75437401aaf0e0f587015af03db21405a724386e.html [Pipeline] writeFile [Pipeline] step [2020-10-14T10:20:29.487Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:20:29.904Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-14T10:20:29.904Z] . [Pipeline] withDockerContainer [2020-10-14T10:20:30.200Z] prd-centos7-docker-4c-2g-5378 does not seem to be running inside a container [2020-10-14T10:20:30.276Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/188 -v /w/workspace/edgex-go/188:/w/workspace/edgex-go/188:rw,z -v /w/workspace/edgex-go/188@tmp:/w/workspace/edgex-go/188@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-14T10:20:31.319Z] $ docker top 700979ae9fa59e457b19d46124ff8ac82a3b5d8a0f88f4bd07481604ba6fd844 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-14T10:20:31.918Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:75437401aaf0e0f587015af03db21405a724386e [2020-10-14T10:20:31.918Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-14T10:20:37.395Z] $ docker stop --time=1 700979ae9fa59e457b19d46124ff8ac82a3b5d8a0f88f4bd07481604ba6fd844 [2020-10-14T10:20:39.018Z] $ docker rm -f 700979ae9fa59e457b19d46124ff8ac82a3b5d8a0f88f4bd07481604ba6fd844 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:20:39.598Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-14T10:20:39.598Z] . [Pipeline] withDockerContainer [2020-10-14T10:20:39.928Z] prd-centos7-docker-4c-2g-5378 does not seem to be running inside a container [2020-10-14T10:20:40.154Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/188 -v /w/workspace/edgex-go/188:/w/workspace/edgex-go/188:rw,z -v /w/workspace/edgex-go/188@tmp:/w/workspace/edgex-go/188@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-14T10:20:41.415Z] $ docker top 6a5adb7c35012e87fe827deafc5bf480f45478de3e0e45a2d786d7553a7c177a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-14T10:20:42.056Z] + tee [2020-10-14T10:20:42.056Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:75437401aaf0e0f587015af03db21405a724386e [2020-10-14T10:20:42.056Z] clair timeout 1m0s [2020-10-14T10:20:42.056Z] docker timeout: 1m0s [2020-10-14T10:20:42.056Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-14T10:20:43.504Z] $ docker stop --time=1 6a5adb7c35012e87fe827deafc5bf480f45478de3e0e45a2d786d7553a7c177a [2020-10-14T10:20:45.106Z] $ docker rm -f 6a5adb7c35012e87fe827deafc5bf480f45478de3e0e45a2d786d7553a7c177a [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-14T10:20:45.634Z] + mkdir -p /w/workspace/edgex-go/188/clair-reports [Pipeline] echo [2020-10-14T10:20:45.649Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/188/clair-reports/clair_results_docker-core-data-go-arm64_75437401aaf0e0f587015af03db21405a724386e.html [Pipeline] writeFile [Pipeline] step [2020-10-14T10:20:45.715Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:20:46.073Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-14T10:20:46.073Z] . [Pipeline] withDockerContainer [2020-10-14T10:20:46.217Z] prd-centos7-docker-4c-2g-5378 does not seem to be running inside a container [2020-10-14T10:20:46.304Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/188 -v /w/workspace/edgex-go/188:/w/workspace/edgex-go/188:rw,z -v /w/workspace/edgex-go/188@tmp:/w/workspace/edgex-go/188@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-14T10:20:47.080Z] $ docker top 94159abb46db2132fbce69854aa957cc943ba1b95760a4f8e62cbb5e393954f2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-14T10:20:47.660Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:75437401aaf0e0f587015af03db21405a724386e [2020-10-14T10:20:47.660Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-14T10:20:51.175Z] $ docker stop --time=1 94159abb46db2132fbce69854aa957cc943ba1b95760a4f8e62cbb5e393954f2 [2020-10-14T10:20:52.673Z] $ docker rm -f 94159abb46db2132fbce69854aa957cc943ba1b95760a4f8e62cbb5e393954f2 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:20:53.231Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-14T10:20:53.231Z] . [Pipeline] withDockerContainer [2020-10-14T10:20:53.360Z] prd-centos7-docker-4c-2g-5378 does not seem to be running inside a container [2020-10-14T10:20:53.435Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/188 -v /w/workspace/edgex-go/188:/w/workspace/edgex-go/188:rw,z -v /w/workspace/edgex-go/188@tmp:/w/workspace/edgex-go/188@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-14T10:20:55.015Z] $ docker top f9a488713ec3721e36424572309c3f16efd55c8f59b0385c99a7bb52ea5caef5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-14T10:20:55.815Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:75437401aaf0e0f587015af03db21405a724386e [2020-10-14T10:20:55.815Z] + tee [2020-10-14T10:20:55.815Z] clair timeout 1m0s [2020-10-14T10:20:55.815Z] docker timeout: 1m0s [2020-10-14T10:20:55.815Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-14T10:20:56.620Z] $ docker stop --time=1 f9a488713ec3721e36424572309c3f16efd55c8f59b0385c99a7bb52ea5caef5 [2020-10-14T10:20:58.131Z] $ docker rm -f f9a488713ec3721e36424572309c3f16efd55c8f59b0385c99a7bb52ea5caef5 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-14T10:20:58.730Z] + mkdir -p /w/workspace/edgex-go/188/clair-reports [Pipeline] echo [2020-10-14T10:20:58.752Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/188/clair-reports/clair_results_docker-core-metadata-go-arm64_75437401aaf0e0f587015af03db21405a724386e.html [Pipeline] writeFile [Pipeline] step [2020-10-14T10:20:58.802Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:20:59.145Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-14T10:20:59.145Z] . [Pipeline] withDockerContainer [2020-10-14T10:20:59.273Z] prd-centos7-docker-4c-2g-5378 does not seem to be running inside a container [2020-10-14T10:20:59.343Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/188 -v /w/workspace/edgex-go/188:/w/workspace/edgex-go/188:rw,z -v /w/workspace/edgex-go/188@tmp:/w/workspace/edgex-go/188@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-14T10:21:00.625Z] $ docker top 2abc71064163fd16f7dfc4cfc3c0cbaa50417ceddbad3498011ad4e8d35220fc -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-14T10:21:01.725Z] + tee [2020-10-14T10:21:01.725Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:75437401aaf0e0f587015af03db21405a724386e [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-14T10:21:06.164Z] $ docker stop --time=1 2abc71064163fd16f7dfc4cfc3c0cbaa50417ceddbad3498011ad4e8d35220fc [2020-10-14T10:21:07.850Z] $ docker rm -f 2abc71064163fd16f7dfc4cfc3c0cbaa50417ceddbad3498011ad4e8d35220fc [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:21:08.386Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-14T10:21:08.386Z] . [Pipeline] withDockerContainer [2020-10-14T10:21:08.632Z] prd-centos7-docker-4c-2g-5378 does not seem to be running inside a container [2020-10-14T10:21:08.697Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/188 -v /w/workspace/edgex-go/188:/w/workspace/edgex-go/188:rw,z -v /w/workspace/edgex-go/188@tmp:/w/workspace/edgex-go/188@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-14T10:21:09.521Z] $ docker top f9f40ced2d3ef9735bdf507de63bdb0411cb260daa36c55d785aa5d103dec0cf -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-14T10:21:10.110Z] + tee [2020-10-14T10:21:10.110Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:75437401aaf0e0f587015af03db21405a724386e [2020-10-14T10:21:10.110Z] clair timeout 1m0s [2020-10-14T10:21:10.110Z] docker timeout: 1m0s [2020-10-14T10:21:10.110Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-14T10:21:11.232Z] $ docker stop --time=1 f9f40ced2d3ef9735bdf507de63bdb0411cb260daa36c55d785aa5d103dec0cf [2020-10-14T10:21:12.876Z] $ docker rm -f f9f40ced2d3ef9735bdf507de63bdb0411cb260daa36c55d785aa5d103dec0cf [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-14T10:21:13.558Z] + mkdir -p /w/workspace/edgex-go/188/clair-reports [Pipeline] echo [2020-10-14T10:21:13.675Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/188/clair-reports/clair_results_docker-security-proxy-setup-go-arm64_75437401aaf0e0f587015af03db21405a724386e.html [Pipeline] writeFile [Pipeline] step [2020-10-14T10:21:13.727Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:21:14.190Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-14T10:21:14.190Z] . [Pipeline] withDockerContainer [2020-10-14T10:21:14.344Z] prd-centos7-docker-4c-2g-5378 does not seem to be running inside a container [2020-10-14T10:21:14.424Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/188 -v /w/workspace/edgex-go/188:/w/workspace/edgex-go/188:rw,z -v /w/workspace/edgex-go/188@tmp:/w/workspace/edgex-go/188@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-14T10:21:15.481Z] $ docker top 4f8ad1401de879241dab2fa4bd6160b3c94e2a084537aafb3d70d904f02d59e6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-14T10:21:16.170Z] + + /klartee nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:75437401aaf0e0f587015af03db21405a724386e [2020-10-14T10:21:16.170Z] [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-14T10:21:24.626Z] $ docker stop --time=1 4f8ad1401de879241dab2fa4bd6160b3c94e2a084537aafb3d70d904f02d59e6 [2020-10-14T10:21:26.177Z] $ docker rm -f 4f8ad1401de879241dab2fa4bd6160b3c94e2a084537aafb3d70d904f02d59e6 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:21:26.907Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-14T10:21:26.908Z] . [Pipeline] withDockerContainer [2020-10-14T10:21:27.117Z] prd-centos7-docker-4c-2g-5378 does not seem to be running inside a container [2020-10-14T10:21:27.365Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/188 -v /w/workspace/edgex-go/188:/w/workspace/edgex-go/188:rw,z -v /w/workspace/edgex-go/188@tmp:/w/workspace/edgex-go/188@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-14T10:21:28.595Z] $ docker top 9b3dd20da3a548ba84af937f15ef6cf169da12c5bfecb26e83f509fd2cdd51be -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-14T10:21:29.858Z] + tee [2020-10-14T10:21:29.858Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:75437401aaf0e0f587015af03db21405a724386e [2020-10-14T10:21:29.858Z] clair timeout 1m0s [2020-10-14T10:21:29.858Z] docker timeout: 1m0s [2020-10-14T10:21:29.858Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-14T10:21:31.434Z] $ docker stop --time=1 9b3dd20da3a548ba84af937f15ef6cf169da12c5bfecb26e83f509fd2cdd51be [2020-10-14T10:21:32.907Z] $ docker rm -f 9b3dd20da3a548ba84af937f15ef6cf169da12c5bfecb26e83f509fd2cdd51be [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-14T10:21:33.455Z] + mkdir -p /w/workspace/edgex-go/188/clair-reports [Pipeline] echo [2020-10-14T10:21:33.472Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/188/clair-reports/clair_results_docker-security-secrets-setup-go-arm64_75437401aaf0e0f587015af03db21405a724386e.html [Pipeline] writeFile [Pipeline] step [2020-10-14T10:21:33.531Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:21:33.909Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-14T10:21:33.909Z] . [Pipeline] withDockerContainer [2020-10-14T10:21:34.112Z] prd-centos7-docker-4c-2g-5378 does not seem to be running inside a container [2020-10-14T10:21:34.194Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/188 -v /w/workspace/edgex-go/188:/w/workspace/edgex-go/188:rw,z -v /w/workspace/edgex-go/188@tmp:/w/workspace/edgex-go/188@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-14T10:21:35.216Z] $ docker top 95d4a1c836211f45d882d6686c67f6affa8e82b125d6ec8e81240e0cd88551d6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-14T10:21:35.809Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:75437401aaf0e0f587015af03db21405a724386e [2020-10-14T10:21:35.810Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-14T10:21:44.246Z] $ docker stop --time=1 95d4a1c836211f45d882d6686c67f6affa8e82b125d6ec8e81240e0cd88551d6 [2020-10-14T10:21:46.037Z] $ docker rm -f 95d4a1c836211f45d882d6686c67f6affa8e82b125d6ec8e81240e0cd88551d6 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:21:46.704Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-14T10:21:46.704Z] . [Pipeline] withDockerContainer [2020-10-14T10:21:46.911Z] prd-centos7-docker-4c-2g-5378 does not seem to be running inside a container [2020-10-14T10:21:46.987Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/188 -v /w/workspace/edgex-go/188:/w/workspace/edgex-go/188:rw,z -v /w/workspace/edgex-go/188@tmp:/w/workspace/edgex-go/188@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-14T10:21:48.816Z] $ docker top 606bcd39be9743060f9a6224e07117344730fce80c8f472e818b3df85e4d5530 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-14T10:21:49.779Z] + + /klartee nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:75437401aaf0e0f587015af03db21405a724386e [2020-10-14T10:21:49.779Z] [2020-10-14T10:21:50.051Z] clair timeout 1m0s [2020-10-14T10:21:50.051Z] docker timeout: 1m0s [2020-10-14T10:21:50.051Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-14T10:21:51.293Z] $ docker stop --time=1 606bcd39be9743060f9a6224e07117344730fce80c8f472e818b3df85e4d5530 [2020-10-14T10:21:53.216Z] $ docker rm -f 606bcd39be9743060f9a6224e07117344730fce80c8f472e818b3df85e4d5530 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-14T10:21:53.922Z] + mkdir -p /w/workspace/edgex-go/188/clair-reports [Pipeline] echo [2020-10-14T10:21:53.940Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/188/clair-reports/clair_results_docker-security-secretstore-setup-go-arm64_75437401aaf0e0f587015af03db21405a724386e.html [Pipeline] writeFile [Pipeline] step [2020-10-14T10:21:53.996Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:21:54.389Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-14T10:21:54.389Z] . [Pipeline] withDockerContainer [2020-10-14T10:21:54.601Z] prd-centos7-docker-4c-2g-5378 does not seem to be running inside a container [2020-10-14T10:21:54.704Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/188 -v /w/workspace/edgex-go/188:/w/workspace/edgex-go/188:rw,z -v /w/workspace/edgex-go/188@tmp:/w/workspace/edgex-go/188@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-14T10:21:55.751Z] $ docker top bf2fea5e3afed305a5cdfe1945549ae3deded10328e9ee25c6855af2462674df -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-14T10:21:56.299Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:75437401aaf0e0f587015af03db21405a724386e [2020-10-14T10:21:56.299Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-14T10:21:59.795Z] $ docker stop --time=1 bf2fea5e3afed305a5cdfe1945549ae3deded10328e9ee25c6855af2462674df [2020-10-14T10:22:01.318Z] $ docker rm -f bf2fea5e3afed305a5cdfe1945549ae3deded10328e9ee25c6855af2462674df [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:22:01.924Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-14T10:22:01.924Z] . [Pipeline] withDockerContainer [2020-10-14T10:22:02.118Z] prd-centos7-docker-4c-2g-5378 does not seem to be running inside a container [2020-10-14T10:22:02.249Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/188 -v /w/workspace/edgex-go/188:/w/workspace/edgex-go/188:rw,z -v /w/workspace/edgex-go/188@tmp:/w/workspace/edgex-go/188@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-14T10:22:03.641Z] $ docker top 54b506c7c708da786513c44f134936989766636acedbf3f7f01e0a06a58737fe -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-14T10:22:04.785Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:75437401aaf0e0f587015af03db21405a724386e [2020-10-14T10:22:04.785Z] + tee [2020-10-14T10:22:04.785Z] clair timeout 1m0s [2020-10-14T10:22:04.785Z] docker timeout: 1m0s [2020-10-14T10:22:04.785Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-14T10:22:06.861Z] $ docker stop --time=1 54b506c7c708da786513c44f134936989766636acedbf3f7f01e0a06a58737fe [2020-10-14T10:22:08.308Z] $ docker rm -f 54b506c7c708da786513c44f134936989766636acedbf3f7f01e0a06a58737fe [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-14T10:22:08.832Z] + mkdir -p /w/workspace/edgex-go/188/clair-reports [Pipeline] echo [2020-10-14T10:22:08.849Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/188/clair-reports/clair_results_docker-support-logging-go-arm64_75437401aaf0e0f587015af03db21405a724386e.html [Pipeline] writeFile [Pipeline] step [2020-10-14T10:22:08.901Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:22:09.284Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-14T10:22:09.284Z] . [Pipeline] withDockerContainer [2020-10-14T10:22:09.456Z] prd-centos7-docker-4c-2g-5378 does not seem to be running inside a container [2020-10-14T10:22:09.547Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/188 -v /w/workspace/edgex-go/188:/w/workspace/edgex-go/188:rw,z -v /w/workspace/edgex-go/188@tmp:/w/workspace/edgex-go/188@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-14T10:22:10.596Z] $ docker top 99244e6c0dd756989d52c1229106cdfe3dc4f683ebc511c69102b04bbf9681b0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-14T10:22:11.258Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:75437401aaf0e0f587015af03db21405a724386e [2020-10-14T10:22:11.258Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-14T10:22:16.868Z] $ docker stop --time=1 99244e6c0dd756989d52c1229106cdfe3dc4f683ebc511c69102b04bbf9681b0 [2020-10-14T10:22:18.632Z] $ docker rm -f 99244e6c0dd756989d52c1229106cdfe3dc4f683ebc511c69102b04bbf9681b0 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:22:19.264Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-14T10:22:19.264Z] . [Pipeline] withDockerContainer [2020-10-14T10:22:19.409Z] prd-centos7-docker-4c-2g-5378 does not seem to be running inside a container [2020-10-14T10:22:19.467Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/188 -v /w/workspace/edgex-go/188:/w/workspace/edgex-go/188:rw,z -v /w/workspace/edgex-go/188@tmp:/w/workspace/edgex-go/188@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-14T10:22:20.295Z] $ docker top 9f1c73d4a9487b0e1a1184c6d98bfbd36b4c22d0c24cbf4706911d2da0d740a2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-14T10:22:20.976Z] + tee [2020-10-14T10:22:20.976Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:75437401aaf0e0f587015af03db21405a724386e [2020-10-14T10:22:20.976Z] clair timeout 1m0s [2020-10-14T10:22:20.976Z] docker timeout: 1m0s [2020-10-14T10:22:20.976Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-14T10:22:22.167Z] $ docker stop --time=1 9f1c73d4a9487b0e1a1184c6d98bfbd36b4c22d0c24cbf4706911d2da0d740a2 [2020-10-14T10:22:23.694Z] $ docker rm -f 9f1c73d4a9487b0e1a1184c6d98bfbd36b4c22d0c24cbf4706911d2da0d740a2 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-14T10:22:24.268Z] + mkdir -p /w/workspace/edgex-go/188/clair-reports [Pipeline] echo [2020-10-14T10:22:24.285Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/188/clair-reports/clair_results_docker-support-notifications-go-arm64_75437401aaf0e0f587015af03db21405a724386e.html [Pipeline] writeFile [Pipeline] step [2020-10-14T10:22:24.395Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:22:24.903Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-14T10:22:24.903Z] . [Pipeline] withDockerContainer [2020-10-14T10:22:25.043Z] prd-centos7-docker-4c-2g-5378 does not seem to be running inside a container [2020-10-14T10:22:25.137Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/188 -v /w/workspace/edgex-go/188:/w/workspace/edgex-go/188:rw,z -v /w/workspace/edgex-go/188@tmp:/w/workspace/edgex-go/188@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-14T10:22:26.174Z] $ docker top ef49716c5f00ed76bbb134cb02830fdf2086f9fd910ddd0202ff4a2b25dc7f4e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-14T10:22:26.834Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:75437401aaf0e0f587015af03db21405a724386e [2020-10-14T10:22:26.834Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-14T10:22:29.588Z] $ docker stop --time=1 ef49716c5f00ed76bbb134cb02830fdf2086f9fd910ddd0202ff4a2b25dc7f4e [2020-10-14T10:22:31.090Z] $ docker rm -f ef49716c5f00ed76bbb134cb02830fdf2086f9fd910ddd0202ff4a2b25dc7f4e [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:22:31.691Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-14T10:22:31.691Z] . [Pipeline] withDockerContainer [2020-10-14T10:22:31.851Z] prd-centos7-docker-4c-2g-5378 does not seem to be running inside a container [2020-10-14T10:22:31.936Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/188 -v /w/workspace/edgex-go/188:/w/workspace/edgex-go/188:rw,z -v /w/workspace/edgex-go/188@tmp:/w/workspace/edgex-go/188@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-14T10:22:32.935Z] $ docker top 8b61f5edd5a45e4c7b3f9ebd9ff29960a2cb16dd37dd700678cba34c17b5e21a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-14T10:22:33.837Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:75437401aaf0e0f587015af03db21405a724386e [2020-10-14T10:22:33.837Z] + tee [2020-10-14T10:22:33.837Z] clair timeout 1m0s [2020-10-14T10:22:33.837Z] docker timeout: 1m0s [2020-10-14T10:22:33.837Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-14T10:22:34.910Z] $ docker stop --time=1 8b61f5edd5a45e4c7b3f9ebd9ff29960a2cb16dd37dd700678cba34c17b5e21a [2020-10-14T10:22:36.496Z] $ docker rm -f 8b61f5edd5a45e4c7b3f9ebd9ff29960a2cb16dd37dd700678cba34c17b5e21a [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-14T10:22:37.032Z] + mkdir -p /w/workspace/edgex-go/188/clair-reports [Pipeline] echo [2020-10-14T10:22:37.048Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/188/clair-reports/clair_results_docker-support-scheduler-go-arm64_75437401aaf0e0f587015af03db21405a724386e.html [Pipeline] writeFile [Pipeline] step [2020-10-14T10:22:37.104Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:22:37.470Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-14T10:22:37.470Z] . [Pipeline] withDockerContainer [2020-10-14T10:22:37.619Z] prd-centos7-docker-4c-2g-5378 does not seem to be running inside a container [2020-10-14T10:22:37.682Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/188 -v /w/workspace/edgex-go/188:/w/workspace/edgex-go/188:rw,z -v /w/workspace/edgex-go/188@tmp:/w/workspace/edgex-go/188@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-14T10:22:38.563Z] $ docker top a678c46a1480e32d35b9305e69d25244bc2cd64f95ad787a1f5d86c773809f5b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-14T10:22:39.188Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:75437401aaf0e0f587015af03db21405a724386e [2020-10-14T10:22:39.189Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-14T10:22:54.402Z] $ docker stop --time=1 a678c46a1480e32d35b9305e69d25244bc2cd64f95ad787a1f5d86c773809f5b [2020-10-14T10:22:56.105Z] $ docker rm -f a678c46a1480e32d35b9305e69d25244bc2cd64f95ad787a1f5d86c773809f5b [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:22:56.672Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-14T10:22:56.672Z] . [Pipeline] withDockerContainer [2020-10-14T10:22:56.843Z] prd-centos7-docker-4c-2g-5378 does not seem to be running inside a container [2020-10-14T10:22:56.907Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/188 -v /w/workspace/edgex-go/188:/w/workspace/edgex-go/188:rw,z -v /w/workspace/edgex-go/188@tmp:/w/workspace/edgex-go/188@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-14T10:22:57.990Z] $ docker top ef6ac876c1b29a7d3c3382ccea08a2921ad6707d6c5af1e848005e029221ceb7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-14T10:22:58.653Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:75437401aaf0e0f587015af03db21405a724386e [2020-10-14T10:22:58.654Z] + tee [2020-10-14T10:22:58.654Z] clair timeout 1m0s [2020-10-14T10:22:58.654Z] docker timeout: 1m0s [2020-10-14T10:22:58.654Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-14T10:23:00.764Z] $ docker stop --time=1 ef6ac876c1b29a7d3c3382ccea08a2921ad6707d6c5af1e848005e029221ceb7 [2020-10-14T10:23:02.350Z] $ docker rm -f ef6ac876c1b29a7d3c3382ccea08a2921ad6707d6c5af1e848005e029221ceb7 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-14T10:23:02.960Z] + mkdir -p /w/workspace/edgex-go/188/clair-reports [Pipeline] echo [2020-10-14T10:23:02.995Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/188/clair-reports/clair_results_docker-sys-mgmt-agent-go-arm64_75437401aaf0e0f587015af03db21405a724386e.html [Pipeline] writeFile [Pipeline] step [2020-10-14T10:23:03.059Z] Archiving artifacts [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2020-10-14T10:23:03.553Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-14T10:23:03.605Z] provisioning config files... [2020-10-14T10:23:03.633Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/188@tmp/config5774518175644497716tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-10-14T10:23:04.004Z] --> edgex-publish-swagger.sh [2020-10-14T10:23:04.004Z] === Publish openapi/v1 API === [2020-10-14T10:23:04.004Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2020-10-14T10:23:04.004Z] [publishToSwagger] Publishing API Name [core-command] [2020-10-14T10:23:04.004Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-14T10:23:04.004Z] Dload Upload Total Spent Left Speed [2020-10-14T10:23:05.376Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10521 0 0 100 10521 0 8244 0:00:01 0:00:01 --:--:-- 8251 100 10521 0 0 100 10521 0 8242 0:00:01 0:00:01 --:--:-- 8251 [2020-10-14T10:23:05.376Z] [2020-10-14T10:23:05.376Z] [2020-10-14T10:23:05.376Z] [publishToSwagger] Publishing API Name [core-data] [2020-10-14T10:23:05.376Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-14T10:23:05.376Z] Dload Upload Total Spent Left Speed [2020-10-14T10:23:06.605Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32556 0 0 100 32556 0 28856 0:00:01 0:00:01 --:--:-- 28887 [2020-10-14T10:23:06.605Z] [2020-10-14T10:23:06.605Z] [2020-10-14T10:23:06.605Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-10-14T10:23:06.605Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-14T10:23:06.605Z] Dload Upload Total Spent Left Speed [2020-10-14T10:23:07.565Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73720 0 0 100 73720 0 63000 0:00:01 0:00:01 --:--:-- 63008 100 73720 0 0 100 73720 0 62989 0:00:01 0:00:01 --:--:-- 62954 [2020-10-14T10:23:07.565Z] [2020-10-14T10:23:07.565Z] [2020-10-14T10:23:07.565Z] [publishToSwagger] Publishing API Name [support-logging] [2020-10-14T10:23:07.565Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-14T10:23:07.565Z] Dload Upload Total Spent Left Speed [2020-10-14T10:23:08.998Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13580 0 0 100 13580 0 11883 0:00:01 0:00:01 --:--:-- 11891 100 13580 0 0 100 13580 0 11880 0:00:01 0:00:01 --:--:-- 11891 [2020-10-14T10:23:08.998Z] [2020-10-14T10:23:08.998Z] [2020-10-14T10:23:08.998Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-10-14T10:23:08.998Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-14T10:23:08.998Z] Dload Upload Total Spent Left Speed [2020-10-14T10:23:09.952Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38889 0 0 100 38889 0 34881 0:00:01 0:00:01 --:--:-- 34909 100 38889 0 0 100 38889 0 34870 0:00:01 0:00:01 --:--:-- 34909 [2020-10-14T10:23:09.952Z] [2020-10-14T10:23:09.952Z] [2020-10-14T10:23:09.952Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-10-14T10:23:09.952Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-14T10:23:09.952Z] Dload Upload Total Spent Left Speed [2020-10-14T10:23:11.350Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14248 0 0 100 14248 0 13007 0:00:01 0:00:01 --:--:-- 13011 100 14248 0 0 100 14248 0 13004 0:00:01 0:00:01 --:--:-- 13011 [2020-10-14T10:23:11.350Z] [2020-10-14T10:23:11.350Z] [2020-10-14T10:23:11.350Z] [publishToSwagger] Publishing API Name [system-agent] [2020-10-14T10:23:11.350Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-14T10:23:11.350Z] Dload Upload Total Spent Left Speed [2020-10-14T10:23:12.297Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4109 0 0 100 4109 0 3329 0:00:01 0:00:01 --:--:-- 3332 100 4109 0 0 100 4109 0 3281 0:00:01 0:00:01 --:--:-- 3284 [2020-10-14T10:23:12.297Z] [2020-10-14T10:23:12.297Z] [2020-10-14T10:23:12.297Z] === Publish openapi/v2 API === [2020-10-14T10:23:12.297Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2020-10-14T10:23:12.297Z] [publishToSwagger] Publishing API Name [core-command] [2020-10-14T10:23:12.297Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-14T10:23:12.297Z] Dload Upload Total Spent Left Speed [2020-10-14T10:23:13.511Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29393 0 0 100 29393 0 26661 0:00:01 0:00:01 --:--:-- 26672 [2020-10-14T10:23:13.511Z] [2020-10-14T10:23:13.511Z] [2020-10-14T10:23:13.511Z] [publishToSwagger] Publishing API Name [core-data] [2020-10-14T10:23:13.511Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-14T10:23:13.511Z] Dload Upload Total Spent Left Speed [2020-10-14T10:23:14.723Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 65313 0 0 100 65313 0 59910 0:00:01 0:00:01 --:--:-- 59920 100 65313 0 0 100 65313 0 59894 0:00:01 0:00:01 --:--:-- 59865 [2020-10-14T10:23:14.723Z] [2020-10-14T10:23:14.723Z] [2020-10-14T10:23:14.723Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-10-14T10:23:14.723Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-14T10:23:14.723Z] Dload Upload Total Spent Left Speed [2020-10-14T10:23:15.679Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 118k 0 0 100 118k 0 101k 0:00:01 0:00:01 --:--:-- 101k 100 118k 0 0 100 118k 0 101k 0:00:01 0:00:01 --:--:-- 101k [2020-10-14T10:23:15.679Z] [2020-10-14T10:23:15.679Z] [2020-10-14T10:23:15.679Z] [publishToSwagger] Publishing API Name [support-logging] [2020-10-14T10:23:15.960Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-14T10:23:15.960Z] Dload Upload Total Spent Left Speed [2020-10-14T10:23:17.205Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23547 0 0 100 23547 0 21767 0:00:01 0:00:01 --:--:-- 21782 100 23547 0 0 100 23547 0 21760 0:00:01 0:00:01 --:--:-- 21782 [2020-10-14T10:23:17.205Z] [2020-10-14T10:23:17.205Z] [2020-10-14T10:23:17.205Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-10-14T10:23:17.205Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-14T10:23:17.205Z] Dload Upload Total Spent Left Speed [2020-10-14T10:23:18.393Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 62547 0 0 100 62547 0 49725 0:00:01 0:00:01 --:--:-- 49758 100 62547 0 0 100 62547 0 49716 0:00:01 0:00:01 --:--:-- 49758 [2020-10-14T10:23:18.393Z] [2020-10-14T10:23:18.393Z] [2020-10-14T10:23:18.393Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-10-14T10:23:18.393Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-14T10:23:18.393Z] Dload Upload Total Spent Left Speed [2020-10-14T10:23:19.388Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 46054 0 0 100 46054 0 36113 0:00:01 0:00:01 --:--:-- 36120 100 46054 0 0 100 46054 0 36107 0:00:01 0:00:01 --:--:-- 36120 [2020-10-14T10:23:19.388Z] [2020-10-14T10:23:19.388Z] [2020-10-14T10:23:19.388Z] [publishToSwagger] Publishing API Name [system-agent] [2020-10-14T10:23:19.910Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-14T10:23:19.910Z] Dload Upload Total Spent Left Speed [2020-10-14T10:23:20.954Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23725 0 0 100 23725 0 17548 0:00:01 0:00:01 --:--:-- 17548 100 23725 0 0 100 23725 0 17544 0:00:01 0:00:01 --:--:-- 17535 [2020-10-14T10:23:20.954Z] [2020-10-14T10:23:20.954Z] [Pipeline] } [2020-10-14T10:23:20.992Z] 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-14T10:23:34.205Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-14T10:23:34.205Z] . [Pipeline] withDockerContainer [2020-10-14T10:23:34.437Z] prd-centos7-docker-4c-2g-5378 does not seem to be running inside a container [2020-10-14T10:23:34.610Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/188 -v /w/workspace/edgex-go/188:/w/workspace/edgex-go/188:rw,z -v /w/workspace/edgex-go/188@tmp:/w/workspace/edgex-go/188@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-14T10:23:35.965Z] $ docker top 2b79372e5174dabf54c8e7ceb9f8dd125b07b824eabe693bb5348fc1d43130cf -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-14T10:23:36.340Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-14T10:23:36.340Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-14T10:23:36.634Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-14T10:23:36.639Z] $ docker exec 2b79372e5174dabf54c8e7ceb9f8dd125b07b824eabe693bb5348fc1d43130cf ssh-agent [2020-10-14T10:23:36.882Z] SSH_AUTH_SOCK=/tmp/ssh-jGVVSeqobfyi/agent.11 [2020-10-14T10:23:36.882Z] SSH_AGENT_PID=16 [2020-10-14T10:23:36.893Z] Running ssh-add (command line suppressed) [2020-10-14T10:23:37.156Z] Identity added: /w/workspace/edgex-go/188@tmp/private_key_1300089501036363727.key (/w/workspace/edgex-go/188@tmp/private_key_1300089501036363727.key) [2020-10-14T10:23:37.230Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-14T10:23:37.569Z] + git semver tag [2020-10-14T10:23:37.830Z] # -> Open(): unable to determine branch for HEAD [2020-10-14T10:23:37.830Z] # $GIT_DIR = /w/workspace/edgex-go/188/.git [2020-10-14T10:23:37.830Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/188 [2020-10-14T10:23:37.830Z] # $SEMVER_REMOTE_NAME = origin [2020-10-14T10:23:37.830Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-14T10:23:37.830Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-14T10:23:37.830Z] # $SEMVER_BRANCH = master [2020-10-14T10:23:37.830Z] # $SEMVER_DIR = /w/workspace/edgex-go/188/.semver [2020-10-14T10:23:37.830Z] # 75437401aaf0e0f587015af03db21405a724386e HEAD [2020-10-14T10:23:38.404Z] # -> Force: false [2020-10-14T10:23:38.404Z] # 6837a5e6587d921e7f23b72c0c5ff57391b150f3 refs/tags/v1.2.2-dev.73 [Pipeline] } [2020-10-14T10:23:38.418Z] $ docker exec --env ******** --env ******** 2b79372e5174dabf54c8e7ceb9f8dd125b07b824eabe693bb5348fc1d43130cf ssh-agent -k [2020-10-14T10:23:38.593Z] unset SSH_AUTH_SOCK; [2020-10-14T10:23:38.593Z] unset SSH_AGENT_PID; [2020-10-14T10:23:38.593Z] echo Agent pid 16 killed; [2020-10-14T10:23:38.663Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-14T10:23:39.462Z] + git semver [Pipeline] } [2020-10-14T10:23:39.483Z] $ docker stop --time=1 2b79372e5174dabf54c8e7ceb9f8dd125b07b824eabe693bb5348fc1d43130cf [2020-10-14T10:23:41.226Z] $ docker rm -f 2b79372e5174dabf54c8e7ceb9f8dd125b07b824eabe693bb5348fc1d43130cf [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:23:42.007Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-14T10:23:42.007Z] [2020-10-14T10:23:42.007Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:23:42.400Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-14T10:23:42.400Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-10-14T10:23:42.400Z] ab5ef0e58194: Pulling fs layer [2020-10-14T10:23:42.400Z] 9712f1f96733: Pulling fs layer [2020-10-14T10:23:42.400Z] 63f879dbbcfc: Pulling fs layer [2020-10-14T10:23:42.400Z] 0d9ebad4ef96: Pulling fs layer [2020-10-14T10:23:42.400Z] e9a5061849ea: Pulling fs layer [2020-10-14T10:23:42.400Z] d747dcd14b5f: Pulling fs layer [2020-10-14T10:23:42.400Z] 2de7ff778b66: Pulling fs layer [2020-10-14T10:23:42.400Z] e9a5061849ea: Waiting [2020-10-14T10:23:42.400Z] d747dcd14b5f: Waiting [2020-10-14T10:23:42.400Z] 2de7ff778b66: Waiting [2020-10-14T10:23:42.400Z] 0d9ebad4ef96: Waiting [2020-10-14T10:23:42.400Z] 9712f1f96733: Verifying Checksum [2020-10-14T10:23:42.400Z] 9712f1f96733: Download complete [2020-10-14T10:23:47.907Z] 63f879dbbcfc: Verifying Checksum [2020-10-14T10:23:47.907Z] 63f879dbbcfc: Download complete [2020-10-14T10:23:47.907Z] e9a5061849ea: Verifying Checksum [2020-10-14T10:23:47.907Z] e9a5061849ea: Download complete [2020-10-14T10:23:47.907Z] d747dcd14b5f: Verifying Checksum [2020-10-14T10:23:47.907Z] d747dcd14b5f: Download complete [2020-10-14T10:23:49.355Z] 0d9ebad4ef96: Verifying Checksum [2020-10-14T10:23:49.355Z] 0d9ebad4ef96: Download complete [2020-10-14T10:23:49.355Z] 2de7ff778b66: Download complete [2020-10-14T10:23:49.355Z] ab5ef0e58194: Verifying Checksum [2020-10-14T10:23:49.355Z] ab5ef0e58194: Download complete [2020-10-14T10:23:56.262Z] ab5ef0e58194: Pull complete [2020-10-14T10:23:56.262Z] 9712f1f96733: Pull complete [2020-10-14T10:23:58.963Z] 63f879dbbcfc: Pull complete [2020-10-14T10:24:07.421Z] 0d9ebad4ef96: Pull complete [2020-10-14T10:24:09.425Z] e9a5061849ea: Pull complete [2020-10-14T10:24:09.425Z] d747dcd14b5f: Pull complete [2020-10-14T10:24:13.753Z] 2de7ff778b66: Pull complete [2020-10-14T10:24:13.753Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-10-14T10:24:13.753Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-14T10:24:13.753Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-10-14T10:24:14.034Z] prd-centos7-docker-4c-2g-5378 does not seem to be running inside a container [2020-10-14T10:24:14.109Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/188 -v /w/workspace/edgex-go/188:/w/workspace/edgex-go/188:rw,z -v /w/workspace/edgex-go/188@tmp:/w/workspace/edgex-go/188@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-14T10:24:17.905Z] $ docker top afbe30d527a86eff1c62219aff73f6ab51bc50886ebccc63933a3fb1545c6a05 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-10-14T10:24:18.427Z] provisioning config files... [2020-10-14T10:24:18.444Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/188@tmp/config8538410946520141823tmp [2020-10-14T10:24:18.495Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/188@tmp/config2630387365737995471tmp [2020-10-14T10:24:18.518Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/188@tmp/config1220385163108131633tmp [Pipeline] { [Pipeline] echo [2020-10-14T10:24:18.576Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-14T10:24:18.894Z] ---> sigul-configuration.sh [2020-10-14T10:24:19.160Z] gpg: directory `/root/.gnupg' created [2020-10-14T10:24:19.160Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-10-14T10:24:19.160Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-10-14T10:24:19.160Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-10-14T10:24:19.160Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-10-14T10:24:19.160Z] gpg: CAST5 encrypted data [2020-10-14T10:24:19.160Z] gpg: encrypted with 1 passphrase [2020-10-14T10:24:19.160Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-10-14T10:24:19.919Z] + mkdir /home/jenkins [2020-10-14T10:24:19.919Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-10-14T10:24:20.588Z] + 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-14T10:24:20.620Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-14T10:24:21.029Z] ---> sigul-install.sh [2020-10-14T10:24:27.691Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-10-14T10:24:28.294Z] + git tag --list [2020-10-14T10:24:28.294Z] 0.6.0 [2020-10-14T10:24:28.294Z] 0.6.1 [2020-10-14T10:24:28.294Z] 0.7.0 [2020-10-14T10:24:28.294Z] 0.7.1 [2020-10-14T10:24:28.294Z] v1.0.0 [2020-10-14T10:24:28.294Z] v1.0.1 [2020-10-14T10:24:28.294Z] v1.1.0 [2020-10-14T10:24:28.294Z] v1.2.0 [2020-10-14T10:24:28.294Z] v1.2.1 [2020-10-14T10:24:28.294Z] v1.2.2-dev.1 [2020-10-14T10:24:28.294Z] v1.2.2-dev.10 [2020-10-14T10:24:28.294Z] v1.2.2-dev.11 [2020-10-14T10:24:28.294Z] v1.2.2-dev.12 [2020-10-14T10:24:28.294Z] v1.2.2-dev.13 [2020-10-14T10:24:28.294Z] v1.2.2-dev.14 [2020-10-14T10:24:28.294Z] v1.2.2-dev.15 [2020-10-14T10:24:28.294Z] v1.2.2-dev.16 [2020-10-14T10:24:28.294Z] v1.2.2-dev.17 [2020-10-14T10:24:28.294Z] v1.2.2-dev.18 [2020-10-14T10:24:28.294Z] v1.2.2-dev.19 [2020-10-14T10:24:28.294Z] v1.2.2-dev.2 [2020-10-14T10:24:28.294Z] v1.2.2-dev.20 [2020-10-14T10:24:28.294Z] v1.2.2-dev.21 [2020-10-14T10:24:28.294Z] v1.2.2-dev.22 [2020-10-14T10:24:28.294Z] v1.2.2-dev.23 [2020-10-14T10:24:28.294Z] v1.2.2-dev.24 [2020-10-14T10:24:28.294Z] v1.2.2-dev.25 [2020-10-14T10:24:28.294Z] v1.2.2-dev.26 [2020-10-14T10:24:28.294Z] v1.2.2-dev.27 [2020-10-14T10:24:28.294Z] v1.2.2-dev.28 [2020-10-14T10:24:28.294Z] v1.2.2-dev.29 [2020-10-14T10:24:28.294Z] v1.2.2-dev.3 [2020-10-14T10:24:28.294Z] v1.2.2-dev.30 [2020-10-14T10:24:28.294Z] v1.2.2-dev.31 [2020-10-14T10:24:28.294Z] v1.2.2-dev.32 [2020-10-14T10:24:28.294Z] v1.2.2-dev.33 [2020-10-14T10:24:28.294Z] v1.2.2-dev.34 [2020-10-14T10:24:28.294Z] v1.2.2-dev.35 [2020-10-14T10:24:28.294Z] v1.2.2-dev.36 [2020-10-14T10:24:28.294Z] v1.2.2-dev.37 [2020-10-14T10:24:28.294Z] v1.2.2-dev.38 [2020-10-14T10:24:28.294Z] v1.2.2-dev.39 [2020-10-14T10:24:28.294Z] v1.2.2-dev.4 [2020-10-14T10:24:28.294Z] v1.2.2-dev.40 [2020-10-14T10:24:28.294Z] v1.2.2-dev.41 [2020-10-14T10:24:28.294Z] v1.2.2-dev.42 [2020-10-14T10:24:28.294Z] v1.2.2-dev.43 [2020-10-14T10:24:28.294Z] v1.2.2-dev.44 [2020-10-14T10:24:28.294Z] v1.2.2-dev.45 [2020-10-14T10:24:28.294Z] v1.2.2-dev.46 [2020-10-14T10:24:28.294Z] v1.2.2-dev.47 [2020-10-14T10:24:28.294Z] v1.2.2-dev.48 [2020-10-14T10:24:28.294Z] v1.2.2-dev.49 [2020-10-14T10:24:28.294Z] v1.2.2-dev.5 [2020-10-14T10:24:28.294Z] v1.2.2-dev.50 [2020-10-14T10:24:28.294Z] v1.2.2-dev.51 [2020-10-14T10:24:28.294Z] v1.2.2-dev.52 [2020-10-14T10:24:28.294Z] v1.2.2-dev.53 [2020-10-14T10:24:28.294Z] v1.2.2-dev.54 [2020-10-14T10:24:28.294Z] v1.2.2-dev.55 [2020-10-14T10:24:28.294Z] v1.2.2-dev.56 [2020-10-14T10:24:28.294Z] v1.2.2-dev.57 [2020-10-14T10:24:28.294Z] v1.2.2-dev.58 [2020-10-14T10:24:28.294Z] v1.2.2-dev.59 [2020-10-14T10:24:28.294Z] v1.2.2-dev.6 [2020-10-14T10:24:28.294Z] v1.2.2-dev.60 [2020-10-14T10:24:28.294Z] v1.2.2-dev.61 [2020-10-14T10:24:28.294Z] v1.2.2-dev.62 [2020-10-14T10:24:28.294Z] v1.2.2-dev.63 [2020-10-14T10:24:28.294Z] v1.2.2-dev.64 [2020-10-14T10:24:28.294Z] v1.2.2-dev.65 [2020-10-14T10:24:28.294Z] v1.2.2-dev.66 [2020-10-14T10:24:28.294Z] v1.2.2-dev.67 [2020-10-14T10:24:28.294Z] v1.2.2-dev.68 [2020-10-14T10:24:28.294Z] v1.2.2-dev.69 [2020-10-14T10:24:28.294Z] v1.2.2-dev.7 [2020-10-14T10:24:28.294Z] v1.2.2-dev.70 [2020-10-14T10:24:28.294Z] v1.2.2-dev.71 [2020-10-14T10:24:28.294Z] v1.2.2-dev.72 [2020-10-14T10:24:28.294Z] v1.2.2-dev.73 [2020-10-14T10:24:28.294Z] v1.2.2-dev.8 [2020-10-14T10:24:28.294Z] v1.2.2-dev.9 [Pipeline] sh [2020-10-14T10:24:28.698Z] + lftools sign git-tag v1.2.2-dev.73 [2020-10-14T10:24:30.646Z] Signing Git tag with Sigul... [2020-10-14T10:24:30.646Z] Signing v1.2.2-dev.73 [Pipeline] echo [2020-10-14T10:24:32.126Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-14T10:24:32.817Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-10-14T10:24:32.832Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-10-14T10:24:32.945Z] $ docker stop --time=1 afbe30d527a86eff1c62219aff73f6ab51bc50886ebccc63933a3fb1545c6a05 [2020-10-14T10:24:35.132Z] $ docker rm -f afbe30d527a86eff1c62219aff73f6ab51bc50886ebccc63933a3fb1545c6a05 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:24:36.146Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-14T10:24:36.146Z] . [Pipeline] withDockerContainer [2020-10-14T10:24:36.280Z] prd-centos7-docker-4c-2g-5378 does not seem to be running inside a container [2020-10-14T10:24:36.354Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/188 -v /w/workspace/edgex-go/188:/w/workspace/edgex-go/188:rw,z -v /w/workspace/edgex-go/188@tmp:/w/workspace/edgex-go/188@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-14T10:24:37.423Z] $ docker top f02cc6b5b242f3da85819b4675bbe75b15c846e48e7a135b3db930a76de4650f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-14T10:24:37.808Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-14T10:24:37.808Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-14T10:24:38.713Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-14T10:24:38.720Z] $ docker exec f02cc6b5b242f3da85819b4675bbe75b15c846e48e7a135b3db930a76de4650f ssh-agent [2020-10-14T10:24:39.045Z] SSH_AUTH_SOCK=/tmp/ssh-B2QFsG9O4dW9/agent.12 [2020-10-14T10:24:39.045Z] SSH_AGENT_PID=17 [2020-10-14T10:24:39.087Z] Running ssh-add (command line suppressed) [2020-10-14T10:24:39.278Z] Identity added: /w/workspace/edgex-go/188@tmp/private_key_5406129592646049877.key (/w/workspace/edgex-go/188@tmp/private_key_5406129592646049877.key) [2020-10-14T10:24:39.350Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-14T10:24:39.760Z] + git semver bump pre [2020-10-14T10:24:40.026Z] # -> Open(): unable to determine branch for HEAD [2020-10-14T10:24:40.026Z] # $GIT_DIR = /w/workspace/edgex-go/188/.git [2020-10-14T10:24:40.026Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/188 [2020-10-14T10:24:40.026Z] # $SEMVER_REMOTE_NAME = origin [2020-10-14T10:24:40.026Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-14T10:24:40.026Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-14T10:24:40.026Z] # $SEMVER_BRANCH = master [2020-10-14T10:24:40.026Z] # $SEMVER_DIR = /w/workspace/edgex-go/188/.semver [2020-10-14T10:24:40.026Z] 1.2.2-dev.74 [Pipeline] } [2020-10-14T10:24:40.045Z] $ docker exec --env ******** --env ******** f02cc6b5b242f3da85819b4675bbe75b15c846e48e7a135b3db930a76de4650f ssh-agent -k [2020-10-14T10:24:40.376Z] unset SSH_AUTH_SOCK; [2020-10-14T10:24:40.376Z] unset SSH_AGENT_PID; [2020-10-14T10:24:40.376Z] echo Agent pid 17 killed; [2020-10-14T10:24:40.507Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-14T10:24:41.105Z] + git semver [Pipeline] } [2020-10-14T10:24:41.422Z] $ docker stop --time=1 f02cc6b5b242f3da85819b4675bbe75b15c846e48e7a135b3db930a76de4650f [2020-10-14T10:24:43.232Z] $ docker rm -f f02cc6b5b242f3da85819b4675bbe75b15c846e48e7a135b3db930a76de4650f [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-14T10:24:43.832Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-14T10:24:43.832Z] . [Pipeline] withDockerContainer [2020-10-14T10:24:44.054Z] prd-centos7-docker-4c-2g-5378 does not seem to be running inside a container [2020-10-14T10:24:44.197Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/188 -v /w/workspace/edgex-go/188:/w/workspace/edgex-go/188:rw,z -v /w/workspace/edgex-go/188@tmp:/w/workspace/edgex-go/188@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-14T10:24:45.171Z] $ docker top 6f89f35b3bde30000d3aa941cd6b131019321685cae63f72ac77d6c5ca1b741a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-14T10:24:45.560Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-14T10:24:45.560Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-14T10:24:45.860Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-14T10:24:45.866Z] $ docker exec 6f89f35b3bde30000d3aa941cd6b131019321685cae63f72ac77d6c5ca1b741a ssh-agent [2020-10-14T10:24:46.124Z] SSH_AUTH_SOCK=/tmp/ssh-rV7jcVGnnEph/agent.13 [2020-10-14T10:24:46.124Z] SSH_AGENT_PID=18 [2020-10-14T10:24:46.134Z] Running ssh-add (command line suppressed) [2020-10-14T10:24:46.314Z] Identity added: /w/workspace/edgex-go/188@tmp/private_key_4810798013429992381.key (/w/workspace/edgex-go/188@tmp/private_key_4810798013429992381.key) [2020-10-14T10:24:46.729Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-14T10:24:47.067Z] + git semver push [2020-10-14T10:24:47.067Z] # -> Open(): unable to determine branch for HEAD [2020-10-14T10:24:47.067Z] # $GIT_DIR = /w/workspace/edgex-go/188/.git [2020-10-14T10:24:47.068Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/188 [2020-10-14T10:24:47.068Z] # $SEMVER_REMOTE_NAME = origin [2020-10-14T10:24:47.068Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-14T10:24:47.068Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-14T10:24:47.068Z] # $SEMVER_BRANCH = master [2020-10-14T10:24:47.068Z] # $SEMVER_DIR = /w/workspace/edgex-go/188/.semver [Pipeline] } [2020-10-14T10:24:59.431Z] $ docker exec --env ******** --env ******** 6f89f35b3bde30000d3aa941cd6b131019321685cae63f72ac77d6c5ca1b741a ssh-agent -k [2020-10-14T10:25:00.014Z] unset SSH_AUTH_SOCK; [2020-10-14T10:25:00.014Z] unset SSH_AGENT_PID; [2020-10-14T10:25:00.014Z] echo Agent pid 18 killed; [2020-10-14T10:25:00.165Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-14T10:25:01.216Z] + git semver [Pipeline] } [2020-10-14T10:25:01.243Z] $ docker stop --time=1 6f89f35b3bde30000d3aa941cd6b131019321685cae63f72ac77d6c5ca1b741a [2020-10-14T10:25:02.918Z] $ docker rm -f 6f89f35b3bde30000d3aa941cd6b131019321685cae63f72ac77d6c5ca1b741a [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-14T10:25:04.002Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-14T10:25:04.924Z] ---> package-listing.sh [2020-10-14T10:25:04.924Z] ++ facter osfamily [2020-10-14T10:25:04.924Z] ++ tr '[:upper:]' '[:lower:]' [2020-10-14T10:25:05.190Z] + OS_FAMILY=redhat [2020-10-14T10:25:05.190Z] + workspace=/w/workspace/edgex-go/188 [2020-10-14T10:25:05.190Z] + START_PACKAGES=/tmp/packages_start.txt [2020-10-14T10:25:05.190Z] + END_PACKAGES=/tmp/packages_end.txt [2020-10-14T10:25:05.190Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-10-14T10:25:05.190Z] + PACKAGES=/tmp/packages_start.txt [2020-10-14T10:25:05.190Z] + '[' /w/workspace/edgex-go/188 ']' [2020-10-14T10:25:05.190Z] + PACKAGES=/tmp/packages_end.txt [2020-10-14T10:25:05.190Z] + case "${OS_FAMILY}" in [2020-10-14T10:25:05.190Z] + sort [2020-10-14T10:25:05.190Z] + rpm -qa [2020-10-14T10:25:10.570Z] + '[' -f /tmp/packages_start.txt ']' [2020-10-14T10:25:10.570Z] + '[' -f /tmp/packages_end.txt ']' [2020-10-14T10:25:10.570Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-10-14T10:25:10.570Z] + '[' /w/workspace/edgex-go/188 ']' [2020-10-14T10:25:10.570Z] + mkdir -p /w/workspace/edgex-go/188/archives/ [2020-10-14T10:25:10.570Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/188/archives/ [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-14T10:25:10.909Z] provisioning config files... [2020-10-14T10:25:10.938Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/188@tmp/config1807754384204850674tmp [Pipeline] { [Pipeline] echo [2020-10-14T10:25:11.100Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-14T10:25:11.427Z] ---> create-netrc.sh [Pipeline] } [2020-10-14T10:25:11.440Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-10-14T10:25:11.531Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-14T10:25:11.874Z] ---> python-tools-install.sh [2020-10-14T10:25:11.874Z] Generating Requirements File [2020-10-14T10:27:03.761Z] Python 3.6.8 [2020-10-14T10:27:03.762Z] pip 20.2.3 from /home/jenkins/.local/lib/python3.6/site-packages/pip (python 3.6) [2020-10-14T10:27:03.762Z] appdirs==1.4.3 [2020-10-14T10:27:03.762Z] argcomplete==1.12.1 [2020-10-14T10:27:03.762Z] aspy.yaml==1.3.0 [2020-10-14T10:27:03.762Z] attrs==19.3.0 [2020-10-14T10:27:03.762Z] Babel==2.8.0 [2020-10-14T10:27:03.762Z] beautifulsoup4==4.8.2 [2020-10-14T10:27:03.762Z] boto3==1.11.6 [2020-10-14T10:27:03.762Z] botocore==1.14.6 [2020-10-14T10:27:03.762Z] bs4==0.0.1 [2020-10-14T10:27:03.762Z] cachetools==4.1.1 [2020-10-14T10:27:03.762Z] certifi==2019.11.28 [2020-10-14T10:27:03.762Z] cffi==1.14.3 [2020-10-14T10:27:03.762Z] cfgv==2.0.1 [2020-10-14T10:27:03.762Z] chardet==3.0.4 [2020-10-14T10:27:03.762Z] click==7.1 [2020-10-14T10:27:03.762Z] cliff==3.4.0 [2020-10-14T10:27:03.762Z] cmd2==1.3.11 [2020-10-14T10:27:03.762Z] colorama==0.4.4 [2020-10-14T10:27:03.762Z] cryptography==3.1.1 [2020-10-14T10:27:03.762Z] debtcollector==2.2.0 [2020-10-14T10:27:03.762Z] decorator==4.4.2 [2020-10-14T10:27:03.762Z] defusedxml==0.6.0 [2020-10-14T10:27:03.762Z] Deprecated==1.2.7 [2020-10-14T10:27:03.762Z] distlib==0.3.1 [2020-10-14T10:27:03.762Z] distro==1.2.0 [2020-10-14T10:27:03.762Z] dnspython==1.16.0 [2020-10-14T10:27:03.762Z] docker==4.2.0 [2020-10-14T10:27:03.762Z] docutils==0.15.2 [2020-10-14T10:27:03.762Z] dogpile.cache==1.0.2 [2020-10-14T10:27:03.762Z] email-validator==1.0.5 [2020-10-14T10:27:03.762Z] filelock==3.0.12 [2020-10-14T10:27:03.762Z] future==0.18.2 [2020-10-14T10:27:03.762Z] google-auth==1.22.1 [2020-10-14T10:27:03.762Z] httplib2==0.17.0 [2020-10-14T10:27:03.762Z] identify==1.4.11 [2020-10-14T10:27:03.762Z] idna==2.9 [2020-10-14T10:27:03.762Z] importlib-metadata==2.0.0 [2020-10-14T10:27:03.762Z] importlib-resources==1.5.0 [2020-10-14T10:27:03.762Z] iso8601==0.1.13 [2020-10-14T10:27:03.762Z] Jinja2==2.11.1 [2020-10-14T10:27:03.762Z] jmespath==0.10.0 [2020-10-14T10:27:03.762Z] jsonpatch==1.26 [2020-10-14T10:27:03.762Z] jsonpointer==2.0 [2020-10-14T10:27:03.762Z] jsonschema==3.2.0 [2020-10-14T10:27:03.762Z] keystoneauth1==4.2.1 [2020-10-14T10:27:03.762Z] kubernetes==11.0.0 [2020-10-14T10:27:03.762Z] lftools==0.34.2 [2020-10-14T10:27:03.762Z] lxml==4.5.0 [2020-10-14T10:27:03.762Z] MarkupSafe==0.23 [2020-10-14T10:27:03.762Z] msgpack==1.0.0 [2020-10-14T10:27:03.762Z] multi-key-dict==2.0.3 [2020-10-14T10:27:03.762Z] munch==2.5.0 [2020-10-14T10:27:03.762Z] netaddr==0.8.0 [2020-10-14T10:27:03.762Z] netifaces==0.10.9 [2020-10-14T10:27:03.762Z] niet==1.4.2 [2020-10-14T10:27:03.762Z] nodeenv==1.3.5 [2020-10-14T10:27:03.762Z] oauth2client==4.1.3 [2020-10-14T10:27:03.762Z] oauthlib==3.1.0 [2020-10-14T10:27:03.762Z] openstacksdk==0.50.0 [2020-10-14T10:27:03.762Z] os-client-config==2.1.0 [2020-10-14T10:27:03.762Z] os-service-types==1.7.0 [2020-10-14T10:27:03.762Z] osc-lib==2.2.1 [2020-10-14T10:27:03.762Z] oslo.config==8.3.2 [2020-10-14T10:27:03.762Z] oslo.context==3.1.1 [2020-10-14T10:27:03.762Z] oslo.i18n==5.0.1 [2020-10-14T10:27:03.762Z] oslo.log==4.4.0 [2020-10-14T10:27:03.762Z] oslo.serialization==4.0.1 [2020-10-14T10:27:03.762Z] oslo.utils==4.6.0 [2020-10-14T10:27:03.762Z] packaging==20.4 [2020-10-14T10:27:03.762Z] pbr==5.4.4 [2020-10-14T10:27:03.762Z] pluggy==0.13.1 [2020-10-14T10:27:03.762Z] prettytable==0.7.2 [2020-10-14T10:27:03.762Z] py==1.9.0 [2020-10-14T10:27:03.762Z] pyasn1==0.4.8 [2020-10-14T10:27:03.762Z] pyasn1-modules==0.2.8 [2020-10-14T10:27:03.762Z] pycparser==2.20 [2020-10-14T10:27:03.762Z] pygerrit2==2.0.10 [2020-10-14T10:27:03.762Z] PyGithub==1.46 [2020-10-14T10:27:03.762Z] pyinotify==0.9.6 [2020-10-14T10:27:03.762Z] PyJWT==1.7.1 [2020-10-14T10:27:03.762Z] pyparsing==2.4.7 [2020-10-14T10:27:03.762Z] pyperclip==1.8.1 [2020-10-14T10:27:03.762Z] pyroute2==0.4.13 [2020-10-14T10:27:03.762Z] pyrsistent==0.15.7 [2020-10-14T10:27:03.762Z] PySocks==1.6.8 [2020-10-14T10:27:03.762Z] python-cinderclient==7.2.0 [2020-10-14T10:27:03.762Z] python-dateutil==2.8.1 [2020-10-14T10:27:03.762Z] python-heatclient==2.2.1 [2020-10-14T10:27:03.762Z] python-jenkins==1.7.0 [2020-10-14T10:27:03.762Z] python-keystoneclient==4.1.1 [2020-10-14T10:27:03.762Z] python-magnumclient==3.2.1 [2020-10-14T10:27:03.762Z] python-novaclient==17.2.1 [2020-10-14T10:27:03.762Z] python-openstackclient==5.4.0 [2020-10-14T10:27:03.762Z] python-swiftclient==3.10.1 [2020-10-14T10:27:03.762Z] pytz==2020.1 [2020-10-14T10:27:03.762Z] PyYAML==5.3 [2020-10-14T10:27:03.762Z] requests==2.23.0 [2020-10-14T10:27:03.762Z] requests-oauthlib==1.3.0 [2020-10-14T10:27:03.762Z] requestsexceptions==1.4.0 [2020-10-14T10:27:03.762Z] rfc3986==1.4.0 [2020-10-14T10:27:03.762Z] rpm==4.11.3 [2020-10-14T10:27:03.762Z] rsa==4.0 [2020-10-14T10:27:03.762Z] ruamel.yaml==0.16.10 [2020-10-14T10:27:03.762Z] ruamel.yaml.clib==0.2.0 [2020-10-14T10:27:03.762Z] s3transfer==0.3.3 [2020-10-14T10:27:03.762Z] shade==1.27.2 [2020-10-14T10:27:03.762Z] simplejson==3.17.2 [2020-10-14T10:27:03.762Z] six==1.14.0 [2020-10-14T10:27:03.762Z] soupsieve==2.0 [2020-10-14T10:27:03.762Z] stevedore==3.2.2 [2020-10-14T10:27:03.762Z] tabulate==0.8.6 [2020-10-14T10:27:03.762Z] toml==0.10.0 [2020-10-14T10:27:03.762Z] tox==3.20.1 [2020-10-14T10:27:03.762Z] tqdm==4.43.0 [2020-10-14T10:27:03.762Z] urllib3==1.25.8 [2020-10-14T10:27:03.762Z] virtualenv==20.0.34 [2020-10-14T10:27:03.762Z] wcwidth==0.2.5 [2020-10-14T10:27:03.762Z] websocket-client==0.57.0 [2020-10-14T10:27:03.762Z] wrapt==1.12.1 [2020-10-14T10:27:03.762Z] xdg==3.0.2 [2020-10-14T10:27:03.762Z] xmltodict==0.12.0 [2020-10-14T10:27:03.762Z] yq==2.11.1 [2020-10-14T10:27:03.762Z] zipp==3.3.0 [2020-10-14T10:27:03.762Z] Cache entry deserialization failed, entry ignored [2020-10-14T10:27:07.347Z] 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-14T10:27:11.791Z] Python 2.7.5 [2020-10-14T10:27:12.378Z] pip 20.2.3 from /home/jenkins/.local/lib/python2.7/site-packages/pip (python 2.7) [2020-10-14T10:27:12.992Z] 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-14T10:27:13.420Z] ansible==2.9.7 [2020-10-14T10:27:13.420Z] Babel==0.9.6 [2020-10-14T10:27:13.420Z] backports.ssl-match-hostname==3.5.0.1 [2020-10-14T10:27:13.420Z] beautifulsoup4==4.4.1 [2020-10-14T10:27:13.420Z] bodhi==2.11.0 [2020-10-14T10:27:13.420Z] bodhi-client==2.11.0 [2020-10-14T10:27:13.420Z] CCColUtils==1.4 [2020-10-14T10:27:13.420Z] cffi==1.6.0 [2020-10-14T10:27:13.420Z] chardet==2.2.1 [2020-10-14T10:27:13.420Z] click==6.7 [2020-10-14T10:27:13.420Z] cloud-init==18.5 [2020-10-14T10:27:13.420Z] configobj==4.7.2 [2020-10-14T10:27:13.420Z] cryptography==1.7.2 [2020-10-14T10:27:13.420Z] decorator==3.4.0 [2020-10-14T10:27:13.420Z] distro==1.2.0 [2020-10-14T10:27:13.420Z] enum34==1.0.4 [2020-10-14T10:27:13.420Z] fedpkg==1.38 [2020-10-14T10:27:13.420Z] futures==3.1.1 [2020-10-14T10:27:13.420Z] gitdb==0.6.4 [2020-10-14T10:27:13.420Z] GitPython==1.0.1 [2020-10-14T10:27:13.420Z] html5lib==0.999 [2020-10-14T10:27:13.420Z] httplib2==0.9.2 [2020-10-14T10:27:13.420Z] idna==2.4 [2020-10-14T10:27:13.420Z] iniparse==0.4 [2020-10-14T10:27:13.420Z] ipaddress==1.0.16 [2020-10-14T10:27:13.420Z] IPy==0.75 [2020-10-14T10:27:13.420Z] javapackages==1.0.0 [2020-10-14T10:27:13.420Z] Jinja2==2.7.2 [2020-10-14T10:27:13.420Z] jmespath==0.9.4 [2020-10-14T10:27:13.420Z] jsonpatch==1.2 [2020-10-14T10:27:13.420Z] jsonpointer==1.9 [2020-10-14T10:27:13.420Z] kerberos==1.1 [2020-10-14T10:27:13.420Z] kitchen==1.1.1 [2020-10-14T10:27:13.420Z] langtable==0.0.31 [2020-10-14T10:27:13.420Z] lockfile==0.9.1 [2020-10-14T10:27:13.420Z] lxml==3.2.1 [2020-10-14T10:27:13.420Z] MarkupSafe==0.11 [2020-10-14T10:27:13.420Z] munch==2.0.2 [2020-10-14T10:27:13.420Z] offtrac==0.1.0 [2020-10-14T10:27:13.420Z] openidc-client==0.6.0 [2020-10-14T10:27:13.420Z] packagedb-cli==2.14.1 [2020-10-14T10:27:13.420Z] paramiko==2.1.1 [2020-10-14T10:27:13.420Z] perf==0.1 [2020-10-14T10:27:13.420Z] ply==3.4 [2020-10-14T10:27:13.420Z] policycoreutils-default-encoding==0.1 [2020-10-14T10:27:13.420Z] prettytable==0.7.2 [2020-10-14T10:27:13.420Z] pyasn1==0.1.9 [2020-10-14T10:27:13.420Z] pycparser==2.14 [2020-10-14T10:27:13.420Z] pycurl==7.19.0 [2020-10-14T10:27:13.420Z] pygobject==3.22.0 [2020-10-14T10:27:13.420Z] pygpgme==0.3 [2020-10-14T10:27:13.420Z] pyliblzma==0.5.3 [2020-10-14T10:27:13.420Z] pyOpenSSL==0.13.1 [2020-10-14T10:27:13.420Z] pyparsing==1.5.6 [2020-10-14T10:27:13.420Z] pyserial==2.6 [2020-10-14T10:27:13.420Z] python-augeas==0.5.0 [2020-10-14T10:27:13.420Z] python-bugzilla==2.3.0 [2020-10-14T10:27:13.420Z] python-dateutil==1.5 [2020-10-14T10:27:13.420Z] python-fedora==0.10.0 [2020-10-14T10:27:13.420Z] python-linux-procfs==0.4.9 [2020-10-14T10:27:13.420Z] python-yubico==1.2.3 [2020-10-14T10:27:13.420Z] pyudev==0.15 [2020-10-14T10:27:13.420Z] pyusb==1.0.0b1 [2020-10-14T10:27:13.420Z] pyxattr==0.5.1 [2020-10-14T10:27:13.420Z] PyYAML==3.10 [2020-10-14T10:27:13.420Z] requests==2.6.0 [2020-10-14T10:27:13.420Z] requests-kerberos==0.7.0 [2020-10-14T10:27:13.420Z] rpkg==1.60 [2020-10-14T10:27:13.420Z] schedutils==0.4 [2020-10-14T10:27:13.420Z] seobject==0.1 [2020-10-14T10:27:13.420Z] sepolicy==1.1 [2020-10-14T10:27:13.420Z] six==1.9.0 [2020-10-14T10:27:13.420Z] smmap==0.9.0 [2020-10-14T10:27:13.420Z] urlgrabber==3.10 [2020-10-14T10:27:13.420Z] urllib3==1.10.2 [2020-10-14T10:27:13.420Z] virtualenv==15.1.0 [2020-10-14T10:27:13.420Z] yum-langpacks==0.4.2 [2020-10-14T10:27:13.420Z] yum-metadata-parser==1.1.4 [Pipeline] echo [2020-10-14T10:27:13.473Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-14T10:27:13.901Z] ---> sudo-logs.sh [2020-10-14T10:27:13.901Z] Archiving 'sudo' log.. [Pipeline] echo [2020-10-14T10:27:14.513Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-14T10:27:14.926Z] ---> job-cost.sh [2020-10-14T10:27:14.926Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-eeRN [2020-10-14T10:27:30.135Z] Cache entry deserialization failed, entry ignored [2020-10-14T10:27:30.135Z] Cache entry deserialization failed, entry ignored [2020-10-14T10:27:30.730Z] Cache entry deserialization failed, entry ignored [2020-10-14T10:27:31.002Z] Cache entry deserialization failed, entry ignored [2020-10-14T10:27:31.002Z] Cache entry deserialization failed, entry ignored [2020-10-14T10:27:31.266Z] Cache entry deserialization failed, entry ignored [2020-10-14T10:27:31.534Z] Cache entry deserialization failed, entry ignored [2020-10-14T10:27:31.796Z] Cache entry deserialization failed, entry ignored [2020-10-14T10:27:32.749Z] Cache entry deserialization failed, entry ignored [2020-10-14T10:27:32.749Z] Cache entry deserialization failed, entry ignored [2020-10-14T10:27:32.749Z] Cache entry deserialization failed, entry ignored [2020-10-14T10:27:33.014Z] Cache entry deserialization failed, entry ignored [2020-10-14T10:27:33.014Z] Cache entry deserialization failed, entry ignored [2020-10-14T10:27:36.349Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2020-10-14T10:28:15.344Z] lf-activate-venv(): INFO: Adding /tmp/venv-eeRN/bin to PATH [2020-10-14T10:28:15.344Z] INFO: No Stack... [2020-10-14T10:28:15.344Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-10-14T10:28:15.344Z] INFO: Archiving Costs [Pipeline] echo [2020-10-14T10:28:15.373Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-14T10:28:15.706Z] ---> logs-deploy.sh [2020-10-14T10:28:15.706Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/188 [2020-10-14T10:28:15.706Z] INFO: archiving workspace using pattern(s): [2020-10-14T10:28:18.284Z] Archives upload complete. [2020-10-14T10:28:18.284Z] INFO: archiving logs to Nexus