Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 151af978cf25de30735135da97f91b1f15ae3e78 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision f3f382fce060f16c10d6f597981912fab355381a Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision f3f382fce060f16c10d6f597981912fab355381a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision f3f382fce060f16c10d6f597981912fab355381a (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f3f382fce060f16c10d6f597981912fab355381a # timeout=10 Commit message: "Merge pull request #282 from ernestojeda/catch-log-publishing-errors" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-3642’ is offline Running on prd-centos7-docker-4c-2g-8911 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/212 [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/212 # 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 151af978cf25de30735135da97f91b1f15ae3e78 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 151af978cf25de30735135da97f91b1f15ae3e78 # timeout=10 Commit message: "feat(data): Implement GET /event/device/name/{name} V2 API (#2847)" > git rev-list --no-walk 2a86d860cf369141c507c16492d2a148a24443a3 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-10-26T16:05:48.735Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-10-26T16:05:49.049Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-10-26T16:05:49.150Z] ========================================================= [2020-10-26T16:05:49.150Z] EdgeX Global Pipelines Version Info [2020-10-26T16:05:49.150Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-10-26T16:05:50.768Z] ------------------- [2020-10-26T16:05:50.768Z] stable info: [2020-10-26T16:05:50.768Z] ------------------- [2020-10-26T16:05:50.768Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-26T16:05:50.768Z] Commit SHA: f3f382fce060f16c10d6f597981912fab355381a [2020-10-26T16:05:50.768Z] Message: update stable to v1.0.148 [2020-10-26T16:05:51.716Z] ------------------- [2020-10-26T16:05:51.716Z] experimental info: [2020-10-26T16:05:51.716Z] ------------------- [2020-10-26T16:05:51.716Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-10-26T16:05:51.716Z] Commit SHA: 2701555fd48d7f7017006eef04e32eb767bac8dc [2020-10-26T16:05:51.716Z] Message: update experimental to v1.0.151 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-10-26T16:05:52.042Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-10-26T16:05:52.156Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-10-26T16:05:52.259Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-10-26T16:05:52.360Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-10-26T16:05:52.451Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-10-26T16:05:52.674Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-10-26T16:05:52.772Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-10-26T16:05:52.860Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-10-26T16:05:52.992Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-10-26T16:05:53.086Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-10-26T16:05:53.180Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-10-26T16:05:53.270Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-10-26T16:05:53.359Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-10-26T16:05:53.449Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-10-26T16:05:53.542Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-10-26T16:05:53.636Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-10-26T16:05:53.722Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-10-26T16:05:53.811Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-10-26T16:05:53.936Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-10-26T16:05:54.028Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-10-26T16:05:54.117Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-10-26T16:05:54.205Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-10-26T16:05:54.319Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-10-26T16:05:54.448Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-10-26T16:05:54.553Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 151af978cf25de30735135da97f91b1f15ae3e78 [Pipeline] echo [2020-10-26T16:05:54.643Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 151af97 [Pipeline] echo [2020-10-26T16:05:54.762Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] sh [2020-10-26T16:05:55.141Z] ++ 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-26T16:05:55.141Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-26T16:05:55.141Z] ++ dirname cmd/core-command/Dockerfile [2020-10-26T16:05:55.141Z] ++ cut -d/ -f2 [2020-10-26T16:05:55.141Z] + echo core-command,cmd/core-command/Dockerfile [2020-10-26T16:05:55.141Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-26T16:05:55.141Z] ++ dirname cmd/core-data/Dockerfile [2020-10-26T16:05:55.141Z] ++ cut -d/ -f2 [2020-10-26T16:05:55.141Z] + echo core-data,cmd/core-data/Dockerfile [2020-10-26T16:05:55.141Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-26T16:05:55.141Z] ++ dirname cmd/core-metadata/Dockerfile [2020-10-26T16:05:55.141Z] ++ cut -d/ -f2 [2020-10-26T16:05:55.141Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-10-26T16:05:55.141Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-26T16:05:55.141Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-10-26T16:05:55.141Z] ++ cut -d/ -f2 [2020-10-26T16:05:55.141Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-10-26T16:05:55.141Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-26T16:05:55.141Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-10-26T16:05:55.141Z] ++ cut -d/ -f2 [2020-10-26T16:05:55.141Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-10-26T16:05:55.141Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-26T16:05:55.141Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-10-26T16:05:55.141Z] ++ cut -d/ -f2 [2020-10-26T16:05:55.141Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-10-26T16:05:55.141Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-26T16:05:55.141Z] ++ dirname cmd/support-logging/Dockerfile [2020-10-26T16:05:55.141Z] ++ cut -d/ -f2 [2020-10-26T16:05:55.141Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-10-26T16:05:55.141Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-26T16:05:55.141Z] ++ dirname cmd/support-notifications/Dockerfile [2020-10-26T16:05:55.141Z] ++ cut -d/ -f2 [2020-10-26T16:05:55.141Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-10-26T16:05:55.141Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-26T16:05:55.141Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-10-26T16:05:55.141Z] ++ cut -d/ -f2 [2020-10-26T16:05:55.141Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-10-26T16:05:55.141Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-26T16:05:55.141Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-10-26T16:05:55.141Z] ++ cut -d/ -f2 [2020-10-26T16:05:55.141Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-10-26T16:05:55.204Z] 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-26T16:05:56.861Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-26T16:05:57.123Z] [2020-10-26T16:05:57.123Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:05:57.477Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-26T16:05:57.477Z] latest: Pulling from edgex-devops/git-semver [2020-10-26T16:05:57.477Z] 31603596830f: Pulling fs layer [2020-10-26T16:05:57.477Z] 2a8b12db71e7: Pulling fs layer [2020-10-26T16:05:57.477Z] 6ca5941a6612: Pulling fs layer [2020-10-26T16:05:57.477Z] ecc8261a40a4: Pulling fs layer [2020-10-26T16:05:57.477Z] ecc8261a40a4: Waiting [2020-10-26T16:05:57.477Z] 2a8b12db71e7: Download complete [2020-10-26T16:05:57.740Z] 31603596830f: Verifying Checksum [2020-10-26T16:05:57.740Z] 31603596830f: Download complete [2020-10-26T16:05:57.740Z] ecc8261a40a4: Verifying Checksum [2020-10-26T16:05:57.740Z] ecc8261a40a4: Download complete [2020-10-26T16:05:58.009Z] 6ca5941a6612: Verifying Checksum [2020-10-26T16:05:58.009Z] 6ca5941a6612: Download complete [2020-10-26T16:05:58.009Z] 31603596830f: Pull complete [2020-10-26T16:05:58.272Z] 2a8b12db71e7: Pull complete [2020-10-26T16:05:59.223Z] 6ca5941a6612: Pull complete [2020-10-26T16:05:59.223Z] ecc8261a40a4: Pull complete [2020-10-26T16:05:59.223Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-10-26T16:05:59.223Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-26T16:05:59.223Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-10-26T16:05:59.356Z] prd-centos7-docker-4c-2g-8911 does not seem to be running inside a container [2020-10-26T16:05:59.410Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/212 -v /w/workspace/edgex-go/212:/w/workspace/edgex-go/212:rw,z -v /w/workspace/edgex-go/212@tmp:/w/workspace/edgex-go/212@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T16:06:01.948Z] $ docker top c3395cfd1ccb0710d474bd5492a323c9d3cc13674fe03e9efb30f112836b0e9c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-26T16:06:02.241Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-26T16:06:02.241Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-26T16:06:02.456Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-26T16:06:02.463Z] $ docker exec c3395cfd1ccb0710d474bd5492a323c9d3cc13674fe03e9efb30f112836b0e9c ssh-agent [2020-10-26T16:06:02.627Z] SSH_AUTH_SOCK=/tmp/ssh-CnBUFVsUr4i3/agent.12 [2020-10-26T16:06:02.627Z] SSH_AGENT_PID=17 [2020-10-26T16:06:02.643Z] Running ssh-add (command line suppressed) [2020-10-26T16:06:02.770Z] Identity added: /w/workspace/edgex-go/212@tmp/private_key_7282434343184814203.key (/w/workspace/edgex-go/212@tmp/private_key_7282434343184814203.key) [2020-10-26T16:06:02.820Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-26T16:06:03.180Z] + git tag --points-at HEAD [Pipeline] } [2020-10-26T16:06:03.206Z] $ docker exec --env ******** --env ******** c3395cfd1ccb0710d474bd5492a323c9d3cc13674fe03e9efb30f112836b0e9c ssh-agent -k [2020-10-26T16:06:03.322Z] unset SSH_AUTH_SOCK; [2020-10-26T16:06:03.323Z] unset SSH_AGENT_PID; [2020-10-26T16:06:03.323Z] echo Agent pid 17 killed; [2020-10-26T16:06:03.365Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-10-26T16:06:03.533Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-26T16:06:03.533Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-26T16:06:03.702Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-26T16:06:03.708Z] $ docker exec c3395cfd1ccb0710d474bd5492a323c9d3cc13674fe03e9efb30f112836b0e9c ssh-agent [2020-10-26T16:06:03.873Z] SSH_AUTH_SOCK=/tmp/ssh-XXvz211NL0E7/agent.47 [2020-10-26T16:06:03.873Z] SSH_AGENT_PID=52 [2020-10-26T16:06:03.880Z] Running ssh-add (command line suppressed) [2020-10-26T16:06:04.002Z] Identity added: /w/workspace/edgex-go/212@tmp/private_key_4564199068718293923.key (/w/workspace/edgex-go/212@tmp/private_key_4564199068718293923.key) [2020-10-26T16:06:04.055Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-26T16:06:04.397Z] + git semver init [2020-10-26T16:06:04.397Z] # -> Open(): unable to determine branch for HEAD [2020-10-26T16:06:04.397Z] # $GIT_DIR = /w/workspace/edgex-go/212/.git [2020-10-26T16:06:04.397Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/212 [2020-10-26T16:06:04.397Z] # $SEMVER_REMOTE_NAME = origin [2020-10-26T16:06:04.397Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-26T16:06:04.397Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-26T16:06:04.397Z] # $SEMVER_BRANCH = master [2020-10-26T16:06:04.397Z] # $SEMVER_TEMP = /tmp/semver-490147325 [2020-10-26T16:06:04.397Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-10-26T16:06:22.585Z] # '/tmp/semver-490147325' -> '/w/workspace/edgex-go/212/.semver' [2020-10-26T16:06:22.585Z] # -> Force: false [2020-10-26T16:06:22.585Z] # $SEMVER_DIR = /w/workspace/edgex-go/212/.semver [Pipeline] } [2020-10-26T16:06:22.602Z] $ docker exec --env ******** --env ******** c3395cfd1ccb0710d474bd5492a323c9d3cc13674fe03e9efb30f112836b0e9c ssh-agent -k [2020-10-26T16:06:22.837Z] unset SSH_AUTH_SOCK; [2020-10-26T16:06:22.838Z] unset SSH_AGENT_PID; [2020-10-26T16:06:22.838Z] echo Agent pid 52 killed; [2020-10-26T16:06:22.914Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-26T16:06:23.479Z] + git semver [Pipeline] } [2020-10-26T16:06:23.498Z] $ docker stop --time=1 c3395cfd1ccb0710d474bd5492a323c9d3cc13674fe03e9efb30f112836b0e9c [2020-10-26T16:06:25.097Z] $ docker rm -f c3395cfd1ccb0710d474bd5492a323c9d3cc13674fe03e9efb30f112836b0e9c [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-26T16:06:25.684Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-10-26T16:06:26.188Z] Stashed 1 file(s) [Pipeline] echo [2020-10-26T16:06:26.190Z] [edgeXSemver]: initialized semver on version 1.2.2-dev.96 [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-26T16:06:26.776Z] ========================================================= [2020-10-26T16:06:26.776Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-10-26T16:06:26.776Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:06:27.125Z] + 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-26T16:06:31.352Z] Sending build context to Docker daemon 325.7MB [2020-10-26T16:06:31.352Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-26T16:06:31.352Z] Step 2/7 : FROM ${BASE} [2020-10-26T16:06:31.352Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-10-26T16:06:31.352Z] df20fa9351a1: Pulling fs layer [2020-10-26T16:06:31.352Z] ed8968b2872e: Pulling fs layer [2020-10-26T16:06:31.352Z] a92cc7c5fd73: Pulling fs layer [2020-10-26T16:06:31.352Z] e871e8e8d7a9: Pulling fs layer [2020-10-26T16:06:31.352Z] e73272ec9a57: Pulling fs layer [2020-10-26T16:06:31.352Z] 1e910a182e73: Pulling fs layer [2020-10-26T16:06:31.352Z] 4e634b169226: Pulling fs layer [2020-10-26T16:06:31.352Z] e871e8e8d7a9: Waiting [2020-10-26T16:06:31.352Z] 1e910a182e73: Waiting [2020-10-26T16:06:31.352Z] 4e634b169226: Waiting [2020-10-26T16:06:31.352Z] a92cc7c5fd73: Verifying Checksum [2020-10-26T16:06:31.352Z] a92cc7c5fd73: Download complete [2020-10-26T16:06:31.352Z] ed8968b2872e: Verifying Checksum [2020-10-26T16:06:31.352Z] ed8968b2872e: Download complete [2020-10-26T16:06:31.352Z] e73272ec9a57: Verifying Checksum [2020-10-26T16:06:31.352Z] e73272ec9a57: Download complete [2020-10-26T16:06:31.352Z] 1e910a182e73: Download complete [2020-10-26T16:06:31.352Z] df20fa9351a1: Verifying Checksum [2020-10-26T16:06:31.352Z] df20fa9351a1: Download complete [2020-10-26T16:06:31.614Z] df20fa9351a1: Pull complete [2020-10-26T16:06:31.614Z] ed8968b2872e: Pull complete [2020-10-26T16:06:31.875Z] a92cc7c5fd73: Pull complete [2020-10-26T16:06:33.819Z] 4e634b169226: Verifying Checksum [2020-10-26T16:06:33.819Z] 4e634b169226: Download complete [2020-10-26T16:06:34.770Z] e871e8e8d7a9: Verifying Checksum [2020-10-26T16:06:34.770Z] e871e8e8d7a9: Download complete [2020-10-26T16:06:40.100Z] e871e8e8d7a9: Pull complete [2020-10-26T16:06:40.100Z] e73272ec9a57: Pull complete [2020-10-26T16:06:40.100Z] 1e910a182e73: Pull complete [2020-10-26T16:06:41.563Z] Still waiting to schedule task [2020-10-26T16:06:41.563Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-10-26T16:06:45.409Z] 4e634b169226: Pull complete [2020-10-26T16:06:45.410Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-10-26T16:06:45.410Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-10-26T16:06:45.410Z] ---> f7629b54cfaa [2020-10-26T16:06:45.410Z] 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-26T16:06:45.410Z] ---> Running in 898f5fb5b6b5 [2020-10-26T16:06:45.672Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-26T16:06:46.250Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-26T16:06:46.825Z] (1/12) Installing libmagic (5.38-r0) [2020-10-26T16:06:47.399Z] (2/12) Installing file (5.38-r0) [2020-10-26T16:06:47.399Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-10-26T16:06:47.399Z] (4/12) Installing g++ (9.3.0-r2) [2020-10-26T16:06:52.702Z] (5/12) Installing fortify-headers (1.1-r0) [2020-10-26T16:06:52.702Z] (6/12) Installing patch (2.7.6-r6) [2020-10-26T16:06:52.702Z] (7/12) Installing build-base (0.5-r2) [2020-10-26T16:06:52.702Z] (8/12) Installing libsodium (1.0.18-r0) [2020-10-26T16:06:52.702Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-10-26T16:06:52.702Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-10-26T16:06:52.702Z] (11/12) Installing libzmq (4.3.3-r0) [2020-10-26T16:06:52.702Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-10-26T16:06:52.702Z] Executing busybox-1.31.1-r16.trigger [2020-10-26T16:06:52.702Z] OK: 233 MiB in 51 packages [2020-10-26T16:06:56.015Z] Removing intermediate container 898f5fb5b6b5 [2020-10-26T16:06:56.015Z] ---> 0762e300db0f [2020-10-26T16:06:56.016Z] Step 4/7 : WORKDIR /edgex-go [2020-10-26T16:06:56.016Z] ---> Running in ca93ccbb322b [2020-10-26T16:06:56.016Z] Removing intermediate container ca93ccbb322b [2020-10-26T16:06:56.016Z] ---> 36dd9eb5f77a [2020-10-26T16:06:56.016Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-10-26T16:06:56.277Z] latest: Pulling from library/docker [2020-10-26T16:06:56.540Z] 188c0c94c7c5: Pulling fs layer [2020-10-26T16:06:56.540Z] 0c7c675703d6: Pulling fs layer [2020-10-26T16:06:56.540Z] cc8c12a437cb: Pulling fs layer [2020-10-26T16:06:56.540Z] c5dafad2182a: Pulling fs layer [2020-10-26T16:06:56.540Z] 5aa711733414: Pulling fs layer [2020-10-26T16:06:56.540Z] 058f73b55e4b: Pulling fs layer [2020-10-26T16:06:56.540Z] 8c9c664faf12: Pulling fs layer [2020-10-26T16:06:56.540Z] 5aa711733414: Waiting [2020-10-26T16:06:56.540Z] 058f73b55e4b: Waiting [2020-10-26T16:06:56.540Z] 8c9c664faf12: Waiting [2020-10-26T16:06:56.540Z] c5dafad2182a: Waiting [2020-10-26T16:06:56.540Z] cc8c12a437cb: Download complete [2020-10-26T16:06:56.540Z] 0c7c675703d6: Verifying Checksum [2020-10-26T16:06:56.540Z] 0c7c675703d6: Download complete [2020-10-26T16:06:56.807Z] 188c0c94c7c5: Verifying Checksum [2020-10-26T16:06:56.807Z] 188c0c94c7c5: Download complete [2020-10-26T16:06:56.807Z] 5aa711733414: Verifying Checksum [2020-10-26T16:06:56.807Z] 5aa711733414: Download complete [2020-10-26T16:06:56.807Z] 8c9c664faf12: Download complete [2020-10-26T16:06:57.071Z] 188c0c94c7c5: Pull complete [2020-10-26T16:06:57.071Z] 058f73b55e4b: Verifying Checksum [2020-10-26T16:06:57.071Z] 058f73b55e4b: Download complete [2020-10-26T16:06:57.332Z] 0c7c675703d6: Pull complete [2020-10-26T16:06:57.332Z] cc8c12a437cb: Pull complete [2020-10-26T16:06:57.598Z] c5dafad2182a: Verifying Checksum [2020-10-26T16:06:57.598Z] c5dafad2182a: Download complete [2020-10-26T16:07:00.168Z] c5dafad2182a: Pull complete [2020-10-26T16:07:00.168Z] 5aa711733414: Pull complete [2020-10-26T16:07:00.168Z] 058f73b55e4b: Pull complete [2020-10-26T16:07:00.168Z] 8c9c664faf12: Pull complete [2020-10-26T16:07:00.168Z] Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 [2020-10-26T16:07:00.168Z] Status: Downloaded newer image for docker:latest [2020-10-26T16:07:01.560Z] ---> 7c01af698d0c [2020-10-26T16:07:01.560Z] Step 6/7 : COPY go.mod . [2020-10-26T16:07:01.825Z] ---> a0df8fbbe20d [2020-10-26T16:07:01.825Z] Step 7/7 : RUN go mod download [2020-10-26T16:07:01.825Z] ---> Running in c3a7211502e3 [2020-10-26T16:07:23.864Z] Removing intermediate container c3a7211502e3 [2020-10-26T16:07:23.864Z] ---> dddbbac08c8e [2020-10-26T16:07:23.864Z] Successfully built dddbbac08c8e [2020-10-26T16:07:23.864Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:07:24.180Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-26T16:07:24.180Z] . [Pipeline] withDockerContainer [2020-10-26T16:07:24.277Z] prd-centos7-docker-4c-2g-8911 does not seem to be running inside a container [2020-10-26T16:07:24.322Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/212 -v /w/workspace/edgex-go/212:/w/workspace/edgex-go/212:rw,z -v /w/workspace/edgex-go/212@tmp:/w/workspace/edgex-go/212@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T16:07:25.116Z] $ docker top f3390e594df53d34b06a4fdbfb7c36c4b2c585084983ac3a69a9eb0453f394db -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-26T16:07:25.701Z] + go version [2020-10-26T16:07:25.702Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-10-26T16:07:25.718Z] $ docker stop --time=1 f3390e594df53d34b06a4fdbfb7c36c4b2c585084983ac3a69a9eb0453f394db [2020-10-26T16:07:27.099Z] $ docker rm -f f3390e594df53d34b06a4fdbfb7c36c4b2c585084983ac3a69a9eb0453f394db [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-26T16:07:30.976Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-26T16:07:30.976Z] [2020-10-26T16:07:30.976Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:07:31.329Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-26T16:07:31.329Z] latest: Pulling from edgex-devops/edgex-compose [2020-10-26T16:07:31.329Z] cbdbe7a5bc2a: Pulling fs layer [2020-10-26T16:07:31.329Z] ca9280d653b3: Pulling fs layer [2020-10-26T16:07:31.329Z] 7e9c9ca2126c: Pulling fs layer [2020-10-26T16:07:33.878Z] cbdbe7a5bc2a: Verifying Checksum [2020-10-26T16:07:33.878Z] cbdbe7a5bc2a: Download complete [2020-10-26T16:07:34.138Z] cbdbe7a5bc2a: Pull complete [2020-10-26T16:07:39.434Z] ca9280d653b3: Verifying Checksum [2020-10-26T16:07:39.434Z] ca9280d653b3: Download complete [2020-10-26T16:07:39.695Z] ca9280d653b3: Pull complete [2020-10-26T16:07:41.617Z] 7e9c9ca2126c: Download complete [2020-10-26T16:07:46.957Z] 7e9c9ca2126c: Pull complete [2020-10-26T16:07:46.957Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-10-26T16:07:46.957Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-26T16:07:46.957Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-10-26T16:07:47.080Z] prd-centos7-docker-4c-2g-8911 does not seem to be running inside a container [2020-10-26T16:07:47.122Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/212 -v /w/workspace/edgex-go/212:/w/workspace/edgex-go/212:rw,z -v /w/workspace/edgex-go/212@tmp:/w/workspace/edgex-go/212@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T16:07:50.336Z] $ docker top 6d088a6cb434126c912121790848546a4f9fba62486c0a7d856faefa9b8bf98c -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-26T16:07:51.193Z] + docker-compose build --help [2020-10-26T16:07:51.194Z] + grep parallel [2020-10-26T16:07:52.138Z] --parallel Build images in parallel. [Pipeline] } [2020-10-26T16:07:52.154Z] $ docker stop --time=1 6d088a6cb434126c912121790848546a4f9fba62486c0a7d856faefa9b8bf98c [2020-10-26T16:07:53.526Z] $ docker rm -f 6d088a6cb434126c912121790848546a4f9fba62486c0a7d856faefa9b8bf98c [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:07:54.167Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-26T16:07:54.167Z] . [Pipeline] withDockerContainer [2020-10-26T16:07:54.270Z] prd-centos7-docker-4c-2g-8911 does not seem to be running inside a container [2020-10-26T16:07:54.326Z] $ 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/212 -v /w/workspace/edgex-go/212:/w/workspace/edgex-go/212:rw,z -v /w/workspace/edgex-go/212@tmp:/w/workspace/edgex-go/212@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T16:07:54.980Z] $ docker top b8f3f492b6778d52871eb2522d5abb55d5b2c74ce019e21919f15bb6b7d716dd -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-26T16:07:55.651Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-10-26T16:07:56.594Z] Building docker-core-command-go ... [2020-10-26T16:07:56.594Z] Building docker-core-data-go ... [2020-10-26T16:07:56.594Z] Building docker-core-metadata-go ... [2020-10-26T16:07:56.594Z] Building docker-security-proxy-setup-go ... [2020-10-26T16:07:56.594Z] Building docker-security-secrets-setup-go ... [2020-10-26T16:07:56.594Z] Building docker-security-secretstore-setup-go ... [2020-10-26T16:07:56.594Z] Building docker-support-logging-go ... [2020-10-26T16:07:56.594Z] Building docker-support-notifications-go ... [2020-10-26T16:07:56.594Z] Building docker-support-scheduler-go ... [2020-10-26T16:07:56.594Z] Building docker-sys-mgmt-agent-go ... [2020-10-26T16:07:56.594Z] Building docker-sys-mgmt-agent-go [2020-10-26T16:07:56.594Z] Building docker-core-data-go [2020-10-26T16:07:56.594Z] Building docker-security-secretstore-setup-go [2020-10-26T16:07:56.594Z] Building docker-security-proxy-setup-go [2020-10-26T16:07:56.594Z] Building docker-support-logging-go [2020-10-26T16:08:18.631Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-26T16:08:18.631Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-10-26T16:08:18.631Z] ---> dddbbac08c8e [2020-10-26T16:08:18.631Z] Step 3/23 : WORKDIR /edgex-go [2020-10-26T16:08:18.631Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-26T16:08:18.631Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-10-26T16:08:18.631Z] ---> dddbbac08c8e [2020-10-26T16:08:18.631Z] Step 3/27 : WORKDIR /edgex-go [2020-10-26T16:08:18.631Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-26T16:08:18.631Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-26T16:08:18.631Z] ---> dddbbac08c8e [2020-10-26T16:08:18.631Z] Step 3/22 : WORKDIR /edgex-go [2020-10-26T16:08:18.631Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-26T16:08:18.631Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-10-26T16:08:18.631Z] ---> dddbbac08c8e [2020-10-26T16:08:18.631Z] Step 3/20 : WORKDIR /edgex-go [2020-10-26T16:08:18.894Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-26T16:08:18.894Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-10-26T16:08:18.894Z] ---> dddbbac08c8e [2020-10-26T16:08:18.894Z] Step 3/26 : WORKDIR /edgex-go [2020-10-26T16:08:20.283Z] ---> Running in 8e1fcf3b87a4 [2020-10-26T16:08:20.283Z] ---> Running in ca3a5ffd6bd4 [2020-10-26T16:08:20.283Z] ---> Running in 5c4d0e9736eb [2020-10-26T16:08:20.283Z] ---> Running in fc7ebd7cb7fb [2020-10-26T16:08:20.283Z] ---> Running in 25e55271d13b [2020-10-26T16:08:20.283Z] Removing intermediate container 8e1fcf3b87a4 [2020-10-26T16:08:20.283Z] ---> bf2a1755e1a9 [2020-10-26T16:08:20.283Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-26T16:08:20.283Z] Removing intermediate container 5c4d0e9736eb [2020-10-26T16:08:20.283Z] ---> 9e42a95c00f4 [2020-10-26T16:08:20.283Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-26T16:08:20.283Z] Removing intermediate container 25e55271d13b [2020-10-26T16:08:20.283Z] ---> 1e624a5e1140 [2020-10-26T16:08:20.283Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-26T16:08:20.283Z] Removing intermediate container fc7ebd7cb7fb [2020-10-26T16:08:20.283Z] ---> 4187711261d6 [2020-10-26T16:08:20.283Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-26T16:08:20.693Z] Removing intermediate container ca3a5ffd6bd4 [2020-10-26T16:08:20.693Z] ---> 10904a8ae7bd [2020-10-26T16:08:20.693Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-26T16:08:20.693Z] ---> Running in 9435ba536650 [2020-10-26T16:08:20.693Z] ---> Running in d688522db4e0 [2020-10-26T16:08:20.954Z] ---> Running in f4f4c531dd1b [2020-10-26T16:08:21.225Z] ---> Running in 7fe5d647c26a [2020-10-26T16:08:21.225Z] ---> Running in 47f447978828 [2020-10-26T16:08:23.251Z] Removing intermediate container f4f4c531dd1b [2020-10-26T16:08:23.251Z] ---> 80abf14701f3 [2020-10-26T16:08:23.251Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-10-26T16:08:23.251Z] ---> Running in b8285b3329cc [2020-10-26T16:08:23.251Z] Removing intermediate container d688522db4e0 [2020-10-26T16:08:23.251Z] ---> 66e01a9ab07b [2020-10-26T16:08:23.251Z] Step 5/26 : RUN apk update && apk add make git [2020-10-26T16:08:23.522Z] ---> Running in f8711d856279 [2020-10-26T16:08:23.522Z] Removing intermediate container 9435ba536650 [2020-10-26T16:08:23.522Z] ---> 2410fbafbfa0 [2020-10-26T16:08:23.522Z] Step 5/27 : RUN apk update && apk add make bash git [2020-10-26T16:08:23.793Z] ---> Running in eaacfc3d5791 [2020-10-26T16:08:24.063Z] Removing intermediate container 7fe5d647c26a [2020-10-26T16:08:24.063Z] ---> 06c2bf85a54b [2020-10-26T16:08:24.063Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-10-26T16:08:24.063Z] Removing intermediate container 47f447978828 [2020-10-26T16:08:24.063Z] ---> e6494f833b22 [2020-10-26T16:08:24.063Z] Step 5/20 : RUN apk update && apk add make git [2020-10-26T16:08:24.339Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-26T16:08:24.339Z] ---> Running in 17cbb1f2968b [2020-10-26T16:08:24.339Z] ---> Running in 6de291657fa2 [2020-10-26T16:08:24.339Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-26T16:08:24.615Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-26T16:08:25.236Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-26T16:08:25.236Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-26T16:08:25.236Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-26T16:08:25.236Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-26T16:08:25.236Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-26T16:08:25.823Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-26T16:08:25.823Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-26T16:08:25.823Z] v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-26T16:08:25.823Z] OK: 12752 distinct packages available [2020-10-26T16:08:25.823Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-26T16:08:25.823Z] v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-26T16:08:25.823Z] OK: 12752 distinct packages available [2020-10-26T16:08:26.093Z] OK: 233 MiB in 51 packages [2020-10-26T16:08:26.093Z] OK: 233 MiB in 51 packages [2020-10-26T16:08:26.093Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-26T16:08:26.370Z] OK: 233 MiB in 51 packages [2020-10-26T16:08:26.370Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-26T16:08:26.370Z] v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-26T16:08:26.370Z] OK: 12752 distinct packages available [2020-10-26T16:08:26.639Z] Removing intermediate container f8711d856279 [2020-10-26T16:08:26.639Z] ---> 189ddd370bfd [2020-10-26T16:08:26.639Z] Step 6/26 : COPY go.mod . [2020-10-26T16:08:26.639Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-26T16:08:26.639Z] v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-26T16:08:26.639Z] OK: 12752 distinct packages available [2020-10-26T16:08:26.639Z] OK: 233 MiB in 51 packages [2020-10-26T16:08:26.919Z] OK: 233 MiB in 51 packages [2020-10-26T16:08:26.919Z] Removing intermediate container b8285b3329cc [2020-10-26T16:08:26.919Z] ---> 9b712e37d841 [2020-10-26T16:08:26.919Z] Step 6/22 : COPY go.mod . [2020-10-26T16:08:26.919Z] ---> b4c36ef74796 [2020-10-26T16:08:26.919Z] Step 7/26 : RUN go mod download [2020-10-26T16:08:27.197Z] ---> Running in 8e99e6c3aff4 [2020-10-26T16:08:27.197Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-26T16:08:27.197Z] v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-26T16:08:27.197Z] OK: 12752 distinct packages available [2020-10-26T16:08:27.197Z] ---> ab90b1f8f5e1 [2020-10-26T16:08:27.197Z] Step 7/22 : RUN go mod download [2020-10-26T16:08:27.465Z] OK: 233 MiB in 51 packages [2020-10-26T16:08:27.465Z] ---> Running in a0dfbc26697a [2020-10-26T16:08:27.737Z] Removing intermediate container 17cbb1f2968b [2020-10-26T16:08:27.737Z] ---> 4bf4f2455741 [2020-10-26T16:08:27.737Z] Step 6/23 : COPY go.mod . [2020-10-26T16:08:28.005Z] Removing intermediate container eaacfc3d5791 [2020-10-26T16:08:28.005Z] ---> c72048d59c42 [2020-10-26T16:08:28.005Z] Step 6/27 : COPY go.mod . [2020-10-26T16:08:28.287Z] ---> e7276c6426ee [2020-10-26T16:08:28.287Z] Step 7/23 : RUN go mod download [2020-10-26T16:08:28.287Z] ---> Running in e7985d5fbb6d [2020-10-26T16:08:28.287Z] ---> 0b735aa743cb [2020-10-26T16:08:28.287Z] Step 7/27 : RUN go mod download [2020-10-26T16:08:28.552Z] Removing intermediate container 6de291657fa2 [2020-10-26T16:08:28.552Z] ---> 2babad99c746 [2020-10-26T16:08:28.552Z] Step 6/20 : COPY go.mod . [2020-10-26T16:08:28.552Z] ---> Running in b764342fb3ed [2020-10-26T16:08:28.834Z] ---> 9df67d9b3773 [2020-10-26T16:08:28.834Z] Step 7/20 : RUN go mod download [2020-10-26T16:08:29.116Z] ---> Running in 78539a05811d [2020-10-26T16:08:29.728Z] Removing intermediate container 8e99e6c3aff4 [2020-10-26T16:08:29.728Z] ---> 779a9a7fbd21 [2020-10-26T16:08:29.728Z] Step 8/26 : COPY . . [2020-10-26T16:08:30.362Z] Removing intermediate container a0dfbc26697a [2020-10-26T16:08:30.362Z] ---> b3b317940a96 [2020-10-26T16:08:30.362Z] Step 8/22 : COPY . . [2020-10-26T16:08:30.988Z] Removing intermediate container e7985d5fbb6d [2020-10-26T16:08:30.988Z] ---> 42ed5db3ffb6 [2020-10-26T16:08:30.988Z] Step 8/23 : COPY . . [2020-10-26T16:08:34.355Z] Removing intermediate container b764342fb3ed [2020-10-26T16:08:34.355Z] ---> 797819848cf3 [2020-10-26T16:08:34.355Z] Step 8/27 : COPY . . [2020-10-26T16:08:38.183Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-8912 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2020-10-26T16:08:38.253Z] Running in /w/workspace/edgex-go/212 [Pipeline] { [Pipeline] checkout [2020-10-26T16:08:39.800Z] Removing intermediate container 78539a05811d [2020-10-26T16:08:39.800Z] ---> 1d0f3eac05a2 [2020-10-26T16:08:39.800Z] Step 8/20 : COPY . . [2020-10-26T16:08:44.357Z] using credential edgex-jenkins-ssh [2020-10-26T16:08:44.423Z] Cloning the remote Git repository [2020-10-26T16:08:44.466Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-10-26T16:08:44.593Z] > git init /w/workspace/edgex-go/212 # timeout=10 [2020-10-26T16:08:44.675Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-26T16:08:44.677Z] > git --version # timeout=10 [2020-10-26T16:08:44.698Z] > git --version # 'git version 2.17.1' [2020-10-26T16:08:44.701Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-26T16:08:44.782Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-26T16:09:06.576Z] ---> d5fb73b85ec8 [2020-10-26T16:09:06.576Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-10-26T16:09:06.576Z] ---> d9830a68bb10 [2020-10-26T16:09:06.576Z] 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-26T16:09:06.576Z] ---> 8e25e1adb46a [2020-10-26T16:09:06.576Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-10-26T16:09:06.576Z] ---> 59c513abe652 [2020-10-26T16:09:06.576Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-10-26T16:09:07.152Z] ---> Running in ca04100099a3 [2020-10-26T16:09:07.153Z] ---> Running in 2656b981697b [2020-10-26T16:09:07.153Z] ---> Running in c6038aadc108 [2020-10-26T16:09:07.153Z] ---> Running in ea10cea19b5f [2020-10-26T16:09:07.153Z] ---> 33314fcff07e [2020-10-26T16:09:07.153Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-10-26T16:09:07.415Z] ---> Running in 294b80fccf9a [2020-10-26T16:09:08.013Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.96" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-10-26T16:09:08.293Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.96" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-10-26T16:09:08.293Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.96" -o cmd/core-data/core-data ./cmd/core-data [2020-10-26T16:09:08.561Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.96" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-10-26T16:09:08.561Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.96" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-10-26T16:09:09.613Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-26T16:09:09.637Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-26T16:09:10.297Z] Checking out Revision 151af978cf25de30735135da97f91b1f15ae3e78 (master) [2020-10-26T16:09:09.667Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-26T16:09:09.703Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-26T16:09:09.703Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-26T16:09:09.716Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-26T16:09:10.317Z] > git config core.sparsecheckout # timeout=10 [2020-10-26T16:09:10.336Z] > git checkout -f 151af978cf25de30735135da97f91b1f15ae3e78 # timeout=10 [2020-10-26T16:09:15.014Z] Commit message: "feat(data): Implement GET /event/device/name/{name} V2 API (#2847)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-26T16:09:16.184Z] ========================================================= [2020-10-26T16:09:16.184Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-10-26T16:09:16.184Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:09:17.187Z] + 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-26T16:09:19.863Z] Sending build context to Docker daemon 165.2MB [2020-10-26T16:09:19.863Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-26T16:09:19.863Z] Step 2/7 : FROM ${BASE} [2020-10-26T16:09:20.140Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-10-26T16:09:20.140Z] b538f80385f9: Pulling fs layer [2020-10-26T16:09:20.140Z] 74f711af9a0d: Pulling fs layer [2020-10-26T16:09:20.140Z] 99f96fe45779: Pulling fs layer [2020-10-26T16:09:20.140Z] 8529a6b9a6be: Pulling fs layer [2020-10-26T16:09:20.140Z] 45590311c82a: Pulling fs layer [2020-10-26T16:09:20.140Z] 69ca0ff8b7b3: Pulling fs layer [2020-10-26T16:09:20.140Z] 209524e5b208: Pulling fs layer [2020-10-26T16:09:20.140Z] 45590311c82a: Waiting [2020-10-26T16:09:20.140Z] 69ca0ff8b7b3: Waiting [2020-10-26T16:09:20.140Z] 209524e5b208: Waiting [2020-10-26T16:09:20.140Z] 8529a6b9a6be: Waiting [2020-10-26T16:09:20.140Z] 99f96fe45779: Download complete [2020-10-26T16:09:20.413Z] 74f711af9a0d: Verifying Checksum [2020-10-26T16:09:20.413Z] 74f711af9a0d: Download complete [2020-10-26T16:09:20.413Z] 45590311c82a: Verifying Checksum [2020-10-26T16:09:20.413Z] 45590311c82a: Download complete [2020-10-26T16:09:21.399Z] 69ca0ff8b7b3: Download complete [2020-10-26T16:09:21.399Z] b538f80385f9: Download complete [2020-10-26T16:09:22.400Z] b538f80385f9: Pull complete [2020-10-26T16:09:22.680Z] 74f711af9a0d: Pull complete [2020-10-26T16:09:23.295Z] 99f96fe45779: Pull complete [2020-10-26T16:09:23.899Z] 209524e5b208: Verifying Checksum [2020-10-26T16:09:23.899Z] 209524e5b208: Download complete [2020-10-26T16:09:24.879Z] 8529a6b9a6be: Verifying Checksum [2020-10-26T16:09:24.879Z] 8529a6b9a6be: Download complete [2020-10-26T16:09:35.299Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.96" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-10-26T16:09:37.288Z] 8529a6b9a6be: Pull complete [2020-10-26T16:09:37.288Z] 45590311c82a: Pull complete [2020-10-26T16:09:37.288Z] 69ca0ff8b7b3: Pull complete [2020-10-26T16:09:38.656Z] Removing intermediate container 294b80fccf9a [2020-10-26T16:09:38.657Z] ---> b9014b3e4edf [2020-10-26T16:09:38.657Z] [2020-10-26T16:09:38.657Z] Step 10/20 : FROM alpine [2020-10-26T16:09:38.657Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.96" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-10-26T16:09:38.929Z] latest: Pulling from library/alpine [2020-10-26T16:09:39.920Z] 209524e5b208: Pull complete [2020-10-26T16:09:39.920Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-10-26T16:09:39.920Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-10-26T16:09:39.920Z] ---> 5bddaf1c2fca [2020-10-26T16:09:39.920Z] 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-26T16:09:40.851Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-10-26T16:09:40.851Z] Status: Downloaded newer image for alpine:latest [2020-10-26T16:09:40.851Z] ---> d6e46aa2470d [2020-10-26T16:09:40.851Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-10-26T16:09:40.851Z] Removing intermediate container ea10cea19b5f [2020-10-26T16:09:40.851Z] ---> 0153c1f554a2 [2020-10-26T16:09:40.851Z] Removing intermediate container ca04100099a3 [2020-10-26T16:09:40.851Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-10-26T16:09:40.851Z] ---> b75bbadfb357 [2020-10-26T16:09:40.851Z] [2020-10-26T16:09:40.851Z] Step 10/22 : FROM scratch [2020-10-26T16:09:40.851Z] ---> [2020-10-26T16:09:40.851Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-26T16:09:41.124Z] ---> Running in 3585f84fb260 [2020-10-26T16:09:41.124Z] ---> Running in dae9c32834b0 [2020-10-26T16:09:41.124Z] ---> Running in fb1d88ce84c3 [2020-10-26T16:09:41.412Z] Removing intermediate container fb1d88ce84c3 [2020-10-26T16:09:41.412Z] ---> 19f402738d44 [2020-10-26T16:09:41.412Z] Step 12/22 : ENV APP_PORT=48061 [2020-10-26T16:09:41.688Z] ---> Running in a1ecea44bfbc [2020-10-26T16:09:41.959Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.96" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-10-26T16:09:41.959Z] Removing intermediate container a1ecea44bfbc [2020-10-26T16:09:41.959Z] ---> ba16c1e0f6c8 [2020-10-26T16:09:41.959Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-26T16:09:41.959Z] ---> Running in 71695bd895d3 [2020-10-26T16:09:42.241Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-26T16:09:42.241Z] Removing intermediate container 71695bd895d3 [2020-10-26T16:09:42.241Z] ---> 84a53bb5aba5 [2020-10-26T16:09:42.241Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-10-26T16:09:42.518Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-26T16:09:42.785Z] v3.12.1-8-ge053f6efb7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-26T16:09:42.785Z] v3.12.1-5-g0954f48dc3 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-26T16:09:42.785Z] OK: 12744 distinct packages available [2020-10-26T16:09:42.785Z] (1/4) Installing ca-certificates (20191127-r4) [2020-10-26T16:09:43.048Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-10-26T16:09:43.048Z] (3/4) Installing libcurl (7.69.1-r1) [2020-10-26T16:09:43.048Z] (4/4) Installing curl (7.69.1-r1) [2020-10-26T16:09:43.048Z] Executing busybox-1.31.1-r19.trigger [2020-10-26T16:09:43.048Z] Executing ca-certificates-20191127-r4.trigger [2020-10-26T16:09:43.048Z] OK: 7 MiB in 18 packages [2020-10-26T16:09:43.323Z] ---> Running in 9e32a5e412ee [2020-10-26T16:09:44.305Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-26T16:09:44.980Z] ---> 6c762cb177ec [2020-10-26T16:09:44.981Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-10-26T16:09:45.256Z] Removing intermediate container c6038aadc108 [2020-10-26T16:09:45.256Z] ---> b227d75ccf7b [2020-10-26T16:09:45.256Z] [2020-10-26T16:09:45.256Z] Step 10/26 : FROM alpine:3.10 [2020-10-26T16:09:45.256Z] ---> 2878122d6cd8 [2020-10-26T16:09:45.256Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-10-26T16:09:45.286Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-26T16:09:45.526Z] 3.10: Pulling from library/alpine [2020-10-26T16:09:46.723Z] (1/12) Installing libmagic (5.38-r0) [2020-10-26T16:09:46.723Z] (2/12) Installing file (5.38-r0) [2020-10-26T16:09:46.994Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-10-26T16:09:46.994Z] (4/12) Installing g++ (9.3.0-r2) [2020-10-26T16:09:47.449Z] Removing intermediate container 3585f84fb260 [2020-10-26T16:09:47.449Z] ---> d4d9af917f4a [2020-10-26T16:09:47.449Z] [2020-10-26T16:09:47.449Z] Step 11/27 : FROM docker:latest [2020-10-26T16:09:47.449Z] ---> 6972c414f322 [2020-10-26T16:09:47.449Z] Step 12/27 : RUN apk add --no-cache bash [2020-10-26T16:09:47.449Z] Removing intermediate container dae9c32834b0 [2020-10-26T16:09:47.449Z] ---> 42afa92be204 [2020-10-26T16:09:47.449Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-26T16:09:48.020Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-10-26T16:09:48.020Z] ---> d724fbcec600 [2020-10-26T16:09:48.020Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-10-26T16:09:48.281Z] Status: Downloaded newer image for alpine:3.10 [2020-10-26T16:09:48.281Z] ---> be4e4bea2c2e [2020-10-26T16:09:48.281Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-10-26T16:09:49.230Z] ---> Running in 7ed2cf104998 [2020-10-26T16:09:49.230Z] ---> Running in d473141ede1e [2020-10-26T16:09:49.230Z] ---> Running in f1838b6e124f [2020-10-26T16:09:49.230Z] Removing intermediate container 2656b981697b [2020-10-26T16:09:49.230Z] ---> 7b03d4e61186 [2020-10-26T16:09:49.230Z] [2020-10-26T16:09:49.230Z] Step 10/23 : FROM alpine [2020-10-26T16:09:49.230Z] ---> d6e46aa2470d [2020-10-26T16:09:49.230Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-26T16:09:49.230Z] ---> 70ea2c972f7c [2020-10-26T16:09:49.230Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-10-26T16:09:49.494Z] ---> Running in bb8a5e63e2ec [2020-10-26T16:09:49.757Z] Removing intermediate container 7ed2cf104998 [2020-10-26T16:09:49.757Z] ---> f559f826bcfe [2020-10-26T16:09:49.757Z] Step 13/20 : WORKDIR /edgex [2020-10-26T16:09:50.026Z] ---> Running in 77a0c494f95d [2020-10-26T16:09:50.026Z] Removing intermediate container bb8a5e63e2ec [2020-10-26T16:09:50.026Z] ---> 691595fc154d [2020-10-26T16:09:50.026Z] Step 12/23 : ENV APP_PORT=48080 [2020-10-26T16:09:50.026Z] ---> Running in 76dc3f7d49cb [2020-10-26T16:09:50.026Z] ---> Running in 82fc94ae9836 [2020-10-26T16:09:50.294Z] Removing intermediate container 77a0c494f95d [2020-10-26T16:09:50.294Z] ---> df74ce23a4d4 [2020-10-26T16:09:50.294Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-26T16:09:50.294Z] ---> Running in 247473ecf5a3 [2020-10-26T16:09:50.294Z] Removing intermediate container 76dc3f7d49cb [2020-10-26T16:09:50.294Z] ---> c3be8dbf7ccc [2020-10-26T16:09:50.294Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-10-26T16:09:50.561Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-26T16:09:50.561Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-10-26T16:09:50.561Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-26T16:09:50.561Z] Removing intermediate container 82fc94ae9836 [2020-10-26T16:09:50.561Z] ---> 0ce7cbfee60e [2020-10-26T16:09:50.561Z] Step 13/23 : EXPOSE $APP_PORT [2020-10-26T16:09:50.561Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-10-26T16:09:50.561Z] ---> Running in 50e5dcde145e [2020-10-26T16:09:50.561Z] Removing intermediate container 247473ecf5a3 [2020-10-26T16:09:50.561Z] ---> 73874700f73b [2020-10-26T16:09:50.561Z] Step 20/22 : LABEL arch=x86_64 [2020-10-26T16:09:50.561Z] (1/2) Installing readline (8.0.4-r0) [2020-10-26T16:09:50.828Z] (2/2) Installing bash (5.0.17-r0) [2020-10-26T16:09:50.828Z] Executing bash-5.0.17-r0.post-install [2020-10-26T16:09:50.828Z] Executing busybox-1.31.1-r19.trigger [2020-10-26T16:09:50.828Z] OK: 12 MiB in 22 packages [2020-10-26T16:09:50.828Z] v3.10.5-127-ga687d2589a [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-10-26T16:09:50.828Z] v3.10.5-136-gb80983a48b [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-10-26T16:09:50.828Z] OK: 10346 distinct packages available [2020-10-26T16:09:51.093Z] ---> e8787ee08a0e [2020-10-26T16:09:51.093Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-10-26T16:09:51.093Z] ---> Running in 420b9f01a772 [2020-10-26T16:09:51.093Z] (1/5) Installing ca-certificates (20191127-r2) [2020-10-26T16:09:51.093Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-10-26T16:09:51.093Z] (3/5) Installing libcurl (7.66.0-r1) [2020-10-26T16:09:51.093Z] (4/5) Installing curl (7.66.0-r1) [2020-10-26T16:09:51.093Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-10-26T16:09:51.093Z] Removing intermediate container 50e5dcde145e [2020-10-26T16:09:51.093Z] ---> 1c8c999ac2d0 [2020-10-26T16:09:51.093Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-26T16:09:51.667Z] Executing busybox-1.30.1-r3.trigger [2020-10-26T16:09:51.667Z] Executing ca-certificates-20191127-r2.trigger [2020-10-26T16:09:51.667Z] OK: 7 MiB in 19 packages [2020-10-26T16:09:52.625Z] ---> Running in 5eec1ea22bcc [2020-10-26T16:09:52.625Z] Removing intermediate container 420b9f01a772 [2020-10-26T16:09:52.625Z] ---> 8d1a6abb9f7e [2020-10-26T16:09:52.625Z] Step 21/22 : LABEL git_sha=151af978cf25de30735135da97f91b1f15ae3e78 [2020-10-26T16:09:52.894Z] ---> Running in 1f6c3bb29919 [2020-10-26T16:09:52.894Z] Removing intermediate container d473141ede1e [2020-10-26T16:09:52.894Z] ---> 8e38886b75ef [2020-10-26T16:09:52.894Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-10-26T16:09:52.894Z] ---> 463c7139acfe [2020-10-26T16:09:52.894Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-10-26T16:09:53.843Z] ---> Running in 3a5bf18e9460 [2020-10-26T16:09:53.843Z] ---> Running in aa8d9bfc9f42 [2020-10-26T16:09:53.843Z] Removing intermediate container f1838b6e124f [2020-10-26T16:09:53.843Z] ---> 603a62060cde [2020-10-26T16:09:53.843Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-26T16:09:53.843Z] Removing intermediate container 1f6c3bb29919 [2020-10-26T16:09:53.843Z] ---> 085ae9cc0034 [2020-10-26T16:09:53.843Z] Step 22/22 : LABEL version=1.2.2-dev.96 [2020-10-26T16:09:54.105Z] ---> Running in 07f8d01313a2 [2020-10-26T16:09:54.105Z] ---> Running in 00b467a88d49 [2020-10-26T16:09:54.105Z] Removing intermediate container 3a5bf18e9460 [2020-10-26T16:09:54.105Z] ---> 9edd16a22314 [2020-10-26T16:09:54.105Z] Step 17/20 : CMD ["--init=true"] [2020-10-26T16:09:54.367Z] ---> Running in a9213645afbc [2020-10-26T16:09:54.367Z] Removing intermediate container 00b467a88d49 [2020-10-26T16:09:54.367Z] ---> c5c067421f47 [2020-10-26T16:09:54.367Z] Step 13/26 : WORKDIR / [2020-10-26T16:09:54.633Z] Removing intermediate container 07f8d01313a2 [2020-10-26T16:09:54.633Z] ---> a5d665f89daa [2020-10-26T16:09:54.633Z] [2020-10-26T16:09:54.633Z] ---> Running in 65db7a4c2c4b [2020-10-26T16:09:54.898Z] Successfully built a5d665f89daa [2020-10-26T16:09:54.898Z] Removing intermediate container 5eec1ea22bcc [2020-10-26T16:09:54.898Z] ---> 158f348b2a34 [2020-10-26T16:09:54.898Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-10-26T16:09:54.898Z] Successfully tagged docker-support-logging-go:latest [2020-10-26T16:09:54.898Z] Removing intermediate container a9213645afbc [2020-10-26T16:09:54.898Z] ---> ff92ae6f50c8 [2020-10-26T16:09:54.898Z] Step 18/20 : LABEL arch=x86_64 [2020-10-26T16:09:54.898Z]  Building docker-support-logging-go ... done Building docker-security-secrets-setup-go [2020-10-26T16:09:55.162Z] ---> Running in 403c4340de58 [2020-10-26T16:09:55.162Z] ---> Running in befed48ebcd5 [2020-10-26T16:09:55.162Z] Removing intermediate container 65db7a4c2c4b [2020-10-26T16:09:55.162Z] ---> 1ef24954f21c [2020-10-26T16:09:55.162Z] 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-26T16:09:55.746Z] Removing intermediate container aa8d9bfc9f42 [2020-10-26T16:09:55.746Z] ---> 79bd715b8a28 [2020-10-26T16:09:55.746Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-10-26T16:09:55.746Z] Removing intermediate container befed48ebcd5 [2020-10-26T16:09:55.746Z] ---> 6cf6ce6603a8 [2020-10-26T16:09:55.746Z] Step 19/20 : LABEL git_sha=151af978cf25de30735135da97f91b1f15ae3e78 [2020-10-26T16:09:55.746Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-26T16:09:56.008Z] ---> Running in 0389a660b8b1 [2020-10-26T16:09:56.008Z] ---> 91f03242f64d [2020-10-26T16:09:56.009Z] 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-26T16:09:56.272Z] ---> Running in 79c9a8dc64eb [2020-10-26T16:09:56.272Z] Removing intermediate container 0389a660b8b1 [2020-10-26T16:09:56.272Z] ---> f023e6a972e3 [2020-10-26T16:09:56.272Z] Step 15/27 : ENV APP_PORT=48090 [2020-10-26T16:09:56.534Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-26T16:09:57.157Z] (5/12) Installing fortify-headers (1.1-r0) [2020-10-26T16:09:57.157Z] (6/12) Installing patch (2.7.6-r6) [2020-10-26T16:09:57.157Z] (7/12) Installing build-base (0.5-r2) [2020-10-26T16:09:57.157Z] (8/12) Installing libsodium (1.0.18-r0) [2020-10-26T16:09:57.157Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-10-26T16:09:57.157Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-10-26T16:09:57.157Z] (11/12) Installing libzmq (4.3.3-r0) [2020-10-26T16:09:57.157Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-10-26T16:09:57.157Z] Executing busybox-1.31.1-r16.trigger [2020-10-26T16:09:57.157Z] OK: 217 MiB in 51 packages [2020-10-26T16:09:57.479Z] (1/5) Installing libgcc (9.3.0-r2) [2020-10-26T16:09:57.743Z] ---> Running in f41fb5388f08 [2020-10-26T16:09:57.743Z] Removing intermediate container 79c9a8dc64eb [2020-10-26T16:09:57.743Z] ---> 2eeb231a2bc1 [2020-10-26T16:09:57.743Z] Step 20/20 : LABEL version=1.2.2-dev.96 [2020-10-26T16:09:57.743Z] ---> 63e089aea4d1 [2020-10-26T16:09:57.743Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-10-26T16:09:57.743Z] (2/5) Installing libsodium (1.0.18-r0) [2020-10-26T16:09:57.743Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-10-26T16:09:58.005Z] (4/5) Installing libzmq (4.3.3-r0) [2020-10-26T16:09:58.005Z] ---> Running in a88755ecb762 [2020-10-26T16:09:58.005Z] (5/5) Installing zeromq (4.3.3-r0) [2020-10-26T16:09:58.267Z] Executing busybox-1.31.1-r19.trigger [2020-10-26T16:09:58.267Z] OK: 8 MiB in 19 packages [2020-10-26T16:09:58.267Z] Removing intermediate container f41fb5388f08 [2020-10-26T16:09:58.267Z] ---> ad76067edd8f [2020-10-26T16:09:58.267Z] Step 16/27 : EXPOSE $APP_PORT [2020-10-26T16:09:58.267Z] ---> 24bfc67544dd [2020-10-26T16:09:58.267Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-10-26T16:09:58.532Z] ---> Running in 2dcefd894e58 [2020-10-26T16:09:58.532Z] Removing intermediate container a88755ecb762 [2020-10-26T16:09:58.532Z] ---> ddf1f268a928 [2020-10-26T16:09:58.532Z] [2020-10-26T16:09:58.532Z] Successfully built ddf1f268a928 [2020-10-26T16:09:58.802Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-10-26T16:09:58.802Z]  Building docker-security-proxy-setup-go ... done Building docker-core-metadata-go [2020-10-26T16:09:58.802Z] Removing intermediate container 2dcefd894e58 [2020-10-26T16:09:58.802Z] ---> 631661fe9f7a [2020-10-26T16:09:58.802Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-10-26T16:09:58.802Z] ---> 801150f1359c [2020-10-26T16:09:58.802Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-10-26T16:10:00.563Z] Removing intermediate container 9e32a5e412ee [2020-10-26T16:10:00.563Z] ---> dde6086c5dfc [2020-10-26T16:10:00.563Z] Step 4/7 : WORKDIR /edgex-go [2020-10-26T16:10:00.841Z] ---> Running in 0a3afc516da5 [2020-10-26T16:10:01.113Z] Removing intermediate container 0a3afc516da5 [2020-10-26T16:10:01.113Z] ---> 43fd2465e30d [2020-10-26T16:10:01.113Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-10-26T16:10:01.707Z] latest: Pulling from library/docker [2020-10-26T16:10:01.983Z] 5f621e34cdf4: Pulling fs layer [2020-10-26T16:10:01.983Z] 85db56a05063: Pulling fs layer [2020-10-26T16:10:01.983Z] ccb67d6aeaaa: Pulling fs layer [2020-10-26T16:10:01.983Z] a0b19fc83503: Pulling fs layer [2020-10-26T16:10:01.983Z] 8eb508b41278: Pulling fs layer [2020-10-26T16:10:01.983Z] 37236713561e: Pulling fs layer [2020-10-26T16:10:01.983Z] 07c93f2b1b56: Pulling fs layer [2020-10-26T16:10:01.983Z] a0b19fc83503: Waiting [2020-10-26T16:10:01.983Z] 37236713561e: Waiting [2020-10-26T16:10:01.983Z] 07c93f2b1b56: Waiting [2020-10-26T16:10:01.983Z] 8eb508b41278: Waiting [2020-10-26T16:10:02.128Z] Removing intermediate container 403c4340de58 [2020-10-26T16:10:02.128Z] ---> 6ea0e590bf44 [2020-10-26T16:10:02.128Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-10-26T16:10:02.261Z] ccb67d6aeaaa: Verifying Checksum [2020-10-26T16:10:02.261Z] ccb67d6aeaaa: Download complete [2020-10-26T16:10:02.261Z] 85db56a05063: Verifying Checksum [2020-10-26T16:10:02.261Z] 85db56a05063: Download complete [2020-10-26T16:10:02.261Z] 5f621e34cdf4: Verifying Checksum [2020-10-26T16:10:02.261Z] 5f621e34cdf4: Download complete [2020-10-26T16:10:02.261Z] 8eb508b41278: Verifying Checksum [2020-10-26T16:10:02.261Z] 8eb508b41278: Download complete [2020-10-26T16:10:02.427Z] ---> cfeb3a547070 [2020-10-26T16:10:02.427Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-10-26T16:10:02.540Z] 37236713561e: Download complete [2020-10-26T16:10:02.540Z] 07c93f2b1b56: Download complete [2020-10-26T16:10:02.692Z] ---> 7ddcda84ebef [2020-10-26T16:10:02.692Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-10-26T16:10:02.816Z] 5f621e34cdf4: Pull complete [2020-10-26T16:10:03.278Z] ---> 9741814be531 [2020-10-26T16:10:03.278Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-10-26T16:10:03.419Z] 85db56a05063: Pull complete [2020-10-26T16:10:04.013Z] ccb67d6aeaaa: Pull complete [2020-10-26T16:10:04.013Z] a0b19fc83503: Verifying Checksum [2020-10-26T16:10:04.013Z] a0b19fc83503: Download complete [2020-10-26T16:10:04.686Z] ---> 35c184ded5db [2020-10-26T16:10:04.686Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-10-26T16:10:05.646Z] ---> 716b750f92aa [2020-10-26T16:10:05.646Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-10-26T16:10:05.934Z] ---> 182e1ad237e1 [2020-10-26T16:10:05.934Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-10-26T16:10:06.510Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-26T16:10:06.510Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-10-26T16:10:06.510Z] ---> dddbbac08c8e [2020-10-26T16:10:06.510Z] Step 3/29 : WORKDIR /edgex-go [2020-10-26T16:10:06.510Z] ---> Using cache [2020-10-26T16:10:06.510Z] ---> 10904a8ae7bd [2020-10-26T16:10:06.510Z] Step 4/29 : RUN apk update && apk add make git [2020-10-26T16:10:07.417Z] a0b19fc83503: Pull complete [2020-10-26T16:10:07.465Z] ---> 8e4cc9dcbf1a [2020-10-26T16:10:07.465Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-10-26T16:10:07.691Z] 8eb508b41278: Pull complete [2020-10-26T16:10:07.728Z] ---> Running in 42e1d3d55ebd [2020-10-26T16:10:07.728Z] ---> 13a97066816a [2020-10-26T16:10:07.728Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-10-26T16:10:07.968Z] 37236713561e: Pull complete [2020-10-26T16:10:07.992Z] ---> Running in a8e8530e6c1c [2020-10-26T16:10:07.992Z] ---> 33d1a9a1e175 [2020-10-26T16:10:07.992Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-10-26T16:10:07.992Z] ---> Running in f0bbfede79ea [2020-10-26T16:10:08.242Z] 07c93f2b1b56: Pull complete [2020-10-26T16:10:08.242Z] Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 [2020-10-26T16:10:08.517Z] Status: Downloaded newer image for docker:latest [2020-10-26T16:10:09.401Z] Removing intermediate container f0bbfede79ea [2020-10-26T16:10:09.401Z] ---> 467410884025 [2020-10-26T16:10:09.401Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-26T16:10:09.401Z] ---> b69663f4b4e2 [2020-10-26T16:10:09.401Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-26T16:10:09.979Z] ---> Running in 866fb48b6f74 [2020-10-26T16:10:10.244Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-26T16:10:10.244Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-26T16:10:10.244Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-26T16:10:10.245Z] ---> dddbbac08c8e [2020-10-26T16:10:10.245Z] Step 3/22 : WORKDIR /edgex-go [2020-10-26T16:10:10.245Z] ---> Using cache [2020-10-26T16:10:10.245Z] ---> 10904a8ae7bd [2020-10-26T16:10:10.245Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-26T16:10:10.245Z] ---> Using cache [2020-10-26T16:10:10.245Z] ---> e6494f833b22 [2020-10-26T16:10:10.245Z] Step 5/22 : RUN apk update && apk add make git [2020-10-26T16:10:10.245Z] ---> Using cache [2020-10-26T16:10:10.245Z] ---> 2babad99c746 [2020-10-26T16:10:10.245Z] Step 6/22 : COPY go.mod . [2020-10-26T16:10:10.245Z] ---> Using cache [2020-10-26T16:10:10.245Z] ---> 9df67d9b3773 [2020-10-26T16:10:10.245Z] Step 7/22 : RUN go mod download [2020-10-26T16:10:10.245Z] ---> Using cache [2020-10-26T16:10:10.245Z] ---> 1d0f3eac05a2 [2020-10-26T16:10:10.245Z] Step 8/22 : COPY . . [2020-10-26T16:10:10.245Z] ---> Using cache [2020-10-26T16:10:10.245Z] ---> 33314fcff07e [2020-10-26T16:10:10.245Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-10-26T16:10:10.819Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-26T16:10:10.819Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-26T16:10:11.082Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-26T16:10:11.082Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-10-26T16:10:11.082Z] (2/33) Installing expat (2.2.9-r1) [2020-10-26T16:10:11.082Z] (3/33) Installing libffi (3.3-r2) [2020-10-26T16:10:11.082Z] (4/33) Installing gdbm (1.13-r1) [2020-10-26T16:10:11.082Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-10-26T16:10:11.344Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-10-26T16:10:11.344Z] ---> Running in 50c112288308 [2020-10-26T16:10:11.344Z] (7/33) Installing python3 (3.8.5-r0) [2020-10-26T16:10:11.608Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-26T16:10:11.608Z] v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-26T16:10:11.608Z] OK: 12752 distinct packages available [2020-10-26T16:10:11.872Z] ---> Running in 288bd89a8fcc [2020-10-26T16:10:11.872Z] Removing intermediate container 866fb48b6f74 [2020-10-26T16:10:11.872Z] ---> 88cfca918909 [2020-10-26T16:10:11.872Z] Step 21/23 : LABEL arch=x86_64 [2020-10-26T16:10:11.910Z] ---> dcb2f7a1d296 [2020-10-26T16:10:11.910Z] Step 6/7 : COPY go.mod . [2020-10-26T16:10:12.135Z] OK: 233 MiB in 51 packages [2020-10-26T16:10:12.183Z] ---> c0b800d57a50 [2020-10-26T16:10:12.183Z] Step 7/7 : RUN go mod download [2020-10-26T16:10:12.455Z] ---> Running in 80242740b422 [2020-10-26T16:10:14.696Z] ---> Running in 4680470a1831 [2020-10-26T16:10:14.696Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-10-26T16:10:14.696Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-10-26T16:10:14.696Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-10-26T16:10:14.696Z] (11/33) Installing py3-six (1.15.0-r0) [2020-10-26T16:10:14.696Z] (12/33) Installing py3-packaging (20.4-r0) [2020-10-26T16:10:14.696Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-10-26T16:10:14.696Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-10-26T16:10:15.328Z] (15/33) Installing py3-idna (2.9-r0) [2020-10-26T16:10:15.328Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-10-26T16:10:15.328Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.96" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-10-26T16:10:15.655Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-10-26T16:10:15.655Z] Removing intermediate container 4680470a1831 [2020-10-26T16:10:15.655Z] ---> 313e571bc764 [2020-10-26T16:10:15.655Z] Step 22/23 : LABEL git_sha=151af978cf25de30735135da97f91b1f15ae3e78 [2020-10-26T16:10:15.945Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-10-26T16:10:15.945Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-10-26T16:10:15.945Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-10-26T16:10:16.234Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-10-26T16:10:16.569Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-10-26T16:10:16.569Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-10-26T16:10:16.569Z] ---> Running in e3d5f28c891f [2020-10-26T16:10:16.569Z] Removing intermediate container 42e1d3d55ebd [2020-10-26T16:10:16.569Z] ---> 86490c36ee82 [2020-10-26T16:10:16.569Z] Step 5/29 : COPY go.mod . [2020-10-26T16:10:16.569Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-10-26T16:10:16.569Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-10-26T16:10:16.569Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-10-26T16:10:16.569Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-10-26T16:10:16.569Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-10-26T16:10:16.569Z] (29/33) Installing py3-progress (1.5-r0) [2020-10-26T16:10:16.981Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-10-26T16:10:16.981Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-10-26T16:10:16.981Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-10-26T16:10:16.981Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-10-26T16:10:17.985Z] Removing intermediate container 50c112288308 [2020-10-26T16:10:17.985Z] ---> 428ba7bb391e [2020-10-26T16:10:17.985Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-10-26T16:10:17.985Z] Removing intermediate container e3d5f28c891f [2020-10-26T16:10:17.985Z] ---> b5c4f44a41d4 [2020-10-26T16:10:17.985Z] Step 23/23 : LABEL version=1.2.2-dev.96 [2020-10-26T16:10:17.985Z] Executing busybox-1.31.1-r19.trigger [2020-10-26T16:10:18.257Z] OK: 71 MiB in 55 packages [2020-10-26T16:10:18.257Z] ---> Running in de34878933e2 [2020-10-26T16:10:18.257Z] ---> 4b927c469ff0 [2020-10-26T16:10:18.257Z] Step 6/29 : RUN go mod download [2020-10-26T16:10:18.257Z] ---> Running in 72a1bbf37509 [2020-10-26T16:10:18.532Z] ---> Running in 59b46230f95c [2020-10-26T16:10:18.802Z] Removing intermediate container de34878933e2 [2020-10-26T16:10:18.802Z] ---> ee56ffd916cb [2020-10-26T16:10:18.802Z] Step 24/26 : LABEL arch=x86_64 [2020-10-26T16:10:19.066Z] Removing intermediate container 72a1bbf37509 [2020-10-26T16:10:19.066Z] ---> 07e14fde5809 [2020-10-26T16:10:19.066Z] [2020-10-26T16:10:19.066Z] ---> Running in db81659c1700 [2020-10-26T16:10:19.342Z] Successfully built 07e14fde5809 [2020-10-26T16:10:19.342Z] Successfully tagged docker-core-data-go:latest [2020-10-26T16:10:19.342Z]  Building docker-core-data-go ... done Building docker-support-scheduler-go [2020-10-26T16:10:24.682Z] Removing intermediate container db81659c1700 [2020-10-26T16:10:24.682Z] ---> 1a0e1a77e2f0 [2020-10-26T16:10:24.682Z] Step 25/26 : LABEL git_sha=151af978cf25de30735135da97f91b1f15ae3e78 [2020-10-26T16:10:26.668Z] ---> Running in 186333eb4ad2 [2020-10-26T16:10:27.264Z] Removing intermediate container 186333eb4ad2 [2020-10-26T16:10:27.264Z] ---> 65ad341e3a64 [2020-10-26T16:10:27.264Z] Step 26/26 : LABEL version=1.2.2-dev.96 [2020-10-26T16:10:27.541Z] Removing intermediate container 59b46230f95c [2020-10-26T16:10:27.542Z] ---> 23111568a109 [2020-10-26T16:10:27.542Z] Step 7/29 : COPY . . [2020-10-26T16:10:27.811Z] ---> Running in 0084f65434e7 [2020-10-26T16:10:36.045Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-26T16:10:36.045Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-10-26T16:10:36.045Z] ---> dddbbac08c8e [2020-10-26T16:10:36.045Z] Step 3/21 : WORKDIR /edgex-go [2020-10-26T16:10:36.045Z] ---> Using cache [2020-10-26T16:10:36.045Z] ---> 10904a8ae7bd [2020-10-26T16:10:36.045Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-26T16:10:36.045Z] ---> Using cache [2020-10-26T16:10:36.045Z] ---> e6494f833b22 [2020-10-26T16:10:36.045Z] Step 5/21 : RUN apk update && apk add make git [2020-10-26T16:10:36.045Z] ---> Using cache [2020-10-26T16:10:36.045Z] ---> 2babad99c746 [2020-10-26T16:10:36.045Z] Step 6/21 : COPY go.mod . [2020-10-26T16:10:36.045Z] ---> Using cache [2020-10-26T16:10:36.045Z] ---> 9df67d9b3773 [2020-10-26T16:10:36.045Z] Step 7/21 : RUN go mod download [2020-10-26T16:10:36.045Z] ---> Using cache [2020-10-26T16:10:36.045Z] ---> 1d0f3eac05a2 [2020-10-26T16:10:36.045Z] Step 8/21 : COPY . . [2020-10-26T16:10:36.045Z] ---> Using cache [2020-10-26T16:10:36.045Z] ---> 33314fcff07e [2020-10-26T16:10:36.045Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-10-26T16:10:36.636Z] Removing intermediate container 0084f65434e7 [2020-10-26T16:10:36.636Z] ---> b80265f5742d [2020-10-26T16:10:36.637Z] [2020-10-26T16:10:36.902Z] Successfully built b80265f5742d [2020-10-26T16:10:37.179Z] ---> Running in 78ff145f5afa [2020-10-26T16:10:37.456Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-10-26T16:10:37.456Z] Building docker-support-notifications-go [2020-10-26T16:10:39.243Z] Removing intermediate container 80242740b422 [2020-10-26T16:10:39.243Z] ---> 27d192a25f00 [2020-10-26T16:10:39.243Z] Successfully built 27d192a25f00 [2020-10-26T16:10:39.243Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:10:39.674Z] + docker inspect -f . ci-base-image-arm64 [2020-10-26T16:10:39.674Z] . [Pipeline] withDockerContainer [2020-10-26T16:10:39.921Z] prd-ubuntu18.04-docker-arm64-4c-16g-8912 does not seem to be running inside a container [2020-10-26T16:10:40.010Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/212 -v /w/workspace/edgex-go/212:/w/workspace/edgex-go/212:rw,z -v /w/workspace/edgex-go/212@tmp:/w/workspace/edgex-go/212@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T16:10:41.855Z] $ docker top 63dc65da00f23542c86262ed7729f862857d8632c68fd09cbfe1f6a2d3d0e243 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-26T16:10:42.808Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container a8e8530e6c1c [2020-10-26T16:10:42.808Z] ---> 8d114be8ce36 [2020-10-26T16:10:42.808Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-10-26T16:10:43.249Z] + go version [2020-10-26T16:10:43.249Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-10-26T16:10:43.272Z] $ docker stop --time=1 63dc65da00f23542c86262ed7729f862857d8632c68fd09cbfe1f6a2d3d0e243 [2020-10-26T16:10:45.187Z] $ docker rm -f 63dc65da00f23542c86262ed7729f862857d8632c68fd09cbfe1f6a2d3d0e243 [2020-10-26T16:10:45.370Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.96" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [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) [2020-10-26T16:10:45.951Z] ---> Running in 625a89d85907 [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:10:46.394Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-26T16:10:46.394Z] [2020-10-26T16:10:46.394Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:10:47.051Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-26T16:10:47.051Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-10-26T16:10:47.051Z] 29e5d40040c1: Pulling fs layer [2020-10-26T16:10:47.051Z] 1ce36da41761: Pulling fs layer [2020-10-26T16:10:47.051Z] 25b303627fd3: Pulling fs layer [2020-10-26T16:10:47.327Z] 29e5d40040c1: Download complete [2020-10-26T16:10:47.924Z] 1ce36da41761: Verifying Checksum [2020-10-26T16:10:47.924Z] 1ce36da41761: Download complete [2020-10-26T16:10:48.202Z] 29e5d40040c1: Pull complete [2020-10-26T16:10:49.181Z] 1ce36da41761: Pull complete [2020-10-26T16:10:49.781Z] 25b303627fd3: Verifying Checksum [2020-10-26T16:10:49.781Z] 25b303627fd3: Download complete [2020-10-26T16:10:52.615Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-26T16:10:52.615Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-10-26T16:10:52.615Z] ---> dddbbac08c8e [2020-10-26T16:10:52.615Z] Step 3/24 : WORKDIR /edgex-go [2020-10-26T16:10:52.615Z] ---> Using cache [2020-10-26T16:10:52.615Z] ---> 10904a8ae7bd [2020-10-26T16:10:52.615Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-26T16:10:52.615Z] ---> Using cache [2020-10-26T16:10:52.615Z] ---> e6494f833b22 [2020-10-26T16:10:52.616Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-10-26T16:10:53.204Z] ---> eeee30cd6746 [2020-10-26T16:10:53.204Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-10-26T16:10:53.482Z] ---> Running in af2ece81dd4e [2020-10-26T16:10:53.482Z] ---> Running in 1d2a8abd965e [2020-10-26T16:10:54.909Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.96" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-10-26T16:10:54.909Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-26T16:10:55.494Z] Collecting docker-compose==1.23.2 [2020-10-26T16:10:55.494Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-10-26T16:10:55.494Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-26T16:10:55.764Z] Collecting dockerpty<0.5,>=0.4.1 [2020-10-26T16:10:55.764Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-10-26T16:10:56.355Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-26T16:10:56.355Z] v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-26T16:10:56.355Z] OK: 12752 distinct packages available [2020-10-26T16:10:56.638Z] 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-26T16:10:56.915Z] Collecting jsonschema<3,>=2.5.1 [2020-10-26T16:10:56.915Z] OK: 233 MiB in 51 packages [2020-10-26T16:10:56.915Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-10-26T16:10:56.915Z] Collecting texttable<0.10,>=0.9.0 [2020-10-26T16:10:56.915Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-10-26T16:10:58.364Z] Collecting docker<4.0,>=3.6.0 [2020-10-26T16:10:58.957Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-10-26T16:10:59.552Z] Removing intermediate container 288bd89a8fcc [2020-10-26T16:10:59.552Z] ---> d98ea7f86b33 [2020-10-26T16:10:59.552Z] [2020-10-26T16:10:59.552Z] Step 10/22 : FROM scratch [2020-10-26T16:10:59.552Z] ---> [2020-10-26T16:10:59.552Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-26T16:10:59.831Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-10-26T16:10:59.831Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-10-26T16:10:59.934Z] 25b303627fd3: Pull complete [2020-10-26T16:10:59.934Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-10-26T16:10:59.934Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-26T16:10:59.934Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-10-26T16:11:00.173Z] prd-ubuntu18.04-docker-arm64-4c-16g-8912 does not seem to be running inside a container [2020-10-26T16:11:00.304Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/212 -v /w/workspace/edgex-go/212:/w/workspace/edgex-go/212:rw,z -v /w/workspace/edgex-go/212@tmp:/w/workspace/edgex-go/212@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T16:11:00.805Z] Collecting docopt<0.7,>=0.6.1 [2020-10-26T16:11:00.805Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-10-26T16:11:01.072Z] ---> Running in d4add3668d60 [2020-10-26T16:11:01.072Z] Removing intermediate container af2ece81dd4e [2020-10-26T16:11:01.072Z] ---> cbe89ab07281 [2020-10-26T16:11:01.072Z] Step 6/24 : COPY go.mod . [2020-10-26T16:11:01.352Z] Removing intermediate container d4add3668d60 [2020-10-26T16:11:01.352Z] ---> 3c20fae08798 [2020-10-26T16:11:01.352Z] Step 12/22 : ENV APP_PORT=48081 [2020-10-26T16:11:01.352Z] ---> Running in 96e1064c6903 [2020-10-26T16:11:01.636Z] Collecting websocket-client<1.0,>=0.32.0 [2020-10-26T16:11:01.636Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-10-26T16:11:01.636Z] Removing intermediate container 96e1064c6903 [2020-10-26T16:11:01.636Z] ---> a804f1b2435e [2020-10-26T16:11:01.636Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-26T16:11:01.905Z] ---> 8bd72c27c597 [2020-10-26T16:11:01.905Z] Step 7/24 : RUN go mod download [2020-10-26T16:11:01.905Z] Collecting cached-property<2,>=1.2.0 [2020-10-26T16:11:01.905Z] ---> Running in c7a420298c93 [2020-10-26T16:11:01.905Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-10-26T16:11:01.905Z] ---> Running in b30c2b6cbcea [2020-10-26T16:11:02.172Z] Collecting PyYAML<4,>=3.10 [2020-10-26T16:11:02.172Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-10-26T16:11:02.172Z] Removing intermediate container c7a420298c93 [2020-10-26T16:11:02.172Z] ---> 9b71a4aba559 [2020-10-26T16:11:02.172Z] Step 14/22 : WORKDIR / [2020-10-26T16:11:02.455Z] ---> Running in 9eeff9c38c30 [2020-10-26T16:11:03.698Z] $ docker top 25c6c3ed6f9afb13ce4600e5d1d8f6dd3dfb7f23f8b6200ee187dafc91f6c8f2 -eo pid,comm [2020-10-26T16:11:03.860Z] Collecting docker-pycreds>=0.4.0 [2020-10-26T16:11:03.860Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-10-26T16:11:03.860Z] Removing intermediate container 9eeff9c38c30 [2020-10-26T16:11:03.860Z] ---> 4059a0f45d5b [2020-10-26T16:11:03.860Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-10-26T16:11:03.860Z] 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-26T16:11:03.860Z] Collecting idna<2.8,>=2.5 [2020-10-26T16:11:03.860Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-10-26T16:11:03.860Z] 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-26T16:11:03.860Z] Collecting urllib3<1.25,>=1.21.1 [Pipeline] { [Pipeline] sh [2020-10-26T16:11:04.127Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-10-26T16:11:04.127Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-10-26T16:11:04.127Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-10-26T16:11:04.127Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-10-26T16:11:04.127Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-10-26T16:11:04.127Z] Installing collected packages: dockerpty, jsonschema, texttable, websocket-client, docker-pycreds, idna, urllib3, requests, docker, docopt, cached-property, PyYAML, docker-compose [2020-10-26T16:11:04.127Z] Running setup.py install for dockerpty: started [2020-10-26T16:11:04.390Z] ---> 093acaf2eda9 [2020-10-26T16:11:04.390Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-10-26T16:11:04.983Z] Running setup.py install for dockerpty: finished with status 'done' [2020-10-26T16:11:05.122Z] + docker-compose build --help [2020-10-26T16:11:05.122Z] + grep parallel [2020-10-26T16:11:05.262Z] Running setup.py install for texttable: started [2020-10-26T16:11:05.545Z] ---> 75c941d89f2e [2020-10-26T16:11:05.545Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-10-26T16:11:05.545Z] Removing intermediate container b30c2b6cbcea [2020-10-26T16:11:05.545Z] ---> 3ccf1b5a408b [2020-10-26T16:11:05.545Z] Step 8/24 : COPY . . [2020-10-26T16:11:05.809Z] Running setup.py install for texttable: finished with status 'done' [2020-10-26T16:11:08.491Z] --parallel Build images in parallel. [Pipeline] } [2020-10-26T16:11:08.510Z] $ docker stop --time=1 25c6c3ed6f9afb13ce4600e5d1d8f6dd3dfb7f23f8b6200ee187dafc91f6c8f2 [2020-10-26T16:11:10.027Z] ---> 7d7ec1b6624d [2020-10-26T16:11:10.027Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-10-26T16:11:10.427Z] $ docker rm -f 25c6c3ed6f9afb13ce4600e5d1d8f6dd3dfb7f23f8b6200ee187dafc91f6c8f2 [2020-10-26T16:11:10.604Z] Attempting uninstall: idna [2020-10-26T16:11:10.604Z] Found existing installation: idna 2.9 [2020-10-26T16:11:10.604Z] Uninstalling idna-2.9: [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [2020-10-26T16:11:10.867Z] Successfully uninstalled idna-2.9 [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:11:11.196Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-26T16:11:11.196Z] . [Pipeline] withDockerContainer [2020-10-26T16:11:11.425Z] prd-ubuntu18.04-docker-arm64-4c-16g-8912 does not seem to be running inside a container [2020-10-26T16:11:11.447Z] Attempting uninstall: urllib3 [2020-10-26T16:11:11.447Z] ---> Running in d8de7551a95d [2020-10-26T16:11:11.447Z] Found existing installation: urllib3 1.25.9 [2020-10-26T16:11:11.447Z] Uninstalling urllib3-1.25.9: [2020-10-26T16:11:11.516Z] $ 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/212 -v /w/workspace/edgex-go/212:/w/workspace/edgex-go/212:rw,z -v /w/workspace/edgex-go/212@tmp:/w/workspace/edgex-go/212@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T16:11:12.962Z] $ docker top 0d593c54c7006d42b55e8a7abbefd6cc30db0b556822027cf00b67fa78d94dbb -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-26T16:11:14.089Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-10-26T16:11:14.785Z] Successfully uninstalled urllib3-1.25.9 [2020-10-26T16:11:18.101Z] Attempting uninstall: requests [2020-10-26T16:11:18.101Z] Found existing installation: requests 2.23.0 [2020-10-26T16:11:18.101Z] Uninstalling requests-2.23.0: [2020-10-26T16:11:18.101Z] Successfully uninstalled requests-2.23.0 [2020-10-26T16:11:18.362Z] Removing intermediate container d8de7551a95d [2020-10-26T16:11:18.362Z] ---> 1d41029a0316 [2020-10-26T16:11:18.362Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-26T16:11:18.474Z] Building docker-core-command-go ... [2020-10-26T16:11:18.474Z] Building docker-core-data-go ... [2020-10-26T16:11:18.474Z] Building docker-core-metadata-go ... [2020-10-26T16:11:18.474Z] Building docker-security-proxy-setup-go ... [2020-10-26T16:11:18.474Z] Building docker-security-secrets-setup-go ... [2020-10-26T16:11:18.474Z] Building docker-security-secretstore-setup-go ... [2020-10-26T16:11:18.474Z] Building docker-support-logging-go ... [2020-10-26T16:11:18.474Z] Building docker-support-notifications-go ... [2020-10-26T16:11:18.474Z] Building docker-support-scheduler-go ... [2020-10-26T16:11:18.474Z] Building docker-sys-mgmt-agent-go ... [2020-10-26T16:11:18.474Z] Building docker-support-scheduler-go [2020-10-26T16:11:18.474Z] Building docker-core-command-go [2020-10-26T16:11:18.474Z] Building docker-security-proxy-setup-go [2020-10-26T16:11:18.474Z] Building docker-support-logging-go [2020-10-26T16:11:18.474Z] Building docker-security-secretstore-setup-go [2020-10-26T16:11:21.678Z] ---> Running in 82b3f39ba5f3 [2020-10-26T16:11:23.596Z] Running setup.py install for docopt: started [2020-10-26T16:11:23.596Z] ---> d8f9ef2d8fba [2020-10-26T16:11:23.596Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-10-26T16:11:23.596Z] Removing intermediate container 78ff145f5afa [2020-10-26T16:11:23.596Z] ---> 54c85e4d6f90 [2020-10-26T16:11:23.596Z] [2020-10-26T16:11:23.596Z] Step 10/21 : FROM scratch [2020-10-26T16:11:23.596Z] ---> [2020-10-26T16:11:23.596Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-26T16:11:23.596Z] Removing intermediate container 82b3f39ba5f3 [2020-10-26T16:11:23.596Z] ---> 8f0634e35a6f [2020-10-26T16:11:23.596Z] Step 20/22 : LABEL arch=x86_64 [2020-10-26T16:11:23.596Z] ---> Running in 423109f2ee12 [2020-10-26T16:11:23.596Z] ---> Running in 8520fb4d078e [2020-10-26T16:11:23.596Z] ---> Using cache [2020-10-26T16:11:23.596Z] ---> 3c20fae08798 [2020-10-26T16:11:23.596Z] Step 12/21 : ENV APP_PORT=48085 [2020-10-26T16:11:23.866Z] Removing intermediate container 8520fb4d078e [2020-10-26T16:11:23.866Z] ---> 865e69b37376 [2020-10-26T16:11:23.866Z] Step 21/22 : LABEL git_sha=151af978cf25de30735135da97f91b1f15ae3e78 [2020-10-26T16:11:23.866Z] ---> Running in 74a8588c7d0d [2020-10-26T16:11:24.137Z] ---> Running in 723cf77f4737 [2020-10-26T16:11:24.137Z] Removing intermediate container 74a8588c7d0d [2020-10-26T16:11:24.137Z] ---> 441e308fbbef [2020-10-26T16:11:24.137Z] Step 13/21 : EXPOSE $APP_PORT [2020-10-26T16:11:24.137Z] Running setup.py install for docopt: finished with status 'done' [2020-10-26T16:11:24.137Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.96" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-10-26T16:11:25.096Z] Running setup.py install for PyYAML: started [2020-10-26T16:11:25.096Z] ---> Running in 2aa735a74b54 [2020-10-26T16:11:25.096Z] Removing intermediate container 723cf77f4737 [2020-10-26T16:11:25.096Z] ---> 9488fa0a7d7f [2020-10-26T16:11:25.096Z] Step 22/22 : LABEL version=1.2.2-dev.96 [2020-10-26T16:11:25.685Z] Running setup.py install for PyYAML: finished with status 'done' [2020-10-26T16:11:25.685Z] ---> Running in 5c41a6c93a42 [2020-10-26T16:11:26.296Z] Removing intermediate container 1d2a8abd965e [2020-10-26T16:11:26.296Z] ---> 4f5dd43fc04b [2020-10-26T16:11:26.296Z] [2020-10-26T16:11:26.296Z] Step 9/29 : FROM alpine:latest [2020-10-26T16:11:26.296Z] ---> d6e46aa2470d [2020-10-26T16:11:26.296Z] 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-26T16:11:26.296Z] Removing intermediate container 2aa735a74b54 [2020-10-26T16:11:26.296Z] ---> ab9d7af07830 [2020-10-26T16:11:26.296Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-10-26T16:11:26.907Z] 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-26T16:11:26.907Z] Removing intermediate container 5c41a6c93a42 [2020-10-26T16:11:26.907Z] ---> 3de56169344f [2020-10-26T16:11:26.907Z] [2020-10-26T16:11:26.907Z] ---> Running in e3f5355c6e33 [2020-10-26T16:11:27.232Z] ---> 90797691f9e3 [2020-10-26T16:11:27.232Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-10-26T16:11:27.232Z] Successfully built 3de56169344f [2020-10-26T16:11:27.232Z] Successfully tagged docker-core-metadata-go:latest [2020-10-26T16:11:27.232Z] Building docker-core-command-go [2020-10-26T16:11:27.232Z]  Building docker-core-metadata-go ... done Removing intermediate container e3f5355c6e33 [2020-10-26T16:11:27.232Z] ---> 7fb2f005ed01 [2020-10-26T16:11:27.232Z] Step 11/29 : USER root [2020-10-26T16:11:27.533Z] ---> Running in 92e90ac79f40 [2020-10-26T16:11:27.882Z] Removing intermediate container 92e90ac79f40 [2020-10-26T16:11:27.882Z] ---> 8947f911e114 [2020-10-26T16:11:27.882Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-10-26T16:11:28.262Z] ---> Running in 3f772e26d7a4 [2020-10-26T16:11:28.262Z] ---> 14f542571fe3 [2020-10-26T16:11:28.262Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-10-26T16:11:35.237Z] ---> 78b37e5fefc0 [2020-10-26T16:11:35.237Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-10-26T16:11:35.237Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-26T16:11:35.237Z] Removing intermediate container 625a89d85907 [2020-10-26T16:11:35.237Z] ---> a80c3c5126d8 [2020-10-26T16:11:35.237Z] Step 22/27 : RUN apk --no-cache add curl [2020-10-26T16:11:35.237Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-26T16:11:35.237Z] v3.12.1-8-ge053f6efb7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-26T16:11:35.237Z] v3.12.1-5-g0954f48dc3 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-26T16:11:35.237Z] OK: 12744 distinct packages available [2020-10-26T16:11:35.516Z] (1/2) Installing ca-certificates (20191127-r4) [2020-10-26T16:11:35.516Z] ---> Running in bb403458d061 [2020-10-26T16:11:35.516Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-10-26T16:11:35.516Z] Executing busybox-1.31.1-r19.trigger [2020-10-26T16:11:35.516Z] Executing ca-certificates-20191127-r4.trigger [2020-10-26T16:11:35.798Z] OK: 6 MiB in 16 packages [2020-10-26T16:11:39.660Z] ---> Running in d0206255fac5 [2020-10-26T16:11:39.660Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-26T16:11:39.660Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-26T16:11:39.660Z] ---> dddbbac08c8e [2020-10-26T16:11:39.660Z] Step 3/22 : WORKDIR /edgex-go [2020-10-26T16:11:39.660Z] ---> Using cache [2020-10-26T16:11:39.660Z] ---> 10904a8ae7bd [2020-10-26T16:11:39.660Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-26T16:11:39.660Z] ---> Using cache [2020-10-26T16:11:39.660Z] ---> e6494f833b22 [2020-10-26T16:11:39.660Z] Step 5/22 : RUN apk update && apk add make git [2020-10-26T16:11:39.660Z] ---> Using cache [2020-10-26T16:11:39.660Z] ---> 2babad99c746 [2020-10-26T16:11:39.660Z] Step 6/22 : COPY go.mod . [2020-10-26T16:11:39.660Z] ---> Using cache [2020-10-26T16:11:39.660Z] ---> 9df67d9b3773 [2020-10-26T16:11:39.660Z] Step 7/22 : RUN go mod download [2020-10-26T16:11:39.660Z] ---> Using cache [2020-10-26T16:11:39.660Z] ---> 1d0f3eac05a2 [2020-10-26T16:11:39.660Z] Step 8/22 : COPY . . [2020-10-26T16:11:39.660Z] ---> Using cache [2020-10-26T16:11:39.660Z] ---> 33314fcff07e [2020-10-26T16:11:39.660Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-10-26T16:11:41.460Z] ---> Running in 4d0c93e52715 [2020-10-26T16:11:41.460Z] Removing intermediate container bb403458d061 [2020-10-26T16:11:41.460Z] ---> 884cf0872531 [2020-10-26T16:11:41.460Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-26T16:11:42.092Z] ---> Running in f029989d9a2a [2020-10-26T16:11:42.390Z] Removing intermediate container 3f772e26d7a4 [2020-10-26T16:11:42.390Z] ---> 9eb498536413 [2020-10-26T16:11:42.390Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-10-26T16:11:42.390Z] ---> Running in 70971f26551d [2020-10-26T16:11:42.390Z] Removing intermediate container f029989d9a2a [2020-10-26T16:11:42.390Z] ---> 14180181a2da [2020-10-26T16:11:42.390Z] Step 19/21 : LABEL arch=x86_64 [2020-10-26T16:11:42.689Z] ---> Running in 777ba4a3f60e [2020-10-26T16:11:42.689Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-26T16:11:42.689Z] Removing intermediate container 70971f26551d [2020-10-26T16:11:42.689Z] ---> 6c55667f0fce [2020-10-26T16:11:42.689Z] Step 14/29 : WORKDIR $BASE_DIR [2020-10-26T16:11:42.689Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.96" -o cmd/core-command/core-command ./cmd/core-command [2020-10-26T16:11:42.689Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-26T16:11:42.689Z] ---> Running in f51a3e573a6d [2020-10-26T16:11:42.689Z] Removing intermediate container 777ba4a3f60e [2020-10-26T16:11:42.689Z] ---> 20919158861e [2020-10-26T16:11:42.689Z] Step 20/21 : LABEL git_sha=151af978cf25de30735135da97f91b1f15ae3e78 [2020-10-26T16:11:42.976Z] ---> Running in 4f08ebaec870 [2020-10-26T16:11:42.976Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-10-26T16:11:42.976Z] (2/3) Installing libcurl (7.69.1-r1) [2020-10-26T16:11:42.976Z] (3/3) Installing curl (7.69.1-r1) [2020-10-26T16:11:42.976Z] Executing busybox-1.31.1-r19.trigger [2020-10-26T16:11:42.976Z] OK: 72 MiB in 58 packages [2020-10-26T16:11:42.976Z] Removing intermediate container f51a3e573a6d [2020-10-26T16:11:42.976Z] ---> 82388290d1ae [2020-10-26T16:11:42.976Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-10-26T16:11:43.264Z] ---> Running in 2d3a136c5aa2 [2020-10-26T16:11:43.264Z] Removing intermediate container 4f08ebaec870 [2020-10-26T16:11:43.264Z] ---> fedfc3258acf [2020-10-26T16:11:43.264Z] Step 21/21 : LABEL version=1.2.2-dev.96 [2020-10-26T16:11:43.264Z] ---> Running in 5075da5deb30 [2020-10-26T16:11:44.092Z] Removing intermediate container 5075da5deb30 [2020-10-26T16:11:44.092Z] ---> 8137811c970f [2020-10-26T16:11:44.092Z] [2020-10-26T16:11:44.092Z] Successfully built 8137811c970f [2020-10-26T16:11:44.092Z] Successfully tagged docker-support-scheduler-go:latest [2020-10-26T16:11:44.092Z]  Building docker-support-scheduler-go ... done Removing intermediate container d0206255fac5 [2020-10-26T16:11:44.092Z] ---> 837f46e4aa05 [2020-10-26T16:11:44.092Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-10-26T16:11:44.526Z] ---> Running in b7bc2da91940 [2020-10-26T16:11:44.526Z] Removing intermediate container b7bc2da91940 [2020-10-26T16:11:44.526Z] ---> 8b8905496554 [2020-10-26T16:11:44.526Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-26T16:11:44.958Z] ---> Running in 0cf10feb0095 [2020-10-26T16:11:44.958Z] Removing intermediate container 2d3a136c5aa2 [2020-10-26T16:11:44.958Z] ---> ab8f4d313c4f [2020-10-26T16:11:44.958Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-10-26T16:11:45.560Z] Removing intermediate container 0cf10feb0095 [2020-10-26T16:11:45.560Z] ---> d7d4fccbbf10 [2020-10-26T16:11:45.560Z] Step 25/27 : LABEL arch=x86_64 [2020-10-26T16:11:47.011Z] ---> Running in 786a1bbe8701 [2020-10-26T16:11:47.011Z] ---> fd39226bc69e [2020-10-26T16:11:47.011Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-10-26T16:11:47.988Z] Removing intermediate container 423109f2ee12 [2020-10-26T16:11:47.988Z] ---> 66227df383c3 [2020-10-26T16:11:47.988Z] [2020-10-26T16:11:47.988Z] Step 10/24 : FROM scratch [2020-10-26T16:11:47.988Z] ---> [2020-10-26T16:11:47.988Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-26T16:11:47.988Z] Removing intermediate container 786a1bbe8701 [2020-10-26T16:11:47.988Z] ---> b0df606c2d20 [2020-10-26T16:11:47.988Z] Step 26/27 : LABEL git_sha=151af978cf25de30735135da97f91b1f15ae3e78 [2020-10-26T16:11:48.266Z] ---> Using cache [2020-10-26T16:11:48.266Z] ---> 19f402738d44 [2020-10-26T16:11:48.266Z] Step 12/24 : ENV APP_PORT=48060 [2020-10-26T16:11:48.266Z] ---> Running in 19ca1c7014a6 [2020-10-26T16:11:48.266Z] ---> 3a07cf709091 [2020-10-26T16:11:48.266Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-10-26T16:11:48.266Z] ---> Running in 7d7b84a7b2c3 [2020-10-26T16:11:48.545Z] Removing intermediate container 19ca1c7014a6 [2020-10-26T16:11:48.545Z] ---> a55201352b1a [2020-10-26T16:11:48.545Z] Step 27/27 : LABEL version=1.2.2-dev.96 [2020-10-26T16:11:48.545Z] Removing intermediate container 7d7b84a7b2c3 [2020-10-26T16:11:48.546Z] ---> eea9457ebbba [2020-10-26T16:11:48.546Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-26T16:11:48.546Z] ---> Running in 935245cfa314 [2020-10-26T16:11:48.828Z] ---> Running in 1430d337dadd [2020-10-26T16:11:48.828Z] ---> c9af53b19fdb [2020-10-26T16:11:48.828Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-10-26T16:11:49.097Z] Removing intermediate container 935245cfa314 [2020-10-26T16:11:49.097Z] ---> 0777fadfb99a [2020-10-26T16:11:49.097Z] [2020-10-26T16:11:49.097Z] Removing intermediate container 1430d337dadd [2020-10-26T16:11:49.097Z] ---> 7e25ee1bfd76 [2020-10-26T16:11:49.097Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-10-26T16:11:49.364Z] Successfully built 0777fadfb99a [2020-10-26T16:11:49.642Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-10-26T16:11:49.642Z]  Building docker-sys-mgmt-agent-go ... done  ---> a8118ab96bba [2020-10-26T16:11:49.642Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-10-26T16:11:49.642Z] ---> cc761d884610 [2020-10-26T16:11:49.642Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-10-26T16:11:50.225Z] ---> 357b75a1286e [2020-10-26T16:11:50.225Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-10-26T16:11:50.225Z] ---> Running in bd33add784d5 [2020-10-26T16:11:51.194Z] ---> fe89ac35fc96 [2020-10-26T16:11:51.194Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-10-26T16:11:51.794Z] ---> 15ae75055bb5 [2020-10-26T16:11:51.794Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-10-26T16:11:52.060Z] Removing intermediate container bd33add784d5 [2020-10-26T16:11:52.060Z] ---> 577987ac601d [2020-10-26T16:11:52.060Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-10-26T16:11:52.343Z] ---> fa296dd826ec [2020-10-26T16:11:52.343Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-10-26T16:11:54.286Z] ---> 019254c002e3 [2020-10-26T16:11:54.286Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-26T16:11:54.286Z] ---> Running in eacd2a2c7ab1 [2020-10-26T16:11:54.286Z] ---> 3193c2e8769c [2020-10-26T16:11:54.286Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-10-26T16:11:54.868Z] ---> 176d278035f1 [2020-10-26T16:11:54.868Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-10-26T16:11:54.868Z] ---> Running in 7c2912a0601b [2020-10-26T16:11:54.868Z] Removing intermediate container 7c2912a0601b [2020-10-26T16:11:54.868Z] ---> 5b60a3120632 [2020-10-26T16:11:54.868Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-26T16:11:55.313Z] ---> Running in 99d20ff13bce [2020-10-26T16:11:55.313Z] Removing intermediate container 99d20ff13bce [2020-10-26T16:11:55.313Z] ---> a503850d0b17 [2020-10-26T16:11:55.313Z] Step 22/24 : LABEL arch=x86_64 [2020-10-26T16:11:55.646Z] ---> Running in 7b32882e33dc [2020-10-26T16:11:55.646Z] Removing intermediate container eacd2a2c7ab1 [2020-10-26T16:11:55.646Z] ---> d0ed9ee3abf8 [2020-10-26T16:11:55.646Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-10-26T16:11:55.646Z] ---> Running in da4fa8858f22 [2020-10-26T16:11:55.646Z] Removing intermediate container 7b32882e33dc [2020-10-26T16:11:55.646Z] ---> 78db8c96f213 [2020-10-26T16:11:55.646Z] Step 23/24 : LABEL git_sha=151af978cf25de30735135da97f91b1f15ae3e78 [2020-10-26T16:11:55.959Z] ---> Running in 8044ddbab47f [2020-10-26T16:11:56.254Z] Removing intermediate container 8044ddbab47f [2020-10-26T16:11:56.254Z] ---> 6f70e4e212e7 [2020-10-26T16:11:56.254Z] Step 24/24 : LABEL version=1.2.2-dev.96 [2020-10-26T16:11:56.254Z] ---> Running in 6aed77f84eb1 [2020-10-26T16:11:56.559Z] Removing intermediate container 6aed77f84eb1 [2020-10-26T16:11:56.559Z] ---> ddb7e4aa791e [2020-10-26T16:11:56.559Z] [2020-10-26T16:11:56.841Z] Successfully built ddb7e4aa791e [2020-10-26T16:11:57.431Z] Successfully tagged docker-support-notifications-go:latest [2020-10-26T16:11:58.377Z]  Building docker-support-notifications-go ... done Removing intermediate container 4d0c93e52715 [2020-10-26T16:11:58.377Z] ---> 87bd45a2a27c [2020-10-26T16:11:58.377Z] [2020-10-26T16:11:58.377Z] Step 10/22 : FROM scratch [2020-10-26T16:11:58.377Z] ---> [2020-10-26T16:11:58.377Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-26T16:11:58.377Z] Removing intermediate container da4fa8858f22 [2020-10-26T16:11:58.377Z] ---> 8dd0d8565fba [2020-10-26T16:11:58.377Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-10-26T16:11:58.377Z] ---> Using cache [2020-10-26T16:11:58.377Z] ---> 3c20fae08798 [2020-10-26T16:11:58.377Z] Step 12/22 : ENV APP_PORT=48082 [2020-10-26T16:11:58.377Z] ---> Running in ec44426335c3 [2020-10-26T16:11:58.377Z] ---> Running in 2503511009a8 [2020-10-26T16:11:58.377Z] Removing intermediate container ec44426335c3 [2020-10-26T16:11:58.377Z] ---> 785a0f00c5fb [2020-10-26T16:11:58.377Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-26T16:11:58.377Z] Removing intermediate container 2503511009a8 [2020-10-26T16:11:58.377Z] ---> ce4c1b4abc58 [2020-10-26T16:11:58.377Z] Step 26/29 : CMD [ "generate" ] [2020-10-26T16:11:58.377Z] ---> Running in d395f427b79f [2020-10-26T16:11:58.639Z] ---> Running in 6a792f107257 [2020-10-26T16:11:58.639Z] Removing intermediate container d395f427b79f [2020-10-26T16:11:58.639Z] ---> fdb0e5144283 [2020-10-26T16:11:58.639Z] Step 14/22 : WORKDIR / [2020-10-26T16:11:58.639Z] ---> Running in 47956e9b9fcc [2020-10-26T16:11:58.639Z] Removing intermediate container 6a792f107257 [2020-10-26T16:11:58.639Z] ---> 80e5b1f8a323 [2020-10-26T16:11:58.639Z] Step 27/29 : LABEL arch=x86_64 [2020-10-26T16:11:58.903Z] ---> Running in 91f68278a300 [2020-10-26T16:11:58.903Z] Removing intermediate container 47956e9b9fcc [2020-10-26T16:11:58.903Z] ---> 63cc8edd9e95 [2020-10-26T16:11:58.903Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-10-26T16:11:58.903Z] Removing intermediate container 91f68278a300 [2020-10-26T16:11:58.903Z] ---> 8e01b835bcab [2020-10-26T16:11:58.903Z] Step 28/29 : LABEL git_sha=151af978cf25de30735135da97f91b1f15ae3e78 [2020-10-26T16:11:59.164Z] ---> Running in 8e5cf6651f75 [2020-10-26T16:11:59.164Z] ---> ff96f32ce416 [2020-10-26T16:11:59.164Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-10-26T16:11:59.164Z] Removing intermediate container 8e5cf6651f75 [2020-10-26T16:11:59.164Z] ---> 83f791f4e6ba [2020-10-26T16:11:59.164Z] Step 29/29 : LABEL version=1.2.2-dev.96 [2020-10-26T16:11:59.426Z] ---> Running in 8f5ac2d854ea [2020-10-26T16:11:59.687Z] Removing intermediate container 8f5ac2d854ea [2020-10-26T16:11:59.687Z] ---> abea32f33a33 [2020-10-26T16:11:59.687Z] [2020-10-26T16:11:59.687Z] Successfully built abea32f33a33 [2020-10-26T16:11:59.687Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-10-26T16:11:59.687Z]  Building docker-security-secrets-setup-go ... done  ---> ef28651cf7c5 [2020-10-26T16:11:59.687Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-10-26T16:11:59.950Z] ---> 5f6943ca9780 [2020-10-26T16:11:59.950Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-10-26T16:11:59.950Z] ---> Running in 5be0c8b86931 [2020-10-26T16:12:00.211Z] Removing intermediate container 5be0c8b86931 [2020-10-26T16:12:00.211Z] ---> 1ef350b51fbf [2020-10-26T16:12:00.211Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-26T16:12:00.212Z] ---> Running in 8184c0de9d0d [2020-10-26T16:12:00.472Z] Removing intermediate container 8184c0de9d0d [2020-10-26T16:12:00.472Z] ---> 06e06b173b4a [2020-10-26T16:12:00.472Z] Step 20/22 : LABEL arch=x86_64 [2020-10-26T16:12:00.734Z] ---> Running in 2a455c0247b4 [2020-10-26T16:12:00.734Z] Removing intermediate container 2a455c0247b4 [2020-10-26T16:12:00.734Z] ---> 2ccd4851e333 [2020-10-26T16:12:00.734Z] Step 21/22 : LABEL git_sha=151af978cf25de30735135da97f91b1f15ae3e78 [2020-10-26T16:12:00.734Z] ---> Running in 718b71863fee [2020-10-26T16:12:00.996Z] Removing intermediate container 718b71863fee [2020-10-26T16:12:00.996Z] ---> 888d632aef3e [2020-10-26T16:12:00.996Z] Step 22/22 : LABEL version=1.2.2-dev.96 [2020-10-26T16:12:00.996Z] ---> Running in fad4550613cd [2020-10-26T16:12:01.257Z] Removing intermediate container fad4550613cd [2020-10-26T16:12:01.257Z] ---> 6cc5fc514f48 [2020-10-26T16:12:01.257Z] [2020-10-26T16:12:01.257Z] Successfully built 6cc5fc514f48 [2020-10-26T16:12:01.257Z] Successfully tagged docker-core-command-go:latest [2020-10-26T16:12:02.216Z]  Building docker-core-command-go ... done  [Pipeline] } [2020-10-26T16:12:02.245Z] $ docker stop --time=1 b8f3f492b6778d52871eb2522d5abb55d5b2c74ce019e21919f15bb6b7d716dd [2020-10-26T16:12:03.878Z] $ docker rm -f b8f3f492b6778d52871eb2522d5abb55d5b2c74ce019e21919f15bb6b7d716dd [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-26T16:12:04.407Z] + docker images [2020-10-26T16:12:04.407Z] + grep docker [2020-10-26T16:12:04.407Z] docker-core-command-go latest 6cc5fc514f48 3 seconds ago 12.2MB [2020-10-26T16:12:04.407Z] docker-security-secrets-setup-go latest abea32f33a33 5 seconds ago 24MB [2020-10-26T16:12:04.407Z] docker-support-notifications-go latest ddb7e4aa791e 8 seconds ago 13.6MB [2020-10-26T16:12:04.407Z] docker-sys-mgmt-agent-go latest 0777fadfb99a 16 seconds ago 290MB [2020-10-26T16:12:04.407Z] docker-support-scheduler-go latest 8137811c970f 21 seconds ago 12.3MB [2020-10-26T16:12:04.407Z] docker-core-metadata-go latest 3de56169344f 38 seconds ago 14.5MB [2020-10-26T16:12:04.407Z] docker-security-secretstore-setup-go latest b80265f5742d About a minute ago 32.4MB [2020-10-26T16:12:04.407Z] docker-core-data-go latest 07e14fde5809 About a minute ago 23.7MB [2020-10-26T16:12:04.407Z] docker-security-proxy-setup-go latest ddf1f268a928 2 minutes ago 15.8MB [2020-10-26T16:12:04.407Z] docker-support-logging-go latest a5d665f89daa 2 minutes ago 11.1MB [2020-10-26T16:12:04.407Z] docker latest 6972c414f322 4 days 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-26T16:12:05.210Z] provisioning config files... [2020-10-26T16:12:05.272Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/212@tmp/config8338636776260164634tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-10-26T16:12:05.674Z] ---> docker-login.sh [2020-10-26T16:12:05.674Z] nexus3.edgexfoundry.org:10001 [2020-10-26T16:12:05.674Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-26T16:12:05.944Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-26T16:12:05.944Z] Configure a credential helper to remove this warning. See [2020-10-26T16:12:05.944Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-26T16:12:05.944Z] [2020-10-26T16:12:05.944Z] Login Succeeded [2020-10-26T16:12:05.944Z] nexus3.edgexfoundry.org:10002 [2020-10-26T16:12:05.944Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-26T16:12:05.944Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-26T16:12:05.944Z] Configure a credential helper to remove this warning. See [2020-10-26T16:12:05.944Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-26T16:12:05.944Z] [2020-10-26T16:12:05.944Z] Login Succeeded [2020-10-26T16:12:05.944Z] nexus3.edgexfoundry.org:10003 [2020-10-26T16:12:06.205Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-26T16:12:06.205Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-26T16:12:06.205Z] Configure a credential helper to remove this warning. See [2020-10-26T16:12:06.205Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-26T16:12:06.205Z] [2020-10-26T16:12:06.205Z] Login Succeeded [2020-10-26T16:12:06.205Z] nexus3.edgexfoundry.org:10004 [2020-10-26T16:12:06.468Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-26T16:12:06.468Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-26T16:12:06.468Z] Configure a credential helper to remove this warning. See [2020-10-26T16:12:06.468Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-26T16:12:06.468Z] [2020-10-26T16:12:06.468Z] Login Succeeded [2020-10-26T16:12:06.468Z] docker.io [2020-10-26T16:12:06.468Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-26T16:12:07.044Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-26T16:12:07.044Z] Configure a credential helper to remove this warning. See [2020-10-26T16:12:07.044Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-26T16:12:07.044Z] [2020-10-26T16:12:07.044Z] Login Succeeded [2020-10-26T16:12:07.044Z] ---> docker-login.sh ends [Pipeline] } [2020-10-26T16:12:07.052Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-26T16:12:07.251Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2020-10-26T16:12:07.251Z] 151af978cf25de30735135da97f91b1f15ae3e78 [2020-10-26T16:12:07.251Z] 1.2.2-dev.96 [2020-10-26T16:12:07.251Z] 151af978cf25de30735135da97f91b1f15ae3e78-1.2.2-dev.96 [2020-10-26T16:12:07.251Z] master [2020-10-26T16:12:07.251Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:12:07.735Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:151af978cf25de30735135da97f91b1f15ae3e78 [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:12:08.033Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:151af978cf25de30735135da97f91b1f15ae3e78 [2020-10-26T16:12:08.033Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-10-26T16:12:08.033Z] 44f216fc1947: Preparing [2020-10-26T16:12:08.033Z] a5ab5bdf74bf: Preparing [2020-10-26T16:12:08.033Z] 04bb9d2bb733: Preparing [2020-10-26T16:12:08.294Z] 44f216fc1947: Pushed [2020-10-26T16:12:08.294Z] 04bb9d2bb733: Pushed [2020-10-26T16:12:09.242Z] a5ab5bdf74bf: Pushed [2020-10-26T16:12:09.242Z] 151af978cf25de30735135da97f91b1f15ae3e78: digest: sha256:e9cddab2477276d535f906450a2c7a38ccc56f7245f08cf8d4d1e8295ee5467b size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:12:09.551Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.96 [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:12:09.860Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.96 [2020-10-26T16:12:09.860Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-10-26T16:12:09.860Z] 44f216fc1947: Preparing [2020-10-26T16:12:09.860Z] a5ab5bdf74bf: Preparing [2020-10-26T16:12:09.860Z] 04bb9d2bb733: Preparing [2020-10-26T16:12:09.860Z] 44f216fc1947: Layer already exists [2020-10-26T16:12:09.860Z] a5ab5bdf74bf: Layer already exists [2020-10-26T16:12:09.860Z] 04bb9d2bb733: Layer already exists [2020-10-26T16:12:09.860Z] 1.2.2-dev.96: digest: sha256:e9cddab2477276d535f906450a2c7a38ccc56f7245f08cf8d4d1e8295ee5467b size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:12:10.162Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:151af978cf25de30735135da97f91b1f15ae3e78-1.2.2-dev.96 [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:12:10.470Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:151af978cf25de30735135da97f91b1f15ae3e78-1.2.2-dev.96 [2020-10-26T16:12:10.470Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-10-26T16:12:10.470Z] 44f216fc1947: Preparing [2020-10-26T16:12:10.470Z] a5ab5bdf74bf: Preparing [2020-10-26T16:12:10.470Z] 04bb9d2bb733: Preparing [2020-10-26T16:12:10.470Z] 44f216fc1947: Layer already exists [2020-10-26T16:12:10.470Z] 04bb9d2bb733: Layer already exists [2020-10-26T16:12:10.470Z] a5ab5bdf74bf: Layer already exists [2020-10-26T16:12:10.470Z] 151af978cf25de30735135da97f91b1f15ae3e78-1.2.2-dev.96: digest: sha256:e9cddab2477276d535f906450a2c7a38ccc56f7245f08cf8d4d1e8295ee5467b size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:12:10.783Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:12:11.084Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2020-10-26T16:12:11.084Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-10-26T16:12:11.084Z] 44f216fc1947: Preparing [2020-10-26T16:12:11.084Z] a5ab5bdf74bf: Preparing [2020-10-26T16:12:11.084Z] 04bb9d2bb733: Preparing [2020-10-26T16:12:11.084Z] a5ab5bdf74bf: Layer already exists [2020-10-26T16:12:11.084Z] 04bb9d2bb733: Layer already exists [2020-10-26T16:12:11.084Z] 44f216fc1947: Layer already exists [2020-10-26T16:12:11.084Z] master: digest: sha256:e9cddab2477276d535f906450a2c7a38ccc56f7245f08cf8d4d1e8295ee5467b size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-26T16:12:11.264Z] ===================================================== [Pipeline] echo [2020-10-26T16:12:11.313Z] taggedImages: [2020-10-26T16:12:11.313Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:151af978cf25de30735135da97f91b1f15ae3e78 [2020-10-26T16:12:11.313Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.96 [2020-10-26T16:12:11.313Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:151af978cf25de30735135da97f91b1f15ae3e78-1.2.2-dev.96 [2020-10-26T16:12:11.313Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2020-10-26T16:12:11.376Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2020-10-26T16:12:11.376Z] 151af978cf25de30735135da97f91b1f15ae3e78 [2020-10-26T16:12:11.376Z] 1.2.2-dev.96 [2020-10-26T16:12:11.376Z] 151af978cf25de30735135da97f91b1f15ae3e78-1.2.2-dev.96 [2020-10-26T16:12:11.376Z] master [2020-10-26T16:12:11.376Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:12:11.892Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:151af978cf25de30735135da97f91b1f15ae3e78 [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:12:12.192Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:151af978cf25de30735135da97f91b1f15ae3e78 [2020-10-26T16:12:12.192Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-10-26T16:12:12.192Z] 5da5a4a05852: Preparing [2020-10-26T16:12:12.192Z] 155237c8bd87: Preparing [2020-10-26T16:12:12.192Z] f26a803d57df: Preparing [2020-10-26T16:12:12.192Z] e40e7843b427: Preparing [2020-10-26T16:12:12.192Z] dac366d10fce: Preparing [2020-10-26T16:12:12.192Z] ace0eda3e3be: Preparing [2020-10-26T16:12:12.453Z] 5da5a4a05852: Pushed [2020-10-26T16:12:12.453Z] f26a803d57df: Pushed [2020-10-26T16:12:12.453Z] dac366d10fce: Pushed [2020-10-26T16:12:12.453Z] ace0eda3e3be: Layer already exists [2020-10-26T16:12:12.453Z] e40e7843b427: Pushed [2020-10-26T16:12:13.841Z] 155237c8bd87: Pushed [2020-10-26T16:12:13.841Z] 151af978cf25de30735135da97f91b1f15ae3e78: digest: sha256:e0991aa531cd88b4cdeeb2ef9b8cc6f8a487dc1b6eb52f87e6232a2a4f9184e8 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:12:14.176Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.96 [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:12:14.474Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.96 [2020-10-26T16:12:14.474Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-10-26T16:12:14.474Z] 5da5a4a05852: Preparing [2020-10-26T16:12:14.474Z] 155237c8bd87: Preparing [2020-10-26T16:12:14.474Z] f26a803d57df: Preparing [2020-10-26T16:12:14.474Z] e40e7843b427: Preparing [2020-10-26T16:12:14.474Z] dac366d10fce: Preparing [2020-10-26T16:12:14.474Z] ace0eda3e3be: Preparing [2020-10-26T16:12:14.474Z] ace0eda3e3be: Waiting [2020-10-26T16:12:14.474Z] 155237c8bd87: Layer already exists [2020-10-26T16:12:14.474Z] f26a803d57df: Layer already exists [2020-10-26T16:12:14.474Z] e40e7843b427: Layer already exists [2020-10-26T16:12:14.474Z] dac366d10fce: Layer already exists [2020-10-26T16:12:14.474Z] 5da5a4a05852: Layer already exists [2020-10-26T16:12:14.474Z] ace0eda3e3be: Layer already exists [2020-10-26T16:12:14.474Z] 1.2.2-dev.96: digest: sha256:e0991aa531cd88b4cdeeb2ef9b8cc6f8a487dc1b6eb52f87e6232a2a4f9184e8 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:12:14.787Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:151af978cf25de30735135da97f91b1f15ae3e78-1.2.2-dev.96 [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:12:15.090Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:151af978cf25de30735135da97f91b1f15ae3e78-1.2.2-dev.96 [2020-10-26T16:12:15.090Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-10-26T16:12:15.090Z] 5da5a4a05852: Preparing [2020-10-26T16:12:15.090Z] 155237c8bd87: Preparing [2020-10-26T16:12:15.090Z] f26a803d57df: Preparing [2020-10-26T16:12:15.090Z] e40e7843b427: Preparing [2020-10-26T16:12:15.090Z] dac366d10fce: Preparing [2020-10-26T16:12:15.090Z] ace0eda3e3be: Preparing [2020-10-26T16:12:15.090Z] ace0eda3e3be: Waiting [2020-10-26T16:12:15.091Z] 5da5a4a05852: Layer already exists [2020-10-26T16:12:15.091Z] dac366d10fce: Layer already exists [2020-10-26T16:12:15.091Z] f26a803d57df: Layer already exists [2020-10-26T16:12:15.091Z] e40e7843b427: Layer already exists [2020-10-26T16:12:15.091Z] 155237c8bd87: Layer already exists [2020-10-26T16:12:15.091Z] ace0eda3e3be: Layer already exists [2020-10-26T16:12:15.091Z] 151af978cf25de30735135da97f91b1f15ae3e78-1.2.2-dev.96: digest: sha256:e0991aa531cd88b4cdeeb2ef9b8cc6f8a487dc1b6eb52f87e6232a2a4f9184e8 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:12:15.303Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-26T16:12:15.303Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-10-26T16:12:15.303Z] ---> 27d192a25f00 [2020-10-26T16:12:15.303Z] Step 3/20 : WORKDIR /edgex-go [2020-10-26T16:12:15.303Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-26T16:12:15.303Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-26T16:12:15.303Z] ---> 27d192a25f00 [2020-10-26T16:12:15.303Z] Step 3/22 : WORKDIR /edgex-go [2020-10-26T16:12:15.303Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpineStep 1/26 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-26T16:12:15.303Z] [2020-10-26T16:12:15.303Z] Step 2/22 : FROM ${BUILDER_BASE} AS builderStep 2/26 : FROM ${BUILDER_BASE} AS builder [2020-10-26T16:12:15.303Z] [2020-10-26T16:12:15.303Z] ---> 27d192a25f00 [2020-10-26T16:12:15.303Z] ---> 27d192a25f00 [2020-10-26T16:12:15.303Z] Step 3/22 : WORKDIR /edgex-goStep 3/26 : WORKDIR /edgex-go [2020-10-26T16:12:15.303Z] [2020-10-26T16:12:15.303Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-26T16:12:15.303Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-10-26T16:12:15.303Z] ---> 27d192a25f00 [2020-10-26T16:12:15.303Z] Step 3/21 : WORKDIR /edgex-go [2020-10-26T16:12:15.303Z] ---> Running in 5e6016036dd3 [2020-10-26T16:12:15.303Z] ---> Running in 7f238f4e4903 [2020-10-26T16:12:15.303Z] ---> Running in 6961b629e587 [2020-10-26T16:12:15.303Z] ---> Running in 31235b0f0064 [2020-10-26T16:12:15.303Z] ---> Running in b647bddc7b52 [2020-10-26T16:12:15.303Z] Removing intermediate container 31235b0f0064 [2020-10-26T16:12:15.303Z] ---> cc0c21d3c6a3 [2020-10-26T16:12:15.303Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-26T16:12:15.303Z] Removing intermediate container 7f238f4e4903 [2020-10-26T16:12:15.303Z] ---> 7787f51b0db3 [2020-10-26T16:12:15.303Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-26T16:12:15.303Z] Removing intermediate container b647bddc7b52 [2020-10-26T16:12:15.303Z] ---> 5033c097c296 [2020-10-26T16:12:15.303Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-26T16:12:15.303Z] Removing intermediate container 5e6016036dd3 [2020-10-26T16:12:15.303Z] ---> 87980ef4ee57 [2020-10-26T16:12:15.303Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-26T16:12:15.303Z] Removing intermediate container 6961b629e587 [2020-10-26T16:12:15.303Z] ---> 82d2a6489a17 [2020-10-26T16:12:15.303Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-26T16:12:15.303Z] ---> Running in 6acefafe6e7a [2020-10-26T16:12:15.303Z] ---> Running in 0a29aa02cf3b [2020-10-26T16:12:15.303Z] ---> Running in d1f6b1967d6b [2020-10-26T16:12:15.303Z] ---> Running in b54c0faa2a5a [2020-10-26T16:12:15.303Z] ---> Running in a0caca5b325a [2020-10-26T16:12:15.398Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:12:15.733Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2020-10-26T16:12:15.734Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-10-26T16:12:15.734Z] 5da5a4a05852: Preparing [2020-10-26T16:12:15.734Z] 155237c8bd87: Preparing [2020-10-26T16:12:15.734Z] f26a803d57df: Preparing [2020-10-26T16:12:15.734Z] e40e7843b427: Preparing [2020-10-26T16:12:15.734Z] dac366d10fce: Preparing [2020-10-26T16:12:15.734Z] ace0eda3e3be: Preparing [2020-10-26T16:12:15.734Z] ace0eda3e3be: Waiting [2020-10-26T16:12:15.734Z] 5da5a4a05852: Layer already exists [2020-10-26T16:12:15.734Z] f26a803d57df: Layer already exists [2020-10-26T16:12:15.734Z] 155237c8bd87: Layer already exists [2020-10-26T16:12:15.734Z] dac366d10fce: Layer already exists [2020-10-26T16:12:15.734Z] e40e7843b427: Layer already exists [2020-10-26T16:12:15.734Z] ace0eda3e3be: Layer already exists [2020-10-26T16:12:15.734Z] master: digest: sha256:e0991aa531cd88b4cdeeb2ef9b8cc6f8a487dc1b6eb52f87e6232a2a4f9184e8 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-26T16:12:15.959Z] ===================================================== [Pipeline] echo [2020-10-26T16:12:16.004Z] taggedImages: [2020-10-26T16:12:16.004Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:151af978cf25de30735135da97f91b1f15ae3e78 [2020-10-26T16:12:16.004Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.96 [2020-10-26T16:12:16.004Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:151af978cf25de30735135da97f91b1f15ae3e78-1.2.2-dev.96 [2020-10-26T16:12:16.004Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2020-10-26T16:12:16.077Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2020-10-26T16:12:16.077Z] 151af978cf25de30735135da97f91b1f15ae3e78 [2020-10-26T16:12:16.077Z] 1.2.2-dev.96 [2020-10-26T16:12:16.077Z] 151af978cf25de30735135da97f91b1f15ae3e78-1.2.2-dev.96 [2020-10-26T16:12:16.077Z] master [2020-10-26T16:12:16.077Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:12:16.546Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:151af978cf25de30735135da97f91b1f15ae3e78 [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:12:16.769Z] Removing intermediate container 6acefafe6e7a [2020-10-26T16:12:16.769Z] ---> f0e111d3cc46 [2020-10-26T16:12:16.769Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-10-26T16:12:16.769Z] Removing intermediate container 0a29aa02cf3b [2020-10-26T16:12:16.769Z] ---> f624f0eac126 [2020-10-26T16:12:16.769Z] Step 5/26 : RUN apk update && apk add make git [2020-10-26T16:12:16.845Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:151af978cf25de30735135da97f91b1f15ae3e78 [2020-10-26T16:12:16.845Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-10-26T16:12:16.845Z] 495a98788a6c: Preparing [2020-10-26T16:12:16.846Z] 10f3912d460e: Preparing [2020-10-26T16:12:16.846Z] 894900aa353d: Preparing [2020-10-26T16:12:17.046Z] ---> Running in c3e9c8757683 [2020-10-26T16:12:17.110Z] 894900aa353d: Pushed [2020-10-26T16:12:17.110Z] 495a98788a6c: Pushed [2020-10-26T16:12:17.323Z] ---> Running in fb7a653d3803 [2020-10-26T16:12:17.608Z] Removing intermediate container a0caca5b325a [2020-10-26T16:12:17.608Z] ---> bb650770e5f3 [2020-10-26T16:12:17.608Z] Step 5/20 : RUN apk update && apk add make git [2020-10-26T16:12:17.608Z] Removing intermediate container d1f6b1967d6b [2020-10-26T16:12:17.608Z] ---> 95a4e12431c2 [2020-10-26T16:12:17.608Z] Step 5/21 : RUN apk update && apk add make git [2020-10-26T16:12:17.608Z] ---> Running in db3ed00abe6d [2020-10-26T16:12:17.892Z] Removing intermediate container b54c0faa2a5a [2020-10-26T16:12:17.892Z] ---> 79dae5ecbfa5 [2020-10-26T16:12:17.892Z] Step 5/22 : RUN apk update && apk add make git [2020-10-26T16:12:17.892Z] ---> Running in cb75ba2172c2 [2020-10-26T16:12:18.054Z] 10f3912d460e: Pushed [2020-10-26T16:12:18.174Z] ---> Running in 193463b06577 [2020-10-26T16:12:18.315Z] 151af978cf25de30735135da97f91b1f15ae3e78: digest: sha256:8a70e00a0b3abfeabcc2a845fd1eb6b3f094305e21a646ab9dd0846e7d5465b3 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:12:18.635Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.96 [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:12:18.937Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.96 [2020-10-26T16:12:18.937Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-10-26T16:12:18.937Z] 495a98788a6c: Preparing [2020-10-26T16:12:18.937Z] 10f3912d460e: Preparing [2020-10-26T16:12:18.937Z] 894900aa353d: Preparing [2020-10-26T16:12:18.937Z] 10f3912d460e: Layer already exists [2020-10-26T16:12:18.937Z] 495a98788a6c: Layer already exists [2020-10-26T16:12:18.937Z] 894900aa353d: Layer already exists [2020-10-26T16:12:18.937Z] 1.2.2-dev.96: digest: sha256:8a70e00a0b3abfeabcc2a845fd1eb6b3f094305e21a646ab9dd0846e7d5465b3 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:12:19.247Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:151af978cf25de30735135da97f91b1f15ae3e78-1.2.2-dev.96 [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:12:19.554Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:151af978cf25de30735135da97f91b1f15ae3e78-1.2.2-dev.96 [2020-10-26T16:12:19.555Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-10-26T16:12:19.555Z] 495a98788a6c: Preparing [2020-10-26T16:12:19.555Z] 10f3912d460e: Preparing [2020-10-26T16:12:19.555Z] 894900aa353d: Preparing [2020-10-26T16:12:19.555Z] 10f3912d460e: Layer already exists [2020-10-26T16:12:19.555Z] 894900aa353d: Layer already exists [2020-10-26T16:12:19.555Z] 495a98788a6c: Layer already exists [2020-10-26T16:12:19.555Z] 151af978cf25de30735135da97f91b1f15ae3e78-1.2.2-dev.96: digest: sha256:8a70e00a0b3abfeabcc2a845fd1eb6b3f094305e21a646ab9dd0846e7d5465b3 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:12:19.636Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-26T16:12:19.636Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-26T16:12:19.873Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:12:20.172Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2020-10-26T16:12:20.172Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-10-26T16:12:20.172Z] 495a98788a6c: Preparing [2020-10-26T16:12:20.172Z] 10f3912d460e: Preparing [2020-10-26T16:12:20.172Z] 894900aa353d: Preparing [2020-10-26T16:12:20.172Z] 495a98788a6c: Layer already exists [2020-10-26T16:12:20.172Z] 894900aa353d: Layer already exists [2020-10-26T16:12:20.172Z] 10f3912d460e: Layer already exists [2020-10-26T16:12:20.172Z] master: digest: sha256:8a70e00a0b3abfeabcc2a845fd1eb6b3f094305e21a646ab9dd0846e7d5465b3 size: 943 [Pipeline] } [2020-10-26T16:12:20.245Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-26T16:12:20.245Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-26T16:12:20.245Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-26T16:12:20.449Z] ===================================================== [Pipeline] echo [2020-10-26T16:12:20.493Z] taggedImages: [2020-10-26T16:12:20.493Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:151af978cf25de30735135da97f91b1f15ae3e78 [2020-10-26T16:12:20.493Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.96 [2020-10-26T16:12:20.493Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:151af978cf25de30735135da97f91b1f15ae3e78-1.2.2-dev.96 [2020-10-26T16:12:20.493Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2020-10-26T16:12:20.522Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-26T16:12:20.523Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [Pipeline] echo [2020-10-26T16:12:20.571Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2020-10-26T16:12:20.571Z] 151af978cf25de30735135da97f91b1f15ae3e78 [2020-10-26T16:12:20.571Z] 1.2.2-dev.96 [2020-10-26T16:12:20.571Z] 151af978cf25de30735135da97f91b1f15ae3e78-1.2.2-dev.96 [2020-10-26T16:12:20.571Z] master [2020-10-26T16:12:20.571Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:12:21.083Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:151af978cf25de30735135da97f91b1f15ae3e78 [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:12:21.124Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-26T16:12:21.124Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-26T16:12:21.124Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-26T16:12:21.385Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:151af978cf25de30735135da97f91b1f15ae3e78 [2020-10-26T16:12:21.385Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-10-26T16:12:21.385Z] 0eb710bf714d: Preparing [2020-10-26T16:12:21.385Z] 4b1221bc41f8: Preparing [2020-10-26T16:12:21.385Z] 3b280d070c9c: Preparing [2020-10-26T16:12:21.385Z] c8fa9d817a96: Preparing [2020-10-26T16:12:21.385Z] ace0eda3e3be: Preparing [2020-10-26T16:12:21.385Z] ace0eda3e3be: Layer already exists [2020-10-26T16:12:21.385Z] 3b280d070c9c: Pushed [2020-10-26T16:12:21.385Z] 4b1221bc41f8: Pushed [2020-10-26T16:12:21.398Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-26T16:12:21.398Z] v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-26T16:12:21.398Z] OK: 12623 distinct packages available [2020-10-26T16:12:21.674Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-26T16:12:21.674Z] v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-26T16:12:21.674Z] OK: 12623 distinct packages available [2020-10-26T16:12:21.956Z] c8fa9d817a96: Pushed [2020-10-26T16:12:22.217Z] 0eb710bf714d: Pushed [2020-10-26T16:12:22.282Z] OK: 217 MiB in 51 packages [2020-10-26T16:12:22.282Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-26T16:12:22.282Z] v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-26T16:12:22.282Z] OK: 12623 distinct packages available [2020-10-26T16:12:22.282Z] OK: 217 MiB in 51 packages [2020-10-26T16:12:22.282Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-26T16:12:22.282Z] v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-26T16:12:22.282Z] OK: 12623 distinct packages available [2020-10-26T16:12:22.478Z] 151af978cf25de30735135da97f91b1f15ae3e78: digest: sha256:b803d234043fa628d8b97f3e7d0cfdcaa2c00ecc1cfc73444ae2f13c5cd7931c size: 1364 [2020-10-26T16:12:22.562Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-26T16:12:22.562Z] v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-26T16:12:22.562Z] OK: 12623 distinct packages available [2020-10-26T16:12:23.193Z] OK: 217 MiB in 51 packages [2020-10-26T16:12:23.193Z] OK: 217 MiB in 51 packages [2020-10-26T16:12:23.474Z] OK: 217 MiB in 51 packages [2020-10-26T16:12:23.760Z] OK: 217 MiB in 51 packages [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:12:24.177Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.96 [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:12:24.479Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.96 [2020-10-26T16:12:24.479Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-10-26T16:12:24.479Z] 0eb710bf714d: Preparing [2020-10-26T16:12:24.479Z] 4b1221bc41f8: Preparing [2020-10-26T16:12:24.479Z] 3b280d070c9c: Preparing [2020-10-26T16:12:24.479Z] c8fa9d817a96: Preparing [2020-10-26T16:12:24.479Z] ace0eda3e3be: Preparing [2020-10-26T16:12:24.479Z] ace0eda3e3be: Layer already exists [2020-10-26T16:12:24.479Z] 4b1221bc41f8: Layer already exists [2020-10-26T16:12:24.479Z] 3b280d070c9c: Layer already exists [2020-10-26T16:12:24.479Z] 0eb710bf714d: Layer already exists [2020-10-26T16:12:24.479Z] c8fa9d817a96: Layer already exists [2020-10-26T16:12:24.479Z] 1.2.2-dev.96: digest: sha256:b803d234043fa628d8b97f3e7d0cfdcaa2c00ecc1cfc73444ae2f13c5cd7931c size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:12:24.790Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:151af978cf25de30735135da97f91b1f15ae3e78-1.2.2-dev.96 [2020-10-26T16:12:24.794Z] Removing intermediate container fb7a653d3803 [2020-10-26T16:12:24.794Z] ---> b6824ff6b2cb [2020-10-26T16:12:24.794Z] Step 6/26 : COPY go.mod . [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:12:25.068Z] Removing intermediate container c3e9c8757683 [2020-10-26T16:12:25.068Z] ---> 18c0163d213d [2020-10-26T16:12:25.068Z] Step 6/22 : COPY go.mod . [2020-10-26T16:12:25.112Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:151af978cf25de30735135da97f91b1f15ae3e78-1.2.2-dev.96 [2020-10-26T16:12:25.112Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-10-26T16:12:25.112Z] 0eb710bf714d: Preparing [2020-10-26T16:12:25.112Z] 4b1221bc41f8: Preparing [2020-10-26T16:12:25.112Z] 3b280d070c9c: Preparing [2020-10-26T16:12:25.112Z] c8fa9d817a96: Preparing [2020-10-26T16:12:25.112Z] ace0eda3e3be: Preparing [2020-10-26T16:12:25.112Z] ace0eda3e3be: Layer already exists [2020-10-26T16:12:25.112Z] 0eb710bf714d: Layer already exists [2020-10-26T16:12:25.112Z] 3b280d070c9c: Layer already exists [2020-10-26T16:12:25.112Z] c8fa9d817a96: Layer already exists [2020-10-26T16:12:25.112Z] 4b1221bc41f8: Layer already exists [2020-10-26T16:12:25.112Z] 151af978cf25de30735135da97f91b1f15ae3e78-1.2.2-dev.96: digest: sha256:b803d234043fa628d8b97f3e7d0cfdcaa2c00ecc1cfc73444ae2f13c5cd7931c size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:12:25.348Z] Removing intermediate container 193463b06577 [2020-10-26T16:12:25.348Z] ---> b125be5a721f [2020-10-26T16:12:25.348Z] Step 6/22 : COPY go.mod . [2020-10-26T16:12:25.521Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2020-10-26T16:12:25.634Z] ---> 6ca38efe0533 [2020-10-26T16:12:25.634Z] Step 7/26 : RUN go mod download [2020-10-26T16:12:25.634Z] ---> Running in 964e043df95b [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:12:25.913Z] Removing intermediate container cb75ba2172c2 [2020-10-26T16:12:25.913Z] ---> 715d563917b5 [2020-10-26T16:12:25.913Z] Step 6/21 : COPY go.mod . [2020-10-26T16:12:25.913Z] Removing intermediate container db3ed00abe6d [2020-10-26T16:12:25.913Z] ---> 15be7c3bfca6 [2020-10-26T16:12:25.913Z] Step 6/20 : COPY go.mod . [2020-10-26T16:12:25.927Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2020-10-26T16:12:25.927Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-10-26T16:12:25.927Z] 0eb710bf714d: Preparing [2020-10-26T16:12:25.927Z] 4b1221bc41f8: Preparing [2020-10-26T16:12:25.927Z] 3b280d070c9c: Preparing [2020-10-26T16:12:25.927Z] c8fa9d817a96: Preparing [2020-10-26T16:12:25.927Z] ace0eda3e3be: Preparing [2020-10-26T16:12:25.927Z] 3b280d070c9c: Layer already exists [2020-10-26T16:12:25.927Z] ace0eda3e3be: Layer already exists [2020-10-26T16:12:25.927Z] c8fa9d817a96: Layer already exists [2020-10-26T16:12:25.927Z] 0eb710bf714d: Layer already exists [2020-10-26T16:12:25.927Z] 4b1221bc41f8: Layer already exists [2020-10-26T16:12:25.927Z] master: digest: sha256:b803d234043fa628d8b97f3e7d0cfdcaa2c00ecc1cfc73444ae2f13c5cd7931c size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-26T16:12:26.113Z] ===================================================== [Pipeline] echo [2020-10-26T16:12:26.160Z] taggedImages: [2020-10-26T16:12:26.160Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:151af978cf25de30735135da97f91b1f15ae3e78 [2020-10-26T16:12:26.160Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.96 [2020-10-26T16:12:26.160Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:151af978cf25de30735135da97f91b1f15ae3e78-1.2.2-dev.96 [2020-10-26T16:12:26.160Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2020-10-26T16:12:26.188Z] ---> 116c197ca79c [2020-10-26T16:12:26.188Z] Step 7/22 : RUN go mod download [2020-10-26T16:12:26.188Z] ---> 6c4d1e56d8e4 [2020-10-26T16:12:26.188Z] Step 7/22 : RUN go mod download [Pipeline] echo [2020-10-26T16:12:26.218Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go with the following tags: [2020-10-26T16:12:26.218Z] 151af978cf25de30735135da97f91b1f15ae3e78 [2020-10-26T16:12:26.218Z] 1.2.2-dev.96 [2020-10-26T16:12:26.218Z] 151af978cf25de30735135da97f91b1f15ae3e78-1.2.2-dev.96 [2020-10-26T16:12:26.218Z] master [2020-10-26T16:12:26.218Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:12:26.462Z] ---> Running in f1dde80a56b9 [2020-10-26T16:12:26.463Z] ---> Running in 934f8a366cec [2020-10-26T16:12:26.710Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:151af978cf25de30735135da97f91b1f15ae3e78 [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:12:27.014Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:151af978cf25de30735135da97f91b1f15ae3e78 [2020-10-26T16:12:27.014Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-10-26T16:12:27.014Z] c8ec99fefb8e: Preparing [2020-10-26T16:12:27.014Z] 52a851d73d2a: Preparing [2020-10-26T16:12:27.014Z] 7f612f934af4: Preparing [2020-10-26T16:12:27.014Z] 170db3ec313e: Preparing [2020-10-26T16:12:27.014Z] 170db3ec313e: Preparing [2020-10-26T16:12:27.014Z] 4578fb6c5e12: Preparing [2020-10-26T16:12:27.014Z] d3d3b95f8f62: Preparing [2020-10-26T16:12:27.014Z] bdfd9d629cb0: Preparing [2020-10-26T16:12:27.014Z] c8ec99fefb8e: Preparing [2020-10-26T16:12:27.014Z] d44abcc74939: Preparing [2020-10-26T16:12:27.014Z] f6b48f30ce7d: Preparing [2020-10-26T16:12:27.014Z] 4b0a9556f02a: Preparing [2020-10-26T16:12:27.014Z] ace0eda3e3be: Preparing [2020-10-26T16:12:27.014Z] d3d3b95f8f62: Waiting [2020-10-26T16:12:27.014Z] bdfd9d629cb0: Waiting [2020-10-26T16:12:27.014Z] d44abcc74939: Waiting [2020-10-26T16:12:27.014Z] f6b48f30ce7d: Waiting [2020-10-26T16:12:27.014Z] 4b0a9556f02a: Waiting [2020-10-26T16:12:27.014Z] ace0eda3e3be: Waiting [2020-10-26T16:12:27.071Z] ---> dd00bd5c6406 [2020-10-26T16:12:27.071Z] Step 7/21 : RUN go mod download [2020-10-26T16:12:27.277Z] 170db3ec313e: Pushed [2020-10-26T16:12:27.278Z] 4578fb6c5e12: Pushed [2020-10-26T16:12:27.278Z] 52a851d73d2a: Pushed [2020-10-26T16:12:27.278Z] 7f612f934af4: Pushed [2020-10-26T16:12:27.278Z] d3d3b95f8f62: Pushed [2020-10-26T16:12:27.278Z] f6b48f30ce7d: Pushed [2020-10-26T16:12:27.278Z] bdfd9d629cb0: Pushed [2020-10-26T16:12:27.278Z] d44abcc74939: Pushed [2020-10-26T16:12:27.349Z] ---> 212532cec632 [2020-10-26T16:12:27.349Z] Step 7/20 : RUN go mod download [2020-10-26T16:12:27.349Z] ---> Running in 7c007e43671c [2020-10-26T16:12:27.539Z] ace0eda3e3be: Layer already exists [2020-10-26T16:12:27.540Z] 4b0a9556f02a: Pushed [2020-10-26T16:12:27.629Z] ---> Running in d82ecae1a5bc [2020-10-26T16:12:27.801Z] c8ec99fefb8e: Pushed [2020-10-26T16:12:28.062Z] 151af978cf25de30735135da97f91b1f15ae3e78: digest: sha256:ef3ab7a4214d4d9a154b5ad5caa86d7f0f1a8bfecc4a829bc0a5701c07b98209 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:12:28.370Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.96 [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:12:28.673Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.96 [2020-10-26T16:12:28.673Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-10-26T16:12:28.673Z] c8ec99fefb8e: Preparing [2020-10-26T16:12:28.673Z] 52a851d73d2a: Preparing [2020-10-26T16:12:28.673Z] 7f612f934af4: Preparing [2020-10-26T16:12:28.673Z] 170db3ec313e: Preparing [2020-10-26T16:12:28.673Z] 170db3ec313e: Preparing [2020-10-26T16:12:28.673Z] 4578fb6c5e12: Preparing [2020-10-26T16:12:28.673Z] d3d3b95f8f62: Preparing [2020-10-26T16:12:28.673Z] bdfd9d629cb0: Preparing [2020-10-26T16:12:28.673Z] c8ec99fefb8e: Preparing [2020-10-26T16:12:28.673Z] d44abcc74939: Preparing [2020-10-26T16:12:28.673Z] f6b48f30ce7d: Preparing [2020-10-26T16:12:28.673Z] 4b0a9556f02a: Preparing [2020-10-26T16:12:28.673Z] ace0eda3e3be: Preparing [2020-10-26T16:12:28.673Z] d44abcc74939: Waiting [2020-10-26T16:12:28.673Z] f6b48f30ce7d: Waiting [2020-10-26T16:12:28.673Z] 4b0a9556f02a: Waiting [2020-10-26T16:12:28.673Z] ace0eda3e3be: Waiting [2020-10-26T16:12:28.673Z] d3d3b95f8f62: Waiting [2020-10-26T16:12:28.673Z] bdfd9d629cb0: Waiting [2020-10-26T16:12:28.673Z] 7f612f934af4: Layer already exists [2020-10-26T16:12:28.673Z] 170db3ec313e: Layer already exists [2020-10-26T16:12:28.673Z] 4578fb6c5e12: Layer already exists [2020-10-26T16:12:28.673Z] c8ec99fefb8e: Layer already exists [2020-10-26T16:12:28.673Z] 52a851d73d2a: Layer already exists [2020-10-26T16:12:28.673Z] bdfd9d629cb0: Layer already exists [2020-10-26T16:12:28.673Z] d3d3b95f8f62: Layer already exists [2020-10-26T16:12:28.673Z] d44abcc74939: Layer already exists [2020-10-26T16:12:28.673Z] f6b48f30ce7d: Layer already exists [2020-10-26T16:12:28.673Z] 4b0a9556f02a: Layer already exists [2020-10-26T16:12:28.673Z] ace0eda3e3be: Layer already exists [2020-10-26T16:12:28.673Z] 1.2.2-dev.96: digest: sha256:ef3ab7a4214d4d9a154b5ad5caa86d7f0f1a8bfecc4a829bc0a5701c07b98209 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:12:28.981Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:151af978cf25de30735135da97f91b1f15ae3e78-1.2.2-dev.96 [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:12:29.280Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:151af978cf25de30735135da97f91b1f15ae3e78-1.2.2-dev.96 [2020-10-26T16:12:29.280Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-10-26T16:12:29.280Z] c8ec99fefb8e: Preparing [2020-10-26T16:12:29.280Z] 52a851d73d2a: Preparing [2020-10-26T16:12:29.280Z] 7f612f934af4: Preparing [2020-10-26T16:12:29.280Z] 170db3ec313e: Preparing [2020-10-26T16:12:29.280Z] 170db3ec313e: Preparing [2020-10-26T16:12:29.280Z] 4578fb6c5e12: Preparing [2020-10-26T16:12:29.280Z] d3d3b95f8f62: Preparing [2020-10-26T16:12:29.280Z] bdfd9d629cb0: Preparing [2020-10-26T16:12:29.280Z] c8ec99fefb8e: Preparing [2020-10-26T16:12:29.280Z] d44abcc74939: Preparing [2020-10-26T16:12:29.280Z] f6b48f30ce7d: Preparing [2020-10-26T16:12:29.280Z] 4b0a9556f02a: Preparing [2020-10-26T16:12:29.280Z] ace0eda3e3be: Preparing [2020-10-26T16:12:29.280Z] d44abcc74939: Waiting [2020-10-26T16:12:29.280Z] d3d3b95f8f62: Waiting [2020-10-26T16:12:29.280Z] bdfd9d629cb0: Waiting [2020-10-26T16:12:29.280Z] 4b0a9556f02a: Waiting [2020-10-26T16:12:29.280Z] f6b48f30ce7d: Waiting [2020-10-26T16:12:29.280Z] ace0eda3e3be: Waiting [2020-10-26T16:12:29.280Z] 170db3ec313e: Layer already exists [2020-10-26T16:12:29.280Z] c8ec99fefb8e: Layer already exists [2020-10-26T16:12:29.280Z] 7f612f934af4: Layer already exists [2020-10-26T16:12:29.280Z] 52a851d73d2a: Layer already exists [2020-10-26T16:12:29.280Z] 4578fb6c5e12: Layer already exists [2020-10-26T16:12:29.280Z] f6b48f30ce7d: Layer already exists [2020-10-26T16:12:29.280Z] bdfd9d629cb0: Layer already exists [2020-10-26T16:12:29.280Z] d44abcc74939: Layer already exists [2020-10-26T16:12:29.280Z] 4b0a9556f02a: Layer already exists [2020-10-26T16:12:29.280Z] d3d3b95f8f62: Layer already exists [2020-10-26T16:12:29.280Z] ace0eda3e3be: Layer already exists [2020-10-26T16:12:29.280Z] 151af978cf25de30735135da97f91b1f15ae3e78-1.2.2-dev.96: digest: sha256:ef3ab7a4214d4d9a154b5ad5caa86d7f0f1a8bfecc4a829bc0a5701c07b98209 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:12:29.585Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:12:29.884Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [2020-10-26T16:12:29.884Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-10-26T16:12:29.884Z] c8ec99fefb8e: Preparing [2020-10-26T16:12:29.884Z] 52a851d73d2a: Preparing [2020-10-26T16:12:29.884Z] 7f612f934af4: Preparing [2020-10-26T16:12:29.884Z] 170db3ec313e: Preparing [2020-10-26T16:12:29.884Z] 170db3ec313e: Preparing [2020-10-26T16:12:29.884Z] 4578fb6c5e12: Preparing [2020-10-26T16:12:29.884Z] d3d3b95f8f62: Preparing [2020-10-26T16:12:29.884Z] bdfd9d629cb0: Preparing [2020-10-26T16:12:29.884Z] c8ec99fefb8e: Preparing [2020-10-26T16:12:29.884Z] d44abcc74939: Preparing [2020-10-26T16:12:29.884Z] f6b48f30ce7d: Preparing [2020-10-26T16:12:29.884Z] 4b0a9556f02a: Preparing [2020-10-26T16:12:29.884Z] ace0eda3e3be: Preparing [2020-10-26T16:12:29.884Z] d3d3b95f8f62: Waiting [2020-10-26T16:12:29.884Z] bdfd9d629cb0: Waiting [2020-10-26T16:12:29.884Z] d44abcc74939: Waiting [2020-10-26T16:12:29.884Z] f6b48f30ce7d: Waiting [2020-10-26T16:12:29.884Z] 4b0a9556f02a: Waiting [2020-10-26T16:12:29.884Z] ace0eda3e3be: Waiting [2020-10-26T16:12:29.884Z] c8ec99fefb8e: Layer already exists [2020-10-26T16:12:29.884Z] 170db3ec313e: Layer already exists [2020-10-26T16:12:29.884Z] 7f612f934af4: Layer already exists [2020-10-26T16:12:29.884Z] 52a851d73d2a: Layer already exists [2020-10-26T16:12:29.884Z] 4578fb6c5e12: Layer already exists [2020-10-26T16:12:29.884Z] bdfd9d629cb0: Layer already exists [2020-10-26T16:12:29.884Z] 4b0a9556f02a: Layer already exists [2020-10-26T16:12:29.884Z] d44abcc74939: Layer already exists [2020-10-26T16:12:29.884Z] d3d3b95f8f62: Layer already exists [2020-10-26T16:12:29.884Z] f6b48f30ce7d: Layer already exists [2020-10-26T16:12:29.884Z] ace0eda3e3be: Layer already exists [2020-10-26T16:12:29.884Z] master: digest: sha256:ef3ab7a4214d4d9a154b5ad5caa86d7f0f1a8bfecc4a829bc0a5701c07b98209 size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-26T16:12:30.151Z] ===================================================== [Pipeline] echo [2020-10-26T16:12:30.238Z] taggedImages: [2020-10-26T16:12:30.238Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:151af978cf25de30735135da97f91b1f15ae3e78 [2020-10-26T16:12:30.238Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.96 [2020-10-26T16:12:30.238Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:151af978cf25de30735135da97f91b1f15ae3e78-1.2.2-dev.96 [2020-10-26T16:12:30.238Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] echo [2020-10-26T16:12:30.299Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2020-10-26T16:12:30.299Z] 151af978cf25de30735135da97f91b1f15ae3e78 [2020-10-26T16:12:30.299Z] 1.2.2-dev.96 [2020-10-26T16:12:30.299Z] 151af978cf25de30735135da97f91b1f15ae3e78-1.2.2-dev.96 [2020-10-26T16:12:30.299Z] master [2020-10-26T16:12:30.299Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:12:30.814Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:151af978cf25de30735135da97f91b1f15ae3e78 [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:12:31.085Z] Removing intermediate container 964e043df95b [2020-10-26T16:12:31.085Z] ---> 16d6d141300f [2020-10-26T16:12:31.085Z] Step 8/26 : COPY . . [2020-10-26T16:12:31.116Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:151af978cf25de30735135da97f91b1f15ae3e78 [2020-10-26T16:12:31.116Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-10-26T16:12:31.116Z] 31569af2ee46: Preparing [2020-10-26T16:12:31.116Z] b8a967490cbb: Preparing [2020-10-26T16:12:31.116Z] c6f31d10c6d7: Preparing [2020-10-26T16:12:31.116Z] 1cacf2ea4964: Preparing [2020-10-26T16:12:31.116Z] 8f4c0550f3dc: Preparing [2020-10-26T16:12:31.116Z] 8fcde5d2319a: Preparing [2020-10-26T16:12:31.116Z] ba9fa05c426a: Preparing [2020-10-26T16:12:31.116Z] 9ebd49fb366c: Preparing [2020-10-26T16:12:31.116Z] 3e7d3b8f6c10: Preparing [2020-10-26T16:12:31.116Z] a4dbb9029ec0: Preparing [2020-10-26T16:12:31.116Z] 1b3ee35aacca: Preparing [2020-10-26T16:12:31.116Z] 9ebd49fb366c: Waiting [2020-10-26T16:12:31.116Z] ba9fa05c426a: Waiting [2020-10-26T16:12:31.116Z] 3e7d3b8f6c10: Waiting [2020-10-26T16:12:31.116Z] a4dbb9029ec0: Waiting [2020-10-26T16:12:31.116Z] 1b3ee35aacca: Waiting [2020-10-26T16:12:31.116Z] 8fcde5d2319a: Waiting [2020-10-26T16:12:31.367Z] Removing intermediate container f1dde80a56b9 [2020-10-26T16:12:31.367Z] ---> 95b72dfd5dbf [2020-10-26T16:12:31.367Z] Step 8/22 : COPY . . [2020-10-26T16:12:31.381Z] b8a967490cbb: Pushed [2020-10-26T16:12:31.381Z] 31569af2ee46: Pushed [2020-10-26T16:12:31.381Z] 8fcde5d2319a: Pushed [2020-10-26T16:12:31.381Z] ba9fa05c426a: Pushed [2020-10-26T16:12:31.651Z] 9ebd49fb366c: Pushed [2020-10-26T16:12:31.651Z] 3e7d3b8f6c10: Pushed [2020-10-26T16:12:31.651Z] 1b3ee35aacca: Layer already exists [2020-10-26T16:12:31.912Z] c6f31d10c6d7: Pushed [2020-10-26T16:12:31.912Z] 8f4c0550f3dc: Pushed [2020-10-26T16:12:31.987Z] Removing intermediate container 934f8a366cec [2020-10-26T16:12:31.987Z] ---> 28522a166760 [2020-10-26T16:12:31.987Z] Step 8/22 : COPY . . [2020-10-26T16:12:32.173Z] 1cacf2ea4964: Pushed [2020-10-26T16:12:32.173Z] a4dbb9029ec0: Pushed [2020-10-26T16:12:32.434Z] 151af978cf25de30735135da97f91b1f15ae3e78: digest: sha256:473480da8cf62cb1cfa6ac02aea0e22656eb780ae38a8fe338290862d686771d size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:12:32.694Z] Removing intermediate container 7c007e43671c [2020-10-26T16:12:32.695Z] ---> 46c3899744ec [2020-10-26T16:12:32.695Z] Step 8/21 : COPY . . [2020-10-26T16:12:32.737Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.96 [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:12:33.036Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.96 [2020-10-26T16:12:33.036Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-10-26T16:12:33.036Z] 31569af2ee46: Preparing [2020-10-26T16:12:33.036Z] b8a967490cbb: Preparing [2020-10-26T16:12:33.036Z] c6f31d10c6d7: Preparing [2020-10-26T16:12:33.036Z] 1cacf2ea4964: Preparing [2020-10-26T16:12:33.036Z] 8f4c0550f3dc: Preparing [2020-10-26T16:12:33.036Z] 8fcde5d2319a: Preparing [2020-10-26T16:12:33.036Z] ba9fa05c426a: Preparing [2020-10-26T16:12:33.036Z] 9ebd49fb366c: Preparing [2020-10-26T16:12:33.036Z] 3e7d3b8f6c10: Preparing [2020-10-26T16:12:33.036Z] a4dbb9029ec0: Preparing [2020-10-26T16:12:33.036Z] 1b3ee35aacca: Preparing [2020-10-26T16:12:33.036Z] ba9fa05c426a: Waiting [2020-10-26T16:12:33.036Z] 8fcde5d2319a: Waiting [2020-10-26T16:12:33.036Z] 9ebd49fb366c: Waiting [2020-10-26T16:12:33.036Z] 3e7d3b8f6c10: Waiting [2020-10-26T16:12:33.036Z] a4dbb9029ec0: Waiting [2020-10-26T16:12:33.036Z] 1b3ee35aacca: Waiting [2020-10-26T16:12:33.036Z] c6f31d10c6d7: Layer already exists [2020-10-26T16:12:33.036Z] 1cacf2ea4964: Layer already exists [2020-10-26T16:12:33.036Z] 31569af2ee46: Layer already exists [2020-10-26T16:12:33.036Z] 8f4c0550f3dc: Layer already exists [2020-10-26T16:12:33.036Z] b8a967490cbb: Layer already exists [2020-10-26T16:12:33.036Z] 8fcde5d2319a: Layer already exists [2020-10-26T16:12:33.036Z] ba9fa05c426a: Layer already exists [2020-10-26T16:12:33.036Z] 9ebd49fb366c: Layer already exists [2020-10-26T16:12:33.036Z] 3e7d3b8f6c10: Layer already exists [2020-10-26T16:12:33.036Z] a4dbb9029ec0: Layer already exists [2020-10-26T16:12:33.036Z] 1b3ee35aacca: Layer already exists [2020-10-26T16:12:33.036Z] 1.2.2-dev.96: digest: sha256:473480da8cf62cb1cfa6ac02aea0e22656eb780ae38a8fe338290862d686771d size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:12:33.304Z] Removing intermediate container d82ecae1a5bc [2020-10-26T16:12:33.304Z] ---> d1ba4c057811 [2020-10-26T16:12:33.304Z] Step 8/20 : COPY . . [2020-10-26T16:12:33.341Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:151af978cf25de30735135da97f91b1f15ae3e78-1.2.2-dev.96 [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:12:33.638Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:151af978cf25de30735135da97f91b1f15ae3e78-1.2.2-dev.96 [2020-10-26T16:12:33.638Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-10-26T16:12:33.638Z] 31569af2ee46: Preparing [2020-10-26T16:12:33.638Z] b8a967490cbb: Preparing [2020-10-26T16:12:33.638Z] c6f31d10c6d7: Preparing [2020-10-26T16:12:33.638Z] 1cacf2ea4964: Preparing [2020-10-26T16:12:33.638Z] 8f4c0550f3dc: Preparing [2020-10-26T16:12:33.638Z] 8fcde5d2319a: Preparing [2020-10-26T16:12:33.638Z] ba9fa05c426a: Preparing [2020-10-26T16:12:33.638Z] 9ebd49fb366c: Preparing [2020-10-26T16:12:33.638Z] 3e7d3b8f6c10: Preparing [2020-10-26T16:12:33.638Z] a4dbb9029ec0: Preparing [2020-10-26T16:12:33.638Z] 1b3ee35aacca: Preparing [2020-10-26T16:12:33.638Z] 8fcde5d2319a: Waiting [2020-10-26T16:12:33.638Z] ba9fa05c426a: Waiting [2020-10-26T16:12:33.638Z] 9ebd49fb366c: Waiting [2020-10-26T16:12:33.638Z] 3e7d3b8f6c10: Waiting [2020-10-26T16:12:33.638Z] a4dbb9029ec0: Waiting [2020-10-26T16:12:33.638Z] 1b3ee35aacca: Waiting [2020-10-26T16:12:33.638Z] 31569af2ee46: Layer already exists [2020-10-26T16:12:33.638Z] c6f31d10c6d7: Layer already exists [2020-10-26T16:12:33.638Z] 1cacf2ea4964: Layer already exists [2020-10-26T16:12:33.638Z] b8a967490cbb: Layer already exists [2020-10-26T16:12:33.638Z] 8f4c0550f3dc: Layer already exists [2020-10-26T16:12:33.638Z] ba9fa05c426a: Layer already exists [2020-10-26T16:12:33.638Z] 9ebd49fb366c: Layer already exists [2020-10-26T16:12:33.638Z] 8fcde5d2319a: Layer already exists [2020-10-26T16:12:33.638Z] 3e7d3b8f6c10: Layer already exists [2020-10-26T16:12:33.638Z] a4dbb9029ec0: Layer already exists [2020-10-26T16:12:33.638Z] 1b3ee35aacca: Layer already exists [2020-10-26T16:12:33.638Z] 151af978cf25de30735135da97f91b1f15ae3e78-1.2.2-dev.96: digest: sha256:473480da8cf62cb1cfa6ac02aea0e22656eb780ae38a8fe338290862d686771d size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:12:33.943Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:12:34.243Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2020-10-26T16:12:34.243Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-10-26T16:12:34.243Z] 31569af2ee46: Preparing [2020-10-26T16:12:34.243Z] b8a967490cbb: Preparing [2020-10-26T16:12:34.243Z] c6f31d10c6d7: Preparing [2020-10-26T16:12:34.243Z] 1cacf2ea4964: Preparing [2020-10-26T16:12:34.243Z] 8f4c0550f3dc: Preparing [2020-10-26T16:12:34.243Z] 8fcde5d2319a: Preparing [2020-10-26T16:12:34.243Z] ba9fa05c426a: Preparing [2020-10-26T16:12:34.243Z] 9ebd49fb366c: Preparing [2020-10-26T16:12:34.243Z] 3e7d3b8f6c10: Preparing [2020-10-26T16:12:34.243Z] a4dbb9029ec0: Preparing [2020-10-26T16:12:34.243Z] 1b3ee35aacca: Preparing [2020-10-26T16:12:34.243Z] 8fcde5d2319a: Waiting [2020-10-26T16:12:34.243Z] ba9fa05c426a: Waiting [2020-10-26T16:12:34.243Z] 9ebd49fb366c: Waiting [2020-10-26T16:12:34.243Z] 3e7d3b8f6c10: Waiting [2020-10-26T16:12:34.243Z] a4dbb9029ec0: Waiting [2020-10-26T16:12:34.243Z] 1b3ee35aacca: Waiting [2020-10-26T16:12:34.243Z] 1cacf2ea4964: Layer already exists [2020-10-26T16:12:34.243Z] 31569af2ee46: Layer already exists [2020-10-26T16:12:34.243Z] b8a967490cbb: Layer already exists [2020-10-26T16:12:34.243Z] c6f31d10c6d7: Layer already exists [2020-10-26T16:12:34.243Z] 8f4c0550f3dc: Layer already exists [2020-10-26T16:12:34.243Z] 8fcde5d2319a: Layer already exists [2020-10-26T16:12:34.243Z] ba9fa05c426a: Layer already exists [2020-10-26T16:12:34.243Z] 3e7d3b8f6c10: Layer already exists [2020-10-26T16:12:34.243Z] 9ebd49fb366c: Layer already exists [2020-10-26T16:12:34.243Z] a4dbb9029ec0: Layer already exists [2020-10-26T16:12:34.243Z] 1b3ee35aacca: Layer already exists [2020-10-26T16:12:34.243Z] master: digest: sha256:473480da8cf62cb1cfa6ac02aea0e22656eb780ae38a8fe338290862d686771d size: 2616 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-26T16:12:34.419Z] ===================================================== [Pipeline] echo [2020-10-26T16:12:34.465Z] taggedImages: [2020-10-26T16:12:34.465Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:151af978cf25de30735135da97f91b1f15ae3e78 [2020-10-26T16:12:34.465Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.96 [2020-10-26T16:12:34.465Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:151af978cf25de30735135da97f91b1f15ae3e78-1.2.2-dev.96 [2020-10-26T16:12:34.465Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2020-10-26T16:12:34.529Z] [edgeXDocker.push] Tagging docker image docker-support-logging-go with the following tags: [2020-10-26T16:12:34.529Z] 151af978cf25de30735135da97f91b1f15ae3e78 [2020-10-26T16:12:34.529Z] 1.2.2-dev.96 [2020-10-26T16:12:34.529Z] 151af978cf25de30735135da97f91b1f15ae3e78-1.2.2-dev.96 [2020-10-26T16:12:34.529Z] master [2020-10-26T16:12:34.529Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:12:35.020Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:151af978cf25de30735135da97f91b1f15ae3e78 [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:12:35.326Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:151af978cf25de30735135da97f91b1f15ae3e78 [2020-10-26T16:12:35.326Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-10-26T16:12:35.326Z] 0d1750318e4d: Preparing [2020-10-26T16:12:35.326Z] 098ab80350e6: Preparing [2020-10-26T16:12:35.326Z] 74a51af11359: Preparing [2020-10-26T16:12:35.326Z] 013dc9d1baa4: Preparing [2020-10-26T16:12:35.326Z] 0d1750318e4d: Pushed [2020-10-26T16:12:35.586Z] 74a51af11359: Pushed [2020-10-26T16:12:35.586Z] 013dc9d1baa4: Pushed [2020-10-26T16:12:36.159Z] 098ab80350e6: Pushed [2020-10-26T16:12:36.420Z] 151af978cf25de30735135da97f91b1f15ae3e78: digest: sha256:22302384d9ec88d00a9b3c33f2e44428ff3084f8bbb90738d7ff5ce9efdfc28e size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:12:36.725Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.96 [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:12:37.030Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.96 [2020-10-26T16:12:37.030Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-10-26T16:12:37.030Z] 0d1750318e4d: Preparing [2020-10-26T16:12:37.030Z] 098ab80350e6: Preparing [2020-10-26T16:12:37.030Z] 74a51af11359: Preparing [2020-10-26T16:12:37.030Z] 013dc9d1baa4: Preparing [2020-10-26T16:12:37.030Z] 74a51af11359: Layer already exists [2020-10-26T16:12:37.030Z] 098ab80350e6: Layer already exists [2020-10-26T16:12:37.030Z] 0d1750318e4d: Layer already exists [2020-10-26T16:12:37.030Z] 013dc9d1baa4: Layer already exists [2020-10-26T16:12:37.030Z] 1.2.2-dev.96: digest: sha256:22302384d9ec88d00a9b3c33f2e44428ff3084f8bbb90738d7ff5ce9efdfc28e size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:12:37.334Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:151af978cf25de30735135da97f91b1f15ae3e78-1.2.2-dev.96 [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:12:37.633Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:151af978cf25de30735135da97f91b1f15ae3e78-1.2.2-dev.96 [2020-10-26T16:12:37.633Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-10-26T16:12:37.633Z] 0d1750318e4d: Preparing [2020-10-26T16:12:37.633Z] 098ab80350e6: Preparing [2020-10-26T16:12:37.633Z] 74a51af11359: Preparing [2020-10-26T16:12:37.633Z] 013dc9d1baa4: Preparing [2020-10-26T16:12:37.633Z] 098ab80350e6: Layer already exists [2020-10-26T16:12:37.633Z] 0d1750318e4d: Layer already exists [2020-10-26T16:12:37.633Z] 013dc9d1baa4: Layer already exists [2020-10-26T16:12:37.633Z] 74a51af11359: Layer already exists [2020-10-26T16:12:37.633Z] 151af978cf25de30735135da97f91b1f15ae3e78-1.2.2-dev.96: digest: sha256:22302384d9ec88d00a9b3c33f2e44428ff3084f8bbb90738d7ff5ce9efdfc28e size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:12:37.935Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:12:38.233Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [2020-10-26T16:12:38.233Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-10-26T16:12:38.233Z] 0d1750318e4d: Preparing [2020-10-26T16:12:38.233Z] 098ab80350e6: Preparing [2020-10-26T16:12:38.233Z] 74a51af11359: Preparing [2020-10-26T16:12:38.233Z] 013dc9d1baa4: Preparing [2020-10-26T16:12:38.233Z] 098ab80350e6: Layer already exists [2020-10-26T16:12:38.233Z] 0d1750318e4d: Layer already exists [2020-10-26T16:12:38.233Z] 74a51af11359: Layer already exists [2020-10-26T16:12:38.233Z] 013dc9d1baa4: Layer already exists [2020-10-26T16:12:38.233Z] master: digest: sha256:22302384d9ec88d00a9b3c33f2e44428ff3084f8bbb90738d7ff5ce9efdfc28e size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-26T16:12:38.418Z] ===================================================== [Pipeline] echo [2020-10-26T16:12:38.462Z] taggedImages: [2020-10-26T16:12:38.462Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:151af978cf25de30735135da97f91b1f15ae3e78 [2020-10-26T16:12:38.462Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.96 [2020-10-26T16:12:38.462Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:151af978cf25de30735135da97f91b1f15ae3e78-1.2.2-dev.96 [2020-10-26T16:12:38.462Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] echo [2020-10-26T16:12:38.532Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2020-10-26T16:12:38.532Z] 151af978cf25de30735135da97f91b1f15ae3e78 [2020-10-26T16:12:38.532Z] 1.2.2-dev.96 [2020-10-26T16:12:38.532Z] 151af978cf25de30735135da97f91b1f15ae3e78-1.2.2-dev.96 [2020-10-26T16:12:38.532Z] master [2020-10-26T16:12:38.532Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:12:38.999Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:151af978cf25de30735135da97f91b1f15ae3e78 [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:12:39.294Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:151af978cf25de30735135da97f91b1f15ae3e78 [2020-10-26T16:12:39.294Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-10-26T16:12:39.294Z] b625f710a6a7: Preparing [2020-10-26T16:12:39.294Z] 97eabe52e32c: Preparing [2020-10-26T16:12:39.294Z] f263a3936a1d: Preparing [2020-10-26T16:12:39.294Z] e90a69d0a373: Preparing [2020-10-26T16:12:39.294Z] 805301bfdc26: Preparing [2020-10-26T16:12:39.294Z] 8ad829c6e94e: Preparing [2020-10-26T16:12:39.294Z] 8ad829c6e94e: Waiting [2020-10-26T16:12:39.554Z] b625f710a6a7: Pushed [2020-10-26T16:12:39.554Z] e90a69d0a373: Pushed [2020-10-26T16:12:39.554Z] 805301bfdc26: Pushed [2020-10-26T16:12:39.554Z] f263a3936a1d: Pushed [2020-10-26T16:12:39.554Z] 8ad829c6e94e: Pushed [2020-10-26T16:12:40.495Z] 97eabe52e32c: Pushed [2020-10-26T16:12:40.756Z] 151af978cf25de30735135da97f91b1f15ae3e78: digest: sha256:6f80d22a3728cdd0ab124ba1c689a0aacf5c14329ba5bbda165bb2a8aeea28a8 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:12:41.057Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.96 [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:12:41.355Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.96 [2020-10-26T16:12:41.355Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-10-26T16:12:41.355Z] b625f710a6a7: Preparing [2020-10-26T16:12:41.355Z] 97eabe52e32c: Preparing [2020-10-26T16:12:41.355Z] f263a3936a1d: Preparing [2020-10-26T16:12:41.355Z] e90a69d0a373: Preparing [2020-10-26T16:12:41.355Z] 805301bfdc26: Preparing [2020-10-26T16:12:41.355Z] 8ad829c6e94e: Preparing [2020-10-26T16:12:41.355Z] 8ad829c6e94e: Waiting [2020-10-26T16:12:41.355Z] e90a69d0a373: Layer already exists [2020-10-26T16:12:41.355Z] 97eabe52e32c: Layer already exists [2020-10-26T16:12:41.355Z] 805301bfdc26: Layer already exists [2020-10-26T16:12:41.355Z] b625f710a6a7: Layer already exists [2020-10-26T16:12:41.355Z] f263a3936a1d: Layer already exists [2020-10-26T16:12:41.355Z] 8ad829c6e94e: Layer already exists [2020-10-26T16:12:41.355Z] 1.2.2-dev.96: digest: sha256:6f80d22a3728cdd0ab124ba1c689a0aacf5c14329ba5bbda165bb2a8aeea28a8 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:12:41.655Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:151af978cf25de30735135da97f91b1f15ae3e78-1.2.2-dev.96 [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:12:41.950Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:151af978cf25de30735135da97f91b1f15ae3e78-1.2.2-dev.96 [2020-10-26T16:12:41.950Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-10-26T16:12:41.950Z] b625f710a6a7: Preparing [2020-10-26T16:12:41.950Z] 97eabe52e32c: Preparing [2020-10-26T16:12:41.950Z] f263a3936a1d: Preparing [2020-10-26T16:12:41.950Z] e90a69d0a373: Preparing [2020-10-26T16:12:41.950Z] 805301bfdc26: Preparing [2020-10-26T16:12:41.950Z] 8ad829c6e94e: Preparing [2020-10-26T16:12:41.950Z] 8ad829c6e94e: Waiting [2020-10-26T16:12:41.950Z] b625f710a6a7: Layer already exists [2020-10-26T16:12:41.950Z] 805301bfdc26: Layer already exists [2020-10-26T16:12:41.950Z] f263a3936a1d: Layer already exists [2020-10-26T16:12:41.950Z] 97eabe52e32c: Layer already exists [2020-10-26T16:12:41.950Z] e90a69d0a373: Layer already exists [2020-10-26T16:12:41.950Z] 8ad829c6e94e: Layer already exists [2020-10-26T16:12:41.950Z] 151af978cf25de30735135da97f91b1f15ae3e78-1.2.2-dev.96: digest: sha256:6f80d22a3728cdd0ab124ba1c689a0aacf5c14329ba5bbda165bb2a8aeea28a8 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:12:42.260Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:12:42.555Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2020-10-26T16:12:42.555Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-10-26T16:12:42.555Z] b625f710a6a7: Preparing [2020-10-26T16:12:42.555Z] 97eabe52e32c: Preparing [2020-10-26T16:12:42.555Z] f263a3936a1d: Preparing [2020-10-26T16:12:42.555Z] e90a69d0a373: Preparing [2020-10-26T16:12:42.555Z] 805301bfdc26: Preparing [2020-10-26T16:12:42.555Z] 8ad829c6e94e: Preparing [2020-10-26T16:12:42.555Z] 8ad829c6e94e: Waiting [2020-10-26T16:12:42.555Z] 805301bfdc26: Layer already exists [2020-10-26T16:12:42.555Z] 97eabe52e32c: Layer already exists [2020-10-26T16:12:42.555Z] e90a69d0a373: Layer already exists [2020-10-26T16:12:42.555Z] b625f710a6a7: Layer already exists [2020-10-26T16:12:42.555Z] f263a3936a1d: Layer already exists [2020-10-26T16:12:42.555Z] 8ad829c6e94e: Layer already exists [2020-10-26T16:12:42.555Z] master: digest: sha256:6f80d22a3728cdd0ab124ba1c689a0aacf5c14329ba5bbda165bb2a8aeea28a8 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-26T16:12:42.754Z] ===================================================== [Pipeline] echo [2020-10-26T16:12:42.801Z] taggedImages: [2020-10-26T16:12:42.801Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:151af978cf25de30735135da97f91b1f15ae3e78 [2020-10-26T16:12:42.801Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.96 [2020-10-26T16:12:42.801Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:151af978cf25de30735135da97f91b1f15ae3e78-1.2.2-dev.96 [2020-10-26T16:12:42.801Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2020-10-26T16:12:42.862Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2020-10-26T16:12:42.862Z] 151af978cf25de30735135da97f91b1f15ae3e78 [2020-10-26T16:12:42.862Z] 1.2.2-dev.96 [2020-10-26T16:12:42.862Z] 151af978cf25de30735135da97f91b1f15ae3e78-1.2.2-dev.96 [2020-10-26T16:12:42.862Z] master [2020-10-26T16:12:42.862Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:12:43.324Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:151af978cf25de30735135da97f91b1f15ae3e78 [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:12:43.626Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:151af978cf25de30735135da97f91b1f15ae3e78 [2020-10-26T16:12:43.626Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-10-26T16:12:43.626Z] a98b247cdeb4: Preparing [2020-10-26T16:12:43.626Z] ae8fbcec5cdd: Preparing [2020-10-26T16:12:43.626Z] bcdd99f4e6d8: Preparing [2020-10-26T16:12:43.626Z] bcdd99f4e6d8: Pushed [2020-10-26T16:12:43.626Z] a98b247cdeb4: Pushed [2020-10-26T16:12:45.009Z] ae8fbcec5cdd: Pushed [2020-10-26T16:12:45.009Z] 151af978cf25de30735135da97f91b1f15ae3e78: digest: sha256:796b4951a1d45f5779dbe9c6d71a881423b0c1d936919a897914aea8cb0a3ade size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:12:45.349Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.96 [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:12:45.646Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.96 [2020-10-26T16:12:45.646Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-10-26T16:12:45.646Z] a98b247cdeb4: Preparing [2020-10-26T16:12:45.646Z] ae8fbcec5cdd: Preparing [2020-10-26T16:12:45.646Z] bcdd99f4e6d8: Preparing [2020-10-26T16:12:45.646Z] bcdd99f4e6d8: Layer already exists [2020-10-26T16:12:45.646Z] ae8fbcec5cdd: Layer already exists [2020-10-26T16:12:45.646Z] a98b247cdeb4: Layer already exists [2020-10-26T16:12:45.646Z] 1.2.2-dev.96: digest: sha256:796b4951a1d45f5779dbe9c6d71a881423b0c1d936919a897914aea8cb0a3ade size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:12:45.945Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:151af978cf25de30735135da97f91b1f15ae3e78-1.2.2-dev.96 [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:12:46.242Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:151af978cf25de30735135da97f91b1f15ae3e78-1.2.2-dev.96 [2020-10-26T16:12:46.242Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-10-26T16:12:46.242Z] a98b247cdeb4: Preparing [2020-10-26T16:12:46.242Z] ae8fbcec5cdd: Preparing [2020-10-26T16:12:46.242Z] bcdd99f4e6d8: Preparing [2020-10-26T16:12:46.242Z] ae8fbcec5cdd: Layer already exists [2020-10-26T16:12:46.242Z] bcdd99f4e6d8: Layer already exists [2020-10-26T16:12:46.242Z] a98b247cdeb4: Layer already exists [2020-10-26T16:12:46.242Z] 151af978cf25de30735135da97f91b1f15ae3e78-1.2.2-dev.96: digest: sha256:796b4951a1d45f5779dbe9c6d71a881423b0c1d936919a897914aea8cb0a3ade size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:12:46.548Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:12:46.844Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2020-10-26T16:12:46.844Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-10-26T16:12:46.844Z] a98b247cdeb4: Preparing [2020-10-26T16:12:46.844Z] ae8fbcec5cdd: Preparing [2020-10-26T16:12:46.844Z] bcdd99f4e6d8: Preparing [2020-10-26T16:12:46.844Z] a98b247cdeb4: Layer already exists [2020-10-26T16:12:46.844Z] bcdd99f4e6d8: Layer already exists [2020-10-26T16:12:46.844Z] ae8fbcec5cdd: Layer already exists [2020-10-26T16:12:46.844Z] master: digest: sha256:796b4951a1d45f5779dbe9c6d71a881423b0c1d936919a897914aea8cb0a3ade size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-26T16:12:47.032Z] ===================================================== [Pipeline] echo [2020-10-26T16:12:47.076Z] taggedImages: [2020-10-26T16:12:47.076Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:151af978cf25de30735135da97f91b1f15ae3e78 [2020-10-26T16:12:47.076Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.96 [2020-10-26T16:12:47.076Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:151af978cf25de30735135da97f91b1f15ae3e78-1.2.2-dev.96 [2020-10-26T16:12:47.076Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2020-10-26T16:12:47.138Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2020-10-26T16:12:47.138Z] 151af978cf25de30735135da97f91b1f15ae3e78 [2020-10-26T16:12:47.138Z] 1.2.2-dev.96 [2020-10-26T16:12:47.138Z] 151af978cf25de30735135da97f91b1f15ae3e78-1.2.2-dev.96 [2020-10-26T16:12:47.138Z] master [2020-10-26T16:12:47.138Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:12:47.591Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:151af978cf25de30735135da97f91b1f15ae3e78 [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:12:48.097Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:151af978cf25de30735135da97f91b1f15ae3e78 [2020-10-26T16:12:48.097Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-10-26T16:12:48.097Z] 0c94c354d354: Preparing [2020-10-26T16:12:48.097Z] b3132d83b185: Preparing [2020-10-26T16:12:48.097Z] 1cf2d9409791: Preparing [2020-10-26T16:12:48.097Z] b1df4b4e3cd6: Preparing [2020-10-26T16:12:48.097Z] edd8808aa703: Preparing [2020-10-26T16:12:48.097Z] 526cd200e79d: Preparing [2020-10-26T16:12:48.097Z] a3490ef52651: Preparing [2020-10-26T16:12:48.097Z] 1d278c39f50a: Preparing [2020-10-26T16:12:48.097Z] 3730a0890c46: Preparing [2020-10-26T16:12:48.097Z] 383f309b5d37: Preparing [2020-10-26T16:12:48.097Z] e1a73c32da76: Preparing [2020-10-26T16:12:48.097Z] 31b11ec6ff38: Preparing [2020-10-26T16:12:48.097Z] 911954e2fe49: Preparing [2020-10-26T16:12:48.097Z] ace0eda3e3be: Preparing [2020-10-26T16:12:48.097Z] 383f309b5d37: Waiting [2020-10-26T16:12:48.097Z] 526cd200e79d: Waiting [2020-10-26T16:12:48.097Z] a3490ef52651: Waiting [2020-10-26T16:12:48.097Z] 1d278c39f50a: Waiting [2020-10-26T16:12:48.097Z] 3730a0890c46: Waiting [2020-10-26T16:12:48.097Z] e1a73c32da76: Waiting [2020-10-26T16:12:48.097Z] 911954e2fe49: Waiting [2020-10-26T16:12:48.097Z] ace0eda3e3be: Waiting [2020-10-26T16:12:48.097Z] 31b11ec6ff38: Waiting [2020-10-26T16:12:48.462Z] ---> 7d3ef9a06e8a [2020-10-26T16:12:48.463Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-10-26T16:12:48.463Z] ---> 83d3c44519eb [2020-10-26T16:12:48.463Z] 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-26T16:12:48.463Z] ---> 5f516ed07356 [2020-10-26T16:12:48.463Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-10-26T16:12:48.463Z] ---> fcb201acee24 [2020-10-26T16:12:48.463Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-10-26T16:12:48.463Z] ---> 305166b48a1d [2020-10-26T16:12:48.463Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-10-26T16:12:48.463Z] ---> Running in f0ccd4b05b4d [2020-10-26T16:12:48.463Z] ---> Running in e0056fb2d429 [2020-10-26T16:12:48.463Z] ---> Running in 6556c4c2aab0 [2020-10-26T16:12:48.463Z] ---> Running in 76aafe8dcf8c [2020-10-26T16:12:48.463Z] ---> Running in 2c3d3cf3fbec [2020-10-26T16:12:48.467Z] 0c94c354d354: Pushed [2020-10-26T16:12:48.467Z] edd8808aa703: Pushed [2020-10-26T16:12:48.467Z] b1df4b4e3cd6: Pushed [2020-10-26T16:12:48.467Z] 1d278c39f50a: Layer already exists [2020-10-26T16:12:48.467Z] 3730a0890c46: Layer already exists [2020-10-26T16:12:48.467Z] a3490ef52651: Pushed [2020-10-26T16:12:48.732Z] 383f309b5d37: Layer already exists [2020-10-26T16:12:48.732Z] e1a73c32da76: Layer already exists [2020-10-26T16:12:48.732Z] 31b11ec6ff38: Layer already exists [2020-10-26T16:12:48.732Z] b3132d83b185: Pushed [2020-10-26T16:12:48.732Z] 911954e2fe49: Layer already exists [2020-10-26T16:12:48.732Z] ace0eda3e3be: Layer already exists [2020-10-26T16:12:49.306Z] 526cd200e79d: Pushed [2020-10-26T16:12:50.474Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.96" -o cmd/core-command/core-command ./cmd/core-command [2020-10-26T16:12:50.474Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.96" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-10-26T16:12:50.755Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.96" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-10-26T16:12:51.035Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.96" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-10-26T16:12:51.035Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.96" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-10-26T16:12:57.458Z] 1cf2d9409791: Pushed [2020-10-26T16:12:57.458Z] 151af978cf25de30735135da97f91b1f15ae3e78: digest: sha256:cb634b7dc5225bba8de5eedc09c68bcc7d4fd8ea551eba4cd5142b41607396d4 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:12:57.772Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.96 [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:12:58.071Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.96 [2020-10-26T16:12:58.071Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-10-26T16:12:58.071Z] 0c94c354d354: Preparing [2020-10-26T16:12:58.071Z] b3132d83b185: Preparing [2020-10-26T16:12:58.071Z] 1cf2d9409791: Preparing [2020-10-26T16:12:58.071Z] b1df4b4e3cd6: Preparing [2020-10-26T16:12:58.071Z] edd8808aa703: Preparing [2020-10-26T16:12:58.071Z] 526cd200e79d: Preparing [2020-10-26T16:12:58.071Z] a3490ef52651: Preparing [2020-10-26T16:12:58.071Z] 1d278c39f50a: Preparing [2020-10-26T16:12:58.071Z] 3730a0890c46: Preparing [2020-10-26T16:12:58.071Z] 383f309b5d37: Preparing [2020-10-26T16:12:58.071Z] e1a73c32da76: Preparing [2020-10-26T16:12:58.071Z] 31b11ec6ff38: Preparing [2020-10-26T16:12:58.071Z] 911954e2fe49: Preparing [2020-10-26T16:12:58.071Z] ace0eda3e3be: Preparing [2020-10-26T16:12:58.071Z] 526cd200e79d: Waiting [2020-10-26T16:12:58.071Z] a3490ef52651: Waiting [2020-10-26T16:12:58.071Z] 1d278c39f50a: Waiting [2020-10-26T16:12:58.071Z] 3730a0890c46: Waiting [2020-10-26T16:12:58.071Z] 383f309b5d37: Waiting [2020-10-26T16:12:58.071Z] e1a73c32da76: Waiting [2020-10-26T16:12:58.071Z] ace0eda3e3be: Waiting [2020-10-26T16:12:58.071Z] 31b11ec6ff38: Waiting [2020-10-26T16:12:58.071Z] 911954e2fe49: Waiting [2020-10-26T16:12:58.071Z] 0c94c354d354: Layer already exists [2020-10-26T16:12:58.071Z] edd8808aa703: Layer already exists [2020-10-26T16:12:58.071Z] 1cf2d9409791: Layer already exists [2020-10-26T16:12:58.071Z] b1df4b4e3cd6: Layer already exists [2020-10-26T16:12:58.071Z] b3132d83b185: Layer already exists [2020-10-26T16:12:58.071Z] 526cd200e79d: Layer already exists [2020-10-26T16:12:58.071Z] 383f309b5d37: Layer already exists [2020-10-26T16:12:58.071Z] 1d278c39f50a: Layer already exists [2020-10-26T16:12:58.071Z] a3490ef52651: Layer already exists [2020-10-26T16:12:58.071Z] 3730a0890c46: Layer already exists [2020-10-26T16:12:58.071Z] e1a73c32da76: Layer already exists [2020-10-26T16:12:58.071Z] 31b11ec6ff38: Layer already exists [2020-10-26T16:12:58.071Z] ace0eda3e3be: Layer already exists [2020-10-26T16:12:58.071Z] 911954e2fe49: Layer already exists [2020-10-26T16:12:58.071Z] 1.2.2-dev.96: digest: sha256:cb634b7dc5225bba8de5eedc09c68bcc7d4fd8ea551eba4cd5142b41607396d4 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:12:58.373Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:151af978cf25de30735135da97f91b1f15ae3e78-1.2.2-dev.96 [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:12:58.667Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:151af978cf25de30735135da97f91b1f15ae3e78-1.2.2-dev.96 [2020-10-26T16:12:58.667Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-10-26T16:12:58.667Z] 0c94c354d354: Preparing [2020-10-26T16:12:58.667Z] b3132d83b185: Preparing [2020-10-26T16:12:58.667Z] 1cf2d9409791: Preparing [2020-10-26T16:12:58.667Z] b1df4b4e3cd6: Preparing [2020-10-26T16:12:58.667Z] edd8808aa703: Preparing [2020-10-26T16:12:58.667Z] 526cd200e79d: Preparing [2020-10-26T16:12:58.667Z] a3490ef52651: Preparing [2020-10-26T16:12:58.667Z] 1d278c39f50a: Preparing [2020-10-26T16:12:58.667Z] 3730a0890c46: Preparing [2020-10-26T16:12:58.667Z] 383f309b5d37: Preparing [2020-10-26T16:12:58.667Z] e1a73c32da76: Preparing [2020-10-26T16:12:58.667Z] 31b11ec6ff38: Preparing [2020-10-26T16:12:58.667Z] 911954e2fe49: Preparing [2020-10-26T16:12:58.667Z] ace0eda3e3be: Preparing [2020-10-26T16:12:58.667Z] 526cd200e79d: Waiting [2020-10-26T16:12:58.667Z] a3490ef52651: Waiting [2020-10-26T16:12:58.667Z] 1d278c39f50a: Waiting [2020-10-26T16:12:58.667Z] 3730a0890c46: Waiting [2020-10-26T16:12:58.667Z] 383f309b5d37: Waiting [2020-10-26T16:12:58.667Z] e1a73c32da76: Waiting [2020-10-26T16:12:58.667Z] 31b11ec6ff38: Waiting [2020-10-26T16:12:58.667Z] 911954e2fe49: Waiting [2020-10-26T16:12:58.667Z] ace0eda3e3be: Waiting [2020-10-26T16:12:58.667Z] edd8808aa703: Layer already exists [2020-10-26T16:12:58.667Z] b3132d83b185: Layer already exists [2020-10-26T16:12:58.667Z] 1cf2d9409791: Layer already exists [2020-10-26T16:12:58.667Z] b1df4b4e3cd6: Layer already exists [2020-10-26T16:12:58.667Z] 0c94c354d354: Layer already exists [2020-10-26T16:12:58.667Z] 526cd200e79d: Layer already exists [2020-10-26T16:12:58.667Z] 1d278c39f50a: Layer already exists [2020-10-26T16:12:58.667Z] a3490ef52651: Layer already exists [2020-10-26T16:12:58.667Z] 3730a0890c46: Layer already exists [2020-10-26T16:12:58.667Z] 383f309b5d37: Layer already exists [2020-10-26T16:12:58.667Z] e1a73c32da76: Layer already exists [2020-10-26T16:12:58.667Z] 31b11ec6ff38: Layer already exists [2020-10-26T16:12:58.667Z] 911954e2fe49: Layer already exists [2020-10-26T16:12:58.667Z] ace0eda3e3be: Layer already exists [2020-10-26T16:12:58.667Z] 151af978cf25de30735135da97f91b1f15ae3e78-1.2.2-dev.96: digest: sha256:cb634b7dc5225bba8de5eedc09c68bcc7d4fd8ea551eba4cd5142b41607396d4 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:12:58.968Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:12:59.264Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2020-10-26T16:12:59.264Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-10-26T16:12:59.264Z] 0c94c354d354: Preparing [2020-10-26T16:12:59.264Z] b3132d83b185: Preparing [2020-10-26T16:12:59.264Z] 1cf2d9409791: Preparing [2020-10-26T16:12:59.264Z] b1df4b4e3cd6: Preparing [2020-10-26T16:12:59.264Z] edd8808aa703: Preparing [2020-10-26T16:12:59.264Z] 526cd200e79d: Preparing [2020-10-26T16:12:59.264Z] a3490ef52651: Preparing [2020-10-26T16:12:59.264Z] 1d278c39f50a: Preparing [2020-10-26T16:12:59.264Z] 3730a0890c46: Preparing [2020-10-26T16:12:59.264Z] 383f309b5d37: Preparing [2020-10-26T16:12:59.264Z] e1a73c32da76: Preparing [2020-10-26T16:12:59.264Z] 31b11ec6ff38: Preparing [2020-10-26T16:12:59.264Z] 911954e2fe49: Preparing [2020-10-26T16:12:59.264Z] ace0eda3e3be: Preparing [2020-10-26T16:12:59.264Z] 526cd200e79d: Waiting [2020-10-26T16:12:59.264Z] a3490ef52651: Waiting [2020-10-26T16:12:59.264Z] 1d278c39f50a: Waiting [2020-10-26T16:12:59.264Z] 3730a0890c46: Waiting [2020-10-26T16:12:59.264Z] 383f309b5d37: Waiting [2020-10-26T16:12:59.264Z] 911954e2fe49: Waiting [2020-10-26T16:12:59.264Z] e1a73c32da76: Waiting [2020-10-26T16:12:59.264Z] 31b11ec6ff38: Waiting [2020-10-26T16:12:59.264Z] ace0eda3e3be: Waiting [2020-10-26T16:12:59.264Z] b3132d83b185: Layer already exists [2020-10-26T16:12:59.264Z] 1cf2d9409791: Layer already exists [2020-10-26T16:12:59.264Z] 0c94c354d354: Layer already exists [2020-10-26T16:12:59.264Z] edd8808aa703: Layer already exists [2020-10-26T16:12:59.264Z] b1df4b4e3cd6: Layer already exists [2020-10-26T16:12:59.264Z] 526cd200e79d: Layer already exists [2020-10-26T16:12:59.264Z] a3490ef52651: Layer already exists [2020-10-26T16:12:59.264Z] 383f309b5d37: Layer already exists [2020-10-26T16:12:59.264Z] 1d278c39f50a: Layer already exists [2020-10-26T16:12:59.264Z] 3730a0890c46: Layer already exists [2020-10-26T16:12:59.264Z] 31b11ec6ff38: Layer already exists [2020-10-26T16:12:59.264Z] e1a73c32da76: Layer already exists [2020-10-26T16:12:59.264Z] 911954e2fe49: Layer already exists [2020-10-26T16:12:59.264Z] ace0eda3e3be: Layer already exists [2020-10-26T16:12:59.264Z] master: digest: sha256:cb634b7dc5225bba8de5eedc09c68bcc7d4fd8ea551eba4cd5142b41607396d4 size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-26T16:12:59.450Z] ===================================================== [Pipeline] echo [2020-10-26T16:12:59.496Z] taggedImages: [2020-10-26T16:12:59.496Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:151af978cf25de30735135da97f91b1f15ae3e78 [2020-10-26T16:12:59.496Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.96 [2020-10-26T16:12:59.496Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:151af978cf25de30735135da97f91b1f15ae3e78-1.2.2-dev.96 [2020-10-26T16:12:59.496Z] - 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-26T16:14:12.852Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.96" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-10-26T16:14:12.852Z] Removing intermediate container 2c3d3cf3fbec [2020-10-26T16:14:12.852Z] ---> 932223dbf632 [2020-10-26T16:14:12.852Z] [2020-10-26T16:14:12.852Z] Step 10/20 : FROM alpine [2020-10-26T16:14:12.852Z] latest: Pulling from library/alpine [2020-10-26T16:14:12.852Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-10-26T16:14:12.852Z] Status: Downloaded newer image for alpine:latest [2020-10-26T16:14:12.852Z] ---> 2e77e061c27f [2020-10-26T16:14:12.852Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-10-26T16:14:12.852Z] ---> Running in 5f5bebb10e4f [2020-10-26T16:14:13.132Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-26T16:14:13.412Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-26T16:14:14.403Z] v3.12.1-8-ge053f6efb7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-26T16:14:14.403Z] v3.12.1-5-g0954f48dc3 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-26T16:14:14.403Z] OK: 12615 distinct packages available [2020-10-26T16:14:15.008Z] (1/4) Installing ca-certificates (20191127-r4) [2020-10-26T16:14:15.283Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-10-26T16:14:15.283Z] (3/4) Installing libcurl (7.69.1-r1) [2020-10-26T16:14:15.283Z] (4/4) Installing curl (7.69.1-r1) [2020-10-26T16:14:15.283Z] Executing busybox-1.31.1-r19.trigger [2020-10-26T16:14:15.283Z] Executing ca-certificates-20191127-r4.trigger [2020-10-26T16:14:15.884Z] OK: 7 MiB in 18 packages [2020-10-26T16:14:16.160Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.96" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-10-26T16:14:18.791Z] Removing intermediate container 5f5bebb10e4f [2020-10-26T16:14:18.791Z] ---> d0a90ddb998f [2020-10-26T16:14:18.791Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-26T16:14:18.791Z] ---> Running in 548d3c5939de [2020-10-26T16:14:19.388Z] Removing intermediate container 548d3c5939de [2020-10-26T16:14:19.388Z] ---> 4499d29a3493 [2020-10-26T16:14:19.388Z] Step 13/20 : WORKDIR /edgex [2020-10-26T16:14:19.665Z] ---> Running in 79da6b99fb92 [2020-10-26T16:14:20.656Z] Removing intermediate container 79da6b99fb92 [2020-10-26T16:14:20.656Z] ---> 1bd806cf764e [2020-10-26T16:14:20.656Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-10-26T16:14:22.105Z] ---> 42fd4bfb6fa6 [2020-10-26T16:14:22.105Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-10-26T16:14:24.102Z] ---> 387c42e68c3c [2020-10-26T16:14:24.102Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-10-26T16:14:24.703Z] ---> Running in bef05030cd6c [2020-10-26T16:14:26.153Z] Removing intermediate container bef05030cd6c [2020-10-26T16:14:26.432Z] ---> faaad1c73ccc [2020-10-26T16:14:26.432Z] Step 17/20 : CMD ["--init=true"] [2020-10-26T16:14:27.039Z] ---> Running in 28a3fa365c22 [2020-10-26T16:14:27.667Z] Removing intermediate container 6556c4c2aab0 [2020-10-26T16:14:27.667Z] ---> 599322811e16 [2020-10-26T16:14:27.667Z] [2020-10-26T16:14:27.667Z] Step 10/22 : FROM scratch [2020-10-26T16:14:27.667Z] ---> [2020-10-26T16:14:27.667Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-26T16:14:28.285Z] Removing intermediate container 28a3fa365c22 [2020-10-26T16:14:28.285Z] ---> 3f764faad4b3 [2020-10-26T16:14:28.285Z] Step 18/20 : LABEL arch=arm64 [2020-10-26T16:14:28.285Z] ---> Running in 5fd2c40835b0 [2020-10-26T16:14:28.564Z] ---> Running in d80b08b46fb1 [2020-10-26T16:14:29.197Z] Removing intermediate container 5fd2c40835b0 [2020-10-26T16:14:29.197Z] ---> 99eccbad55e7 [2020-10-26T16:14:29.197Z] Step 12/22 : ENV APP_PORT=48061 [2020-10-26T16:14:29.482Z] ---> Running in 65c066cba179 [2020-10-26T16:14:29.482Z] Removing intermediate container d80b08b46fb1 [2020-10-26T16:14:29.482Z] ---> dce8b42c747c [2020-10-26T16:14:29.482Z] Step 19/20 : LABEL git_sha=151af978cf25de30735135da97f91b1f15ae3e78 [2020-10-26T16:14:29.764Z] Removing intermediate container e0056fb2d429 [2020-10-26T16:14:29.764Z] ---> 4e1ebe62b0fe [2020-10-26T16:14:29.764Z] [2020-10-26T16:14:29.764Z] Step 10/26 : FROM alpine:3.10 [2020-10-26T16:14:29.764Z] ---> Running in ce311712372c [2020-10-26T16:14:30.040Z] Removing intermediate container 65c066cba179 [2020-10-26T16:14:30.040Z] ---> 61f17552fe15 [2020-10-26T16:14:30.040Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-26T16:14:30.314Z] ---> Running in 93f343a34d82 [2020-10-26T16:14:30.314Z] 3.10: Pulling from library/alpine [2020-10-26T16:14:30.588Z] Removing intermediate container ce311712372c [2020-10-26T16:14:30.588Z] ---> cad825300ff8 [2020-10-26T16:14:30.588Z] Step 20/20 : LABEL version=1.2.2-dev.96 [2020-10-26T16:14:30.588Z] ---> Running in 3dc3c5caf7c5 [2020-10-26T16:14:30.864Z] Removing intermediate container 93f343a34d82 [2020-10-26T16:14:30.864Z] ---> 74686633f71e [2020-10-26T16:14:30.864Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-10-26T16:14:31.469Z] Removing intermediate container 3dc3c5caf7c5 [2020-10-26T16:14:31.469Z] ---> fc9b5e71eed6 [2020-10-26T16:14:31.469Z] [2020-10-26T16:14:32.077Z] Successfully built fc9b5e71eed6 [2020-10-26T16:14:32.077Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-10-26T16:14:32.077Z]  Building docker-security-proxy-setup-go ... done Building docker-core-metadata-go [2020-10-26T16:14:32.681Z] ---> daa67127c04b [2020-10-26T16:14:32.681Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-10-26T16:14:32.681Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-10-26T16:14:32.681Z] Status: Downloaded newer image for alpine:3.10 [2020-10-26T16:14:32.681Z] ---> 536a684cf733 [2020-10-26T16:14:32.681Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-10-26T16:14:33.535Z] ---> Running in f877958798a6 [2020-10-26T16:14:34.584Z] ---> 01a57e216a5f [2020-10-26T16:14:34.584Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-10-26T16:14:36.680Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-10-26T16:14:36.955Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-10-26T16:14:37.561Z] v3.10.5-127-ga687d2589a [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-10-26T16:14:37.561Z] v3.10.5-136-gb80983a48b [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-10-26T16:14:37.561Z] OK: 10167 distinct packages available [2020-10-26T16:14:37.842Z] ---> 232a4b275cb1 [2020-10-26T16:14:37.842Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-10-26T16:14:38.137Z] (1/5) Installing ca-certificates (20191127-r2) [2020-10-26T16:14:38.137Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-10-26T16:14:38.137Z] (3/5) Installing libcurl (7.66.0-r1) [2020-10-26T16:14:38.137Z] (4/5) Installing curl (7.66.0-r1) [2020-10-26T16:14:38.137Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-10-26T16:14:38.137Z] Executing busybox-1.30.1-r3.trigger [2020-10-26T16:14:38.138Z] Executing ca-certificates-20191127-r2.trigger [2020-10-26T16:14:38.424Z] OK: 7 MiB in 19 packages [2020-10-26T16:14:39.042Z] Removing intermediate container 76aafe8dcf8c [2020-10-26T16:14:39.042Z] ---> f8563a36f32e [2020-10-26T16:14:39.042Z] [2020-10-26T16:14:39.042Z] Step 10/21 : FROM scratch [2020-10-26T16:14:39.042Z] ---> [2020-10-26T16:14:39.042Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-26T16:14:39.320Z] Removing intermediate container f0ccd4b05b4d [2020-10-26T16:14:39.320Z] ---> 909b3148923c [2020-10-26T16:14:39.320Z] [2020-10-26T16:14:39.320Z] Step 10/22 : FROM scratch [2020-10-26T16:14:39.320Z] ---> [2020-10-26T16:14:39.320Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-26T16:14:39.601Z] ---> Running in 8e29293fd52b [2020-10-26T16:14:39.601Z] ---> 9e26a9b62f9b [2020-10-26T16:14:39.601Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-10-26T16:14:39.887Z] ---> Running in 49a15491ee03 [2020-10-26T16:14:39.887Z] ---> Running in 881aeb66b5d2 [2020-10-26T16:14:40.498Z] Removing intermediate container 8e29293fd52b [2020-10-26T16:14:40.498Z] ---> e68ef61fcaad [2020-10-26T16:14:40.498Z] Step 12/21 : ENV APP_PORT=48085 [2020-10-26T16:14:40.773Z] ---> Running in facd7df3b526 [2020-10-26T16:14:40.773Z] Removing intermediate container 49a15491ee03 [2020-10-26T16:14:40.773Z] ---> 860b59460899 [2020-10-26T16:14:40.773Z] Step 12/22 : ENV APP_PORT=48082 [2020-10-26T16:14:41.380Z] ---> Running in f25a79ddbc31 [2020-10-26T16:14:41.380Z] Removing intermediate container 881aeb66b5d2 [2020-10-26T16:14:41.380Z] ---> dcf16268caa0 [2020-10-26T16:14:41.380Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-26T16:14:41.380Z] Removing intermediate container f877958798a6 [2020-10-26T16:14:41.380Z] ---> 17088295b32d [2020-10-26T16:14:41.380Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-26T16:14:41.656Z] Removing intermediate container facd7df3b526 [2020-10-26T16:14:41.656Z] ---> 4d82d255a4a4 [2020-10-26T16:14:41.656Z] Step 13/21 : EXPOSE $APP_PORT [2020-10-26T16:14:41.939Z] ---> Running in 200ffffb4aa4 [2020-10-26T16:14:41.939Z] ---> Running in d336507241de [2020-10-26T16:14:42.240Z] ---> Running in d28e034d6341 [2020-10-26T16:14:42.240Z] Removing intermediate container f25a79ddbc31 [2020-10-26T16:14:42.240Z] ---> d972878c97a6 [2020-10-26T16:14:42.240Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-26T16:14:42.519Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-26T16:14:42.519Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-26T16:14:42.519Z] ---> 27d192a25f00 [2020-10-26T16:14:42.519Z] Step 3/22 : WORKDIR /edgex-go [2020-10-26T16:14:42.519Z] ---> Using cache [2020-10-26T16:14:42.519Z] ---> 82d2a6489a17 [2020-10-26T16:14:42.519Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-26T16:14:42.519Z] ---> Using cache [2020-10-26T16:14:42.519Z] ---> bb650770e5f3 [2020-10-26T16:14:42.519Z] Step 5/22 : RUN apk update && apk add make git [2020-10-26T16:14:42.519Z] ---> Using cache [2020-10-26T16:14:42.519Z] ---> 15be7c3bfca6 [2020-10-26T16:14:42.519Z] Step 6/22 : COPY go.mod . [2020-10-26T16:14:42.519Z] ---> Using cache [2020-10-26T16:14:42.519Z] ---> 212532cec632 [2020-10-26T16:14:42.519Z] Step 7/22 : RUN go mod download [2020-10-26T16:14:42.519Z] ---> Using cache [2020-10-26T16:14:42.519Z] ---> d1ba4c057811 [2020-10-26T16:14:42.519Z] Step 8/22 : COPY . . [2020-10-26T16:14:42.519Z] ---> Using cache [2020-10-26T16:14:42.519Z] ---> 305166b48a1d [2020-10-26T16:14:42.519Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-10-26T16:14:42.519Z] ---> Running in 5bec2a75f0e7 [2020-10-26T16:14:42.798Z] ---> Running in 746df07cf290 [2020-10-26T16:14:42.798Z] Removing intermediate container d336507241de [2020-10-26T16:14:42.798Z] ---> 5930310b8937 [2020-10-26T16:14:42.798Z] Step 20/22 : LABEL arch=arm64 [2020-10-26T16:14:42.798Z] Removing intermediate container 200ffffb4aa4 [2020-10-26T16:14:42.798Z] ---> b76d2d2bd819 [2020-10-26T16:14:42.798Z] Step 13/26 : WORKDIR / [2020-10-26T16:14:42.798Z] Removing intermediate container d28e034d6341 [2020-10-26T16:14:42.798Z] ---> 893dd9fc921f [2020-10-26T16:14:42.798Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-10-26T16:14:43.405Z] ---> Running in 2c09375af409 [2020-10-26T16:14:43.405Z] ---> Running in cca64f811644 [2020-10-26T16:14:43.405Z] Removing intermediate container 5bec2a75f0e7 [2020-10-26T16:14:43.405Z] ---> e3faff084232 [2020-10-26T16:14:43.405Z] Step 14/22 : WORKDIR / [2020-10-26T16:14:43.405Z] ---> Running in da413b2971b3 [2020-10-26T16:14:44.009Z] ---> da00bbd93a8c [2020-10-26T16:14:44.009Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-10-26T16:14:44.009Z] Removing intermediate container cca64f811644 [2020-10-26T16:14:44.009Z] ---> a33608806fa1 [2020-10-26T16:14:44.009Z] Step 21/22 : LABEL git_sha=151af978cf25de30735135da97f91b1f15ae3e78 [2020-10-26T16:14:44.009Z] Removing intermediate container 2c09375af409 [2020-10-26T16:14:44.009Z] ---> 2757dbe37eff [2020-10-26T16:14:44.009Z] 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-26T16:14:44.285Z] Removing intermediate container da413b2971b3 [2020-10-26T16:14:44.285Z] ---> ff6719e47a3f [2020-10-26T16:14:44.285Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-10-26T16:14:44.285Z] ---> Running in a92f2fb1d202 [2020-10-26T16:14:45.279Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.96" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-10-26T16:14:45.279Z] Removing intermediate container a92f2fb1d202 [2020-10-26T16:14:45.279Z] ---> 4005d592bb3a [2020-10-26T16:14:45.279Z] Step 22/22 : LABEL version=1.2.2-dev.96 [2020-10-26T16:14:45.559Z] ---> b819e8a4633a [2020-10-26T16:14:45.559Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-10-26T16:14:45.559Z] ---> d77a91d701e7 [2020-10-26T16:14:45.559Z] 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-26T16:14:45.840Z] ---> Running in ed6e5e80efdc [2020-10-26T16:14:45.840Z] ---> 8b509bdc0462 [2020-10-26T16:14:45.840Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-10-26T16:14:46.841Z] Removing intermediate container ed6e5e80efdc [2020-10-26T16:14:46.841Z] ---> 6da49ccd2783 [2020-10-26T16:14:46.841Z] [2020-10-26T16:14:47.116Z] ---> 03b29d9b5b21 [2020-10-26T16:14:47.116Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-10-26T16:14:47.402Z] ---> d77d84fb357a [2020-10-26T16:14:47.402Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-10-26T16:14:47.402Z] Successfully built 6da49ccd2783 [2020-10-26T16:14:47.402Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-10-26T16:14:47.402Z]  Building docker-support-logging-go ... done Building docker-support-notifications-go [2020-10-26T16:14:47.680Z] ---> ef004607e9fd [2020-10-26T16:14:47.680Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-10-26T16:14:47.680Z] ---> Running in 4f8979447b42 [2020-10-26T16:14:48.682Z] ---> b61547588a6a [2020-10-26T16:14:48.682Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-10-26T16:14:48.958Z] Removing intermediate container 4f8979447b42 [2020-10-26T16:14:48.958Z] ---> b01b5678b646 [2020-10-26T16:14:48.958Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-26T16:14:49.240Z] ---> dc8229c86b1c [2020-10-26T16:14:49.241Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-10-26T16:14:49.526Z] ---> Running in 769b6b2290c5 [2020-10-26T16:14:50.157Z] ---> Running in e3ae484f481a [2020-10-26T16:14:50.780Z] ---> 56d1f2a194c5 [2020-10-26T16:14:50.780Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-10-26T16:14:50.780Z] Removing intermediate container 769b6b2290c5 [2020-10-26T16:14:50.780Z] ---> 21897ff7cbe7 [2020-10-26T16:14:50.780Z] Step 19/21 : LABEL arch=arm64 [2020-10-26T16:14:51.063Z] Removing intermediate container e3ae484f481a [2020-10-26T16:14:51.063Z] ---> 87342c63da6f [2020-10-26T16:14:51.063Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-26T16:14:51.063Z] ---> Running in f738f3ea80e2 [2020-10-26T16:14:51.351Z] ---> Running in c0b789ecd708 [2020-10-26T16:14:51.960Z] Removing intermediate container f738f3ea80e2 [2020-10-26T16:14:51.960Z] ---> 2230e50bc903 [2020-10-26T16:14:51.960Z] Step 20/21 : LABEL git_sha=151af978cf25de30735135da97f91b1f15ae3e78 [2020-10-26T16:14:52.244Z] ---> Running in 2ca14455ed23 [2020-10-26T16:14:52.540Z] Removing intermediate container c0b789ecd708 [2020-10-26T16:14:52.540Z] ---> 961644fbbed1 [2020-10-26T16:14:52.540Z] Step 20/22 : LABEL arch=arm64 [2020-10-26T16:14:52.540Z] ---> 5b3c098248e5 [2020-10-26T16:14:52.540Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-10-26T16:14:52.823Z] ---> Running in c953986eb33a [2020-10-26T16:14:53.100Z] Removing intermediate container 2ca14455ed23 [2020-10-26T16:14:53.100Z] ---> f8f920ffcec2 [2020-10-26T16:14:53.100Z] Step 21/21 : LABEL version=1.2.2-dev.96 [2020-10-26T16:14:53.705Z] ---> Running in 28dd388e5cd9 [2020-10-26T16:14:53.705Z] Removing intermediate container c953986eb33a [2020-10-26T16:14:53.705Z] ---> 641b02b85d0c [2020-10-26T16:14:53.705Z] Step 21/22 : LABEL git_sha=151af978cf25de30735135da97f91b1f15ae3e78 [2020-10-26T16:14:53.983Z] ---> Running in fe6b85f07367 [2020-10-26T16:14:54.981Z] Removing intermediate container 28dd388e5cd9 [2020-10-26T16:14:54.981Z] ---> 889e58f0b7e7 [2020-10-26T16:14:54.981Z] [2020-10-26T16:14:54.981Z] ---> fc8d7a7be4be [2020-10-26T16:14:54.981Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-10-26T16:14:55.255Z] Removing intermediate container fe6b85f07367 [2020-10-26T16:14:55.255Z] ---> 80b344e2a0df [2020-10-26T16:14:55.255Z] Step 22/22 : LABEL version=1.2.2-dev.96 [2020-10-26T16:14:55.255Z] Successfully built 889e58f0b7e7 [2020-10-26T16:14:55.534Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-10-26T16:14:55.534Z]  Building docker-support-scheduler-go ... done Building docker-sys-mgmt-agent-go [2020-10-26T16:14:55.808Z] ---> Running in ce88ac75571c [2020-10-26T16:14:56.798Z] Removing intermediate container ce88ac75571c [2020-10-26T16:14:56.798Z] ---> 525992891727 [2020-10-26T16:14:56.798Z] [2020-10-26T16:14:57.083Z] Successfully built 525992891727 [2020-10-26T16:14:57.083Z] ---> 7522bad5c706 [2020-10-26T16:14:57.083Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-10-26T16:14:57.370Z] Successfully tagged docker-core-command-go-arm64:latest [2020-10-26T16:14:57.370Z]  Building docker-core-command-go ... done Building docker-security-secrets-setup-go [2020-10-26T16:14:58.821Z] ---> 1b6862b600a1 [2020-10-26T16:14:58.821Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-26T16:14:59.421Z] ---> Running in 0d8ada2df4eb [2020-10-26T16:15:04.873Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-26T16:15:04.873Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-10-26T16:15:04.873Z] ---> 27d192a25f00 [2020-10-26T16:15:04.873Z] Step 3/24 : WORKDIR /edgex-go [2020-10-26T16:15:04.873Z] ---> Using cache [2020-10-26T16:15:04.873Z] ---> 82d2a6489a17 [2020-10-26T16:15:04.873Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-26T16:15:04.873Z] ---> Using cache [2020-10-26T16:15:04.873Z] ---> bb650770e5f3 [2020-10-26T16:15:04.873Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-10-26T16:15:05.481Z] ---> Running in a063702f253f [2020-10-26T16:15:05.481Z] Removing intermediate container 0d8ada2df4eb [2020-10-26T16:15:05.481Z] ---> 9692d1245c03 [2020-10-26T16:15:05.481Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-10-26T16:15:05.765Z] ---> Running in 8108faf10e71 [2020-10-26T16:15:06.768Z] Removing intermediate container 8108faf10e71 [2020-10-26T16:15:06.768Z] ---> 4f349f2ad29f [2020-10-26T16:15:06.768Z] Step 24/26 : LABEL arch=arm64 [2020-10-26T16:15:07.045Z] ---> Running in 17eb4dcf3bc2 [2020-10-26T16:15:07.642Z] Removing intermediate container 17eb4dcf3bc2 [2020-10-26T16:15:07.642Z] ---> bdb2b6b946dd [2020-10-26T16:15:07.642Z] Step 25/26 : LABEL git_sha=151af978cf25de30735135da97f91b1f15ae3e78 [2020-10-26T16:15:07.642Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-26T16:15:07.642Z] ---> Running in bb19099df280 [2020-10-26T16:15:08.622Z] Removing intermediate container bb19099df280 [2020-10-26T16:15:08.622Z] ---> 4092229b83a0 [2020-10-26T16:15:08.622Z] Step 26/26 : LABEL version=1.2.2-dev.96 [2020-10-26T16:15:08.622Z] ---> Running in 800eb192330a [2020-10-26T16:15:08.622Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-26T16:15:09.603Z] Removing intermediate container 800eb192330a [2020-10-26T16:15:09.603Z] ---> f3d658bb0b0b [2020-10-26T16:15:09.603Z] [2020-10-26T16:15:09.878Z] Successfully built f3d658bb0b0b [2020-10-26T16:15:09.878Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-10-26T16:15:09.878Z] Building docker-core-data-go [2020-10-26T16:15:09.878Z]  Building docker-security-secretstore-setup-go ... done v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-26T16:15:09.878Z] v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-26T16:15:09.878Z] OK: 12623 distinct packages available [2020-10-26T16:15:10.478Z] OK: 217 MiB in 51 packages [2020-10-26T16:15:13.120Z] Removing intermediate container a063702f253f [2020-10-26T16:15:13.120Z] ---> 35ab36047d98 [2020-10-26T16:15:13.120Z] Step 6/24 : COPY go.mod . [2020-10-26T16:15:15.139Z] ---> a6b18896e29a [2020-10-26T16:15:15.139Z] Step 7/24 : RUN go mod download [2020-10-26T16:15:15.418Z] ---> Running in cac8f935ecb2 [2020-10-26T16:15:20.858Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-26T16:15:20.858Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-10-26T16:15:20.858Z] ---> 27d192a25f00 [2020-10-26T16:15:20.858Z] Step 3/27 : WORKDIR /edgex-go [2020-10-26T16:15:20.858Z] ---> Using cache [2020-10-26T16:15:20.858Z] ---> 82d2a6489a17 [2020-10-26T16:15:20.858Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-26T16:15:20.858Z] ---> Using cache [2020-10-26T16:15:20.858Z] ---> bb650770e5f3 [2020-10-26T16:15:20.858Z] Step 5/27 : RUN apk update && apk add make bash git [2020-10-26T16:15:20.858Z] ---> Running in 3588dd68b955 [2020-10-26T16:15:21.461Z] Removing intermediate container cac8f935ecb2 [2020-10-26T16:15:21.461Z] ---> e6d626472fc6 [2020-10-26T16:15:21.461Z] Step 8/24 : COPY . . [2020-10-26T16:15:23.472Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-26T16:15:23.756Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-26T16:15:23.756Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-10-26T16:15:23.756Z] ---> 27d192a25f00 [2020-10-26T16:15:23.756Z] Step 3/29 : WORKDIR /edgex-go [2020-10-26T16:15:23.756Z] ---> Using cache [2020-10-26T16:15:23.756Z] ---> 82d2a6489a17 [2020-10-26T16:15:23.756Z] Step 4/29 : RUN apk update && apk add make git [2020-10-26T16:15:24.375Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-26T16:15:24.991Z] ---> Running in 09d0b7d03616 [2020-10-26T16:15:25.621Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-26T16:15:25.621Z] v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-26T16:15:25.621Z] OK: 12623 distinct packages available [2020-10-26T16:15:26.230Z] OK: 217 MiB in 51 packages [2020-10-26T16:15:27.691Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-26T16:15:28.308Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-26T16:15:29.781Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-26T16:15:29.781Z] v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-26T16:15:29.781Z] OK: 12623 distinct packages available [2020-10-26T16:15:30.068Z] Removing intermediate container 3588dd68b955 [2020-10-26T16:15:30.068Z] ---> 6e81ec233c75 [2020-10-26T16:15:30.068Z] Step 6/27 : COPY go.mod . [2020-10-26T16:15:30.349Z] OK: 217 MiB in 51 packages [2020-10-26T16:15:32.383Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-26T16:15:32.383Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-10-26T16:15:32.383Z] ---> 27d192a25f00 [2020-10-26T16:15:32.383Z] Step 3/23 : WORKDIR /edgex-go [2020-10-26T16:15:32.383Z] ---> Using cache [2020-10-26T16:15:32.383Z] ---> 82d2a6489a17 [2020-10-26T16:15:32.383Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-26T16:15:32.383Z] ---> Using cache [2020-10-26T16:15:32.383Z] ---> bb650770e5f3 [2020-10-26T16:15:32.383Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-10-26T16:15:32.383Z] ---> fb620ac606d3 [2020-10-26T16:15:32.383Z] Step 7/27 : RUN go mod download [2020-10-26T16:15:32.668Z] ---> Running in 4ef9c171ca3e [2020-10-26T16:15:32.668Z] ---> Running in 844854c66a66 [2020-10-26T16:15:33.679Z] Removing intermediate container 09d0b7d03616 [2020-10-26T16:15:33.679Z] ---> a542ea40adb8 [2020-10-26T16:15:33.679Z] Step 5/29 : COPY go.mod . [2020-10-26T16:15:36.348Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-26T16:15:36.348Z] ---> 7b6864d64169 [2020-10-26T16:15:36.348Z] Step 6/29 : RUN go mod download [2020-10-26T16:15:36.629Z] ---> Running in 16af3ef6bc62 [2020-10-26T16:15:37.236Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-26T16:15:38.694Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-26T16:15:38.694Z] v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-26T16:15:38.694Z] OK: 12623 distinct packages available [2020-10-26T16:15:39.306Z] OK: 217 MiB in 51 packages [2020-10-26T16:15:39.585Z] Removing intermediate container 4ef9c171ca3e [2020-10-26T16:15:39.585Z] ---> 5d1d33609fd9 [2020-10-26T16:15:39.585Z] Step 8/27 : COPY . . [2020-10-26T16:15:39.585Z] ---> b5900c0becca [2020-10-26T16:15:39.585Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-10-26T16:15:39.872Z] ---> Running in d607c5a27927 [2020-10-26T16:15:42.541Z] Removing intermediate container 844854c66a66 [2020-10-26T16:15:42.541Z] ---> e01d6d5a5c0f [2020-10-26T16:15:42.541Z] Step 6/23 : COPY go.mod . [2020-10-26T16:15:42.828Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.96" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-10-26T16:15:43.437Z] Removing intermediate container 16af3ef6bc62 [2020-10-26T16:15:43.437Z] ---> ec9069ccf043 [2020-10-26T16:15:43.437Z] Step 7/29 : COPY . . [2020-10-26T16:15:44.337Z] ---> 4d66ebfe1523 [2020-10-26T16:15:44.337Z] Step 7/23 : RUN go mod download [2020-10-26T16:15:44.708Z] ---> Running in 7f1694c1b733 [2020-10-26T16:15:53.172Z] Removing intermediate container 7f1694c1b733 [2020-10-26T16:15:53.172Z] ---> 30183b7df86f [2020-10-26T16:15:53.172Z] Step 8/23 : COPY . . [2020-10-26T16:15:58.686Z] ---> 7d5735f41f2b [2020-10-26T16:15:58.686Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-10-26T16:15:59.706Z] ---> Running in 70d4a49bc7ba [2020-10-26T16:16:02.380Z] Removing intermediate container 746df07cf290 [2020-10-26T16:16:02.380Z] ---> 8ba0311c1b76 [2020-10-26T16:16:02.380Z] [2020-10-26T16:16:02.380Z] Step 10/22 : FROM scratch [2020-10-26T16:16:02.380Z] ---> [2020-10-26T16:16:02.380Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-26T16:16:02.662Z] ---> Using cache [2020-10-26T16:16:02.662Z] ---> 860b59460899 [2020-10-26T16:16:02.662Z] Step 12/22 : ENV APP_PORT=48081 [2020-10-26T16:16:02.942Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.96" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-10-26T16:16:03.221Z] ---> Running in b94f63048be6 [2020-10-26T16:16:03.835Z] ---> a022017aefcc [2020-10-26T16:16:03.836Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-10-26T16:16:04.453Z] Removing intermediate container b94f63048be6 [2020-10-26T16:16:04.453Z] ---> c1f8349b456c [2020-10-26T16:16:04.453Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-26T16:16:04.453Z] ---> Running in 6ab10218bf55 [2020-10-26T16:16:04.453Z] ---> Running in d2f7ee08dffc [2020-10-26T16:16:06.455Z] Removing intermediate container d2f7ee08dffc [2020-10-26T16:16:06.455Z] ---> 2c0870c94989 [2020-10-26T16:16:06.455Z] Step 14/22 : WORKDIR / [2020-10-26T16:16:06.455Z] ---> Running in 5f38811b9b25 [2020-10-26T16:16:07.458Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.96" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-10-26T16:16:07.458Z] Removing intermediate container 5f38811b9b25 [2020-10-26T16:16:07.458Z] ---> 52421cdfa69b [2020-10-26T16:16:07.458Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-10-26T16:16:09.468Z] ---> 2ada8f1791cb [2020-10-26T16:16:09.468Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-10-26T16:16:10.954Z] ---> 2ebe08f2a1b8 [2020-10-26T16:16:10.954Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-10-26T16:16:11.230Z] ---> Running in 68eeca4099fe [2020-10-26T16:16:11.230Z] ---> 4d0296fcdddd [2020-10-26T16:16:11.230Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-10-26T16:16:12.697Z] ---> a3799220a6c2 [2020-10-26T16:16:12.697Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-10-26T16:16:12.697Z] ---> Running in 8150e4fb0a24 [2020-10-26T16:16:13.704Z] Removing intermediate container 8150e4fb0a24 [2020-10-26T16:16:13.704Z] ---> 1366a178b533 [2020-10-26T16:16:13.704Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-26T16:16:13.704Z] ---> Running in 85e4a527259e [2020-10-26T16:16:14.334Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.96" -o cmd/core-data/core-data ./cmd/core-data [2020-10-26T16:16:14.334Z] Removing intermediate container 85e4a527259e [2020-10-26T16:16:14.334Z] ---> c0c1466bfde6 [2020-10-26T16:16:14.334Z] Step 20/22 : LABEL arch=arm64 [2020-10-26T16:16:14.622Z] ---> Running in 71b713391921 [2020-10-26T16:16:15.237Z] Removing intermediate container 71b713391921 [2020-10-26T16:16:15.237Z] ---> 395037b69d41 [2020-10-26T16:16:15.237Z] Step 21/22 : LABEL git_sha=151af978cf25de30735135da97f91b1f15ae3e78 [2020-10-26T16:16:15.534Z] ---> Running in 03941c9a9f76 [2020-10-26T16:16:16.156Z] Removing intermediate container 03941c9a9f76 [2020-10-26T16:16:16.156Z] ---> a2b12176cb2d [2020-10-26T16:16:16.156Z] Step 22/22 : LABEL version=1.2.2-dev.96 [2020-10-26T16:16:16.156Z] ---> Running in 2d18119dac51 [2020-10-26T16:16:16.772Z] Removing intermediate container 2d18119dac51 [2020-10-26T16:16:16.772Z] ---> 44ad8dc1c4cb [2020-10-26T16:16:16.772Z] [2020-10-26T16:16:17.070Z] Successfully built 44ad8dc1c4cb [2020-10-26T16:16:17.070Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-10-26T16:17:04.326Z]  Building docker-core-metadata-go ... done Removing intermediate container d607c5a27927 [2020-10-26T16:17:04.326Z] ---> 36555285fdc7 [2020-10-26T16:17:04.326Z] [2020-10-26T16:17:04.326Z] Step 10/24 : FROM scratch [2020-10-26T16:17:04.326Z] ---> [2020-10-26T16:17:04.326Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-26T16:17:04.326Z] ---> Using cache [2020-10-26T16:17:04.326Z] ---> 99eccbad55e7 [2020-10-26T16:17:04.326Z] Step 12/24 : ENV APP_PORT=48060 [2020-10-26T16:17:04.326Z] ---> Running in bf821cac605c [2020-10-26T16:17:04.326Z] Removing intermediate container bf821cac605c [2020-10-26T16:17:04.326Z] ---> 66a65a3ba058 [2020-10-26T16:17:04.326Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-26T16:17:04.326Z] ---> Running in cd6c4a0103e2 [2020-10-26T16:17:04.326Z] Removing intermediate container cd6c4a0103e2 [2020-10-26T16:17:04.326Z] ---> aa46839fabde [2020-10-26T16:17:04.326Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-10-26T16:17:04.326Z] ---> 1c1ae91ca327 [2020-10-26T16:17:04.326Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-10-26T16:17:05.795Z] ---> 8a092decddca [2020-10-26T16:17:05.795Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-10-26T16:17:07.261Z] ---> 81cdb5dbb436 [2020-10-26T16:17:07.261Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-10-26T16:17:08.719Z] ---> b2b67aab044a [2020-10-26T16:17:08.719Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-10-26T16:17:10.733Z] ---> 2bd9c38175fe [2020-10-26T16:17:10.733Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-10-26T16:17:11.727Z] ---> 54621a98c21b [2020-10-26T16:17:11.727Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-10-26T16:17:12.003Z] ---> Running in 75d448e2d02b [2020-10-26T16:17:13.002Z] Removing intermediate container 75d448e2d02b [2020-10-26T16:17:13.002Z] ---> e07fa7b085cc [2020-10-26T16:17:13.003Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-26T16:17:13.608Z] ---> Running in e4e749d0687d [2020-10-26T16:17:14.615Z] Removing intermediate container e4e749d0687d [2020-10-26T16:17:14.615Z] ---> 855873592fe4 [2020-10-26T16:17:14.615Z] Step 22/24 : LABEL arch=arm64 [2020-10-26T16:17:14.894Z] ---> Running in 4f97c016c68e [2020-10-26T16:17:14.894Z] Removing intermediate container 6ab10218bf55 [2020-10-26T16:17:14.894Z] ---> 8e77b9232a86 [2020-10-26T16:17:14.894Z] [2020-10-26T16:17:14.894Z] Step 9/29 : FROM alpine:latest [2020-10-26T16:17:14.894Z] ---> 2e77e061c27f [2020-10-26T16:17:14.894Z] 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-26T16:17:15.171Z] ---> Running in 298a38e9fe2d [2020-10-26T16:17:16.643Z] Removing intermediate container 4f97c016c68e [2020-10-26T16:17:16.643Z] ---> 6844741a5337 [2020-10-26T16:17:16.643Z] Step 23/24 : LABEL git_sha=151af978cf25de30735135da97f91b1f15ae3e78 [2020-10-26T16:17:16.643Z] Removing intermediate container 298a38e9fe2d [2020-10-26T16:17:16.643Z] ---> 993b8031aee1 [2020-10-26T16:17:16.643Z] Step 11/29 : USER root [2020-10-26T16:17:16.924Z] ---> Running in 48c4cc505643 [2020-10-26T16:17:16.924Z] ---> Running in 508a042cc38c [2020-10-26T16:17:18.384Z] Removing intermediate container 508a042cc38c [2020-10-26T16:17:18.384Z] ---> 6b12c37248f1 [2020-10-26T16:17:18.384Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-10-26T16:17:18.384Z] Removing intermediate container 48c4cc505643 [2020-10-26T16:17:18.384Z] ---> d7b99576e6cc [2020-10-26T16:17:18.384Z] Step 24/24 : LABEL version=1.2.2-dev.96 [2020-10-26T16:17:18.384Z] ---> Running in f11dcf0bfcc3 [2020-10-26T16:17:18.384Z] ---> Running in 163ba2d94f3d [2020-10-26T16:17:18.664Z] Removing intermediate container 70d4a49bc7ba [2020-10-26T16:17:18.664Z] ---> a29a99bf032b [2020-10-26T16:17:18.664Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-10-26T16:17:19.272Z] ---> Running in ce70cfe6ae02 [2020-10-26T16:17:19.272Z] Removing intermediate container 163ba2d94f3d [2020-10-26T16:17:19.272Z] ---> 4b489249ad7a [2020-10-26T16:17:19.272Z] [2020-10-26T16:17:20.283Z] Successfully built 4b489249ad7a [2020-10-26T16:17:20.283Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-10-26T16:17:20.890Z]  Building docker-support-notifications-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-26T16:17:21.497Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-26T16:17:21.775Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.96" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-10-26T16:17:22.051Z] v3.12.1-8-ge053f6efb7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-26T16:17:22.051Z] v3.12.1-5-g0954f48dc3 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-26T16:17:22.051Z] OK: 12615 distinct packages available [2020-10-26T16:17:22.658Z] (1/2) Installing ca-certificates (20191127-r4) [2020-10-26T16:17:22.936Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-10-26T16:17:22.936Z] Executing busybox-1.31.1-r19.trigger [2020-10-26T16:17:22.936Z] Executing ca-certificates-20191127-r4.trigger [2020-10-26T16:17:23.211Z] OK: 6 MiB in 16 packages [2020-10-26T16:17:25.857Z] Removing intermediate container f11dcf0bfcc3 [2020-10-26T16:17:25.857Z] ---> ae74022474e1 [2020-10-26T16:17:25.857Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-10-26T16:17:26.135Z] ---> Running in e998514dd6aa [2020-10-26T16:17:26.746Z] Removing intermediate container ce70cfe6ae02 [2020-10-26T16:17:26.746Z] ---> e65e990fb477 [2020-10-26T16:17:26.746Z] [2020-10-26T16:17:26.746Z] Step 11/27 : FROM docker:latest [2020-10-26T16:17:26.746Z] ---> 5d4db4dc0692 [2020-10-26T16:17:26.746Z] Step 12/27 : RUN apk add --no-cache bash [2020-10-26T16:17:26.746Z] ---> Running in 719ae4d76c27 [2020-10-26T16:17:26.746Z] Removing intermediate container e998514dd6aa [2020-10-26T16:17:26.746Z] ---> 0475d6e92bce [2020-10-26T16:17:26.746Z] Step 14/29 : WORKDIR $BASE_DIR [2020-10-26T16:17:27.025Z] ---> Running in fb4b3885e21d [2020-10-26T16:17:28.021Z] Removing intermediate container fb4b3885e21d [2020-10-26T16:17:28.021Z] ---> 3f70f2eca56b [2020-10-26T16:17:28.021Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-10-26T16:17:28.320Z] ---> Running in a66e9a0f87e3 [2020-10-26T16:17:29.351Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-26T16:17:29.630Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-26T16:17:30.237Z] (1/2) Installing readline (8.0.4-r0) [2020-10-26T16:17:30.238Z] (2/2) Installing bash (5.0.17-r0) [2020-10-26T16:17:30.238Z] Executing bash-5.0.17-r0.post-install [2020-10-26T16:17:30.238Z] Executing busybox-1.31.1-r19.trigger [2020-10-26T16:17:30.238Z] OK: 12 MiB in 22 packages [2020-10-26T16:17:32.229Z] Removing intermediate container 719ae4d76c27 [2020-10-26T16:17:32.229Z] ---> a4340907a65f [2020-10-26T16:17:32.229Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-10-26T16:17:32.229Z] ---> Running in ad4b657c634b [2020-10-26T16:17:32.229Z] Removing intermediate container a66e9a0f87e3 [2020-10-26T16:17:32.229Z] ---> ac4fbcd32155 [2020-10-26T16:17:32.229Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-10-26T16:17:34.214Z] ---> e165ebb67ac9 [2020-10-26T16:17:34.214Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-10-26T16:17:34.812Z] ---> 4dc1a0eb7336 [2020-10-26T16:17:34.812Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-10-26T16:17:35.413Z] Removing intermediate container ad4b657c634b [2020-10-26T16:17:35.413Z] ---> f9ba337af277 [2020-10-26T16:17:35.413Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-10-26T16:17:35.719Z] ---> Running in a11c6dd1b218 [2020-10-26T16:17:35.719Z] ---> 789bfed81cb7 [2020-10-26T16:17:35.719Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-10-26T16:17:36.325Z] Removing intermediate container a11c6dd1b218 [2020-10-26T16:17:36.325Z] ---> ea9e6e4c1d34 [2020-10-26T16:17:36.325Z] Step 15/27 : ENV APP_PORT=48090 [2020-10-26T16:17:36.325Z] ---> Running in 3300651387e4 [2020-10-26T16:17:36.601Z] ---> 9e9385f28cab [2020-10-26T16:17:36.601Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-10-26T16:17:36.874Z] Removing intermediate container 3300651387e4 [2020-10-26T16:17:36.874Z] ---> 257527ee1e17 [2020-10-26T16:17:36.874Z] Step 16/27 : EXPOSE $APP_PORT [2020-10-26T16:17:37.172Z] ---> Running in 9bb3e6d51206 [2020-10-26T16:17:37.484Z] Removing intermediate container 9bb3e6d51206 [2020-10-26T16:17:37.484Z] ---> 45f053f31a34 [2020-10-26T16:17:37.484Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-10-26T16:17:37.791Z] ---> ef61e1bf86b2 [2020-10-26T16:17:37.791Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-10-26T16:17:37.791Z] ---> Running in ad0588dcbfdb [2020-10-26T16:17:39.989Z] ---> 3ec303cbea24 [2020-10-26T16:17:39.989Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-10-26T16:17:40.981Z] ---> 5a07018612b8 [2020-10-26T16:17:40.981Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-10-26T16:17:41.590Z] Removing intermediate container ad0588dcbfdb [2020-10-26T16:17:41.590Z] ---> f4b4fb245a87 [2020-10-26T16:17:41.590Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-10-26T16:17:41.864Z] ---> c26928dde86c [2020-10-26T16:17:41.864Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-10-26T16:17:41.864Z] ---> Running in 9315b0e3922c [2020-10-26T16:17:42.854Z] ---> 64843c4c73ae [2020-10-26T16:17:42.854Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-26T16:17:42.854Z] ---> Running in 719937dc1dbd [2020-10-26T16:17:43.841Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-26T16:17:44.118Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-26T16:17:44.728Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-10-26T16:17:44.728Z] (2/33) Installing expat (2.2.9-r1) [2020-10-26T16:17:44.728Z] (3/33) Installing libffi (3.3-r2) [2020-10-26T16:17:44.728Z] (4/33) Installing gdbm (1.13-r1) [2020-10-26T16:17:44.728Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-10-26T16:17:44.728Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-10-26T16:17:44.728Z] (7/33) Installing python3 (3.8.5-r0) [2020-10-26T16:17:46.178Z] Removing intermediate container 719937dc1dbd [2020-10-26T16:17:46.178Z] ---> 3786200fc083 [2020-10-26T16:17:46.178Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-10-26T16:17:46.775Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-10-26T16:17:46.775Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-10-26T16:17:46.775Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-10-26T16:17:46.776Z] (11/33) Installing py3-six (1.15.0-r0) [2020-10-26T16:17:46.776Z] (12/33) Installing py3-packaging (20.4-r0) [2020-10-26T16:17:46.776Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-10-26T16:17:46.776Z] ---> Running in a477f02728c6 [2020-10-26T16:17:47.049Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-10-26T16:17:47.049Z] (15/33) Installing py3-idna (2.9-r0) [2020-10-26T16:17:47.049Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-10-26T16:17:47.049Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-10-26T16:17:47.049Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-10-26T16:17:47.322Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-10-26T16:17:47.322Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-10-26T16:17:47.322Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-10-26T16:17:47.322Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-10-26T16:17:47.322Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-10-26T16:17:47.322Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-10-26T16:17:47.322Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-10-26T16:17:47.322Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-10-26T16:17:47.322Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-10-26T16:17:47.322Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-10-26T16:17:47.596Z] (29/33) Installing py3-progress (1.5-r0) [2020-10-26T16:17:47.596Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-10-26T16:17:47.596Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-10-26T16:17:47.596Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-10-26T16:17:47.596Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-10-26T16:17:47.596Z] Executing busybox-1.31.1-r19.trigger [2020-10-26T16:17:47.874Z] OK: 71 MiB in 55 packages [2020-10-26T16:17:50.521Z] Removing intermediate container 68eeca4099fe [2020-10-26T16:17:50.521Z] ---> e4ea2dba4259 [2020-10-26T16:17:50.521Z] [2020-10-26T16:17:50.521Z] Step 10/23 : FROM alpine [2020-10-26T16:17:50.521Z] ---> 2e77e061c27f [2020-10-26T16:17:50.521Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-26T16:17:50.521Z] ---> Running in 264d97748a1f [2020-10-26T16:17:50.795Z] Removing intermediate container a477f02728c6 [2020-10-26T16:17:50.795Z] ---> 8389e9a96675 [2020-10-26T16:17:50.795Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-10-26T16:17:51.079Z] ---> Running in a2f2787d5250 [2020-10-26T16:17:51.079Z] Removing intermediate container 264d97748a1f [2020-10-26T16:17:51.079Z] ---> 71c365653862 [2020-10-26T16:17:51.079Z] Step 12/23 : ENV APP_PORT=48080 [2020-10-26T16:17:51.352Z] ---> Running in 8a08ad4d1dd5 [2020-10-26T16:17:51.625Z] Removing intermediate container a2f2787d5250 [2020-10-26T16:17:51.625Z] ---> b4147d046112 [2020-10-26T16:17:51.625Z] Step 26/29 : CMD [ "generate" ] [2020-10-26T16:17:51.894Z] ---> Running in b7c713a0fab1 [2020-10-26T16:17:51.894Z] Removing intermediate container 8a08ad4d1dd5 [2020-10-26T16:17:51.894Z] ---> 2e6129ea8aad [2020-10-26T16:17:51.894Z] Step 13/23 : EXPOSE $APP_PORT [2020-10-26T16:17:52.166Z] ---> Running in b6eddf5d86b8 [2020-10-26T16:17:52.439Z] Removing intermediate container b7c713a0fab1 [2020-10-26T16:17:52.439Z] ---> 07908e4d489d [2020-10-26T16:17:52.440Z] Step 27/29 : LABEL arch=arm64 [2020-10-26T16:17:52.714Z] ---> Running in 447c2e0b466e [2020-10-26T16:17:52.714Z] Removing intermediate container b6eddf5d86b8 [2020-10-26T16:17:52.714Z] ---> 18497846c0a0 [2020-10-26T16:17:52.714Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-26T16:17:52.985Z] ---> Running in 9d94096bc0e2 [2020-10-26T16:17:53.256Z] Removing intermediate container 447c2e0b466e [2020-10-26T16:17:53.256Z] ---> e5495d526257 [2020-10-26T16:17:53.256Z] Step 28/29 : LABEL git_sha=151af978cf25de30735135da97f91b1f15ae3e78 [2020-10-26T16:17:53.256Z] ---> Running in da4638799838 [2020-10-26T16:17:53.853Z] Removing intermediate container da4638799838 [2020-10-26T16:17:53.853Z] ---> 87c7129f1aee [2020-10-26T16:17:53.853Z] Step 29/29 : LABEL version=1.2.2-dev.96 [2020-10-26T16:17:54.131Z] ---> Running in a2d3fb6a73ed [2020-10-26T16:17:54.730Z] Removing intermediate container 9315b0e3922c [2020-10-26T16:17:54.730Z] ---> 24fb3bd12163 [2020-10-26T16:17:54.730Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-10-26T16:17:54.730Z] Removing intermediate container a2d3fb6a73ed [2020-10-26T16:17:54.730Z] ---> bb0f042f5437 [2020-10-26T16:17:54.730Z] [2020-10-26T16:17:55.005Z] ---> Running in b1705b258baf [2020-10-26T16:17:55.005Z] Successfully built bb0f042f5437 [2020-10-26T16:17:55.278Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-10-26T16:17:55.876Z]  Building docker-security-secrets-setup-go ... done Removing intermediate container 9d94096bc0e2 [2020-10-26T16:17:55.876Z] ---> dc36071dc5d9 [2020-10-26T16:17:55.876Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-10-26T16:17:55.876Z] ---> Running in 9307c999bcdd [2020-10-26T16:17:57.861Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-26T16:17:58.134Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-26T16:17:59.107Z] (1/5) Installing libgcc (9.3.0-r2) [2020-10-26T16:17:59.107Z] (2/5) Installing libsodium (1.0.18-r0) [2020-10-26T16:17:59.107Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-10-26T16:17:59.384Z] (4/5) Installing libzmq (4.3.3-r0) [2020-10-26T16:17:59.384Z] (5/5) Installing zeromq (4.3.3-r0) [2020-10-26T16:17:59.384Z] Executing busybox-1.31.1-r19.trigger [2020-10-26T16:17:59.384Z] OK: 8 MiB in 19 packages [2020-10-26T16:18:00.816Z] Collecting docker-compose==1.23.2 [2020-10-26T16:18:00.816Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-10-26T16:18:00.816Z] Removing intermediate container 9307c999bcdd [2020-10-26T16:18:00.816Z] ---> 13e475dc1046 [2020-10-26T16:18:00.816Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-10-26T16:18:01.421Z] Collecting docopt<0.7,>=0.6.1 [2020-10-26T16:18:01.421Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-10-26T16:18:01.421Z] ---> 7cb6a25a3bb9 [2020-10-26T16:18:01.421Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-10-26T16:18:02.853Z] ---> ed0b00506f30 [2020-10-26T16:18:02.853Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-10-26T16:18:03.834Z] ---> 159b9ae7c14f [2020-10-26T16:18:03.834Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-10-26T16:18:03.834Z] ---> Running in b7a58256cea6 [2020-10-26T16:18:03.834Z] Collecting websocket-client<1.0,>=0.32.0 [2020-10-26T16:18:03.834Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-10-26T16:18:04.428Z] Removing intermediate container b7a58256cea6 [2020-10-26T16:18:04.428Z] ---> 86c8854450f4 [2020-10-26T16:18:04.428Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-26T16:18:04.428Z] Collecting dockerpty<0.5,>=0.4.1 [2020-10-26T16:18:04.428Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-10-26T16:18:04.428Z] ---> Running in fb25cd396f9b [2020-10-26T16:18:05.024Z] Removing intermediate container fb25cd396f9b [2020-10-26T16:18:05.024Z] ---> 9dd4571e0ad6 [2020-10-26T16:18:05.024Z] Step 21/23 : LABEL arch=arm64 [2020-10-26T16:18:05.024Z] ---> Running in 03db8aedf451 [2020-10-26T16:18:05.617Z] Removing intermediate container 03db8aedf451 [2020-10-26T16:18:05.617Z] ---> b1275ab0bc76 [2020-10-26T16:18:05.617Z] Step 22/23 : LABEL git_sha=151af978cf25de30735135da97f91b1f15ae3e78 [2020-10-26T16:18:05.617Z] ---> Running in 06e5a0262da1 [2020-10-26T16:18:06.212Z] Removing intermediate container 06e5a0262da1 [2020-10-26T16:18:06.212Z] ---> b7c423c0ae5d [2020-10-26T16:18:06.212Z] Step 23/23 : LABEL version=1.2.2-dev.96 [2020-10-26T16:18:06.212Z] ---> Running in a6640228f624 [2020-10-26T16:18:06.483Z] Removing intermediate container a6640228f624 [2020-10-26T16:18:06.483Z] ---> 030993f0c1ee [2020-10-26T16:18:06.483Z] [2020-10-26T16:18:06.763Z] Collecting jsonschema<3,>=2.5.1 [2020-10-26T16:18:06.763Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-10-26T16:18:06.763Z] Successfully built 030993f0c1ee [2020-10-26T16:18:06.763Z] Successfully tagged docker-core-data-go-arm64:latest [2020-10-26T16:18:07.359Z]  Building docker-core-data-go ... done Collecting docker<4.0,>=3.6.0 [2020-10-26T16:18:07.359Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-10-26T16:18:07.950Z] Collecting texttable<0.10,>=0.9.0 [2020-10-26T16:18:07.950Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-10-26T16:18:09.920Z] Collecting cached-property<2,>=1.2.0 [2020-10-26T16:18:09.920Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-10-26T16:18:10.513Z] Collecting PyYAML<4,>=3.10 [2020-10-26T16:18:10.513Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-10-26T16:18:13.118Z] 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-26T16:18:14.094Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-10-26T16:18:14.094Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-10-26T16:18:14.366Z] Collecting docker-pycreds>=0.4.0 [2020-10-26T16:18:14.366Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-10-26T16:18:14.366Z] 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-26T16:18:14.957Z] Collecting urllib3<1.25,>=1.21.1 [2020-10-26T16:18:14.957Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-10-26T16:18:15.229Z] Collecting idna<2.8,>=2.5 [2020-10-26T16:18:15.229Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-10-26T16:18:15.500Z] 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-26T16:18:15.500Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-10-26T16:18:15.500Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-10-26T16:18:15.500Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-10-26T16:18:15.500Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-10-26T16:18:16.091Z] Installing collected packages: docopt, websocket-client, dockerpty, jsonschema, docker-pycreds, urllib3, idna, requests, docker, texttable, cached-property, PyYAML, docker-compose [2020-10-26T16:18:16.091Z] Running setup.py install for docopt: started [2020-10-26T16:18:18.059Z] Running setup.py install for docopt: finished with status 'done' [2020-10-26T16:18:18.059Z] Running setup.py install for dockerpty: started [2020-10-26T16:18:20.029Z] Running setup.py install for dockerpty: finished with status 'done' [2020-10-26T16:18:20.301Z] Attempting uninstall: urllib3 [2020-10-26T16:18:20.301Z] Found existing installation: urllib3 1.25.9 [2020-10-26T16:18:20.301Z] Uninstalling urllib3-1.25.9: [2020-10-26T16:18:20.572Z] Successfully uninstalled urllib3-1.25.9 [2020-10-26T16:18:21.167Z] Attempting uninstall: idna [2020-10-26T16:18:21.167Z] Found existing installation: idna 2.9 [2020-10-26T16:18:21.167Z] Uninstalling idna-2.9: [2020-10-26T16:18:21.167Z] Successfully uninstalled idna-2.9 [2020-10-26T16:18:21.761Z] Attempting uninstall: requests [2020-10-26T16:18:21.761Z] Found existing installation: requests 2.23.0 [2020-10-26T16:18:21.761Z] Uninstalling requests-2.23.0: [2020-10-26T16:18:22.031Z] Successfully uninstalled requests-2.23.0 [2020-10-26T16:18:23.003Z] Running setup.py install for texttable: started [2020-10-26T16:18:24.968Z] Running setup.py install for texttable: finished with status 'done' [2020-10-26T16:18:24.968Z] Running setup.py install for PyYAML: started [2020-10-26T16:18:26.934Z] Running setup.py install for PyYAML: finished with status 'done' [2020-10-26T16:18:27.526Z] 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-26T16:18:31.821Z] Removing intermediate container b1705b258baf [2020-10-26T16:18:31.821Z] ---> 3f4367054ff4 [2020-10-26T16:18:31.821Z] Step 22/27 : RUN apk --no-cache add curl [2020-10-26T16:18:31.821Z] ---> Running in 585960a4366f [2020-10-26T16:18:32.798Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-26T16:18:33.071Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-26T16:18:33.661Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-10-26T16:18:33.661Z] (2/3) Installing libcurl (7.69.1-r1) [2020-10-26T16:18:33.661Z] (3/3) Installing curl (7.69.1-r1) [2020-10-26T16:18:33.661Z] Executing busybox-1.31.1-r19.trigger [2020-10-26T16:18:33.661Z] OK: 71 MiB in 58 packages [2020-10-26T16:18:35.090Z] Removing intermediate container 585960a4366f [2020-10-26T16:18:35.090Z] ---> 5b727da6f48b [2020-10-26T16:18:35.090Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-10-26T16:18:35.090Z] ---> Running in 3e57f66ead9c [2020-10-26T16:18:35.363Z] Removing intermediate container 3e57f66ead9c [2020-10-26T16:18:35.363Z] ---> 5019f924fac2 [2020-10-26T16:18:35.638Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-26T16:18:35.638Z] ---> Running in bdf459c6d3f6 [2020-10-26T16:18:36.232Z] Removing intermediate container bdf459c6d3f6 [2020-10-26T16:18:36.232Z] ---> c89e88ee95de [2020-10-26T16:18:36.232Z] Step 25/27 : LABEL arch=arm64 [2020-10-26T16:18:36.232Z] ---> Running in bbfb91773a14 [2020-10-26T16:18:36.852Z] Removing intermediate container bbfb91773a14 [2020-10-26T16:18:36.852Z] ---> 36fe97d4c675 [2020-10-26T16:18:36.852Z] Step 26/27 : LABEL git_sha=151af978cf25de30735135da97f91b1f15ae3e78 [2020-10-26T16:18:36.852Z] ---> Running in 869e294db4fa [2020-10-26T16:18:37.127Z] Removing intermediate container 869e294db4fa [2020-10-26T16:18:37.127Z] ---> 97af82ca6e1d [2020-10-26T16:18:37.127Z] Step 27/27 : LABEL version=1.2.2-dev.96 [2020-10-26T16:18:37.399Z] ---> Running in 306849e370d2 [2020-10-26T16:18:37.671Z] Removing intermediate container 306849e370d2 [2020-10-26T16:18:37.671Z] ---> ff887aa02349 [2020-10-26T16:18:37.671Z] [2020-10-26T16:18:37.945Z] Successfully built ff887aa02349 [2020-10-26T16:18:38.217Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-10-26T16:18:38.506Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-10-26T16:18:38.500Z] $ docker stop --time=1 0d593c54c7006d42b55e8a7abbefd6cc30db0b556822027cf00b67fa78d94dbb [2020-10-26T16:18:40.510Z] $ docker rm -f 0d593c54c7006d42b55e8a7abbefd6cc30db0b556822027cf00b67fa78d94dbb [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-26T16:18:41.413Z] + docker images [2020-10-26T16:18:41.413Z] + grep docker [2020-10-26T16:18:41.689Z] docker-sys-mgmt-agent-go-arm64 latest ff887aa02349 4 seconds ago 270MB [2020-10-26T16:18:41.689Z] docker-core-data-go-arm64 latest 030993f0c1ee 35 seconds ago 22.3MB [2020-10-26T16:18:41.689Z] docker-security-secrets-setup-go-arm64 latest bb0f042f5437 47 seconds ago 22.7MB [2020-10-26T16:18:41.689Z] docker-support-notifications-go-arm64 latest 4b489249ad7a About a minute ago 12.9MB [2020-10-26T16:18:41.689Z] docker-core-metadata-go-arm64 latest 44ad8dc1c4cb 2 minutes ago 13.5MB [2020-10-26T16:18:41.689Z] docker-security-secretstore-setup-go-arm64 latest f3d658bb0b0b 3 minutes ago 30.8MB [2020-10-26T16:18:41.689Z] docker-core-command-go-arm64 latest 525992891727 3 minutes ago 11.4MB [2020-10-26T16:18:41.689Z] docker-support-scheduler-go-arm64 latest 889e58f0b7e7 3 minutes ago 11.5MB [2020-10-26T16:18:41.689Z] docker-support-logging-go-arm64 latest 6da49ccd2783 3 minutes ago 10.6MB [2020-10-26T16:18:41.689Z] docker-security-proxy-setup-go-arm64 latest fc9b5e71eed6 4 minutes ago 15.1MB [2020-10-26T16:18:41.689Z] docker latest 5d4db4dc0692 4 days ago 198MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-10-26T16:18:42.509Z] provisioning config files... [2020-10-26T16:18:42.552Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/212@tmp/config3136448650227172861tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-10-26T16:18:42.963Z] ---> docker-login.sh [2020-10-26T16:18:42.963Z] nexus3.edgexfoundry.org:10001 [2020-10-26T16:18:43.236Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-26T16:18:43.507Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-26T16:18:43.507Z] Configure a credential helper to remove this warning. See [2020-10-26T16:18:43.507Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-26T16:18:43.507Z] [2020-10-26T16:18:43.507Z] Login Succeeded [2020-10-26T16:18:43.507Z] nexus3.edgexfoundry.org:10002 [2020-10-26T16:18:43.780Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-26T16:18:44.052Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-26T16:18:44.052Z] Configure a credential helper to remove this warning. See [2020-10-26T16:18:44.052Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-26T16:18:44.052Z] [2020-10-26T16:18:44.052Z] Login Succeeded [2020-10-26T16:18:44.052Z] nexus3.edgexfoundry.org:10003 [2020-10-26T16:18:44.646Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-26T16:18:44.646Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-26T16:18:44.646Z] Configure a credential helper to remove this warning. See [2020-10-26T16:18:44.646Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-26T16:18:44.646Z] [2020-10-26T16:18:44.646Z] Login Succeeded [2020-10-26T16:18:44.646Z] nexus3.edgexfoundry.org:10004 [2020-10-26T16:18:44.919Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-26T16:18:45.194Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-26T16:18:45.194Z] Configure a credential helper to remove this warning. See [2020-10-26T16:18:45.194Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-26T16:18:45.194Z] [2020-10-26T16:18:45.194Z] Login Succeeded [2020-10-26T16:18:45.194Z] docker.io [2020-10-26T16:18:45.466Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-26T16:18:46.055Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-26T16:18:46.055Z] Configure a credential helper to remove this warning. See [2020-10-26T16:18:46.055Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-26T16:18:46.055Z] [2020-10-26T16:18:46.055Z] Login Succeeded [2020-10-26T16:18:46.055Z] ---> docker-login.sh ends [Pipeline] } [2020-10-26T16:18:46.071Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-26T16:18:46.345Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2020-10-26T16:18:46.345Z] 151af978cf25de30735135da97f91b1f15ae3e78 [2020-10-26T16:18:46.345Z] 1.2.2-dev.96 [2020-10-26T16:18:46.345Z] 151af978cf25de30735135da97f91b1f15ae3e78-1.2.2-dev.96 [2020-10-26T16:18:46.345Z] master [2020-10-26T16:18:46.345Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:18:46.905Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:151af978cf25de30735135da97f91b1f15ae3e78 [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:18:47.244Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:151af978cf25de30735135da97f91b1f15ae3e78 [2020-10-26T16:18:47.244Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-26T16:18:47.244Z] 6f0b764eae01: Preparing [2020-10-26T16:18:47.244Z] 2eb3cd603995: Preparing [2020-10-26T16:18:47.244Z] 8314cdc40ab4: Preparing [2020-10-26T16:18:47.515Z] 8314cdc40ab4: Pushed [2020-10-26T16:18:47.515Z] 6f0b764eae01: Pushed [2020-10-26T16:18:50.887Z] 2eb3cd603995: Pushed [2020-10-26T16:18:50.887Z] 151af978cf25de30735135da97f91b1f15ae3e78: digest: sha256:a97714dbb3368fef05f99ff2a2f3f4db3c1c2960ff13aa186596f5ce86a53157 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:18:51.237Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.96 [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:18:51.577Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.96 [2020-10-26T16:18:51.577Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-26T16:18:51.577Z] 6f0b764eae01: Preparing [2020-10-26T16:18:51.577Z] 2eb3cd603995: Preparing [2020-10-26T16:18:51.577Z] 8314cdc40ab4: Preparing [2020-10-26T16:18:51.577Z] 8314cdc40ab4: Layer already exists [2020-10-26T16:18:51.847Z] 2eb3cd603995: Layer already exists [2020-10-26T16:18:51.847Z] 6f0b764eae01: Layer already exists [2020-10-26T16:18:51.847Z] 1.2.2-dev.96: digest: sha256:a97714dbb3368fef05f99ff2a2f3f4db3c1c2960ff13aa186596f5ce86a53157 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:18:52.189Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:151af978cf25de30735135da97f91b1f15ae3e78-1.2.2-dev.96 [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:18:52.529Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:151af978cf25de30735135da97f91b1f15ae3e78-1.2.2-dev.96 [2020-10-26T16:18:52.529Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-26T16:18:52.529Z] 6f0b764eae01: Preparing [2020-10-26T16:18:52.529Z] 2eb3cd603995: Preparing [2020-10-26T16:18:52.529Z] 8314cdc40ab4: Preparing [2020-10-26T16:18:52.529Z] 8314cdc40ab4: Layer already exists [2020-10-26T16:18:52.529Z] 2eb3cd603995: Layer already exists [2020-10-26T16:18:52.529Z] 6f0b764eae01: Layer already exists [2020-10-26T16:18:52.802Z] 151af978cf25de30735135da97f91b1f15ae3e78-1.2.2-dev.96: digest: sha256:a97714dbb3368fef05f99ff2a2f3f4db3c1c2960ff13aa186596f5ce86a53157 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:18:53.147Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:18:53.488Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2020-10-26T16:18:53.488Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-26T16:18:53.488Z] 6f0b764eae01: Preparing [2020-10-26T16:18:53.488Z] 2eb3cd603995: Preparing [2020-10-26T16:18:53.488Z] 8314cdc40ab4: Preparing [2020-10-26T16:18:53.488Z] 2eb3cd603995: Layer already exists [2020-10-26T16:18:53.488Z] 6f0b764eae01: Layer already exists [2020-10-26T16:18:53.488Z] 8314cdc40ab4: Layer already exists [2020-10-26T16:18:53.759Z] master: digest: sha256:a97714dbb3368fef05f99ff2a2f3f4db3c1c2960ff13aa186596f5ce86a53157 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-26T16:18:54.016Z] ===================================================== [Pipeline] echo [2020-10-26T16:18:54.075Z] taggedImages: [2020-10-26T16:18:54.075Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:151af978cf25de30735135da97f91b1f15ae3e78 [2020-10-26T16:18:54.075Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.96 [2020-10-26T16:18:54.075Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:151af978cf25de30735135da97f91b1f15ae3e78-1.2.2-dev.96 [2020-10-26T16:18:54.075Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2020-10-26T16:18:54.155Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2020-10-26T16:18:54.155Z] 151af978cf25de30735135da97f91b1f15ae3e78 [2020-10-26T16:18:54.155Z] 1.2.2-dev.96 [2020-10-26T16:18:54.155Z] 151af978cf25de30735135da97f91b1f15ae3e78-1.2.2-dev.96 [2020-10-26T16:18:54.155Z] master [2020-10-26T16:18:54.155Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:18:54.750Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:151af978cf25de30735135da97f91b1f15ae3e78 [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:18:55.095Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:151af978cf25de30735135da97f91b1f15ae3e78 [2020-10-26T16:18:55.095Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-26T16:18:55.095Z] 8ef664588256: Preparing [2020-10-26T16:18:55.095Z] b19669297295: Preparing [2020-10-26T16:18:55.095Z] 5bb978bfd557: Preparing [2020-10-26T16:18:55.095Z] 357aa5fc3f64: Preparing [2020-10-26T16:18:55.095Z] 015b736bd112: Preparing [2020-10-26T16:18:55.095Z] cd3761cfa1d9: Preparing [2020-10-26T16:18:55.095Z] cd3761cfa1d9: Waiting [2020-10-26T16:18:55.367Z] 8ef664588256: Pushed [2020-10-26T16:18:55.367Z] 5bb978bfd557: Pushed [2020-10-26T16:18:55.367Z] 015b736bd112: Pushed [2020-10-26T16:18:55.367Z] cd3761cfa1d9: Layer already exists [2020-10-26T16:18:55.962Z] 357aa5fc3f64: Pushed [2020-10-26T16:18:58.568Z] b19669297295: Pushed [2020-10-26T16:18:58.840Z] 151af978cf25de30735135da97f91b1f15ae3e78: digest: sha256:41a5b5446e468e6fdd776fb7e99b77e0fa9986c99201068582bc5f0652e8ec5c size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:18:59.186Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.96 [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:18:59.525Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.96 [2020-10-26T16:18:59.525Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-26T16:18:59.525Z] 8ef664588256: Preparing [2020-10-26T16:18:59.525Z] b19669297295: Preparing [2020-10-26T16:18:59.525Z] 5bb978bfd557: Preparing [2020-10-26T16:18:59.525Z] 357aa5fc3f64: Preparing [2020-10-26T16:18:59.525Z] 015b736bd112: Preparing [2020-10-26T16:18:59.525Z] cd3761cfa1d9: Preparing [2020-10-26T16:18:59.525Z] cd3761cfa1d9: Waiting [2020-10-26T16:18:59.525Z] 015b736bd112: Layer already exists [2020-10-26T16:18:59.525Z] b19669297295: Layer already exists [2020-10-26T16:18:59.525Z] 5bb978bfd557: Layer already exists [2020-10-26T16:18:59.525Z] 8ef664588256: Layer already exists [2020-10-26T16:18:59.525Z] 357aa5fc3f64: Layer already exists [2020-10-26T16:18:59.525Z] cd3761cfa1d9: Layer already exists [2020-10-26T16:18:59.796Z] 1.2.2-dev.96: digest: sha256:41a5b5446e468e6fdd776fb7e99b77e0fa9986c99201068582bc5f0652e8ec5c size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:19:00.142Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:151af978cf25de30735135da97f91b1f15ae3e78-1.2.2-dev.96 [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:19:00.503Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:151af978cf25de30735135da97f91b1f15ae3e78-1.2.2-dev.96 [2020-10-26T16:19:00.503Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-26T16:19:00.503Z] 8ef664588256: Preparing [2020-10-26T16:19:00.503Z] b19669297295: Preparing [2020-10-26T16:19:00.503Z] 5bb978bfd557: Preparing [2020-10-26T16:19:00.503Z] 357aa5fc3f64: Preparing [2020-10-26T16:19:00.503Z] 015b736bd112: Preparing [2020-10-26T16:19:00.503Z] cd3761cfa1d9: Preparing [2020-10-26T16:19:00.503Z] cd3761cfa1d9: Waiting [2020-10-26T16:19:00.503Z] 8ef664588256: Layer already exists [2020-10-26T16:19:00.503Z] b19669297295: Layer already exists [2020-10-26T16:19:00.503Z] 5bb978bfd557: Layer already exists [2020-10-26T16:19:00.503Z] 357aa5fc3f64: Layer already exists [2020-10-26T16:19:00.503Z] 015b736bd112: Layer already exists [2020-10-26T16:19:00.503Z] cd3761cfa1d9: Layer already exists [2020-10-26T16:19:00.776Z] 151af978cf25de30735135da97f91b1f15ae3e78-1.2.2-dev.96: digest: sha256:41a5b5446e468e6fdd776fb7e99b77e0fa9986c99201068582bc5f0652e8ec5c size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:19:01.122Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:19:01.467Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2020-10-26T16:19:01.467Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-26T16:19:01.467Z] 8ef664588256: Preparing [2020-10-26T16:19:01.467Z] b19669297295: Preparing [2020-10-26T16:19:01.467Z] 5bb978bfd557: Preparing [2020-10-26T16:19:01.467Z] 357aa5fc3f64: Preparing [2020-10-26T16:19:01.467Z] 015b736bd112: Preparing [2020-10-26T16:19:01.467Z] cd3761cfa1d9: Preparing [2020-10-26T16:19:01.467Z] cd3761cfa1d9: Waiting [2020-10-26T16:19:01.467Z] 357aa5fc3f64: Layer already exists [2020-10-26T16:19:01.467Z] 5bb978bfd557: Layer already exists [2020-10-26T16:19:01.467Z] 015b736bd112: Layer already exists [2020-10-26T16:19:01.467Z] 8ef664588256: Layer already exists [2020-10-26T16:19:01.467Z] b19669297295: Layer already exists [2020-10-26T16:19:01.467Z] cd3761cfa1d9: Layer already exists [2020-10-26T16:19:01.739Z] master: digest: sha256:41a5b5446e468e6fdd776fb7e99b77e0fa9986c99201068582bc5f0652e8ec5c size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-26T16:19:01.973Z] ===================================================== [Pipeline] echo [2020-10-26T16:19:02.035Z] taggedImages: [2020-10-26T16:19:02.035Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:151af978cf25de30735135da97f91b1f15ae3e78 [2020-10-26T16:19:02.035Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.96 [2020-10-26T16:19:02.035Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:151af978cf25de30735135da97f91b1f15ae3e78-1.2.2-dev.96 [2020-10-26T16:19:02.035Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2020-10-26T16:19:02.101Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2020-10-26T16:19:02.101Z] 151af978cf25de30735135da97f91b1f15ae3e78 [2020-10-26T16:19:02.101Z] 1.2.2-dev.96 [2020-10-26T16:19:02.101Z] 151af978cf25de30735135da97f91b1f15ae3e78-1.2.2-dev.96 [2020-10-26T16:19:02.101Z] master [2020-10-26T16:19:02.101Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:19:02.639Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:151af978cf25de30735135da97f91b1f15ae3e78 [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:19:02.978Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:151af978cf25de30735135da97f91b1f15ae3e78 [2020-10-26T16:19:02.978Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-26T16:19:02.978Z] c9a5fea7e3d4: Preparing [2020-10-26T16:19:02.978Z] db1fc90a8b95: Preparing [2020-10-26T16:19:02.978Z] a67b4146aed5: Preparing [2020-10-26T16:19:03.253Z] a67b4146aed5: Pushed [2020-10-26T16:19:03.253Z] c9a5fea7e3d4: Pushed [2020-10-26T16:19:06.630Z] db1fc90a8b95: Pushed [2020-10-26T16:19:06.630Z] 151af978cf25de30735135da97f91b1f15ae3e78: digest: sha256:c42afa7c2cb1be2d1c630e24f15b2b17da47bd6d40199ca187d3f3af4b57f00b size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:19:06.968Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.96 [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:19:07.302Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.96 [2020-10-26T16:19:07.302Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-26T16:19:07.302Z] c9a5fea7e3d4: Preparing [2020-10-26T16:19:07.302Z] db1fc90a8b95: Preparing [2020-10-26T16:19:07.302Z] a67b4146aed5: Preparing [2020-10-26T16:19:07.302Z] db1fc90a8b95: Layer already exists [2020-10-26T16:19:07.302Z] a67b4146aed5: Layer already exists [2020-10-26T16:19:07.302Z] c9a5fea7e3d4: Layer already exists [2020-10-26T16:19:07.573Z] 1.2.2-dev.96: digest: sha256:c42afa7c2cb1be2d1c630e24f15b2b17da47bd6d40199ca187d3f3af4b57f00b size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:19:07.941Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:151af978cf25de30735135da97f91b1f15ae3e78-1.2.2-dev.96 [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:19:08.302Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:151af978cf25de30735135da97f91b1f15ae3e78-1.2.2-dev.96 [2020-10-26T16:19:08.302Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-26T16:19:08.302Z] c9a5fea7e3d4: Preparing [2020-10-26T16:19:08.302Z] db1fc90a8b95: Preparing [2020-10-26T16:19:08.302Z] a67b4146aed5: Preparing [2020-10-26T16:19:08.302Z] c9a5fea7e3d4: Layer already exists [2020-10-26T16:19:08.302Z] a67b4146aed5: Layer already exists [2020-10-26T16:19:08.302Z] db1fc90a8b95: Layer already exists [2020-10-26T16:19:08.577Z] 151af978cf25de30735135da97f91b1f15ae3e78-1.2.2-dev.96: digest: sha256:c42afa7c2cb1be2d1c630e24f15b2b17da47bd6d40199ca187d3f3af4b57f00b size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:19:08.922Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:19:09.255Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2020-10-26T16:19:09.255Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-26T16:19:09.255Z] c9a5fea7e3d4: Preparing [2020-10-26T16:19:09.255Z] db1fc90a8b95: Preparing [2020-10-26T16:19:09.255Z] a67b4146aed5: Preparing [2020-10-26T16:19:09.255Z] c9a5fea7e3d4: Layer already exists [2020-10-26T16:19:09.255Z] a67b4146aed5: Layer already exists [2020-10-26T16:19:09.255Z] db1fc90a8b95: Layer already exists [2020-10-26T16:19:09.525Z] master: digest: sha256:c42afa7c2cb1be2d1c630e24f15b2b17da47bd6d40199ca187d3f3af4b57f00b size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-26T16:19:09.775Z] ===================================================== [Pipeline] echo [2020-10-26T16:19:09.832Z] taggedImages: [2020-10-26T16:19:09.832Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:151af978cf25de30735135da97f91b1f15ae3e78 [2020-10-26T16:19:09.832Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.96 [2020-10-26T16:19:09.832Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:151af978cf25de30735135da97f91b1f15ae3e78-1.2.2-dev.96 [2020-10-26T16:19:09.832Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2020-10-26T16:19:09.902Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2020-10-26T16:19:09.902Z] 151af978cf25de30735135da97f91b1f15ae3e78 [2020-10-26T16:19:09.902Z] 1.2.2-dev.96 [2020-10-26T16:19:09.902Z] 151af978cf25de30735135da97f91b1f15ae3e78-1.2.2-dev.96 [2020-10-26T16:19:09.902Z] master [2020-10-26T16:19:09.902Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:19:10.439Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:151af978cf25de30735135da97f91b1f15ae3e78 [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:19:10.777Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:151af978cf25de30735135da97f91b1f15ae3e78 [2020-10-26T16:19:10.777Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-26T16:19:10.777Z] 167d1433cd74: Preparing [2020-10-26T16:19:10.777Z] fe11ef5ff3cb: Preparing [2020-10-26T16:19:10.777Z] 9e0c71efc7fe: Preparing [2020-10-26T16:19:10.777Z] bf8c10fbb24c: Preparing [2020-10-26T16:19:10.777Z] cd3761cfa1d9: Preparing [2020-10-26T16:19:11.053Z] cd3761cfa1d9: Layer already exists [2020-10-26T16:19:11.053Z] fe11ef5ff3cb: Pushed [2020-10-26T16:19:11.053Z] 9e0c71efc7fe: Pushed [2020-10-26T16:19:11.646Z] bf8c10fbb24c: Pushed [2020-10-26T16:19:13.615Z] 167d1433cd74: Pushed [2020-10-26T16:19:13.615Z] 151af978cf25de30735135da97f91b1f15ae3e78: digest: sha256:b6e6ca2f95553c4188e0ef972b704b50165b4bc8236f67e243ca1d9878ff4b17 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:19:13.962Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.96 [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:19:14.301Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.96 [2020-10-26T16:19:14.301Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-26T16:19:14.301Z] 167d1433cd74: Preparing [2020-10-26T16:19:14.301Z] fe11ef5ff3cb: Preparing [2020-10-26T16:19:14.301Z] 9e0c71efc7fe: Preparing [2020-10-26T16:19:14.301Z] bf8c10fbb24c: Preparing [2020-10-26T16:19:14.301Z] cd3761cfa1d9: Preparing [2020-10-26T16:19:14.301Z] 167d1433cd74: Layer already exists [2020-10-26T16:19:14.301Z] fe11ef5ff3cb: Layer already exists [2020-10-26T16:19:14.301Z] cd3761cfa1d9: Layer already exists [2020-10-26T16:19:14.301Z] 9e0c71efc7fe: Layer already exists [2020-10-26T16:19:14.301Z] bf8c10fbb24c: Layer already exists [2020-10-26T16:19:14.572Z] 1.2.2-dev.96: digest: sha256:b6e6ca2f95553c4188e0ef972b704b50165b4bc8236f67e243ca1d9878ff4b17 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:19:14.915Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:151af978cf25de30735135da97f91b1f15ae3e78-1.2.2-dev.96 [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:19:15.253Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:151af978cf25de30735135da97f91b1f15ae3e78-1.2.2-dev.96 [2020-10-26T16:19:15.253Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-26T16:19:15.253Z] 167d1433cd74: Preparing [2020-10-26T16:19:15.253Z] fe11ef5ff3cb: Preparing [2020-10-26T16:19:15.253Z] 9e0c71efc7fe: Preparing [2020-10-26T16:19:15.253Z] bf8c10fbb24c: Preparing [2020-10-26T16:19:15.253Z] cd3761cfa1d9: Preparing [2020-10-26T16:19:15.253Z] fe11ef5ff3cb: Layer already exists [2020-10-26T16:19:15.253Z] bf8c10fbb24c: Layer already exists [2020-10-26T16:19:15.253Z] 167d1433cd74: Layer already exists [2020-10-26T16:19:15.253Z] cd3761cfa1d9: Layer already exists [2020-10-26T16:19:15.253Z] 9e0c71efc7fe: Layer already exists [2020-10-26T16:19:15.526Z] 151af978cf25de30735135da97f91b1f15ae3e78-1.2.2-dev.96: digest: sha256:b6e6ca2f95553c4188e0ef972b704b50165b4bc8236f67e243ca1d9878ff4b17 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:19:15.870Z] + 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-26T16:19:16.208Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2020-10-26T16:19:16.208Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-26T16:19:16.208Z] 167d1433cd74: Preparing [2020-10-26T16:19:16.208Z] fe11ef5ff3cb: Preparing [2020-10-26T16:19:16.208Z] 9e0c71efc7fe: Preparing [2020-10-26T16:19:16.208Z] bf8c10fbb24c: Preparing [2020-10-26T16:19:16.208Z] cd3761cfa1d9: Preparing [2020-10-26T16:19:16.479Z] bf8c10fbb24c: Layer already exists [2020-10-26T16:19:16.479Z] cd3761cfa1d9: Layer already exists [2020-10-26T16:19:16.479Z] fe11ef5ff3cb: Layer already exists [2020-10-26T16:19:16.479Z] 167d1433cd74: Layer already exists [2020-10-26T16:19:16.479Z] 9e0c71efc7fe: Layer already exists [2020-10-26T16:19:16.479Z] master: digest: sha256:b6e6ca2f95553c4188e0ef972b704b50165b4bc8236f67e243ca1d9878ff4b17 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-26T16:19:16.682Z] ===================================================== [Pipeline] echo [2020-10-26T16:19:16.730Z] taggedImages: [2020-10-26T16:19:16.730Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:151af978cf25de30735135da97f91b1f15ae3e78 [2020-10-26T16:19:16.730Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.96 [2020-10-26T16:19:16.730Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:151af978cf25de30735135da97f91b1f15ae3e78-1.2.2-dev.96 [2020-10-26T16:19:16.730Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2020-10-26T16:19:16.803Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go-arm64 with the following tags: [2020-10-26T16:19:16.803Z] 151af978cf25de30735135da97f91b1f15ae3e78 [2020-10-26T16:19:16.803Z] 1.2.2-dev.96 [2020-10-26T16:19:16.803Z] 151af978cf25de30735135da97f91b1f15ae3e78-1.2.2-dev.96 [2020-10-26T16:19:16.803Z] master [2020-10-26T16:19:16.803Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:19:17.381Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:151af978cf25de30735135da97f91b1f15ae3e78 [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:19:17.726Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:151af978cf25de30735135da97f91b1f15ae3e78 [2020-10-26T16:19:17.726Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-26T16:19:17.726Z] 91daba0c6efa: Preparing [2020-10-26T16:19:17.726Z] 712418d29df0: Preparing [2020-10-26T16:19:17.726Z] f79dd3bdc47f: Preparing [2020-10-26T16:19:17.726Z] 91698b4eca4e: Preparing [2020-10-26T16:19:17.726Z] 91698b4eca4e: Preparing [2020-10-26T16:19:17.726Z] 4b90962a13ae: Preparing [2020-10-26T16:19:17.726Z] f77f5a32d8c5: Preparing [2020-10-26T16:19:17.726Z] 6d18133a0d8d: Preparing [2020-10-26T16:19:17.726Z] 91daba0c6efa: Preparing [2020-10-26T16:19:17.726Z] a6f72d37aeba: Preparing [2020-10-26T16:19:17.726Z] c176fb2448a8: Preparing [2020-10-26T16:19:17.726Z] cd481a2cfdb2: Preparing [2020-10-26T16:19:17.726Z] cd3761cfa1d9: Preparing [2020-10-26T16:19:17.726Z] c176fb2448a8: Waiting [2020-10-26T16:19:17.726Z] f77f5a32d8c5: Waiting [2020-10-26T16:19:17.726Z] 6d18133a0d8d: Waiting [2020-10-26T16:19:17.726Z] a6f72d37aeba: Waiting [2020-10-26T16:19:17.726Z] cd481a2cfdb2: Waiting [2020-10-26T16:19:17.726Z] cd3761cfa1d9: Waiting [2020-10-26T16:19:18.002Z] f79dd3bdc47f: Pushed [2020-10-26T16:19:18.002Z] 712418d29df0: Pushed [2020-10-26T16:19:18.002Z] 4b90962a13ae: Pushed [2020-10-26T16:19:18.002Z] 91698b4eca4e: Pushed [2020-10-26T16:19:18.276Z] 6d18133a0d8d: Pushed [2020-10-26T16:19:18.276Z] f77f5a32d8c5: Pushed [2020-10-26T16:19:18.276Z] c176fb2448a8: Pushed [2020-10-26T16:19:18.276Z] a6f72d37aeba: Pushed [2020-10-26T16:19:18.548Z] cd3761cfa1d9: Layer already exists [2020-10-26T16:19:18.819Z] cd481a2cfdb2: Pushed [2020-10-26T16:19:20.245Z] 91daba0c6efa: Pushed [2020-10-26T16:19:20.517Z] 151af978cf25de30735135da97f91b1f15ae3e78: digest: sha256:b8a9aaac5dba84a946fea55bd87765b2e9a0eacab7a095e013a0bc6859cb6f74 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:19:20.857Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.96 [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:19:21.197Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.96 [2020-10-26T16:19:21.197Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-26T16:19:21.197Z] 91daba0c6efa: Preparing [2020-10-26T16:19:21.197Z] 712418d29df0: Preparing [2020-10-26T16:19:21.197Z] f79dd3bdc47f: Preparing [2020-10-26T16:19:21.197Z] 91698b4eca4e: Preparing [2020-10-26T16:19:21.197Z] 91698b4eca4e: Preparing [2020-10-26T16:19:21.197Z] 4b90962a13ae: Preparing [2020-10-26T16:19:21.197Z] f77f5a32d8c5: Preparing [2020-10-26T16:19:21.197Z] 6d18133a0d8d: Preparing [2020-10-26T16:19:21.197Z] 91daba0c6efa: Preparing [2020-10-26T16:19:21.197Z] a6f72d37aeba: Preparing [2020-10-26T16:19:21.197Z] c176fb2448a8: Preparing [2020-10-26T16:19:21.197Z] cd481a2cfdb2: Preparing [2020-10-26T16:19:21.197Z] cd3761cfa1d9: Preparing [2020-10-26T16:19:21.197Z] a6f72d37aeba: Waiting [2020-10-26T16:19:21.197Z] c176fb2448a8: Waiting [2020-10-26T16:19:21.197Z] cd481a2cfdb2: Waiting [2020-10-26T16:19:21.197Z] f77f5a32d8c5: Waiting [2020-10-26T16:19:21.197Z] 6d18133a0d8d: Waiting [2020-10-26T16:19:21.197Z] cd3761cfa1d9: Waiting [2020-10-26T16:19:21.197Z] f79dd3bdc47f: Layer already exists [2020-10-26T16:19:21.197Z] 91daba0c6efa: Layer already exists [2020-10-26T16:19:21.197Z] 91698b4eca4e: Layer already exists [2020-10-26T16:19:21.197Z] 712418d29df0: Layer already exists [2020-10-26T16:19:21.197Z] 4b90962a13ae: Layer already exists [2020-10-26T16:19:21.469Z] f77f5a32d8c5: Layer already exists [2020-10-26T16:19:21.469Z] c176fb2448a8: Layer already exists [2020-10-26T16:19:21.469Z] cd481a2cfdb2: Layer already exists [2020-10-26T16:19:21.469Z] 6d18133a0d8d: Layer already exists [2020-10-26T16:19:21.469Z] a6f72d37aeba: Layer already exists [2020-10-26T16:19:21.469Z] cd3761cfa1d9: Layer already exists [2020-10-26T16:19:21.469Z] 1.2.2-dev.96: digest: sha256:b8a9aaac5dba84a946fea55bd87765b2e9a0eacab7a095e013a0bc6859cb6f74 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:19:21.807Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:151af978cf25de30735135da97f91b1f15ae3e78-1.2.2-dev.96 [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:19:22.137Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:151af978cf25de30735135da97f91b1f15ae3e78-1.2.2-dev.96 [2020-10-26T16:19:22.137Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-26T16:19:22.137Z] 91daba0c6efa: Preparing [2020-10-26T16:19:22.137Z] 712418d29df0: Preparing [2020-10-26T16:19:22.137Z] f79dd3bdc47f: Preparing [2020-10-26T16:19:22.137Z] 91698b4eca4e: Preparing [2020-10-26T16:19:22.137Z] 91698b4eca4e: Preparing [2020-10-26T16:19:22.137Z] 4b90962a13ae: Preparing [2020-10-26T16:19:22.137Z] f77f5a32d8c5: Preparing [2020-10-26T16:19:22.137Z] 6d18133a0d8d: Preparing [2020-10-26T16:19:22.137Z] 91daba0c6efa: Preparing [2020-10-26T16:19:22.137Z] a6f72d37aeba: Preparing [2020-10-26T16:19:22.137Z] c176fb2448a8: Preparing [2020-10-26T16:19:22.137Z] cd481a2cfdb2: Preparing [2020-10-26T16:19:22.137Z] cd3761cfa1d9: Preparing [2020-10-26T16:19:22.137Z] a6f72d37aeba: Waiting [2020-10-26T16:19:22.137Z] c176fb2448a8: Waiting [2020-10-26T16:19:22.137Z] cd481a2cfdb2: Waiting [2020-10-26T16:19:22.137Z] cd3761cfa1d9: Waiting [2020-10-26T16:19:22.137Z] f77f5a32d8c5: Waiting [2020-10-26T16:19:22.137Z] 6d18133a0d8d: Waiting [2020-10-26T16:19:22.137Z] f79dd3bdc47f: Layer already exists [2020-10-26T16:19:22.137Z] 4b90962a13ae: Layer already exists [2020-10-26T16:19:22.137Z] 91698b4eca4e: Layer already exists [2020-10-26T16:19:22.137Z] 91daba0c6efa: Layer already exists [2020-10-26T16:19:22.137Z] 712418d29df0: Layer already exists [2020-10-26T16:19:22.137Z] 6d18133a0d8d: Layer already exists [2020-10-26T16:19:22.137Z] f77f5a32d8c5: Layer already exists [2020-10-26T16:19:22.408Z] a6f72d37aeba: Layer already exists [2020-10-26T16:19:22.408Z] c176fb2448a8: Layer already exists [2020-10-26T16:19:22.408Z] cd481a2cfdb2: Layer already exists [2020-10-26T16:19:22.408Z] cd3761cfa1d9: Layer already exists [2020-10-26T16:19:22.408Z] 151af978cf25de30735135da97f91b1f15ae3e78-1.2.2-dev.96: digest: sha256:b8a9aaac5dba84a946fea55bd87765b2e9a0eacab7a095e013a0bc6859cb6f74 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:19:22.745Z] + 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-26T16:19:23.078Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [2020-10-26T16:19:23.078Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-26T16:19:23.078Z] 91daba0c6efa: Preparing [2020-10-26T16:19:23.078Z] 712418d29df0: Preparing [2020-10-26T16:19:23.078Z] f79dd3bdc47f: Preparing [2020-10-26T16:19:23.078Z] 91698b4eca4e: Preparing [2020-10-26T16:19:23.078Z] 91698b4eca4e: Preparing [2020-10-26T16:19:23.078Z] 4b90962a13ae: Preparing [2020-10-26T16:19:23.078Z] f77f5a32d8c5: Preparing [2020-10-26T16:19:23.078Z] 6d18133a0d8d: Preparing [2020-10-26T16:19:23.078Z] 91daba0c6efa: Preparing [2020-10-26T16:19:23.078Z] a6f72d37aeba: Preparing [2020-10-26T16:19:23.078Z] c176fb2448a8: Preparing [2020-10-26T16:19:23.078Z] cd481a2cfdb2: Preparing [2020-10-26T16:19:23.078Z] cd3761cfa1d9: Preparing [2020-10-26T16:19:23.078Z] f77f5a32d8c5: Waiting [2020-10-26T16:19:23.078Z] 6d18133a0d8d: Waiting [2020-10-26T16:19:23.078Z] a6f72d37aeba: Waiting [2020-10-26T16:19:23.078Z] c176fb2448a8: Waiting [2020-10-26T16:19:23.078Z] cd481a2cfdb2: Waiting [2020-10-26T16:19:23.078Z] cd3761cfa1d9: Waiting [2020-10-26T16:19:23.078Z] 91daba0c6efa: Layer already exists [2020-10-26T16:19:23.078Z] 4b90962a13ae: Layer already exists [2020-10-26T16:19:23.078Z] f79dd3bdc47f: Layer already exists [2020-10-26T16:19:23.078Z] 91698b4eca4e: Layer already exists [2020-10-26T16:19:23.350Z] 712418d29df0: Layer already exists [2020-10-26T16:19:23.350Z] a6f72d37aeba: Layer already exists [2020-10-26T16:19:23.350Z] f77f5a32d8c5: Layer already exists [2020-10-26T16:19:23.350Z] cd481a2cfdb2: Layer already exists [2020-10-26T16:19:23.350Z] c176fb2448a8: Layer already exists [2020-10-26T16:19:23.350Z] 6d18133a0d8d: Layer already exists [2020-10-26T16:19:23.350Z] cd3761cfa1d9: Layer already exists [2020-10-26T16:19:23.350Z] master: digest: sha256:b8a9aaac5dba84a946fea55bd87765b2e9a0eacab7a095e013a0bc6859cb6f74 size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-26T16:19:23.566Z] ===================================================== [Pipeline] echo [2020-10-26T16:19:23.620Z] taggedImages: [2020-10-26T16:19:23.620Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:151af978cf25de30735135da97f91b1f15ae3e78 [2020-10-26T16:19:23.620Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.96 [2020-10-26T16:19:23.620Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:151af978cf25de30735135da97f91b1f15ae3e78-1.2.2-dev.96 [2020-10-26T16:19:23.620Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [Pipeline] echo [2020-10-26T16:19:23.687Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2020-10-26T16:19:23.687Z] 151af978cf25de30735135da97f91b1f15ae3e78 [2020-10-26T16:19:23.687Z] 1.2.2-dev.96 [2020-10-26T16:19:23.687Z] 151af978cf25de30735135da97f91b1f15ae3e78-1.2.2-dev.96 [2020-10-26T16:19:23.687Z] master [2020-10-26T16:19:23.687Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:19:24.248Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:151af978cf25de30735135da97f91b1f15ae3e78 [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:19:24.587Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:151af978cf25de30735135da97f91b1f15ae3e78 [2020-10-26T16:19:24.587Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-26T16:19:24.587Z] a9a2c20691cf: Preparing [2020-10-26T16:19:24.587Z] e816906c10a3: Preparing [2020-10-26T16:19:24.587Z] 0995f680ca2b: Preparing [2020-10-26T16:19:24.587Z] 502b0ba36a2e: Preparing [2020-10-26T16:19:24.587Z] f51de1c2ad3d: Preparing [2020-10-26T16:19:24.587Z] 6ce6445f940e: Preparing [2020-10-26T16:19:24.587Z] 9d35e1141443: Preparing [2020-10-26T16:19:24.587Z] 576073d2efd1: Preparing [2020-10-26T16:19:24.587Z] 2b74a8c32754: Preparing [2020-10-26T16:19:24.587Z] 943c52336e82: Preparing [2020-10-26T16:19:24.587Z] 66b385cf80cf: Preparing [2020-10-26T16:19:24.587Z] 9d35e1141443: Waiting [2020-10-26T16:19:24.587Z] 576073d2efd1: Waiting [2020-10-26T16:19:24.587Z] 2b74a8c32754: Waiting [2020-10-26T16:19:24.587Z] 943c52336e82: Waiting [2020-10-26T16:19:24.587Z] 66b385cf80cf: Waiting [2020-10-26T16:19:24.587Z] 6ce6445f940e: Waiting [2020-10-26T16:19:24.857Z] a9a2c20691cf: Pushed [2020-10-26T16:19:24.857Z] e816906c10a3: Pushed [2020-10-26T16:19:25.125Z] 6ce6445f940e: Pushed [2020-10-26T16:19:25.125Z] 9d35e1141443: Pushed [2020-10-26T16:19:25.394Z] 576073d2efd1: Pushed [2020-10-26T16:19:25.394Z] 2b74a8c32754: Pushed [2020-10-26T16:19:25.394Z] 66b385cf80cf: Layer already exists [2020-10-26T16:19:25.988Z] 943c52336e82: Pushed [2020-10-26T16:19:26.585Z] 0995f680ca2b: Pushed [2020-10-26T16:19:27.180Z] 502b0ba36a2e: Pushed [2020-10-26T16:19:27.180Z] f51de1c2ad3d: Pushed [2020-10-26T16:19:27.180Z] 151af978cf25de30735135da97f91b1f15ae3e78: digest: sha256:455886e9077303c54752628b4c77451371944df4bbed62dc5d7253add6f62987 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:19:27.516Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.96 [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:19:27.855Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.96 [2020-10-26T16:19:27.855Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-26T16:19:27.855Z] a9a2c20691cf: Preparing [2020-10-26T16:19:27.855Z] e816906c10a3: Preparing [2020-10-26T16:19:27.855Z] 0995f680ca2b: Preparing [2020-10-26T16:19:27.855Z] 502b0ba36a2e: Preparing [2020-10-26T16:19:27.855Z] f51de1c2ad3d: Preparing [2020-10-26T16:19:27.855Z] 6ce6445f940e: Preparing [2020-10-26T16:19:27.855Z] 9d35e1141443: Preparing [2020-10-26T16:19:27.855Z] 576073d2efd1: Preparing [2020-10-26T16:19:27.855Z] 2b74a8c32754: Preparing [2020-10-26T16:19:27.855Z] 943c52336e82: Preparing [2020-10-26T16:19:27.855Z] 66b385cf80cf: Preparing [2020-10-26T16:19:27.855Z] 576073d2efd1: Waiting [2020-10-26T16:19:27.855Z] 2b74a8c32754: Waiting [2020-10-26T16:19:27.855Z] 66b385cf80cf: Waiting [2020-10-26T16:19:27.855Z] 943c52336e82: Waiting [2020-10-26T16:19:27.855Z] 6ce6445f940e: Waiting [2020-10-26T16:19:27.855Z] 9d35e1141443: Waiting [2020-10-26T16:19:27.855Z] a9a2c20691cf: Layer already exists [2020-10-26T16:19:27.855Z] 502b0ba36a2e: Layer already exists [2020-10-26T16:19:27.855Z] e816906c10a3: Layer already exists [2020-10-26T16:19:27.855Z] 0995f680ca2b: Layer already exists [2020-10-26T16:19:27.855Z] f51de1c2ad3d: Layer already exists [2020-10-26T16:19:27.855Z] 9d35e1141443: Layer already exists [2020-10-26T16:19:27.855Z] 6ce6445f940e: Layer already exists [2020-10-26T16:19:28.129Z] 2b74a8c32754: Layer already exists [2020-10-26T16:19:28.129Z] 576073d2efd1: Layer already exists [2020-10-26T16:19:28.129Z] 943c52336e82: Layer already exists [2020-10-26T16:19:28.129Z] 66b385cf80cf: Layer already exists [2020-10-26T16:19:28.129Z] 1.2.2-dev.96: digest: sha256:455886e9077303c54752628b4c77451371944df4bbed62dc5d7253add6f62987 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:19:28.471Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:151af978cf25de30735135da97f91b1f15ae3e78-1.2.2-dev.96 [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:19:28.835Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:151af978cf25de30735135da97f91b1f15ae3e78-1.2.2-dev.96 [2020-10-26T16:19:28.835Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-26T16:19:28.835Z] a9a2c20691cf: Preparing [2020-10-26T16:19:28.835Z] e816906c10a3: Preparing [2020-10-26T16:19:28.835Z] 0995f680ca2b: Preparing [2020-10-26T16:19:28.835Z] 502b0ba36a2e: Preparing [2020-10-26T16:19:28.835Z] f51de1c2ad3d: Preparing [2020-10-26T16:19:28.835Z] 6ce6445f940e: Preparing [2020-10-26T16:19:28.835Z] 9d35e1141443: Preparing [2020-10-26T16:19:28.835Z] 576073d2efd1: Preparing [2020-10-26T16:19:28.835Z] 2b74a8c32754: Preparing [2020-10-26T16:19:28.835Z] 943c52336e82: Preparing [2020-10-26T16:19:28.835Z] 66b385cf80cf: Preparing [2020-10-26T16:19:28.835Z] 6ce6445f940e: Waiting [2020-10-26T16:19:28.835Z] 9d35e1141443: Waiting [2020-10-26T16:19:28.835Z] 576073d2efd1: Waiting [2020-10-26T16:19:28.835Z] 2b74a8c32754: Waiting [2020-10-26T16:19:28.835Z] 943c52336e82: Waiting [2020-10-26T16:19:28.835Z] 66b385cf80cf: Waiting [2020-10-26T16:19:28.835Z] 0995f680ca2b: Layer already exists [2020-10-26T16:19:28.835Z] f51de1c2ad3d: Layer already exists [2020-10-26T16:19:28.835Z] e816906c10a3: Layer already exists [2020-10-26T16:19:28.835Z] a9a2c20691cf: Layer already exists [2020-10-26T16:19:28.835Z] 502b0ba36a2e: Layer already exists [2020-10-26T16:19:29.106Z] 9d35e1141443: Layer already exists [2020-10-26T16:19:29.106Z] 943c52336e82: Layer already exists [2020-10-26T16:19:29.106Z] 6ce6445f940e: Layer already exists [2020-10-26T16:19:29.106Z] 2b74a8c32754: Layer already exists [2020-10-26T16:19:29.106Z] 576073d2efd1: Layer already exists [2020-10-26T16:19:29.106Z] 66b385cf80cf: Layer already exists [2020-10-26T16:19:29.106Z] 151af978cf25de30735135da97f91b1f15ae3e78-1.2.2-dev.96: digest: sha256:455886e9077303c54752628b4c77451371944df4bbed62dc5d7253add6f62987 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:19:29.445Z] + 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-26T16:19:29.779Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2020-10-26T16:19:29.779Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-26T16:19:29.779Z] a9a2c20691cf: Preparing [2020-10-26T16:19:29.779Z] e816906c10a3: Preparing [2020-10-26T16:19:29.779Z] 0995f680ca2b: Preparing [2020-10-26T16:19:29.779Z] 502b0ba36a2e: Preparing [2020-10-26T16:19:29.779Z] f51de1c2ad3d: Preparing [2020-10-26T16:19:29.779Z] 6ce6445f940e: Preparing [2020-10-26T16:19:29.779Z] 9d35e1141443: Preparing [2020-10-26T16:19:29.779Z] 576073d2efd1: Preparing [2020-10-26T16:19:29.779Z] 2b74a8c32754: Preparing [2020-10-26T16:19:29.779Z] 943c52336e82: Preparing [2020-10-26T16:19:29.779Z] 66b385cf80cf: Preparing [2020-10-26T16:19:29.779Z] 6ce6445f940e: Waiting [2020-10-26T16:19:29.779Z] 9d35e1141443: Waiting [2020-10-26T16:19:29.779Z] 576073d2efd1: Waiting [2020-10-26T16:19:29.779Z] 2b74a8c32754: Waiting [2020-10-26T16:19:29.779Z] 66b385cf80cf: Waiting [2020-10-26T16:19:29.779Z] 943c52336e82: Waiting [2020-10-26T16:19:29.779Z] 0995f680ca2b: Layer already exists [2020-10-26T16:19:29.779Z] e816906c10a3: Layer already exists [2020-10-26T16:19:30.051Z] 502b0ba36a2e: Layer already exists [2020-10-26T16:19:30.051Z] a9a2c20691cf: Layer already exists [2020-10-26T16:19:30.051Z] f51de1c2ad3d: Layer already exists [2020-10-26T16:19:30.051Z] 9d35e1141443: Layer already exists [2020-10-26T16:19:30.051Z] 576073d2efd1: Layer already exists [2020-10-26T16:19:30.051Z] 2b74a8c32754: Layer already exists [2020-10-26T16:19:30.051Z] 6ce6445f940e: Layer already exists [2020-10-26T16:19:30.051Z] 943c52336e82: Layer already exists [2020-10-26T16:19:30.051Z] 66b385cf80cf: Layer already exists [2020-10-26T16:19:30.051Z] master: digest: sha256:455886e9077303c54752628b4c77451371944df4bbed62dc5d7253add6f62987 size: 2616 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-26T16:19:30.360Z] ===================================================== [Pipeline] echo [2020-10-26T16:19:30.412Z] taggedImages: [2020-10-26T16:19:30.412Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:151af978cf25de30735135da97f91b1f15ae3e78 [2020-10-26T16:19:30.412Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.96 [2020-10-26T16:19:30.412Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:151af978cf25de30735135da97f91b1f15ae3e78-1.2.2-dev.96 [2020-10-26T16:19:30.412Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2020-10-26T16:19:30.480Z] [edgeXDocker.push] Tagging docker image docker-support-logging-go-arm64 with the following tags: [2020-10-26T16:19:30.480Z] 151af978cf25de30735135da97f91b1f15ae3e78 [2020-10-26T16:19:30.480Z] 1.2.2-dev.96 [2020-10-26T16:19:30.480Z] 151af978cf25de30735135da97f91b1f15ae3e78-1.2.2-dev.96 [2020-10-26T16:19:30.480Z] master [2020-10-26T16:19:30.480Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:19:31.094Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:151af978cf25de30735135da97f91b1f15ae3e78 [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:19:31.559Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:151af978cf25de30735135da97f91b1f15ae3e78 [2020-10-26T16:19:31.559Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-26T16:19:31.559Z] 069f51d1dfbd: Preparing [2020-10-26T16:19:31.559Z] 8c9043f84fcb: Preparing [2020-10-26T16:19:31.559Z] 7cd571dd8e29: Preparing [2020-10-26T16:19:31.559Z] 693631440c91: Preparing [2020-10-26T16:19:31.860Z] 7cd571dd8e29: Pushed [2020-10-26T16:19:31.860Z] 069f51d1dfbd: Pushed [2020-10-26T16:19:32.139Z] 693631440c91: Pushed [2020-10-26T16:19:34.111Z] 8c9043f84fcb: Pushed [2020-10-26T16:19:34.384Z] 151af978cf25de30735135da97f91b1f15ae3e78: digest: sha256:4590472969486de86c973b8968956c8d7ce3eadd808a83718db54a7ef3309f8b size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:19:34.723Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.96 [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:19:35.062Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.96 [2020-10-26T16:19:35.062Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-26T16:19:35.062Z] 069f51d1dfbd: Preparing [2020-10-26T16:19:35.062Z] 8c9043f84fcb: Preparing [2020-10-26T16:19:35.062Z] 7cd571dd8e29: Preparing [2020-10-26T16:19:35.062Z] 693631440c91: Preparing [2020-10-26T16:19:35.334Z] 7cd571dd8e29: Layer already exists [2020-10-26T16:19:35.334Z] 069f51d1dfbd: Layer already exists [2020-10-26T16:19:35.334Z] 8c9043f84fcb: Layer already exists [2020-10-26T16:19:35.334Z] 693631440c91: Layer already exists [2020-10-26T16:19:35.334Z] 1.2.2-dev.96: digest: sha256:4590472969486de86c973b8968956c8d7ce3eadd808a83718db54a7ef3309f8b size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:19:35.709Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:151af978cf25de30735135da97f91b1f15ae3e78-1.2.2-dev.96 [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:19:36.037Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:151af978cf25de30735135da97f91b1f15ae3e78-1.2.2-dev.96 [2020-10-26T16:19:36.037Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-26T16:19:36.037Z] 069f51d1dfbd: Preparing [2020-10-26T16:19:36.037Z] 8c9043f84fcb: Preparing [2020-10-26T16:19:36.037Z] 7cd571dd8e29: Preparing [2020-10-26T16:19:36.037Z] 693631440c91: Preparing [2020-10-26T16:19:36.037Z] 8c9043f84fcb: Layer already exists [2020-10-26T16:19:36.037Z] 069f51d1dfbd: Layer already exists [2020-10-26T16:19:36.037Z] 693631440c91: Layer already exists [2020-10-26T16:19:36.037Z] 7cd571dd8e29: Layer already exists [2020-10-26T16:19:36.309Z] 151af978cf25de30735135da97f91b1f15ae3e78-1.2.2-dev.96: digest: sha256:4590472969486de86c973b8968956c8d7ce3eadd808a83718db54a7ef3309f8b size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:19:36.645Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:19:36.978Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [2020-10-26T16:19:36.979Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-26T16:19:36.979Z] 069f51d1dfbd: Preparing [2020-10-26T16:19:36.979Z] 8c9043f84fcb: Preparing [2020-10-26T16:19:36.979Z] 7cd571dd8e29: Preparing [2020-10-26T16:19:36.979Z] 693631440c91: Preparing [2020-10-26T16:19:36.979Z] 7cd571dd8e29: Layer already exists [2020-10-26T16:19:36.979Z] 693631440c91: Layer already exists [2020-10-26T16:19:36.979Z] 8c9043f84fcb: Layer already exists [2020-10-26T16:19:36.979Z] 069f51d1dfbd: Layer already exists [2020-10-26T16:19:37.248Z] master: digest: sha256:4590472969486de86c973b8968956c8d7ce3eadd808a83718db54a7ef3309f8b size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-26T16:19:37.458Z] ===================================================== [Pipeline] echo [2020-10-26T16:19:37.510Z] taggedImages: [2020-10-26T16:19:37.510Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:151af978cf25de30735135da97f91b1f15ae3e78 [2020-10-26T16:19:37.510Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.96 [2020-10-26T16:19:37.510Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:151af978cf25de30735135da97f91b1f15ae3e78-1.2.2-dev.96 [2020-10-26T16:19:37.510Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] echo [2020-10-26T16:19:37.574Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2020-10-26T16:19:37.574Z] 151af978cf25de30735135da97f91b1f15ae3e78 [2020-10-26T16:19:37.574Z] 1.2.2-dev.96 [2020-10-26T16:19:37.574Z] 151af978cf25de30735135da97f91b1f15ae3e78-1.2.2-dev.96 [2020-10-26T16:19:37.574Z] master [2020-10-26T16:19:37.574Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:19:38.082Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:151af978cf25de30735135da97f91b1f15ae3e78 [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:19:38.414Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:151af978cf25de30735135da97f91b1f15ae3e78 [2020-10-26T16:19:38.414Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-26T16:19:38.414Z] 46db2ad8e209: Preparing [2020-10-26T16:19:38.414Z] 2af9a21bffa2: Preparing [2020-10-26T16:19:38.414Z] e7de5b8a3b77: Preparing [2020-10-26T16:19:38.414Z] bf68b626e66e: Preparing [2020-10-26T16:19:38.414Z] ccb5675fb4ea: Preparing [2020-10-26T16:19:38.414Z] d13d931fcf58: Preparing [2020-10-26T16:19:38.414Z] d13d931fcf58: Waiting [2020-10-26T16:19:38.688Z] 46db2ad8e209: Pushed [2020-10-26T16:19:38.688Z] e7de5b8a3b77: Pushed [2020-10-26T16:19:38.960Z] ccb5675fb4ea: Pushed [2020-10-26T16:19:38.960Z] bf68b626e66e: Pushed [2020-10-26T16:19:39.232Z] d13d931fcf58: Pushed [2020-10-26T16:19:41.195Z] 2af9a21bffa2: Pushed [2020-10-26T16:19:41.467Z] 151af978cf25de30735135da97f91b1f15ae3e78: digest: sha256:9791c5d133117208941bdaa93086d6b25115a993e49868f3b4f2e4fdb461ffff size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:19:41.807Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.96 [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:19:42.140Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.96 [2020-10-26T16:19:42.140Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-26T16:19:42.140Z] 46db2ad8e209: Preparing [2020-10-26T16:19:42.140Z] 2af9a21bffa2: Preparing [2020-10-26T16:19:42.140Z] e7de5b8a3b77: Preparing [2020-10-26T16:19:42.140Z] bf68b626e66e: Preparing [2020-10-26T16:19:42.140Z] ccb5675fb4ea: Preparing [2020-10-26T16:19:42.140Z] d13d931fcf58: Preparing [2020-10-26T16:19:42.140Z] d13d931fcf58: Waiting [2020-10-26T16:19:42.411Z] ccb5675fb4ea: Layer already exists [2020-10-26T16:19:42.411Z] 2af9a21bffa2: Layer already exists [2020-10-26T16:19:42.411Z] bf68b626e66e: Layer already exists [2020-10-26T16:19:42.411Z] e7de5b8a3b77: Layer already exists [2020-10-26T16:19:42.411Z] 46db2ad8e209: Layer already exists [2020-10-26T16:19:42.411Z] d13d931fcf58: Layer already exists [2020-10-26T16:19:42.411Z] 1.2.2-dev.96: digest: sha256:9791c5d133117208941bdaa93086d6b25115a993e49868f3b4f2e4fdb461ffff size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:19:42.747Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:151af978cf25de30735135da97f91b1f15ae3e78-1.2.2-dev.96 [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:19:43.077Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:151af978cf25de30735135da97f91b1f15ae3e78-1.2.2-dev.96 [2020-10-26T16:19:43.078Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-26T16:19:43.078Z] 46db2ad8e209: Preparing [2020-10-26T16:19:43.078Z] 2af9a21bffa2: Preparing [2020-10-26T16:19:43.078Z] e7de5b8a3b77: Preparing [2020-10-26T16:19:43.078Z] bf68b626e66e: Preparing [2020-10-26T16:19:43.078Z] ccb5675fb4ea: Preparing [2020-10-26T16:19:43.078Z] d13d931fcf58: Preparing [2020-10-26T16:19:43.078Z] d13d931fcf58: Waiting [2020-10-26T16:19:43.349Z] 2af9a21bffa2: Layer already exists [2020-10-26T16:19:43.349Z] e7de5b8a3b77: Layer already exists [2020-10-26T16:19:43.349Z] bf68b626e66e: Layer already exists [2020-10-26T16:19:43.349Z] 46db2ad8e209: Layer already exists [2020-10-26T16:19:43.349Z] ccb5675fb4ea: Layer already exists [2020-10-26T16:19:43.349Z] d13d931fcf58: Layer already exists [2020-10-26T16:19:43.349Z] 151af978cf25de30735135da97f91b1f15ae3e78-1.2.2-dev.96: digest: sha256:9791c5d133117208941bdaa93086d6b25115a993e49868f3b4f2e4fdb461ffff size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:19:43.686Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:19:44.018Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2020-10-26T16:19:44.018Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-26T16:19:44.019Z] 46db2ad8e209: Preparing [2020-10-26T16:19:44.019Z] 2af9a21bffa2: Preparing [2020-10-26T16:19:44.019Z] e7de5b8a3b77: Preparing [2020-10-26T16:19:44.019Z] bf68b626e66e: Preparing [2020-10-26T16:19:44.019Z] ccb5675fb4ea: Preparing [2020-10-26T16:19:44.019Z] d13d931fcf58: Preparing [2020-10-26T16:19:44.019Z] d13d931fcf58: Waiting [2020-10-26T16:19:44.019Z] 2af9a21bffa2: Layer already exists [2020-10-26T16:19:44.019Z] ccb5675fb4ea: Layer already exists [2020-10-26T16:19:44.019Z] bf68b626e66e: Layer already exists [2020-10-26T16:19:44.289Z] e7de5b8a3b77: Layer already exists [2020-10-26T16:19:44.289Z] 46db2ad8e209: Layer already exists [2020-10-26T16:19:44.289Z] d13d931fcf58: Layer already exists [2020-10-26T16:19:44.289Z] master: digest: sha256:9791c5d133117208941bdaa93086d6b25115a993e49868f3b4f2e4fdb461ffff size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-26T16:19:44.539Z] ===================================================== [Pipeline] echo [2020-10-26T16:19:44.587Z] taggedImages: [2020-10-26T16:19:44.587Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:151af978cf25de30735135da97f91b1f15ae3e78 [2020-10-26T16:19:44.587Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.96 [2020-10-26T16:19:44.587Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:151af978cf25de30735135da97f91b1f15ae3e78-1.2.2-dev.96 [2020-10-26T16:19:44.587Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2020-10-26T16:19:44.673Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2020-10-26T16:19:44.673Z] 151af978cf25de30735135da97f91b1f15ae3e78 [2020-10-26T16:19:44.673Z] 1.2.2-dev.96 [2020-10-26T16:19:44.673Z] 151af978cf25de30735135da97f91b1f15ae3e78-1.2.2-dev.96 [2020-10-26T16:19:44.673Z] master [2020-10-26T16:19:44.673Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:19:45.205Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:151af978cf25de30735135da97f91b1f15ae3e78 [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:19:45.543Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:151af978cf25de30735135da97f91b1f15ae3e78 [2020-10-26T16:19:45.543Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-26T16:19:45.543Z] 66141fd52ca9: Preparing [2020-10-26T16:19:45.543Z] af3592768db2: Preparing [2020-10-26T16:19:45.543Z] a9af956578bf: Preparing [2020-10-26T16:19:45.815Z] a9af956578bf: Pushed [2020-10-26T16:19:45.815Z] 66141fd52ca9: Pushed [2020-10-26T16:19:48.417Z] af3592768db2: Pushed [2020-10-26T16:19:48.688Z] 151af978cf25de30735135da97f91b1f15ae3e78: digest: sha256:11c248aa017e4f080c16a437c4d4882dde362642464e97742aa8e7304991d73e size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:19:49.024Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.96 [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:19:49.358Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.96 [2020-10-26T16:19:49.358Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-26T16:19:49.358Z] 66141fd52ca9: Preparing [2020-10-26T16:19:49.358Z] af3592768db2: Preparing [2020-10-26T16:19:49.358Z] a9af956578bf: Preparing [2020-10-26T16:19:49.358Z] af3592768db2: Layer already exists [2020-10-26T16:19:49.358Z] a9af956578bf: Layer already exists [2020-10-26T16:19:49.358Z] 66141fd52ca9: Layer already exists [2020-10-26T16:19:49.628Z] 1.2.2-dev.96: digest: sha256:11c248aa017e4f080c16a437c4d4882dde362642464e97742aa8e7304991d73e size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:19:49.966Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:151af978cf25de30735135da97f91b1f15ae3e78-1.2.2-dev.96 [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:19:50.297Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:151af978cf25de30735135da97f91b1f15ae3e78-1.2.2-dev.96 [2020-10-26T16:19:50.298Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-26T16:19:50.298Z] 66141fd52ca9: Preparing [2020-10-26T16:19:50.298Z] af3592768db2: Preparing [2020-10-26T16:19:50.298Z] a9af956578bf: Preparing [2020-10-26T16:19:50.298Z] 66141fd52ca9: Layer already exists [2020-10-26T16:19:50.298Z] a9af956578bf: Layer already exists [2020-10-26T16:19:50.570Z] af3592768db2: Layer already exists [2020-10-26T16:19:50.570Z] 151af978cf25de30735135da97f91b1f15ae3e78-1.2.2-dev.96: digest: sha256:11c248aa017e4f080c16a437c4d4882dde362642464e97742aa8e7304991d73e size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:19:50.910Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:19:51.242Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2020-10-26T16:19:51.242Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-26T16:19:51.242Z] 66141fd52ca9: Preparing [2020-10-26T16:19:51.242Z] af3592768db2: Preparing [2020-10-26T16:19:51.242Z] a9af956578bf: Preparing [2020-10-26T16:19:51.242Z] 66141fd52ca9: Layer already exists [2020-10-26T16:19:51.242Z] af3592768db2: Layer already exists [2020-10-26T16:19:51.242Z] a9af956578bf: Layer already exists [2020-10-26T16:19:51.513Z] master: digest: sha256:11c248aa017e4f080c16a437c4d4882dde362642464e97742aa8e7304991d73e size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-26T16:19:51.723Z] ===================================================== [Pipeline] echo [2020-10-26T16:19:51.792Z] taggedImages: [2020-10-26T16:19:51.792Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:151af978cf25de30735135da97f91b1f15ae3e78 [2020-10-26T16:19:51.792Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.96 [2020-10-26T16:19:51.792Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:151af978cf25de30735135da97f91b1f15ae3e78-1.2.2-dev.96 [2020-10-26T16:19:51.792Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2020-10-26T16:19:51.857Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2020-10-26T16:19:51.857Z] 151af978cf25de30735135da97f91b1f15ae3e78 [2020-10-26T16:19:51.857Z] 1.2.2-dev.96 [2020-10-26T16:19:51.857Z] 151af978cf25de30735135da97f91b1f15ae3e78-1.2.2-dev.96 [2020-10-26T16:19:51.857Z] master [2020-10-26T16:19:51.857Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:19:52.370Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:151af978cf25de30735135da97f91b1f15ae3e78 [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:19:52.701Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:151af978cf25de30735135da97f91b1f15ae3e78 [2020-10-26T16:19:52.701Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-26T16:19:52.701Z] 1fe03ca8108a: Preparing [2020-10-26T16:19:52.701Z] eb19df50fd53: Preparing [2020-10-26T16:19:52.701Z] 76a636210ebf: Preparing [2020-10-26T16:19:52.701Z] 8f9e7e752d1b: Preparing [2020-10-26T16:19:52.701Z] 3923c7a1d96e: Preparing [2020-10-26T16:19:52.701Z] 400b3e245109: Preparing [2020-10-26T16:19:52.701Z] 701d7371d05d: Preparing [2020-10-26T16:19:52.701Z] 52543ddb2901: Preparing [2020-10-26T16:19:52.701Z] 9f553b275599: Preparing [2020-10-26T16:19:52.701Z] 3a47579f0cd1: Preparing [2020-10-26T16:19:52.701Z] cd6d79ebbfb6: Preparing [2020-10-26T16:19:52.701Z] 3e7dc55cab04: Preparing [2020-10-26T16:19:52.701Z] b2e85fd0898f: Preparing [2020-10-26T16:19:52.701Z] cd3761cfa1d9: Preparing [2020-10-26T16:19:52.701Z] 400b3e245109: Waiting [2020-10-26T16:19:52.701Z] 701d7371d05d: Waiting [2020-10-26T16:19:52.701Z] 52543ddb2901: Waiting [2020-10-26T16:19:52.701Z] 9f553b275599: Waiting [2020-10-26T16:19:52.701Z] 3a47579f0cd1: Waiting [2020-10-26T16:19:52.701Z] b2e85fd0898f: Waiting [2020-10-26T16:19:52.701Z] cd6d79ebbfb6: Waiting [2020-10-26T16:19:52.701Z] cd3761cfa1d9: Waiting [2020-10-26T16:19:52.701Z] 3e7dc55cab04: Waiting [2020-10-26T16:19:53.312Z] 3923c7a1d96e: Pushed [2020-10-26T16:19:53.591Z] 1fe03ca8108a: Pushed [2020-10-26T16:19:54.192Z] 8f9e7e752d1b: Pushed [2020-10-26T16:19:54.192Z] 52543ddb2901: Layer already exists [2020-10-26T16:19:54.192Z] 9f553b275599: Layer already exists [2020-10-26T16:19:54.192Z] 3a47579f0cd1: Layer already exists [2020-10-26T16:19:54.192Z] 701d7371d05d: Pushed [2020-10-26T16:19:54.192Z] cd6d79ebbfb6: Layer already exists [2020-10-26T16:19:54.464Z] 3e7dc55cab04: Layer already exists [2020-10-26T16:19:54.464Z] cd3761cfa1d9: Layer already exists [2020-10-26T16:19:54.464Z] b2e85fd0898f: Layer already exists [2020-10-26T16:19:54.739Z] eb19df50fd53: Pushed [2020-10-26T16:19:55.728Z] 400b3e245109: Pushed [2020-10-26T16:20:08.196Z] 76a636210ebf: Pushed [2020-10-26T16:20:08.196Z] 151af978cf25de30735135da97f91b1f15ae3e78: digest: sha256:0a9e4de35c48bcb682f47799cb11ffa7e9fd603e3e8c0103a40cb79b628eac79 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:20:08.543Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.96 [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:20:08.876Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.96 [2020-10-26T16:20:08.876Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-26T16:20:08.876Z] 1fe03ca8108a: Preparing [2020-10-26T16:20:08.876Z] eb19df50fd53: Preparing [2020-10-26T16:20:08.876Z] 76a636210ebf: Preparing [2020-10-26T16:20:08.876Z] 8f9e7e752d1b: Preparing [2020-10-26T16:20:08.876Z] 3923c7a1d96e: Preparing [2020-10-26T16:20:08.876Z] 400b3e245109: Preparing [2020-10-26T16:20:08.876Z] 701d7371d05d: Preparing [2020-10-26T16:20:08.876Z] 52543ddb2901: Preparing [2020-10-26T16:20:08.876Z] 9f553b275599: Preparing [2020-10-26T16:20:08.876Z] 3a47579f0cd1: Preparing [2020-10-26T16:20:08.876Z] cd6d79ebbfb6: Preparing [2020-10-26T16:20:08.876Z] 3e7dc55cab04: Preparing [2020-10-26T16:20:08.876Z] b2e85fd0898f: Preparing [2020-10-26T16:20:08.876Z] cd3761cfa1d9: Preparing [2020-10-26T16:20:08.876Z] 400b3e245109: Waiting [2020-10-26T16:20:08.876Z] 701d7371d05d: Waiting [2020-10-26T16:20:08.876Z] cd6d79ebbfb6: Waiting [2020-10-26T16:20:08.876Z] 3e7dc55cab04: Waiting [2020-10-26T16:20:08.876Z] b2e85fd0898f: Waiting [2020-10-26T16:20:08.876Z] cd3761cfa1d9: Waiting [2020-10-26T16:20:08.876Z] 52543ddb2901: Waiting [2020-10-26T16:20:08.876Z] 9f553b275599: Waiting [2020-10-26T16:20:08.876Z] 3a47579f0cd1: Waiting [2020-10-26T16:20:09.146Z] 76a636210ebf: Layer already exists [2020-10-26T16:20:09.146Z] 3923c7a1d96e: Layer already exists [2020-10-26T16:20:09.146Z] eb19df50fd53: Layer already exists [2020-10-26T16:20:09.146Z] 1fe03ca8108a: Layer already exists [2020-10-26T16:20:09.146Z] 701d7371d05d: Layer already exists [2020-10-26T16:20:09.146Z] 400b3e245109: Layer already exists [2020-10-26T16:20:09.146Z] 52543ddb2901: Layer already exists [2020-10-26T16:20:09.146Z] 9f553b275599: Layer already exists [2020-10-26T16:20:09.146Z] 3e7dc55cab04: Layer already exists [2020-10-26T16:20:09.146Z] cd6d79ebbfb6: Layer already exists [2020-10-26T16:20:09.146Z] b2e85fd0898f: Layer already exists [2020-10-26T16:20:09.146Z] 8f9e7e752d1b: Layer already exists [2020-10-26T16:20:09.146Z] cd3761cfa1d9: Layer already exists [2020-10-26T16:20:09.146Z] 3a47579f0cd1: Layer already exists [2020-10-26T16:20:09.417Z] 1.2.2-dev.96: digest: sha256:0a9e4de35c48bcb682f47799cb11ffa7e9fd603e3e8c0103a40cb79b628eac79 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:20:09.759Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:151af978cf25de30735135da97f91b1f15ae3e78-1.2.2-dev.96 [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:20:10.098Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:151af978cf25de30735135da97f91b1f15ae3e78-1.2.2-dev.96 [2020-10-26T16:20:10.098Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-26T16:20:10.098Z] 1fe03ca8108a: Preparing [2020-10-26T16:20:10.098Z] eb19df50fd53: Preparing [2020-10-26T16:20:10.098Z] 76a636210ebf: Preparing [2020-10-26T16:20:10.098Z] 8f9e7e752d1b: Preparing [2020-10-26T16:20:10.098Z] 3923c7a1d96e: Preparing [2020-10-26T16:20:10.098Z] 400b3e245109: Preparing [2020-10-26T16:20:10.098Z] 701d7371d05d: Preparing [2020-10-26T16:20:10.098Z] 52543ddb2901: Preparing [2020-10-26T16:20:10.098Z] 9f553b275599: Preparing [2020-10-26T16:20:10.098Z] 3a47579f0cd1: Preparing [2020-10-26T16:20:10.098Z] cd6d79ebbfb6: Preparing [2020-10-26T16:20:10.098Z] 3e7dc55cab04: Preparing [2020-10-26T16:20:10.098Z] b2e85fd0898f: Preparing [2020-10-26T16:20:10.098Z] cd3761cfa1d9: Preparing [2020-10-26T16:20:10.098Z] 400b3e245109: Waiting [2020-10-26T16:20:10.098Z] 701d7371d05d: Waiting [2020-10-26T16:20:10.098Z] 52543ddb2901: Waiting [2020-10-26T16:20:10.098Z] 9f553b275599: Waiting [2020-10-26T16:20:10.098Z] 3a47579f0cd1: Waiting [2020-10-26T16:20:10.098Z] cd6d79ebbfb6: Waiting [2020-10-26T16:20:10.098Z] 3e7dc55cab04: Waiting [2020-10-26T16:20:10.098Z] b2e85fd0898f: Waiting [2020-10-26T16:20:10.098Z] cd3761cfa1d9: Waiting [2020-10-26T16:20:10.368Z] 76a636210ebf: Layer already exists [2020-10-26T16:20:10.368Z] 8f9e7e752d1b: Layer already exists [2020-10-26T16:20:10.368Z] 400b3e245109: Layer already exists [2020-10-26T16:20:10.368Z] 1fe03ca8108a: Layer already exists [2020-10-26T16:20:10.368Z] 3923c7a1d96e: Layer already exists [2020-10-26T16:20:10.368Z] 701d7371d05d: Layer already exists [2020-10-26T16:20:10.368Z] eb19df50fd53: Layer already exists [2020-10-26T16:20:10.368Z] 3a47579f0cd1: Layer already exists [2020-10-26T16:20:10.368Z] 9f553b275599: Layer already exists [2020-10-26T16:20:10.368Z] cd6d79ebbfb6: Layer already exists [2020-10-26T16:20:10.368Z] 52543ddb2901: Layer already exists [2020-10-26T16:20:10.368Z] 3e7dc55cab04: Layer already exists [2020-10-26T16:20:10.368Z] b2e85fd0898f: Layer already exists [2020-10-26T16:20:10.368Z] cd3761cfa1d9: Layer already exists [2020-10-26T16:20:10.368Z] 151af978cf25de30735135da97f91b1f15ae3e78-1.2.2-dev.96: digest: sha256:0a9e4de35c48bcb682f47799cb11ffa7e9fd603e3e8c0103a40cb79b628eac79 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:20:10.712Z] + 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-26T16:20:11.051Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2020-10-26T16:20:11.051Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-26T16:20:11.051Z] 1fe03ca8108a: Preparing [2020-10-26T16:20:11.051Z] eb19df50fd53: Preparing [2020-10-26T16:20:11.051Z] 76a636210ebf: Preparing [2020-10-26T16:20:11.051Z] 8f9e7e752d1b: Preparing [2020-10-26T16:20:11.051Z] 3923c7a1d96e: Preparing [2020-10-26T16:20:11.051Z] 400b3e245109: Preparing [2020-10-26T16:20:11.051Z] 701d7371d05d: Preparing [2020-10-26T16:20:11.051Z] 52543ddb2901: Preparing [2020-10-26T16:20:11.051Z] 9f553b275599: Preparing [2020-10-26T16:20:11.051Z] 400b3e245109: Waiting [2020-10-26T16:20:11.051Z] 701d7371d05d: Waiting [2020-10-26T16:20:11.051Z] 52543ddb2901: Waiting [2020-10-26T16:20:11.051Z] 3a47579f0cd1: Preparing [2020-10-26T16:20:11.051Z] cd6d79ebbfb6: Preparing [2020-10-26T16:20:11.051Z] 3e7dc55cab04: Preparing [2020-10-26T16:20:11.051Z] b2e85fd0898f: Preparing [2020-10-26T16:20:11.051Z] cd3761cfa1d9: Preparing [2020-10-26T16:20:11.051Z] 9f553b275599: Waiting [2020-10-26T16:20:11.051Z] 3a47579f0cd1: Waiting [2020-10-26T16:20:11.051Z] b2e85fd0898f: Waiting [2020-10-26T16:20:11.051Z] cd6d79ebbfb6: Waiting [2020-10-26T16:20:11.051Z] cd3761cfa1d9: Waiting [2020-10-26T16:20:11.051Z] 3e7dc55cab04: Waiting [2020-10-26T16:20:11.324Z] 76a636210ebf: Layer already exists [2020-10-26T16:20:11.324Z] 3923c7a1d96e: Layer already exists [2020-10-26T16:20:11.324Z] 1fe03ca8108a: Layer already exists [2020-10-26T16:20:11.324Z] 8f9e7e752d1b: Layer already exists [2020-10-26T16:20:11.324Z] eb19df50fd53: Layer already exists [2020-10-26T16:20:11.324Z] 701d7371d05d: Layer already exists [2020-10-26T16:20:11.324Z] 400b3e245109: Layer already exists [2020-10-26T16:20:11.324Z] 3a47579f0cd1: Layer already exists [2020-10-26T16:20:11.324Z] 52543ddb2901: Layer already exists [2020-10-26T16:20:11.324Z] 9f553b275599: Layer already exists [2020-10-26T16:20:11.324Z] cd6d79ebbfb6: Layer already exists [2020-10-26T16:20:11.324Z] 3e7dc55cab04: Layer already exists [2020-10-26T16:20:11.324Z] cd3761cfa1d9: Layer already exists [2020-10-26T16:20:11.324Z] b2e85fd0898f: Layer already exists [2020-10-26T16:20:11.324Z] master: digest: sha256:0a9e4de35c48bcb682f47799cb11ffa7e9fd603e3e8c0103a40cb79b628eac79 size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-26T16:20:11.537Z] ===================================================== [Pipeline] echo [2020-10-26T16:20:11.589Z] taggedImages: [2020-10-26T16:20:11.589Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:151af978cf25de30735135da97f91b1f15ae3e78 [2020-10-26T16:20:11.589Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.96 [2020-10-26T16:20:11.589Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:151af978cf25de30735135da97f91b1f15ae3e78-1.2.2-dev.96 [2020-10-26T16:20:11.589Z] - 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-26T16:20:13.364Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-10-26T16:20:13.366Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-10-26T16:20:13.428Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:20:13.786Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-26T16:20:13.786Z] [2020-10-26T16:20:13.786Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:20:14.137Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-26T16:20:14.137Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-10-26T16:20:14.137Z] cbdbe7a5bc2a: Already exists [2020-10-26T16:20:14.137Z] 408f87550127: Pulling fs layer [2020-10-26T16:20:14.137Z] fe522b08c979: Pulling fs layer [2020-10-26T16:20:14.137Z] 221eaa008020: Pulling fs layer [2020-10-26T16:20:14.137Z] 2a4607e5d6b9: Pulling fs layer [2020-10-26T16:20:14.137Z] 8f79b27c4fd2: Pulling fs layer [2020-10-26T16:20:14.137Z] e5c8dbe1645b: Pulling fs layer [2020-10-26T16:20:14.137Z] 23e8b3b47431: Pulling fs layer [2020-10-26T16:20:14.137Z] 5c568d65a230: Pulling fs layer [2020-10-26T16:20:14.137Z] 2a4607e5d6b9: Waiting [2020-10-26T16:20:14.137Z] 8f79b27c4fd2: Waiting [2020-10-26T16:20:14.137Z] e5c8dbe1645b: Waiting [2020-10-26T16:20:14.137Z] 23e8b3b47431: Waiting [2020-10-26T16:20:14.137Z] 5c568d65a230: Waiting [2020-10-26T16:20:14.137Z] fe522b08c979: Verifying Checksum [2020-10-26T16:20:14.137Z] fe522b08c979: Download complete [2020-10-26T16:20:14.137Z] 2a4607e5d6b9: Verifying Checksum [2020-10-26T16:20:14.137Z] 2a4607e5d6b9: Download complete [2020-10-26T16:20:14.398Z] 8f79b27c4fd2: Verifying Checksum [2020-10-26T16:20:14.398Z] 8f79b27c4fd2: Download complete [2020-10-26T16:20:14.970Z] 408f87550127: Download complete [2020-10-26T16:20:14.970Z] 408f87550127: Pull complete [2020-10-26T16:20:15.230Z] fe522b08c979: Pull complete [2020-10-26T16:20:21.828Z] e5c8dbe1645b: Verifying Checksum [2020-10-26T16:20:21.828Z] e5c8dbe1645b: Download complete [2020-10-26T16:20:28.422Z] 5c568d65a230: Verifying Checksum [2020-10-26T16:20:28.422Z] 5c568d65a230: Download complete [2020-10-26T16:20:28.422Z] 23e8b3b47431: Verifying Checksum [2020-10-26T16:20:28.422Z] 23e8b3b47431: Download complete [2020-10-26T16:20:28.684Z] 221eaa008020: Verifying Checksum [2020-10-26T16:20:28.684Z] 221eaa008020: Download complete [2020-10-26T16:20:33.991Z] 221eaa008020: Pull complete [2020-10-26T16:20:33.991Z] 2a4607e5d6b9: Pull complete [2020-10-26T16:20:34.255Z] 8f79b27c4fd2: Pull complete [2020-10-26T16:20:38.494Z] e5c8dbe1645b: Pull complete [2020-10-26T16:20:43.790Z] 23e8b3b47431: Pull complete [2020-10-26T16:20:44.735Z] 5c568d65a230: Pull complete [2020-10-26T16:20:44.735Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-10-26T16:20:44.735Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-26T16:20:44.735Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-10-26T16:20:44.922Z] prd-centos7-docker-4c-2g-8911 does not seem to be running inside a container [2020-10-26T16:20:44.985Z] $ 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/212:/ws -w /ws --entrypoint= -w /w/workspace/edgex-go/212 -v /w/workspace/edgex-go/212:/w/workspace/edgex-go/212:rw,z -v /w/workspace/edgex-go/212@tmp:/w/workspace/edgex-go/212@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T16:20:46.257Z] $ docker top ba31a8d248ffbae4aec9c87456c963006edba90dbfbc4a2982b156c5b3a29888 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-26T16:20:46.868Z] + snyk monitor '--org=edgex-jenkins' [2020-10-26T16:21:05.005Z] [2020-10-26T16:21:05.005Z] Monitoring /w/workspace/edgex-go/212 (github.com/edgexfoundry/edgex-go)... [2020-10-26T16:21:05.005Z] [2020-10-26T16:21:05.005Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/a4dfe393-f66d-4292-b91a-72dbfdfee4b9 [2020-10-26T16:21:05.005Z] [2020-10-26T16:21:05.005Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-10-26T16:21:05.005Z] [2020-10-26T16:21:05.005Z] [2020-10-26T16:21:05.005Z] Snyk CLI supports Node.js 8 and higher. [2020-10-26T16:21:05.005Z] 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-26T16:21:05.005Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-10-26T16:21:05.005Z] [2020-10-26T16:21:05.005Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-10-26T16:21:05.005Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [2020-10-26T16:21:05.006Z] You have reached your monthly limit of 300 private tests for your edgex-jenkins org. [2020-10-26T16:21:05.006Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2020-10-26T16:21:05.022Z] $ docker stop --time=1 ba31a8d248ffbae4aec9c87456c963006edba90dbfbc4a2982b156c5b3a29888 [2020-10-26T16:21:08.087Z] $ docker rm -f ba31a8d248ffbae4aec9c87456c963006edba90dbfbc4a2982b156c5b3a29888 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:21:09.892Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-26T16:21:09.892Z] [2020-10-26T16:21:09.892Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:21:10.279Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-26T16:21:10.279Z] latest: Pulling from edgex-devops/edgex-klar [2020-10-26T16:21:10.279Z] e7c96db7181b: Pulling fs layer [2020-10-26T16:21:10.279Z] 1868ca2cb446: Pulling fs layer [2020-10-26T16:21:10.279Z] 136be5d0fe8e: Pulling fs layer [2020-10-26T16:21:10.279Z] 894bfe63afcb: Pulling fs layer [2020-10-26T16:21:10.279Z] 894bfe63afcb: Waiting [2020-10-26T16:21:10.279Z] 1868ca2cb446: Verifying Checksum [2020-10-26T16:21:10.279Z] 1868ca2cb446: Download complete [2020-10-26T16:21:10.279Z] 136be5d0fe8e: Verifying Checksum [2020-10-26T16:21:10.279Z] 136be5d0fe8e: Download complete [2020-10-26T16:21:10.279Z] e7c96db7181b: Verifying Checksum [2020-10-26T16:21:10.279Z] e7c96db7181b: Download complete [2020-10-26T16:21:10.541Z] 894bfe63afcb: Verifying Checksum [2020-10-26T16:21:10.541Z] 894bfe63afcb: Download complete [2020-10-26T16:21:10.802Z] e7c96db7181b: Pull complete [2020-10-26T16:21:10.802Z] 1868ca2cb446: Pull complete [2020-10-26T16:21:11.065Z] 136be5d0fe8e: Pull complete [2020-10-26T16:21:11.327Z] 894bfe63afcb: Pull complete [2020-10-26T16:21:11.327Z] Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 [2020-10-26T16:21:11.327Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-26T16:21:11.327Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer [2020-10-26T16:21:11.430Z] prd-centos7-docker-4c-2g-8911 does not seem to be running inside a container [2020-10-26T16:21:11.474Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/212 -v /w/workspace/edgex-go/212:/w/workspace/edgex-go/212:rw,z -v /w/workspace/edgex-go/212@tmp:/w/workspace/edgex-go/212@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T16:21:12.504Z] $ docker top baba7bcb3208cdbb70f16dda40b90c5c26c7472d68f0ac9be3576472fd40b4aa -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-26T16:21:13.053Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go:151af978cf25de30735135da97f91b1f15ae3e78 [2020-10-26T16:21:13.053Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-26T16:21:15.784Z] $ docker stop --time=1 baba7bcb3208cdbb70f16dda40b90c5c26c7472d68f0ac9be3576472fd40b4aa [2020-10-26T16:21:17.136Z] $ docker rm -f baba7bcb3208cdbb70f16dda40b90c5c26c7472d68f0ac9be3576472fd40b4aa [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:21:17.641Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-26T16:21:17.641Z] . [Pipeline] withDockerContainer [2020-10-26T16:21:17.744Z] prd-centos7-docker-4c-2g-8911 does not seem to be running inside a container [2020-10-26T16:21:17.793Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/212 -v /w/workspace/edgex-go/212:/w/workspace/edgex-go/212:rw,z -v /w/workspace/edgex-go/212@tmp:/w/workspace/edgex-go/212@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T16:21:18.478Z] $ docker top 43fc0de7a95592fbfd7bf40ce2b933c5647097e517de90b34cd5d6529ac54bcc -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-26T16:21:19.094Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go:151af978cf25de30735135da97f91b1f15ae3e78 [2020-10-26T16:21:19.094Z] + tee [2020-10-26T16:21:19.094Z] clair timeout 1m0s [2020-10-26T16:21:19.094Z] docker timeout: 1m0s [2020-10-26T16:21:19.094Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-26T16:21:19.787Z] $ docker stop --time=1 43fc0de7a95592fbfd7bf40ce2b933c5647097e517de90b34cd5d6529ac54bcc [2020-10-26T16:21:21.151Z] $ docker rm -f 43fc0de7a95592fbfd7bf40ce2b933c5647097e517de90b34cd5d6529ac54bcc [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-26T16:21:21.628Z] + mkdir -p /w/workspace/edgex-go/212/clair-reports [Pipeline] echo [2020-10-26T16:21:21.641Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/212/clair-reports/clair_results_docker-core-command-go_151af978cf25de30735135da97f91b1f15ae3e78.html [Pipeline] writeFile [Pipeline] step [2020-10-26T16:21:21.727Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:21:22.205Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-26T16:21:22.206Z] . [Pipeline] withDockerContainer [2020-10-26T16:21:22.302Z] prd-centos7-docker-4c-2g-8911 does not seem to be running inside a container [2020-10-26T16:21:22.345Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/212 -v /w/workspace/edgex-go/212:/w/workspace/edgex-go/212:rw,z -v /w/workspace/edgex-go/212@tmp:/w/workspace/edgex-go/212@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T16:21:23.039Z] $ docker top 59eb546509dbd7ea04381dd4a63dd2d255dd092103d1274f165a110b53b3f6f5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-26T16:21:23.577Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go:151af978cf25de30735135da97f91b1f15ae3e78 [2020-10-26T16:21:23.577Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-26T16:21:29.038Z] $ docker stop --time=1 59eb546509dbd7ea04381dd4a63dd2d255dd092103d1274f165a110b53b3f6f5 [2020-10-26T16:21:30.455Z] $ docker rm -f 59eb546509dbd7ea04381dd4a63dd2d255dd092103d1274f165a110b53b3f6f5 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:21:30.960Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-26T16:21:30.960Z] . [Pipeline] withDockerContainer [2020-10-26T16:21:31.062Z] prd-centos7-docker-4c-2g-8911 does not seem to be running inside a container [2020-10-26T16:21:31.110Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/212 -v /w/workspace/edgex-go/212:/w/workspace/edgex-go/212:rw,z -v /w/workspace/edgex-go/212@tmp:/w/workspace/edgex-go/212@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T16:21:31.776Z] $ docker top 16530cf5984c233fcc066bdaebdeb8d93a3e4cf9d3ebd9f6fbd283e8fd957ae7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-26T16:21:32.289Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go:151af978cf25de30735135da97f91b1f15ae3e78 [2020-10-26T16:21:32.289Z] + tee [2020-10-26T16:21:32.289Z] clair timeout 1m0s [2020-10-26T16:21:32.289Z] docker timeout: 1m0s [2020-10-26T16:21:32.289Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-26T16:21:33.399Z] $ docker stop --time=1 16530cf5984c233fcc066bdaebdeb8d93a3e4cf9d3ebd9f6fbd283e8fd957ae7 [2020-10-26T16:21:34.764Z] $ docker rm -f 16530cf5984c233fcc066bdaebdeb8d93a3e4cf9d3ebd9f6fbd283e8fd957ae7 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-26T16:21:35.222Z] + mkdir -p /w/workspace/edgex-go/212/clair-reports [Pipeline] echo [2020-10-26T16:21:35.235Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/212/clair-reports/clair_results_docker-core-data-go_151af978cf25de30735135da97f91b1f15ae3e78.html [Pipeline] writeFile [Pipeline] step [2020-10-26T16:21:35.290Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:21:36.867Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-26T16:21:36.867Z] . [Pipeline] withDockerContainer [2020-10-26T16:21:36.983Z] prd-centos7-docker-4c-2g-8911 does not seem to be running inside a container [2020-10-26T16:21:37.025Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/212 -v /w/workspace/edgex-go/212:/w/workspace/edgex-go/212:rw,z -v /w/workspace/edgex-go/212@tmp:/w/workspace/edgex-go/212@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T16:21:37.652Z] $ docker top cb65ff1a1e61cbeac3b13b7f91b99bf1d9b67b384cbb2979afc5bc035b284a6d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-26T16:21:38.210Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go:151af978cf25de30735135da97f91b1f15ae3e78 [2020-10-26T16:21:38.210Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-26T16:21:40.922Z] $ docker stop --time=1 cb65ff1a1e61cbeac3b13b7f91b99bf1d9b67b384cbb2979afc5bc035b284a6d [2020-10-26T16:21:42.309Z] $ docker rm -f cb65ff1a1e61cbeac3b13b7f91b99bf1d9b67b384cbb2979afc5bc035b284a6d [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:21:42.785Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-26T16:21:42.785Z] . [Pipeline] withDockerContainer [2020-10-26T16:21:42.891Z] prd-centos7-docker-4c-2g-8911 does not seem to be running inside a container [2020-10-26T16:21:42.937Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/212 -v /w/workspace/edgex-go/212:/w/workspace/edgex-go/212:rw,z -v /w/workspace/edgex-go/212@tmp:/w/workspace/edgex-go/212@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T16:21:43.618Z] $ docker top 519d2ee1d1cc2bcadabec7090bf52e90e18264c935a8fb93d1e519c96d5f64e7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-26T16:21:44.179Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go:151af978cf25de30735135da97f91b1f15ae3e78 [2020-10-26T16:21:44.179Z] + tee [2020-10-26T16:21:44.179Z] clair timeout 1m0s [2020-10-26T16:21:44.179Z] docker timeout: 1m0s [2020-10-26T16:21:44.179Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-26T16:21:44.885Z] $ docker stop --time=1 519d2ee1d1cc2bcadabec7090bf52e90e18264c935a8fb93d1e519c96d5f64e7 [2020-10-26T16:21:46.258Z] $ docker rm -f 519d2ee1d1cc2bcadabec7090bf52e90e18264c935a8fb93d1e519c96d5f64e7 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-26T16:21:46.758Z] + mkdir -p /w/workspace/edgex-go/212/clair-reports [Pipeline] echo [2020-10-26T16:21:46.785Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/212/clair-reports/clair_results_docker-core-metadata-go_151af978cf25de30735135da97f91b1f15ae3e78.html [Pipeline] writeFile [Pipeline] step [2020-10-26T16:21:46.844Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:21:47.191Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-26T16:21:47.191Z] . [Pipeline] withDockerContainer [2020-10-26T16:21:47.292Z] prd-centos7-docker-4c-2g-8911 does not seem to be running inside a container [2020-10-26T16:21:47.337Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/212 -v /w/workspace/edgex-go/212:/w/workspace/edgex-go/212:rw,z -v /w/workspace/edgex-go/212@tmp:/w/workspace/edgex-go/212@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T16:21:48.090Z] $ docker top c18b27c353ac5de1be9810ec3b97c19c8f09cd1e81a809b036cf6d236b3df878 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-26T16:21:48.656Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:151af978cf25de30735135da97f91b1f15ae3e78 [2020-10-26T16:21:48.656Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-26T16:21:54.126Z] $ docker stop --time=1 c18b27c353ac5de1be9810ec3b97c19c8f09cd1e81a809b036cf6d236b3df878 [2020-10-26T16:21:55.514Z] $ docker rm -f c18b27c353ac5de1be9810ec3b97c19c8f09cd1e81a809b036cf6d236b3df878 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:21:56.022Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-26T16:21:56.022Z] . [Pipeline] withDockerContainer [2020-10-26T16:21:56.126Z] prd-centos7-docker-4c-2g-8911 does not seem to be running inside a container [2020-10-26T16:21:56.172Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/212 -v /w/workspace/edgex-go/212:/w/workspace/edgex-go/212:rw,z -v /w/workspace/edgex-go/212@tmp:/w/workspace/edgex-go/212@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T16:21:56.848Z] $ docker top 251bc896cd9f04928ba1f9d4322c66dca5b7fe2f017c83b161a0d27c4686116c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-26T16:21:57.423Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:151af978cf25de30735135da97f91b1f15ae3e78 [2020-10-26T16:21:57.423Z] + tee [2020-10-26T16:21:57.423Z] clair timeout 1m0s [2020-10-26T16:21:57.423Z] docker timeout: 1m0s [2020-10-26T16:21:57.423Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-26T16:21:58.481Z] $ docker stop --time=1 251bc896cd9f04928ba1f9d4322c66dca5b7fe2f017c83b161a0d27c4686116c [2020-10-26T16:21:59.830Z] $ docker rm -f 251bc896cd9f04928ba1f9d4322c66dca5b7fe2f017c83b161a0d27c4686116c [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-26T16:22:00.435Z] + mkdir -p /w/workspace/edgex-go/212/clair-reports [Pipeline] echo [2020-10-26T16:22:00.448Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/212/clair-reports/clair_results_docker-security-proxy-setup-go_151af978cf25de30735135da97f91b1f15ae3e78.html [Pipeline] writeFile [Pipeline] step [2020-10-26T16:22:00.509Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:22:00.859Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-26T16:22:00.859Z] . [Pipeline] withDockerContainer [2020-10-26T16:22:00.987Z] prd-centos7-docker-4c-2g-8911 does not seem to be running inside a container [2020-10-26T16:22:01.038Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/212 -v /w/workspace/edgex-go/212:/w/workspace/edgex-go/212:rw,z -v /w/workspace/edgex-go/212@tmp:/w/workspace/edgex-go/212@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T16:22:01.683Z] $ docker top da6d39b69582aee82c9246ecadeac2284367df86f83e28ac30b4c2c4f90835cd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-26T16:22:02.234Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:151af978cf25de30735135da97f91b1f15ae3e78 [2020-10-26T16:22:02.235Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-26T16:22:09.022Z] $ docker stop --time=1 da6d39b69582aee82c9246ecadeac2284367df86f83e28ac30b4c2c4f90835cd [2020-10-26T16:22:10.401Z] $ docker rm -f da6d39b69582aee82c9246ecadeac2284367df86f83e28ac30b4c2c4f90835cd [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:22:10.905Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-26T16:22:10.905Z] . [Pipeline] withDockerContainer [2020-10-26T16:22:11.007Z] prd-centos7-docker-4c-2g-8911 does not seem to be running inside a container [2020-10-26T16:22:11.051Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/212 -v /w/workspace/edgex-go/212:/w/workspace/edgex-go/212:rw,z -v /w/workspace/edgex-go/212@tmp:/w/workspace/edgex-go/212@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T16:22:11.722Z] $ docker top e7573bc66d2fad7fc337ac2c34b8fbdbe77dec6b935863f338ad4e78d6baf291 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-26T16:22:12.281Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:151af978cf25de30735135da97f91b1f15ae3e78 [2020-10-26T16:22:12.281Z] + tee [2020-10-26T16:22:12.281Z] clair timeout 1m0s [2020-10-26T16:22:12.281Z] docker timeout: 1m0s [2020-10-26T16:22:12.281Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-26T16:22:13.799Z] $ docker stop --time=1 e7573bc66d2fad7fc337ac2c34b8fbdbe77dec6b935863f338ad4e78d6baf291 [2020-10-26T16:22:15.165Z] $ docker rm -f e7573bc66d2fad7fc337ac2c34b8fbdbe77dec6b935863f338ad4e78d6baf291 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-26T16:22:15.645Z] + mkdir -p /w/workspace/edgex-go/212/clair-reports [Pipeline] echo [2020-10-26T16:22:15.659Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/212/clair-reports/clair_results_docker-security-secrets-setup-go_151af978cf25de30735135da97f91b1f15ae3e78.html [Pipeline] writeFile [Pipeline] step [2020-10-26T16:22:15.752Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:22:16.098Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-26T16:22:16.099Z] . [Pipeline] withDockerContainer [2020-10-26T16:22:16.194Z] prd-centos7-docker-4c-2g-8911 does not seem to be running inside a container [2020-10-26T16:22:16.238Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/212 -v /w/workspace/edgex-go/212:/w/workspace/edgex-go/212:rw,z -v /w/workspace/edgex-go/212@tmp:/w/workspace/edgex-go/212@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T16:22:16.920Z] $ docker top 7ff30264d05cc15e9f652e04f1029523b3feca3b8bd67b4a0093950cfdc4e70d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-26T16:22:17.479Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:151af978cf25de30735135da97f91b1f15ae3e78 [2020-10-26T16:22:17.480Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-26T16:22:25.884Z] $ docker stop --time=1 7ff30264d05cc15e9f652e04f1029523b3feca3b8bd67b4a0093950cfdc4e70d [2020-10-26T16:22:27.245Z] $ docker rm -f 7ff30264d05cc15e9f652e04f1029523b3feca3b8bd67b4a0093950cfdc4e70d [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:22:27.721Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-26T16:22:27.721Z] . [Pipeline] withDockerContainer [2020-10-26T16:22:27.823Z] prd-centos7-docker-4c-2g-8911 does not seem to be running inside a container [2020-10-26T16:22:27.993Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/212 -v /w/workspace/edgex-go/212:/w/workspace/edgex-go/212:rw,z -v /w/workspace/edgex-go/212@tmp:/w/workspace/edgex-go/212@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T16:22:28.635Z] $ docker top acb04069265f98638ead1af26ac5c23f0ee30ea972a7648aa616feef97ad140d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-26T16:22:29.222Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:151af978cf25de30735135da97f91b1f15ae3e78 [2020-10-26T16:22:29.222Z] + tee [2020-10-26T16:22:29.222Z] clair timeout 1m0s [2020-10-26T16:22:29.222Z] docker timeout: 1m0s [2020-10-26T16:22:29.222Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-26T16:22:30.729Z] $ docker stop --time=1 acb04069265f98638ead1af26ac5c23f0ee30ea972a7648aa616feef97ad140d [2020-10-26T16:22:32.096Z] $ docker rm -f acb04069265f98638ead1af26ac5c23f0ee30ea972a7648aa616feef97ad140d [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-26T16:22:32.590Z] + mkdir -p /w/workspace/edgex-go/212/clair-reports [Pipeline] echo [2020-10-26T16:22:32.606Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/212/clair-reports/clair_results_docker-security-secretstore-setup-go_151af978cf25de30735135da97f91b1f15ae3e78.html [Pipeline] writeFile [Pipeline] step [2020-10-26T16:22:32.660Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:22:33.002Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-26T16:22:33.002Z] . [Pipeline] withDockerContainer [2020-10-26T16:22:33.104Z] prd-centos7-docker-4c-2g-8911 does not seem to be running inside a container [2020-10-26T16:22:33.150Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/212 -v /w/workspace/edgex-go/212:/w/workspace/edgex-go/212:rw,z -v /w/workspace/edgex-go/212@tmp:/w/workspace/edgex-go/212@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T16:22:33.820Z] $ docker top cb527089a23561ab813684cc11ca4283ce6abe1772c6c7efcc0e67ced1aea0ae -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-26T16:22:34.356Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go:151af978cf25de30735135da97f91b1f15ae3e78 [2020-10-26T16:22:34.356Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-26T16:22:37.813Z] $ docker stop --time=1 cb527089a23561ab813684cc11ca4283ce6abe1772c6c7efcc0e67ced1aea0ae [2020-10-26T16:22:39.173Z] $ docker rm -f cb527089a23561ab813684cc11ca4283ce6abe1772c6c7efcc0e67ced1aea0ae [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:22:39.684Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-26T16:22:39.684Z] . [Pipeline] withDockerContainer [2020-10-26T16:22:39.808Z] prd-centos7-docker-4c-2g-8911 does not seem to be running inside a container [2020-10-26T16:22:39.852Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/212 -v /w/workspace/edgex-go/212:/w/workspace/edgex-go/212:rw,z -v /w/workspace/edgex-go/212@tmp:/w/workspace/edgex-go/212@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T16:22:40.556Z] $ docker top 40b52a0daabf1db55abdff53bf2966b302de4c939adbe74460087868aad60706 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-26T16:22:41.097Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go:151af978cf25de30735135da97f91b1f15ae3e78 [2020-10-26T16:22:41.097Z] + tee [2020-10-26T16:22:41.097Z] clair timeout 1m0s [2020-10-26T16:22:41.097Z] docker timeout: 1m0s [2020-10-26T16:22:41.097Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-26T16:22:41.828Z] $ docker stop --time=1 40b52a0daabf1db55abdff53bf2966b302de4c939adbe74460087868aad60706 [2020-10-26T16:22:43.196Z] $ docker rm -f 40b52a0daabf1db55abdff53bf2966b302de4c939adbe74460087868aad60706 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-26T16:22:43.712Z] + mkdir -p /w/workspace/edgex-go/212/clair-reports [Pipeline] echo [2020-10-26T16:22:43.728Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/212/clair-reports/clair_results_docker-support-logging-go_151af978cf25de30735135da97f91b1f15ae3e78.html [Pipeline] writeFile [Pipeline] step [2020-10-26T16:22:43.787Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:22:44.131Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-26T16:22:44.131Z] . [Pipeline] withDockerContainer [2020-10-26T16:22:44.240Z] prd-centos7-docker-4c-2g-8911 does not seem to be running inside a container [2020-10-26T16:22:44.287Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/212 -v /w/workspace/edgex-go/212:/w/workspace/edgex-go/212:rw,z -v /w/workspace/edgex-go/212@tmp:/w/workspace/edgex-go/212@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T16:22:44.958Z] $ docker top 08445117d7a7da9ac9807e956037ceafa00d4e06aebd3068f0c1efa32fae2bb6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-26T16:22:45.518Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go:151af978cf25de30735135da97f91b1f15ae3e78 [2020-10-26T16:22:45.518Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-26T16:22:51.009Z] $ docker stop --time=1 08445117d7a7da9ac9807e956037ceafa00d4e06aebd3068f0c1efa32fae2bb6 [2020-10-26T16:22:52.383Z] $ docker rm -f 08445117d7a7da9ac9807e956037ceafa00d4e06aebd3068f0c1efa32fae2bb6 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:22:52.886Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-26T16:22:52.886Z] . [Pipeline] withDockerContainer [2020-10-26T16:22:52.990Z] prd-centos7-docker-4c-2g-8911 does not seem to be running inside a container [2020-10-26T16:22:53.035Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/212 -v /w/workspace/edgex-go/212:/w/workspace/edgex-go/212:rw,z -v /w/workspace/edgex-go/212@tmp:/w/workspace/edgex-go/212@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T16:22:53.756Z] $ docker top 20f943032c9f110b2bce654cb9e0dbd1f0ce4a4a0c284fd73008f808d6cddd52 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-26T16:22:54.623Z] + + tee/klar [2020-10-26T16:22:54.623Z] nexus3.edgexfoundry.org:10004/docker-support-notifications-go:151af978cf25de30735135da97f91b1f15ae3e78 [2020-10-26T16:22:54.623Z] clair timeout 1m0s [2020-10-26T16:22:54.623Z] docker timeout: 1m0s [2020-10-26T16:22:54.623Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-26T16:22:55.665Z] $ docker stop --time=1 20f943032c9f110b2bce654cb9e0dbd1f0ce4a4a0c284fd73008f808d6cddd52 [2020-10-26T16:22:57.048Z] $ docker rm -f 20f943032c9f110b2bce654cb9e0dbd1f0ce4a4a0c284fd73008f808d6cddd52 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-26T16:22:57.515Z] + mkdir -p /w/workspace/edgex-go/212/clair-reports [Pipeline] echo [2020-10-26T16:22:57.528Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/212/clair-reports/clair_results_docker-support-notifications-go_151af978cf25de30735135da97f91b1f15ae3e78.html [Pipeline] writeFile [Pipeline] step [2020-10-26T16:22:57.592Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:22:58.086Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-26T16:22:58.086Z] . [Pipeline] withDockerContainer [2020-10-26T16:22:58.198Z] prd-centos7-docker-4c-2g-8911 does not seem to be running inside a container [2020-10-26T16:22:58.244Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/212 -v /w/workspace/edgex-go/212:/w/workspace/edgex-go/212:rw,z -v /w/workspace/edgex-go/212@tmp:/w/workspace/edgex-go/212@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T16:22:58.943Z] $ docker top 4290b5e1c8e9387916d7541bcb198da844178678f8b051c0df7660035f4a7868 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-26T16:22:59.471Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:151af978cf25de30735135da97f91b1f15ae3e78 [2020-10-26T16:22:59.471Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-26T16:23:02.268Z] $ docker stop --time=1 4290b5e1c8e9387916d7541bcb198da844178678f8b051c0df7660035f4a7868 [2020-10-26T16:23:03.648Z] $ docker rm -f 4290b5e1c8e9387916d7541bcb198da844178678f8b051c0df7660035f4a7868 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:23:04.142Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-26T16:23:04.143Z] . [Pipeline] withDockerContainer [2020-10-26T16:23:04.243Z] prd-centos7-docker-4c-2g-8911 does not seem to be running inside a container [2020-10-26T16:23:04.288Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/212 -v /w/workspace/edgex-go/212:/w/workspace/edgex-go/212:rw,z -v /w/workspace/edgex-go/212@tmp:/w/workspace/edgex-go/212@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T16:23:04.975Z] $ docker top 0fd15b4d83df567debaf8d42f8670aa611ba58d85079c1418dae63002d5ec92d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-26T16:23:05.500Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:151af978cf25de30735135da97f91b1f15ae3e78 [2020-10-26T16:23:05.500Z] + tee [2020-10-26T16:23:05.500Z] clair timeout 1m0s [2020-10-26T16:23:05.500Z] docker timeout: 1m0s [2020-10-26T16:23:05.500Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-26T16:23:06.170Z] $ docker stop --time=1 0fd15b4d83df567debaf8d42f8670aa611ba58d85079c1418dae63002d5ec92d [2020-10-26T16:23:07.528Z] $ docker rm -f 0fd15b4d83df567debaf8d42f8670aa611ba58d85079c1418dae63002d5ec92d [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-26T16:23:07.995Z] + mkdir -p /w/workspace/edgex-go/212/clair-reports [Pipeline] echo [2020-10-26T16:23:08.007Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/212/clair-reports/clair_results_docker-support-scheduler-go_151af978cf25de30735135da97f91b1f15ae3e78.html [Pipeline] writeFile [Pipeline] step [2020-10-26T16:23:08.059Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:23:08.439Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-26T16:23:08.439Z] . [Pipeline] withDockerContainer [2020-10-26T16:23:08.542Z] prd-centos7-docker-4c-2g-8911 does not seem to be running inside a container [2020-10-26T16:23:08.590Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/212 -v /w/workspace/edgex-go/212:/w/workspace/edgex-go/212:rw,z -v /w/workspace/edgex-go/212@tmp:/w/workspace/edgex-go/212@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T16:23:09.239Z] $ docker top 2b3f94ed76552443a861e2526367af8e5293424dd49f46b0060bd2c645776e7b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-26T16:23:09.784Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:151af978cf25de30735135da97f91b1f15ae3e78 [2020-10-26T16:23:09.784Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-26T16:23:24.955Z] $ docker stop --time=1 2b3f94ed76552443a861e2526367af8e5293424dd49f46b0060bd2c645776e7b [2020-10-26T16:23:26.384Z] $ docker rm -f 2b3f94ed76552443a861e2526367af8e5293424dd49f46b0060bd2c645776e7b [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:23:26.896Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-26T16:23:26.896Z] . [Pipeline] withDockerContainer [2020-10-26T16:23:27.018Z] prd-centos7-docker-4c-2g-8911 does not seem to be running inside a container [2020-10-26T16:23:27.081Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/212 -v /w/workspace/edgex-go/212:/w/workspace/edgex-go/212:rw,z -v /w/workspace/edgex-go/212@tmp:/w/workspace/edgex-go/212@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T16:23:27.707Z] $ docker top 155bd85ebe593f1a57ea7fc1190df9714460e62644e6431aaef56f7564841f7c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-26T16:23:28.269Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:151af978cf25de30735135da97f91b1f15ae3e78 [2020-10-26T16:23:28.269Z] + tee [2020-10-26T16:23:28.269Z] clair timeout 1m0s [2020-10-26T16:23:28.269Z] docker timeout: 1m0s [2020-10-26T16:23:28.269Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-26T16:23:29.822Z] $ docker stop --time=1 155bd85ebe593f1a57ea7fc1190df9714460e62644e6431aaef56f7564841f7c [2020-10-26T16:23:31.181Z] $ docker rm -f 155bd85ebe593f1a57ea7fc1190df9714460e62644e6431aaef56f7564841f7c [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-26T16:23:31.695Z] + mkdir -p /w/workspace/edgex-go/212/clair-reports [Pipeline] echo [2020-10-26T16:23:31.711Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/212/clair-reports/clair_results_docker-sys-mgmt-agent-go_151af978cf25de30735135da97f91b1f15ae3e78.html [Pipeline] writeFile [Pipeline] step [2020-10-26T16:23:31.779Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:23:32.152Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-26T16:23:32.152Z] . [Pipeline] withDockerContainer [2020-10-26T16:23:32.263Z] prd-centos7-docker-4c-2g-8911 does not seem to be running inside a container [2020-10-26T16:23:32.322Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/212 -v /w/workspace/edgex-go/212:/w/workspace/edgex-go/212:rw,z -v /w/workspace/edgex-go/212@tmp:/w/workspace/edgex-go/212@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T16:23:33.045Z] $ docker top 8d5c6a92abfad7764bd66f44d0d996688b29a31f62363dbb62f40b1009571066 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-26T16:23:33.834Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:151af978cf25de30735135da97f91b1f15ae3e78 [2020-10-26T16:23:33.834Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-26T16:23:36.598Z] $ docker stop --time=1 8d5c6a92abfad7764bd66f44d0d996688b29a31f62363dbb62f40b1009571066 [2020-10-26T16:23:37.934Z] $ docker rm -f 8d5c6a92abfad7764bd66f44d0d996688b29a31f62363dbb62f40b1009571066 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:23:38.422Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-26T16:23:38.422Z] . [Pipeline] withDockerContainer [2020-10-26T16:23:38.521Z] prd-centos7-docker-4c-2g-8911 does not seem to be running inside a container [2020-10-26T16:23:38.571Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/212 -v /w/workspace/edgex-go/212:/w/workspace/edgex-go/212:rw,z -v /w/workspace/edgex-go/212@tmp:/w/workspace/edgex-go/212@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T16:23:39.209Z] $ docker top 9c8d2b9b554587bf235bb745381ece1c5b7868548622c2aece845509f731274d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-26T16:23:39.745Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:151af978cf25de30735135da97f91b1f15ae3e78 [2020-10-26T16:23:39.745Z] + tee [2020-10-26T16:23:39.745Z] clair timeout 1m0s [2020-10-26T16:23:39.745Z] docker timeout: 1m0s [2020-10-26T16:23:39.745Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-26T16:23:40.439Z] $ docker stop --time=1 9c8d2b9b554587bf235bb745381ece1c5b7868548622c2aece845509f731274d [2020-10-26T16:23:41.828Z] $ docker rm -f 9c8d2b9b554587bf235bb745381ece1c5b7868548622c2aece845509f731274d [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-26T16:23:42.312Z] + mkdir -p /w/workspace/edgex-go/212/clair-reports [Pipeline] echo [2020-10-26T16:23:42.325Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/212/clair-reports/clair_results_docker-core-command-go-arm64_151af978cf25de30735135da97f91b1f15ae3e78.html [Pipeline] writeFile [Pipeline] step [2020-10-26T16:23:42.394Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:23:42.778Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-26T16:23:42.778Z] . [Pipeline] withDockerContainer [2020-10-26T16:23:42.896Z] prd-centos7-docker-4c-2g-8911 does not seem to be running inside a container [2020-10-26T16:23:42.979Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/212 -v /w/workspace/edgex-go/212:/w/workspace/edgex-go/212:rw,z -v /w/workspace/edgex-go/212@tmp:/w/workspace/edgex-go/212@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T16:23:43.645Z] $ docker top f4b6b409e8de2b69c2e2f8122edb868b30fc5bb130bd00f829fb7768ec7029ed -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-26T16:23:44.300Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:151af978cf25de30735135da97f91b1f15ae3e78 [2020-10-26T16:23:44.300Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-26T16:23:49.930Z] $ docker stop --time=1 f4b6b409e8de2b69c2e2f8122edb868b30fc5bb130bd00f829fb7768ec7029ed [2020-10-26T16:23:51.343Z] $ docker rm -f f4b6b409e8de2b69c2e2f8122edb868b30fc5bb130bd00f829fb7768ec7029ed [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:23:51.875Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-26T16:23:51.875Z] . [Pipeline] withDockerContainer [2020-10-26T16:23:52.013Z] prd-centos7-docker-4c-2g-8911 does not seem to be running inside a container [2020-10-26T16:23:52.096Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/212 -v /w/workspace/edgex-go/212:/w/workspace/edgex-go/212:rw,z -v /w/workspace/edgex-go/212@tmp:/w/workspace/edgex-go/212@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T16:23:52.768Z] $ docker top af1b52046d59736ca3f202e17cc682113d7970a942ce9cfe6a816b89ef744b80 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-26T16:23:53.303Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:151af978cf25de30735135da97f91b1f15ae3e78 [2020-10-26T16:23:53.303Z] + tee [2020-10-26T16:23:53.303Z] clair timeout 1m0s [2020-10-26T16:23:53.303Z] docker timeout: 1m0s [2020-10-26T16:23:53.303Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-26T16:23:54.417Z] $ docker stop --time=1 af1b52046d59736ca3f202e17cc682113d7970a942ce9cfe6a816b89ef744b80 [2020-10-26T16:23:55.846Z] $ docker rm -f af1b52046d59736ca3f202e17cc682113d7970a942ce9cfe6a816b89ef744b80 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-26T16:23:56.366Z] + mkdir -p /w/workspace/edgex-go/212/clair-reports [Pipeline] echo [2020-10-26T16:23:56.382Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/212/clair-reports/clair_results_docker-core-data-go-arm64_151af978cf25de30735135da97f91b1f15ae3e78.html [Pipeline] writeFile [Pipeline] step [2020-10-26T16:23:56.440Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:23:56.805Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-26T16:23:56.805Z] . [Pipeline] withDockerContainer [2020-10-26T16:23:56.909Z] prd-centos7-docker-4c-2g-8911 does not seem to be running inside a container [2020-10-26T16:23:57.001Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/212 -v /w/workspace/edgex-go/212:/w/workspace/edgex-go/212:rw,z -v /w/workspace/edgex-go/212@tmp:/w/workspace/edgex-go/212@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T16:23:57.667Z] $ docker top 455fb794fa4407ca5b49f6de0c0bc18c992ad608861e6160c1f4ea946beec330 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-26T16:23:58.213Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:151af978cf25de30735135da97f91b1f15ae3e78 [2020-10-26T16:23:58.213Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-26T16:24:00.971Z] $ docker stop --time=1 455fb794fa4407ca5b49f6de0c0bc18c992ad608861e6160c1f4ea946beec330 [2020-10-26T16:24:02.360Z] $ docker rm -f 455fb794fa4407ca5b49f6de0c0bc18c992ad608861e6160c1f4ea946beec330 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:24:02.856Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-26T16:24:02.856Z] . [Pipeline] withDockerContainer [2020-10-26T16:24:02.952Z] prd-centos7-docker-4c-2g-8911 does not seem to be running inside a container [2020-10-26T16:24:02.999Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/212 -v /w/workspace/edgex-go/212:/w/workspace/edgex-go/212:rw,z -v /w/workspace/edgex-go/212@tmp:/w/workspace/edgex-go/212@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T16:24:03.706Z] $ docker top 1006338d13b548f60833a6b64de9b9d4a74689fd84a9335b0ef269edb85543d0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-26T16:24:04.288Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:151af978cf25de30735135da97f91b1f15ae3e78 [2020-10-26T16:24:04.288Z] + tee [2020-10-26T16:24:04.288Z] clair timeout 1m0s [2020-10-26T16:24:04.288Z] docker timeout: 1m0s [2020-10-26T16:24:04.288Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-26T16:24:04.990Z] $ docker stop --time=1 1006338d13b548f60833a6b64de9b9d4a74689fd84a9335b0ef269edb85543d0 [2020-10-26T16:24:06.354Z] $ docker rm -f 1006338d13b548f60833a6b64de9b9d4a74689fd84a9335b0ef269edb85543d0 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-26T16:24:06.817Z] + mkdir -p /w/workspace/edgex-go/212/clair-reports [Pipeline] echo [2020-10-26T16:24:06.836Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/212/clair-reports/clair_results_docker-core-metadata-go-arm64_151af978cf25de30735135da97f91b1f15ae3e78.html [Pipeline] writeFile [Pipeline] step [2020-10-26T16:24:06.960Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:24:07.297Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-26T16:24:07.297Z] . [Pipeline] withDockerContainer [2020-10-26T16:24:07.394Z] prd-centos7-docker-4c-2g-8911 does not seem to be running inside a container [2020-10-26T16:24:07.436Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/212 -v /w/workspace/edgex-go/212:/w/workspace/edgex-go/212:rw,z -v /w/workspace/edgex-go/212@tmp:/w/workspace/edgex-go/212@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T16:24:08.156Z] $ docker top d5daabbb0e51c338990374042a58ca93617ba8529b06e1c146a0019a58761984 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-26T16:24:08.709Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:151af978cf25de30735135da97f91b1f15ae3e78 [2020-10-26T16:24:08.709Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-26T16:24:13.085Z] $ docker stop --time=1 d5daabbb0e51c338990374042a58ca93617ba8529b06e1c146a0019a58761984 [2020-10-26T16:24:14.437Z] $ docker rm -f d5daabbb0e51c338990374042a58ca93617ba8529b06e1c146a0019a58761984 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:24:14.937Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-26T16:24:14.937Z] . [Pipeline] withDockerContainer [2020-10-26T16:24:15.056Z] prd-centos7-docker-4c-2g-8911 does not seem to be running inside a container [2020-10-26T16:24:15.114Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/212 -v /w/workspace/edgex-go/212:/w/workspace/edgex-go/212:rw,z -v /w/workspace/edgex-go/212@tmp:/w/workspace/edgex-go/212@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T16:24:15.784Z] $ docker top 174dc0a0c02cab6bc5b1c21c3c0eef71fe33a5fb80c02bf8996833ce98a3bce7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-26T16:24:16.356Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:151af978cf25de30735135da97f91b1f15ae3e78 [2020-10-26T16:24:16.356Z] + tee [2020-10-26T16:24:16.356Z] clair timeout 1m0s [2020-10-26T16:24:16.356Z] docker timeout: 1m0s [2020-10-26T16:24:16.356Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-26T16:24:17.404Z] $ docker stop --time=1 174dc0a0c02cab6bc5b1c21c3c0eef71fe33a5fb80c02bf8996833ce98a3bce7 [2020-10-26T16:24:18.759Z] $ docker rm -f 174dc0a0c02cab6bc5b1c21c3c0eef71fe33a5fb80c02bf8996833ce98a3bce7 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-26T16:24:19.215Z] + mkdir -p /w/workspace/edgex-go/212/clair-reports [Pipeline] echo [2020-10-26T16:24:19.228Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/212/clair-reports/clair_results_docker-security-proxy-setup-go-arm64_151af978cf25de30735135da97f91b1f15ae3e78.html [Pipeline] writeFile [Pipeline] step [2020-10-26T16:24:19.282Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:24:19.621Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-26T16:24:19.621Z] . [Pipeline] withDockerContainer [2020-10-26T16:24:19.725Z] prd-centos7-docker-4c-2g-8911 does not seem to be running inside a container [2020-10-26T16:24:19.781Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/212 -v /w/workspace/edgex-go/212:/w/workspace/edgex-go/212:rw,z -v /w/workspace/edgex-go/212@tmp:/w/workspace/edgex-go/212@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T16:24:20.432Z] $ docker top fd8c43a647a971b5cbbade9774673ee06fa6538993d27ae18c5a624a62f7fa9a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-26T16:24:20.955Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:151af978cf25de30735135da97f91b1f15ae3e78 [2020-10-26T16:24:20.955Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-26T16:24:27.690Z] $ docker stop --time=1 fd8c43a647a971b5cbbade9774673ee06fa6538993d27ae18c5a624a62f7fa9a [2020-10-26T16:24:29.059Z] $ docker rm -f fd8c43a647a971b5cbbade9774673ee06fa6538993d27ae18c5a624a62f7fa9a [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:24:29.601Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-26T16:24:29.601Z] . [Pipeline] withDockerContainer [2020-10-26T16:24:29.706Z] prd-centos7-docker-4c-2g-8911 does not seem to be running inside a container [2020-10-26T16:24:29.753Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/212 -v /w/workspace/edgex-go/212:/w/workspace/edgex-go/212:rw,z -v /w/workspace/edgex-go/212@tmp:/w/workspace/edgex-go/212@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T16:24:30.489Z] $ docker top 52fd386cc9e1a95d179cd5d4b68a4d69803e1865100fcd6076da58cd9ed7570f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-26T16:24:31.006Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:151af978cf25de30735135da97f91b1f15ae3e78 [2020-10-26T16:24:31.006Z] + tee [2020-10-26T16:24:31.006Z] clair timeout 1m0s [2020-10-26T16:24:31.006Z] docker timeout: 1m0s [2020-10-26T16:24:31.006Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-26T16:24:32.497Z] $ docker stop --time=1 52fd386cc9e1a95d179cd5d4b68a4d69803e1865100fcd6076da58cd9ed7570f [2020-10-26T16:24:33.856Z] $ docker rm -f 52fd386cc9e1a95d179cd5d4b68a4d69803e1865100fcd6076da58cd9ed7570f [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-26T16:24:34.337Z] + mkdir -p /w/workspace/edgex-go/212/clair-reports [Pipeline] echo [2020-10-26T16:24:34.351Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/212/clair-reports/clair_results_docker-security-secrets-setup-go-arm64_151af978cf25de30735135da97f91b1f15ae3e78.html [Pipeline] writeFile [Pipeline] step [2020-10-26T16:24:34.408Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:24:34.757Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-26T16:24:34.757Z] . [Pipeline] withDockerContainer [2020-10-26T16:24:34.857Z] prd-centos7-docker-4c-2g-8911 does not seem to be running inside a container [2020-10-26T16:24:34.899Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/212 -v /w/workspace/edgex-go/212:/w/workspace/edgex-go/212:rw,z -v /w/workspace/edgex-go/212@tmp:/w/workspace/edgex-go/212@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T16:24:35.506Z] $ docker top 11d2521c9082a9b4a18fca067523980d56b7d1c1fa3735ce5e9a3bd4446fe3b7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-26T16:24:36.025Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:151af978cf25de30735135da97f91b1f15ae3e78 [2020-10-26T16:24:36.025Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-26T16:24:44.326Z] $ docker stop --time=1 11d2521c9082a9b4a18fca067523980d56b7d1c1fa3735ce5e9a3bd4446fe3b7 [2020-10-26T16:24:45.677Z] $ docker rm -f 11d2521c9082a9b4a18fca067523980d56b7d1c1fa3735ce5e9a3bd4446fe3b7 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:24:46.124Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-26T16:24:46.125Z] . [Pipeline] withDockerContainer [2020-10-26T16:24:46.246Z] prd-centos7-docker-4c-2g-8911 does not seem to be running inside a container [2020-10-26T16:24:46.291Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/212 -v /w/workspace/edgex-go/212:/w/workspace/edgex-go/212:rw,z -v /w/workspace/edgex-go/212@tmp:/w/workspace/edgex-go/212@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T16:24:46.929Z] $ docker top 6bae42ac9270722a54f47eef9d2a43919bf28806335f76140859aef263eedb12 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-26T16:24:47.480Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:151af978cf25de30735135da97f91b1f15ae3e78 [2020-10-26T16:24:47.480Z] + tee [2020-10-26T16:24:47.480Z] clair timeout 1m0s [2020-10-26T16:24:47.480Z] docker timeout: 1m0s [2020-10-26T16:24:47.481Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-26T16:24:49.098Z] $ docker stop --time=1 6bae42ac9270722a54f47eef9d2a43919bf28806335f76140859aef263eedb12 [2020-10-26T16:24:50.444Z] $ docker rm -f 6bae42ac9270722a54f47eef9d2a43919bf28806335f76140859aef263eedb12 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-26T16:24:50.919Z] + mkdir -p /w/workspace/edgex-go/212/clair-reports [Pipeline] echo [2020-10-26T16:24:50.933Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/212/clair-reports/clair_results_docker-security-secretstore-setup-go-arm64_151af978cf25de30735135da97f91b1f15ae3e78.html [Pipeline] writeFile [Pipeline] step [2020-10-26T16:24:50.985Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:24:51.321Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-26T16:24:51.321Z] . [Pipeline] withDockerContainer [2020-10-26T16:24:51.422Z] prd-centos7-docker-4c-2g-8911 does not seem to be running inside a container [2020-10-26T16:24:51.464Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/212 -v /w/workspace/edgex-go/212:/w/workspace/edgex-go/212:rw,z -v /w/workspace/edgex-go/212@tmp:/w/workspace/edgex-go/212@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T16:24:52.093Z] $ docker top 366365cc5f2f4fd41a9c9c1086bad5e40896ecd40b0b98c9df40f443f4c35a94 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-26T16:24:52.723Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:151af978cf25de30735135da97f91b1f15ae3e78 [2020-10-26T16:24:52.724Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-26T16:24:56.291Z] $ docker stop --time=1 366365cc5f2f4fd41a9c9c1086bad5e40896ecd40b0b98c9df40f443f4c35a94 [2020-10-26T16:24:57.660Z] $ docker rm -f 366365cc5f2f4fd41a9c9c1086bad5e40896ecd40b0b98c9df40f443f4c35a94 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:24:58.146Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-26T16:24:58.146Z] . [Pipeline] withDockerContainer [2020-10-26T16:24:58.245Z] prd-centos7-docker-4c-2g-8911 does not seem to be running inside a container [2020-10-26T16:24:58.292Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/212 -v /w/workspace/edgex-go/212:/w/workspace/edgex-go/212:rw,z -v /w/workspace/edgex-go/212@tmp:/w/workspace/edgex-go/212@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T16:24:58.986Z] $ docker top 1c968c6322dd645031afb0e0abbadc529c7e701f3c530f32d2f71ec335fbb18b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-26T16:24:59.511Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:151af978cf25de30735135da97f91b1f15ae3e78 [2020-10-26T16:24:59.511Z] + tee [2020-10-26T16:24:59.511Z] clair timeout 1m0s [2020-10-26T16:24:59.511Z] docker timeout: 1m0s [2020-10-26T16:24:59.511Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-26T16:25:00.213Z] $ docker stop --time=1 1c968c6322dd645031afb0e0abbadc529c7e701f3c530f32d2f71ec335fbb18b [2020-10-26T16:25:01.622Z] $ docker rm -f 1c968c6322dd645031afb0e0abbadc529c7e701f3c530f32d2f71ec335fbb18b [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-26T16:25:02.092Z] + mkdir -p /w/workspace/edgex-go/212/clair-reports [Pipeline] echo [2020-10-26T16:25:02.105Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/212/clair-reports/clair_results_docker-support-logging-go-arm64_151af978cf25de30735135da97f91b1f15ae3e78.html [Pipeline] writeFile [Pipeline] step [2020-10-26T16:25:02.159Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:25:02.510Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-26T16:25:02.510Z] . [Pipeline] withDockerContainer [2020-10-26T16:25:02.607Z] prd-centos7-docker-4c-2g-8911 does not seem to be running inside a container [2020-10-26T16:25:02.656Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/212 -v /w/workspace/edgex-go/212:/w/workspace/edgex-go/212:rw,z -v /w/workspace/edgex-go/212@tmp:/w/workspace/edgex-go/212@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T16:25:03.298Z] $ docker top 91bf61301f691ead8140e39bfc7aebfed172eb57e81b9a34c9997dd6213fd299 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-26T16:25:03.823Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:151af978cf25de30735135da97f91b1f15ae3e78 [2020-10-26T16:25:03.823Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-26T16:25:09.256Z] $ docker stop --time=1 91bf61301f691ead8140e39bfc7aebfed172eb57e81b9a34c9997dd6213fd299 [2020-10-26T16:25:10.612Z] $ docker rm -f 91bf61301f691ead8140e39bfc7aebfed172eb57e81b9a34c9997dd6213fd299 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:25:11.070Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-26T16:25:11.070Z] . [Pipeline] withDockerContainer [2020-10-26T16:25:11.168Z] prd-centos7-docker-4c-2g-8911 does not seem to be running inside a container [2020-10-26T16:25:11.212Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/212 -v /w/workspace/edgex-go/212:/w/workspace/edgex-go/212:rw,z -v /w/workspace/edgex-go/212@tmp:/w/workspace/edgex-go/212@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T16:25:11.885Z] $ docker top e07e2f0e0dcd129e0ebcc601ad5167a0b208d15c5754b8f7805e667a71c2933f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-26T16:25:12.401Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:151af978cf25de30735135da97f91b1f15ae3e78 [2020-10-26T16:25:12.401Z] + tee [2020-10-26T16:25:12.401Z] clair timeout 1m0s [2020-10-26T16:25:12.401Z] docker timeout: 1m0s [2020-10-26T16:25:12.401Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-26T16:25:13.442Z] $ docker stop --time=1 e07e2f0e0dcd129e0ebcc601ad5167a0b208d15c5754b8f7805e667a71c2933f [2020-10-26T16:25:14.801Z] $ docker rm -f e07e2f0e0dcd129e0ebcc601ad5167a0b208d15c5754b8f7805e667a71c2933f [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-26T16:25:15.286Z] + mkdir -p /w/workspace/edgex-go/212/clair-reports [Pipeline] echo [2020-10-26T16:25:15.300Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/212/clair-reports/clair_results_docker-support-notifications-go-arm64_151af978cf25de30735135da97f91b1f15ae3e78.html [Pipeline] writeFile [Pipeline] step [2020-10-26T16:25:15.348Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:25:15.686Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-26T16:25:15.686Z] . [Pipeline] withDockerContainer [2020-10-26T16:25:15.781Z] prd-centos7-docker-4c-2g-8911 does not seem to be running inside a container [2020-10-26T16:25:15.822Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/212 -v /w/workspace/edgex-go/212:/w/workspace/edgex-go/212:rw,z -v /w/workspace/edgex-go/212@tmp:/w/workspace/edgex-go/212@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T16:25:16.441Z] $ docker top 114adea197b5428944556df0e0ee70984381e2e8c49ae4550da5e45a6426b860 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-26T16:25:16.961Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:151af978cf25de30735135da97f91b1f15ae3e78 [2020-10-26T16:25:16.961Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-26T16:25:19.674Z] $ docker stop --time=1 114adea197b5428944556df0e0ee70984381e2e8c49ae4550da5e45a6426b860 [2020-10-26T16:25:21.032Z] $ docker rm -f 114adea197b5428944556df0e0ee70984381e2e8c49ae4550da5e45a6426b860 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:25:21.494Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-26T16:25:21.494Z] . [Pipeline] withDockerContainer [2020-10-26T16:25:21.594Z] prd-centos7-docker-4c-2g-8911 does not seem to be running inside a container [2020-10-26T16:25:21.642Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/212 -v /w/workspace/edgex-go/212:/w/workspace/edgex-go/212:rw,z -v /w/workspace/edgex-go/212@tmp:/w/workspace/edgex-go/212@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T16:25:22.296Z] $ docker top 3572ac7990eb2be050c4bcab1cafd571838388c4bdfcd789cb2b6be7a56d77a4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-26T16:25:22.819Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:151af978cf25de30735135da97f91b1f15ae3e78 [2020-10-26T16:25:22.819Z] + tee [2020-10-26T16:25:22.819Z] clair timeout 1m0s [2020-10-26T16:25:22.819Z] docker timeout: 1m0s [2020-10-26T16:25:22.819Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-26T16:25:23.534Z] $ docker stop --time=1 3572ac7990eb2be050c4bcab1cafd571838388c4bdfcd789cb2b6be7a56d77a4 [2020-10-26T16:25:25.069Z] $ docker rm -f 3572ac7990eb2be050c4bcab1cafd571838388c4bdfcd789cb2b6be7a56d77a4 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-26T16:25:25.528Z] + mkdir -p /w/workspace/edgex-go/212/clair-reports [Pipeline] echo [2020-10-26T16:25:25.541Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/212/clair-reports/clair_results_docker-support-scheduler-go-arm64_151af978cf25de30735135da97f91b1f15ae3e78.html [Pipeline] writeFile [Pipeline] step [2020-10-26T16:25:25.599Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:25:25.945Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-26T16:25:25.945Z] . [Pipeline] withDockerContainer [2020-10-26T16:25:26.041Z] prd-centos7-docker-4c-2g-8911 does not seem to be running inside a container [2020-10-26T16:25:26.084Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/212 -v /w/workspace/edgex-go/212:/w/workspace/edgex-go/212:rw,z -v /w/workspace/edgex-go/212@tmp:/w/workspace/edgex-go/212@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T16:25:26.721Z] $ docker top 77100eb2c5a5c58273cba0ca32298a855a128b02a8b84ee14804d0c62abd1599 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-26T16:25:27.228Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:151af978cf25de30735135da97f91b1f15ae3e78 [2020-10-26T16:25:27.228Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-26T16:25:42.385Z] $ docker stop --time=1 77100eb2c5a5c58273cba0ca32298a855a128b02a8b84ee14804d0c62abd1599 [2020-10-26T16:25:43.721Z] $ docker rm -f 77100eb2c5a5c58273cba0ca32298a855a128b02a8b84ee14804d0c62abd1599 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:25:44.188Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-26T16:25:44.188Z] . [Pipeline] withDockerContainer [2020-10-26T16:25:44.287Z] prd-centos7-docker-4c-2g-8911 does not seem to be running inside a container [2020-10-26T16:25:44.332Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/212 -v /w/workspace/edgex-go/212:/w/workspace/edgex-go/212:rw,z -v /w/workspace/edgex-go/212@tmp:/w/workspace/edgex-go/212@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T16:25:44.958Z] $ docker top f41d5667d224e53953041fe7a3a5c25bc8f3b22446c4724212790435818c7fea -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-26T16:25:45.507Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:151af978cf25de30735135da97f91b1f15ae3e78 [2020-10-26T16:25:45.507Z] + tee [2020-10-26T16:25:45.507Z] clair timeout 1m0s [2020-10-26T16:25:45.507Z] docker timeout: 1m0s [2020-10-26T16:25:45.507Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-26T16:25:47.003Z] $ docker stop --time=1 f41d5667d224e53953041fe7a3a5c25bc8f3b22446c4724212790435818c7fea [2020-10-26T16:25:48.356Z] $ docker rm -f f41d5667d224e53953041fe7a3a5c25bc8f3b22446c4724212790435818c7fea [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-26T16:25:48.814Z] + mkdir -p /w/workspace/edgex-go/212/clair-reports [Pipeline] echo [2020-10-26T16:25:48.828Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/212/clair-reports/clair_results_docker-sys-mgmt-agent-go-arm64_151af978cf25de30735135da97f91b1f15ae3e78.html [Pipeline] writeFile [Pipeline] step [2020-10-26T16:25:48.888Z] Archiving artifacts [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2020-10-26T16:25:49.389Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-26T16:25:49.444Z] provisioning config files... [2020-10-26T16:25:49.453Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/212@tmp/config4363837128235103488tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-10-26T16:25:49.826Z] --> edgex-publish-swagger.sh [2020-10-26T16:25:49.826Z] === Publish openapi/v1 API === [2020-10-26T16:25:49.826Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2020-10-26T16:25:49.826Z] [publishToSwagger] Publishing API Name [core-command] [2020-10-26T16:25:49.826Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-26T16:25:49.826Z] Dload Upload Total Spent Left Speed [2020-10-26T16:25:51.213Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10521 0 0 100 10521 0 8190 0:00:01 0:00:01 --:--:-- 8193 100 10521 0 0 100 10521 0 8189 0:00:01 0:00:01 --:--:-- 8193 [2020-10-26T16:25:51.213Z] [2020-10-26T16:25:51.213Z] [2020-10-26T16:25:51.213Z] [publishToSwagger] Publishing API Name [core-data] [2020-10-26T16:25:51.213Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-26T16:25:51.213Z] Dload Upload Total Spent Left Speed [2020-10-26T16:25:52.201Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32556 0 0 100 32556 0 27469 0:00:01 0:00:01 --:--:-- 27496 100 32556 0 0 100 32556 0 27464 0:00:01 0:00:01 --:--:-- 27473 [2020-10-26T16:25:52.201Z] [2020-10-26T16:25:52.201Z] [2020-10-26T16:25:52.201Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-10-26T16:25:52.201Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-26T16:25:52.201Z] Dload Upload Total Spent Left Speed [2020-10-26T16:25:53.596Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73720 0 0 100 73720 0 61481 0:00:01 0:00:01 --:--:-- 61535 100 73720 0 0 100 73720 0 59687 0:00:01 0:00:01 --:--:-- 59740 [2020-10-26T16:25:53.596Z] [2020-10-26T16:25:53.596Z] [2020-10-26T16:25:53.596Z] [publishToSwagger] Publishing API Name [support-logging] [2020-10-26T16:25:53.596Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-26T16:25:53.596Z] Dload Upload Total Spent Left Speed [2020-10-26T16:25:54.983Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13580 0 0 100 13580 0 12197 0:00:01 0:00:01 --:--:-- 12201 100 13580 0 0 100 13580 0 12195 0:00:01 0:00:01 --:--:-- 12201 [2020-10-26T16:25:54.983Z] [2020-10-26T16:25:54.983Z] [2020-10-26T16:25:54.983Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-10-26T16:25:54.983Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-26T16:25:54.983Z] Dload Upload Total Spent Left Speed [2020-10-26T16:25:55.925Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38889 0 0 100 38889 0 35780 0:00:01 0:00:01 --:--:-- 35809 [2020-10-26T16:25:55.925Z] [2020-10-26T16:25:55.925Z] [2020-10-26T16:25:55.925Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-10-26T16:25:55.925Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-26T16:25:55.925Z] Dload Upload Total Spent Left Speed [2020-10-26T16:25:56.870Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14248 0 0 100 14248 0 12416 0:00:01 0:00:01 --:--:-- 12411 100 14248 0 0 100 14248 0 12415 0:00:01 0:00:01 --:--:-- 12411 [2020-10-26T16:25:56.870Z] [2020-10-26T16:25:56.870Z] [2020-10-26T16:25:56.870Z] [publishToSwagger] Publishing API Name [system-agent] [2020-10-26T16:25:56.870Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-26T16:25:56.870Z] Dload Upload Total Spent Left Speed [2020-10-26T16:25:58.256Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4109 0 0 100 4109 0 3515 0:00:01 0:00:01 --:--:-- 3517 100 4109 0 0 100 4109 0 3514 0:00:01 0:00:01 --:--:-- 3517 [2020-10-26T16:25:58.256Z] [2020-10-26T16:25:58.256Z] [2020-10-26T16:25:58.256Z] === Publish openapi/v2 API === [2020-10-26T16:25:58.256Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2020-10-26T16:25:58.256Z] [publishToSwagger] Publishing API Name [core-command] [2020-10-26T16:25:58.256Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-26T16:25:58.256Z] Dload Upload Total Spent Left Speed [2020-10-26T16:25:59.205Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29535 0 0 100 29535 0 26122 0:00:01 0:00:01 --:--:-- 26137 100 29535 0 0 100 29535 0 26118 0:00:01 0:00:01 --:--:-- 26137 [2020-10-26T16:25:59.206Z] [2020-10-26T16:25:59.206Z] [2020-10-26T16:25:59.206Z] [publishToSwagger] Publishing API Name [core-data] [2020-10-26T16:25:59.206Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-26T16:25:59.206Z] Dload Upload Total Spent Left Speed [2020-10-26T16:26:00.593Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 65634 0 0 100 65634 0 56666 0:00:01 0:00:01 --:--:-- 56678 100 65634 0 0 100 65634 0 56656 0:00:01 0:00:01 --:--:-- 56678 [2020-10-26T16:26:00.593Z] [2020-10-26T16:26:00.593Z] [2020-10-26T16:26:00.593Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-10-26T16:26:00.593Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-26T16:26:00.593Z] Dload Upload Total Spent Left Speed [2020-10-26T16:26:01.535Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 119k 0 0 100 119k 0 100k 0:00:01 0:00:01 --:--:-- 100k 100 119k 0 0 100 119k 0 100k 0:00:01 0:00:01 --:--:-- 100k [2020-10-26T16:26:01.535Z] [2020-10-26T16:26:01.535Z] [2020-10-26T16:26:01.535Z] [publishToSwagger] Publishing API Name [support-logging] [2020-10-26T16:26:01.796Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-26T16:26:01.796Z] Dload Upload Total Spent Left Speed [2020-10-26T16:26:02.738Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23691 0 0 100 23691 0 20056 0:00:01 0:00:01 --:--:-- 20043 100 23691 0 0 100 23691 0 20053 0:00:01 0:00:01 --:--:-- 20043 [2020-10-26T16:26:02.738Z] [2020-10-26T16:26:02.738Z] [2020-10-26T16:26:02.738Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-10-26T16:26:02.738Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-26T16:26:02.738Z] Dload Upload Total Spent Left Speed [2020-10-26T16:26:04.133Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 62691 0 0 100 62691 0 52433 0:00:01 0:00:01 --:--:-- 52461 100 62691 0 0 100 62691 0 50979 0:00:01 0:00:01 --:--:-- 51009 [2020-10-26T16:26:04.133Z] [2020-10-26T16:26:04.133Z] [2020-10-26T16:26:04.133Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-10-26T16:26:04.133Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-26T16:26:04.133Z] Dload Upload Total Spent Left Speed [2020-10-26T16:26:05.074Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 46198 0 0 100 46198 0 43641 0:00:01 0:00:01 --:--:-- 43665 100 46198 0 0 100 46198 0 43633 0:00:01 0:00:01 --:--:-- 43665 [2020-10-26T16:26:05.074Z] [2020-10-26T16:26:05.074Z] [2020-10-26T16:26:05.074Z] [publishToSwagger] Publishing API Name [system-agent] [2020-10-26T16:26:05.074Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-26T16:26:05.074Z] Dload Upload Total Spent Left Speed [2020-10-26T16:26:06.460Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23725 0 0 100 23725 0 19933 0:00:01 0:00:01 --:--:-- 19936 100 23725 0 0 100 23725 0 19482 0:00:01 0:00:01 --:--:-- 19494 [2020-10-26T16:26:06.460Z] [2020-10-26T16:26:06.460Z] [Pipeline] } [2020-10-26T16:26:06.470Z] 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-26T16:26:07.536Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-26T16:26:07.536Z] . [Pipeline] withDockerContainer [2020-10-26T16:26:07.635Z] prd-centos7-docker-4c-2g-8911 does not seem to be running inside a container [2020-10-26T16:26:07.698Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/212 -v /w/workspace/edgex-go/212:/w/workspace/edgex-go/212:rw,z -v /w/workspace/edgex-go/212@tmp:/w/workspace/edgex-go/212@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T16:26:08.434Z] $ docker top d72a4855664c4e43312463d22532f70e607b417e1c0b7592be52c795489a1ff7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-26T16:26:08.754Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-26T16:26:08.754Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-26T16:26:08.961Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-26T16:26:08.967Z] $ docker exec d72a4855664c4e43312463d22532f70e607b417e1c0b7592be52c795489a1ff7 ssh-agent [2020-10-26T16:26:09.139Z] SSH_AUTH_SOCK=/tmp/ssh-6LqSUSCkYVXk/agent.11 [2020-10-26T16:26:09.139Z] SSH_AGENT_PID=17 [2020-10-26T16:26:09.148Z] Running ssh-add (command line suppressed) [2020-10-26T16:26:09.276Z] Identity added: /w/workspace/edgex-go/212@tmp/private_key_5299615910208719608.key (/w/workspace/edgex-go/212@tmp/private_key_5299615910208719608.key) [2020-10-26T16:26:09.331Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-26T16:26:09.668Z] + git semver tag [2020-10-26T16:26:09.929Z] # -> Open(): unable to determine branch for HEAD [2020-10-26T16:26:09.929Z] # $GIT_DIR = /w/workspace/edgex-go/212/.git [2020-10-26T16:26:09.929Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/212 [2020-10-26T16:26:09.929Z] # $SEMVER_REMOTE_NAME = origin [2020-10-26T16:26:09.929Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-26T16:26:09.929Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-26T16:26:09.929Z] # $SEMVER_BRANCH = master [2020-10-26T16:26:09.929Z] # $SEMVER_DIR = /w/workspace/edgex-go/212/.semver [2020-10-26T16:26:09.929Z] # 151af978cf25de30735135da97f91b1f15ae3e78 HEAD [2020-10-26T16:26:10.504Z] # -> Force: false [2020-10-26T16:26:10.504Z] # 191d73a0a431b3b23e5925a565026dc5545f0e2c refs/tags/v1.2.2-dev.96 [Pipeline] } [2020-10-26T16:26:10.518Z] $ docker exec --env ******** --env ******** d72a4855664c4e43312463d22532f70e607b417e1c0b7592be52c795489a1ff7 ssh-agent -k [2020-10-26T16:26:10.662Z] unset SSH_AUTH_SOCK; [2020-10-26T16:26:10.662Z] unset SSH_AGENT_PID; [2020-10-26T16:26:10.662Z] echo Agent pid 17 killed; [2020-10-26T16:26:10.717Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-26T16:26:11.216Z] + git semver [Pipeline] } [2020-10-26T16:26:11.234Z] $ docker stop --time=1 d72a4855664c4e43312463d22532f70e607b417e1c0b7592be52c795489a1ff7 [2020-10-26T16:26:12.586Z] $ docker rm -f d72a4855664c4e43312463d22532f70e607b417e1c0b7592be52c795489a1ff7 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:26:13.247Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-26T16:26:13.247Z] [2020-10-26T16:26:13.247Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:26:13.625Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-26T16:26:13.625Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-10-26T16:26:13.625Z] ab5ef0e58194: Pulling fs layer [2020-10-26T16:26:13.625Z] 9712f1f96733: Pulling fs layer [2020-10-26T16:26:13.625Z] 63f879dbbcfc: Pulling fs layer [2020-10-26T16:26:13.625Z] 0d9ebad4ef96: Pulling fs layer [2020-10-26T16:26:13.625Z] e9a5061849ea: Pulling fs layer [2020-10-26T16:26:13.625Z] d747dcd14b5f: Pulling fs layer [2020-10-26T16:26:13.625Z] 2de7ff778b66: Pulling fs layer [2020-10-26T16:26:13.625Z] 0d9ebad4ef96: Waiting [2020-10-26T16:26:13.625Z] e9a5061849ea: Waiting [2020-10-26T16:26:13.625Z] d747dcd14b5f: Waiting [2020-10-26T16:26:13.625Z] 2de7ff778b66: Waiting [2020-10-26T16:26:13.625Z] 9712f1f96733: Verifying Checksum [2020-10-26T16:26:13.625Z] 9712f1f96733: Download complete [2020-10-26T16:26:15.553Z] 63f879dbbcfc: Verifying Checksum [2020-10-26T16:26:15.553Z] 63f879dbbcfc: Download complete [2020-10-26T16:26:15.819Z] e9a5061849ea: Verifying Checksum [2020-10-26T16:26:15.819Z] e9a5061849ea: Download complete [2020-10-26T16:26:15.819Z] d747dcd14b5f: Verifying Checksum [2020-10-26T16:26:15.819Z] d747dcd14b5f: Download complete [2020-10-26T16:26:16.084Z] 2de7ff778b66: Verifying Checksum [2020-10-26T16:26:16.084Z] 2de7ff778b66: Download complete [2020-10-26T16:26:16.345Z] ab5ef0e58194: Verifying Checksum [2020-10-26T16:26:16.345Z] ab5ef0e58194: Download complete [2020-10-26T16:26:16.345Z] 0d9ebad4ef96: Verifying Checksum [2020-10-26T16:26:16.345Z] 0d9ebad4ef96: Download complete [2020-10-26T16:26:20.567Z] ab5ef0e58194: Pull complete [2020-10-26T16:26:20.567Z] 9712f1f96733: Pull complete [2020-10-26T16:26:23.909Z] 63f879dbbcfc: Pull complete [2020-10-26T16:26:30.973Z] 0d9ebad4ef96: Pull complete [2020-10-26T16:26:30.973Z] e9a5061849ea: Pull complete [2020-10-26T16:26:30.973Z] d747dcd14b5f: Pull complete [2020-10-26T16:26:35.222Z] 2de7ff778b66: Pull complete [2020-10-26T16:26:35.222Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-10-26T16:26:35.222Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-26T16:26:35.222Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-10-26T16:26:35.390Z] prd-centos7-docker-4c-2g-8911 does not seem to be running inside a container [2020-10-26T16:26:35.559Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/212 -v /w/workspace/edgex-go/212:/w/workspace/edgex-go/212:rw,z -v /w/workspace/edgex-go/212@tmp:/w/workspace/edgex-go/212@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T16:26:38.737Z] $ docker top a4d7bb96c24281404bc3a84ff59b5e4b5e875544dc5883ec448d460e1fef2024 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-10-26T16:26:39.006Z] provisioning config files... [2020-10-26T16:26:39.015Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/212@tmp/config4086732276666718108tmp [2020-10-26T16:26:39.039Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/212@tmp/config5787320966784169650tmp [2020-10-26T16:26:39.057Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/212@tmp/config3775280620202791953tmp [Pipeline] { [Pipeline] echo [2020-10-26T16:26:39.127Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-26T16:26:39.433Z] ---> sigul-configuration.sh [2020-10-26T16:26:39.433Z] gpg: directory `/root/.gnupg' created [2020-10-26T16:26:39.433Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-10-26T16:26:39.433Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-10-26T16:26:39.433Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-10-26T16:26:39.433Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-10-26T16:26:39.433Z] gpg: CAST5 encrypted data [2020-10-26T16:26:39.702Z] gpg: encrypted with 1 passphrase [2020-10-26T16:26:39.702Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-10-26T16:26:40.027Z] + mkdir /home/jenkins [2020-10-26T16:26:40.027Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-10-26T16:26:40.340Z] + 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-26T16:26:40.354Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-26T16:26:40.660Z] ---> sigul-install.sh [2020-10-26T16:26:45.970Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-10-26T16:26:46.264Z] + git tag --list [2020-10-26T16:26:46.264Z] 0.6.0 [2020-10-26T16:26:46.264Z] 0.6.1 [2020-10-26T16:26:46.264Z] 0.7.0 [2020-10-26T16:26:46.264Z] 0.7.1 [2020-10-26T16:26:46.264Z] v1.0.0 [2020-10-26T16:26:46.264Z] v1.0.1 [2020-10-26T16:26:46.264Z] v1.1.0 [2020-10-26T16:26:46.264Z] v1.2.0 [2020-10-26T16:26:46.264Z] v1.2.1 [2020-10-26T16:26:46.264Z] v1.2.2-dev.1 [2020-10-26T16:26:46.264Z] v1.2.2-dev.10 [2020-10-26T16:26:46.264Z] v1.2.2-dev.11 [2020-10-26T16:26:46.264Z] v1.2.2-dev.12 [2020-10-26T16:26:46.264Z] v1.2.2-dev.13 [2020-10-26T16:26:46.264Z] v1.2.2-dev.14 [2020-10-26T16:26:46.264Z] v1.2.2-dev.15 [2020-10-26T16:26:46.264Z] v1.2.2-dev.16 [2020-10-26T16:26:46.264Z] v1.2.2-dev.17 [2020-10-26T16:26:46.264Z] v1.2.2-dev.18 [2020-10-26T16:26:46.264Z] v1.2.2-dev.19 [2020-10-26T16:26:46.264Z] v1.2.2-dev.2 [2020-10-26T16:26:46.264Z] v1.2.2-dev.20 [2020-10-26T16:26:46.264Z] v1.2.2-dev.21 [2020-10-26T16:26:46.264Z] v1.2.2-dev.22 [2020-10-26T16:26:46.264Z] v1.2.2-dev.23 [2020-10-26T16:26:46.264Z] v1.2.2-dev.24 [2020-10-26T16:26:46.264Z] v1.2.2-dev.25 [2020-10-26T16:26:46.264Z] v1.2.2-dev.26 [2020-10-26T16:26:46.264Z] v1.2.2-dev.27 [2020-10-26T16:26:46.264Z] v1.2.2-dev.28 [2020-10-26T16:26:46.264Z] v1.2.2-dev.29 [2020-10-26T16:26:46.264Z] v1.2.2-dev.3 [2020-10-26T16:26:46.264Z] v1.2.2-dev.30 [2020-10-26T16:26:46.264Z] v1.2.2-dev.31 [2020-10-26T16:26:46.264Z] v1.2.2-dev.32 [2020-10-26T16:26:46.264Z] v1.2.2-dev.33 [2020-10-26T16:26:46.264Z] v1.2.2-dev.34 [2020-10-26T16:26:46.264Z] v1.2.2-dev.35 [2020-10-26T16:26:46.264Z] v1.2.2-dev.36 [2020-10-26T16:26:46.264Z] v1.2.2-dev.37 [2020-10-26T16:26:46.264Z] v1.2.2-dev.38 [2020-10-26T16:26:46.264Z] v1.2.2-dev.39 [2020-10-26T16:26:46.264Z] v1.2.2-dev.4 [2020-10-26T16:26:46.264Z] v1.2.2-dev.40 [2020-10-26T16:26:46.264Z] v1.2.2-dev.41 [2020-10-26T16:26:46.264Z] v1.2.2-dev.42 [2020-10-26T16:26:46.264Z] v1.2.2-dev.43 [2020-10-26T16:26:46.264Z] v1.2.2-dev.44 [2020-10-26T16:26:46.264Z] v1.2.2-dev.45 [2020-10-26T16:26:46.264Z] v1.2.2-dev.46 [2020-10-26T16:26:46.264Z] v1.2.2-dev.47 [2020-10-26T16:26:46.264Z] v1.2.2-dev.48 [2020-10-26T16:26:46.264Z] v1.2.2-dev.49 [2020-10-26T16:26:46.264Z] v1.2.2-dev.5 [2020-10-26T16:26:46.264Z] v1.2.2-dev.50 [2020-10-26T16:26:46.264Z] v1.2.2-dev.51 [2020-10-26T16:26:46.264Z] v1.2.2-dev.52 [2020-10-26T16:26:46.264Z] v1.2.2-dev.53 [2020-10-26T16:26:46.264Z] v1.2.2-dev.54 [2020-10-26T16:26:46.264Z] v1.2.2-dev.55 [2020-10-26T16:26:46.264Z] v1.2.2-dev.56 [2020-10-26T16:26:46.264Z] v1.2.2-dev.57 [2020-10-26T16:26:46.264Z] v1.2.2-dev.58 [2020-10-26T16:26:46.264Z] v1.2.2-dev.59 [2020-10-26T16:26:46.264Z] v1.2.2-dev.6 [2020-10-26T16:26:46.264Z] v1.2.2-dev.60 [2020-10-26T16:26:46.264Z] v1.2.2-dev.61 [2020-10-26T16:26:46.264Z] v1.2.2-dev.62 [2020-10-26T16:26:46.264Z] v1.2.2-dev.63 [2020-10-26T16:26:46.264Z] v1.2.2-dev.64 [2020-10-26T16:26:46.264Z] v1.2.2-dev.65 [2020-10-26T16:26:46.264Z] v1.2.2-dev.66 [2020-10-26T16:26:46.264Z] v1.2.2-dev.67 [2020-10-26T16:26:46.264Z] v1.2.2-dev.68 [2020-10-26T16:26:46.264Z] v1.2.2-dev.69 [2020-10-26T16:26:46.264Z] v1.2.2-dev.7 [2020-10-26T16:26:46.264Z] v1.2.2-dev.70 [2020-10-26T16:26:46.264Z] v1.2.2-dev.71 [2020-10-26T16:26:46.264Z] v1.2.2-dev.72 [2020-10-26T16:26:46.264Z] v1.2.2-dev.73 [2020-10-26T16:26:46.264Z] v1.2.2-dev.74 [2020-10-26T16:26:46.264Z] v1.2.2-dev.75 [2020-10-26T16:26:46.264Z] v1.2.2-dev.76 [2020-10-26T16:26:46.264Z] v1.2.2-dev.77 [2020-10-26T16:26:46.264Z] v1.2.2-dev.78 [2020-10-26T16:26:46.264Z] v1.2.2-dev.79 [2020-10-26T16:26:46.264Z] v1.2.2-dev.8 [2020-10-26T16:26:46.264Z] v1.2.2-dev.80 [2020-10-26T16:26:46.264Z] v1.2.2-dev.81 [2020-10-26T16:26:46.264Z] v1.2.2-dev.82 [2020-10-26T16:26:46.264Z] v1.2.2-dev.83 [2020-10-26T16:26:46.264Z] v1.2.2-dev.84 [2020-10-26T16:26:46.264Z] v1.2.2-dev.85 [2020-10-26T16:26:46.264Z] v1.2.2-dev.86 [2020-10-26T16:26:46.264Z] v1.2.2-dev.87 [2020-10-26T16:26:46.264Z] v1.2.2-dev.88 [2020-10-26T16:26:46.264Z] v1.2.2-dev.89 [2020-10-26T16:26:46.264Z] v1.2.2-dev.9 [2020-10-26T16:26:46.264Z] v1.2.2-dev.90 [2020-10-26T16:26:46.264Z] v1.2.2-dev.91 [2020-10-26T16:26:46.264Z] v1.2.2-dev.92 [2020-10-26T16:26:46.264Z] v1.2.2-dev.93 [2020-10-26T16:26:46.264Z] v1.2.2-dev.94 [2020-10-26T16:26:46.264Z] v1.2.2-dev.95 [2020-10-26T16:26:46.264Z] v1.2.2-dev.96 [Pipeline] sh [2020-10-26T16:26:46.561Z] + lftools sign git-tag v1.2.2-dev.96 [2020-10-26T16:26:47.949Z] Signing Git tag with Sigul... [2020-10-26T16:26:47.949Z] Signing v1.2.2-dev.96 [Pipeline] echo [2020-10-26T16:26:48.901Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-26T16:26:49.193Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-10-26T16:26:49.203Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-10-26T16:26:49.315Z] $ docker stop --time=1 a4d7bb96c24281404bc3a84ff59b5e4b5e875544dc5883ec448d460e1fef2024 [2020-10-26T16:26:51.403Z] $ docker rm -f a4d7bb96c24281404bc3a84ff59b5e4b5e875544dc5883ec448d460e1fef2024 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:26:52.304Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-26T16:26:52.304Z] . [Pipeline] withDockerContainer [2020-10-26T16:26:52.401Z] prd-centos7-docker-4c-2g-8911 does not seem to be running inside a container [2020-10-26T16:26:52.448Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/212 -v /w/workspace/edgex-go/212:/w/workspace/edgex-go/212:rw,z -v /w/workspace/edgex-go/212@tmp:/w/workspace/edgex-go/212@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T16:26:53.167Z] $ docker top aab25d6049ad6b6add677f8653fb20602746e66d60c820446e2ff4a3b520b117 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-26T16:26:53.761Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-26T16:26:53.762Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-26T16:26:53.959Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-26T16:26:53.964Z] $ docker exec aab25d6049ad6b6add677f8653fb20602746e66d60c820446e2ff4a3b520b117 ssh-agent [2020-10-26T16:26:54.128Z] SSH_AUTH_SOCK=/tmp/ssh-tD5kzAGpcOJT/agent.11 [2020-10-26T16:26:54.128Z] SSH_AGENT_PID=16 [2020-10-26T16:26:54.134Z] Running ssh-add (command line suppressed) [2020-10-26T16:26:54.260Z] Identity added: /w/workspace/edgex-go/212@tmp/private_key_3957498854506900225.key (/w/workspace/edgex-go/212@tmp/private_key_3957498854506900225.key) [2020-10-26T16:26:54.314Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-26T16:26:54.655Z] + git semver bump pre [2020-10-26T16:26:54.655Z] # -> Open(): unable to determine branch for HEAD [2020-10-26T16:26:54.655Z] # $GIT_DIR = /w/workspace/edgex-go/212/.git [2020-10-26T16:26:54.655Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/212 [2020-10-26T16:26:54.655Z] # $SEMVER_REMOTE_NAME = origin [2020-10-26T16:26:54.655Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-26T16:26:54.655Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-26T16:26:54.655Z] # $SEMVER_BRANCH = master [2020-10-26T16:26:54.655Z] # $SEMVER_DIR = /w/workspace/edgex-go/212/.semver [2020-10-26T16:26:54.655Z] 1.2.2-dev.97 [Pipeline] } [2020-10-26T16:26:54.668Z] $ docker exec --env ******** --env ******** aab25d6049ad6b6add677f8653fb20602746e66d60c820446e2ff4a3b520b117 ssh-agent -k [2020-10-26T16:26:54.808Z] unset SSH_AUTH_SOCK; [2020-10-26T16:26:54.808Z] unset SSH_AGENT_PID; [2020-10-26T16:26:54.808Z] echo Agent pid 16 killed; [2020-10-26T16:26:54.867Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-26T16:26:55.387Z] + git semver [Pipeline] } [2020-10-26T16:26:55.405Z] $ docker stop --time=1 aab25d6049ad6b6add677f8653fb20602746e66d60c820446e2ff4a3b520b117 [2020-10-26T16:26:56.789Z] $ docker rm -f aab25d6049ad6b6add677f8653fb20602746e66d60c820446e2ff4a3b520b117 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:26:57.406Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-26T16:26:57.406Z] . [Pipeline] withDockerContainer [2020-10-26T16:26:57.501Z] prd-centos7-docker-4c-2g-8911 does not seem to be running inside a container [2020-10-26T16:26:57.544Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/212 -v /w/workspace/edgex-go/212:/w/workspace/edgex-go/212:rw,z -v /w/workspace/edgex-go/212@tmp:/w/workspace/edgex-go/212@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T16:26:58.184Z] $ docker top 1352644d66388d95b3308d5086ca0320dd5a68958b66a11d717803e6088cd50b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-26T16:26:58.491Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-26T16:26:58.491Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-26T16:26:58.668Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-26T16:26:58.674Z] $ docker exec 1352644d66388d95b3308d5086ca0320dd5a68958b66a11d717803e6088cd50b ssh-agent [2020-10-26T16:26:58.842Z] SSH_AUTH_SOCK=/tmp/ssh-tyWJQyOeGkiA/agent.13 [2020-10-26T16:26:58.842Z] SSH_AGENT_PID=19 [2020-10-26T16:26:58.849Z] Running ssh-add (command line suppressed) [2020-10-26T16:26:58.972Z] Identity added: /w/workspace/edgex-go/212@tmp/private_key_5913712020299976624.key (/w/workspace/edgex-go/212@tmp/private_key_5913712020299976624.key) [2020-10-26T16:26:59.025Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-26T16:26:59.360Z] + git semver push [2020-10-26T16:26:59.360Z] # -> Open(): unable to determine branch for HEAD [2020-10-26T16:26:59.360Z] # $GIT_DIR = /w/workspace/edgex-go/212/.git [2020-10-26T16:26:59.360Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/212 [2020-10-26T16:26:59.360Z] # $SEMVER_REMOTE_NAME = origin [2020-10-26T16:26:59.360Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-26T16:26:59.360Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-26T16:26:59.360Z] # $SEMVER_BRANCH = master [2020-10-26T16:26:59.360Z] # $SEMVER_DIR = /w/workspace/edgex-go/212/.semver [Pipeline] } [2020-10-26T16:27:09.381Z] $ docker exec --env ******** --env ******** 1352644d66388d95b3308d5086ca0320dd5a68958b66a11d717803e6088cd50b ssh-agent -k [2020-10-26T16:27:09.547Z] unset SSH_AUTH_SOCK; [2020-10-26T16:27:09.547Z] unset SSH_AGENT_PID; [2020-10-26T16:27:09.548Z] echo Agent pid 19 killed; [2020-10-26T16:27:09.608Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-26T16:27:10.106Z] + git semver [Pipeline] } [2020-10-26T16:27:10.126Z] $ docker stop --time=1 1352644d66388d95b3308d5086ca0320dd5a68958b66a11d717803e6088cd50b [2020-10-26T16:27:11.482Z] $ docker rm -f 1352644d66388d95b3308d5086ca0320dd5a68958b66a11d717803e6088cd50b [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-26T16:27:12.628Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-26T16:27:13.506Z] ---> package-listing.sh [2020-10-26T16:27:13.506Z] ++ facter osfamily [2020-10-26T16:27:13.506Z] ++ tr '[:upper:]' '[:lower:]' [2020-10-26T16:27:13.506Z] + OS_FAMILY=redhat [2020-10-26T16:27:13.506Z] + workspace=/w/workspace/edgex-go/212 [2020-10-26T16:27:13.506Z] + START_PACKAGES=/tmp/packages_start.txt [2020-10-26T16:27:13.506Z] + END_PACKAGES=/tmp/packages_end.txt [2020-10-26T16:27:13.506Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-10-26T16:27:13.506Z] + PACKAGES=/tmp/packages_start.txt [2020-10-26T16:27:13.506Z] + '[' /w/workspace/edgex-go/212 ']' [2020-10-26T16:27:13.506Z] + PACKAGES=/tmp/packages_end.txt [2020-10-26T16:27:13.506Z] + case "${OS_FAMILY}" in [2020-10-26T16:27:13.506Z] + rpm -qa [2020-10-26T16:27:13.506Z] + sort [2020-10-26T16:27:17.722Z] + '[' -f /tmp/packages_start.txt ']' [2020-10-26T16:27:17.722Z] + '[' -f /tmp/packages_end.txt ']' [2020-10-26T16:27:17.722Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-10-26T16:27:17.722Z] + '[' /w/workspace/edgex-go/212 ']' [2020-10-26T16:27:17.722Z] + mkdir -p /w/workspace/edgex-go/212/archives/ [2020-10-26T16:27:17.722Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/212/archives/ [Pipeline] echo [2020-10-26T16:27:17.734Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/212/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-10-26T16:27:18.019Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:27:18.319Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-26T16:27:18.319Z] [2020-10-26T16:27:18.319Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-10-26T16:27:18.672Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-26T16:27:18.672Z] alpine: Pulling from edgex-lftools-log-publisher [2020-10-26T16:27:18.672Z] df20fa9351a1: Already exists [2020-10-26T16:27:18.672Z] 36b3adc4ff6f: Pulling fs layer [2020-10-26T16:27:18.672Z] 8ad3a11d3b57: Pulling fs layer [2020-10-26T16:27:18.672Z] 46f8f816bc3b: Pulling fs layer [2020-10-26T16:27:18.672Z] 93b61091891f: Pulling fs layer [2020-10-26T16:27:18.672Z] 93b9cdb0e59b: Pulling fs layer [2020-10-26T16:27:18.672Z] 5e14af77c1be: Pulling fs layer [2020-10-26T16:27:18.672Z] 01666e4c0597: Pulling fs layer [2020-10-26T16:27:18.672Z] aa168da1d23b: Pulling fs layer [2020-10-26T16:27:18.672Z] 93b9cdb0e59b: Waiting [2020-10-26T16:27:18.672Z] 5e14af77c1be: Waiting [2020-10-26T16:27:18.672Z] aa168da1d23b: Waiting [2020-10-26T16:27:18.672Z] 93b61091891f: Waiting [2020-10-26T16:27:18.672Z] 01666e4c0597: Waiting [2020-10-26T16:27:18.672Z] 46f8f816bc3b: Verifying Checksum [2020-10-26T16:27:18.672Z] 46f8f816bc3b: Download complete [2020-10-26T16:27:18.672Z] 36b3adc4ff6f: Download complete [2020-10-26T16:27:18.672Z] 93b9cdb0e59b: Verifying Checksum [2020-10-26T16:27:18.672Z] 93b9cdb0e59b: Download complete [2020-10-26T16:27:18.936Z] 5e14af77c1be: Verifying Checksum [2020-10-26T16:27:18.936Z] 5e14af77c1be: Download complete [2020-10-26T16:27:18.936Z] 93b61091891f: Verifying Checksum [2020-10-26T16:27:18.936Z] 93b61091891f: Download complete [2020-10-26T16:27:18.936Z] 01666e4c0597: Verifying Checksum [2020-10-26T16:27:18.936Z] 01666e4c0597: Download complete [2020-10-26T16:27:18.936Z] 8ad3a11d3b57: Verifying Checksum [2020-10-26T16:27:18.936Z] 8ad3a11d3b57: Download complete [2020-10-26T16:27:18.936Z] 36b3adc4ff6f: Pull complete [2020-10-26T16:27:19.883Z] 8ad3a11d3b57: Pull complete [2020-10-26T16:27:19.883Z] 46f8f816bc3b: Pull complete [2020-10-26T16:27:21.285Z] aa168da1d23b: Verifying Checksum [2020-10-26T16:27:21.285Z] aa168da1d23b: Download complete [2020-10-26T16:27:21.285Z] 93b61091891f: Pull complete [2020-10-26T16:27:21.546Z] 93b9cdb0e59b: Pull complete [2020-10-26T16:27:21.811Z] 5e14af77c1be: Pull complete [2020-10-26T16:27:21.811Z] 01666e4c0597: Pull complete [2020-10-26T16:27:28.413Z] aa168da1d23b: Pull complete [2020-10-26T16:27:28.413Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-10-26T16:27:28.413Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-26T16:27:28.413Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-10-26T16:27:28.562Z] prd-centos7-docker-4c-2g-8911 does not seem to be running inside a container [2020-10-26T16:27:28.611Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/212/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/212 -v /w/workspace/edgex-go/212:/w/workspace/edgex-go/212:rw,z -v /w/workspace/edgex-go/212@tmp:/w/workspace/edgex-go/212@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-10-26T16:27:30.977Z] $ docker top 2a27945f334af97c49c2b43817d317fab24ec841ff18a9014c2cdc75d317bcd7 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-26T16:27:31.568Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-10-26T16:27:31.871Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-10-26T16:27:32.168Z] + ls /var/log/sa-host [2020-10-26T16:27:32.168Z] + sadf -c /var/log/sa-host/sa05 [2020-10-26T16:27:32.168Z] file_magic: OK [2020-10-26T16:27:32.168Z] HZ: Using current value: 100 [2020-10-26T16:27:32.168Z] file_header: OK [2020-10-26T16:27:32.168Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-10-26T16:27:32.168Z] Statistics: [2020-10-26T16:27:32.168Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-26T16:27:32.168Z] File successfully converted to sysstat format version 12.2.1 [2020-10-26T16:27:32.168Z] + sadf -c /var/log/sa-host/sa26 [2020-10-26T16:27:32.168Z] file_magic: OK [2020-10-26T16:27:32.168Z] HZ: Using current value: 100 [2020-10-26T16:27:32.168Z] file_header: OK [2020-10-26T16:27:32.168Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-10-26T16:27:32.168Z] Statistics: [2020-10-26T16:27:32.168Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-26T16:27:32.168Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-26T16:27:32.836Z] provisioning config files... [2020-10-26T16:27:32.854Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/212@tmp/config372067241974213961tmp [Pipeline] { [Pipeline] echo [2020-10-26T16:27:32.942Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-26T16:27:33.237Z] ---> create-netrc.sh [Pipeline] } [2020-10-26T16:27:33.248Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-10-26T16:27:33.351Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-26T16:27:33.646Z] ---> python-tools-install.sh [Pipeline] echo [2020-10-26T16:27:33.659Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-26T16:27:33.961Z] ---> sudo-logs.sh [2020-10-26T16:27:33.961Z] Archiving 'sudo' log.. [Pipeline] echo [2020-10-26T16:27:33.971Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-26T16:27:34.269Z] ---> job-cost.sh [2020-10-26T16:27:34.269Z] lf-activate-venv: SKIPPING [2020-10-26T16:27:34.269Z] INFO: No Stack... [2020-10-26T16:27:35.213Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-10-26T16:27:35.787Z] INFO: Archiving Costs [Pipeline] echo [2020-10-26T16:27:35.801Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-26T16:27:36.098Z] ---> logs-deploy.sh [2020-10-26T16:27:36.098Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/212 [2020-10-26T16:27:36.098Z] INFO: archiving workspace using pattern(s): [2020-10-26T16:27:37.484Z] Archives upload complete. [2020-10-26T16:27:37.484Z] INFO: archiving logs to Nexus