Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 4c1a6d2ffbdc3154b41bea1622b22c22abf998aa Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision ad104866bbc8c98dca93091e1a8abeb835fd4e4d Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision ad104866bbc8c98dca93091e1a8abeb835fd4e4d using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision ad104866bbc8c98dca93091e1a8abeb835fd4e4d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f ad104866bbc8c98dca93091e1a8abeb835fd4e4d # timeout=10 Commit message: "Merge pull request #251 from ernestojeda/fix-codecov-uploader" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-3043 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/159 [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/159 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 4c1a6d2ffbdc3154b41bea1622b22c22abf998aa (master) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4c1a6d2ffbdc3154b41bea1622b22c22abf998aa # timeout=10 Commit message: "feat(v2 all):Impl common V2 API (#2746)" > git rev-list --no-walk eda3c9d7a4eaabb38fd6db60c89562d0e7a5d58f # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-10-02T16:34:48.262Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-10-02T16:34:48.519Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-10-02T16:34:48.632Z] ========================================================= [2020-10-02T16:34:48.632Z] EdgeX Global Pipelines Version Info [2020-10-02T16:34:48.632Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-10-02T16:34:50.153Z] ------------------- [2020-10-02T16:34:50.153Z] stable info: [2020-10-02T16:34:50.153Z] ------------------- [2020-10-02T16:34:50.153Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-02T16:34:50.153Z] Commit SHA: ad104866bbc8c98dca93091e1a8abeb835fd4e4d [2020-10-02T16:34:50.153Z] Message: update stable to v1.0.131 [2020-10-02T16:34:51.103Z] ------------------- [2020-10-02T16:34:51.103Z] experimental info: [2020-10-02T16:34:51.103Z] ------------------- [2020-10-02T16:34:51.103Z] Commited By: Emilio Reyes emilio.reyes@intel.com [2020-10-02T16:34:51.103Z] Commit SHA: 037048ec40675a742bbe4f4e63335516fc22ae8d [2020-10-02T16:34:51.103Z] Message: update experimental to v1.0.133 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-10-02T16:34:51.589Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-10-02T16:34:51.699Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-10-02T16:34:51.806Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-10-02T16:34:51.891Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-10-02T16:34:51.983Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-10-02T16:34:52.070Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-10-02T16:34:52.158Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-10-02T16:34:52.262Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-10-02T16:34:52.354Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-10-02T16:34:52.437Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-10-02T16:34:52.519Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-10-02T16:34:52.602Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-10-02T16:34:52.687Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-10-02T16:34:52.789Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-10-02T16:34:52.872Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-10-02T16:34:52.967Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-10-02T16:34:53.053Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-10-02T16:34:53.137Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-10-02T16:34:53.226Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-10-02T16:34:53.328Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-10-02T16:34:53.412Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-10-02T16:34:53.507Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-10-02T16:34:53.590Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-10-02T16:34:53.673Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-10-02T16:34:53.757Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 4c1a6d2ffbdc3154b41bea1622b22c22abf998aa [Pipeline] echo [2020-10-02T16:34:53.845Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 4c1a6d2 [Pipeline] echo [2020-10-02T16:34:53.932Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] sh [2020-10-02T16:34:54.332Z] ++ 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-02T16:34:54.332Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-02T16:34:54.332Z] ++ dirname cmd/core-command/Dockerfile [2020-10-02T16:34:54.332Z] ++ cut -d/ -f2 [2020-10-02T16:34:54.332Z] + echo core-command,cmd/core-command/Dockerfile [2020-10-02T16:34:54.332Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-02T16:34:54.332Z] ++ dirname cmd/core-data/Dockerfile [2020-10-02T16:34:54.332Z] ++ cut -d/ -f2 [2020-10-02T16:34:54.332Z] + echo core-data,cmd/core-data/Dockerfile [2020-10-02T16:34:54.332Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-02T16:34:54.332Z] ++ dirname cmd/core-metadata/Dockerfile [2020-10-02T16:34:54.332Z] ++ cut -d/ -f2 [2020-10-02T16:34:54.332Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-10-02T16:34:54.332Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-02T16:34:54.332Z] ++ cut -d/ -f2 [2020-10-02T16:34:54.332Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-10-02T16:34:54.332Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-10-02T16:34:54.332Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-02T16:34:54.332Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-10-02T16:34:54.332Z] ++ cut -d/ -f2 [2020-10-02T16:34:54.333Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-10-02T16:34:54.333Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-02T16:34:54.333Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-10-02T16:34:54.333Z] ++ cut -d/ -f2 [2020-10-02T16:34:54.333Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-10-02T16:34:54.333Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-02T16:34:54.333Z] ++ dirname cmd/support-logging/Dockerfile [2020-10-02T16:34:54.333Z] ++ cut -d/ -f2 [2020-10-02T16:34:54.333Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-10-02T16:34:54.333Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-02T16:34:54.333Z] ++ dirname cmd/support-notifications/Dockerfile [2020-10-02T16:34:54.333Z] ++ cut -d/ -f2 [2020-10-02T16:34:54.333Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-10-02T16:34:54.333Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-02T16:34:54.333Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-10-02T16:34:54.333Z] ++ cut -d/ -f2 [2020-10-02T16:34:54.333Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-10-02T16:34:54.333Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-02T16:34:54.333Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-10-02T16:34:54.333Z] ++ cut -d/ -f2 [2020-10-02T16:34:54.333Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-10-02T16:34:54.403Z] 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-02T16:34:55.558Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-02T16:34:55.821Z] [2020-10-02T16:34:55.821Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:34:56.181Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-02T16:34:56.181Z] latest: Pulling from edgex-devops/git-semver [2020-10-02T16:34:56.181Z] 31603596830f: Pulling fs layer [2020-10-02T16:34:56.181Z] 2a8b12db71e7: Pulling fs layer [2020-10-02T16:34:56.181Z] 6ca5941a6612: Pulling fs layer [2020-10-02T16:34:56.181Z] ecc8261a40a4: Pulling fs layer [2020-10-02T16:34:56.181Z] ecc8261a40a4: Waiting [2020-10-02T16:34:56.181Z] 2a8b12db71e7: Verifying Checksum [2020-10-02T16:34:56.181Z] 2a8b12db71e7: Download complete [2020-10-02T16:34:56.447Z] 31603596830f: Download complete [2020-10-02T16:34:56.447Z] 6ca5941a6612: Verifying Checksum [2020-10-02T16:34:56.447Z] 6ca5941a6612: Download complete [2020-10-02T16:34:56.447Z] ecc8261a40a4: Verifying Checksum [2020-10-02T16:34:56.447Z] ecc8261a40a4: Download complete [2020-10-02T16:34:56.713Z] 31603596830f: Pull complete [2020-10-02T16:34:56.976Z] 2a8b12db71e7: Pull complete [2020-10-02T16:34:57.931Z] 6ca5941a6612: Pull complete [2020-10-02T16:34:57.931Z] ecc8261a40a4: Pull complete [2020-10-02T16:34:57.931Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-10-02T16:34:57.931Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-02T16:34:57.931Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-10-02T16:34:58.039Z] prd-centos7-docker-4c-2g-3043 does not seem to be running inside a container [2020-10-02T16:34:58.095Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/159 -v /w/workspace/edgex-go/159:/w/workspace/edgex-go/159:rw,z -v /w/workspace/edgex-go/159@tmp:/w/workspace/edgex-go/159@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-02T16:35:00.542Z] $ docker top d870a6f50b5603a420319ad8cfe55dcc5a779419536d461af9120798a6d0a189 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-02T16:35:00.899Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-02T16:35:00.899Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-02T16:35:01.155Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-02T16:35:01.161Z] $ docker exec d870a6f50b5603a420319ad8cfe55dcc5a779419536d461af9120798a6d0a189 ssh-agent [2020-10-02T16:35:01.371Z] SSH_AUTH_SOCK=/tmp/ssh-QnI7sObT50pt/agent.11 [2020-10-02T16:35:01.371Z] SSH_AGENT_PID=16 [2020-10-02T16:35:01.384Z] Running ssh-add (command line suppressed) [2020-10-02T16:35:01.509Z] Identity added: /w/workspace/edgex-go/159@tmp/private_key_1774846410365090941.key (/w/workspace/edgex-go/159@tmp/private_key_1774846410365090941.key) [2020-10-02T16:35:01.636Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-02T16:35:01.987Z] + git describe --exact-match --tags HEAD [2020-10-02T16:35:01.987Z] fatal: no tag exactly matches '4c1a6d2ffbdc3154b41bea1622b22c22abf998aa' [Pipeline] } [2020-10-02T16:35:02.015Z] $ docker exec --env ******** --env ******** d870a6f50b5603a420319ad8cfe55dcc5a779419536d461af9120798a6d0a189 ssh-agent -k [2020-10-02T16:35:02.132Z] unset SSH_AUTH_SOCK; [2020-10-02T16:35:02.133Z] unset SSH_AGENT_PID; [2020-10-02T16:35:02.133Z] echo Agent pid 16 killed; [2020-10-02T16:35:02.180Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-10-02T16:35:02.338Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-10-02T16:35:02.338Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-10-02T16:35:02.437Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-02T16:35:02.437Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-02T16:35:02.610Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-02T16:35:02.616Z] $ docker exec d870a6f50b5603a420319ad8cfe55dcc5a779419536d461af9120798a6d0a189 ssh-agent [2020-10-02T16:35:02.774Z] SSH_AUTH_SOCK=/tmp/ssh-b0BHDJlXOEoW/agent.44 [2020-10-02T16:35:02.774Z] SSH_AGENT_PID=49 [2020-10-02T16:35:02.780Z] Running ssh-add (command line suppressed) [2020-10-02T16:35:02.903Z] Identity added: /w/workspace/edgex-go/159@tmp/private_key_7263220626148026088.key (/w/workspace/edgex-go/159@tmp/private_key_7263220626148026088.key) [2020-10-02T16:35:02.955Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-02T16:35:03.283Z] + git semver init [2020-10-02T16:35:03.283Z] # -> Open(): unable to determine branch for HEAD [2020-10-02T16:35:03.283Z] # $GIT_DIR = /w/workspace/edgex-go/159/.git [2020-10-02T16:35:03.283Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/159 [2020-10-02T16:35:03.283Z] # $SEMVER_REMOTE_NAME = origin [2020-10-02T16:35:03.283Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-02T16:35:03.283Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-02T16:35:03.283Z] # $SEMVER_BRANCH = master [2020-10-02T16:35:03.283Z] # $SEMVER_TEMP = /tmp/semver-512065186 [2020-10-02T16:35:03.283Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-10-02T16:35:21.452Z] # '/tmp/semver-512065186' -> '/w/workspace/edgex-go/159/.semver' [2020-10-02T16:35:21.452Z] # -> Force: false [2020-10-02T16:35:21.452Z] # $SEMVER_DIR = /w/workspace/edgex-go/159/.semver [Pipeline] } [2020-10-02T16:35:21.468Z] $ docker exec --env ******** --env ******** d870a6f50b5603a420319ad8cfe55dcc5a779419536d461af9120798a6d0a189 ssh-agent -k [2020-10-02T16:35:21.708Z] unset SSH_AUTH_SOCK; [2020-10-02T16:35:21.709Z] unset SSH_AGENT_PID; [2020-10-02T16:35:21.709Z] echo Agent pid 49 killed; [2020-10-02T16:35:21.817Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-02T16:35:22.294Z] + git semver [Pipeline] } [2020-10-02T16:35:22.317Z] $ docker stop --time=1 d870a6f50b5603a420319ad8cfe55dcc5a779419536d461af9120798a6d0a189 [2020-10-02T16:35:24.040Z] $ docker rm -f d870a6f50b5603a420319ad8cfe55dcc5a779419536d461af9120798a6d0a189 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-10-02T16:35:38.170Z] Stashed 61 file(s) [Pipeline] echo [2020-10-02T16:35:38.173Z] [edgeXSemver]: initialized semver on version 1.2.2-dev.44 [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-02T16:35:38.730Z] ========================================================= [2020-10-02T16:35:38.730Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-10-02T16:35:38.730Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:35:39.078Z] + 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-02T16:35:43.325Z] Sending build context to Docker daemon 324.6MB [2020-10-02T16:35:43.325Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-02T16:35:43.325Z] Step 2/7 : FROM ${BASE} [2020-10-02T16:35:43.325Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-10-02T16:35:43.325Z] df20fa9351a1: Pulling fs layer [2020-10-02T16:35:43.325Z] ed8968b2872e: Pulling fs layer [2020-10-02T16:35:43.325Z] a92cc7c5fd73: Pulling fs layer [2020-10-02T16:35:43.325Z] e871e8e8d7a9: Pulling fs layer [2020-10-02T16:35:43.325Z] e73272ec9a57: Pulling fs layer [2020-10-02T16:35:43.325Z] 1e910a182e73: Pulling fs layer [2020-10-02T16:35:43.325Z] 4e634b169226: Pulling fs layer [2020-10-02T16:35:43.325Z] e73272ec9a57: Waiting [2020-10-02T16:35:43.325Z] 1e910a182e73: Waiting [2020-10-02T16:35:43.325Z] 4e634b169226: Waiting [2020-10-02T16:35:43.325Z] e871e8e8d7a9: Waiting [2020-10-02T16:35:43.325Z] a92cc7c5fd73: Verifying Checksum [2020-10-02T16:35:43.325Z] a92cc7c5fd73: Download complete [2020-10-02T16:35:43.325Z] ed8968b2872e: Verifying Checksum [2020-10-02T16:35:43.325Z] ed8968b2872e: Download complete [2020-10-02T16:35:43.325Z] e73272ec9a57: Download complete [2020-10-02T16:35:43.594Z] 1e910a182e73: Verifying Checksum [2020-10-02T16:35:43.594Z] 1e910a182e73: Download complete [2020-10-02T16:35:43.594Z] df20fa9351a1: Verifying Checksum [2020-10-02T16:35:43.594Z] df20fa9351a1: Download complete [2020-10-02T16:35:43.857Z] df20fa9351a1: Pull complete [2020-10-02T16:35:44.438Z] ed8968b2872e: Pull complete [2020-10-02T16:35:44.438Z] a92cc7c5fd73: Pull complete [2020-10-02T16:35:45.400Z] 4e634b169226: Download complete [2020-10-02T16:35:46.363Z] e871e8e8d7a9: Verifying Checksum [2020-10-02T16:35:46.363Z] e871e8e8d7a9: Download complete [2020-10-02T16:35:51.727Z] e871e8e8d7a9: Pull complete [2020-10-02T16:35:51.727Z] e73272ec9a57: Pull complete [2020-10-02T16:35:51.989Z] 1e910a182e73: Pull complete [2020-10-02T16:35:53.522Z] Still waiting to schedule task [2020-10-02T16:35:53.522Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-10-02T16:35:57.309Z] 4e634b169226: Pull complete [2020-10-02T16:35:57.310Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-10-02T16:35:57.310Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-10-02T16:35:57.310Z] ---> f7629b54cfaa [2020-10-02T16:35:57.310Z] 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-02T16:35:57.310Z] ---> Running in b43975018d12 [2020-10-02T16:35:57.310Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-02T16:35:58.259Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-02T16:35:58.521Z] (1/12) Installing libmagic (5.38-r0) [2020-10-02T16:35:58.784Z] (2/12) Installing file (5.38-r0) [2020-10-02T16:35:58.784Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-10-02T16:35:58.784Z] (4/12) Installing g++ (9.3.0-r2) [2020-10-02T16:36:03.005Z] (5/12) Installing fortify-headers (1.1-r0) [2020-10-02T16:36:03.005Z] (6/12) Installing patch (2.7.6-r6) [2020-10-02T16:36:03.005Z] (7/12) Installing build-base (0.5-r2) [2020-10-02T16:36:03.005Z] (8/12) Installing libsodium (1.0.18-r0) [2020-10-02T16:36:03.005Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-10-02T16:36:03.005Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-10-02T16:36:03.005Z] (11/12) Installing libzmq (4.3.3-r0) [2020-10-02T16:36:03.005Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-10-02T16:36:03.005Z] Executing busybox-1.31.1-r16.trigger [2020-10-02T16:36:03.005Z] OK: 233 MiB in 51 packages [2020-10-02T16:36:07.234Z] Removing intermediate container b43975018d12 [2020-10-02T16:36:07.234Z] ---> 27809e96b8d3 [2020-10-02T16:36:07.234Z] Step 4/7 : WORKDIR /edgex-go [2020-10-02T16:36:07.234Z] ---> Running in e640c12c8e1f [2020-10-02T16:36:07.234Z] Removing intermediate container e640c12c8e1f [2020-10-02T16:36:07.234Z] ---> 4270c79aabee [2020-10-02T16:36:07.234Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-10-02T16:36:07.234Z] latest: Pulling from library/docker [2020-10-02T16:36:07.503Z] df20fa9351a1: Already exists [2020-10-02T16:36:07.503Z] 25ad7478873d: Pulling fs layer [2020-10-02T16:36:07.503Z] 4684f6177b5d: Pulling fs layer [2020-10-02T16:36:07.503Z] 8ba584e970af: Pulling fs layer [2020-10-02T16:36:07.503Z] 3cdc74d2b06d: Pulling fs layer [2020-10-02T16:36:07.503Z] 4cf5a0d07c1f: Pulling fs layer [2020-10-02T16:36:07.503Z] fca0ccc462d5: Pulling fs layer [2020-10-02T16:36:07.503Z] 3cdc74d2b06d: Waiting [2020-10-02T16:36:07.503Z] 4cf5a0d07c1f: Waiting [2020-10-02T16:36:07.503Z] fca0ccc462d5: Waiting [2020-10-02T16:36:07.503Z] 4684f6177b5d: Verifying Checksum [2020-10-02T16:36:07.503Z] 4684f6177b5d: Download complete [2020-10-02T16:36:07.503Z] 25ad7478873d: Verifying Checksum [2020-10-02T16:36:07.773Z] 4cf5a0d07c1f: Verifying Checksum [2020-10-02T16:36:07.773Z] 4cf5a0d07c1f: Download complete [2020-10-02T16:36:07.773Z] fca0ccc462d5: Download complete [2020-10-02T16:36:07.773Z] 25ad7478873d: Pull complete [2020-10-02T16:36:08.045Z] 4684f6177b5d: Pull complete [2020-10-02T16:36:08.045Z] 3cdc74d2b06d: Verifying Checksum [2020-10-02T16:36:08.045Z] 3cdc74d2b06d: Download complete [2020-10-02T16:36:08.623Z] 8ba584e970af: Verifying Checksum [2020-10-02T16:36:08.623Z] 8ba584e970af: Download complete [2020-10-02T16:36:11.200Z] 8ba584e970af: Pull complete [2020-10-02T16:36:11.200Z] 3cdc74d2b06d: Pull complete [2020-10-02T16:36:11.200Z] 4cf5a0d07c1f: Pull complete [2020-10-02T16:36:11.200Z] fca0ccc462d5: Pull complete [2020-10-02T16:36:11.463Z] Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 [2020-10-02T16:36:11.463Z] Status: Downloaded newer image for docker:latest [2020-10-02T16:36:12.868Z] ---> f94e55c6f08a [2020-10-02T16:36:12.868Z] Step 6/7 : COPY go.mod . [2020-10-02T16:36:13.132Z] ---> 7dc94933f7cb [2020-10-02T16:36:13.132Z] Step 7/7 : RUN go mod download [2020-10-02T16:36:13.132Z] ---> Running in 1fd51a278e1e [2020-10-02T16:36:35.152Z] Removing intermediate container 1fd51a278e1e [2020-10-02T16:36:35.152Z] ---> 9e371ff6e64a [2020-10-02T16:36:35.152Z] Successfully built 9e371ff6e64a [2020-10-02T16:36:35.152Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:36:35.487Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-02T16:36:35.487Z] . [Pipeline] withDockerContainer [2020-10-02T16:36:35.596Z] prd-centos7-docker-4c-2g-3043 does not seem to be running inside a container [2020-10-02T16:36:35.654Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/159 -v /w/workspace/edgex-go/159:/w/workspace/edgex-go/159:rw,z -v /w/workspace/edgex-go/159@tmp:/w/workspace/edgex-go/159@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-02T16:36:36.466Z] $ docker top 4b462521fbdf616cdcdb2c52b1c19c09d0151fd6586bdc00341db506ea028e68 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-02T16:36:36.994Z] + go version [2020-10-02T16:36:36.994Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-10-02T16:36:37.013Z] $ docker stop --time=1 4b462521fbdf616cdcdb2c52b1c19c09d0151fd6586bdc00341db506ea028e68 [2020-10-02T16:36:38.404Z] $ docker rm -f 4b462521fbdf616cdcdb2c52b1c19c09d0151fd6586bdc00341db506ea028e68 [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-02T16:36:41.990Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-02T16:36:41.991Z] [2020-10-02T16:36:41.991Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:36:42.346Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-02T16:36:42.346Z] latest: Pulling from edgex-devops/edgex-compose [2020-10-02T16:36:42.346Z] cbdbe7a5bc2a: Pulling fs layer [2020-10-02T16:36:42.346Z] ca9280d653b3: Pulling fs layer [2020-10-02T16:36:42.346Z] 7e9c9ca2126c: Pulling fs layer [2020-10-02T16:36:42.615Z] cbdbe7a5bc2a: Download complete [2020-10-02T16:36:43.206Z] ca9280d653b3: Verifying Checksum [2020-10-02T16:36:43.206Z] ca9280d653b3: Download complete [2020-10-02T16:36:43.206Z] cbdbe7a5bc2a: Pull complete [2020-10-02T16:36:44.167Z] ca9280d653b3: Pull complete [2020-10-02T16:36:44.167Z] 7e9c9ca2126c: Download complete [2020-10-02T16:36:50.784Z] 7e9c9ca2126c: Pull complete [2020-10-02T16:36:50.784Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-10-02T16:36:50.784Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-02T16:36:50.784Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-10-02T16:36:50.925Z] prd-centos7-docker-4c-2g-3043 does not seem to be running inside a container [2020-10-02T16:36:50.977Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/159 -v /w/workspace/edgex-go/159:/w/workspace/edgex-go/159:rw,z -v /w/workspace/edgex-go/159@tmp:/w/workspace/edgex-go/159@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-02T16:36:54.022Z] $ docker top e873988275320d75e765c5ee89f58680c3655af3c359e0fde51a680a28afc6e7 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-02T16:36:54.561Z] + docker-compose build --help [2020-10-02T16:36:54.561Z] + grep parallel [2020-10-02T16:36:55.507Z] --parallel Build images in parallel. [Pipeline] } [2020-10-02T16:36:55.525Z] $ docker stop --time=1 e873988275320d75e765c5ee89f58680c3655af3c359e0fde51a680a28afc6e7 [2020-10-02T16:36:56.928Z] $ docker rm -f e873988275320d75e765c5ee89f58680c3655af3c359e0fde51a680a28afc6e7 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:36:57.578Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-02T16:36:57.578Z] . [Pipeline] withDockerContainer [2020-10-02T16:36:57.677Z] prd-centos7-docker-4c-2g-3043 does not seem to be running inside a container [2020-10-02T16:36:57.728Z] $ 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/159 -v /w/workspace/edgex-go/159:/w/workspace/edgex-go/159:rw,z -v /w/workspace/edgex-go/159@tmp:/w/workspace/edgex-go/159@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-02T16:36:58.545Z] $ docker top 21a177305c939fbf835e88a148eb48a3a1b2be0b39e13db0d0682365913d952f -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-02T16:36:59.048Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-10-02T16:36:59.997Z] Building docker-core-command-go ... [2020-10-02T16:36:59.997Z] Building docker-core-data-go ... [2020-10-02T16:36:59.997Z] Building docker-core-metadata-go ... [2020-10-02T16:36:59.997Z] Building docker-security-proxy-setup-go ... [2020-10-02T16:36:59.997Z] Building docker-security-secrets-setup-go ... [2020-10-02T16:36:59.997Z] Building docker-security-secretstore-setup-go ... [2020-10-02T16:36:59.997Z] Building docker-support-logging-go ... [2020-10-02T16:36:59.997Z] Building docker-support-notifications-go ... [2020-10-02T16:36:59.997Z] Building docker-support-scheduler-go ... [2020-10-02T16:36:59.997Z] Building docker-sys-mgmt-agent-go ... [2020-10-02T16:36:59.997Z] Building docker-support-scheduler-go [2020-10-02T16:36:59.997Z] Building docker-security-secretstore-setup-go [2020-10-02T16:36:59.997Z] Building docker-support-logging-go [2020-10-02T16:36:59.997Z] Building docker-sys-mgmt-agent-go [2020-10-02T16:36:59.997Z] Building docker-security-proxy-setup-go [2020-10-02T16:37:22.108Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-02T16:37:22.108Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-10-02T16:37:22.108Z] ---> 9e371ff6e64a [2020-10-02T16:37:22.108Z] Step 3/20 : WORKDIR /edgex-go [2020-10-02T16:37:22.108Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-02T16:37:22.108Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-10-02T16:37:22.108Z] ---> 9e371ff6e64a [2020-10-02T16:37:22.108Z] Step 3/21 : WORKDIR /edgex-go [2020-10-02T16:37:22.108Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-02T16:37:22.108Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-10-02T16:37:22.108Z] ---> 9e371ff6e64a [2020-10-02T16:37:22.108Z] Step 3/27 : WORKDIR /edgex-go [2020-10-02T16:37:22.108Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-02T16:37:22.108Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-02T16:37:22.108Z] ---> 9e371ff6e64a [2020-10-02T16:37:22.108Z] Step 3/22 : WORKDIR /edgex-go [2020-10-02T16:37:22.108Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-02T16:37:22.108Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-10-02T16:37:22.108Z] ---> 9e371ff6e64a [2020-10-02T16:37:22.108Z] Step 3/26 : WORKDIR /edgex-go [2020-10-02T16:37:22.383Z] ---> Running in e7a6c7606b2a [2020-10-02T16:37:22.383Z] ---> Running in 2500810cfd96 [2020-10-02T16:37:22.383Z] ---> Running in 2b39025d7232 [2020-10-02T16:37:22.383Z] ---> Running in e53138fbc12a [2020-10-02T16:37:22.383Z] ---> Running in e448446f72eb [2020-10-02T16:37:22.653Z] Removing intermediate container e7a6c7606b2a [2020-10-02T16:37:22.653Z] ---> 175cf371be4f [2020-10-02T16:37:22.653Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-02T16:37:22.653Z] Removing intermediate container e448446f72eb [2020-10-02T16:37:22.653Z] ---> ba971b615f69 [2020-10-02T16:37:22.653Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-02T16:37:22.917Z] Removing intermediate container e53138fbc12a [2020-10-02T16:37:22.917Z] ---> 6b0154e51a76 [2020-10-02T16:37:22.917Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-02T16:37:22.917Z] Removing intermediate container 2b39025d7232 [2020-10-02T16:37:22.917Z] ---> 467922b063ca [2020-10-02T16:37:22.917Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-02T16:37:22.917Z] Removing intermediate container 2500810cfd96 [2020-10-02T16:37:22.917Z] ---> 03119b0a4262 [2020-10-02T16:37:22.917Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-02T16:37:23.490Z] ---> Running in cc34dfeb62e3 [2020-10-02T16:37:23.756Z] ---> Running in 9ba5e914a1c2 [2020-10-02T16:37:23.756Z] ---> Running in 4a2ce7b17907 [2020-10-02T16:37:23.756Z] ---> Running in d72f78ab6e89 [2020-10-02T16:37:23.756Z] ---> Running in f3ce80f2c1ad [2020-10-02T16:37:26.333Z] Removing intermediate container cc34dfeb62e3 [2020-10-02T16:37:26.333Z] ---> 72686b1e000b [2020-10-02T16:37:26.333Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-10-02T16:37:26.333Z] Removing intermediate container 9ba5e914a1c2 [2020-10-02T16:37:26.333Z] ---> 34a47c2d9862 [2020-10-02T16:37:26.333Z] Step 5/27 : RUN apk update && apk add make bash git [2020-10-02T16:37:26.333Z] Removing intermediate container d72f78ab6e89 [2020-10-02T16:37:26.333Z] ---> b01908958fcf [2020-10-02T16:37:26.333Z] Step 5/21 : RUN apk update && apk add make git [2020-10-02T16:37:26.333Z] Removing intermediate container 4a2ce7b17907 [2020-10-02T16:37:26.333Z] ---> cfa3f68ab06e [2020-10-02T16:37:26.333Z] Step 5/20 : RUN apk update && apk add make git [2020-10-02T16:37:26.333Z] ---> Running in 459bcfc5280e [2020-10-02T16:37:26.333Z] ---> Running in 713f5797ded3 [2020-10-02T16:37:26.333Z] Removing intermediate container f3ce80f2c1ad [2020-10-02T16:37:26.333Z] ---> 3c6af60dcfa7 [2020-10-02T16:37:26.333Z] Step 5/26 : RUN apk update && apk add make git [2020-10-02T16:37:26.333Z] ---> Running in bd76d78e6d55 [2020-10-02T16:37:26.333Z] ---> Running in 02ab259a9556 [2020-10-02T16:37:26.686Z] ---> Running in 65cc5de631c3 [2020-10-02T16:37:27.502Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-02T16:37:27.502Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-02T16:37:27.502Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-02T16:37:27.785Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-02T16:37:27.785Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-02T16:37:28.110Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-02T16:37:28.385Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-02T16:37:28.385Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-02T16:37:28.647Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-02T16:37:28.647Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-02T16:37:29.230Z] v3.12.0-362-g9ed1b5bb6e [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-02T16:37:29.230Z] v3.12.0-360-ge0913ff1f1 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-02T16:37:29.230Z] OK: 12752 distinct packages available [2020-10-02T16:37:29.230Z] v3.12.0-362-g9ed1b5bb6e [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-02T16:37:29.230Z] v3.12.0-360-ge0913ff1f1 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-02T16:37:29.230Z] OK: 12752 distinct packages available [2020-10-02T16:37:29.230Z] v3.12.0-362-g9ed1b5bb6e [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-02T16:37:29.230Z] v3.12.0-360-ge0913ff1f1 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-02T16:37:29.230Z] OK: 12752 distinct packages available [2020-10-02T16:37:29.230Z] OK: 233 MiB in 51 packages [2020-10-02T16:37:29.497Z] OK: 233 MiB in 51 packages [2020-10-02T16:37:29.497Z] OK: 233 MiB in 51 packages [2020-10-02T16:37:29.497Z] v3.12.0-362-g9ed1b5bb6e [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-02T16:37:29.497Z] v3.12.0-360-ge0913ff1f1 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-02T16:37:29.497Z] OK: 12752 distinct packages available [2020-10-02T16:37:29.497Z] OK: 233 MiB in 51 packages [2020-10-02T16:37:29.765Z] OK: 233 MiB in 51 packages [2020-10-02T16:37:30.031Z] v3.12.0-362-g9ed1b5bb6e [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-02T16:37:30.031Z] v3.12.0-360-ge0913ff1f1 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-02T16:37:30.031Z] OK: 12752 distinct packages available [2020-10-02T16:37:30.299Z] Removing intermediate container bd76d78e6d55 [2020-10-02T16:37:30.299Z] ---> b04bbb497e81 [2020-10-02T16:37:30.299Z] Step 6/20 : COPY go.mod . [2020-10-02T16:37:30.299Z] OK: 233 MiB in 51 packages [2020-10-02T16:37:30.299Z] Removing intermediate container 459bcfc5280e [2020-10-02T16:37:30.299Z] ---> d69e1594d51d [2020-10-02T16:37:30.299Z] Step 6/27 : COPY go.mod . [2020-10-02T16:37:30.567Z] Removing intermediate container 713f5797ded3 [2020-10-02T16:37:30.567Z] ---> 4fefb4a30939 [2020-10-02T16:37:30.567Z] Step 6/22 : COPY go.mod . [2020-10-02T16:37:30.831Z] Removing intermediate container 02ab259a9556 [2020-10-02T16:37:30.831Z] ---> bee679b3f8c4 [2020-10-02T16:37:30.831Z] Step 6/21 : COPY go.mod . [2020-10-02T16:37:30.831Z] ---> ace3fe4db8a4 [2020-10-02T16:37:30.831Z] Step 7/20 : RUN go mod download [2020-10-02T16:37:30.831Z] ---> 18223c40a856 [2020-10-02T16:37:30.831Z] Step 7/27 : RUN go mod download [2020-10-02T16:37:31.095Z] ---> 59a08a8679f4 [2020-10-02T16:37:31.095Z] Step 7/22 : RUN go mod download [2020-10-02T16:37:31.095Z] ---> Running in 2658d881a051 [2020-10-02T16:37:31.095Z] ---> Running in 93e4b455f7d9 [2020-10-02T16:37:31.356Z] ---> 860e96aea645 [2020-10-02T16:37:31.356Z] Step 7/21 : RUN go mod download [2020-10-02T16:37:31.356Z] ---> Running in 50ae8ddf9d3f [2020-10-02T16:37:31.356Z] Removing intermediate container 65cc5de631c3 [2020-10-02T16:37:31.356Z] ---> 928177aed20e [2020-10-02T16:37:31.356Z] Step 6/26 : COPY go.mod . [2020-10-02T16:37:31.618Z] ---> Running in 508288afadb6 [2020-10-02T16:37:31.883Z] ---> eea7435bafb7 [2020-10-02T16:37:31.883Z] Step 7/26 : RUN go mod download [2020-10-02T16:37:32.153Z] ---> Running in 881c2f05637f [2020-10-02T16:37:34.097Z] Removing intermediate container 2658d881a051 [2020-10-02T16:37:34.097Z] ---> 73ce4d156744 [2020-10-02T16:37:34.098Z] Step 8/20 : COPY . . [2020-10-02T16:37:34.098Z] Removing intermediate container 508288afadb6 [2020-10-02T16:37:34.098Z] ---> 0afe06ab90a3 [2020-10-02T16:37:34.098Z] Step 8/21 : COPY . . [2020-10-02T16:37:34.098Z] Removing intermediate container 50ae8ddf9d3f [2020-10-02T16:37:34.098Z] ---> 90cdf27e1b78 [2020-10-02T16:37:34.098Z] Step 8/22 : COPY . . [2020-10-02T16:37:34.098Z] Removing intermediate container 881c2f05637f [2020-10-02T16:37:34.098Z] ---> a13815d3bff0 [2020-10-02T16:37:34.098Z] Step 8/26 : COPY . . [2020-10-02T16:37:34.098Z] Removing intermediate container 93e4b455f7d9 [2020-10-02T16:37:34.098Z] ---> 479e52361730 [2020-10-02T16:37:34.098Z] Step 8/27 : COPY . . [2020-10-02T16:37:45.969Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-3045 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2020-10-02T16:37:46.034Z] Running in /w/workspace/edgex-go/159 [Pipeline] { [Pipeline] checkout [2020-10-02T16:37:51.454Z] using credential edgex-jenkins-ssh [2020-10-02T16:37:51.512Z] Cloning the remote Git repository [2020-10-02T16:37:51.575Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-10-02T16:37:51.686Z] > git init /w/workspace/edgex-go/159 # timeout=10 [2020-10-02T16:37:51.773Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-02T16:37:51.774Z] > git --version # timeout=10 [2020-10-02T16:37:51.790Z] > git --version # 'git version 2.17.1' [2020-10-02T16:37:51.791Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-02T16:37:51.848Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-02T16:38:00.875Z] ---> 1fd67f463246 [2020-10-02T16:38:00.876Z] ---> 463205c2ada2 [2020-10-02T16:38:00.876Z] Step 9/21 : RUN make cmd/support-scheduler/support-schedulerStep 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-10-02T16:38:00.876Z] [2020-10-02T16:38:00.876Z] ---> f5579b5d8a69 [2020-10-02T16:38:00.876Z] 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-02T16:38:00.876Z] ---> 180ff2fb3bb4 [2020-10-02T16:38:00.876Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-10-02T16:38:00.876Z] ---> Running in aa592153f7a4 [2020-10-02T16:38:00.876Z] ---> Running in 1233bdf6dc17 [2020-10-02T16:38:00.876Z] ---> Running in 292bc399a5b7 [2020-10-02T16:38:00.876Z] ---> Running in e949ba5d97d7 [2020-10-02T16:38:00.876Z] ---> 395c88e2d8ed [2020-10-02T16:38:00.876Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-10-02T16:38:00.876Z] ---> Running in 0677b310af76 [2020-10-02T16:38:00.876Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.44" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-10-02T16:38:00.876Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.44" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-10-02T16:38:01.150Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.44" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-10-02T16:38:01.150Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.44" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-10-02T16:38:01.150Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.44" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-10-02T16:38:09.224Z] Checking out Revision 4c1a6d2ffbdc3154b41bea1622b22c22abf998aa (master) [2020-10-02T16:38:08.605Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-02T16:38:08.622Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-02T16:38:08.646Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-02T16:38:08.685Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-02T16:38:08.685Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-02T16:38:08.699Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-02T16:38:09.249Z] > git config core.sparsecheckout # timeout=10 [2020-10-02T16:38:09.270Z] > git checkout -f 4c1a6d2ffbdc3154b41bea1622b22c22abf998aa # timeout=10 [2020-10-02T16:38:13.927Z] Commit message: "feat(v2 all):Impl common V2 API (#2746)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-02T16:38:25.953Z] ========================================================= [2020-10-02T16:38:25.953Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-10-02T16:38:25.953Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:38:26.887Z] + 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-02T16:38:31.287Z] Sending build context to Docker daemon 324.6MB [2020-10-02T16:38:31.287Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-02T16:38:31.287Z] Step 2/7 : FROM ${BASE} [2020-10-02T16:38:31.287Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-10-02T16:38:31.287Z] b538f80385f9: Pulling fs layer [2020-10-02T16:38:31.287Z] 74f711af9a0d: Pulling fs layer [2020-10-02T16:38:31.287Z] 99f96fe45779: Pulling fs layer [2020-10-02T16:38:31.287Z] 8529a6b9a6be: Pulling fs layer [2020-10-02T16:38:31.287Z] 45590311c82a: Pulling fs layer [2020-10-02T16:38:31.287Z] 69ca0ff8b7b3: Pulling fs layer [2020-10-02T16:38:31.287Z] 209524e5b208: Pulling fs layer [2020-10-02T16:38:31.287Z] 45590311c82a: Waiting [2020-10-02T16:38:31.287Z] 69ca0ff8b7b3: Waiting [2020-10-02T16:38:31.287Z] 8529a6b9a6be: Waiting [2020-10-02T16:38:31.287Z] 209524e5b208: Waiting [2020-10-02T16:38:31.287Z] 99f96fe45779: Download complete [2020-10-02T16:38:31.287Z] 74f711af9a0d: Verifying Checksum [2020-10-02T16:38:31.287Z] 74f711af9a0d: Download complete [2020-10-02T16:38:31.287Z] 45590311c82a: Verifying Checksum [2020-10-02T16:38:31.287Z] 45590311c82a: Download complete [2020-10-02T16:38:31.287Z] 69ca0ff8b7b3: Verifying Checksum [2020-10-02T16:38:31.287Z] 69ca0ff8b7b3: Download complete [2020-10-02T16:38:31.571Z] b538f80385f9: Verifying Checksum [2020-10-02T16:38:31.571Z] b538f80385f9: Download complete [2020-10-02T16:38:32.194Z] b538f80385f9: Pull complete [2020-10-02T16:38:32.823Z] 74f711af9a0d: Pull complete [2020-10-02T16:38:33.110Z] 99f96fe45779: Pull complete [2020-10-02T16:38:33.515Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.44" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-10-02T16:38:33.515Z] Removing intermediate container 292bc399a5b7 [2020-10-02T16:38:33.515Z] ---> f320ad33c474 [2020-10-02T16:38:33.515Z] [2020-10-02T16:38:33.515Z] Step 10/20 : FROM alpine [2020-10-02T16:38:33.515Z] latest: Pulling from library/alpine [2020-10-02T16:38:33.515Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.44" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-10-02T16:38:33.515Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-10-02T16:38:33.515Z] Status: Downloaded newer image for alpine:latest [2020-10-02T16:38:33.515Z] ---> a24bb4013296 [2020-10-02T16:38:33.515Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-10-02T16:38:33.515Z] Removing intermediate container 0677b310af76 [2020-10-02T16:38:33.515Z] ---> d93834f1942b [2020-10-02T16:38:33.515Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-10-02T16:38:33.791Z] ---> Running in 7722397592a9 [2020-10-02T16:38:33.791Z] ---> Running in df81df724d54 [2020-10-02T16:38:34.134Z] 209524e5b208: Verifying Checksum [2020-10-02T16:38:34.134Z] 209524e5b208: Download complete [2020-10-02T16:38:34.789Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.44" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-10-02T16:38:35.065Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-02T16:38:35.065Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-02T16:38:35.341Z] v3.12.0-362-g9ed1b5bb6e [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-02T16:38:35.341Z] v3.12.0-360-ge0913ff1f1 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-02T16:38:35.341Z] OK: 12750 distinct packages available [2020-10-02T16:38:35.599Z] 8529a6b9a6be: Verifying Checksum [2020-10-02T16:38:35.599Z] 8529a6b9a6be: Download complete [2020-10-02T16:38:35.620Z] (1/4) Installing ca-certificates (20191127-r4) [2020-10-02T16:38:35.620Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-10-02T16:38:35.620Z] (3/4) Installing libcurl (7.69.1-r1) [2020-10-02T16:38:35.620Z] (4/4) Installing curl (7.69.1-r1) [2020-10-02T16:38:35.620Z] Executing busybox-1.31.1-r16.trigger [2020-10-02T16:38:36.200Z] Executing ca-certificates-20191127-r4.trigger [2020-10-02T16:38:36.200Z] OK: 7 MiB in 18 packages [2020-10-02T16:38:36.471Z] Removing intermediate container e949ba5d97d7 [2020-10-02T16:38:36.471Z] ---> ce8dec0cad25 [2020-10-02T16:38:36.471Z] [2020-10-02T16:38:36.471Z] Step 10/22 : FROM scratch [2020-10-02T16:38:36.471Z] ---> [2020-10-02T16:38:36.471Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-02T16:38:37.051Z] ---> Running in 199ad1a166c4 [2020-10-02T16:38:40.413Z] Removing intermediate container 199ad1a166c4 [2020-10-02T16:38:40.413Z] ---> a6d8c48e0178 [2020-10-02T16:38:40.413Z] Step 12/22 : ENV APP_PORT=48061 [2020-10-02T16:38:40.413Z] Removing intermediate container df81df724d54 [2020-10-02T16:38:40.413Z] ---> ee73f2383d90 [2020-10-02T16:38:40.413Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-02T16:38:40.413Z] ---> Running in 7edc88436467 [2020-10-02T16:38:40.725Z] Removing intermediate container 1233bdf6dc17 [2020-10-02T16:38:40.725Z] ---> 463490684f88 [2020-10-02T16:38:40.725Z] [2020-10-02T16:38:40.725Z] Step 10/26 : FROM alpine:3.10 [2020-10-02T16:38:40.725Z] ---> Running in 73350a52dbce [2020-10-02T16:38:40.725Z] Removing intermediate container 7722397592a9 [2020-10-02T16:38:40.725Z] ---> 9b4f3b9931d2 [2020-10-02T16:38:40.725Z] [2020-10-02T16:38:40.725Z] Step 11/27 : FROM docker:latest [2020-10-02T16:38:40.725Z] ---> 809cc4dba987 [2020-10-02T16:38:40.725Z] Step 12/27 : RUN apk add --no-cache bash [2020-10-02T16:38:40.725Z] Removing intermediate container aa592153f7a4 [2020-10-02T16:38:40.725Z] ---> d9f684d11569 [2020-10-02T16:38:40.725Z] [2020-10-02T16:38:40.725Z] Step 10/21 : FROM scratch [2020-10-02T16:38:40.725Z] ---> [2020-10-02T16:38:40.725Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-02T16:38:41.057Z] ---> Running in da08aad0bff5 [2020-10-02T16:38:41.057Z] Removing intermediate container 7edc88436467 [2020-10-02T16:38:41.057Z] ---> 9d77a82e06b8 [2020-10-02T16:38:41.057Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-02T16:38:41.057Z] ---> Running in 275fb6f3b234 [2020-10-02T16:38:41.057Z] ---> Running in e3cb6bf39b08 [2020-10-02T16:38:41.057Z] Removing intermediate container 73350a52dbce [2020-10-02T16:38:41.057Z] ---> 266c45f80261 [2020-10-02T16:38:41.057Z] Step 13/20 : WORKDIR /edgex [2020-10-02T16:38:41.057Z] 3.10: Pulling from library/alpine [2020-10-02T16:38:41.433Z] ---> Running in 397f7deb462c [2020-10-02T16:38:41.433Z] Removing intermediate container 275fb6f3b234 [2020-10-02T16:38:41.433Z] ---> 9a03317f0876 [2020-10-02T16:38:41.433Z] Step 12/21 : ENV APP_PORT=48085 [2020-10-02T16:38:41.433Z] Removing intermediate container e3cb6bf39b08 [2020-10-02T16:38:41.433Z] ---> e6e014b22133 [2020-10-02T16:38:41.433Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-10-02T16:38:41.433Z] ---> Running in f526efe824d7 [2020-10-02T16:38:41.901Z] Removing intermediate container 397f7deb462c [2020-10-02T16:38:41.901Z] ---> 8a0427e2ac59 [2020-10-02T16:38:41.901Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-10-02T16:38:42.310Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-02T16:38:42.310Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-02T16:38:42.310Z] Removing intermediate container f526efe824d7 [2020-10-02T16:38:42.310Z] ---> 52cf5f774255 [2020-10-02T16:38:42.310Z] Step 13/21 : EXPOSE $APP_PORT [2020-10-02T16:38:42.310Z] (1/2) Installing readline (8.0.4-r0) [2020-10-02T16:38:42.310Z] (2/2) Installing bash (5.0.17-r0) [2020-10-02T16:38:42.310Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-10-02T16:38:42.310Z] ---> a42a2af5390a [2020-10-02T16:38:42.310Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-10-02T16:38:42.671Z] Executing bash-5.0.17-r0.post-install [2020-10-02T16:38:42.671Z] Executing busybox-1.31.1-r16.trigger [2020-10-02T16:38:42.671Z] OK: 12 MiB in 22 packages [2020-10-02T16:38:42.671Z] Status: Downloaded newer image for alpine:3.10 [2020-10-02T16:38:42.671Z] ---> be4e4bea2c2e [2020-10-02T16:38:42.671Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-10-02T16:38:42.671Z] ---> Running in 11798b92c889 [2020-10-02T16:38:42.671Z] ---> 25f149bf4adf [2020-10-02T16:38:42.671Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-10-02T16:38:42.671Z] ---> Running in 286bf124cecc [2020-10-02T16:38:43.016Z] ---> e41c497eb58d [2020-10-02T16:38:43.016Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-10-02T16:38:43.016Z] Removing intermediate container 11798b92c889 [2020-10-02T16:38:43.016Z] ---> 1e22c9afc427 [2020-10-02T16:38:43.016Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-10-02T16:38:43.647Z] ---> 077581a3ac80 [2020-10-02T16:38:43.647Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-10-02T16:38:43.647Z] ---> 89ca83dba489 [2020-10-02T16:38:43.647Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-10-02T16:38:43.647Z] ---> Running in cd8537f27fe3 [2020-10-02T16:38:43.647Z] ---> ac15a65cdb87 [2020-10-02T16:38:43.647Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-10-02T16:38:43.647Z] Removing intermediate container da08aad0bff5 [2020-10-02T16:38:43.647Z] ---> c09130e1387f [2020-10-02T16:38:43.647Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-10-02T16:38:43.942Z] ---> Running in 0e53178097df [2020-10-02T16:38:43.942Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-10-02T16:38:44.250Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-10-02T16:38:44.250Z] Removing intermediate container cd8537f27fe3 [2020-10-02T16:38:44.250Z] ---> e95064ae05da [2020-10-02T16:38:44.250Z] Step 17/20 : CMD ["--init=true"] [2020-10-02T16:38:44.250Z] v3.10.5-94-gea6eea6e70 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-10-02T16:38:44.250Z] v3.10.5-92-g0ca6a6f012 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-10-02T16:38:44.250Z] OK: 10346 distinct packages available [2020-10-02T16:38:44.596Z] ---> d3c30ef11941 [2020-10-02T16:38:44.596Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-10-02T16:38:44.596Z] ---> Running in a2fbed564da8 [2020-10-02T16:38:44.596Z] (1/5) Installing ca-certificates (20191127-r2) [2020-10-02T16:38:44.596Z] ---> 5f01f4987663 [2020-10-02T16:38:44.596Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-10-02T16:38:44.596Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-10-02T16:38:44.596Z] (3/5) Installing libcurl (7.66.0-r1) [2020-10-02T16:38:44.596Z] (4/5) Installing curl (7.66.0-r1) [2020-10-02T16:38:44.596Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-10-02T16:38:44.596Z] Executing busybox-1.30.1-r3.trigger [2020-10-02T16:38:44.596Z] Executing ca-certificates-20191127-r2.trigger [2020-10-02T16:38:44.596Z] OK: 7 MiB in 19 packages [2020-10-02T16:38:44.975Z] ---> Running in 2f97ce822c18 [2020-10-02T16:38:45.300Z] Removing intermediate container a2fbed564da8 [2020-10-02T16:38:45.300Z] ---> 0e89ea2fc7f8 [2020-10-02T16:38:45.300Z] Step 18/20 : LABEL arch=x86_64 [2020-10-02T16:38:45.300Z] ---> 89d9ac9321d1 [2020-10-02T16:38:45.300Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-10-02T16:38:45.635Z] ---> Running in 4873abfb3fdf [2020-10-02T16:38:45.635Z] Removing intermediate container 2f97ce822c18 [2020-10-02T16:38:45.635Z] ---> 6d7f850c1586 [2020-10-02T16:38:45.635Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-02T16:38:45.635Z] ---> Running in 10617e1d1fb6 [2020-10-02T16:38:45.937Z] 8529a6b9a6be: Pull complete [2020-10-02T16:38:45.937Z] 45590311c82a: Pull complete [2020-10-02T16:38:46.265Z] 69ca0ff8b7b3: Pull complete [2020-10-02T16:38:46.267Z] ---> Running in f1e71547b056 [2020-10-02T16:38:46.267Z] Removing intermediate container 4873abfb3fdf [2020-10-02T16:38:46.267Z] ---> cf068949fd2f [2020-10-02T16:38:46.267Z] Step 19/20 : LABEL git_sha=4c1a6d2ffbdc3154b41bea1622b22c22abf998aa [2020-10-02T16:38:46.560Z] Removing intermediate container 286bf124cecc [2020-10-02T16:38:46.560Z] ---> c25b040070ea [2020-10-02T16:38:46.560Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-02T16:38:46.560Z] Removing intermediate container 10617e1d1fb6 [2020-10-02T16:38:46.560Z] ---> c532fa5777a5 [2020-10-02T16:38:46.560Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-02T16:38:46.560Z] Removing intermediate container 0e53178097df [2020-10-02T16:38:46.560Z] ---> 67ca3819376f [2020-10-02T16:38:46.560Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-10-02T16:38:46.560Z] ---> Running in 2a1969585534 [2020-10-02T16:38:46.560Z] Removing intermediate container f1e71547b056 [2020-10-02T16:38:46.560Z] ---> fde0ae6c7435 [2020-10-02T16:38:46.560Z] Step 20/22 : LABEL arch=x86_64 [2020-10-02T16:38:46.861Z] ---> Running in 2866443850e7 [2020-10-02T16:38:46.861Z] ---> Running in cf6ec8350b78 [2020-10-02T16:38:47.255Z] ---> Running in 0664dba4a9de [2020-10-02T16:38:47.255Z] ---> Running in 29ac83bee351 [2020-10-02T16:38:47.255Z] Removing intermediate container 2a1969585534 [2020-10-02T16:38:47.255Z] ---> 7e7a56c2fb40 [2020-10-02T16:38:47.255Z] Step 20/20 : LABEL version=1.2.2-dev.44 [2020-10-02T16:38:47.255Z] Removing intermediate container cf6ec8350b78 [2020-10-02T16:38:47.255Z] ---> 6532e2d1fec4 [2020-10-02T16:38:47.255Z] Step 19/21 : LABEL arch=x86_64 [2020-10-02T16:38:47.255Z] Removing intermediate container 2866443850e7 [2020-10-02T16:38:47.255Z] ---> 7261e78738c2 [2020-10-02T16:38:47.255Z] Step 13/26 : WORKDIR / [2020-10-02T16:38:47.656Z] Removing intermediate container 0664dba4a9de [2020-10-02T16:38:47.656Z] ---> ecbe65ce3ff8 [2020-10-02T16:38:47.656Z] Step 15/27 : ENV APP_PORT=48090 [2020-10-02T16:38:47.656Z] ---> Running in 467de34c313b [2020-10-02T16:38:47.656Z] ---> Running in dd7674ba5271 [2020-10-02T16:38:47.656Z] ---> Running in f4d27a90529f [2020-10-02T16:38:47.656Z] ---> Running in f62c7eac31bf [2020-10-02T16:38:47.656Z] Removing intermediate container 29ac83bee351 [2020-10-02T16:38:47.656Z] ---> 185eab1b830c [2020-10-02T16:38:47.656Z] Step 21/22 : LABEL git_sha=4c1a6d2ffbdc3154b41bea1622b22c22abf998aa [2020-10-02T16:38:47.656Z] ---> Running in 329fd6353b7e [2020-10-02T16:38:47.992Z] Removing intermediate container dd7674ba5271 [2020-10-02T16:38:47.992Z] ---> 248e983abc20 [2020-10-02T16:38:47.992Z] Step 20/21 : LABEL git_sha=4c1a6d2ffbdc3154b41bea1622b22c22abf998aa [2020-10-02T16:38:47.992Z] Removing intermediate container f62c7eac31bf [2020-10-02T16:38:47.992Z] ---> 2e45c34ea3e3 [2020-10-02T16:38:47.992Z] Step 16/27 : EXPOSE $APP_PORT [2020-10-02T16:38:47.992Z] Removing intermediate container f4d27a90529f [2020-10-02T16:38:47.992Z] ---> 71c5bf2d4b55 [2020-10-02T16:38:47.992Z] 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-02T16:38:47.992Z] Removing intermediate container 467de34c313b [2020-10-02T16:38:47.992Z] ---> fd4b529ab73d [2020-10-02T16:38:47.992Z] [2020-10-02T16:38:47.992Z] Removing intermediate container 329fd6353b7e [2020-10-02T16:38:47.992Z] ---> ce282d7f3ccc [2020-10-02T16:38:47.992Z] Step 22/22 : LABEL version=1.2.2-dev.44 [2020-10-02T16:38:48.339Z] ---> Running in 11870351d135 [2020-10-02T16:38:48.339Z] Successfully built fd4b529ab73d [2020-10-02T16:38:48.339Z] ---> Running in 2b35411a5116 [2020-10-02T16:38:48.339Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-10-02T16:38:48.339Z]  Building docker-security-proxy-setup-go ... done  ---> Running in c86120011d59 [2020-10-02T16:38:48.339Z] Building docker-core-metadata-go [2020-10-02T16:38:48.723Z] ---> 39ad3635b9a9 [2020-10-02T16:38:48.723Z] 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-02T16:38:48.723Z] Removing intermediate container 11870351d135 [2020-10-02T16:38:48.723Z] ---> e1686003e72c [2020-10-02T16:38:48.723Z] Step 21/21 : LABEL version=1.2.2-dev.44 [2020-10-02T16:38:48.723Z] ---> Running in a5f56cf39084 [2020-10-02T16:38:48.723Z] Removing intermediate container 2b35411a5116 [2020-10-02T16:38:48.723Z] ---> 8ae18d52c284 [2020-10-02T16:38:48.723Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-10-02T16:38:48.723Z] Removing intermediate container c86120011d59 [2020-10-02T16:38:48.723Z] ---> 865bff4aa522 [2020-10-02T16:38:48.723Z] [2020-10-02T16:38:49.011Z] Successfully built 865bff4aa522 [2020-10-02T16:38:49.011Z] Successfully tagged docker-support-logging-go:latest [2020-10-02T16:38:49.307Z] Building docker-support-notifications-go [2020-10-02T16:38:49.307Z]  Building docker-support-logging-go ... done  ---> 9721889061cd [2020-10-02T16:38:49.307Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-10-02T16:38:49.308Z] Removing intermediate container a5f56cf39084 [2020-10-02T16:38:49.308Z] ---> 087f8edffff1 [2020-10-02T16:38:49.308Z] [2020-10-02T16:38:49.581Z] ---> 82773025e539 [2020-10-02T16:38:49.581Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-10-02T16:38:49.581Z] Successfully built 087f8edffff1 [2020-10-02T16:38:49.581Z] Successfully tagged docker-support-scheduler-go:latest [2020-10-02T16:38:49.581Z] Building docker-core-command-go [2020-10-02T16:38:49.882Z]  Building docker-support-scheduler-go ... done  ---> dbcccec4a6f1 [2020-10-02T16:38:49.882Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-10-02T16:38:50.161Z] ---> 6294e4503da1 [2020-10-02T16:38:50.161Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-10-02T16:38:50.175Z] 209524e5b208: Pull complete [2020-10-02T16:38:50.175Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-10-02T16:38:50.175Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-10-02T16:38:50.175Z] ---> 5bddaf1c2fca [2020-10-02T16:38:50.175Z] 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-02T16:38:54.583Z] ---> Running in 0271e5a01eba [2020-10-02T16:38:55.560Z] ---> d188ba00195b [2020-10-02T16:38:55.560Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-10-02T16:38:55.560Z] ---> 2ec1787f6199 [2020-10-02T16:38:55.560Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-10-02T16:38:55.594Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-02T16:38:55.831Z] ---> Running in 5834420d4f4f [2020-10-02T16:38:56.628Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-02T16:38:56.822Z] ---> 7cb90a26f81f [2020-10-02T16:38:56.822Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-10-02T16:38:56.822Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-02T16:38:56.822Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-02T16:38:57.105Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-10-02T16:38:57.105Z] (2/33) Installing expat (2.2.9-r1) [2020-10-02T16:38:57.105Z] (3/33) Installing libffi (3.3-r2) [2020-10-02T16:38:57.105Z] (4/33) Installing gdbm (1.13-r1) [2020-10-02T16:38:57.390Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-10-02T16:38:57.390Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-10-02T16:38:57.390Z] (7/33) Installing python3 (3.8.5-r0) [2020-10-02T16:38:58.136Z] (1/12) Installing libmagic (5.38-r0) [2020-10-02T16:38:58.433Z] (2/12) Installing file (5.38-r0) [2020-10-02T16:38:58.433Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-10-02T16:38:58.740Z] (4/12) Installing g++ (9.3.0-r2) [2020-10-02T16:39:04.110Z] ---> 995fb99bf61f [2020-10-02T16:39:04.110Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-10-02T16:39:04.110Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-10-02T16:39:04.110Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-10-02T16:39:04.110Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-10-02T16:39:04.110Z] (11/33) Installing py3-six (1.15.0-r0) [2020-10-02T16:39:04.110Z] (12/33) Installing py3-packaging (20.4-r0) [2020-10-02T16:39:05.086Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-10-02T16:39:05.362Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-10-02T16:39:05.967Z] (15/33) Installing py3-idna (2.9-r0) [2020-10-02T16:39:06.559Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-10-02T16:39:06.861Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-02T16:39:06.861Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-02T16:39:06.861Z] ---> 9e371ff6e64a [2020-10-02T16:39:06.861Z] Step 3/22 : WORKDIR /edgex-go [2020-10-02T16:39:06.861Z] ---> Using cache [2020-10-02T16:39:06.861Z] ---> ba971b615f69 [2020-10-02T16:39:06.861Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-02T16:39:06.861Z] ---> Using cache [2020-10-02T16:39:06.861Z] ---> cfa3f68ab06e [2020-10-02T16:39:06.861Z] Step 5/22 : RUN apk update && apk add make git [2020-10-02T16:39:06.861Z] ---> Using cache [2020-10-02T16:39:06.861Z] ---> b04bbb497e81 [2020-10-02T16:39:06.861Z] Step 6/22 : COPY go.mod . [2020-10-02T16:39:06.861Z] ---> Using cache [2020-10-02T16:39:06.861Z] ---> ace3fe4db8a4 [2020-10-02T16:39:06.861Z] Step 7/22 : RUN go mod download [2020-10-02T16:39:06.861Z] ---> Using cache [2020-10-02T16:39:06.861Z] ---> 73ce4d156744 [2020-10-02T16:39:06.861Z] Step 8/22 : COPY . . [2020-10-02T16:39:06.861Z] ---> Using cache [2020-10-02T16:39:06.861Z] ---> 463205c2ada2 [2020-10-02T16:39:06.861Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-10-02T16:39:06.861Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-10-02T16:39:08.804Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-10-02T16:39:08.804Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-10-02T16:39:08.804Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-10-02T16:39:08.804Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-10-02T16:39:08.804Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-02T16:39:08.804Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-10-02T16:39:08.804Z] ---> 9e371ff6e64a [2020-10-02T16:39:08.804Z] Step 3/24 : WORKDIR /edgex-go [2020-10-02T16:39:08.804Z] ---> Using cache [2020-10-02T16:39:08.804Z] ---> ba971b615f69 [2020-10-02T16:39:08.804Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-02T16:39:08.804Z] ---> Using cache [2020-10-02T16:39:08.804Z] ---> cfa3f68ab06e [2020-10-02T16:39:08.804Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-10-02T16:39:09.249Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-02T16:39:09.249Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-02T16:39:10.322Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-10-02T16:39:10.322Z] ---> 9e371ff6e64a [2020-10-02T16:39:10.322Z] Step 3/22 : WORKDIR /edgex-go [2020-10-02T16:39:10.322Z] ---> Using cache [2020-10-02T16:39:10.322Z] ---> ba971b615f69 [2020-10-02T16:39:10.322Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-02T16:39:10.322Z] ---> Using cache [2020-10-02T16:39:10.322Z] ---> cfa3f68ab06e [2020-10-02T16:39:10.322Z] Step 5/22 : RUN apk update && apk add make git [2020-10-02T16:39:10.322Z] ---> Using cache [2020-10-02T16:39:10.322Z] ---> b04bbb497e81 [2020-10-02T16:39:10.322Z] Step 6/22 : COPY go.mod . [2020-10-02T16:39:10.322Z] ---> Using cache [2020-10-02T16:39:10.322Z] ---> ace3fe4db8a4 [2020-10-02T16:39:10.322Z] Step 7/22 : RUN go mod download [2020-10-02T16:39:10.322Z] ---> Using cache [2020-10-02T16:39:10.322Z] ---> 73ce4d156744 [2020-10-02T16:39:10.322Z] Step 8/22 : COPY . . [2020-10-02T16:39:10.322Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-10-02T16:39:10.322Z] ---> Using cache [2020-10-02T16:39:10.322Z] ---> 463205c2ada2 [2020-10-02T16:39:10.322Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-10-02T16:39:10.645Z] ---> Running in 45393b59956c [2020-10-02T16:39:10.645Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-10-02T16:39:10.645Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-10-02T16:39:10.922Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-10-02T16:39:10.922Z] ---> 168ee78d2ca2 [2020-10-02T16:39:10.922Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-10-02T16:39:11.170Z] (5/12) Installing fortify-headers (1.1-r0) [2020-10-02T16:39:11.170Z] (6/12) Installing patch (2.7.6-r6) [2020-10-02T16:39:11.170Z] (7/12) Installing build-base (0.5-r2) [2020-10-02T16:39:11.170Z] (8/12) Installing libsodium (1.0.18-r0) [2020-10-02T16:39:11.170Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-10-02T16:39:11.170Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-10-02T16:39:11.201Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-10-02T16:39:11.201Z] ---> Running in ed5b7c62611f [2020-10-02T16:39:11.201Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-10-02T16:39:11.201Z] (29/33) Installing py3-progress (1.5-r0) [2020-10-02T16:39:11.201Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-10-02T16:39:11.201Z] ---> Running in e213e97adfba [2020-10-02T16:39:11.201Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-10-02T16:39:11.201Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-10-02T16:39:11.201Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-10-02T16:39:11.442Z] (11/12) Installing libzmq (4.3.3-r0) [2020-10-02T16:39:11.442Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-10-02T16:39:11.716Z] Executing busybox-1.31.1-r16.trigger [2020-10-02T16:39:11.716Z] OK: 217 MiB in 51 packages [2020-10-02T16:39:12.161Z] Executing busybox-1.31.1-r16.trigger [2020-10-02T16:39:12.162Z] OK: 71 MiB in 55 packages [2020-10-02T16:39:12.162Z] ---> 2b0bc0677d4a [2020-10-02T16:39:12.162Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-02T16:39:12.162Z] ---> Running in e3460b8c73a3 [2020-10-02T16:39:12.768Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.44" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-10-02T16:39:13.035Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.44" -o cmd/core-command/core-command ./cmd/core-command [2020-10-02T16:39:13.035Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-02T16:39:14.039Z] Removing intermediate container e3460b8c73a3 [2020-10-02T16:39:14.039Z] ---> b5009fbd09e0 [2020-10-02T16:39:14.039Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-10-02T16:39:14.314Z] ---> Running in ec057b4d4344 [2020-10-02T16:39:14.588Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-02T16:39:14.873Z] Removing intermediate container ec057b4d4344 [2020-10-02T16:39:14.873Z] ---> c51d223674b8 [2020-10-02T16:39:14.873Z] Step 24/26 : LABEL arch=x86_64 [2020-10-02T16:39:16.045Z] Removing intermediate container 0271e5a01eba [2020-10-02T16:39:16.045Z] ---> 3abbedb95564 [2020-10-02T16:39:16.045Z] Step 4/7 : WORKDIR /edgex-go [2020-10-02T16:39:16.045Z] ---> Running in 03e743228878 [2020-10-02T16:39:16.641Z] Removing intermediate container 03e743228878 [2020-10-02T16:39:16.641Z] ---> 64d8ce8b4ccb [2020-10-02T16:39:16.641Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-10-02T16:39:16.895Z] ---> Running in 359def96ae2f [2020-10-02T16:39:16.895Z] v3.12.0-362-g9ed1b5bb6e [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-02T16:39:16.895Z] v3.12.0-360-ge0913ff1f1 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-02T16:39:16.895Z] OK: 12752 distinct packages available [2020-10-02T16:39:17.165Z] OK: 233 MiB in 51 packages [2020-10-02T16:39:17.615Z] latest: Pulling from library/docker [2020-10-02T16:39:17.615Z] b538f80385f9: Already exists [2020-10-02T16:39:17.615Z] 259a493cd78d: Pulling fs layer [2020-10-02T16:39:17.615Z] b8e66b5100f5: Pulling fs layer [2020-10-02T16:39:17.615Z] 7f8258a56ab6: Pulling fs layer [2020-10-02T16:39:17.615Z] 75a0a0ebb566: Pulling fs layer [2020-10-02T16:39:17.615Z] 4a2c62f0a2a3: Pulling fs layer [2020-10-02T16:39:17.615Z] 75a0a0ebb566: Waiting [2020-10-02T16:39:17.615Z] 294320357d30: Pulling fs layer [2020-10-02T16:39:17.615Z] 4a2c62f0a2a3: Waiting [2020-10-02T16:39:17.615Z] 294320357d30: Waiting [2020-10-02T16:39:17.615Z] b8e66b5100f5: Verifying Checksum [2020-10-02T16:39:17.615Z] b8e66b5100f5: Download complete [2020-10-02T16:39:17.889Z] 259a493cd78d: Download complete [2020-10-02T16:39:17.889Z] 75a0a0ebb566: Download complete [2020-10-02T16:39:17.889Z] 4a2c62f0a2a3: Verifying Checksum [2020-10-02T16:39:17.889Z] 4a2c62f0a2a3: Download complete [2020-10-02T16:39:18.143Z] Removing intermediate container 359def96ae2f [2020-10-02T16:39:18.143Z] ---> 62aaffadfd2e [2020-10-02T16:39:18.143Z] Step 25/26 : LABEL git_sha=4c1a6d2ffbdc3154b41bea1622b22c22abf998aa [2020-10-02T16:39:18.168Z] 294320357d30: Verifying Checksum [2020-10-02T16:39:18.444Z] 259a493cd78d: Pull complete [2020-10-02T16:39:19.043Z] b8e66b5100f5: Pull complete [2020-10-02T16:39:19.043Z] 7f8258a56ab6: Verifying Checksum [2020-10-02T16:39:19.043Z] 7f8258a56ab6: Download complete [2020-10-02T16:39:19.580Z] ---> Running in 27bdb3ed670f [2020-10-02T16:39:21.048Z] Removing intermediate container 27bdb3ed670f [2020-10-02T16:39:21.048Z] ---> 92783c8e650b [2020-10-02T16:39:21.048Z] Step 26/26 : LABEL version=1.2.2-dev.44 [2020-10-02T16:39:21.048Z] Removing intermediate container ed5b7c62611f [2020-10-02T16:39:21.048Z] ---> b7534f3bf619 [2020-10-02T16:39:21.048Z] Step 6/24 : COPY go.mod . [2020-10-02T16:39:22.033Z] ---> Running in 3ecf332766b1 [2020-10-02T16:39:22.033Z] ---> 9d6c389fb662 [2020-10-02T16:39:22.033Z] Step 7/24 : RUN go mod download [2020-10-02T16:39:22.437Z] 7f8258a56ab6: Pull complete [2020-10-02T16:39:22.437Z] 75a0a0ebb566: Pull complete [2020-10-02T16:39:22.640Z] ---> Running in ffcd605902d3 [2020-10-02T16:39:22.640Z] Removing intermediate container 3ecf332766b1 [2020-10-02T16:39:22.640Z] ---> bcee97835bec [2020-10-02T16:39:22.640Z] [2020-10-02T16:39:22.708Z] 4a2c62f0a2a3: Pull complete [2020-10-02T16:39:22.943Z] Successfully built bcee97835bec [2020-10-02T16:39:22.943Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-10-02T16:39:22.943Z] Building docker-security-secrets-setup-go [2020-10-02T16:39:22.979Z] 294320357d30: Pull complete [2020-10-02T16:39:22.980Z] Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 [2020-10-02T16:39:22.980Z] Status: Downloaded newer image for docker:latest [2020-10-02T16:39:26.364Z] ---> 556c221c336a [2020-10-02T16:39:26.364Z] Step 6/7 : COPY go.mod . [2020-10-02T16:39:26.959Z] ---> 4c8c353233aa [2020-10-02T16:39:26.959Z] Step 7/7 : RUN go mod download [2020-10-02T16:39:27.232Z] ---> Running in 2f48601d7a41 [2020-10-02T16:39:29.733Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 5834420d4f4f [2020-10-02T16:39:29.733Z] ---> e64da96758c7 [2020-10-02T16:39:29.733Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-10-02T16:39:29.733Z] ---> Running in 88700b9a81b3 [2020-10-02T16:39:29.733Z] Removing intermediate container ffcd605902d3 [2020-10-02T16:39:29.733Z] ---> 769188664314 [2020-10-02T16:39:29.733Z] Step 8/24 : COPY . . [2020-10-02T16:39:39.934Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-02T16:39:39.934Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-10-02T16:39:39.934Z] ---> 9e371ff6e64a [2020-10-02T16:39:39.934Z] Step 3/29 : WORKDIR /edgex-go [2020-10-02T16:39:39.934Z] ---> Using cache [2020-10-02T16:39:39.934Z] ---> ba971b615f69 [2020-10-02T16:39:39.934Z] Step 4/29 : RUN apk update && apk add make git [2020-10-02T16:39:40.934Z] Collecting docker-compose==1.23.2 [2020-10-02T16:39:40.934Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-10-02T16:39:40.934Z] ---> Running in a9f3406552b9 [2020-10-02T16:39:41.211Z] Collecting cached-property<2,>=1.2.0 [2020-10-02T16:39:41.211Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-10-02T16:39:41.211Z] Collecting dockerpty<0.5,>=0.4.1 [2020-10-02T16:39:41.211Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-10-02T16:39:43.842Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-02T16:39:44.836Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-10-02T16:39:44.836Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-10-02T16:39:45.437Z] 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-02T16:39:45.437Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-02T16:39:45.730Z] Collecting docopt<0.7,>=0.6.1 [2020-10-02T16:39:45.730Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-10-02T16:39:46.699Z] Collecting texttable<0.10,>=0.9.0 [2020-10-02T16:39:46.699Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-10-02T16:39:47.305Z] Collecting websocket-client<1.0,>=0.32.0 [2020-10-02T16:39:47.305Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-10-02T16:39:47.579Z] Collecting docker<4.0,>=3.6.0 [2020-10-02T16:39:47.843Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-10-02T16:39:48.455Z] v3.12.0-362-g9ed1b5bb6e [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-02T16:39:48.455Z] v3.12.0-360-ge0913ff1f1 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-02T16:39:48.455Z] OK: 12752 distinct packages available [2020-10-02T16:39:48.721Z] OK: 233 MiB in 51 packages [2020-10-02T16:39:50.115Z] Collecting jsonschema<3,>=2.5.1 [2020-10-02T16:39:50.115Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-10-02T16:39:50.115Z] ---> f6da3e3f5137 [2020-10-02T16:39:50.115Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-10-02T16:39:50.695Z] Collecting PyYAML<4,>=3.10 [2020-10-02T16:39:50.695Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-10-02T16:39:50.962Z] ---> Running in b1d37e9bc6be [2020-10-02T16:39:50.962Z] Removing intermediate container e213e97adfba [2020-10-02T16:39:50.962Z] ---> 88e44fc36149 [2020-10-02T16:39:50.962Z] [2020-10-02T16:39:50.962Z] Step 10/22 : FROM scratch [2020-10-02T16:39:50.962Z] ---> [2020-10-02T16:39:50.962Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-02T16:39:51.546Z] ---> Using cache [2020-10-02T16:39:51.546Z] ---> 9a03317f0876 [2020-10-02T16:39:51.546Z] Step 12/22 : ENV APP_PORT=48082 [2020-10-02T16:39:51.822Z] 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-02T16:39:52.085Z] Collecting idna<2.8,>=2.5 [2020-10-02T16:39:52.348Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-10-02T16:39:52.348Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.44" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-10-02T16:39:52.949Z] Removing intermediate container a9f3406552b9 [2020-10-02T16:39:52.949Z] ---> 435dccaf1db8 [2020-10-02T16:39:52.949Z] Step 5/29 : COPY go.mod . [2020-10-02T16:39:52.950Z] 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-02T16:39:52.950Z] ---> Running in a0314be824a8 [2020-10-02T16:39:52.950Z] Collecting urllib3<1.25,>=1.21.1 [2020-10-02T16:39:52.950Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-10-02T16:39:52.950Z] Collecting docker-pycreds>=0.4.0 [2020-10-02T16:39:52.950Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-10-02T16:39:53.220Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-10-02T16:39:53.220Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-10-02T16:39:53.220Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-10-02T16:39:53.220Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-10-02T16:39:53.484Z] Installing collected packages: cached-property, dockerpty, idna, urllib3, requests, docopt, texttable, websocket-client, docker-pycreds, docker, jsonschema, PyYAML, docker-compose [2020-10-02T16:39:54.057Z] Removing intermediate container 2f48601d7a41 [2020-10-02T16:39:54.057Z] ---> 78b436971d31 [2020-10-02T16:39:54.057Z] Successfully built 78b436971d31 [2020-10-02T16:39:54.057Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:39:54.472Z] + docker inspect -f . ci-base-image-arm64 [2020-10-02T16:39:54.472Z] . [Pipeline] withDockerContainer [2020-10-02T16:39:54.768Z] prd-ubuntu18.04-docker-arm64-4c-16g-3045 does not seem to be running inside a container [2020-10-02T16:39:54.862Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/159 -v /w/workspace/edgex-go/159:/w/workspace/edgex-go/159:rw,z -v /w/workspace/edgex-go/159@tmp:/w/workspace/edgex-go/159@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-02T16:39:55.428Z] Removing intermediate container a0314be824a8 [2020-10-02T16:39:55.428Z] ---> 99f88681f0a8 [2020-10-02T16:39:55.428Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-02T16:39:55.428Z] Running setup.py install for dockerpty: started [2020-10-02T16:39:55.705Z] ---> 70ebddfb2b0a [2020-10-02T16:39:55.706Z] Step 6/29 : RUN go mod download [2020-10-02T16:39:56.000Z] ---> Running in b884d783d33d [2020-10-02T16:39:56.000Z] Running setup.py install for dockerpty: finished with status 'done' [2020-10-02T16:39:56.000Z] Attempting uninstall: idna [2020-10-02T16:39:56.000Z] Found existing installation: idna 2.9 [2020-10-02T16:39:56.000Z] Uninstalling idna-2.9: [2020-10-02T16:39:56.000Z] ---> Running in debbe17d5efa [2020-10-02T16:39:56.000Z] Removing intermediate container 45393b59956c [2020-10-02T16:39:56.000Z] ---> f2b9b00665e0 [2020-10-02T16:39:56.000Z] [2020-10-02T16:39:56.000Z] Step 10/22 : FROM scratch [2020-10-02T16:39:56.000Z] ---> [2020-10-02T16:39:56.000Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-02T16:39:56.295Z] Successfully uninstalled idna-2.9 [2020-10-02T16:39:56.295Z] ---> Using cache [2020-10-02T16:39:56.295Z] ---> 9a03317f0876 [2020-10-02T16:39:56.295Z] Step 12/22 : ENV APP_PORT=48081 [2020-10-02T16:39:56.580Z] ---> Running in 1315734fe907 [2020-10-02T16:39:56.580Z] Removing intermediate container b884d783d33d [2020-10-02T16:39:56.580Z] ---> 42cbb325894e [2020-10-02T16:39:56.580Z] Step 14/22 : WORKDIR / [2020-10-02T16:39:56.580Z] Attempting uninstall: urllib3 [2020-10-02T16:39:56.580Z] Found existing installation: urllib3 1.25.9 [2020-10-02T16:39:56.580Z] Uninstalling urllib3-1.25.9: [2020-10-02T16:39:56.776Z] $ docker top e45c84e17209632c7c32eab3c100a2eed4165e89b317c80d3be6e43d3e28ee37 -eo pid,comm [2020-10-02T16:39:56.864Z] Successfully uninstalled urllib3-1.25.9 [2020-10-02T16:39:56.865Z] ---> Running in 93ce2831a379 [Pipeline] { [Pipeline] sh [2020-10-02T16:39:57.461Z] Removing intermediate container 1315734fe907 [2020-10-02T16:39:57.461Z] ---> 23f8b975bb10 [2020-10-02T16:39:57.461Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-02T16:39:57.732Z] Attempting uninstall: requests [2020-10-02T16:39:57.732Z] Found existing installation: requests 2.23.0 [2020-10-02T16:39:57.732Z] Uninstalling requests-2.23.0: [2020-10-02T16:39:57.732Z] ---> Running in f8e440e1a895 [2020-10-02T16:39:57.732Z] Successfully uninstalled requests-2.23.0 [2020-10-02T16:39:58.041Z] Removing intermediate container 93ce2831a379 [2020-10-02T16:39:58.041Z] ---> 11cf85bccf9f [2020-10-02T16:39:58.041Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-10-02T16:39:58.041Z] Running setup.py install for docopt: started [2020-10-02T16:39:58.206Z] + go version [2020-10-02T16:39:58.206Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-10-02T16:39:58.237Z] $ docker stop --time=1 e45c84e17209632c7c32eab3c100a2eed4165e89b317c80d3be6e43d3e28ee37 [2020-10-02T16:39:58.311Z] Removing intermediate container f8e440e1a895 [2020-10-02T16:39:58.312Z] ---> 8f5e0843abf3 [2020-10-02T16:39:58.312Z] Step 14/22 : WORKDIR / [2020-10-02T16:39:58.312Z] ---> Running in fef707fad17f [2020-10-02T16:39:58.603Z] ---> dea7d49d54ba [2020-10-02T16:39:58.603Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-10-02T16:39:58.883Z] Running setup.py install for docopt: finished with status 'done' [2020-10-02T16:39:58.883Z] Running setup.py install for texttable: started [2020-10-02T16:39:58.883Z] Removing intermediate container fef707fad17f [2020-10-02T16:39:58.883Z] ---> 0ffd0bf91c49 [2020-10-02T16:39:58.883Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-10-02T16:39:58.883Z] Removing intermediate container debbe17d5efa [2020-10-02T16:39:58.883Z] ---> faddab917e48 [2020-10-02T16:39:58.883Z] Step 7/29 : COPY . . [2020-10-02T16:39:59.531Z] Running setup.py install for texttable: finished with status 'done' [2020-10-02T16:40:00.163Z] $ docker rm -f e45c84e17209632c7c32eab3c100a2eed4165e89b317c80d3be6e43d3e28ee37 [2020-10-02T16:40:00.188Z] ---> 3052aa1c8490 [2020-10-02T16:40:00.189Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [2020-10-02T16:40:00.830Z] ---> 5608c211d61f [2020-10-02T16:40:00.830Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [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-02T16:40:01.628Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-02T16:40:01.939Z] [2020-10-02T16:40:01.939Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:40:02.413Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-02T16:40:02.742Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-10-02T16:40:02.742Z] 29e5d40040c1: Pulling fs layer [2020-10-02T16:40:02.742Z] 1ce36da41761: Pulling fs layer [2020-10-02T16:40:02.742Z] 25b303627fd3: Pulling fs layer [2020-10-02T16:40:03.029Z] 29e5d40040c1: Verifying Checksum [2020-10-02T16:40:03.029Z] 29e5d40040c1: Download complete [2020-10-02T16:40:03.647Z] 1ce36da41761: Verifying Checksum [2020-10-02T16:40:03.647Z] 1ce36da41761: Download complete [2020-10-02T16:40:03.919Z] 29e5d40040c1: Pull complete [2020-10-02T16:40:05.132Z] Running setup.py install for PyYAML: started [2020-10-02T16:40:05.351Z] 1ce36da41761: Pull complete [2020-10-02T16:40:05.352Z] 25b303627fd3: Download complete [2020-10-02T16:40:06.117Z] ---> 2185959d8f4c [2020-10-02T16:40:06.117Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-10-02T16:40:06.117Z] Running setup.py install for PyYAML: finished with status 'done' [2020-10-02T16:40:06.702Z] ---> fb5f33fcccc2 [2020-10-02T16:40:06.702Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-10-02T16:40:07.296Z] ---> Running in 43fcecaee2aa [2020-10-02T16:40:07.560Z] 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-02T16:40:07.560Z] ---> a2f95fb9f860 [2020-10-02T16:40:07.560Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-10-02T16:40:07.856Z] ---> Running in 163db5cfd268 [2020-10-02T16:40:07.856Z] Removing intermediate container 43fcecaee2aa [2020-10-02T16:40:07.856Z] ---> 86cb02e9e505 [2020-10-02T16:40:07.856Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-02T16:40:08.138Z] ---> Running in c6c9b187e257 [2020-10-02T16:40:08.733Z] Removing intermediate container 163db5cfd268 [2020-10-02T16:40:08.733Z] ---> 1ac94ad6f4a6 [2020-10-02T16:40:08.733Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-02T16:40:08.733Z] Removing intermediate container c6c9b187e257 [2020-10-02T16:40:08.733Z] ---> e8836c74184e [2020-10-02T16:40:08.733Z] Step 20/22 : LABEL arch=x86_64 [2020-10-02T16:40:08.733Z] ---> Running in fe8922760545 [2020-10-02T16:40:09.014Z] ---> Running in e91171d6754d [2020-10-02T16:40:11.792Z] Removing intermediate container fe8922760545 [2020-10-02T16:40:11.792Z] ---> 5a1a3c9b8833 [2020-10-02T16:40:11.792Z] Step 20/22 : LABEL arch=x86_64 [2020-10-02T16:40:13.341Z] Removing intermediate container e91171d6754d [2020-10-02T16:40:13.341Z] ---> 42d8ca5ec88f [2020-10-02T16:40:13.341Z] Step 21/22 : LABEL git_sha=4c1a6d2ffbdc3154b41bea1622b22c22abf998aa [2020-10-02T16:40:15.504Z] 25b303627fd3: Pull complete [2020-10-02T16:40:15.504Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-10-02T16:40:15.504Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-02T16:40:15.504Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-10-02T16:40:15.777Z] prd-ubuntu18.04-docker-arm64-4c-16g-3045 does not seem to be running inside a container [2020-10-02T16:40:15.871Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/159 -v /w/workspace/edgex-go/159:/w/workspace/edgex-go/159:rw,z -v /w/workspace/edgex-go/159@tmp:/w/workspace/edgex-go/159@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-02T16:40:15.909Z] ---> Running in 13394f5c8e76 [2020-10-02T16:40:15.909Z] ---> Running in 27d0e2a55103 [2020-10-02T16:40:15.909Z] Removing intermediate container 88700b9a81b3 [2020-10-02T16:40:15.909Z] ---> 5a33558f53cc [2020-10-02T16:40:15.909Z] Step 22/27 : RUN apk --no-cache add curl [2020-10-02T16:40:15.909Z] ---> e5221e558b8b [2020-10-02T16:40:15.909Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-10-02T16:40:15.909Z] Removing intermediate container 27d0e2a55103 [2020-10-02T16:40:15.909Z] ---> d60c7d3d2b03 [2020-10-02T16:40:15.909Z] Step 21/22 : LABEL git_sha=4c1a6d2ffbdc3154b41bea1622b22c22abf998aa [2020-10-02T16:40:15.909Z] ---> Running in cf25bc32cc22 [2020-10-02T16:40:15.909Z] ---> Running in 294256b344c3 [2020-10-02T16:40:15.909Z] Removing intermediate container 13394f5c8e76 [2020-10-02T16:40:15.909Z] ---> 090fbc872b61 [2020-10-02T16:40:15.909Z] Step 22/22 : LABEL version=1.2.2-dev.44 [2020-10-02T16:40:16.173Z] ---> Running in e4b690c709fd [2020-10-02T16:40:16.173Z] ---> Running in 7df436213a70 [2020-10-02T16:40:16.438Z] Removing intermediate container e4b690c709fd [2020-10-02T16:40:16.438Z] ---> 12c57f53bfda [2020-10-02T16:40:16.438Z] Step 22/22 : LABEL version=1.2.2-dev.44 [2020-10-02T16:40:16.438Z] Removing intermediate container 7df436213a70 [2020-10-02T16:40:16.438Z] ---> 013267adab14 [2020-10-02T16:40:16.438Z] [2020-10-02T16:40:16.710Z] ---> Running in f3ea10131408 [2020-10-02T16:40:16.710Z] Successfully built 013267adab14 [2020-10-02T16:40:16.710Z] Successfully tagged docker-core-command-go:latest [2020-10-02T16:40:16.710Z] Building docker-core-data-go [2020-10-02T16:40:16.981Z]  Building docker-core-command-go ... done Removing intermediate container f3ea10131408 [2020-10-02T16:40:16.981Z] ---> 5b80edc8e4da [2020-10-02T16:40:16.981Z] [2020-10-02T16:40:16.981Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-02T16:40:16.981Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.44" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-10-02T16:40:16.981Z] Successfully built 5b80edc8e4da [2020-10-02T16:40:16.981Z] Successfully tagged docker-core-metadata-go:latest [2020-10-02T16:40:17.253Z]  Building docker-core-metadata-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-02T16:40:17.253Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-10-02T16:40:17.253Z] (2/3) Installing libcurl (7.69.1-r1) [2020-10-02T16:40:17.253Z] (3/3) Installing curl (7.69.1-r1) [2020-10-02T16:40:17.253Z] Executing busybox-1.31.1-r16.trigger [2020-10-02T16:40:17.524Z] OK: 72 MiB in 58 packages [2020-10-02T16:40:19.563Z] $ docker top e381628b64c5632b08c83e8e135ce7f8060439c5b9ade0578fef8584f609eaf7 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-02T16:40:20.986Z] + grep parallel [2020-10-02T16:40:20.986Z] + docker-compose build --help [2020-10-02T16:40:22.883Z] Removing intermediate container cf25bc32cc22 [2020-10-02T16:40:22.883Z] ---> a2dd2f593793 [2020-10-02T16:40:22.883Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-10-02T16:40:24.313Z] ---> Running in 1a13763c8222 [2020-10-02T16:40:25.282Z] --parallel Build images in parallel. [Pipeline] } [2020-10-02T16:40:25.314Z] $ docker stop --time=1 e381628b64c5632b08c83e8e135ce7f8060439c5b9ade0578fef8584f609eaf7 [2020-10-02T16:40:25.729Z] Removing intermediate container b1d37e9bc6be [2020-10-02T16:40:25.729Z] ---> 89bb0035cd58 [2020-10-02T16:40:25.729Z] [2020-10-02T16:40:25.729Z] Step 10/24 : FROM scratch [2020-10-02T16:40:25.729Z] ---> [2020-10-02T16:40:25.729Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-02T16:40:25.998Z] ---> Using cache [2020-10-02T16:40:25.998Z] ---> a6d8c48e0178 [2020-10-02T16:40:25.998Z] Step 12/24 : ENV APP_PORT=48060 [2020-10-02T16:40:26.265Z] Removing intermediate container 1a13763c8222 [2020-10-02T16:40:26.265Z] ---> 6ccad2b478af [2020-10-02T16:40:26.265Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-02T16:40:26.874Z] ---> Running in ba028689dfe3 [2020-10-02T16:40:26.874Z] ---> Running in 46c0c56bc1ea [2020-10-02T16:40:27.227Z] $ docker rm -f e381628b64c5632b08c83e8e135ce7f8060439c5b9ade0578fef8584f609eaf7 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:40:28.052Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-02T16:40:28.052Z] . [Pipeline] withDockerContainer [2020-10-02T16:40:28.356Z] prd-ubuntu18.04-docker-arm64-4c-16g-3045 does not seem to be running inside a container [2020-10-02T16:40:28.471Z] $ 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/159 -v /w/workspace/edgex-go/159:/w/workspace/edgex-go/159:rw,z -v /w/workspace/edgex-go/159@tmp:/w/workspace/edgex-go/159@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-02T16:40:29.495Z] Removing intermediate container ba028689dfe3 [2020-10-02T16:40:29.496Z] ---> ba3ee102a1f4 [2020-10-02T16:40:29.496Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-02T16:40:29.496Z] Removing intermediate container 46c0c56bc1ea [2020-10-02T16:40:29.496Z] ---> f07a3128548c [2020-10-02T16:40:29.496Z] Step 25/27 : LABEL arch=x86_64 [2020-10-02T16:40:29.496Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-02T16:40:29.496Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-10-02T16:40:29.496Z] ---> 9e371ff6e64a [2020-10-02T16:40:29.496Z] Step 3/23 : WORKDIR /edgex-go [2020-10-02T16:40:29.496Z] ---> Using cache [2020-10-02T16:40:29.496Z] ---> ba971b615f69 [2020-10-02T16:40:29.496Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-02T16:40:29.496Z] ---> Using cache [2020-10-02T16:40:29.496Z] ---> cfa3f68ab06e [2020-10-02T16:40:29.496Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-10-02T16:40:29.862Z] $ docker top fbbb0d1cb8d2093233d0317a37f461d5f5707083da7d94d828a88ec4289cbc83 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-02T16:40:30.906Z] ---> Running in 1e5c8457d35b [2020-10-02T16:40:30.907Z] ---> Running in 0047470addaa [2020-10-02T16:40:30.907Z] ---> Running in 2fe95719a7a7 [2020-10-02T16:40:30.913Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-10-02T16:40:31.198Z] Removing intermediate container 1e5c8457d35b [2020-10-02T16:40:31.198Z] ---> 9cdf60211548 [2020-10-02T16:40:31.198Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-10-02T16:40:31.198Z] Removing intermediate container 0047470addaa [2020-10-02T16:40:31.198Z] ---> caed48c59233 [2020-10-02T16:40:31.198Z] Step 26/27 : LABEL git_sha=4c1a6d2ffbdc3154b41bea1622b22c22abf998aa [2020-10-02T16:40:31.471Z] ---> Running in e678bb5e3634 [2020-10-02T16:40:31.745Z] Removing intermediate container e678bb5e3634 [2020-10-02T16:40:31.745Z] ---> 9f25926586df [2020-10-02T16:40:31.745Z] Step 27/27 : LABEL version=1.2.2-dev.44 [2020-10-02T16:40:31.745Z] ---> ee8adf8405b1 [2020-10-02T16:40:31.745Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-10-02T16:40:31.745Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-02T16:40:32.026Z] ---> Running in 91eb78c3a1d3 [2020-10-02T16:40:32.304Z] Removing intermediate container 91eb78c3a1d3 [2020-10-02T16:40:32.304Z] ---> 46ca62d6886c [2020-10-02T16:40:32.304Z] [2020-10-02T16:40:32.304Z] Successfully built 46ca62d6886c [2020-10-02T16:40:32.304Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-10-02T16:40:32.885Z]  Building docker-sys-mgmt-agent-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-02T16:40:32.885Z] ---> a2e3a3765969 [2020-10-02T16:40:32.885Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-10-02T16:40:33.465Z] ---> 84f80d8e694a [2020-10-02T16:40:33.465Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-10-02T16:40:33.733Z] ---> 905b6bdebe1b [2020-10-02T16:40:33.733Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-10-02T16:40:33.733Z] v3.12.0-362-g9ed1b5bb6e [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-02T16:40:33.733Z] v3.12.0-360-ge0913ff1f1 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-02T16:40:33.733Z] OK: 12752 distinct packages available [2020-10-02T16:40:34.312Z] OK: 233 MiB in 51 packages [2020-10-02T16:40:34.887Z] ---> ea35adbb017d [2020-10-02T16:40:34.887Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-10-02T16:40:35.150Z] ---> 361e01c7cccc [2020-10-02T16:40:35.150Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-10-02T16:40:35.256Z] Building docker-core-command-go ... [2020-10-02T16:40:35.256Z] Building docker-core-data-go ... [2020-10-02T16:40:35.256Z] Building docker-core-metadata-go ... [2020-10-02T16:40:35.256Z] Building docker-security-proxy-setup-go ... [2020-10-02T16:40:35.256Z] Building docker-security-secrets-setup-go ... [2020-10-02T16:40:35.256Z] Building docker-security-secretstore-setup-go ... [2020-10-02T16:40:35.256Z] Building docker-support-logging-go ... [2020-10-02T16:40:35.256Z] Building docker-support-notifications-go ... [2020-10-02T16:40:35.256Z] Building docker-support-scheduler-go ... [2020-10-02T16:40:35.256Z] Building docker-sys-mgmt-agent-go ... [2020-10-02T16:40:35.256Z] Building docker-security-proxy-setup-go [2020-10-02T16:40:35.256Z] Building docker-core-data-go [2020-10-02T16:40:35.256Z] Building docker-sys-mgmt-agent-go [2020-10-02T16:40:35.256Z] Building docker-support-logging-go [2020-10-02T16:40:35.256Z] Building docker-support-scheduler-go [2020-10-02T16:40:35.421Z] ---> Running in 0ff4dde26dd3 [2020-10-02T16:40:36.001Z] Removing intermediate container 2fe95719a7a7 [2020-10-02T16:40:36.001Z] ---> f9ed20f40021 [2020-10-02T16:40:36.001Z] Step 6/23 : COPY go.mod . [2020-10-02T16:40:36.262Z] Removing intermediate container 0ff4dde26dd3 [2020-10-02T16:40:36.262Z] ---> 85e58e1b1158 [2020-10-02T16:40:36.262Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-02T16:40:36.262Z] Removing intermediate container 294256b344c3 [2020-10-02T16:40:36.262Z] ---> fea48a8082d8 [2020-10-02T16:40:36.262Z] [2020-10-02T16:40:36.262Z] Step 9/29 : FROM alpine:latest [2020-10-02T16:40:36.262Z] ---> a24bb4013296 [2020-10-02T16:40:36.262Z] 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-02T16:40:36.262Z] ---> Running in 49a083f4e6be [2020-10-02T16:40:36.527Z] ---> db321b14d3d3 [2020-10-02T16:40:36.527Z] Step 7/23 : RUN go mod download [2020-10-02T16:40:36.527Z] ---> Running in f83c2f2a194c [2020-10-02T16:40:36.527Z] ---> Running in cd0c4e9f759e [2020-10-02T16:40:36.792Z] Removing intermediate container 49a083f4e6be [2020-10-02T16:40:36.792Z] ---> b376246db745 [2020-10-02T16:40:36.792Z] Step 22/24 : LABEL arch=x86_64 [2020-10-02T16:40:36.792Z] Removing intermediate container f83c2f2a194c [2020-10-02T16:40:36.792Z] ---> 14a232e9bff2 [2020-10-02T16:40:36.792Z] Step 11/29 : USER root [2020-10-02T16:40:36.792Z] ---> Running in a6f9c60678d3 [2020-10-02T16:40:37.058Z] ---> Running in cb5f6ba991a8 [2020-10-02T16:40:37.058Z] Removing intermediate container a6f9c60678d3 [2020-10-02T16:40:37.058Z] ---> 97557b5c2711 [2020-10-02T16:40:37.058Z] Step 23/24 : LABEL git_sha=4c1a6d2ffbdc3154b41bea1622b22c22abf998aa [2020-10-02T16:40:37.321Z] Removing intermediate container cb5f6ba991a8 [2020-10-02T16:40:37.321Z] ---> 5fcee9b2852d [2020-10-02T16:40:37.321Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-10-02T16:40:37.321Z] ---> Running in 8bcd81e1d2b7 [2020-10-02T16:40:37.321Z] ---> Running in d914aa7f56b6 [2020-10-02T16:40:37.590Z] Removing intermediate container 8bcd81e1d2b7 [2020-10-02T16:40:37.590Z] ---> ffa291b2a022 [2020-10-02T16:40:37.590Z] Step 24/24 : LABEL version=1.2.2-dev.44 [2020-10-02T16:40:37.590Z] ---> Running in 9c7e8132ed26 [2020-10-02T16:40:37.855Z] Removing intermediate container 9c7e8132ed26 [2020-10-02T16:40:37.855Z] ---> 34b4f28a701b [2020-10-02T16:40:37.855Z] [2020-10-02T16:40:37.855Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-02T16:40:38.119Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-02T16:40:38.384Z] v3.12.0-362-g9ed1b5bb6e [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-02T16:40:38.384Z] v3.12.0-360-ge0913ff1f1 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-02T16:40:38.384Z] OK: 12750 distinct packages available [2020-10-02T16:40:38.384Z] Successfully built 34b4f28a701b [2020-10-02T16:40:38.384Z] Successfully tagged docker-support-notifications-go:latest [2020-10-02T16:40:38.646Z]  Building docker-support-notifications-go ... done (1/2) Installing ca-certificates (20191127-r4) [2020-10-02T16:40:38.646Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-10-02T16:40:38.646Z] Executing busybox-1.31.1-r16.trigger [2020-10-02T16:40:38.646Z] Executing ca-certificates-20191127-r4.trigger [2020-10-02T16:40:38.646Z] OK: 6 MiB in 16 packages [2020-10-02T16:40:39.224Z] Removing intermediate container cd0c4e9f759e [2020-10-02T16:40:39.224Z] ---> 15b79d5677ac [2020-10-02T16:40:39.224Z] Step 8/23 : COPY . . [2020-10-02T16:40:39.805Z] Removing intermediate container d914aa7f56b6 [2020-10-02T16:40:39.805Z] ---> 50734e61843e [2020-10-02T16:40:39.805Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-10-02T16:40:40.070Z] ---> Running in 8c8ca944cef1 [2020-10-02T16:40:40.649Z] Removing intermediate container 8c8ca944cef1 [2020-10-02T16:40:40.649Z] ---> 4a448ff9891d [2020-10-02T16:40:40.649Z] Step 14/29 : WORKDIR $BASE_DIR [2020-10-02T16:40:43.968Z] ---> Running in 342538f2d1e4 [2020-10-02T16:40:45.410Z] Removing intermediate container 342538f2d1e4 [2020-10-02T16:40:45.410Z] ---> f9a5254435b4 [2020-10-02T16:40:45.410Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-10-02T16:40:45.998Z] ---> Running in e1e339cd6ba5 [2020-10-02T16:40:47.928Z] ---> adf3e943d6ee [2020-10-02T16:40:47.928Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-10-02T16:40:48.200Z] ---> Running in c22581e61e67 [2020-10-02T16:40:48.200Z] Removing intermediate container e1e339cd6ba5 [2020-10-02T16:40:48.200Z] ---> 00a790336fa9 [2020-10-02T16:40:48.200Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-10-02T16:40:48.783Z] ---> aec8b57b19a7 [2020-10-02T16:40:48.783Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-10-02T16:40:48.783Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.44" -o cmd/core-data/core-data ./cmd/core-data [2020-10-02T16:40:49.061Z] ---> 199144598d95 [2020-10-02T16:40:49.061Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-10-02T16:40:49.652Z] ---> b84d77a96817 [2020-10-02T16:40:49.652Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-10-02T16:40:49.917Z] ---> 28b1c2db8626 [2020-10-02T16:40:49.917Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-10-02T16:40:50.522Z] ---> 966d66361636 [2020-10-02T16:40:50.522Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-10-02T16:40:50.522Z] ---> Running in 9ee4377cfd9b [2020-10-02T16:40:52.515Z] Removing intermediate container 9ee4377cfd9b [2020-10-02T16:40:52.515Z] ---> 55939a07195d [2020-10-02T16:40:52.515Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-10-02T16:40:52.800Z] ---> 1bb61f583003 [2020-10-02T16:40:52.800Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-02T16:40:52.800Z] ---> Running in 0a9e8bcc0ca4 [2020-10-02T16:40:55.422Z] Removing intermediate container 0a9e8bcc0ca4 [2020-10-02T16:40:55.422Z] ---> 78b679fb2fa0 [2020-10-02T16:40:55.422Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-10-02T16:40:55.700Z] ---> Running in 2338a4cffc32 [2020-10-02T16:40:57.687Z] Removing intermediate container 2338a4cffc32 [2020-10-02T16:40:57.687Z] ---> 232d2348c0bc [2020-10-02T16:40:57.687Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-10-02T16:40:57.961Z] ---> Running in d2258ad431cf [2020-10-02T16:40:58.233Z] Removing intermediate container d2258ad431cf [2020-10-02T16:40:58.233Z] ---> 246c4981e2c0 [2020-10-02T16:40:58.233Z] Step 26/29 : CMD [ "generate" ] [2020-10-02T16:40:58.233Z] ---> Running in 1a9a575ffa6c [2020-10-02T16:40:58.511Z] Removing intermediate container 1a9a575ffa6c [2020-10-02T16:40:58.511Z] ---> 4045f0189b77 [2020-10-02T16:40:58.511Z] Step 27/29 : LABEL arch=x86_64 [2020-10-02T16:40:58.797Z] ---> Running in f25e58a09061 [2020-10-02T16:40:59.084Z] Removing intermediate container f25e58a09061 [2020-10-02T16:40:59.084Z] ---> 41882031dae9 [2020-10-02T16:40:59.084Z] Step 28/29 : LABEL git_sha=4c1a6d2ffbdc3154b41bea1622b22c22abf998aa [2020-10-02T16:40:59.084Z] ---> Running in 14557bee207e [2020-10-02T16:40:59.368Z] Removing intermediate container 14557bee207e [2020-10-02T16:40:59.368Z] ---> 1eb367923afc [2020-10-02T16:40:59.368Z] Step 29/29 : LABEL version=1.2.2-dev.44 [2020-10-02T16:40:59.368Z] ---> Running in 63eea28ebabd [2020-10-02T16:40:59.650Z] Removing intermediate container 63eea28ebabd [2020-10-02T16:40:59.650Z] ---> 8611fa7c484f [2020-10-02T16:40:59.650Z] [2020-10-02T16:40:59.932Z] Successfully built 8611fa7c484f [2020-10-02T16:40:59.932Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-10-02T16:41:08.235Z]  Building docker-security-secrets-setup-go ... done Removing intermediate container c22581e61e67 [2020-10-02T16:41:08.235Z] ---> 6f57f7e37c9f [2020-10-02T16:41:08.235Z] [2020-10-02T16:41:08.235Z] Step 10/23 : FROM alpine [2020-10-02T16:41:08.235Z] ---> a24bb4013296 [2020-10-02T16:41:08.235Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-02T16:41:08.235Z] ---> Running in 6b2e24ebee25 [2020-10-02T16:41:08.235Z] Removing intermediate container 6b2e24ebee25 [2020-10-02T16:41:08.235Z] ---> 83cb083d0a3a [2020-10-02T16:41:08.235Z] Step 12/23 : ENV APP_PORT=48080 [2020-10-02T16:41:08.235Z] ---> Running in 2b820336a5a7 [2020-10-02T16:41:08.235Z] Removing intermediate container 2b820336a5a7 [2020-10-02T16:41:08.235Z] ---> a0395053e627 [2020-10-02T16:41:08.235Z] Step 13/23 : EXPOSE $APP_PORT [2020-10-02T16:41:08.235Z] ---> Running in 36baa259242e [2020-10-02T16:41:08.235Z] Removing intermediate container 36baa259242e [2020-10-02T16:41:08.235Z] ---> 99d6d2649bda [2020-10-02T16:41:08.235Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-02T16:41:08.235Z] ---> Running in 7e98af595361 [2020-10-02T16:41:09.641Z] Removing intermediate container 7e98af595361 [2020-10-02T16:41:09.641Z] ---> 4c4fe058ab72 [2020-10-02T16:41:09.641Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-10-02T16:41:09.641Z] ---> Running in 4cb60251ae08 [2020-10-02T16:41:09.904Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-02T16:41:11.298Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-02T16:41:12.694Z] (1/5) Installing libgcc (9.3.0-r2) [2020-10-02T16:41:12.694Z] (2/5) Installing libsodium (1.0.18-r0) [2020-10-02T16:41:12.694Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-10-02T16:41:13.273Z] (4/5) Installing libzmq (4.3.3-r0) [2020-10-02T16:41:13.535Z] (5/5) Installing zeromq (4.3.3-r0) [2020-10-02T16:41:13.535Z] Executing busybox-1.31.1-r16.trigger [2020-10-02T16:41:13.535Z] OK: 8 MiB in 19 packages [2020-10-02T16:41:14.121Z] Removing intermediate container 4cb60251ae08 [2020-10-02T16:41:14.121Z] ---> cdf37e465663 [2020-10-02T16:41:14.121Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-10-02T16:41:14.386Z] ---> 702dacef7511 [2020-10-02T16:41:14.386Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-10-02T16:41:15.343Z] ---> daed67e2e666 [2020-10-02T16:41:15.343Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-10-02T16:41:15.343Z] ---> a6969b087330 [2020-10-02T16:41:15.343Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-10-02T16:41:15.343Z] ---> Running in 55d489f6071f [2020-10-02T16:41:15.610Z] Removing intermediate container 55d489f6071f [2020-10-02T16:41:15.610Z] ---> a3e977b8dae7 [2020-10-02T16:41:15.610Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-02T16:41:15.878Z] ---> Running in 69e0ef5d87a4 [2020-10-02T16:41:15.878Z] Removing intermediate container 69e0ef5d87a4 [2020-10-02T16:41:15.878Z] ---> 15c5a2b20b57 [2020-10-02T16:41:15.878Z] Step 21/23 : LABEL arch=x86_64 [2020-10-02T16:41:15.878Z] ---> Running in cd8f872fb089 [2020-10-02T16:41:16.143Z] Removing intermediate container cd8f872fb089 [2020-10-02T16:41:16.143Z] ---> 56135b866e73 [2020-10-02T16:41:16.143Z] Step 22/23 : LABEL git_sha=4c1a6d2ffbdc3154b41bea1622b22c22abf998aa [2020-10-02T16:41:16.143Z] ---> Running in 3fb8f8198e4b [2020-10-02T16:41:16.406Z] Removing intermediate container 3fb8f8198e4b [2020-10-02T16:41:16.406Z] ---> 956684fb17b9 [2020-10-02T16:41:16.406Z] Step 23/23 : LABEL version=1.2.2-dev.44 [2020-10-02T16:41:16.406Z] ---> Running in 4ee714cb237e [2020-10-02T16:41:16.669Z] Removing intermediate container 4ee714cb237e [2020-10-02T16:41:16.669Z] ---> dd16f1f8eb21 [2020-10-02T16:41:16.669Z] [2020-10-02T16:41:16.931Z] Successfully built dd16f1f8eb21 [2020-10-02T16:41:16.931Z] Successfully tagged docker-core-data-go:latest [2020-10-02T16:41:17.203Z]  Building docker-core-data-go ... done  [Pipeline] } [2020-10-02T16:41:17.212Z] $ docker stop --time=1 21a177305c939fbf835e88a148eb48a3a1b2be0b39e13db0d0682365913d952f [2020-10-02T16:41:18.866Z] $ docker rm -f 21a177305c939fbf835e88a148eb48a3a1b2be0b39e13db0d0682365913d952f [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-02T16:41:19.436Z] + docker images [2020-10-02T16:41:19.436Z] + grep docker [2020-10-02T16:41:19.698Z] docker-core-data-go latest dd16f1f8eb21 3 seconds ago 23.6MB [2020-10-02T16:41:19.698Z] docker-security-secrets-setup-go latest 8611fa7c484f 20 seconds ago 24MB [2020-10-02T16:41:19.698Z] docker-support-notifications-go latest 34b4f28a701b 42 seconds ago 13.6MB [2020-10-02T16:41:19.698Z] docker-sys-mgmt-agent-go latest 46ca62d6886c 48 seconds ago 290MB [2020-10-02T16:41:19.698Z] docker-core-metadata-go latest 5b80edc8e4da About a minute ago 14.1MB [2020-10-02T16:41:19.698Z] docker-core-command-go latest 013267adab14 About a minute ago 12.2MB [2020-10-02T16:41:19.698Z] docker-security-secretstore-setup-go latest bcee97835bec About a minute ago 32.4MB [2020-10-02T16:41:19.698Z] docker-support-scheduler-go latest 087f8edffff1 2 minutes ago 12.3MB [2020-10-02T16:41:19.698Z] docker-support-logging-go latest 865bff4aa522 2 minutes ago 11.1MB [2020-10-02T16:41:19.698Z] docker-security-proxy-setup-go latest fd4b529ab73d 2 minutes ago 15.8MB [2020-10-02T16:41:19.698Z] docker latest 809cc4dba987 2 weeks ago 217MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-10-02T16:41:20.293Z] provisioning config files... [2020-10-02T16:41:20.333Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/159@tmp/config5265095015774299848tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-10-02T16:41:20.721Z] ---> docker-login.sh [2020-10-02T16:41:20.721Z] nexus3.edgexfoundry.org:10001 [2020-10-02T16:41:20.721Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-02T16:41:20.987Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-02T16:41:20.987Z] Configure a credential helper to remove this warning. See [2020-10-02T16:41:20.987Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-02T16:41:20.987Z] [2020-10-02T16:41:20.987Z] Login Succeeded [2020-10-02T16:41:20.987Z] nexus3.edgexfoundry.org:10002 [2020-10-02T16:41:20.988Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-02T16:41:21.249Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-02T16:41:21.249Z] Configure a credential helper to remove this warning. See [2020-10-02T16:41:21.249Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-02T16:41:21.249Z] [2020-10-02T16:41:21.249Z] Login Succeeded [2020-10-02T16:41:21.249Z] nexus3.edgexfoundry.org:10003 [2020-10-02T16:41:21.249Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-02T16:41:21.249Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-02T16:41:21.249Z] Configure a credential helper to remove this warning. See [2020-10-02T16:41:21.249Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-02T16:41:21.249Z] [2020-10-02T16:41:21.249Z] Login Succeeded [2020-10-02T16:41:21.512Z] nexus3.edgexfoundry.org:10004 [2020-10-02T16:41:21.512Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-02T16:41:21.512Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-02T16:41:21.512Z] Configure a credential helper to remove this warning. See [2020-10-02T16:41:21.512Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-02T16:41:21.512Z] [2020-10-02T16:41:21.512Z] Login Succeeded [2020-10-02T16:41:21.512Z] docker.io [2020-10-02T16:41:21.775Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-02T16:41:22.037Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-02T16:41:22.037Z] Configure a credential helper to remove this warning. See [2020-10-02T16:41:22.037Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-02T16:41:22.037Z] [2020-10-02T16:41:22.037Z] Login Succeeded [2020-10-02T16:41:22.037Z] ---> docker-login.sh ends [Pipeline] } [2020-10-02T16:41:22.048Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-02T16:41:22.245Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2020-10-02T16:41:22.245Z] 4c1a6d2ffbdc3154b41bea1622b22c22abf998aa [2020-10-02T16:41:22.245Z] 1.2.2-dev.44 [2020-10-02T16:41:22.245Z] 4c1a6d2ffbdc3154b41bea1622b22c22abf998aa-1.2.2-dev.44 [2020-10-02T16:41:22.245Z] master [2020-10-02T16:41:22.245Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:41:22.731Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:4c1a6d2ffbdc3154b41bea1622b22c22abf998aa [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:41:23.041Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:4c1a6d2ffbdc3154b41bea1622b22c22abf998aa [2020-10-02T16:41:23.041Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-10-02T16:41:23.041Z] c51c8e2c5150: Preparing [2020-10-02T16:41:23.041Z] 3f30db2aaeb7: Preparing [2020-10-02T16:41:23.041Z] 41112e82bfc5: Preparing [2020-10-02T16:41:23.303Z] c51c8e2c5150: Pushed [2020-10-02T16:41:23.303Z] 41112e82bfc5: Pushed [2020-10-02T16:41:24.694Z] 3f30db2aaeb7: Pushed [2020-10-02T16:41:24.959Z] 4c1a6d2ffbdc3154b41bea1622b22c22abf998aa: digest: sha256:dafd89502aa006936b100907381c486d59a159ed7a541e2e7bfafc2b8af9044d size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:41:25.299Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.44 [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:41:25.728Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.44 [2020-10-02T16:41:25.728Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-10-02T16:41:25.728Z] c51c8e2c5150: Preparing [2020-10-02T16:41:25.728Z] 3f30db2aaeb7: Preparing [2020-10-02T16:41:25.728Z] 41112e82bfc5: Preparing [2020-10-02T16:41:25.728Z] 41112e82bfc5: Layer already exists [2020-10-02T16:41:25.728Z] 3f30db2aaeb7: Layer already exists [2020-10-02T16:41:25.728Z] c51c8e2c5150: Layer already exists [2020-10-02T16:41:25.728Z] 1.2.2-dev.44: digest: sha256:dafd89502aa006936b100907381c486d59a159ed7a541e2e7bfafc2b8af9044d size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:41:26.039Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:4c1a6d2ffbdc3154b41bea1622b22c22abf998aa-1.2.2-dev.44 [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:41:26.360Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:4c1a6d2ffbdc3154b41bea1622b22c22abf998aa-1.2.2-dev.44 [2020-10-02T16:41:26.360Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-10-02T16:41:26.360Z] c51c8e2c5150: Preparing [2020-10-02T16:41:26.360Z] 3f30db2aaeb7: Preparing [2020-10-02T16:41:26.360Z] 41112e82bfc5: Preparing [2020-10-02T16:41:26.360Z] c51c8e2c5150: Layer already exists [2020-10-02T16:41:26.360Z] 3f30db2aaeb7: Layer already exists [2020-10-02T16:41:26.360Z] 41112e82bfc5: Layer already exists [2020-10-02T16:41:26.360Z] 4c1a6d2ffbdc3154b41bea1622b22c22abf998aa-1.2.2-dev.44: digest: sha256:dafd89502aa006936b100907381c486d59a159ed7a541e2e7bfafc2b8af9044d size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:41:26.679Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:41:26.991Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2020-10-02T16:41:26.991Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-10-02T16:41:26.991Z] c51c8e2c5150: Preparing [2020-10-02T16:41:26.991Z] 3f30db2aaeb7: Preparing [2020-10-02T16:41:26.991Z] 41112e82bfc5: Preparing [2020-10-02T16:41:26.991Z] c51c8e2c5150: Layer already exists [2020-10-02T16:41:26.991Z] 41112e82bfc5: Layer already exists [2020-10-02T16:41:26.991Z] 3f30db2aaeb7: Layer already exists [2020-10-02T16:41:26.991Z] master: digest: sha256:dafd89502aa006936b100907381c486d59a159ed7a541e2e7bfafc2b8af9044d size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-02T16:41:27.165Z] ===================================================== [Pipeline] echo [2020-10-02T16:41:27.214Z] taggedImages: [2020-10-02T16:41:27.214Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:4c1a6d2ffbdc3154b41bea1622b22c22abf998aa [2020-10-02T16:41:27.214Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.44 [2020-10-02T16:41:27.214Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:4c1a6d2ffbdc3154b41bea1622b22c22abf998aa-1.2.2-dev.44 [2020-10-02T16:41:27.214Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2020-10-02T16:41:27.278Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2020-10-02T16:41:27.278Z] 4c1a6d2ffbdc3154b41bea1622b22c22abf998aa [2020-10-02T16:41:27.278Z] 1.2.2-dev.44 [2020-10-02T16:41:27.278Z] 4c1a6d2ffbdc3154b41bea1622b22c22abf998aa-1.2.2-dev.44 [2020-10-02T16:41:27.278Z] master [2020-10-02T16:41:27.278Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:41:27.746Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:4c1a6d2ffbdc3154b41bea1622b22c22abf998aa [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:41:28.048Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:4c1a6d2ffbdc3154b41bea1622b22c22abf998aa [2020-10-02T16:41:28.048Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-10-02T16:41:28.048Z] 7bac7de17c7c: Preparing [2020-10-02T16:41:28.048Z] 143e03be3896: Preparing [2020-10-02T16:41:28.048Z] 203fcbe6e481: Preparing [2020-10-02T16:41:28.048Z] e1b205dc0327: Preparing [2020-10-02T16:41:28.048Z] 7e94fe22a567: Preparing [2020-10-02T16:41:28.048Z] 50644c29ef5a: Preparing [2020-10-02T16:41:28.048Z] 50644c29ef5a: Waiting [2020-10-02T16:41:28.318Z] 7e94fe22a567: Pushed [2020-10-02T16:41:28.318Z] 7bac7de17c7c: Pushed [2020-10-02T16:41:28.318Z] 203fcbe6e481: Pushed [2020-10-02T16:41:28.318Z] 50644c29ef5a: Layer already exists [2020-10-02T16:41:28.582Z] e1b205dc0327: Pushed [2020-10-02T16:41:29.973Z] 143e03be3896: Pushed [2020-10-02T16:41:29.973Z] 4c1a6d2ffbdc3154b41bea1622b22c22abf998aa: digest: sha256:47ca93bfb7c3f9351262c3247e773e602ca2b68d633dacf17025022a4a41a229 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:41:30.285Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.44 [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:41:30.588Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.44 [2020-10-02T16:41:30.588Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-10-02T16:41:30.588Z] 7bac7de17c7c: Preparing [2020-10-02T16:41:30.588Z] 143e03be3896: Preparing [2020-10-02T16:41:30.588Z] 203fcbe6e481: Preparing [2020-10-02T16:41:30.588Z] e1b205dc0327: Preparing [2020-10-02T16:41:30.588Z] 7e94fe22a567: Preparing [2020-10-02T16:41:30.588Z] 50644c29ef5a: Preparing [2020-10-02T16:41:30.588Z] 50644c29ef5a: Waiting [2020-10-02T16:41:30.588Z] 7e94fe22a567: Layer already exists [2020-10-02T16:41:30.588Z] 203fcbe6e481: Layer already exists [2020-10-02T16:41:30.588Z] 7bac7de17c7c: Layer already exists [2020-10-02T16:41:30.588Z] e1b205dc0327: Layer already exists [2020-10-02T16:41:30.588Z] 143e03be3896: Layer already exists [2020-10-02T16:41:30.588Z] 50644c29ef5a: Layer already exists [2020-10-02T16:41:30.588Z] 1.2.2-dev.44: digest: sha256:47ca93bfb7c3f9351262c3247e773e602ca2b68d633dacf17025022a4a41a229 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:41:30.988Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:4c1a6d2ffbdc3154b41bea1622b22c22abf998aa-1.2.2-dev.44 [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:41:31.357Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:4c1a6d2ffbdc3154b41bea1622b22c22abf998aa-1.2.2-dev.44 [2020-10-02T16:41:31.357Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-10-02T16:41:31.357Z] 7bac7de17c7c: Preparing [2020-10-02T16:41:31.357Z] 143e03be3896: Preparing [2020-10-02T16:41:31.357Z] 203fcbe6e481: Preparing [2020-10-02T16:41:31.357Z] e1b205dc0327: Preparing [2020-10-02T16:41:31.357Z] 7e94fe22a567: Preparing [2020-10-02T16:41:31.357Z] 50644c29ef5a: Preparing [2020-10-02T16:41:31.357Z] 50644c29ef5a: Waiting [2020-10-02T16:41:31.357Z] 7e94fe22a567: Layer already exists [2020-10-02T16:41:31.357Z] 143e03be3896: Layer already exists [2020-10-02T16:41:31.357Z] 7bac7de17c7c: Layer already exists [2020-10-02T16:41:31.357Z] e1b205dc0327: Layer already exists [2020-10-02T16:41:31.357Z] 203fcbe6e481: Layer already exists [2020-10-02T16:41:31.357Z] 50644c29ef5a: Layer already exists [2020-10-02T16:41:31.357Z] 4c1a6d2ffbdc3154b41bea1622b22c22abf998aa-1.2.2-dev.44: digest: sha256:47ca93bfb7c3f9351262c3247e773e602ca2b68d633dacf17025022a4a41a229 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:41:31.688Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:41:32.086Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2020-10-02T16:41:32.086Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-10-02T16:41:32.086Z] 7bac7de17c7c: Preparing [2020-10-02T16:41:32.086Z] 143e03be3896: Preparing [2020-10-02T16:41:32.086Z] 203fcbe6e481: Preparing [2020-10-02T16:41:32.086Z] e1b205dc0327: Preparing [2020-10-02T16:41:32.086Z] 7e94fe22a567: Preparing [2020-10-02T16:41:32.086Z] 50644c29ef5a: Preparing [2020-10-02T16:41:32.086Z] 50644c29ef5a: Waiting [2020-10-02T16:41:32.086Z] e1b205dc0327: Layer already exists [2020-10-02T16:41:32.086Z] 7bac7de17c7c: Layer already exists [2020-10-02T16:41:32.086Z] 7e94fe22a567: Layer already exists [2020-10-02T16:41:32.086Z] 203fcbe6e481: Layer already exists [2020-10-02T16:41:32.086Z] 143e03be3896: Layer already exists [2020-10-02T16:41:32.086Z] 50644c29ef5a: Layer already exists [2020-10-02T16:41:32.086Z] master: digest: sha256:47ca93bfb7c3f9351262c3247e773e602ca2b68d633dacf17025022a4a41a229 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-02T16:41:32.374Z] ===================================================== [Pipeline] echo [2020-10-02T16:41:32.438Z] taggedImages: [2020-10-02T16:41:32.438Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:4c1a6d2ffbdc3154b41bea1622b22c22abf998aa [2020-10-02T16:41:32.438Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.44 [2020-10-02T16:41:32.438Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:4c1a6d2ffbdc3154b41bea1622b22c22abf998aa-1.2.2-dev.44 [2020-10-02T16:41:32.438Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2020-10-02T16:41:32.503Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2020-10-02T16:41:32.503Z] 4c1a6d2ffbdc3154b41bea1622b22c22abf998aa [2020-10-02T16:41:32.503Z] 1.2.2-dev.44 [2020-10-02T16:41:32.503Z] 4c1a6d2ffbdc3154b41bea1622b22c22abf998aa-1.2.2-dev.44 [2020-10-02T16:41:32.503Z] master [2020-10-02T16:41:32.503Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:41:33.092Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:4c1a6d2ffbdc3154b41bea1622b22c22abf998aa [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:41:33.392Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:4c1a6d2ffbdc3154b41bea1622b22c22abf998aa [2020-10-02T16:41:33.392Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-10-02T16:41:33.392Z] 9b33305f81f9: Preparing [2020-10-02T16:41:33.392Z] 4a5072c0240d: Preparing [2020-10-02T16:41:33.392Z] fc812b1d12e7: Preparing [2020-10-02T16:41:33.392Z] fc812b1d12e7: Pushed [2020-10-02T16:41:33.653Z] 9b33305f81f9: Pushed [2020-10-02T16:41:35.045Z] 4a5072c0240d: Pushed [2020-10-02T16:41:35.045Z] 4c1a6d2ffbdc3154b41bea1622b22c22abf998aa: digest: sha256:f4b2257a8b16041510cbbef40ab228422c2b6ed471aed26ac16567974d4120ea size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:41:35.352Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.44 [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:41:35.662Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.44 [2020-10-02T16:41:35.663Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-10-02T16:41:35.663Z] 9b33305f81f9: Preparing [2020-10-02T16:41:35.663Z] 4a5072c0240d: Preparing [2020-10-02T16:41:35.663Z] fc812b1d12e7: Preparing [2020-10-02T16:41:35.663Z] 4a5072c0240d: Layer already exists [2020-10-02T16:41:35.663Z] 9b33305f81f9: Layer already exists [2020-10-02T16:41:35.663Z] fc812b1d12e7: Layer already exists [2020-10-02T16:41:35.663Z] 1.2.2-dev.44: digest: sha256:f4b2257a8b16041510cbbef40ab228422c2b6ed471aed26ac16567974d4120ea size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:41:36.003Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:4c1a6d2ffbdc3154b41bea1622b22c22abf998aa-1.2.2-dev.44 [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:41:36.317Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:4c1a6d2ffbdc3154b41bea1622b22c22abf998aa-1.2.2-dev.44 [2020-10-02T16:41:36.317Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-10-02T16:41:36.317Z] 9b33305f81f9: Preparing [2020-10-02T16:41:36.317Z] 4a5072c0240d: Preparing [2020-10-02T16:41:36.317Z] fc812b1d12e7: Preparing [2020-10-02T16:41:36.317Z] fc812b1d12e7: Layer already exists [2020-10-02T16:41:36.317Z] 4a5072c0240d: Layer already exists [2020-10-02T16:41:36.317Z] 9b33305f81f9: Layer already exists [2020-10-02T16:41:36.317Z] 4c1a6d2ffbdc3154b41bea1622b22c22abf998aa-1.2.2-dev.44: digest: sha256:f4b2257a8b16041510cbbef40ab228422c2b6ed471aed26ac16567974d4120ea size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:41:36.634Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:41:36.941Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2020-10-02T16:41:36.941Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-10-02T16:41:36.941Z] 9b33305f81f9: Preparing [2020-10-02T16:41:36.941Z] 4a5072c0240d: Preparing [2020-10-02T16:41:36.941Z] fc812b1d12e7: Preparing [2020-10-02T16:41:36.941Z] fc812b1d12e7: Layer already exists [2020-10-02T16:41:36.941Z] 4a5072c0240d: Layer already exists [2020-10-02T16:41:36.941Z] 9b33305f81f9: Layer already exists [2020-10-02T16:41:36.941Z] master: digest: sha256:f4b2257a8b16041510cbbef40ab228422c2b6ed471aed26ac16567974d4120ea size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-02T16:41:37.128Z] ===================================================== [Pipeline] echo [2020-10-02T16:41:37.176Z] taggedImages: [2020-10-02T16:41:37.176Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:4c1a6d2ffbdc3154b41bea1622b22c22abf998aa [2020-10-02T16:41:37.176Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.44 [2020-10-02T16:41:37.176Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:4c1a6d2ffbdc3154b41bea1622b22c22abf998aa-1.2.2-dev.44 [2020-10-02T16:41:37.176Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2020-10-02T16:41:37.238Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2020-10-02T16:41:37.238Z] 4c1a6d2ffbdc3154b41bea1622b22c22abf998aa [2020-10-02T16:41:37.238Z] 1.2.2-dev.44 [2020-10-02T16:41:37.238Z] 4c1a6d2ffbdc3154b41bea1622b22c22abf998aa-1.2.2-dev.44 [2020-10-02T16:41:37.238Z] master [2020-10-02T16:41:37.238Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:41:37.774Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:4c1a6d2ffbdc3154b41bea1622b22c22abf998aa [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:41:38.095Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:4c1a6d2ffbdc3154b41bea1622b22c22abf998aa [2020-10-02T16:41:38.095Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-10-02T16:41:38.095Z] fd0d01f17cc4: Preparing [2020-10-02T16:41:38.095Z] e2d6cadda865: Preparing [2020-10-02T16:41:38.095Z] 5b1ea38f7b16: Preparing [2020-10-02T16:41:38.095Z] 28ae0a946724: Preparing [2020-10-02T16:41:38.095Z] 50644c29ef5a: Preparing [2020-10-02T16:41:38.095Z] 50644c29ef5a: Layer already exists [2020-10-02T16:41:38.360Z] 5b1ea38f7b16: Pushed [2020-10-02T16:41:38.360Z] e2d6cadda865: Pushed [2020-10-02T16:41:38.631Z] 28ae0a946724: Pushed [2020-10-02T16:41:39.207Z] fd0d01f17cc4: Pushed [2020-10-02T16:41:39.207Z] 4c1a6d2ffbdc3154b41bea1622b22c22abf998aa: digest: sha256:11646d5724b427a06932efd186ff5077c79b9e5e6ed872dbbedd284f10c7b4d7 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:41:39.523Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.44 [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:41:39.833Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.44 [2020-10-02T16:41:39.833Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-10-02T16:41:39.833Z] fd0d01f17cc4: Preparing [2020-10-02T16:41:39.833Z] e2d6cadda865: Preparing [2020-10-02T16:41:39.833Z] 5b1ea38f7b16: Preparing [2020-10-02T16:41:39.833Z] 28ae0a946724: Preparing [2020-10-02T16:41:39.833Z] 50644c29ef5a: Preparing [2020-10-02T16:41:39.833Z] 50644c29ef5a: Layer already exists [2020-10-02T16:41:39.833Z] fd0d01f17cc4: Layer already exists [2020-10-02T16:41:39.833Z] 28ae0a946724: Layer already exists [2020-10-02T16:41:39.833Z] e2d6cadda865: Layer already exists [2020-10-02T16:41:39.833Z] 5b1ea38f7b16: Layer already exists [2020-10-02T16:41:39.833Z] 1.2.2-dev.44: digest: sha256:11646d5724b427a06932efd186ff5077c79b9e5e6ed872dbbedd284f10c7b4d7 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:41:40.144Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:4c1a6d2ffbdc3154b41bea1622b22c22abf998aa-1.2.2-dev.44 [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:41:40.445Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:4c1a6d2ffbdc3154b41bea1622b22c22abf998aa-1.2.2-dev.44 [2020-10-02T16:41:40.445Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-10-02T16:41:40.445Z] fd0d01f17cc4: Preparing [2020-10-02T16:41:40.445Z] e2d6cadda865: Preparing [2020-10-02T16:41:40.445Z] 5b1ea38f7b16: Preparing [2020-10-02T16:41:40.445Z] 28ae0a946724: Preparing [2020-10-02T16:41:40.445Z] 50644c29ef5a: Preparing [2020-10-02T16:41:40.445Z] fd0d01f17cc4: Layer already exists [2020-10-02T16:41:40.445Z] 50644c29ef5a: Layer already exists [2020-10-02T16:41:40.445Z] 28ae0a946724: Layer already exists [2020-10-02T16:41:40.445Z] 5b1ea38f7b16: Layer already exists [2020-10-02T16:41:40.445Z] e2d6cadda865: Layer already exists [2020-10-02T16:41:40.445Z] 4c1a6d2ffbdc3154b41bea1622b22c22abf998aa-1.2.2-dev.44: digest: sha256:11646d5724b427a06932efd186ff5077c79b9e5e6ed872dbbedd284f10c7b4d7 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:41:40.756Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:41:41.075Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2020-10-02T16:41:41.075Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-10-02T16:41:41.075Z] fd0d01f17cc4: Preparing [2020-10-02T16:41:41.075Z] e2d6cadda865: Preparing [2020-10-02T16:41:41.075Z] 5b1ea38f7b16: Preparing [2020-10-02T16:41:41.075Z] 28ae0a946724: Preparing [2020-10-02T16:41:41.075Z] 50644c29ef5a: Preparing [2020-10-02T16:41:41.075Z] 50644c29ef5a: Layer already exists [2020-10-02T16:41:41.075Z] 28ae0a946724: Layer already exists [2020-10-02T16:41:41.075Z] 5b1ea38f7b16: Layer already exists [2020-10-02T16:41:41.075Z] e2d6cadda865: Layer already exists [2020-10-02T16:41:41.075Z] fd0d01f17cc4: Layer already exists [2020-10-02T16:41:41.075Z] master: digest: sha256:11646d5724b427a06932efd186ff5077c79b9e5e6ed872dbbedd284f10c7b4d7 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-02T16:41:41.281Z] ===================================================== [Pipeline] echo [2020-10-02T16:41:41.356Z] taggedImages: [2020-10-02T16:41:41.356Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:4c1a6d2ffbdc3154b41bea1622b22c22abf998aa [2020-10-02T16:41:41.356Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.44 [2020-10-02T16:41:41.356Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:4c1a6d2ffbdc3154b41bea1622b22c22abf998aa-1.2.2-dev.44 [2020-10-02T16:41:41.356Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo [2020-10-02T16:41:41.415Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go with the following tags: [2020-10-02T16:41:41.415Z] 4c1a6d2ffbdc3154b41bea1622b22c22abf998aa [2020-10-02T16:41:41.415Z] 1.2.2-dev.44 [2020-10-02T16:41:41.415Z] 4c1a6d2ffbdc3154b41bea1622b22c22abf998aa-1.2.2-dev.44 [2020-10-02T16:41:41.415Z] master [2020-10-02T16:41:41.415Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:41:41.932Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:4c1a6d2ffbdc3154b41bea1622b22c22abf998aa [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:41:42.259Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:4c1a6d2ffbdc3154b41bea1622b22c22abf998aa [2020-10-02T16:41:42.260Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-10-02T16:41:42.260Z] badabd19b634: Preparing [2020-10-02T16:41:42.260Z] e2cab9ffab2d: Preparing [2020-10-02T16:41:42.260Z] 90ebd354ac52: Preparing [2020-10-02T16:41:42.260Z] 0c2b5cb826d6: Preparing [2020-10-02T16:41:42.260Z] 0c2b5cb826d6: Preparing [2020-10-02T16:41:42.260Z] 874d6ab9fe80: Preparing [2020-10-02T16:41:42.260Z] 0ec0af1ff8d1: Preparing [2020-10-02T16:41:42.260Z] 6610c193d2e1: Preparing [2020-10-02T16:41:42.260Z] badabd19b634: Preparing [2020-10-02T16:41:42.260Z] 3febe879f60e: Preparing [2020-10-02T16:41:42.260Z] 1ae4c0852e3a: Preparing [2020-10-02T16:41:42.260Z] b5d81951c63e: Preparing [2020-10-02T16:41:42.260Z] 50644c29ef5a: Preparing [2020-10-02T16:41:42.260Z] 3febe879f60e: Waiting [2020-10-02T16:41:42.260Z] 1ae4c0852e3a: Waiting [2020-10-02T16:41:42.260Z] b5d81951c63e: Waiting [2020-10-02T16:41:42.260Z] 50644c29ef5a: Waiting [2020-10-02T16:41:42.260Z] 0ec0af1ff8d1: Waiting [2020-10-02T16:41:42.260Z] 6610c193d2e1: Waiting [2020-10-02T16:41:42.532Z] e2cab9ffab2d: Pushed [2020-10-02T16:41:42.532Z] 874d6ab9fe80: Pushed [2020-10-02T16:41:42.532Z] 0c2b5cb826d6: Pushed [2020-10-02T16:41:42.532Z] 90ebd354ac52: Pushed [2020-10-02T16:41:42.532Z] 0ec0af1ff8d1: Pushed [2020-10-02T16:41:42.532Z] 1ae4c0852e3a: Pushed [2020-10-02T16:41:42.797Z] 6610c193d2e1: Pushed [2020-10-02T16:41:42.797Z] 3febe879f60e: Pushed [2020-10-02T16:41:42.797Z] 50644c29ef5a: Layer already exists [2020-10-02T16:41:43.060Z] b5d81951c63e: Pushed [2020-10-02T16:41:43.327Z] badabd19b634: Pushed [2020-10-02T16:41:43.594Z] 4c1a6d2ffbdc3154b41bea1622b22c22abf998aa: digest: sha256:a5fa5f81c200f42c3b3435650d7ebd80bdb4db4bd652bd628429c0dcbbda4012 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:41:43.924Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.44 [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:41:44.281Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.44 [2020-10-02T16:41:44.281Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-10-02T16:41:44.281Z] badabd19b634: Preparing [2020-10-02T16:41:44.281Z] e2cab9ffab2d: Preparing [2020-10-02T16:41:44.281Z] 90ebd354ac52: Preparing [2020-10-02T16:41:44.281Z] 0c2b5cb826d6: Preparing [2020-10-02T16:41:44.281Z] 0c2b5cb826d6: Preparing [2020-10-02T16:41:44.281Z] 874d6ab9fe80: Preparing [2020-10-02T16:41:44.281Z] 0ec0af1ff8d1: Preparing [2020-10-02T16:41:44.281Z] 6610c193d2e1: Preparing [2020-10-02T16:41:44.281Z] badabd19b634: Preparing [2020-10-02T16:41:44.281Z] 3febe879f60e: Preparing [2020-10-02T16:41:44.281Z] 1ae4c0852e3a: Preparing [2020-10-02T16:41:44.281Z] b5d81951c63e: Preparing [2020-10-02T16:41:44.281Z] 50644c29ef5a: Preparing [2020-10-02T16:41:44.281Z] 0ec0af1ff8d1: Waiting [2020-10-02T16:41:44.281Z] 6610c193d2e1: Waiting [2020-10-02T16:41:44.281Z] 3febe879f60e: Waiting [2020-10-02T16:41:44.281Z] 1ae4c0852e3a: Waiting [2020-10-02T16:41:44.281Z] b5d81951c63e: Waiting [2020-10-02T16:41:44.281Z] 50644c29ef5a: Waiting [2020-10-02T16:41:44.281Z] 0c2b5cb826d6: Layer already exists [2020-10-02T16:41:44.281Z] e2cab9ffab2d: Layer already exists [2020-10-02T16:41:44.281Z] 90ebd354ac52: Layer already exists [2020-10-02T16:41:44.281Z] badabd19b634: Layer already exists [2020-10-02T16:41:44.281Z] 874d6ab9fe80: Layer already exists [2020-10-02T16:41:44.281Z] 6610c193d2e1: Layer already exists [2020-10-02T16:41:44.281Z] 0ec0af1ff8d1: Layer already exists [2020-10-02T16:41:44.281Z] 3febe879f60e: Layer already exists [2020-10-02T16:41:44.281Z] b5d81951c63e: Layer already exists [2020-10-02T16:41:44.281Z] 1ae4c0852e3a: Layer already exists [2020-10-02T16:41:44.281Z] 50644c29ef5a: Layer already exists [2020-10-02T16:41:44.281Z] 1.2.2-dev.44: digest: sha256:a5fa5f81c200f42c3b3435650d7ebd80bdb4db4bd652bd628429c0dcbbda4012 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:41:44.686Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:4c1a6d2ffbdc3154b41bea1622b22c22abf998aa-1.2.2-dev.44 [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:41:45.004Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:4c1a6d2ffbdc3154b41bea1622b22c22abf998aa-1.2.2-dev.44 [2020-10-02T16:41:45.004Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-10-02T16:41:45.004Z] badabd19b634: Preparing [2020-10-02T16:41:45.004Z] e2cab9ffab2d: Preparing [2020-10-02T16:41:45.004Z] 90ebd354ac52: Preparing [2020-10-02T16:41:45.004Z] 0c2b5cb826d6: Preparing [2020-10-02T16:41:45.004Z] 0c2b5cb826d6: Preparing [2020-10-02T16:41:45.004Z] 874d6ab9fe80: Preparing [2020-10-02T16:41:45.004Z] 0ec0af1ff8d1: Preparing [2020-10-02T16:41:45.004Z] 6610c193d2e1: Preparing [2020-10-02T16:41:45.004Z] badabd19b634: Preparing [2020-10-02T16:41:45.004Z] 3febe879f60e: Preparing [2020-10-02T16:41:45.004Z] 1ae4c0852e3a: Preparing [2020-10-02T16:41:45.004Z] b5d81951c63e: Preparing [2020-10-02T16:41:45.004Z] 50644c29ef5a: Preparing [2020-10-02T16:41:45.004Z] 0ec0af1ff8d1: Waiting [2020-10-02T16:41:45.004Z] 6610c193d2e1: Waiting [2020-10-02T16:41:45.004Z] 3febe879f60e: Waiting [2020-10-02T16:41:45.004Z] 1ae4c0852e3a: Waiting [2020-10-02T16:41:45.004Z] b5d81951c63e: Waiting [2020-10-02T16:41:45.004Z] 50644c29ef5a: Waiting [2020-10-02T16:41:45.004Z] e2cab9ffab2d: Layer already exists [2020-10-02T16:41:45.004Z] 90ebd354ac52: Layer already exists [2020-10-02T16:41:45.004Z] 874d6ab9fe80: Layer already exists [2020-10-02T16:41:45.004Z] badabd19b634: Layer already exists [2020-10-02T16:41:45.004Z] 0c2b5cb826d6: Layer already exists [2020-10-02T16:41:45.004Z] 0ec0af1ff8d1: Layer already exists [2020-10-02T16:41:45.004Z] 6610c193d2e1: Layer already exists [2020-10-02T16:41:45.004Z] 3febe879f60e: Layer already exists [2020-10-02T16:41:45.004Z] 1ae4c0852e3a: Layer already exists [2020-10-02T16:41:45.004Z] b5d81951c63e: Layer already exists [2020-10-02T16:41:45.004Z] 50644c29ef5a: Layer already exists [2020-10-02T16:41:45.004Z] 4c1a6d2ffbdc3154b41bea1622b22c22abf998aa-1.2.2-dev.44: digest: sha256:a5fa5f81c200f42c3b3435650d7ebd80bdb4db4bd652bd628429c0dcbbda4012 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:41:45.314Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:41:45.620Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [2020-10-02T16:41:45.620Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-10-02T16:41:45.620Z] badabd19b634: Preparing [2020-10-02T16:41:45.620Z] e2cab9ffab2d: Preparing [2020-10-02T16:41:45.620Z] 90ebd354ac52: Preparing [2020-10-02T16:41:45.620Z] 0c2b5cb826d6: Preparing [2020-10-02T16:41:45.620Z] 0c2b5cb826d6: Preparing [2020-10-02T16:41:45.620Z] 874d6ab9fe80: Preparing [2020-10-02T16:41:45.620Z] 0ec0af1ff8d1: Preparing [2020-10-02T16:41:45.620Z] 6610c193d2e1: Preparing [2020-10-02T16:41:45.620Z] badabd19b634: Preparing [2020-10-02T16:41:45.620Z] 3febe879f60e: Preparing [2020-10-02T16:41:45.620Z] 1ae4c0852e3a: Preparing [2020-10-02T16:41:45.620Z] b5d81951c63e: Preparing [2020-10-02T16:41:45.620Z] 50644c29ef5a: Preparing [2020-10-02T16:41:45.620Z] 0ec0af1ff8d1: Waiting [2020-10-02T16:41:45.620Z] 6610c193d2e1: Waiting [2020-10-02T16:41:45.620Z] 3febe879f60e: Waiting [2020-10-02T16:41:45.620Z] 1ae4c0852e3a: Waiting [2020-10-02T16:41:45.620Z] b5d81951c63e: Waiting [2020-10-02T16:41:45.620Z] 50644c29ef5a: Waiting [2020-10-02T16:41:45.620Z] 0c2b5cb826d6: Layer already exists [2020-10-02T16:41:45.620Z] e2cab9ffab2d: Layer already exists [2020-10-02T16:41:45.620Z] badabd19b634: Layer already exists [2020-10-02T16:41:45.620Z] 90ebd354ac52: Layer already exists [2020-10-02T16:41:45.620Z] 874d6ab9fe80: Layer already exists [2020-10-02T16:41:45.620Z] 0ec0af1ff8d1: Layer already exists [2020-10-02T16:41:45.620Z] 6610c193d2e1: Layer already exists [2020-10-02T16:41:45.620Z] 1ae4c0852e3a: Layer already exists [2020-10-02T16:41:45.620Z] 3febe879f60e: Layer already exists [2020-10-02T16:41:45.620Z] b5d81951c63e: Layer already exists [2020-10-02T16:41:45.620Z] 50644c29ef5a: Layer already exists [2020-10-02T16:41:45.620Z] master: digest: sha256:a5fa5f81c200f42c3b3435650d7ebd80bdb4db4bd652bd628429c0dcbbda4012 size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-02T16:41:45.790Z] ===================================================== [Pipeline] echo [2020-10-02T16:41:45.833Z] taggedImages: [2020-10-02T16:41:45.833Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:4c1a6d2ffbdc3154b41bea1622b22c22abf998aa [2020-10-02T16:41:45.833Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.44 [2020-10-02T16:41:45.833Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:4c1a6d2ffbdc3154b41bea1622b22c22abf998aa-1.2.2-dev.44 [2020-10-02T16:41:45.833Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] echo [2020-10-02T16:41:45.892Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2020-10-02T16:41:45.892Z] 4c1a6d2ffbdc3154b41bea1622b22c22abf998aa [2020-10-02T16:41:45.892Z] 1.2.2-dev.44 [2020-10-02T16:41:45.892Z] 4c1a6d2ffbdc3154b41bea1622b22c22abf998aa-1.2.2-dev.44 [2020-10-02T16:41:45.892Z] master [2020-10-02T16:41:45.892Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:41:46.364Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:4c1a6d2ffbdc3154b41bea1622b22c22abf998aa [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:41:46.670Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:4c1a6d2ffbdc3154b41bea1622b22c22abf998aa [2020-10-02T16:41:46.670Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-10-02T16:41:46.670Z] 5325588ab971: Preparing [2020-10-02T16:41:46.670Z] 5ec90d47f314: Preparing [2020-10-02T16:41:46.670Z] 0b9610dcd510: Preparing [2020-10-02T16:41:46.670Z] 046550371a16: Preparing [2020-10-02T16:41:46.670Z] a1bcecd7b993: Preparing [2020-10-02T16:41:46.670Z] 40ec255a50aa: Preparing [2020-10-02T16:41:46.670Z] a23244571920: Preparing [2020-10-02T16:41:46.670Z] 9ad047c6970d: Preparing [2020-10-02T16:41:46.670Z] d2a564f9b85d: Preparing [2020-10-02T16:41:46.670Z] 9e92f9c449ed: Preparing [2020-10-02T16:41:46.670Z] 1b3ee35aacca: Preparing [2020-10-02T16:41:46.670Z] 40ec255a50aa: Waiting [2020-10-02T16:41:46.670Z] 9ad047c6970d: Waiting [2020-10-02T16:41:46.670Z] d2a564f9b85d: Waiting [2020-10-02T16:41:46.670Z] a23244571920: Waiting [2020-10-02T16:41:46.670Z] 9e92f9c449ed: Waiting [2020-10-02T16:41:46.670Z] 1b3ee35aacca: Waiting [2020-10-02T16:41:46.937Z] 5ec90d47f314: Pushed [2020-10-02T16:41:46.937Z] 5325588ab971: Pushed [2020-10-02T16:41:47.202Z] 40ec255a50aa: Pushed [2020-10-02T16:41:47.202Z] a23244571920: Pushed [2020-10-02T16:41:47.466Z] d2a564f9b85d: Pushed [2020-10-02T16:41:47.466Z] 9ad047c6970d: Pushed [2020-10-02T16:41:47.466Z] 1b3ee35aacca: Layer already exists [2020-10-02T16:41:47.728Z] 0b9610dcd510: Pushed [2020-10-02T16:41:47.728Z] a1bcecd7b993: Pushed [2020-10-02T16:41:47.728Z] 046550371a16: Pushed [2020-10-02T16:41:47.990Z] 9e92f9c449ed: Pushed [2020-10-02T16:41:48.253Z] 4c1a6d2ffbdc3154b41bea1622b22c22abf998aa: digest: sha256:4bee15914aea947d4ee292d65835e0313e5c19aaf40d94e2b732dfd967fbab19 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:41:48.563Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.44 [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:41:48.866Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.44 [2020-10-02T16:41:48.866Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-10-02T16:41:48.866Z] 5325588ab971: Preparing [2020-10-02T16:41:48.866Z] 5ec90d47f314: Preparing [2020-10-02T16:41:48.866Z] 0b9610dcd510: Preparing [2020-10-02T16:41:48.866Z] 046550371a16: Preparing [2020-10-02T16:41:48.866Z] a1bcecd7b993: Preparing [2020-10-02T16:41:48.866Z] 40ec255a50aa: Preparing [2020-10-02T16:41:48.866Z] a23244571920: Preparing [2020-10-02T16:41:48.866Z] 9ad047c6970d: Preparing [2020-10-02T16:41:48.866Z] d2a564f9b85d: Preparing [2020-10-02T16:41:48.866Z] 9e92f9c449ed: Preparing [2020-10-02T16:41:48.866Z] 1b3ee35aacca: Preparing [2020-10-02T16:41:48.866Z] 40ec255a50aa: Waiting [2020-10-02T16:41:48.866Z] a23244571920: Waiting [2020-10-02T16:41:48.866Z] 9ad047c6970d: Waiting [2020-10-02T16:41:48.866Z] 9e92f9c449ed: Waiting [2020-10-02T16:41:48.866Z] 1b3ee35aacca: Waiting [2020-10-02T16:41:48.866Z] d2a564f9b85d: Waiting [2020-10-02T16:41:48.866Z] 5ec90d47f314: Layer already exists [2020-10-02T16:41:48.866Z] 5325588ab971: Layer already exists [2020-10-02T16:41:48.866Z] 0b9610dcd510: Layer already exists [2020-10-02T16:41:48.866Z] a1bcecd7b993: Layer already exists [2020-10-02T16:41:48.866Z] 046550371a16: Layer already exists [2020-10-02T16:41:48.866Z] 40ec255a50aa: Layer already exists [2020-10-02T16:41:48.866Z] a23244571920: Layer already exists [2020-10-02T16:41:48.866Z] 9ad047c6970d: Layer already exists [2020-10-02T16:41:48.866Z] 9e92f9c449ed: Layer already exists [2020-10-02T16:41:48.866Z] d2a564f9b85d: Layer already exists [2020-10-02T16:41:48.866Z] 1b3ee35aacca: Layer already exists [2020-10-02T16:41:48.866Z] 1.2.2-dev.44: digest: sha256:4bee15914aea947d4ee292d65835e0313e5c19aaf40d94e2b732dfd967fbab19 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:41:49.178Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:4c1a6d2ffbdc3154b41bea1622b22c22abf998aa-1.2.2-dev.44 [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:41:49.481Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:4c1a6d2ffbdc3154b41bea1622b22c22abf998aa-1.2.2-dev.44 [2020-10-02T16:41:49.481Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-10-02T16:41:49.481Z] 5325588ab971: Preparing [2020-10-02T16:41:49.481Z] 5ec90d47f314: Preparing [2020-10-02T16:41:49.481Z] 0b9610dcd510: Preparing [2020-10-02T16:41:49.481Z] 046550371a16: Preparing [2020-10-02T16:41:49.481Z] a1bcecd7b993: Preparing [2020-10-02T16:41:49.481Z] 40ec255a50aa: Preparing [2020-10-02T16:41:49.481Z] a23244571920: Preparing [2020-10-02T16:41:49.481Z] 9ad047c6970d: Preparing [2020-10-02T16:41:49.481Z] d2a564f9b85d: Preparing [2020-10-02T16:41:49.481Z] 9e92f9c449ed: Preparing [2020-10-02T16:41:49.481Z] 1b3ee35aacca: Preparing [2020-10-02T16:41:49.481Z] 9ad047c6970d: Waiting [2020-10-02T16:41:49.481Z] d2a564f9b85d: Waiting [2020-10-02T16:41:49.481Z] 9e92f9c449ed: Waiting [2020-10-02T16:41:49.481Z] 40ec255a50aa: Waiting [2020-10-02T16:41:49.481Z] a23244571920: Waiting [2020-10-02T16:41:49.481Z] 1b3ee35aacca: Waiting [2020-10-02T16:41:49.481Z] 5ec90d47f314: Layer already exists [2020-10-02T16:41:49.481Z] a1bcecd7b993: Layer already exists [2020-10-02T16:41:49.481Z] 046550371a16: Layer already exists [2020-10-02T16:41:49.481Z] 5325588ab971: Layer already exists [2020-10-02T16:41:49.481Z] 0b9610dcd510: Layer already exists [2020-10-02T16:41:49.481Z] 40ec255a50aa: Layer already exists [2020-10-02T16:41:49.481Z] a23244571920: Layer already exists [2020-10-02T16:41:49.481Z] 9ad047c6970d: Layer already exists [2020-10-02T16:41:49.481Z] d2a564f9b85d: Layer already exists [2020-10-02T16:41:49.481Z] 9e92f9c449ed: Layer already exists [2020-10-02T16:41:49.481Z] 1b3ee35aacca: Layer already exists [2020-10-02T16:41:49.481Z] 4c1a6d2ffbdc3154b41bea1622b22c22abf998aa-1.2.2-dev.44: digest: sha256:4bee15914aea947d4ee292d65835e0313e5c19aaf40d94e2b732dfd967fbab19 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:41:49.785Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:41:50.084Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2020-10-02T16:41:50.084Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-10-02T16:41:50.084Z] 5325588ab971: Preparing [2020-10-02T16:41:50.084Z] 5ec90d47f314: Preparing [2020-10-02T16:41:50.084Z] 0b9610dcd510: Preparing [2020-10-02T16:41:50.084Z] 046550371a16: Preparing [2020-10-02T16:41:50.084Z] a1bcecd7b993: Preparing [2020-10-02T16:41:50.084Z] 40ec255a50aa: Preparing [2020-10-02T16:41:50.084Z] a23244571920: Preparing [2020-10-02T16:41:50.084Z] 9ad047c6970d: Preparing [2020-10-02T16:41:50.084Z] d2a564f9b85d: Preparing [2020-10-02T16:41:50.084Z] 9e92f9c449ed: Preparing [2020-10-02T16:41:50.084Z] 1b3ee35aacca: Preparing [2020-10-02T16:41:50.084Z] 1b3ee35aacca: Waiting [2020-10-02T16:41:50.084Z] 40ec255a50aa: Waiting [2020-10-02T16:41:50.084Z] a23244571920: Waiting [2020-10-02T16:41:50.084Z] d2a564f9b85d: Waiting [2020-10-02T16:41:50.084Z] 9ad047c6970d: Waiting [2020-10-02T16:41:50.084Z] 9e92f9c449ed: Waiting [2020-10-02T16:41:50.084Z] 5ec90d47f314: Layer already exists [2020-10-02T16:41:50.084Z] a1bcecd7b993: Layer already exists [2020-10-02T16:41:50.084Z] 5325588ab971: Layer already exists [2020-10-02T16:41:50.084Z] 046550371a16: Layer already exists [2020-10-02T16:41:50.084Z] 0b9610dcd510: Layer already exists [2020-10-02T16:41:50.084Z] a23244571920: Layer already exists [2020-10-02T16:41:50.084Z] 40ec255a50aa: Layer already exists [2020-10-02T16:41:50.084Z] d2a564f9b85d: Layer already exists [2020-10-02T16:41:50.084Z] 9e92f9c449ed: Layer already exists [2020-10-02T16:41:50.084Z] 9ad047c6970d: Layer already exists [2020-10-02T16:41:50.084Z] 1b3ee35aacca: Layer already exists [2020-10-02T16:41:50.084Z] master: digest: sha256:4bee15914aea947d4ee292d65835e0313e5c19aaf40d94e2b732dfd967fbab19 size: 2616 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-02T16:41:50.332Z] ===================================================== [Pipeline] echo [2020-10-02T16:41:50.378Z] taggedImages: [2020-10-02T16:41:50.378Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:4c1a6d2ffbdc3154b41bea1622b22c22abf998aa [2020-10-02T16:41:50.378Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.44 [2020-10-02T16:41:50.378Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:4c1a6d2ffbdc3154b41bea1622b22c22abf998aa-1.2.2-dev.44 [2020-10-02T16:41:50.378Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2020-10-02T16:41:50.451Z] [edgeXDocker.push] Tagging docker image docker-support-logging-go with the following tags: [2020-10-02T16:41:50.451Z] 4c1a6d2ffbdc3154b41bea1622b22c22abf998aa [2020-10-02T16:41:50.451Z] 1.2.2-dev.44 [2020-10-02T16:41:50.451Z] 4c1a6d2ffbdc3154b41bea1622b22c22abf998aa-1.2.2-dev.44 [2020-10-02T16:41:50.451Z] master [2020-10-02T16:41:50.451Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:41:51.035Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:4c1a6d2ffbdc3154b41bea1622b22c22abf998aa [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:41:51.335Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:4c1a6d2ffbdc3154b41bea1622b22c22abf998aa [2020-10-02T16:41:51.335Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-10-02T16:41:51.335Z] a8ad7255bc52: Preparing [2020-10-02T16:41:51.335Z] 155b0676d7b4: Preparing [2020-10-02T16:41:51.335Z] 78b28a96f6fd: Preparing [2020-10-02T16:41:51.335Z] 226d4b00d9c0: Preparing [2020-10-02T16:41:51.601Z] 78b28a96f6fd: Pushed [2020-10-02T16:41:51.601Z] a8ad7255bc52: Pushed [2020-10-02T16:41:51.601Z] 226d4b00d9c0: Pushed [2020-10-02T16:41:52.549Z] 155b0676d7b4: Pushed [2020-10-02T16:41:52.810Z] 4c1a6d2ffbdc3154b41bea1622b22c22abf998aa: digest: sha256:86b2784bf1261cb4fd2a2406f79160739bea1ee0f824b725a6cf1d9a1ea4de2b size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:41:53.127Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.44 [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:41:53.429Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.44 [2020-10-02T16:41:53.429Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-10-02T16:41:53.429Z] a8ad7255bc52: Preparing [2020-10-02T16:41:53.429Z] 155b0676d7b4: Preparing [2020-10-02T16:41:53.429Z] 78b28a96f6fd: Preparing [2020-10-02T16:41:53.429Z] 226d4b00d9c0: Preparing [2020-10-02T16:41:53.429Z] 78b28a96f6fd: Layer already exists [2020-10-02T16:41:53.429Z] 155b0676d7b4: Layer already exists [2020-10-02T16:41:53.429Z] a8ad7255bc52: Layer already exists [2020-10-02T16:41:53.429Z] 226d4b00d9c0: Layer already exists [2020-10-02T16:41:53.429Z] 1.2.2-dev.44: digest: sha256:86b2784bf1261cb4fd2a2406f79160739bea1ee0f824b725a6cf1d9a1ea4de2b size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:41:53.732Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:4c1a6d2ffbdc3154b41bea1622b22c22abf998aa-1.2.2-dev.44 [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:41:54.294Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:4c1a6d2ffbdc3154b41bea1622b22c22abf998aa-1.2.2-dev.44 [2020-10-02T16:41:54.294Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-10-02T16:41:54.294Z] a8ad7255bc52: Preparing [2020-10-02T16:41:54.294Z] 155b0676d7b4: Preparing [2020-10-02T16:41:54.294Z] 78b28a96f6fd: Preparing [2020-10-02T16:41:54.294Z] 226d4b00d9c0: Preparing [2020-10-02T16:41:54.294Z] 78b28a96f6fd: Layer already exists [2020-10-02T16:41:54.294Z] 155b0676d7b4: Layer already exists [2020-10-02T16:41:54.294Z] a8ad7255bc52: Layer already exists [2020-10-02T16:41:54.294Z] 226d4b00d9c0: Layer already exists [2020-10-02T16:41:54.294Z] 4c1a6d2ffbdc3154b41bea1622b22c22abf998aa-1.2.2-dev.44: digest: sha256:86b2784bf1261cb4fd2a2406f79160739bea1ee0f824b725a6cf1d9a1ea4de2b size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:41:54.600Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:41:54.900Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [2020-10-02T16:41:54.901Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-10-02T16:41:54.901Z] a8ad7255bc52: Preparing [2020-10-02T16:41:54.901Z] 155b0676d7b4: Preparing [2020-10-02T16:41:54.901Z] 78b28a96f6fd: Preparing [2020-10-02T16:41:54.901Z] 226d4b00d9c0: Preparing [2020-10-02T16:41:54.901Z] a8ad7255bc52: Layer already exists [2020-10-02T16:41:54.901Z] 155b0676d7b4: Layer already exists [2020-10-02T16:41:54.901Z] 78b28a96f6fd: Layer already exists [2020-10-02T16:41:54.901Z] 226d4b00d9c0: Layer already exists [2020-10-02T16:41:54.901Z] master: digest: sha256:86b2784bf1261cb4fd2a2406f79160739bea1ee0f824b725a6cf1d9a1ea4de2b size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-02T16:41:55.091Z] ===================================================== [Pipeline] echo [2020-10-02T16:41:55.136Z] taggedImages: [2020-10-02T16:41:55.136Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:4c1a6d2ffbdc3154b41bea1622b22c22abf998aa [2020-10-02T16:41:55.136Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.44 [2020-10-02T16:41:55.136Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:4c1a6d2ffbdc3154b41bea1622b22c22abf998aa-1.2.2-dev.44 [2020-10-02T16:41:55.136Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] echo [2020-10-02T16:41:55.204Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2020-10-02T16:41:55.204Z] 4c1a6d2ffbdc3154b41bea1622b22c22abf998aa [2020-10-02T16:41:55.204Z] 1.2.2-dev.44 [2020-10-02T16:41:55.204Z] 4c1a6d2ffbdc3154b41bea1622b22c22abf998aa-1.2.2-dev.44 [2020-10-02T16:41:55.204Z] master [2020-10-02T16:41:55.204Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:41:55.822Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:4c1a6d2ffbdc3154b41bea1622b22c22abf998aa [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:41:56.126Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:4c1a6d2ffbdc3154b41bea1622b22c22abf998aa [2020-10-02T16:41:56.126Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-10-02T16:41:56.126Z] a6626cb3bbd4: Preparing [2020-10-02T16:41:56.126Z] 9816bcf87ea3: Preparing [2020-10-02T16:41:56.126Z] f85458de5b7d: Preparing [2020-10-02T16:41:56.126Z] fe1aa2eef760: Preparing [2020-10-02T16:41:56.126Z] eedcdd8facf8: Preparing [2020-10-02T16:41:56.126Z] b7b6f0177cc0: Preparing [2020-10-02T16:41:56.126Z] b7b6f0177cc0: Waiting [2020-10-02T16:41:56.388Z] fe1aa2eef760: Pushed [2020-10-02T16:41:56.388Z] a6626cb3bbd4: Pushed [2020-10-02T16:41:56.388Z] f85458de5b7d: Pushed [2020-10-02T16:41:56.388Z] eedcdd8facf8: Pushed [2020-10-02T16:41:56.650Z] b7b6f0177cc0: Pushed [2020-10-02T16:41:57.073Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-02T16:41:57.073Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-10-02T16:41:57.073Z] ---> 78b436971d31 [2020-10-02T16:41:57.073Z] Step 3/23 : WORKDIR /edgex-go [2020-10-02T16:41:57.073Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-02T16:41:57.073Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-10-02T16:41:57.073Z] ---> 78b436971d31 [2020-10-02T16:41:57.073Z] Step 3/27 : WORKDIR /edgex-go [2020-10-02T16:41:57.073Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-02T16:41:57.073Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-02T16:41:57.073Z] ---> 78b436971d31 [2020-10-02T16:41:57.073Z] Step 3/22 : WORKDIR /edgex-go [2020-10-02T16:41:57.073Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-02T16:41:57.073Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-10-02T16:41:57.073Z] ---> 78b436971d31 [2020-10-02T16:41:57.073Z] Step 3/21 : WORKDIR /edgex-go [2020-10-02T16:41:57.073Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-02T16:41:57.073Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-10-02T16:41:57.073Z] ---> 78b436971d31 [2020-10-02T16:41:57.073Z] Step 3/20 : WORKDIR /edgex-go [2020-10-02T16:41:57.073Z] ---> Running in 63ef66e77722 [2020-10-02T16:41:57.073Z] ---> Running in fefb1a97b534 [2020-10-02T16:41:57.073Z] ---> Running in b19f012d52f2 [2020-10-02T16:41:57.073Z] ---> Running in 2a41c1763414 [2020-10-02T16:41:57.073Z] ---> Running in 220b48f7d8fa [2020-10-02T16:41:57.073Z] Removing intermediate container fefb1a97b534 [2020-10-02T16:41:57.073Z] ---> 46eeeb9823d7 [2020-10-02T16:41:57.073Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-02T16:41:57.073Z] Removing intermediate container 63ef66e77722 [2020-10-02T16:41:57.073Z] ---> 98526b49a95c [2020-10-02T16:41:57.073Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-02T16:41:57.073Z] Removing intermediate container 220b48f7d8fa [2020-10-02T16:41:57.073Z] ---> 45ac951c74c8 [2020-10-02T16:41:57.073Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-02T16:41:57.073Z] Removing intermediate container b19f012d52f2 [2020-10-02T16:41:57.073Z] ---> c21625ac3c4f [2020-10-02T16:41:57.073Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-02T16:41:57.073Z] Removing intermediate container 2a41c1763414 [2020-10-02T16:41:57.073Z] ---> 6c2d5f1fdaac [2020-10-02T16:41:57.073Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-02T16:41:57.073Z] ---> Running in 11f1ce077e30 [2020-10-02T16:41:57.073Z] ---> Running in 3b455ffdfebf [2020-10-02T16:41:57.073Z] ---> Running in d7347961cbc9 [2020-10-02T16:41:57.073Z] ---> Running in d21a6c870932 [2020-10-02T16:41:57.073Z] ---> Running in 14ba21814e37 [2020-10-02T16:41:57.348Z] Removing intermediate container 3b455ffdfebf [2020-10-02T16:41:57.348Z] ---> e9a7290b2c90 [2020-10-02T16:41:57.348Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-10-02T16:41:57.597Z] 9816bcf87ea3: Pushed [2020-10-02T16:41:57.632Z] ---> Running in a42646c47d3e [2020-10-02T16:41:57.873Z] 4c1a6d2ffbdc3154b41bea1622b22c22abf998aa: digest: sha256:0462949ecad8893bb813e4bded8bf4bea53527b44664d11733f90490e2a7f266 size: 1573 [2020-10-02T16:41:57.909Z] Removing intermediate container 11f1ce077e30 [2020-10-02T16:41:57.910Z] ---> 6eb6bb721626 [2020-10-02T16:41:57.910Z] Step 5/21 : RUN apk update && apk add make git [2020-10-02T16:41:57.910Z] Removing intermediate container 14ba21814e37 [2020-10-02T16:41:57.910Z] ---> 6278cbd2536e [2020-10-02T16:41:57.910Z] Step 5/27 : RUN apk update && apk add make bash git [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:41:58.184Z] Removing intermediate container d7347961cbc9 [2020-10-02T16:41:58.184Z] ---> f36703217298 [2020-10-02T16:41:58.184Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-10-02T16:41:58.184Z] ---> Running in 40e3dc7a35a3 [2020-10-02T16:41:58.184Z] ---> Running in 3d93a08cc87e [2020-10-02T16:41:58.184Z] Removing intermediate container d21a6c870932 [2020-10-02T16:41:58.184Z] ---> ac38b552c037 [2020-10-02T16:41:58.184Z] Step 5/20 : RUN apk update && apk add make git [2020-10-02T16:41:58.216Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.44 [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:41:58.459Z] ---> Running in 955e5e6d0ae9 [2020-10-02T16:41:58.521Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.44 [2020-10-02T16:41:58.521Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-10-02T16:41:58.521Z] a6626cb3bbd4: Preparing [2020-10-02T16:41:58.521Z] 9816bcf87ea3: Preparing [2020-10-02T16:41:58.521Z] f85458de5b7d: Preparing [2020-10-02T16:41:58.521Z] fe1aa2eef760: Preparing [2020-10-02T16:41:58.521Z] eedcdd8facf8: Preparing [2020-10-02T16:41:58.521Z] b7b6f0177cc0: Preparing [2020-10-02T16:41:58.521Z] b7b6f0177cc0: Waiting [2020-10-02T16:41:58.521Z] 9816bcf87ea3: Layer already exists [2020-10-02T16:41:58.521Z] eedcdd8facf8: Layer already exists [2020-10-02T16:41:58.521Z] fe1aa2eef760: Layer already exists [2020-10-02T16:41:58.521Z] f85458de5b7d: Layer already exists [2020-10-02T16:41:58.521Z] a6626cb3bbd4: Layer already exists [2020-10-02T16:41:58.521Z] b7b6f0177cc0: Layer already exists [2020-10-02T16:41:58.521Z] 1.2.2-dev.44: digest: sha256:0462949ecad8893bb813e4bded8bf4bea53527b44664d11733f90490e2a7f266 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:41:58.737Z] ---> Running in 2fb18945e518 [2020-10-02T16:41:58.827Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:4c1a6d2ffbdc3154b41bea1622b22c22abf998aa-1.2.2-dev.44 [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:41:59.132Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:4c1a6d2ffbdc3154b41bea1622b22c22abf998aa-1.2.2-dev.44 [2020-10-02T16:41:59.132Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-10-02T16:41:59.132Z] a6626cb3bbd4: Preparing [2020-10-02T16:41:59.132Z] 9816bcf87ea3: Preparing [2020-10-02T16:41:59.132Z] f85458de5b7d: Preparing [2020-10-02T16:41:59.132Z] fe1aa2eef760: Preparing [2020-10-02T16:41:59.132Z] eedcdd8facf8: Preparing [2020-10-02T16:41:59.132Z] b7b6f0177cc0: Preparing [2020-10-02T16:41:59.132Z] b7b6f0177cc0: Waiting [2020-10-02T16:41:59.132Z] a6626cb3bbd4: Layer already exists [2020-10-02T16:41:59.132Z] 9816bcf87ea3: Layer already exists [2020-10-02T16:41:59.132Z] f85458de5b7d: Layer already exists [2020-10-02T16:41:59.132Z] eedcdd8facf8: Layer already exists [2020-10-02T16:41:59.132Z] fe1aa2eef760: Layer already exists [2020-10-02T16:41:59.132Z] b7b6f0177cc0: Layer already exists [2020-10-02T16:41:59.132Z] 4c1a6d2ffbdc3154b41bea1622b22c22abf998aa-1.2.2-dev.44: digest: sha256:0462949ecad8893bb813e4bded8bf4bea53527b44664d11733f90490e2a7f266 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:41:59.442Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:41:59.725Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-02T16:41:59.738Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2020-10-02T16:41:59.738Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-10-02T16:41:59.738Z] a6626cb3bbd4: Preparing [2020-10-02T16:41:59.738Z] 9816bcf87ea3: Preparing [2020-10-02T16:41:59.738Z] f85458de5b7d: Preparing [2020-10-02T16:41:59.738Z] fe1aa2eef760: Preparing [2020-10-02T16:41:59.738Z] eedcdd8facf8: Preparing [2020-10-02T16:41:59.738Z] b7b6f0177cc0: Preparing [2020-10-02T16:41:59.738Z] b7b6f0177cc0: Waiting [2020-10-02T16:41:59.738Z] fe1aa2eef760: Layer already exists [2020-10-02T16:41:59.738Z] f85458de5b7d: Layer already exists [2020-10-02T16:41:59.738Z] 9816bcf87ea3: Layer already exists [2020-10-02T16:41:59.738Z] a6626cb3bbd4: Layer already exists [2020-10-02T16:41:59.738Z] eedcdd8facf8: Layer already exists [2020-10-02T16:41:59.738Z] b7b6f0177cc0: Layer already exists [2020-10-02T16:41:59.738Z] master: digest: sha256:0462949ecad8893bb813e4bded8bf4bea53527b44664d11733f90490e2a7f266 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-02T16:41:59.908Z] ===================================================== [Pipeline] echo [2020-10-02T16:41:59.956Z] taggedImages: [2020-10-02T16:41:59.956Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:4c1a6d2ffbdc3154b41bea1622b22c22abf998aa [2020-10-02T16:41:59.956Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.44 [2020-10-02T16:41:59.956Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:4c1a6d2ffbdc3154b41bea1622b22c22abf998aa-1.2.2-dev.44 [2020-10-02T16:41:59.956Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2020-10-02T16:42:00.019Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2020-10-02T16:42:00.019Z] 4c1a6d2ffbdc3154b41bea1622b22c22abf998aa [2020-10-02T16:42:00.019Z] 1.2.2-dev.44 [2020-10-02T16:42:00.019Z] 4c1a6d2ffbdc3154b41bea1622b22c22abf998aa-1.2.2-dev.44 [2020-10-02T16:42:00.019Z] master [2020-10-02T16:42:00.019Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:42:00.629Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:4c1a6d2ffbdc3154b41bea1622b22c22abf998aa [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:42:00.709Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-02T16:42:00.709Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-02T16:42:00.709Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-02T16:42:00.938Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:4c1a6d2ffbdc3154b41bea1622b22c22abf998aa [2020-10-02T16:42:00.938Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-10-02T16:42:00.938Z] 2b67f4042261: Preparing [2020-10-02T16:42:00.938Z] d6183b0655a4: Preparing [2020-10-02T16:42:00.938Z] 126b3283c467: Preparing [2020-10-02T16:42:00.983Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-02T16:42:00.983Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-02T16:42:01.202Z] 126b3283c467: Pushed [2020-10-02T16:42:01.202Z] 2b67f4042261: Pushed [2020-10-02T16:42:01.581Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-02T16:42:01.857Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-02T16:42:02.131Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-02T16:42:02.131Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-02T16:42:02.404Z] v3.12.0-362-g9ed1b5bb6e [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-02T16:42:02.404Z] v3.12.0-360-ge0913ff1f1 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-02T16:42:02.404Z] OK: 12623 distinct packages available [2020-10-02T16:42:02.588Z] d6183b0655a4: Pushed [2020-10-02T16:42:02.588Z] 4c1a6d2ffbdc3154b41bea1622b22c22abf998aa: digest: sha256:aeb63bb726139e2ad5c6ce4bb58c293b7df9984c917bad86040f505d1948240a size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:42:02.892Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.44 [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:42:03.009Z] v3.12.0-362-g9ed1b5bb6e [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-02T16:42:03.009Z] v3.12.0-360-ge0913ff1f1 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-02T16:42:03.009Z] OK: 12623 distinct packages available [2020-10-02T16:42:03.009Z] OK: 217 MiB in 51 packages [2020-10-02T16:42:03.196Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.44 [2020-10-02T16:42:03.196Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-10-02T16:42:03.196Z] 2b67f4042261: Preparing [2020-10-02T16:42:03.196Z] d6183b0655a4: Preparing [2020-10-02T16:42:03.196Z] 126b3283c467: Preparing [2020-10-02T16:42:03.196Z] 126b3283c467: Layer already exists [2020-10-02T16:42:03.196Z] d6183b0655a4: Layer already exists [2020-10-02T16:42:03.196Z] 2b67f4042261: Layer already exists [2020-10-02T16:42:03.196Z] 1.2.2-dev.44: digest: sha256:aeb63bb726139e2ad5c6ce4bb58c293b7df9984c917bad86040f505d1948240a size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:42:03.285Z] v3.12.0-362-g9ed1b5bb6e [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-02T16:42:03.285Z] v3.12.0-360-ge0913ff1f1 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-02T16:42:03.285Z] OK: 12623 distinct packages available [2020-10-02T16:42:03.504Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:4c1a6d2ffbdc3154b41bea1622b22c22abf998aa-1.2.2-dev.44 [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:42:03.569Z] v3.12.0-362-g9ed1b5bb6e [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-02T16:42:03.569Z] v3.12.0-360-ge0913ff1f1 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-02T16:42:03.569Z] OK: 12623 distinct packages available [2020-10-02T16:42:03.569Z] OK: 217 MiB in 51 packages [2020-10-02T16:42:03.569Z] v3.12.0-362-g9ed1b5bb6e [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-02T16:42:03.569Z] v3.12.0-360-ge0913ff1f1 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-02T16:42:03.569Z] OK: 12623 distinct packages available [2020-10-02T16:42:03.809Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:4c1a6d2ffbdc3154b41bea1622b22c22abf998aa-1.2.2-dev.44 [2020-10-02T16:42:03.809Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-10-02T16:42:03.809Z] 2b67f4042261: Preparing [2020-10-02T16:42:03.809Z] d6183b0655a4: Preparing [2020-10-02T16:42:03.809Z] 126b3283c467: Preparing [2020-10-02T16:42:03.809Z] d6183b0655a4: Layer already exists [2020-10-02T16:42:03.809Z] 2b67f4042261: Layer already exists [2020-10-02T16:42:03.809Z] 126b3283c467: Layer already exists [2020-10-02T16:42:03.809Z] 4c1a6d2ffbdc3154b41bea1622b22c22abf998aa-1.2.2-dev.44: digest: sha256:aeb63bb726139e2ad5c6ce4bb58c293b7df9984c917bad86040f505d1948240a size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:42:04.115Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:42:04.412Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2020-10-02T16:42:04.412Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-10-02T16:42:04.412Z] 2b67f4042261: Preparing [2020-10-02T16:42:04.412Z] d6183b0655a4: Preparing [2020-10-02T16:42:04.412Z] 126b3283c467: Preparing [2020-10-02T16:42:04.412Z] 2b67f4042261: Layer already exists [2020-10-02T16:42:04.412Z] 126b3283c467: Layer already exists [2020-10-02T16:42:04.412Z] d6183b0655a4: Layer already exists [2020-10-02T16:42:04.412Z] master: digest: sha256:aeb63bb726139e2ad5c6ce4bb58c293b7df9984c917bad86040f505d1948240a size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [2020-10-02T16:42:04.554Z] OK: 217 MiB in 51 packages [2020-10-02T16:42:04.554Z] OK: 217 MiB in 51 packages [2020-10-02T16:42:04.554Z] OK: 217 MiB in 51 packages [Pipeline] // withEnv [Pipeline] echo [2020-10-02T16:42:04.609Z] ===================================================== [Pipeline] echo [2020-10-02T16:42:04.651Z] taggedImages: [2020-10-02T16:42:04.651Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:4c1a6d2ffbdc3154b41bea1622b22c22abf998aa [2020-10-02T16:42:04.651Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.44 [2020-10-02T16:42:04.651Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:4c1a6d2ffbdc3154b41bea1622b22c22abf998aa-1.2.2-dev.44 [2020-10-02T16:42:04.651Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2020-10-02T16:42:04.709Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2020-10-02T16:42:04.709Z] 4c1a6d2ffbdc3154b41bea1622b22c22abf998aa [2020-10-02T16:42:04.709Z] 1.2.2-dev.44 [2020-10-02T16:42:04.709Z] 4c1a6d2ffbdc3154b41bea1622b22c22abf998aa-1.2.2-dev.44 [2020-10-02T16:42:04.709Z] master [2020-10-02T16:42:04.709Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:42:05.155Z] Removing intermediate container a42646c47d3e [2020-10-02T16:42:05.156Z] ---> b9e5182c4170 [2020-10-02T16:42:05.156Z] Step 6/23 : COPY go.mod . [2020-10-02T16:42:05.156Z] OK: 217 MiB in 51 packages [2020-10-02T16:42:05.205Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:4c1a6d2ffbdc3154b41bea1622b22c22abf998aa [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:42:05.435Z] Removing intermediate container 40e3dc7a35a3 [2020-10-02T16:42:05.435Z] ---> a425034ebafb [2020-10-02T16:42:05.435Z] Step 6/21 : COPY go.mod . [2020-10-02T16:42:05.512Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:4c1a6d2ffbdc3154b41bea1622b22c22abf998aa [2020-10-02T16:42:05.512Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-10-02T16:42:05.512Z] ac82980ef694: Preparing [2020-10-02T16:42:05.512Z] 8787b65da438: Preparing [2020-10-02T16:42:05.512Z] 91ce2e7d4b97: Preparing [2020-10-02T16:42:05.512Z] 712c694f77cf: Preparing [2020-10-02T16:42:05.512Z] 2a4525eaa43a: Preparing [2020-10-02T16:42:05.512Z] 9ef1f9ac8809: Preparing [2020-10-02T16:42:05.512Z] 18d83d83bbc0: Preparing [2020-10-02T16:42:05.512Z] 527eef706b20: Preparing [2020-10-02T16:42:05.512Z] 224742e9e948: Preparing [2020-10-02T16:42:05.512Z] 5391e5290f13: Preparing [2020-10-02T16:42:05.512Z] 13baed61c795: Preparing [2020-10-02T16:42:05.512Z] 51d6d3d09136: Preparing [2020-10-02T16:42:05.512Z] 1507bc794612: Preparing [2020-10-02T16:42:05.512Z] 50644c29ef5a: Preparing [2020-10-02T16:42:05.512Z] 9ef1f9ac8809: Waiting [2020-10-02T16:42:05.512Z] 18d83d83bbc0: Waiting [2020-10-02T16:42:05.512Z] 527eef706b20: Waiting [2020-10-02T16:42:05.512Z] 224742e9e948: Waiting [2020-10-02T16:42:05.512Z] 5391e5290f13: Waiting [2020-10-02T16:42:05.512Z] 13baed61c795: Waiting [2020-10-02T16:42:05.512Z] 51d6d3d09136: Waiting [2020-10-02T16:42:05.512Z] 50644c29ef5a: Waiting [2020-10-02T16:42:05.512Z] 1507bc794612: Waiting [2020-10-02T16:42:05.780Z] 2a4525eaa43a: Pushed [2020-10-02T16:42:05.780Z] ac82980ef694: Pushed [2020-10-02T16:42:06.046Z] 712c694f77cf: Pushed [2020-10-02T16:42:06.046Z] 527eef706b20: Layer already exists [2020-10-02T16:42:06.309Z] 224742e9e948: Layer already exists [2020-10-02T16:42:06.309Z] 5391e5290f13: Layer already exists [2020-10-02T16:42:06.309Z] 18d83d83bbc0: Pushed [2020-10-02T16:42:06.309Z] 13baed61c795: Layer already exists [2020-10-02T16:42:06.309Z] 51d6d3d09136: Layer already exists [2020-10-02T16:42:06.309Z] 1507bc794612: Layer already exists [2020-10-02T16:42:06.309Z] 50644c29ef5a: Layer already exists [2020-10-02T16:42:06.433Z] ---> 58a9cdfe5333 [2020-10-02T16:42:06.433Z] Step 7/23 : RUN go mod download [2020-10-02T16:42:06.433Z] Removing intermediate container 2fb18945e518 [2020-10-02T16:42:06.433Z] ---> 5b6494443bf6 [2020-10-02T16:42:06.433Z] Step 6/20 : COPY go.mod . [2020-10-02T16:42:06.884Z] 9ef1f9ac8809: Pushed [2020-10-02T16:42:07.026Z] ---> e62589d6a97b [2020-10-02T16:42:07.026Z] Step 7/21 : RUN go mod download [2020-10-02T16:42:07.026Z] ---> Running in f633671c6e12 [2020-10-02T16:42:07.026Z] Removing intermediate container 3d93a08cc87e [2020-10-02T16:42:07.026Z] ---> 493afb71c423 [2020-10-02T16:42:07.026Z] Step 6/27 : COPY go.mod . [2020-10-02T16:42:07.144Z] 8787b65da438: Pushed [2020-10-02T16:42:07.299Z] ---> 595db657a4c9 [2020-10-02T16:42:07.299Z] Step 7/20 : RUN go mod download [2020-10-02T16:42:07.299Z] ---> Running in 60f8d510d332 [2020-10-02T16:42:07.569Z] Removing intermediate container 955e5e6d0ae9 [2020-10-02T16:42:07.569Z] ---> 84cb5361700c [2020-10-02T16:42:07.569Z] Step 6/22 : COPY go.mod . [2020-10-02T16:42:07.841Z] ---> Running in d193a0381096 [2020-10-02T16:42:08.451Z] ---> e06e9870cc28 [2020-10-02T16:42:08.451Z] Step 7/27 : RUN go mod download [2020-10-02T16:42:08.727Z] ---> Running in a4ba977b5241 [2020-10-02T16:42:08.727Z] ---> 552feb1ff187 [2020-10-02T16:42:08.727Z] Step 7/22 : RUN go mod download [2020-10-02T16:42:08.997Z] ---> Running in 559ca6e57666 [2020-10-02T16:42:12.404Z] Removing intermediate container f633671c6e12 [2020-10-02T16:42:12.404Z] ---> 9c7a24106741 [2020-10-02T16:42:12.404Z] Step 8/23 : COPY . . [2020-10-02T16:42:12.677Z] Removing intermediate container d193a0381096 [2020-10-02T16:42:12.677Z] ---> 03ff05c867b0 [2020-10-02T16:42:12.677Z] Step 8/20 : COPY . . [2020-10-02T16:42:12.954Z] Removing intermediate container 60f8d510d332 [2020-10-02T16:42:12.954Z] ---> 72c0f73d0f5b [2020-10-02T16:42:12.954Z] Step 8/21 : COPY . . [2020-10-02T16:42:13.548Z] Removing intermediate container a4ba977b5241 [2020-10-02T16:42:13.548Z] ---> aae4b331059c [2020-10-02T16:42:13.548Z] Step 8/27 : COPY . . [2020-10-02T16:42:15.304Z] 91ce2e7d4b97: Pushed [2020-10-02T16:42:15.304Z] 4c1a6d2ffbdc3154b41bea1622b22c22abf998aa: digest: sha256:d9388ae4fae80ec699b849cd82bb017f470ad09d9f8ea80fc50f27c83fe747cd size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:42:15.615Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.44 [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:42:15.925Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.44 [2020-10-02T16:42:15.925Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-10-02T16:42:15.925Z] ac82980ef694: Preparing [2020-10-02T16:42:15.925Z] 8787b65da438: Preparing [2020-10-02T16:42:15.925Z] 91ce2e7d4b97: Preparing [2020-10-02T16:42:15.925Z] 712c694f77cf: Preparing [2020-10-02T16:42:15.925Z] 2a4525eaa43a: Preparing [2020-10-02T16:42:15.925Z] 9ef1f9ac8809: Preparing [2020-10-02T16:42:15.925Z] 18d83d83bbc0: Preparing [2020-10-02T16:42:15.925Z] 527eef706b20: Preparing [2020-10-02T16:42:15.925Z] 224742e9e948: Preparing [2020-10-02T16:42:15.925Z] 5391e5290f13: Preparing [2020-10-02T16:42:15.925Z] 13baed61c795: Preparing [2020-10-02T16:42:15.925Z] 51d6d3d09136: Preparing [2020-10-02T16:42:15.925Z] 1507bc794612: Preparing [2020-10-02T16:42:15.925Z] 50644c29ef5a: Preparing [2020-10-02T16:42:15.925Z] 9ef1f9ac8809: Waiting [2020-10-02T16:42:15.925Z] 18d83d83bbc0: Waiting [2020-10-02T16:42:15.925Z] 527eef706b20: Waiting [2020-10-02T16:42:15.925Z] 224742e9e948: Waiting [2020-10-02T16:42:15.925Z] 5391e5290f13: Waiting [2020-10-02T16:42:15.925Z] 13baed61c795: Waiting [2020-10-02T16:42:15.925Z] 1507bc794612: Waiting [2020-10-02T16:42:15.925Z] 51d6d3d09136: Waiting [2020-10-02T16:42:15.925Z] 50644c29ef5a: Waiting [2020-10-02T16:42:15.925Z] 2a4525eaa43a: Layer already exists [2020-10-02T16:42:15.925Z] 712c694f77cf: Layer already exists [2020-10-02T16:42:15.925Z] 91ce2e7d4b97: Layer already exists [2020-10-02T16:42:15.925Z] 8787b65da438: Layer already exists [2020-10-02T16:42:15.925Z] ac82980ef694: Layer already exists [2020-10-02T16:42:15.925Z] 9ef1f9ac8809: Layer already exists [2020-10-02T16:42:15.925Z] 224742e9e948: Layer already exists [2020-10-02T16:42:15.925Z] 5391e5290f13: Layer already exists [2020-10-02T16:42:15.925Z] 18d83d83bbc0: Layer already exists [2020-10-02T16:42:15.925Z] 527eef706b20: Layer already exists [2020-10-02T16:42:15.925Z] 1507bc794612: Layer already exists [2020-10-02T16:42:15.925Z] 13baed61c795: Layer already exists [2020-10-02T16:42:15.925Z] 50644c29ef5a: Layer already exists [2020-10-02T16:42:15.925Z] 51d6d3d09136: Layer already exists [2020-10-02T16:42:15.925Z] 1.2.2-dev.44: digest: sha256:d9388ae4fae80ec699b849cd82bb017f470ad09d9f8ea80fc50f27c83fe747cd size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:42:16.235Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:4c1a6d2ffbdc3154b41bea1622b22c22abf998aa-1.2.2-dev.44 [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:42:16.538Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:4c1a6d2ffbdc3154b41bea1622b22c22abf998aa-1.2.2-dev.44 [2020-10-02T16:42:16.538Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-10-02T16:42:16.538Z] ac82980ef694: Preparing [2020-10-02T16:42:16.538Z] 8787b65da438: Preparing [2020-10-02T16:42:16.538Z] 91ce2e7d4b97: Preparing [2020-10-02T16:42:16.538Z] 712c694f77cf: Preparing [2020-10-02T16:42:16.538Z] 2a4525eaa43a: Preparing [2020-10-02T16:42:16.538Z] 9ef1f9ac8809: Preparing [2020-10-02T16:42:16.538Z] 18d83d83bbc0: Preparing [2020-10-02T16:42:16.538Z] 527eef706b20: Preparing [2020-10-02T16:42:16.538Z] 224742e9e948: Preparing [2020-10-02T16:42:16.538Z] 5391e5290f13: Preparing [2020-10-02T16:42:16.538Z] 13baed61c795: Preparing [2020-10-02T16:42:16.538Z] 51d6d3d09136: Preparing [2020-10-02T16:42:16.538Z] 1507bc794612: Preparing [2020-10-02T16:42:16.538Z] 50644c29ef5a: Preparing [2020-10-02T16:42:16.538Z] 9ef1f9ac8809: Waiting [2020-10-02T16:42:16.538Z] 18d83d83bbc0: Waiting [2020-10-02T16:42:16.538Z] 527eef706b20: Waiting [2020-10-02T16:42:16.538Z] 224742e9e948: Waiting [2020-10-02T16:42:16.538Z] 5391e5290f13: Waiting [2020-10-02T16:42:16.538Z] 13baed61c795: Waiting [2020-10-02T16:42:16.538Z] 51d6d3d09136: Waiting [2020-10-02T16:42:16.538Z] 1507bc794612: Waiting [2020-10-02T16:42:16.538Z] 50644c29ef5a: Waiting [2020-10-02T16:42:16.538Z] ac82980ef694: Layer already exists [2020-10-02T16:42:16.538Z] 8787b65da438: Layer already exists [2020-10-02T16:42:16.538Z] 712c694f77cf: Layer already exists [2020-10-02T16:42:16.538Z] 2a4525eaa43a: Layer already exists [2020-10-02T16:42:16.538Z] 91ce2e7d4b97: Layer already exists [2020-10-02T16:42:16.538Z] 527eef706b20: Layer already exists [2020-10-02T16:42:16.538Z] 18d83d83bbc0: Layer already exists [2020-10-02T16:42:16.538Z] 224742e9e948: Layer already exists [2020-10-02T16:42:16.538Z] 9ef1f9ac8809: Layer already exists [2020-10-02T16:42:16.538Z] 5391e5290f13: Layer already exists [2020-10-02T16:42:16.538Z] 51d6d3d09136: Layer already exists [2020-10-02T16:42:16.538Z] 13baed61c795: Layer already exists [2020-10-02T16:42:16.538Z] 1507bc794612: Layer already exists [2020-10-02T16:42:16.538Z] 50644c29ef5a: Layer already exists [2020-10-02T16:42:16.538Z] 4c1a6d2ffbdc3154b41bea1622b22c22abf998aa-1.2.2-dev.44: digest: sha256:d9388ae4fae80ec699b849cd82bb017f470ad09d9f8ea80fc50f27c83fe747cd size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:42:16.849Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:42:16.957Z] Removing intermediate container 559ca6e57666 [2020-10-02T16:42:16.957Z] ---> 25fabeb1d396 [2020-10-02T16:42:16.957Z] Step 8/22 : COPY . . [2020-10-02T16:42:17.155Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2020-10-02T16:42:17.155Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-10-02T16:42:17.155Z] ac82980ef694: Preparing [2020-10-02T16:42:17.155Z] 8787b65da438: Preparing [2020-10-02T16:42:17.155Z] 91ce2e7d4b97: Preparing [2020-10-02T16:42:17.155Z] 712c694f77cf: Preparing [2020-10-02T16:42:17.155Z] 2a4525eaa43a: Preparing [2020-10-02T16:42:17.155Z] 9ef1f9ac8809: Preparing [2020-10-02T16:42:17.155Z] 18d83d83bbc0: Preparing [2020-10-02T16:42:17.155Z] 527eef706b20: Preparing [2020-10-02T16:42:17.155Z] 224742e9e948: Preparing [2020-10-02T16:42:17.155Z] 5391e5290f13: Preparing [2020-10-02T16:42:17.155Z] 13baed61c795: Preparing [2020-10-02T16:42:17.155Z] 51d6d3d09136: Preparing [2020-10-02T16:42:17.155Z] 1507bc794612: Preparing [2020-10-02T16:42:17.155Z] 50644c29ef5a: Preparing [2020-10-02T16:42:17.155Z] 224742e9e948: Waiting [2020-10-02T16:42:17.155Z] 5391e5290f13: Waiting [2020-10-02T16:42:17.155Z] 13baed61c795: Waiting [2020-10-02T16:42:17.155Z] 51d6d3d09136: Waiting [2020-10-02T16:42:17.155Z] 1507bc794612: Waiting [2020-10-02T16:42:17.155Z] 50644c29ef5a: Waiting [2020-10-02T16:42:17.155Z] 18d83d83bbc0: Waiting [2020-10-02T16:42:17.155Z] 527eef706b20: Waiting [2020-10-02T16:42:17.155Z] 9ef1f9ac8809: Waiting [2020-10-02T16:42:17.155Z] 8787b65da438: Layer already exists [2020-10-02T16:42:17.155Z] ac82980ef694: Layer already exists [2020-10-02T16:42:17.155Z] 712c694f77cf: Layer already exists [2020-10-02T16:42:17.155Z] 2a4525eaa43a: Layer already exists [2020-10-02T16:42:17.155Z] 91ce2e7d4b97: Layer already exists [2020-10-02T16:42:17.155Z] 9ef1f9ac8809: Layer already exists [2020-10-02T16:42:17.155Z] 5391e5290f13: Layer already exists [2020-10-02T16:42:17.155Z] 224742e9e948: Layer already exists [2020-10-02T16:42:17.155Z] 18d83d83bbc0: Layer already exists [2020-10-02T16:42:17.155Z] 527eef706b20: Layer already exists [2020-10-02T16:42:17.155Z] 13baed61c795: Layer already exists [2020-10-02T16:42:17.155Z] 50644c29ef5a: Layer already exists [2020-10-02T16:42:17.155Z] 51d6d3d09136: Layer already exists [2020-10-02T16:42:17.155Z] 1507bc794612: Layer already exists [2020-10-02T16:42:17.436Z] master: digest: sha256:d9388ae4fae80ec699b849cd82bb017f470ad09d9f8ea80fc50f27c83fe747cd size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-02T16:42:17.673Z] ===================================================== [Pipeline] echo [2020-10-02T16:42:17.839Z] taggedImages: [2020-10-02T16:42:17.839Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:4c1a6d2ffbdc3154b41bea1622b22c22abf998aa [2020-10-02T16:42:17.839Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.44 [2020-10-02T16:42:17.839Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:4c1a6d2ffbdc3154b41bea1622b22c22abf998aa-1.2.2-dev.44 [2020-10-02T16:42:17.839Z] - 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-02T16:42:35.294Z] ---> 2c54738b0415 [2020-10-02T16:42:35.294Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-10-02T16:42:35.294Z] ---> 6bfb34acdd27 [2020-10-02T16:42:35.294Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-10-02T16:42:35.294Z] ---> 469ae5525aa6 [2020-10-02T16:42:35.294Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-10-02T16:42:35.294Z] ---> 860a72af4fef [2020-10-02T16:42:35.294Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-10-02T16:42:35.294Z] ---> Running in 8c5aadfb9ddf [2020-10-02T16:42:35.294Z] ---> Running in 5fe79dcf1d7a [2020-10-02T16:42:35.294Z] ---> 122a3aa8b26c [2020-10-02T16:42:35.294Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-10-02T16:42:35.294Z] ---> Running in b6db47b967b5 [2020-10-02T16:42:35.294Z] ---> Running in 894f8d08f651 [2020-10-02T16:42:35.294Z] ---> Running in 1827008858e7 [2020-10-02T16:42:37.942Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.44" -o cmd/core-data/core-data ./cmd/core-data [2020-10-02T16:42:37.942Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.44" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-10-02T16:42:37.942Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.44" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-10-02T16:42:38.219Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.44" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-10-02T16:42:38.219Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.44" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-10-02T16:44:15.047Z] Removing intermediate container 8c5aadfb9ddf [2020-10-02T16:44:15.047Z] ---> f4be37e7b713 [2020-10-02T16:44:15.047Z] [2020-10-02T16:44:15.047Z] Step 10/20 : FROM alpine [2020-10-02T16:44:15.047Z] latest: Pulling from library/alpine [2020-10-02T16:44:15.047Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-10-02T16:44:15.047Z] Status: Downloaded newer image for alpine:latest [2020-10-02T16:44:15.047Z] ---> 62ee0e9f8440 [2020-10-02T16:44:15.047Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-10-02T16:44:15.047Z] ---> Running in 215c232d7dfb [2020-10-02T16:44:15.047Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-02T16:44:15.047Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-02T16:44:16.046Z] v3.12.0-362-g9ed1b5bb6e [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-02T16:44:16.046Z] v3.12.0-360-ge0913ff1f1 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-02T16:44:16.046Z] OK: 12621 distinct packages available [2020-10-02T16:44:17.049Z] (1/4) Installing ca-certificates (20191127-r4) [2020-10-02T16:44:17.330Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-10-02T16:44:17.330Z] (3/4) Installing libcurl (7.69.1-r1) [2020-10-02T16:44:17.330Z] (4/4) Installing curl (7.69.1-r1) [2020-10-02T16:44:17.330Z] Executing busybox-1.31.1-r16.trigger [2020-10-02T16:44:17.330Z] Executing ca-certificates-20191127-r4.trigger [2020-10-02T16:44:17.946Z] OK: 7 MiB in 18 packages [2020-10-02T16:44:22.326Z] Removing intermediate container 215c232d7dfb [2020-10-02T16:44:22.326Z] ---> 4b3594c9950e [2020-10-02T16:44:22.326Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-02T16:44:22.326Z] ---> Running in b774dcd08705 [2020-10-02T16:44:22.326Z] Removing intermediate container 1827008858e7 [2020-10-02T16:44:22.326Z] ---> 4a53baece70d [2020-10-02T16:44:22.326Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-10-02T16:44:22.609Z] ---> Running in 50b217f043ba [2020-10-02T16:44:23.241Z] Removing intermediate container b774dcd08705 [2020-10-02T16:44:23.241Z] ---> a99f1bd9153d [2020-10-02T16:44:23.241Z] Step 13/20 : WORKDIR /edgex [2020-10-02T16:44:23.859Z] ---> Running in 55ed4f894e3b [2020-10-02T16:44:25.878Z] Removing intermediate container 55ed4f894e3b [2020-10-02T16:44:25.878Z] ---> 0c64711a417b [2020-10-02T16:44:25.878Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-10-02T16:44:25.878Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.44" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-10-02T16:44:26.485Z] Removing intermediate container 894f8d08f651 [2020-10-02T16:44:26.485Z] ---> 5f5322fc51c7 [2020-10-02T16:44:26.485Z] [2020-10-02T16:44:26.485Z] Step 10/22 : FROM scratch [2020-10-02T16:44:26.485Z] ---> [2020-10-02T16:44:26.485Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-02T16:44:26.772Z] ---> Running in 597f6f3b9376 [2020-10-02T16:44:27.384Z] ---> 15a0cffc219a [2020-10-02T16:44:27.384Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-10-02T16:44:27.670Z] Removing intermediate container 597f6f3b9376 [2020-10-02T16:44:27.670Z] ---> d3ac635b8ce7 [2020-10-02T16:44:27.670Z] Step 12/22 : ENV APP_PORT=48061 [2020-10-02T16:44:27.670Z] ---> Running in 3fb819f591eb [2020-10-02T16:44:28.674Z] Removing intermediate container 3fb819f591eb [2020-10-02T16:44:28.674Z] ---> 2d837f4009da [2020-10-02T16:44:28.674Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-02T16:44:28.954Z] ---> Running in 6b646eb4b4d3 [2020-10-02T16:44:29.580Z] ---> a09b32f75ea9 [2020-10-02T16:44:29.580Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-10-02T16:44:29.580Z] Removing intermediate container 6b646eb4b4d3 [2020-10-02T16:44:29.580Z] ---> 0d2c11c56d5a [2020-10-02T16:44:29.580Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-10-02T16:44:29.580Z] ---> Running in b899e3e18337 [2020-10-02T16:44:30.199Z] Removing intermediate container b899e3e18337 [2020-10-02T16:44:30.199Z] ---> 19cbf1fc13f3 [2020-10-02T16:44:30.199Z] Step 17/20 : CMD ["--init=true"] [2020-10-02T16:44:30.814Z] ---> Running in f346fc775c71 [2020-10-02T16:44:31.433Z] ---> 663a27539c19 [2020-10-02T16:44:31.433Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-10-02T16:44:31.719Z] Removing intermediate container f346fc775c71 [2020-10-02T16:44:31.719Z] ---> cf059f9cb818 [2020-10-02T16:44:31.719Z] Step 18/20 : LABEL arch=arm64 [2020-10-02T16:44:32.003Z] ---> Running in ad11dc95b38f [2020-10-02T16:44:33.057Z] ---> 62dc81feb8a7 [2020-10-02T16:44:33.057Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-10-02T16:44:33.057Z] Removing intermediate container 50b217f043ba [2020-10-02T16:44:33.057Z] ---> abc1990a28e0 [2020-10-02T16:44:33.057Z] [2020-10-02T16:44:33.057Z] Step 11/27 : FROM docker:latest [2020-10-02T16:44:33.057Z] ---> 45884bde0078 [2020-10-02T16:44:33.057Z] Step 12/27 : RUN apk add --no-cache bash [2020-10-02T16:44:33.057Z] ---> Running in 3a3a851f4685 [2020-10-02T16:44:33.402Z] Removing intermediate container ad11dc95b38f [2020-10-02T16:44:33.402Z] ---> 94447644dbba [2020-10-02T16:44:33.402Z] Step 19/20 : LABEL git_sha=4c1a6d2ffbdc3154b41bea1622b22c22abf998aa [2020-10-02T16:44:34.041Z] ---> Running in 56f4a58e933b [2020-10-02T16:44:35.591Z] ---> c187f646605e [2020-10-02T16:44:35.591Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-10-02T16:44:35.869Z] Removing intermediate container 56f4a58e933b [2020-10-02T16:44:35.869Z] ---> b12d8dad71dd [2020-10-02T16:44:35.869Z] Step 20/20 : LABEL version=1.2.2-dev.44 [2020-10-02T16:44:36.144Z] ---> Running in e15448d3454a [2020-10-02T16:44:36.749Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-02T16:44:37.028Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-02T16:44:37.636Z] Removing intermediate container e15448d3454a [2020-10-02T16:44:37.636Z] ---> a700b5957e1f [2020-10-02T16:44:37.636Z] [2020-10-02T16:44:37.636Z] (1/2) Installing readline (8.0.4-r0) [2020-10-02T16:44:37.636Z] (2/2) Installing bash (5.0.17-r0) [2020-10-02T16:44:37.909Z] Executing bash-5.0.17-r0.post-install [2020-10-02T16:44:37.909Z] Executing busybox-1.31.1-r16.trigger [2020-10-02T16:44:37.909Z] OK: 12 MiB in 22 packages [2020-10-02T16:44:38.182Z] ---> e411abbc785e [2020-10-02T16:44:38.182Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-10-02T16:44:38.791Z] ---> Running in 9cbfb2098142 [2020-10-02T16:44:38.791Z] Successfully built a700b5957e1f [2020-10-02T16:44:38.791Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-10-02T16:44:38.791Z]  Building docker-security-proxy-setup-go ... done Building docker-core-metadata-go [2020-10-02T16:44:40.250Z] Removing intermediate container 9cbfb2098142 [2020-10-02T16:44:40.251Z] ---> 3a76e17c6b33 [2020-10-02T16:44:40.251Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-02T16:44:41.254Z] Removing intermediate container b6db47b967b5 [2020-10-02T16:44:41.254Z] ---> 8c9908c13576 [2020-10-02T16:44:41.254Z] [2020-10-02T16:44:41.254Z] Step 10/21 : FROM scratch [2020-10-02T16:44:41.254Z] ---> [2020-10-02T16:44:41.254Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-02T16:44:41.254Z] ---> Running in 4b524b683fb0 [2020-10-02T16:44:41.254Z] Removing intermediate container 3a3a851f4685 [2020-10-02T16:44:41.254Z] ---> 53f6cac8ccd0 [2020-10-02T16:44:41.254Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-10-02T16:44:41.863Z] ---> Running in 4c08cfc23619 [2020-10-02T16:44:42.145Z] ---> Running in 649add95af00 [2020-10-02T16:44:42.428Z] Removing intermediate container 4b524b683fb0 [2020-10-02T16:44:42.428Z] ---> 4915793c0efc [2020-10-02T16:44:42.428Z] Step 20/22 : LABEL arch=arm64 [2020-10-02T16:44:42.699Z] Removing intermediate container 4c08cfc23619 [2020-10-02T16:44:42.699Z] ---> 0766daf6b135 [2020-10-02T16:44:42.699Z] Step 12/21 : ENV APP_PORT=48085 [2020-10-02T16:44:43.679Z] ---> Running in 158344babb5d [2020-10-02T16:44:43.679Z] ---> Running in 20454f6e06ce [2020-10-02T16:44:45.171Z] Removing intermediate container 20454f6e06ce [2020-10-02T16:44:45.171Z] ---> 1f01eddca64b [2020-10-02T16:44:45.171Z] Step 13/21 : EXPOSE $APP_PORT [2020-10-02T16:44:45.171Z] Removing intermediate container 158344babb5d [2020-10-02T16:44:45.171Z] ---> 5ad2b831aff1 [2020-10-02T16:44:45.171Z] Step 21/22 : LABEL git_sha=4c1a6d2ffbdc3154b41bea1622b22c22abf998aa [2020-10-02T16:44:45.171Z] ---> Running in 26981e467a58 [2020-10-02T16:44:45.171Z] ---> Running in ac4e2c0ab592 [2020-10-02T16:44:46.167Z] Removing intermediate container 26981e467a58 [2020-10-02T16:44:46.167Z] ---> f42fb271045c [2020-10-02T16:44:46.167Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt /Removing intermediate container ac4e2c0ab592 [2020-10-02T16:44:46.167Z] ---> 22cb13df11a6 [2020-10-02T16:44:46.167Z] Step 22/22 : LABEL version=1.2.2-dev.44 [2020-10-02T16:44:46.167Z] [2020-10-02T16:44:46.441Z] ---> Running in 86af793ad063 [2020-10-02T16:44:46.441Z] Removing intermediate container 649add95af00 [2020-10-02T16:44:46.441Z] ---> 6eb362ff55fa [2020-10-02T16:44:46.441Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-10-02T16:44:46.718Z] ---> Running in b741bfde3b56 [2020-10-02T16:44:46.995Z] Removing intermediate container 86af793ad063 [2020-10-02T16:44:46.995Z] ---> 2a762e306052 [2020-10-02T16:44:46.995Z] [2020-10-02T16:44:47.278Z] ---> 4b990aef637b [2020-10-02T16:44:47.278Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-10-02T16:44:47.278Z] Removing intermediate container b741bfde3b56 [2020-10-02T16:44:47.278Z] ---> 2fb6b82d937d [2020-10-02T16:44:47.278Z] Step 15/27 : ENV APP_PORT=48090 [2020-10-02T16:44:47.550Z] Successfully built 2a762e306052 [2020-10-02T16:44:47.823Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-10-02T16:44:47.823Z]  Building docker-support-logging-go ... done Building docker-security-secretstore-setup-go [2020-10-02T16:44:47.823Z] ---> Running in f4657840ed93 [2020-10-02T16:44:48.811Z] Removing intermediate container f4657840ed93 [2020-10-02T16:44:48.811Z] ---> 43a327903160 [2020-10-02T16:44:48.811Z] Step 16/27 : EXPOSE $APP_PORT [2020-10-02T16:44:49.808Z] ---> 3bb6b0b18640 [2020-10-02T16:44:49.808Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-10-02T16:44:49.808Z] ---> Running in 1bea5b3f8bea [2020-10-02T16:44:51.271Z] Removing intermediate container 1bea5b3f8bea [2020-10-02T16:44:51.271Z] ---> 631f69d16d79 [2020-10-02T16:44:51.271Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-10-02T16:44:51.870Z] ---> f56d5edbd650 [2020-10-02T16:44:51.870Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-10-02T16:44:53.315Z] ---> Running in 4d7301a06333 [2020-10-02T16:44:53.588Z] ---> a65b77ff2f0f [2020-10-02T16:44:53.588Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-10-02T16:44:54.574Z] Removing intermediate container 4d7301a06333 [2020-10-02T16:44:54.574Z] ---> 8616f15be2b7 [2020-10-02T16:44:54.574Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-02T16:44:54.861Z] ---> Running in d8549ed7aab7 [2020-10-02T16:44:55.138Z] ---> b41ac48d9133 [2020-10-02T16:44:55.138Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-10-02T16:44:56.126Z] Removing intermediate container d8549ed7aab7 [2020-10-02T16:44:56.126Z] ---> 7dea903a3b29 [2020-10-02T16:44:56.126Z] Step 19/21 : LABEL arch=arm64 [2020-10-02T16:44:57.567Z] ---> Running in 7e054a0e1291 [2020-10-02T16:44:57.852Z] ---> 80cc674e1d5d [2020-10-02T16:44:57.852Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-10-02T16:44:58.454Z] ---> Running in 48cbd0861675 [2020-10-02T16:44:58.454Z] Removing intermediate container 7e054a0e1291 [2020-10-02T16:44:58.454Z] ---> eb97d8acf20f [2020-10-02T16:44:58.454Z] Step 20/21 : LABEL git_sha=4c1a6d2ffbdc3154b41bea1622b22c22abf998aa [2020-10-02T16:44:58.725Z] ---> Running in 93ad5ea9bd0e [2020-10-02T16:45:00.151Z] Removing intermediate container 93ad5ea9bd0e [2020-10-02T16:45:00.151Z] ---> 710056c6653a [2020-10-02T16:45:00.151Z] Step 21/21 : LABEL version=1.2.2-dev.44 [2020-10-02T16:45:00.751Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-02T16:45:00.751Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-02T16:45:00.751Z] ---> Running in dd44ec543401 [2020-10-02T16:45:01.355Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-10-02T16:45:01.355Z] (2/33) Installing expat (2.2.9-r1) [2020-10-02T16:45:01.355Z] (3/33) Installing libffi (3.3-r2) [2020-10-02T16:45:01.355Z] (4/33) Installing gdbm (1.13-r1) [2020-10-02T16:45:01.355Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-10-02T16:45:01.355Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-10-02T16:45:01.355Z] (7/33) Installing python3 (3.8.5-r0) [2020-10-02T16:45:01.979Z] Removing intermediate container 5fe79dcf1d7a [2020-10-02T16:45:01.979Z] ---> bf2b2a018fc6 [2020-10-02T16:45:01.979Z] [2020-10-02T16:45:01.979Z] Step 10/23 : FROM alpine [2020-10-02T16:45:01.979Z] ---> 62ee0e9f8440 [2020-10-02T16:45:01.979Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-02T16:45:02.258Z] Removing intermediate container dd44ec543401 [2020-10-02T16:45:02.258Z] ---> 7577813b1fa4 [2020-10-02T16:45:02.258Z] [2020-10-02T16:45:02.877Z] ---> Running in 955a8df41a13 [2020-10-02T16:45:03.157Z] Successfully built 7577813b1fa4 [2020-10-02T16:45:03.157Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-10-02T16:45:03.157Z] Building docker-security-secrets-setup-go [2020-10-02T16:45:03.766Z]  Building docker-support-scheduler-go ... done (8/33) Installing py3-appdirs (1.4.4-r1) [2020-10-02T16:45:03.766Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-10-02T16:45:03.766Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-10-02T16:45:03.766Z] (11/33) Installing py3-six (1.15.0-r0) [2020-10-02T16:45:03.766Z] (12/33) Installing py3-packaging (20.4-r0) [2020-10-02T16:45:03.766Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-10-02T16:45:03.766Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-10-02T16:45:03.766Z] (15/33) Installing py3-idna (2.9-r0) [2020-10-02T16:45:03.766Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-10-02T16:45:03.766Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-10-02T16:45:04.047Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-10-02T16:45:04.047Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-10-02T16:45:04.047Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-10-02T16:45:04.047Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-10-02T16:45:04.047Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-10-02T16:45:04.047Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-10-02T16:45:04.047Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-10-02T16:45:04.047Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-10-02T16:45:04.047Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-10-02T16:45:04.330Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-10-02T16:45:04.330Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-10-02T16:45:04.330Z] (29/33) Installing py3-progress (1.5-r0) [2020-10-02T16:45:04.330Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-10-02T16:45:04.330Z] Removing intermediate container 955a8df41a13 [2020-10-02T16:45:04.330Z] ---> 181bd0c4d3ae [2020-10-02T16:45:04.330Z] Step 12/23 : ENV APP_PORT=48080 [2020-10-02T16:45:04.330Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-10-02T16:45:04.330Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-10-02T16:45:04.330Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-10-02T16:45:04.330Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-02T16:45:04.330Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-02T16:45:04.330Z] ---> 78b436971d31 [2020-10-02T16:45:04.330Z] Step 3/22 : WORKDIR /edgex-go [2020-10-02T16:45:04.330Z] ---> Using cache [2020-10-02T16:45:04.330Z] ---> 6c2d5f1fdaac [2020-10-02T16:45:04.330Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-02T16:45:04.330Z] ---> Using cache [2020-10-02T16:45:04.330Z] ---> 6278cbd2536e [2020-10-02T16:45:04.330Z] Step 5/22 : RUN apk update && apk add make git [2020-10-02T16:45:04.330Z] ---> Running in ffb5c4ae97d3 [2020-10-02T16:45:04.613Z] Executing busybox-1.31.1-r16.trigger [2020-10-02T16:45:04.613Z] OK: 71 MiB in 55 packages [2020-10-02T16:45:04.613Z] ---> Running in 1755a8da6515 [2020-10-02T16:45:05.614Z] Removing intermediate container 1755a8da6515 [2020-10-02T16:45:05.614Z] ---> 3b7f2d0584e5 [2020-10-02T16:45:05.614Z] Step 13/23 : EXPOSE $APP_PORT [2020-10-02T16:45:06.598Z] ---> Running in c8555953f58a [2020-10-02T16:45:06.598Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-02T16:45:07.620Z] Removing intermediate container c8555953f58a [2020-10-02T16:45:07.620Z] ---> ccf17eba3f86 [2020-10-02T16:45:07.620Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-02T16:45:07.896Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-02T16:45:08.506Z] ---> Running in 247f1ab5dad3 [2020-10-02T16:45:09.134Z] v3.12.0-362-g9ed1b5bb6e [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-02T16:45:09.134Z] v3.12.0-360-ge0913ff1f1 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-02T16:45:09.134Z] OK: 12623 distinct packages available [2020-10-02T16:45:10.121Z] OK: 217 MiB in 51 packages [2020-10-02T16:45:14.632Z] Removing intermediate container ffb5c4ae97d3 [2020-10-02T16:45:14.632Z] ---> af1f1b8cd4ca [2020-10-02T16:45:14.632Z] Step 6/22 : COPY go.mod . [2020-10-02T16:45:14.632Z] Removing intermediate container 48cbd0861675 [2020-10-02T16:45:14.632Z] ---> 745fb4ab0b1f [2020-10-02T16:45:14.632Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-10-02T16:45:14.632Z] Removing intermediate container 247f1ab5dad3 [2020-10-02T16:45:14.632Z] ---> cfa1df86bd72 [2020-10-02T16:45:14.632Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-10-02T16:45:14.632Z] ---> Running in a8a1601a8741 [2020-10-02T16:45:14.928Z] ---> Running in f64038121c2c [2020-10-02T16:45:15.242Z] ---> 9bcdbc09748c [2020-10-02T16:45:15.242Z] Step 7/22 : RUN go mod download [2020-10-02T16:45:15.579Z] ---> Running in c0e1ca6d8d6c [2020-10-02T16:45:17.701Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-02T16:45:18.697Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-02T16:45:19.327Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-02T16:45:19.327Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-10-02T16:45:19.327Z] ---> 78b436971d31 [2020-10-02T16:45:19.327Z] Step 3/26 : WORKDIR /edgex-go [2020-10-02T16:45:19.327Z] ---> Using cache [2020-10-02T16:45:19.327Z] ---> 6c2d5f1fdaac [2020-10-02T16:45:19.327Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-02T16:45:19.327Z] ---> Using cache [2020-10-02T16:45:19.327Z] ---> 6278cbd2536e [2020-10-02T16:45:19.327Z] Step 5/26 : RUN apk update && apk add make git [2020-10-02T16:45:19.327Z] ---> Using cache [2020-10-02T16:45:19.327Z] ---> af1f1b8cd4ca [2020-10-02T16:45:19.327Z] Step 6/26 : COPY go.mod . [2020-10-02T16:45:19.327Z] ---> Using cache [2020-10-02T16:45:19.327Z] ---> 9bcdbc09748c [2020-10-02T16:45:19.327Z] Step 7/26 : RUN go mod download [2020-10-02T16:45:19.605Z] (1/5) Installing libgcc (9.3.0-r2) [2020-10-02T16:45:19.605Z] (2/5) Installing libsodium (1.0.18-r0) [2020-10-02T16:45:19.884Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-10-02T16:45:20.158Z] (4/5) Installing libzmq (4.3.3-r0) [2020-10-02T16:45:20.158Z] (5/5) Installing zeromq (4.3.3-r0) [2020-10-02T16:45:20.434Z] Executing busybox-1.31.1-r16.trigger [2020-10-02T16:45:20.434Z] OK: 8 MiB in 19 packages [2020-10-02T16:45:20.708Z] ---> Running in 3eb713c8c6e2 [2020-10-02T16:45:22.142Z] Removing intermediate container c0e1ca6d8d6c [2020-10-02T16:45:22.142Z] ---> 3e3beb566f42 [2020-10-02T16:45:22.142Z] Step 8/22 : COPY . . [2020-10-02T16:45:22.743Z] Removing intermediate container f64038121c2c [2020-10-02T16:45:22.743Z] ---> de5062b168a9 [2020-10-02T16:45:22.743Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-10-02T16:45:23.350Z] Collecting docker-compose==1.23.2 [2020-10-02T16:45:23.350Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-10-02T16:45:24.803Z] Collecting cached-property<2,>=1.2.0 [2020-10-02T16:45:24.803Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-10-02T16:45:25.082Z] ---> d1e70a5913eb [2020-10-02T16:45:25.082Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-10-02T16:45:25.687Z] Collecting docopt<0.7,>=0.6.1 [2020-10-02T16:45:25.687Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-10-02T16:45:27.131Z] Removing intermediate container 3eb713c8c6e2 [2020-10-02T16:45:27.131Z] ---> b321f6ab5c56 [2020-10-02T16:45:27.131Z] Step 8/26 : COPY . . [2020-10-02T16:45:27.425Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-02T16:45:27.425Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-10-02T16:45:27.425Z] ---> 78b436971d31 [2020-10-02T16:45:27.425Z] Step 3/29 : WORKDIR /edgex-go [2020-10-02T16:45:27.425Z] ---> Using cache [2020-10-02T16:45:27.425Z] ---> 6c2d5f1fdaac [2020-10-02T16:45:27.425Z] Step 4/29 : RUN apk update && apk add make git [2020-10-02T16:45:27.705Z] ---> 8d91c4d420d5 [2020-10-02T16:45:27.705Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-10-02T16:45:27.978Z] ---> Running in 46d6a19d3f39 [2020-10-02T16:45:28.577Z] 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-02T16:45:28.857Z] Collecting texttable<0.10,>=0.9.0 [2020-10-02T16:45:28.857Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-10-02T16:45:30.840Z] ---> 40e56ec8611a [2020-10-02T16:45:30.840Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-10-02T16:45:30.840Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-02T16:45:31.124Z] ---> Running in 67628d9180d1 [2020-10-02T16:45:31.401Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-02T16:45:32.409Z] v3.12.0-362-g9ed1b5bb6e [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-02T16:45:32.409Z] v3.12.0-360-ge0913ff1f1 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-02T16:45:32.409Z] OK: 12623 distinct packages available [2020-10-02T16:45:32.409Z] Removing intermediate container 67628d9180d1 [2020-10-02T16:45:32.409Z] ---> 21ae01ae16b6 [2020-10-02T16:45:32.409Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-02T16:45:33.399Z] OK: 217 MiB in 51 packages [2020-10-02T16:45:33.399Z] ---> Running in 26665d48a525 [2020-10-02T16:45:33.399Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-10-02T16:45:33.399Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-10-02T16:45:34.388Z] Removing intermediate container 26665d48a525 [2020-10-02T16:45:34.388Z] ---> 93d8f30f37bb [2020-10-02T16:45:34.388Z] Step 21/23 : LABEL arch=arm64 [2020-10-02T16:45:34.983Z] Collecting docker<4.0,>=3.6.0 [2020-10-02T16:45:34.983Z] ---> Running in 9e21bd26b98c [2020-10-02T16:45:34.983Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-10-02T16:45:35.965Z] Removing intermediate container 9e21bd26b98c [2020-10-02T16:45:35.965Z] ---> 656f338221ca [2020-10-02T16:45:35.965Z] Step 22/23 : LABEL git_sha=4c1a6d2ffbdc3154b41bea1622b22c22abf998aa [2020-10-02T16:45:35.965Z] Removing intermediate container 46d6a19d3f39 [2020-10-02T16:45:35.965Z] ---> e41ce568e51e [2020-10-02T16:45:35.965Z] Step 5/29 : COPY go.mod . [2020-10-02T16:45:36.241Z] Collecting jsonschema<3,>=2.5.1 [2020-10-02T16:45:36.241Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-10-02T16:45:36.843Z] ---> Running in 1c0f8f857cfd [2020-10-02T16:45:36.843Z] Collecting dockerpty<0.5,>=0.4.1 [2020-10-02T16:45:37.121Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-10-02T16:45:37.395Z] ---> 474e0976cfd8 [2020-10-02T16:45:37.395Z] Step 6/29 : RUN go mod download [2020-10-02T16:45:37.990Z] Removing intermediate container 1c0f8f857cfd [2020-10-02T16:45:37.990Z] ---> ed956a83a65b [2020-10-02T16:45:37.990Z] Step 23/23 : LABEL version=1.2.2-dev.44 [2020-10-02T16:45:38.265Z] ---> Running in 25512f3e3f8e [2020-10-02T16:45:38.543Z] ---> Running in dcfef8634e49 [2020-10-02T16:45:39.978Z] Removing intermediate container dcfef8634e49 [2020-10-02T16:45:39.978Z] ---> 7aed6cde9c7a [2020-10-02T16:45:39.978Z] [2020-10-02T16:45:40.253Z] Collecting websocket-client<1.0,>=0.32.0 [2020-10-02T16:45:40.253Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-10-02T16:45:40.528Z] Successfully built 7aed6cde9c7a [2020-10-02T16:45:40.528Z] Successfully tagged docker-core-data-go-arm64:latest [2020-10-02T16:45:40.528Z] Building docker-support-notifications-go [2020-10-02T16:45:41.130Z]  Building docker-core-data-go ... done Collecting PyYAML<4,>=3.10 [2020-10-02T16:45:41.130Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-10-02T16:45:45.481Z] 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-02T16:45:45.481Z] ---> 21f03f13a3d4 [2020-10-02T16:45:45.481Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-10-02T16:45:46.086Z] ---> Running in 7ffccca243f8 [2020-10-02T16:45:46.086Z] Removing intermediate container 25512f3e3f8e [2020-10-02T16:45:46.086Z] ---> 6b64392a9f7d [2020-10-02T16:45:46.086Z] Step 7/29 : COPY . . [2020-10-02T16:45:46.086Z] ---> f5b09396d08f [2020-10-02T16:45:46.086Z] 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-02T16:45:46.369Z] Collecting urllib3<1.25,>=1.21.1 [2020-10-02T16:45:46.369Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-10-02T16:45:46.643Z] ---> Running in 22363da6af2a [2020-10-02T16:45:46.915Z] 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-02T16:45:47.188Z] Collecting idna<2.8,>=2.5 [2020-10-02T16:45:47.188Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-10-02T16:45:47.464Z] Collecting docker-pycreds>=0.4.0 [2020-10-02T16:45:47.736Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-10-02T16:45:47.736Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-10-02T16:45:47.736Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-10-02T16:45:47.736Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-10-02T16:45:47.736Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-10-02T16:45:48.367Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.44" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-10-02T16:45:48.968Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.44" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-10-02T16:45:49.245Z] Installing collected packages: cached-property, docopt, texttable, urllib3, idna, requests, docker-pycreds, websocket-client, docker, jsonschema, dockerpty, PyYAML, docker-compose [2020-10-02T16:45:49.520Z] Running setup.py install for docopt: started [2020-10-02T16:45:52.937Z] Running setup.py install for docopt: finished with status 'done' [2020-10-02T16:45:52.937Z] Running setup.py install for texttable: started [2020-10-02T16:45:55.583Z] Running setup.py install for texttable: finished with status 'done' [2020-10-02T16:45:55.583Z] Attempting uninstall: urllib3 [2020-10-02T16:45:55.862Z] Found existing installation: urllib3 1.25.9 [2020-10-02T16:45:55.862Z] Uninstalling urllib3-1.25.9: [2020-10-02T16:45:56.139Z] Successfully uninstalled urllib3-1.25.9 [2020-10-02T16:45:56.746Z] Attempting uninstall: idna [2020-10-02T16:45:56.746Z] Found existing installation: idna 2.9 [2020-10-02T16:45:56.746Z] Uninstalling idna-2.9: [2020-10-02T16:45:57.037Z] Successfully uninstalled idna-2.9 [2020-10-02T16:45:58.024Z] Attempting uninstall: requests [2020-10-02T16:45:58.024Z] Found existing installation: requests 2.23.0 [2020-10-02T16:45:58.024Z] Uninstalling requests-2.23.0: [2020-10-02T16:45:58.024Z] Successfully uninstalled requests-2.23.0 [2020-10-02T16:46:00.662Z] Running setup.py install for dockerpty: started [2020-10-02T16:46:03.298Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-02T16:46:03.298Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-10-02T16:46:03.298Z] ---> 78b436971d31 [2020-10-02T16:46:03.298Z] Step 3/24 : WORKDIR /edgex-go [2020-10-02T16:46:03.298Z] ---> Using cache [2020-10-02T16:46:03.298Z] ---> 6c2d5f1fdaac [2020-10-02T16:46:03.298Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-02T16:46:03.298Z] ---> Using cache [2020-10-02T16:46:03.298Z] ---> 6278cbd2536e [2020-10-02T16:46:03.298Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-10-02T16:46:04.061Z] Running setup.py install for dockerpty: finished with status 'done' [2020-10-02T16:46:04.061Z] Running setup.py install for PyYAML: started [2020-10-02T16:46:07.518Z] ---> Running in 4d48dafe93f3 [2020-10-02T16:46:08.116Z] Running setup.py install for PyYAML: finished with status 'done' [2020-10-02T16:46:08.116Z] ---> bd24dda40c5e [2020-10-02T16:46:08.117Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-10-02T16:46:08.391Z] ---> Running in 90d2ae6c6bdb [2020-10-02T16:46:09.843Z] 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-02T16:46:10.443Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-02T16:46:10.722Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.44" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-10-02T16:46:11.325Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-02T16:46:12.773Z] v3.12.0-362-g9ed1b5bb6e [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-02T16:46:12.773Z] v3.12.0-360-ge0913ff1f1 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-02T16:46:12.773Z] OK: 12623 distinct packages available [2020-10-02T16:46:14.222Z] OK: 217 MiB in 51 packages [2020-10-02T16:46:14.832Z] Removing intermediate container a8a1601a8741 [2020-10-02T16:46:14.832Z] ---> 891ddc3b369f [2020-10-02T16:46:14.832Z] Step 22/27 : RUN apk --no-cache add curl [2020-10-02T16:46:15.109Z] ---> Running in c5724269127b [2020-10-02T16:46:16.099Z] Removing intermediate container 4d48dafe93f3 [2020-10-02T16:46:16.099Z] ---> 04b464a2b495 [2020-10-02T16:46:16.099Z] Step 6/24 : COPY go.mod . [2020-10-02T16:46:17.107Z] ---> 55ff1bb3e8e3 [2020-10-02T16:46:17.107Z] Step 7/24 : RUN go mod download [2020-10-02T16:46:17.107Z] ---> Running in f2d160d22289 [2020-10-02T16:46:17.711Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-02T16:46:17.711Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-02T16:46:18.711Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-10-02T16:46:18.711Z] (2/3) Installing libcurl (7.69.1-r1) [2020-10-02T16:46:18.711Z] (3/3) Installing curl (7.69.1-r1) [2020-10-02T16:46:18.711Z] Executing busybox-1.31.1-r16.trigger [2020-10-02T16:46:18.711Z] OK: 71 MiB in 58 packages [2020-10-02T16:46:20.196Z] Removing intermediate container c5724269127b [2020-10-02T16:46:20.196Z] ---> 04adcc08037b [2020-10-02T16:46:20.196Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-10-02T16:46:20.475Z] ---> Running in 87dccf1b5c7b [2020-10-02T16:46:21.130Z] Removing intermediate container 87dccf1b5c7b [2020-10-02T16:46:21.130Z] ---> a327d5d1ad5d [2020-10-02T16:46:21.130Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-02T16:46:21.443Z] ---> Running in e5e8b3c4d774 [2020-10-02T16:46:22.120Z] Removing intermediate container e5e8b3c4d774 [2020-10-02T16:46:22.120Z] ---> 2b7bdc12c8eb [2020-10-02T16:46:22.120Z] Step 25/27 : LABEL arch=arm64 [2020-10-02T16:46:22.427Z] ---> Running in fa0de7287cbf [2020-10-02T16:46:22.427Z] Removing intermediate container f2d160d22289 [2020-10-02T16:46:22.427Z] ---> d0c1449d7508 [2020-10-02T16:46:22.427Z] Step 8/24 : COPY . . [2020-10-02T16:46:23.059Z] Removing intermediate container fa0de7287cbf [2020-10-02T16:46:23.059Z] ---> 5ce7e8d120a6 [2020-10-02T16:46:23.059Z] Step 26/27 : LABEL git_sha=4c1a6d2ffbdc3154b41bea1622b22c22abf998aa [2020-10-02T16:46:23.059Z] ---> Running in 8382ef0ba0f6 [2020-10-02T16:46:24.106Z] Removing intermediate container 8382ef0ba0f6 [2020-10-02T16:46:24.106Z] ---> 695960e44a01 [2020-10-02T16:46:24.106Z] Step 27/27 : LABEL version=1.2.2-dev.44 [2020-10-02T16:46:25.066Z] ---> Running in 803b43411dfb [2020-10-02T16:46:26.098Z] Removing intermediate container 803b43411dfb [2020-10-02T16:46:26.098Z] ---> d03997348e39 [2020-10-02T16:46:26.098Z] [2020-10-02T16:46:26.715Z] Successfully built d03997348e39 [2020-10-02T16:46:27.007Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-10-02T16:46:27.007Z] Building docker-core-command-go [2020-10-02T16:46:45.569Z]  Building docker-sys-mgmt-agent-go ... done  ---> 01e7e41081c4 [2020-10-02T16:46:45.569Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-10-02T16:46:45.569Z] ---> Running in 43314daa08d2 [2020-10-02T16:46:47.028Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.44" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-10-02T16:46:52.478Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-02T16:46:52.478Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-02T16:46:52.478Z] ---> 78b436971d31 [2020-10-02T16:46:52.478Z] Step 3/22 : WORKDIR /edgex-go [2020-10-02T16:46:52.478Z] ---> Using cache [2020-10-02T16:46:52.478Z] ---> 6c2d5f1fdaac [2020-10-02T16:46:52.478Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-02T16:46:52.478Z] ---> Using cache [2020-10-02T16:46:52.478Z] ---> 6278cbd2536e [2020-10-02T16:46:52.478Z] Step 5/22 : RUN apk update && apk add make git [2020-10-02T16:46:52.478Z] ---> Using cache [2020-10-02T16:46:52.478Z] ---> af1f1b8cd4ca [2020-10-02T16:46:52.478Z] Step 6/22 : COPY go.mod . [2020-10-02T16:46:52.478Z] ---> Using cache [2020-10-02T16:46:52.478Z] ---> 9bcdbc09748c [2020-10-02T16:46:52.478Z] Step 7/22 : RUN go mod download [2020-10-02T16:46:52.478Z] ---> Using cache [2020-10-02T16:46:52.478Z] ---> b321f6ab5c56 [2020-10-02T16:46:52.478Z] Step 8/22 : COPY . . [2020-10-02T16:46:52.478Z] ---> Using cache [2020-10-02T16:46:52.478Z] ---> f5b09396d08f [2020-10-02T16:46:52.478Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-10-02T16:46:53.469Z] ---> Running in 8e4d589e29c9 [2020-10-02T16:46:56.116Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.44" -o cmd/core-command/core-command ./cmd/core-command [2020-10-02T16:47:11.265Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.44" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-10-02T16:47:23.886Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.44" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-10-02T16:47:39.043Z] Removing intermediate container 22363da6af2a [2020-10-02T16:47:39.043Z] ---> 67f77317f6d7 [2020-10-02T16:47:39.043Z] [2020-10-02T16:47:39.043Z] Step 10/26 : FROM alpine:3.10 [2020-10-02T16:47:39.043Z] 3.10: Pulling from library/alpine [2020-10-02T16:47:39.654Z] Removing intermediate container 90d2ae6c6bdb [2020-10-02T16:47:39.654Z] ---> a2c39e7a8e6f [2020-10-02T16:47:39.654Z] [2020-10-02T16:47:39.654Z] Step 9/29 : FROM alpine:latest [2020-10-02T16:47:39.654Z] ---> 62ee0e9f8440 [2020-10-02T16:47:39.654Z] 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-02T16:47:39.934Z] ---> Running in 8eef4585dd7d [2020-10-02T16:47:40.540Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-10-02T16:47:40.540Z] Status: Downloaded newer image for alpine:3.10 [2020-10-02T16:47:40.540Z] ---> 536a684cf733 [2020-10-02T16:47:40.540Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-10-02T16:47:40.826Z] Removing intermediate container 8eef4585dd7d [2020-10-02T16:47:40.826Z] ---> 3b328e0ab0e9 [2020-10-02T16:47:40.826Z] Step 11/29 : USER root [2020-10-02T16:47:40.826Z] ---> Running in c3872407f118 [2020-10-02T16:47:40.826Z] ---> Running in 6582c5cc08c0 [2020-10-02T16:47:41.865Z] Removing intermediate container 6582c5cc08c0 [2020-10-02T16:47:41.865Z] ---> b0f1cb6f26ec [2020-10-02T16:47:41.865Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-10-02T16:47:41.865Z] ---> Running in 1e24ff84ddd1 [2020-10-02T16:47:43.890Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-10-02T16:47:44.172Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-10-02T16:47:44.783Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-02T16:47:44.783Z] v3.10.5-94-gea6eea6e70 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-10-02T16:47:44.783Z] v3.10.5-92-g0ca6a6f012 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-10-02T16:47:44.783Z] OK: 10167 distinct packages available [2020-10-02T16:47:45.062Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-02T16:47:45.670Z] (1/5) Installing ca-certificates (20191127-r2) [2020-10-02T16:47:45.959Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-10-02T16:47:45.959Z] (3/5) Installing libcurl (7.66.0-r1) [2020-10-02T16:47:45.959Z] (4/5) Installing curl (7.66.0-r1) [2020-10-02T16:47:45.959Z] v3.12.0-362-g9ed1b5bb6e [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-02T16:47:45.959Z] v3.12.0-360-ge0913ff1f1 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-02T16:47:45.959Z] OK: 12621 distinct packages available [2020-10-02T16:47:46.237Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-10-02T16:47:46.237Z] Executing busybox-1.30.1-r3.trigger [2020-10-02T16:47:46.237Z] Executing ca-certificates-20191127-r2.trigger [2020-10-02T16:47:46.513Z] OK: 7 MiB in 19 packages [2020-10-02T16:47:47.115Z] (1/2) Installing ca-certificates (20191127-r4) [2020-10-02T16:47:47.393Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-10-02T16:47:47.393Z] Executing busybox-1.31.1-r16.trigger [2020-10-02T16:47:47.393Z] Executing ca-certificates-20191127-r4.trigger [2020-10-02T16:47:48.024Z] OK: 6 MiB in 16 packages [2020-10-02T16:47:49.477Z] Removing intermediate container c3872407f118 [2020-10-02T16:47:49.477Z] ---> 02bbb652e702 [2020-10-02T16:47:49.477Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-02T16:47:49.758Z] ---> Running in a550b9a993e6 [2020-10-02T16:47:50.762Z] Removing intermediate container a550b9a993e6 [2020-10-02T16:47:50.762Z] ---> 1050e9060875 [2020-10-02T16:47:50.762Z] Step 13/26 : WORKDIR / [2020-10-02T16:47:51.045Z] Removing intermediate container 1e24ff84ddd1 [2020-10-02T16:47:51.045Z] ---> 281d5a6faf48 [2020-10-02T16:47:51.045Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-10-02T16:47:51.045Z] ---> Running in 0523f4ec5537 [2020-10-02T16:47:51.327Z] ---> Running in 29a7b0bebeb6 [2020-10-02T16:47:52.324Z] Removing intermediate container 0523f4ec5537 [2020-10-02T16:47:52.324Z] ---> 070d8fe38d6f [2020-10-02T16:47:52.324Z] 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-02T16:47:52.324Z] Removing intermediate container 29a7b0bebeb6 [2020-10-02T16:47:52.324Z] ---> 36e7c2bf99c2 [2020-10-02T16:47:52.324Z] Step 14/29 : WORKDIR $BASE_DIR [2020-10-02T16:47:52.613Z] ---> Running in a5844e2abe56 [2020-10-02T16:47:53.631Z] Removing intermediate container a5844e2abe56 [2020-10-02T16:47:53.632Z] ---> 5f143fbd7464 [2020-10-02T16:47:53.632Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-10-02T16:47:53.632Z] ---> 0f598b74180c [2020-10-02T16:47:53.632Z] 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-02T16:47:53.632Z] ---> Running in 3106c4e96c13 [2020-10-02T16:47:55.100Z] ---> 0c193f059f82 [2020-10-02T16:47:55.100Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-10-02T16:47:56.581Z] ---> b387eb7ff82d [2020-10-02T16:47:56.581Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-10-02T16:47:58.060Z] Removing intermediate container 3106c4e96c13 [2020-10-02T16:47:58.060Z] ---> 279e42dbe793 [2020-10-02T16:47:58.060Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-10-02T16:47:58.060Z] ---> c490bfee39e0 [2020-10-02T16:47:58.336Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-10-02T16:48:00.366Z] ---> 10811a36eb5e [2020-10-02T16:48:00.366Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-10-02T16:48:00.366Z] ---> 0abe310b0423 [2020-10-02T16:48:00.366Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-10-02T16:48:01.836Z] ---> 9b3b46b748a4 [2020-10-02T16:48:01.836Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-10-02T16:48:02.842Z] ---> bf819e55fe74 [2020-10-02T16:48:02.842Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-10-02T16:48:03.125Z] ---> a329400ccf1e [2020-10-02T16:48:03.125Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-10-02T16:48:05.134Z] ---> 22c79d03993c [2020-10-02T16:48:05.134Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-10-02T16:48:05.134Z] ---> 587426d24a25 [2020-10-02T16:48:05.134Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-10-02T16:48:06.135Z] ---> 3f72d5566819 [2020-10-02T16:48:06.135Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-10-02T16:48:06.415Z] ---> Running in c125161e2c1e [2020-10-02T16:48:06.699Z] ---> e03718529c30 [2020-10-02T16:48:06.699Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-02T16:48:06.980Z] ---> Running in 2900d10e37c8 [2020-10-02T16:48:12.424Z] Removing intermediate container c125161e2c1e [2020-10-02T16:48:12.424Z] ---> 2974ad1043ee [2020-10-02T16:48:12.424Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-10-02T16:48:12.702Z] Removing intermediate container 2900d10e37c8 [2020-10-02T16:48:12.702Z] ---> 8f44e5f65402 [2020-10-02T16:48:12.702Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-10-02T16:48:12.983Z] ---> Running in 731ab98a5112 [2020-10-02T16:48:14.470Z] Removing intermediate container 731ab98a5112 [2020-10-02T16:48:14.470Z] ---> 0bd51d36f4d7 [2020-10-02T16:48:14.470Z] Step 24/26 : LABEL arch=arm64 [2020-10-02T16:48:14.748Z] ---> a94711d92fe6 [2020-10-02T16:48:14.748Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-02T16:48:14.748Z] ---> Running in 5560a847894e [2020-10-02T16:48:15.026Z] ---> Running in 44e1ec938a04 [2020-10-02T16:48:16.021Z] Removing intermediate container 5560a847894e [2020-10-02T16:48:16.021Z] ---> 6cb9236f0159 [2020-10-02T16:48:16.021Z] Step 25/26 : LABEL git_sha=4c1a6d2ffbdc3154b41bea1622b22c22abf998aa [2020-10-02T16:48:16.298Z] ---> Running in 897fc2ef38a6 [2020-10-02T16:48:16.575Z] Removing intermediate container 7ffccca243f8 [2020-10-02T16:48:16.575Z] ---> 53991587693f [2020-10-02T16:48:16.575Z] [2020-10-02T16:48:16.857Z] Step 10/22 : FROM scratch [2020-10-02T16:48:16.857Z] ---> [2020-10-02T16:48:16.857Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-02T16:48:17.134Z] ---> Using cache [2020-10-02T16:48:17.134Z] ---> 0766daf6b135 [2020-10-02T16:48:17.134Z] Step 12/22 : ENV APP_PORT=48081 [2020-10-02T16:48:17.411Z] Removing intermediate container 897fc2ef38a6 [2020-10-02T16:48:17.411Z] ---> 8bc9d1802213 [2020-10-02T16:48:17.411Z] Step 26/26 : LABEL version=1.2.2-dev.44 [2020-10-02T16:48:17.411Z] ---> Running in b280e912980f [2020-10-02T16:48:17.691Z] ---> Running in c0c0e6d0b4c7 [2020-10-02T16:48:18.309Z] Removing intermediate container b280e912980f [2020-10-02T16:48:18.309Z] ---> d805524dcbbf [2020-10-02T16:48:18.309Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-02T16:48:18.715Z] ---> Running in 44b81644844f [2020-10-02T16:48:18.715Z] Removing intermediate container c0c0e6d0b4c7 [2020-10-02T16:48:18.715Z] ---> 909e876c9895 [2020-10-02T16:48:18.715Z] [2020-10-02T16:48:19.796Z] Removing intermediate container 44b81644844f [2020-10-02T16:48:19.796Z] ---> cf04142dd86b [2020-10-02T16:48:19.797Z] Step 14/22 : WORKDIR / [2020-10-02T16:48:20.103Z] ---> Running in d5d62154e9c6 [2020-10-02T16:48:20.103Z] Successfully built 909e876c9895 [2020-10-02T16:48:20.103Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-10-02T16:48:20.103Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 44e1ec938a04 [2020-10-02T16:48:20.103Z] ---> 3c81fae13a64 [2020-10-02T16:48:20.442Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-10-02T16:48:20.442Z] ---> Running in 3d36c16b28f0 [2020-10-02T16:48:21.090Z] Removing intermediate container d5d62154e9c6 [2020-10-02T16:48:21.090Z] ---> 58a08ccb02a4 [2020-10-02T16:48:21.090Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-10-02T16:48:22.578Z] ---> 9457bbfce091 [2020-10-02T16:48:22.578Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-10-02T16:48:25.238Z] ---> d6db5bf761df [2020-10-02T16:48:25.238Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-10-02T16:48:25.854Z] Removing intermediate container 3d36c16b28f0 [2020-10-02T16:48:25.854Z] ---> e28e0691b966 [2020-10-02T16:48:25.854Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-10-02T16:48:25.854Z] ---> Running in 3bf3243107ba [2020-10-02T16:48:25.854Z] ---> 91a37babc91d [2020-10-02T16:48:25.854Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-10-02T16:48:26.143Z] ---> Running in 7cc1c672f307 [2020-10-02T16:48:26.753Z] Removing intermediate container 3bf3243107ba [2020-10-02T16:48:26.753Z] ---> b2364077e808 [2020-10-02T16:48:26.753Z] Step 26/29 : CMD [ "generate" ] [2020-10-02T16:48:27.028Z] ---> Running in 975e573e317d [2020-10-02T16:48:27.028Z] Removing intermediate container 7cc1c672f307 [2020-10-02T16:48:27.028Z] ---> 49da185a4d2b [2020-10-02T16:48:27.028Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-02T16:48:27.308Z] ---> Running in 2e2539149e9f [2020-10-02T16:48:27.586Z] Removing intermediate container 975e573e317d [2020-10-02T16:48:27.586Z] ---> a3bd5241fc4c [2020-10-02T16:48:27.586Z] Step 27/29 : LABEL arch=arm64 [2020-10-02T16:48:27.871Z] ---> Running in 27d8a5c69e13 [2020-10-02T16:48:28.148Z] Removing intermediate container 2e2539149e9f [2020-10-02T16:48:28.148Z] ---> 5f704924e252 [2020-10-02T16:48:28.148Z] Step 20/22 : LABEL arch=arm64 [2020-10-02T16:48:28.425Z] ---> Running in 161fe189650e [2020-10-02T16:48:28.701Z] Removing intermediate container 27d8a5c69e13 [2020-10-02T16:48:28.701Z] ---> b2f81d1f9254 [2020-10-02T16:48:28.701Z] Step 28/29 : LABEL git_sha=4c1a6d2ffbdc3154b41bea1622b22c22abf998aa [2020-10-02T16:48:28.978Z] ---> Running in 822196f1d974 [2020-10-02T16:48:28.978Z] Removing intermediate container 161fe189650e [2020-10-02T16:48:28.978Z] ---> 4e55f8579140 [2020-10-02T16:48:28.978Z] Step 21/22 : LABEL git_sha=4c1a6d2ffbdc3154b41bea1622b22c22abf998aa [2020-10-02T16:48:29.254Z] ---> Running in bfdb9c0078ac [2020-10-02T16:48:29.857Z] Removing intermediate container 822196f1d974 [2020-10-02T16:48:29.857Z] ---> 81ddf2701632 [2020-10-02T16:48:29.857Z] Step 29/29 : LABEL version=1.2.2-dev.44 [2020-10-02T16:48:30.135Z] Removing intermediate container bfdb9c0078ac [2020-10-02T16:48:30.135Z] ---> 415fb77bf6be [2020-10-02T16:48:30.135Z] Step 22/22 : LABEL version=1.2.2-dev.44 [2020-10-02T16:48:30.135Z] ---> Running in 02fbd370cec9 [2020-10-02T16:48:30.412Z] ---> Running in bfcff1c77783 [2020-10-02T16:48:31.016Z] Removing intermediate container 02fbd370cec9 [2020-10-02T16:48:31.016Z] ---> cdb284b0ed32 [2020-10-02T16:48:31.016Z] [2020-10-02T16:48:31.016Z] Removing intermediate container bfcff1c77783 [2020-10-02T16:48:31.016Z] ---> a86a844aeff9 [2020-10-02T16:48:31.016Z] [2020-10-02T16:48:31.630Z] Successfully built cdb284b0ed32 [2020-10-02T16:48:31.909Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-10-02T16:48:31.909Z]  Building docker-security-secrets-setup-go ... done Successfully built a86a844aeff9 [2020-10-02T16:48:31.909Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-10-02T16:48:40.217Z]  Building docker-core-metadata-go ... done Removing intermediate container 43314daa08d2 [2020-10-02T16:48:40.217Z] ---> be796d0f9006 [2020-10-02T16:48:40.217Z] [2020-10-02T16:48:40.217Z] Step 10/24 : FROM scratch [2020-10-02T16:48:40.217Z] ---> [2020-10-02T16:48:40.217Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-02T16:48:40.217Z] ---> Using cache [2020-10-02T16:48:40.217Z] ---> d3ac635b8ce7 [2020-10-02T16:48:40.217Z] Step 12/24 : ENV APP_PORT=48060 [2020-10-02T16:48:40.217Z] ---> Running in c6ec2a5c6dd0 [2020-10-02T16:48:40.493Z] Removing intermediate container c6ec2a5c6dd0 [2020-10-02T16:48:40.493Z] ---> 50c002434cdd [2020-10-02T16:48:40.493Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-02T16:48:41.088Z] ---> Running in cdb9a1ae337a [2020-10-02T16:48:41.359Z] Removing intermediate container 8e4d589e29c9 [2020-10-02T16:48:41.359Z] ---> b60dcf3ab342 [2020-10-02T16:48:41.359Z] [2020-10-02T16:48:41.359Z] Step 10/22 : FROM scratch [2020-10-02T16:48:41.359Z] ---> [2020-10-02T16:48:41.359Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-02T16:48:41.636Z] ---> Using cache [2020-10-02T16:48:41.636Z] ---> 0766daf6b135 [2020-10-02T16:48:41.636Z] Step 12/22 : ENV APP_PORT=48082 [2020-10-02T16:48:41.636Z] Removing intermediate container cdb9a1ae337a [2020-10-02T16:48:41.636Z] ---> a1f8d9abfc46 [2020-10-02T16:48:41.636Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-10-02T16:48:41.636Z] ---> Running in c0741b9575b8 [2020-10-02T16:48:42.231Z] Removing intermediate container c0741b9575b8 [2020-10-02T16:48:42.231Z] ---> 93f7a15fd63b [2020-10-02T16:48:42.231Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-02T16:48:42.231Z] ---> Running in d2286e88af2f [2020-10-02T16:48:42.502Z] ---> 6d1b6dc0b350 [2020-10-02T16:48:42.502Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-10-02T16:48:42.775Z] Removing intermediate container d2286e88af2f [2020-10-02T16:48:42.775Z] ---> e5fb3655bedf [2020-10-02T16:48:42.775Z] Step 14/22 : WORKDIR / [2020-10-02T16:48:42.775Z] ---> Running in db5313241f93 [2020-10-02T16:48:43.376Z] Removing intermediate container db5313241f93 [2020-10-02T16:48:43.376Z] ---> f6225bfa533b [2020-10-02T16:48:43.376Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-10-02T16:48:43.648Z] ---> d14af5e8e1cd [2020-10-02T16:48:43.648Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-10-02T16:48:44.251Z] ---> 4a667a5201ca [2020-10-02T16:48:44.251Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-10-02T16:48:45.728Z] ---> be1641157fe1 [2020-10-02T16:48:45.728Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-10-02T16:48:45.728Z] ---> 62c3bff60316 [2020-10-02T16:48:45.728Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-10-02T16:48:46.749Z] ---> 8a26e6c11c7d [2020-10-02T16:48:46.749Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-10-02T16:48:46.749Z] ---> 5d7bae90081a [2020-10-02T16:48:46.749Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-10-02T16:48:46.749Z] ---> Running in 382216770a5c [2020-10-02T16:48:47.352Z] Removing intermediate container 382216770a5c [2020-10-02T16:48:47.352Z] ---> a0eb611ce760 [2020-10-02T16:48:47.352Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-02T16:48:47.949Z] ---> Running in 8eb2bf91b98e [2020-10-02T16:48:47.949Z] ---> 1d47c745e949 [2020-10-02T16:48:47.949Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-10-02T16:48:48.544Z] Removing intermediate container 8eb2bf91b98e [2020-10-02T16:48:48.544Z] ---> 572d7901d67d [2020-10-02T16:48:48.544Z] Step 20/22 : LABEL arch=arm64 [2020-10-02T16:48:48.544Z] ---> Running in 122f1761f784 [2020-10-02T16:48:48.816Z] ---> dd2d3f2fea55 [2020-10-02T16:48:48.816Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-10-02T16:48:49.094Z] ---> Running in 255102621a1f [2020-10-02T16:48:49.094Z] Removing intermediate container 122f1761f784 [2020-10-02T16:48:49.094Z] ---> 989179b87755 [2020-10-02T16:48:49.094Z] Step 21/22 : LABEL git_sha=4c1a6d2ffbdc3154b41bea1622b22c22abf998aa [2020-10-02T16:48:49.366Z] ---> Running in 62185df62ced [2020-10-02T16:48:49.643Z] Removing intermediate container 255102621a1f [2020-10-02T16:48:49.643Z] ---> 98754ad84d7d [2020-10-02T16:48:49.643Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-02T16:48:49.914Z] ---> Running in 16de401d0a19 [2020-10-02T16:48:49.914Z] Removing intermediate container 62185df62ced [2020-10-02T16:48:49.914Z] ---> 5d765fa5a8f6 [2020-10-02T16:48:49.914Z] Step 22/22 : LABEL version=1.2.2-dev.44 [2020-10-02T16:48:49.914Z] ---> Running in f27cdf9c9ffa [2020-10-02T16:48:50.515Z] Removing intermediate container 16de401d0a19 [2020-10-02T16:48:50.515Z] ---> b1419a1056c6 [2020-10-02T16:48:50.515Z] Step 22/24 : LABEL arch=arm64 [2020-10-02T16:48:50.515Z] ---> Running in 31cf44584e29 [2020-10-02T16:48:50.515Z] Removing intermediate container f27cdf9c9ffa [2020-10-02T16:48:50.515Z] ---> bdd5081a1f35 [2020-10-02T16:48:50.515Z] [2020-10-02T16:48:51.111Z] Successfully built bdd5081a1f35 [2020-10-02T16:48:51.111Z] Successfully tagged docker-core-command-go-arm64:latest [2020-10-02T16:48:51.382Z]  Building docker-core-command-go ... done Removing intermediate container 31cf44584e29 [2020-10-02T16:48:51.382Z] ---> 405ecdaf4aff [2020-10-02T16:48:51.382Z] Step 23/24 : LABEL git_sha=4c1a6d2ffbdc3154b41bea1622b22c22abf998aa [2020-10-02T16:48:51.382Z] ---> Running in 8f3d54a59c43 [2020-10-02T16:48:51.978Z] Removing intermediate container 8f3d54a59c43 [2020-10-02T16:48:51.978Z] ---> cbfff1e2ad0b [2020-10-02T16:48:51.978Z] Step 24/24 : LABEL version=1.2.2-dev.44 [2020-10-02T16:48:51.978Z] ---> Running in 6e4ed14185ce [2020-10-02T16:48:52.571Z] Removing intermediate container 6e4ed14185ce [2020-10-02T16:48:52.571Z] ---> 10df5fda63da [2020-10-02T16:48:52.571Z] [2020-10-02T16:48:53.165Z] Successfully built 10df5fda63da [2020-10-02T16:48:53.165Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-10-02T16:48:53.450Z]  Building docker-support-notifications-go ... done  [Pipeline] } [2020-10-02T16:48:53.473Z] $ docker stop --time=1 fbbb0d1cb8d2093233d0317a37f461d5f5707083da7d94d828a88ec4289cbc83 [2020-10-02T16:48:55.471Z] $ docker rm -f fbbb0d1cb8d2093233d0317a37f461d5f5707083da7d94d828a88ec4289cbc83 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-02T16:48:56.266Z] + docker images [2020-10-02T16:48:56.266Z] + grep docker [2020-10-02T16:48:56.536Z] docker-support-notifications-go-arm64 latest 10df5fda63da 4 seconds ago 12.9MB [2020-10-02T16:48:56.536Z] docker-core-command-go-arm64 latest bdd5081a1f35 6 seconds ago 11.4MB [2020-10-02T16:48:56.536Z] docker-security-secrets-setup-go-arm64 latest cdb284b0ed32 26 seconds ago 22.7MB [2020-10-02T16:48:56.536Z] docker-core-metadata-go-arm64 latest a86a844aeff9 26 seconds ago 13.2MB [2020-10-02T16:48:56.536Z] docker-security-secretstore-setup-go-arm64 latest 909e876c9895 38 seconds ago 30.8MB [2020-10-02T16:48:56.536Z] docker-sys-mgmt-agent-go-arm64 latest d03997348e39 2 minutes ago 270MB [2020-10-02T16:48:56.536Z] docker-core-data-go-arm64 latest 7aed6cde9c7a 3 minutes ago 22.2MB [2020-10-02T16:48:56.536Z] docker-support-scheduler-go-arm64 latest 7577813b1fa4 3 minutes ago 11.5MB [2020-10-02T16:48:56.536Z] docker-support-logging-go-arm64 latest 2a762e306052 4 minutes ago 10.6MB [2020-10-02T16:48:56.536Z] docker-security-proxy-setup-go-arm64 latest a700b5957e1f 4 minutes ago 15.1MB [2020-10-02T16:48:56.536Z] docker latest 45884bde0078 2 weeks ago 198MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-10-02T16:48:57.102Z] provisioning config files... [2020-10-02T16:48:57.163Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/159@tmp/config878781254695089174tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-10-02T16:48:57.577Z] ---> docker-login.sh [2020-10-02T16:48:57.577Z] nexus3.edgexfoundry.org:10001 [2020-10-02T16:48:57.851Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-02T16:48:58.124Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-02T16:48:58.124Z] Configure a credential helper to remove this warning. See [2020-10-02T16:48:58.124Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-02T16:48:58.124Z] [2020-10-02T16:48:58.124Z] Login Succeeded [2020-10-02T16:48:58.124Z] nexus3.edgexfoundry.org:10002 [2020-10-02T16:48:58.723Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-02T16:48:58.723Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-02T16:48:58.723Z] Configure a credential helper to remove this warning. See [2020-10-02T16:48:58.723Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-02T16:48:58.723Z] [2020-10-02T16:48:58.723Z] Login Succeeded [2020-10-02T16:48:58.723Z] nexus3.edgexfoundry.org:10003 [2020-10-02T16:48:59.343Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-02T16:48:59.625Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-02T16:48:59.625Z] Configure a credential helper to remove this warning. See [2020-10-02T16:48:59.625Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-02T16:48:59.625Z] [2020-10-02T16:48:59.625Z] Login Succeeded [2020-10-02T16:48:59.625Z] nexus3.edgexfoundry.org:10004 [2020-10-02T16:49:00.234Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-02T16:49:00.234Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-02T16:49:00.234Z] Configure a credential helper to remove this warning. See [2020-10-02T16:49:00.234Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-02T16:49:00.234Z] [2020-10-02T16:49:00.234Z] Login Succeeded [2020-10-02T16:49:00.234Z] docker.io [2020-10-02T16:49:00.836Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-02T16:49:01.111Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-02T16:49:01.111Z] Configure a credential helper to remove this warning. See [2020-10-02T16:49:01.111Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-02T16:49:01.111Z] [2020-10-02T16:49:01.111Z] Login Succeeded [2020-10-02T16:49:01.111Z] ---> docker-login.sh ends [Pipeline] } [2020-10-02T16:49:01.128Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-02T16:49:01.351Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2020-10-02T16:49:01.351Z] 4c1a6d2ffbdc3154b41bea1622b22c22abf998aa [2020-10-02T16:49:01.351Z] 1.2.2-dev.44 [2020-10-02T16:49:01.351Z] 4c1a6d2ffbdc3154b41bea1622b22c22abf998aa-1.2.2-dev.44 [2020-10-02T16:49:01.351Z] master [2020-10-02T16:49:01.351Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:49:01.904Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:4c1a6d2ffbdc3154b41bea1622b22c22abf998aa [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:49:02.260Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:4c1a6d2ffbdc3154b41bea1622b22c22abf998aa [2020-10-02T16:49:02.260Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-02T16:49:02.260Z] 3fb4afa95837: Preparing [2020-10-02T16:49:02.260Z] 2f6fbc291ca8: Preparing [2020-10-02T16:49:02.260Z] 7988e5755165: Preparing [2020-10-02T16:49:02.532Z] 7988e5755165: Pushed [2020-10-02T16:49:02.532Z] 3fb4afa95837: Pushed [2020-10-02T16:49:05.922Z] 2f6fbc291ca8: Pushed [2020-10-02T16:49:05.922Z] 4c1a6d2ffbdc3154b41bea1622b22c22abf998aa: digest: sha256:972dc29eb6a8f4068d17203f4b92a9bb82837c112f474dbc4cd7cfb687f1b3a9 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:49:06.547Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.44 [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:49:06.890Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.44 [2020-10-02T16:49:06.890Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-02T16:49:06.890Z] 3fb4afa95837: Preparing [2020-10-02T16:49:06.890Z] 2f6fbc291ca8: Preparing [2020-10-02T16:49:06.890Z] 7988e5755165: Preparing [2020-10-02T16:49:07.162Z] 2f6fbc291ca8: Layer already exists [2020-10-02T16:49:07.162Z] 3fb4afa95837: Layer already exists [2020-10-02T16:49:07.162Z] 7988e5755165: Layer already exists [2020-10-02T16:49:07.162Z] 1.2.2-dev.44: digest: sha256:972dc29eb6a8f4068d17203f4b92a9bb82837c112f474dbc4cd7cfb687f1b3a9 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:49:07.510Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:4c1a6d2ffbdc3154b41bea1622b22c22abf998aa-1.2.2-dev.44 [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:49:07.854Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:4c1a6d2ffbdc3154b41bea1622b22c22abf998aa-1.2.2-dev.44 [2020-10-02T16:49:07.854Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-02T16:49:07.854Z] 3fb4afa95837: Preparing [2020-10-02T16:49:07.854Z] 2f6fbc291ca8: Preparing [2020-10-02T16:49:07.854Z] 7988e5755165: Preparing [2020-10-02T16:49:08.125Z] 7988e5755165: Layer already exists [2020-10-02T16:49:08.125Z] 3fb4afa95837: Layer already exists [2020-10-02T16:49:08.125Z] 2f6fbc291ca8: Layer already exists [2020-10-02T16:49:08.125Z] 4c1a6d2ffbdc3154b41bea1622b22c22abf998aa-1.2.2-dev.44: digest: sha256:972dc29eb6a8f4068d17203f4b92a9bb82837c112f474dbc4cd7cfb687f1b3a9 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:49:08.472Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:49:08.813Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2020-10-02T16:49:08.813Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-02T16:49:08.813Z] 3fb4afa95837: Preparing [2020-10-02T16:49:08.813Z] 2f6fbc291ca8: Preparing [2020-10-02T16:49:08.813Z] 7988e5755165: Preparing [2020-10-02T16:49:09.087Z] 3fb4afa95837: Layer already exists [2020-10-02T16:49:09.087Z] 2f6fbc291ca8: Layer already exists [2020-10-02T16:49:09.087Z] 7988e5755165: Layer already exists [2020-10-02T16:49:09.087Z] master: digest: sha256:972dc29eb6a8f4068d17203f4b92a9bb82837c112f474dbc4cd7cfb687f1b3a9 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-02T16:49:09.293Z] ===================================================== [Pipeline] echo [2020-10-02T16:49:09.341Z] taggedImages: [2020-10-02T16:49:09.341Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:4c1a6d2ffbdc3154b41bea1622b22c22abf998aa [2020-10-02T16:49:09.341Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.44 [2020-10-02T16:49:09.341Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:4c1a6d2ffbdc3154b41bea1622b22c22abf998aa-1.2.2-dev.44 [2020-10-02T16:49:09.341Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2020-10-02T16:49:09.407Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2020-10-02T16:49:09.407Z] 4c1a6d2ffbdc3154b41bea1622b22c22abf998aa [2020-10-02T16:49:09.407Z] 1.2.2-dev.44 [2020-10-02T16:49:09.407Z] 4c1a6d2ffbdc3154b41bea1622b22c22abf998aa-1.2.2-dev.44 [2020-10-02T16:49:09.407Z] master [2020-10-02T16:49:09.407Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:49:09.923Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:4c1a6d2ffbdc3154b41bea1622b22c22abf998aa [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:49:10.272Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:4c1a6d2ffbdc3154b41bea1622b22c22abf998aa [2020-10-02T16:49:10.272Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-02T16:49:10.272Z] f61c059cb824: Preparing [2020-10-02T16:49:10.272Z] 887a12a7ffe8: Preparing [2020-10-02T16:49:10.272Z] 08df4d93c3e1: Preparing [2020-10-02T16:49:10.272Z] aedbc8392cc0: Preparing [2020-10-02T16:49:10.272Z] 20821c44e22b: Preparing [2020-10-02T16:49:10.272Z] e2f13739ad41: Preparing [2020-10-02T16:49:10.272Z] e2f13739ad41: Waiting [2020-10-02T16:49:10.545Z] f61c059cb824: Pushed [2020-10-02T16:49:10.545Z] 08df4d93c3e1: Pushed [2020-10-02T16:49:10.545Z] 20821c44e22b: Pushed [2020-10-02T16:49:10.818Z] e2f13739ad41: Layer already exists [2020-10-02T16:49:11.413Z] aedbc8392cc0: Pushed [2020-10-02T16:49:14.049Z] 887a12a7ffe8: Pushed [2020-10-02T16:49:14.323Z] 4c1a6d2ffbdc3154b41bea1622b22c22abf998aa: digest: sha256:524a824132cdab996fb95528e0da8a6d84f0182f9bf4391a2e01d8cef8c07ea5 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:49:14.688Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.44 [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:49:15.069Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.44 [2020-10-02T16:49:15.069Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-02T16:49:15.069Z] f61c059cb824: Preparing [2020-10-02T16:49:15.069Z] 887a12a7ffe8: Preparing [2020-10-02T16:49:15.069Z] 08df4d93c3e1: Preparing [2020-10-02T16:49:15.069Z] aedbc8392cc0: Preparing [2020-10-02T16:49:15.069Z] 20821c44e22b: Preparing [2020-10-02T16:49:15.069Z] e2f13739ad41: Preparing [2020-10-02T16:49:15.069Z] e2f13739ad41: Waiting [2020-10-02T16:49:15.342Z] 20821c44e22b: Layer already exists [2020-10-02T16:49:15.342Z] aedbc8392cc0: Layer already exists [2020-10-02T16:49:15.342Z] f61c059cb824: Layer already exists [2020-10-02T16:49:15.342Z] 08df4d93c3e1: Layer already exists [2020-10-02T16:49:15.342Z] 887a12a7ffe8: Layer already exists [2020-10-02T16:49:15.342Z] e2f13739ad41: Layer already exists [2020-10-02T16:49:15.342Z] 1.2.2-dev.44: digest: sha256:524a824132cdab996fb95528e0da8a6d84f0182f9bf4391a2e01d8cef8c07ea5 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:49:15.684Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:4c1a6d2ffbdc3154b41bea1622b22c22abf998aa-1.2.2-dev.44 [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:49:16.029Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:4c1a6d2ffbdc3154b41bea1622b22c22abf998aa-1.2.2-dev.44 [2020-10-02T16:49:16.029Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-02T16:49:16.029Z] f61c059cb824: Preparing [2020-10-02T16:49:16.029Z] 887a12a7ffe8: Preparing [2020-10-02T16:49:16.029Z] 08df4d93c3e1: Preparing [2020-10-02T16:49:16.029Z] aedbc8392cc0: Preparing [2020-10-02T16:49:16.029Z] 20821c44e22b: Preparing [2020-10-02T16:49:16.029Z] e2f13739ad41: Preparing [2020-10-02T16:49:16.029Z] e2f13739ad41: Waiting [2020-10-02T16:49:16.301Z] f61c059cb824: Layer already exists [2020-10-02T16:49:16.301Z] 08df4d93c3e1: Layer already exists [2020-10-02T16:49:16.301Z] 887a12a7ffe8: Layer already exists [2020-10-02T16:49:16.301Z] 20821c44e22b: Layer already exists [2020-10-02T16:49:16.301Z] aedbc8392cc0: Layer already exists [2020-10-02T16:49:16.301Z] e2f13739ad41: Layer already exists [2020-10-02T16:49:16.301Z] 4c1a6d2ffbdc3154b41bea1622b22c22abf998aa-1.2.2-dev.44: digest: sha256:524a824132cdab996fb95528e0da8a6d84f0182f9bf4391a2e01d8cef8c07ea5 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:49:16.643Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:49:16.979Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2020-10-02T16:49:16.980Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-02T16:49:16.980Z] f61c059cb824: Preparing [2020-10-02T16:49:16.980Z] 887a12a7ffe8: Preparing [2020-10-02T16:49:16.980Z] 08df4d93c3e1: Preparing [2020-10-02T16:49:16.980Z] aedbc8392cc0: Preparing [2020-10-02T16:49:16.980Z] 20821c44e22b: Preparing [2020-10-02T16:49:16.980Z] e2f13739ad41: Preparing [2020-10-02T16:49:16.980Z] e2f13739ad41: Waiting [2020-10-02T16:49:16.980Z] 08df4d93c3e1: Layer already exists [2020-10-02T16:49:16.980Z] aedbc8392cc0: Layer already exists [2020-10-02T16:49:16.980Z] 887a12a7ffe8: Layer already exists [2020-10-02T16:49:16.980Z] 20821c44e22b: Layer already exists [2020-10-02T16:49:16.980Z] f61c059cb824: Layer already exists [2020-10-02T16:49:16.980Z] e2f13739ad41: Layer already exists [2020-10-02T16:49:17.251Z] master: digest: sha256:524a824132cdab996fb95528e0da8a6d84f0182f9bf4391a2e01d8cef8c07ea5 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-02T16:49:17.462Z] ===================================================== [Pipeline] echo [2020-10-02T16:49:17.532Z] taggedImages: [2020-10-02T16:49:17.532Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:4c1a6d2ffbdc3154b41bea1622b22c22abf998aa [2020-10-02T16:49:17.532Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.44 [2020-10-02T16:49:17.532Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:4c1a6d2ffbdc3154b41bea1622b22c22abf998aa-1.2.2-dev.44 [2020-10-02T16:49:17.532Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2020-10-02T16:49:17.596Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2020-10-02T16:49:17.596Z] 4c1a6d2ffbdc3154b41bea1622b22c22abf998aa [2020-10-02T16:49:17.596Z] 1.2.2-dev.44 [2020-10-02T16:49:17.596Z] 4c1a6d2ffbdc3154b41bea1622b22c22abf998aa-1.2.2-dev.44 [2020-10-02T16:49:17.596Z] master [2020-10-02T16:49:17.596Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:49:18.144Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:4c1a6d2ffbdc3154b41bea1622b22c22abf998aa [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:49:18.494Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:4c1a6d2ffbdc3154b41bea1622b22c22abf998aa [2020-10-02T16:49:18.495Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-02T16:49:18.495Z] 9aaf60a78b68: Preparing [2020-10-02T16:49:18.495Z] 36dd034edcda: Preparing [2020-10-02T16:49:18.495Z] 321f5a643099: Preparing [2020-10-02T16:49:18.775Z] 321f5a643099: Pushed [2020-10-02T16:49:18.775Z] 9aaf60a78b68: Pushed [2020-10-02T16:49:22.157Z] 36dd034edcda: Pushed [2020-10-02T16:49:22.428Z] 4c1a6d2ffbdc3154b41bea1622b22c22abf998aa: digest: sha256:1fcb2d9cb7cad4f4538cd218380042e51afbbd1dc6168af023983928eb7899bc size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:49:22.769Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.44 [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:49:23.102Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.44 [2020-10-02T16:49:23.102Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-02T16:49:23.102Z] 9aaf60a78b68: Preparing [2020-10-02T16:49:23.102Z] 36dd034edcda: Preparing [2020-10-02T16:49:23.102Z] 321f5a643099: Preparing [2020-10-02T16:49:23.374Z] 9aaf60a78b68: Layer already exists [2020-10-02T16:49:23.374Z] 36dd034edcda: Layer already exists [2020-10-02T16:49:23.374Z] 321f5a643099: Layer already exists [2020-10-02T16:49:23.374Z] 1.2.2-dev.44: digest: sha256:1fcb2d9cb7cad4f4538cd218380042e51afbbd1dc6168af023983928eb7899bc size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:49:23.718Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:4c1a6d2ffbdc3154b41bea1622b22c22abf998aa-1.2.2-dev.44 [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:49:24.058Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:4c1a6d2ffbdc3154b41bea1622b22c22abf998aa-1.2.2-dev.44 [2020-10-02T16:49:24.058Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-02T16:49:24.058Z] 9aaf60a78b68: Preparing [2020-10-02T16:49:24.058Z] 36dd034edcda: Preparing [2020-10-02T16:49:24.058Z] 321f5a643099: Preparing [2020-10-02T16:49:24.330Z] 321f5a643099: Layer already exists [2020-10-02T16:49:24.330Z] 36dd034edcda: Layer already exists [2020-10-02T16:49:24.330Z] 9aaf60a78b68: Layer already exists [2020-10-02T16:49:24.330Z] 4c1a6d2ffbdc3154b41bea1622b22c22abf998aa-1.2.2-dev.44: digest: sha256:1fcb2d9cb7cad4f4538cd218380042e51afbbd1dc6168af023983928eb7899bc size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:49:24.685Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:49:25.023Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2020-10-02T16:49:25.023Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-02T16:49:25.023Z] 9aaf60a78b68: Preparing [2020-10-02T16:49:25.023Z] 36dd034edcda: Preparing [2020-10-02T16:49:25.023Z] 321f5a643099: Preparing [2020-10-02T16:49:25.293Z] 36dd034edcda: Layer already exists [2020-10-02T16:49:25.293Z] 9aaf60a78b68: Layer already exists [2020-10-02T16:49:25.293Z] 321f5a643099: Layer already exists [2020-10-02T16:49:25.294Z] master: digest: sha256:1fcb2d9cb7cad4f4538cd218380042e51afbbd1dc6168af023983928eb7899bc size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-02T16:49:25.510Z] ===================================================== [Pipeline] echo [2020-10-02T16:49:25.557Z] taggedImages: [2020-10-02T16:49:25.557Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:4c1a6d2ffbdc3154b41bea1622b22c22abf998aa [2020-10-02T16:49:25.557Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.44 [2020-10-02T16:49:25.557Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:4c1a6d2ffbdc3154b41bea1622b22c22abf998aa-1.2.2-dev.44 [2020-10-02T16:49:25.557Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2020-10-02T16:49:25.619Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2020-10-02T16:49:25.619Z] 4c1a6d2ffbdc3154b41bea1622b22c22abf998aa [2020-10-02T16:49:25.619Z] 1.2.2-dev.44 [2020-10-02T16:49:25.619Z] 4c1a6d2ffbdc3154b41bea1622b22c22abf998aa-1.2.2-dev.44 [2020-10-02T16:49:25.619Z] master [2020-10-02T16:49:25.619Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:49:26.142Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:4c1a6d2ffbdc3154b41bea1622b22c22abf998aa [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:49:26.748Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:4c1a6d2ffbdc3154b41bea1622b22c22abf998aa [2020-10-02T16:49:26.748Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-02T16:49:26.748Z] cfd01b0eb6ac: Preparing [2020-10-02T16:49:26.748Z] 370877075b4f: Preparing [2020-10-02T16:49:26.748Z] 543dd0c3a17f: Preparing [2020-10-02T16:49:26.748Z] bfffbe8848d9: Preparing [2020-10-02T16:49:26.748Z] e2f13739ad41: Preparing [2020-10-02T16:49:27.022Z] e2f13739ad41: Layer already exists [2020-10-02T16:49:27.022Z] 370877075b4f: Pushed [2020-10-02T16:49:27.022Z] 543dd0c3a17f: Pushed [2020-10-02T16:49:27.614Z] bfffbe8848d9: Pushed [2020-10-02T16:49:29.579Z] cfd01b0eb6ac: Pushed [2020-10-02T16:49:29.579Z] 4c1a6d2ffbdc3154b41bea1622b22c22abf998aa: digest: sha256:de209d9151c9b90a102705f106a3d71fdd4f0530e0a5787e1dce168bb1b59673 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:49:29.921Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.44 [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:49:30.256Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.44 [2020-10-02T16:49:30.256Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-02T16:49:30.256Z] cfd01b0eb6ac: Preparing [2020-10-02T16:49:30.256Z] 370877075b4f: Preparing [2020-10-02T16:49:30.256Z] 543dd0c3a17f: Preparing [2020-10-02T16:49:30.256Z] bfffbe8848d9: Preparing [2020-10-02T16:49:30.256Z] e2f13739ad41: Preparing [2020-10-02T16:49:30.527Z] 370877075b4f: Layer already exists [2020-10-02T16:49:30.528Z] e2f13739ad41: Layer already exists [2020-10-02T16:49:30.528Z] 543dd0c3a17f: Layer already exists [2020-10-02T16:49:30.528Z] cfd01b0eb6ac: Layer already exists [2020-10-02T16:49:30.528Z] bfffbe8848d9: Layer already exists [2020-10-02T16:49:30.528Z] 1.2.2-dev.44: digest: sha256:de209d9151c9b90a102705f106a3d71fdd4f0530e0a5787e1dce168bb1b59673 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:49:30.870Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:4c1a6d2ffbdc3154b41bea1622b22c22abf998aa-1.2.2-dev.44 [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:49:31.208Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:4c1a6d2ffbdc3154b41bea1622b22c22abf998aa-1.2.2-dev.44 [2020-10-02T16:49:31.208Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-02T16:49:31.208Z] cfd01b0eb6ac: Preparing [2020-10-02T16:49:31.208Z] 370877075b4f: Preparing [2020-10-02T16:49:31.208Z] 543dd0c3a17f: Preparing [2020-10-02T16:49:31.208Z] bfffbe8848d9: Preparing [2020-10-02T16:49:31.208Z] e2f13739ad41: Preparing [2020-10-02T16:49:31.480Z] 543dd0c3a17f: Layer already exists [2020-10-02T16:49:31.480Z] e2f13739ad41: Layer already exists [2020-10-02T16:49:31.480Z] 370877075b4f: Layer already exists [2020-10-02T16:49:31.480Z] cfd01b0eb6ac: Layer already exists [2020-10-02T16:49:31.480Z] bfffbe8848d9: Layer already exists [2020-10-02T16:49:31.480Z] 4c1a6d2ffbdc3154b41bea1622b22c22abf998aa-1.2.2-dev.44: digest: sha256:de209d9151c9b90a102705f106a3d71fdd4f0530e0a5787e1dce168bb1b59673 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:49:31.826Z] + 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-02T16:49:32.168Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2020-10-02T16:49:32.168Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-02T16:49:32.168Z] cfd01b0eb6ac: Preparing [2020-10-02T16:49:32.168Z] 370877075b4f: Preparing [2020-10-02T16:49:32.168Z] 543dd0c3a17f: Preparing [2020-10-02T16:49:32.168Z] bfffbe8848d9: Preparing [2020-10-02T16:49:32.168Z] e2f13739ad41: Preparing [2020-10-02T16:49:32.443Z] 543dd0c3a17f: Layer already exists [2020-10-02T16:49:32.443Z] 370877075b4f: Layer already exists [2020-10-02T16:49:32.443Z] e2f13739ad41: Layer already exists [2020-10-02T16:49:32.443Z] bfffbe8848d9: Layer already exists [2020-10-02T16:49:32.443Z] cfd01b0eb6ac: Layer already exists [2020-10-02T16:49:32.443Z] master: digest: sha256:de209d9151c9b90a102705f106a3d71fdd4f0530e0a5787e1dce168bb1b59673 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-02T16:49:32.640Z] ===================================================== [Pipeline] echo [2020-10-02T16:49:32.694Z] taggedImages: [2020-10-02T16:49:32.694Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:4c1a6d2ffbdc3154b41bea1622b22c22abf998aa [2020-10-02T16:49:32.694Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.44 [2020-10-02T16:49:32.694Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:4c1a6d2ffbdc3154b41bea1622b22c22abf998aa-1.2.2-dev.44 [2020-10-02T16:49:32.694Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2020-10-02T16:49:32.756Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go-arm64 with the following tags: [2020-10-02T16:49:32.756Z] 4c1a6d2ffbdc3154b41bea1622b22c22abf998aa [2020-10-02T16:49:32.756Z] 1.2.2-dev.44 [2020-10-02T16:49:32.756Z] 4c1a6d2ffbdc3154b41bea1622b22c22abf998aa-1.2.2-dev.44 [2020-10-02T16:49:32.756Z] master [2020-10-02T16:49:32.756Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:49:33.312Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:4c1a6d2ffbdc3154b41bea1622b22c22abf998aa [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:49:33.645Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:4c1a6d2ffbdc3154b41bea1622b22c22abf998aa [2020-10-02T16:49:33.646Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-02T16:49:33.646Z] a2ff688e931d: Preparing [2020-10-02T16:49:33.646Z] 696d2f0470f0: Preparing [2020-10-02T16:49:33.646Z] c6124482796c: Preparing [2020-10-02T16:49:33.646Z] 577a7f7d47dd: Preparing [2020-10-02T16:49:33.646Z] 577a7f7d47dd: Preparing [2020-10-02T16:49:33.646Z] 82da7b191445: Preparing [2020-10-02T16:49:33.646Z] e008a4a33b88: Preparing [2020-10-02T16:49:33.646Z] 16066f3215b5: Preparing [2020-10-02T16:49:33.646Z] a2ff688e931d: Preparing [2020-10-02T16:49:33.646Z] a5ffa91dc005: Preparing [2020-10-02T16:49:33.646Z] b9c115da4a40: Preparing [2020-10-02T16:49:33.646Z] e8173e63518c: Preparing [2020-10-02T16:49:33.646Z] e2f13739ad41: Preparing [2020-10-02T16:49:33.646Z] a5ffa91dc005: Waiting [2020-10-02T16:49:33.646Z] b9c115da4a40: Waiting [2020-10-02T16:49:33.646Z] e8173e63518c: Waiting [2020-10-02T16:49:33.646Z] e2f13739ad41: Waiting [2020-10-02T16:49:33.646Z] e008a4a33b88: Waiting [2020-10-02T16:49:33.646Z] 16066f3215b5: Waiting [2020-10-02T16:49:33.916Z] 577a7f7d47dd: Pushed [2020-10-02T16:49:34.189Z] 82da7b191445: Pushed [2020-10-02T16:49:34.189Z] c6124482796c: Pushed [2020-10-02T16:49:34.189Z] 696d2f0470f0: Pushed [2020-10-02T16:49:34.189Z] e008a4a33b88: Pushed [2020-10-02T16:49:34.459Z] 16066f3215b5: Pushed [2020-10-02T16:49:34.459Z] b9c115da4a40: Pushed [2020-10-02T16:49:34.460Z] a5ffa91dc005: Pushed [2020-10-02T16:49:34.460Z] e2f13739ad41: Layer already exists [2020-10-02T16:49:34.730Z] e8173e63518c: Pushed [2020-10-02T16:49:36.188Z] a2ff688e931d: Pushed [2020-10-02T16:49:36.471Z] 4c1a6d2ffbdc3154b41bea1622b22c22abf998aa: digest: sha256:38aad2fe5a7e8cc6a666bb4237618bd1f9dcf03afd399b8e0900255c1fab24ce size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:49:36.819Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.44 [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:49:37.158Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.44 [2020-10-02T16:49:37.158Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-02T16:49:37.158Z] a2ff688e931d: Preparing [2020-10-02T16:49:37.158Z] 696d2f0470f0: Preparing [2020-10-02T16:49:37.158Z] c6124482796c: Preparing [2020-10-02T16:49:37.158Z] 577a7f7d47dd: Preparing [2020-10-02T16:49:37.158Z] 577a7f7d47dd: Preparing [2020-10-02T16:49:37.158Z] 82da7b191445: Preparing [2020-10-02T16:49:37.158Z] e008a4a33b88: Preparing [2020-10-02T16:49:37.158Z] 16066f3215b5: Preparing [2020-10-02T16:49:37.158Z] a2ff688e931d: Preparing [2020-10-02T16:49:37.158Z] a5ffa91dc005: Preparing [2020-10-02T16:49:37.158Z] b9c115da4a40: Preparing [2020-10-02T16:49:37.158Z] e8173e63518c: Preparing [2020-10-02T16:49:37.158Z] e2f13739ad41: Preparing [2020-10-02T16:49:37.158Z] e008a4a33b88: Waiting [2020-10-02T16:49:37.158Z] a5ffa91dc005: Waiting [2020-10-02T16:49:37.158Z] b9c115da4a40: Waiting [2020-10-02T16:49:37.158Z] e8173e63518c: Waiting [2020-10-02T16:49:37.158Z] e2f13739ad41: Waiting [2020-10-02T16:49:37.158Z] 16066f3215b5: Waiting [2020-10-02T16:49:37.158Z] c6124482796c: Layer already exists [2020-10-02T16:49:37.158Z] 696d2f0470f0: Layer already exists [2020-10-02T16:49:37.158Z] 577a7f7d47dd: Layer already exists [2020-10-02T16:49:37.158Z] a2ff688e931d: Layer already exists [2020-10-02T16:49:37.158Z] 82da7b191445: Layer already exists [2020-10-02T16:49:37.158Z] 16066f3215b5: Layer already exists [2020-10-02T16:49:37.158Z] a5ffa91dc005: Layer already exists [2020-10-02T16:49:37.158Z] e008a4a33b88: Layer already exists [2020-10-02T16:49:37.429Z] e8173e63518c: Layer already exists [2020-10-02T16:49:37.429Z] b9c115da4a40: Layer already exists [2020-10-02T16:49:37.429Z] e2f13739ad41: Layer already exists [2020-10-02T16:49:37.429Z] 1.2.2-dev.44: digest: sha256:38aad2fe5a7e8cc6a666bb4237618bd1f9dcf03afd399b8e0900255c1fab24ce size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:49:37.770Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:4c1a6d2ffbdc3154b41bea1622b22c22abf998aa-1.2.2-dev.44 [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:49:38.111Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:4c1a6d2ffbdc3154b41bea1622b22c22abf998aa-1.2.2-dev.44 [2020-10-02T16:49:38.111Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-02T16:49:38.111Z] a2ff688e931d: Preparing [2020-10-02T16:49:38.111Z] 696d2f0470f0: Preparing [2020-10-02T16:49:38.111Z] c6124482796c: Preparing [2020-10-02T16:49:38.111Z] 577a7f7d47dd: Preparing [2020-10-02T16:49:38.111Z] 577a7f7d47dd: Preparing [2020-10-02T16:49:38.111Z] 82da7b191445: Preparing [2020-10-02T16:49:38.111Z] e008a4a33b88: Preparing [2020-10-02T16:49:38.111Z] 16066f3215b5: Preparing [2020-10-02T16:49:38.111Z] a2ff688e931d: Preparing [2020-10-02T16:49:38.111Z] a5ffa91dc005: Preparing [2020-10-02T16:49:38.111Z] b9c115da4a40: Preparing [2020-10-02T16:49:38.111Z] e8173e63518c: Preparing [2020-10-02T16:49:38.111Z] e2f13739ad41: Preparing [2020-10-02T16:49:38.111Z] e008a4a33b88: Waiting [2020-10-02T16:49:38.111Z] 16066f3215b5: Waiting [2020-10-02T16:49:38.111Z] a5ffa91dc005: Waiting [2020-10-02T16:49:38.111Z] b9c115da4a40: Waiting [2020-10-02T16:49:38.111Z] e8173e63518c: Waiting [2020-10-02T16:49:38.111Z] e2f13739ad41: Waiting [2020-10-02T16:49:38.383Z] 82da7b191445: Layer already exists [2020-10-02T16:49:38.383Z] 696d2f0470f0: Layer already exists [2020-10-02T16:49:38.383Z] a2ff688e931d: Layer already exists [2020-10-02T16:49:38.383Z] c6124482796c: Layer already exists [2020-10-02T16:49:38.383Z] 577a7f7d47dd: Layer already exists [2020-10-02T16:49:38.383Z] 16066f3215b5: Layer already exists [2020-10-02T16:49:38.383Z] b9c115da4a40: Layer already exists [2020-10-02T16:49:38.383Z] e008a4a33b88: Layer already exists [2020-10-02T16:49:38.383Z] a5ffa91dc005: Layer already exists [2020-10-02T16:49:38.383Z] e8173e63518c: Layer already exists [2020-10-02T16:49:38.383Z] e2f13739ad41: Layer already exists [2020-10-02T16:49:38.383Z] 4c1a6d2ffbdc3154b41bea1622b22c22abf998aa-1.2.2-dev.44: digest: sha256:38aad2fe5a7e8cc6a666bb4237618bd1f9dcf03afd399b8e0900255c1fab24ce size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:49:38.724Z] + 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-02T16:49:39.053Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [2020-10-02T16:49:39.053Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-02T16:49:39.053Z] a2ff688e931d: Preparing [2020-10-02T16:49:39.053Z] 696d2f0470f0: Preparing [2020-10-02T16:49:39.053Z] c6124482796c: Preparing [2020-10-02T16:49:39.053Z] 577a7f7d47dd: Preparing [2020-10-02T16:49:39.053Z] 577a7f7d47dd: Preparing [2020-10-02T16:49:39.053Z] 82da7b191445: Preparing [2020-10-02T16:49:39.053Z] e008a4a33b88: Preparing [2020-10-02T16:49:39.053Z] 16066f3215b5: Preparing [2020-10-02T16:49:39.053Z] a2ff688e931d: Preparing [2020-10-02T16:49:39.053Z] a5ffa91dc005: Preparing [2020-10-02T16:49:39.053Z] b9c115da4a40: Preparing [2020-10-02T16:49:39.053Z] e8173e63518c: Preparing [2020-10-02T16:49:39.053Z] e2f13739ad41: Preparing [2020-10-02T16:49:39.053Z] e008a4a33b88: Waiting [2020-10-02T16:49:39.053Z] 16066f3215b5: Waiting [2020-10-02T16:49:39.053Z] a5ffa91dc005: Waiting [2020-10-02T16:49:39.053Z] b9c115da4a40: Waiting [2020-10-02T16:49:39.053Z] e8173e63518c: Waiting [2020-10-02T16:49:39.053Z] e2f13739ad41: Waiting [2020-10-02T16:49:39.323Z] a2ff688e931d: Layer already exists [2020-10-02T16:49:39.323Z] 696d2f0470f0: Layer already exists [2020-10-02T16:49:39.323Z] c6124482796c: Layer already exists [2020-10-02T16:49:39.323Z] 82da7b191445: Layer already exists [2020-10-02T16:49:39.323Z] 577a7f7d47dd: Layer already exists [2020-10-02T16:49:39.323Z] 16066f3215b5: Layer already exists [2020-10-02T16:49:39.323Z] e008a4a33b88: Layer already exists [2020-10-02T16:49:39.323Z] a5ffa91dc005: Layer already exists [2020-10-02T16:49:39.323Z] b9c115da4a40: Layer already exists [2020-10-02T16:49:39.323Z] e8173e63518c: Layer already exists [2020-10-02T16:49:39.323Z] e2f13739ad41: Layer already exists [2020-10-02T16:49:39.323Z] master: digest: sha256:38aad2fe5a7e8cc6a666bb4237618bd1f9dcf03afd399b8e0900255c1fab24ce size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-02T16:49:39.518Z] ===================================================== [Pipeline] echo [2020-10-02T16:49:39.568Z] taggedImages: [2020-10-02T16:49:39.568Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:4c1a6d2ffbdc3154b41bea1622b22c22abf998aa [2020-10-02T16:49:39.568Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.44 [2020-10-02T16:49:39.568Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:4c1a6d2ffbdc3154b41bea1622b22c22abf998aa-1.2.2-dev.44 [2020-10-02T16:49:39.568Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [Pipeline] echo [2020-10-02T16:49:39.636Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2020-10-02T16:49:39.636Z] 4c1a6d2ffbdc3154b41bea1622b22c22abf998aa [2020-10-02T16:49:39.636Z] 1.2.2-dev.44 [2020-10-02T16:49:39.636Z] 4c1a6d2ffbdc3154b41bea1622b22c22abf998aa-1.2.2-dev.44 [2020-10-02T16:49:39.636Z] master [2020-10-02T16:49:39.636Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:49:40.199Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:4c1a6d2ffbdc3154b41bea1622b22c22abf998aa [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:49:40.535Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:4c1a6d2ffbdc3154b41bea1622b22c22abf998aa [2020-10-02T16:49:40.535Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-02T16:49:40.535Z] 4314b9bb47b3: Preparing [2020-10-02T16:49:40.535Z] 60e617f1582b: Preparing [2020-10-02T16:49:40.535Z] 3b8611c2c4d0: Preparing [2020-10-02T16:49:40.535Z] 37952a02196b: Preparing [2020-10-02T16:49:40.535Z] 641ca0d44e68: Preparing [2020-10-02T16:49:40.535Z] a4f395bff02d: Preparing [2020-10-02T16:49:40.535Z] 67319084740b: Preparing [2020-10-02T16:49:40.535Z] dfd5be64149b: Preparing [2020-10-02T16:49:40.535Z] e1ca5e2613b7: Preparing [2020-10-02T16:49:40.535Z] 18bc4948ea4a: Preparing [2020-10-02T16:49:40.535Z] 66b385cf80cf: Preparing [2020-10-02T16:49:40.535Z] dfd5be64149b: Waiting [2020-10-02T16:49:40.535Z] e1ca5e2613b7: Waiting [2020-10-02T16:49:40.535Z] 18bc4948ea4a: Waiting [2020-10-02T16:49:40.535Z] 66b385cf80cf: Waiting [2020-10-02T16:49:40.535Z] a4f395bff02d: Waiting [2020-10-02T16:49:40.535Z] 67319084740b: Waiting [2020-10-02T16:49:40.815Z] 60e617f1582b: Pushed [2020-10-02T16:49:40.815Z] 4314b9bb47b3: Pushed [2020-10-02T16:49:41.088Z] a4f395bff02d: Pushed [2020-10-02T16:49:41.362Z] 67319084740b: Pushed [2020-10-02T16:49:41.362Z] dfd5be64149b: Pushed [2020-10-02T16:49:41.643Z] e1ca5e2613b7: Pushed [2020-10-02T16:49:41.643Z] 66b385cf80cf: Layer already exists [2020-10-02T16:49:42.241Z] 18bc4948ea4a: Pushed [2020-10-02T16:49:42.837Z] 3b8611c2c4d0: Pushed [2020-10-02T16:49:43.107Z] 37952a02196b: Pushed [2020-10-02T16:49:43.107Z] 641ca0d44e68: Pushed [2020-10-02T16:49:43.378Z] 4c1a6d2ffbdc3154b41bea1622b22c22abf998aa: digest: sha256:6760ebeae5acb6d47927cfce6baaf1995f77261f256b74235e98f0f340178260 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:49:43.718Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.44 [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:49:44.056Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.44 [2020-10-02T16:49:44.056Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-02T16:49:44.056Z] 4314b9bb47b3: Preparing [2020-10-02T16:49:44.056Z] 60e617f1582b: Preparing [2020-10-02T16:49:44.056Z] 3b8611c2c4d0: Preparing [2020-10-02T16:49:44.056Z] 37952a02196b: Preparing [2020-10-02T16:49:44.056Z] 641ca0d44e68: Preparing [2020-10-02T16:49:44.056Z] a4f395bff02d: Preparing [2020-10-02T16:49:44.056Z] 67319084740b: Preparing [2020-10-02T16:49:44.056Z] dfd5be64149b: Preparing [2020-10-02T16:49:44.056Z] e1ca5e2613b7: Preparing [2020-10-02T16:49:44.056Z] 18bc4948ea4a: Preparing [2020-10-02T16:49:44.056Z] 66b385cf80cf: Preparing [2020-10-02T16:49:44.056Z] a4f395bff02d: Waiting [2020-10-02T16:49:44.056Z] 67319084740b: Waiting [2020-10-02T16:49:44.056Z] e1ca5e2613b7: Waiting [2020-10-02T16:49:44.056Z] dfd5be64149b: Waiting [2020-10-02T16:49:44.056Z] 66b385cf80cf: Waiting [2020-10-02T16:49:44.056Z] 18bc4948ea4a: Waiting [2020-10-02T16:49:44.333Z] 37952a02196b: Layer already exists [2020-10-02T16:49:44.333Z] 60e617f1582b: Layer already exists [2020-10-02T16:49:44.333Z] 3b8611c2c4d0: Layer already exists [2020-10-02T16:49:44.333Z] 4314b9bb47b3: Layer already exists [2020-10-02T16:49:44.333Z] 641ca0d44e68: Layer already exists [2020-10-02T16:49:44.333Z] 18bc4948ea4a: Layer already exists [2020-10-02T16:49:44.333Z] a4f395bff02d: Layer already exists [2020-10-02T16:49:44.333Z] 67319084740b: Layer already exists [2020-10-02T16:49:44.333Z] e1ca5e2613b7: Layer already exists [2020-10-02T16:49:44.333Z] dfd5be64149b: Layer already exists [2020-10-02T16:49:44.333Z] 66b385cf80cf: Layer already exists [2020-10-02T16:49:44.333Z] 1.2.2-dev.44: digest: sha256:6760ebeae5acb6d47927cfce6baaf1995f77261f256b74235e98f0f340178260 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:49:44.680Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:4c1a6d2ffbdc3154b41bea1622b22c22abf998aa-1.2.2-dev.44 [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:49:45.023Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:4c1a6d2ffbdc3154b41bea1622b22c22abf998aa-1.2.2-dev.44 [2020-10-02T16:49:45.023Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-02T16:49:45.023Z] 4314b9bb47b3: Preparing [2020-10-02T16:49:45.023Z] 60e617f1582b: Preparing [2020-10-02T16:49:45.023Z] 3b8611c2c4d0: Preparing [2020-10-02T16:49:45.023Z] 37952a02196b: Preparing [2020-10-02T16:49:45.023Z] 641ca0d44e68: Preparing [2020-10-02T16:49:45.023Z] a4f395bff02d: Preparing [2020-10-02T16:49:45.023Z] 67319084740b: Preparing [2020-10-02T16:49:45.023Z] dfd5be64149b: Preparing [2020-10-02T16:49:45.023Z] e1ca5e2613b7: Preparing [2020-10-02T16:49:45.023Z] 18bc4948ea4a: Preparing [2020-10-02T16:49:45.023Z] 66b385cf80cf: Preparing [2020-10-02T16:49:45.023Z] a4f395bff02d: Waiting [2020-10-02T16:49:45.023Z] dfd5be64149b: Waiting [2020-10-02T16:49:45.023Z] e1ca5e2613b7: Waiting [2020-10-02T16:49:45.023Z] 18bc4948ea4a: Waiting [2020-10-02T16:49:45.023Z] 66b385cf80cf: Waiting [2020-10-02T16:49:45.023Z] 67319084740b: Waiting [2020-10-02T16:49:45.297Z] 3b8611c2c4d0: Layer already exists [2020-10-02T16:49:45.297Z] 37952a02196b: Layer already exists [2020-10-02T16:49:45.297Z] 641ca0d44e68: Layer already exists [2020-10-02T16:49:45.297Z] 4314b9bb47b3: Layer already exists [2020-10-02T16:49:45.297Z] 60e617f1582b: Layer already exists [2020-10-02T16:49:45.297Z] dfd5be64149b: Layer already exists [2020-10-02T16:49:45.298Z] a4f395bff02d: Layer already exists [2020-10-02T16:49:45.298Z] 18bc4948ea4a: Layer already exists [2020-10-02T16:49:45.298Z] e1ca5e2613b7: Layer already exists [2020-10-02T16:49:45.298Z] 67319084740b: Layer already exists [2020-10-02T16:49:45.298Z] 66b385cf80cf: Layer already exists [2020-10-02T16:49:45.298Z] 4c1a6d2ffbdc3154b41bea1622b22c22abf998aa-1.2.2-dev.44: digest: sha256:6760ebeae5acb6d47927cfce6baaf1995f77261f256b74235e98f0f340178260 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:49:45.640Z] + 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-02T16:49:45.973Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2020-10-02T16:49:45.973Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-02T16:49:45.973Z] 4314b9bb47b3: Preparing [2020-10-02T16:49:45.973Z] 60e617f1582b: Preparing [2020-10-02T16:49:45.973Z] 3b8611c2c4d0: Preparing [2020-10-02T16:49:45.973Z] 37952a02196b: Preparing [2020-10-02T16:49:45.973Z] 641ca0d44e68: Preparing [2020-10-02T16:49:45.973Z] a4f395bff02d: Preparing [2020-10-02T16:49:45.973Z] 67319084740b: Preparing [2020-10-02T16:49:45.973Z] dfd5be64149b: Preparing [2020-10-02T16:49:45.973Z] e1ca5e2613b7: Preparing [2020-10-02T16:49:45.973Z] 18bc4948ea4a: Preparing [2020-10-02T16:49:45.973Z] 66b385cf80cf: Preparing [2020-10-02T16:49:45.973Z] dfd5be64149b: Waiting [2020-10-02T16:49:45.973Z] e1ca5e2613b7: Waiting [2020-10-02T16:49:45.973Z] 66b385cf80cf: Waiting [2020-10-02T16:49:45.973Z] 18bc4948ea4a: Waiting [2020-10-02T16:49:45.973Z] a4f395bff02d: Waiting [2020-10-02T16:49:45.973Z] 67319084740b: Waiting [2020-10-02T16:49:46.249Z] 641ca0d44e68: Layer already exists [2020-10-02T16:49:46.249Z] 60e617f1582b: Layer already exists [2020-10-02T16:49:46.249Z] 4314b9bb47b3: Layer already exists [2020-10-02T16:49:46.249Z] 37952a02196b: Layer already exists [2020-10-02T16:49:46.249Z] 3b8611c2c4d0: Layer already exists [2020-10-02T16:49:46.249Z] a4f395bff02d: Layer already exists [2020-10-02T16:49:46.249Z] dfd5be64149b: Layer already exists [2020-10-02T16:49:46.249Z] 67319084740b: Layer already exists [2020-10-02T16:49:46.249Z] 18bc4948ea4a: Layer already exists [2020-10-02T16:49:46.249Z] e1ca5e2613b7: Layer already exists [2020-10-02T16:49:46.249Z] 66b385cf80cf: Layer already exists [2020-10-02T16:49:46.249Z] master: digest: sha256:6760ebeae5acb6d47927cfce6baaf1995f77261f256b74235e98f0f340178260 size: 2616 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-02T16:49:46.435Z] ===================================================== [Pipeline] echo [2020-10-02T16:49:46.506Z] taggedImages: [2020-10-02T16:49:46.506Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:4c1a6d2ffbdc3154b41bea1622b22c22abf998aa [2020-10-02T16:49:46.506Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.44 [2020-10-02T16:49:46.506Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:4c1a6d2ffbdc3154b41bea1622b22c22abf998aa-1.2.2-dev.44 [2020-10-02T16:49:46.506Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2020-10-02T16:49:46.574Z] [edgeXDocker.push] Tagging docker image docker-support-logging-go-arm64 with the following tags: [2020-10-02T16:49:46.574Z] 4c1a6d2ffbdc3154b41bea1622b22c22abf998aa [2020-10-02T16:49:46.574Z] 1.2.2-dev.44 [2020-10-02T16:49:46.574Z] 4c1a6d2ffbdc3154b41bea1622b22c22abf998aa-1.2.2-dev.44 [2020-10-02T16:49:46.574Z] master [2020-10-02T16:49:46.574Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:49:47.079Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:4c1a6d2ffbdc3154b41bea1622b22c22abf998aa [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:49:47.414Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:4c1a6d2ffbdc3154b41bea1622b22c22abf998aa [2020-10-02T16:49:47.414Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-02T16:49:47.414Z] 1c74e1393627: Preparing [2020-10-02T16:49:47.414Z] 00b1f94e99c2: Preparing [2020-10-02T16:49:47.414Z] 2ab16b014632: Preparing [2020-10-02T16:49:47.414Z] e90a71433790: Preparing [2020-10-02T16:49:47.684Z] 1c74e1393627: Pushed [2020-10-02T16:49:47.684Z] 2ab16b014632: Pushed [2020-10-02T16:49:47.959Z] e90a71433790: Pushed [2020-10-02T16:49:50.563Z] 00b1f94e99c2: Pushed [2020-10-02T16:49:50.563Z] 4c1a6d2ffbdc3154b41bea1622b22c22abf998aa: digest: sha256:6591601c7167f8463feb312769a4ee7de2ff97e2dc257fa99051ba5fec230dd5 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:49:50.905Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.44 [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:49:51.241Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.44 [2020-10-02T16:49:51.241Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-02T16:49:51.241Z] 1c74e1393627: Preparing [2020-10-02T16:49:51.241Z] 00b1f94e99c2: Preparing [2020-10-02T16:49:51.241Z] 2ab16b014632: Preparing [2020-10-02T16:49:51.241Z] e90a71433790: Preparing [2020-10-02T16:49:51.512Z] 00b1f94e99c2: Layer already exists [2020-10-02T16:49:51.513Z] 2ab16b014632: Layer already exists [2020-10-02T16:49:51.513Z] 1c74e1393627: Layer already exists [2020-10-02T16:49:51.513Z] e90a71433790: Layer already exists [2020-10-02T16:49:51.513Z] 1.2.2-dev.44: digest: sha256:6591601c7167f8463feb312769a4ee7de2ff97e2dc257fa99051ba5fec230dd5 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:49:51.850Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:4c1a6d2ffbdc3154b41bea1622b22c22abf998aa-1.2.2-dev.44 [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:49:52.508Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:4c1a6d2ffbdc3154b41bea1622b22c22abf998aa-1.2.2-dev.44 [2020-10-02T16:49:52.508Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-02T16:49:52.508Z] 1c74e1393627: Preparing [2020-10-02T16:49:52.508Z] 00b1f94e99c2: Preparing [2020-10-02T16:49:52.508Z] 2ab16b014632: Preparing [2020-10-02T16:49:52.508Z] e90a71433790: Preparing [2020-10-02T16:49:52.780Z] e90a71433790: Layer already exists [2020-10-02T16:49:52.780Z] 1c74e1393627: Layer already exists [2020-10-02T16:49:52.780Z] 2ab16b014632: Layer already exists [2020-10-02T16:49:52.780Z] 00b1f94e99c2: Layer already exists [2020-10-02T16:49:52.780Z] 4c1a6d2ffbdc3154b41bea1622b22c22abf998aa-1.2.2-dev.44: digest: sha256:6591601c7167f8463feb312769a4ee7de2ff97e2dc257fa99051ba5fec230dd5 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:49:53.133Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:49:53.506Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [2020-10-02T16:49:53.506Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-02T16:49:53.506Z] 1c74e1393627: Preparing [2020-10-02T16:49:53.506Z] 00b1f94e99c2: Preparing [2020-10-02T16:49:53.506Z] 2ab16b014632: Preparing [2020-10-02T16:49:53.506Z] e90a71433790: Preparing [2020-10-02T16:49:53.779Z] e90a71433790: Layer already exists [2020-10-02T16:49:53.779Z] 1c74e1393627: Layer already exists [2020-10-02T16:49:53.779Z] 00b1f94e99c2: Layer already exists [2020-10-02T16:49:53.779Z] 2ab16b014632: Layer already exists [2020-10-02T16:49:53.779Z] master: digest: sha256:6591601c7167f8463feb312769a4ee7de2ff97e2dc257fa99051ba5fec230dd5 size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-02T16:49:54.089Z] ===================================================== [Pipeline] echo [2020-10-02T16:49:54.137Z] taggedImages: [2020-10-02T16:49:54.137Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:4c1a6d2ffbdc3154b41bea1622b22c22abf998aa [2020-10-02T16:49:54.137Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.44 [2020-10-02T16:49:54.137Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:4c1a6d2ffbdc3154b41bea1622b22c22abf998aa-1.2.2-dev.44 [2020-10-02T16:49:54.137Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] echo [2020-10-02T16:49:54.195Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2020-10-02T16:49:54.195Z] 4c1a6d2ffbdc3154b41bea1622b22c22abf998aa [2020-10-02T16:49:54.195Z] 1.2.2-dev.44 [2020-10-02T16:49:54.195Z] 4c1a6d2ffbdc3154b41bea1622b22c22abf998aa-1.2.2-dev.44 [2020-10-02T16:49:54.195Z] master [2020-10-02T16:49:54.195Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:49:54.688Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:4c1a6d2ffbdc3154b41bea1622b22c22abf998aa [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:49:55.025Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:4c1a6d2ffbdc3154b41bea1622b22c22abf998aa [2020-10-02T16:49:55.025Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-02T16:49:55.025Z] 026dda5db022: Preparing [2020-10-02T16:49:55.025Z] fad39bf028f9: Preparing [2020-10-02T16:49:55.025Z] eead8e5472c0: Preparing [2020-10-02T16:49:55.025Z] aa4428a64ed9: Preparing [2020-10-02T16:49:55.025Z] 5f64a865810a: Preparing [2020-10-02T16:49:55.025Z] b860a15cb3b1: Preparing [2020-10-02T16:49:55.025Z] b860a15cb3b1: Waiting [2020-10-02T16:49:55.302Z] eead8e5472c0: Pushed [2020-10-02T16:49:55.302Z] 026dda5db022: Pushed [2020-10-02T16:49:55.573Z] 5f64a865810a: Pushed [2020-10-02T16:49:55.573Z] aa4428a64ed9: Pushed [2020-10-02T16:49:55.844Z] b860a15cb3b1: Pushed [2020-10-02T16:49:58.450Z] fad39bf028f9: Pushed [2020-10-02T16:49:58.450Z] 4c1a6d2ffbdc3154b41bea1622b22c22abf998aa: digest: sha256:db80ea3a93f83002a9b2fac990479cf7422fad60dc4457519864d3e6615a8dc9 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:49:58.787Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.44 [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:49:59.122Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.44 [2020-10-02T16:49:59.122Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-02T16:49:59.122Z] 026dda5db022: Preparing [2020-10-02T16:49:59.122Z] fad39bf028f9: Preparing [2020-10-02T16:49:59.122Z] eead8e5472c0: Preparing [2020-10-02T16:49:59.122Z] aa4428a64ed9: Preparing [2020-10-02T16:49:59.122Z] 5f64a865810a: Preparing [2020-10-02T16:49:59.122Z] b860a15cb3b1: Preparing [2020-10-02T16:49:59.122Z] b860a15cb3b1: Waiting [2020-10-02T16:49:59.392Z] eead8e5472c0: Layer already exists [2020-10-02T16:49:59.392Z] aa4428a64ed9: Layer already exists [2020-10-02T16:49:59.392Z] fad39bf028f9: Layer already exists [2020-10-02T16:49:59.392Z] 5f64a865810a: Layer already exists [2020-10-02T16:49:59.392Z] 026dda5db022: Layer already exists [2020-10-02T16:49:59.392Z] b860a15cb3b1: Layer already exists [2020-10-02T16:49:59.392Z] 1.2.2-dev.44: digest: sha256:db80ea3a93f83002a9b2fac990479cf7422fad60dc4457519864d3e6615a8dc9 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:49:59.730Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:4c1a6d2ffbdc3154b41bea1622b22c22abf998aa-1.2.2-dev.44 [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:50:00.071Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:4c1a6d2ffbdc3154b41bea1622b22c22abf998aa-1.2.2-dev.44 [2020-10-02T16:50:00.071Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-02T16:50:00.071Z] 026dda5db022: Preparing [2020-10-02T16:50:00.071Z] fad39bf028f9: Preparing [2020-10-02T16:50:00.071Z] eead8e5472c0: Preparing [2020-10-02T16:50:00.071Z] aa4428a64ed9: Preparing [2020-10-02T16:50:00.071Z] 5f64a865810a: Preparing [2020-10-02T16:50:00.071Z] b860a15cb3b1: Preparing [2020-10-02T16:50:00.071Z] b860a15cb3b1: Waiting [2020-10-02T16:50:00.343Z] eead8e5472c0: Layer already exists [2020-10-02T16:50:00.343Z] aa4428a64ed9: Layer already exists [2020-10-02T16:50:00.343Z] 5f64a865810a: Layer already exists [2020-10-02T16:50:00.343Z] 026dda5db022: Layer already exists [2020-10-02T16:50:00.343Z] fad39bf028f9: Layer already exists [2020-10-02T16:50:00.343Z] b860a15cb3b1: Layer already exists [2020-10-02T16:50:00.343Z] 4c1a6d2ffbdc3154b41bea1622b22c22abf998aa-1.2.2-dev.44: digest: sha256:db80ea3a93f83002a9b2fac990479cf7422fad60dc4457519864d3e6615a8dc9 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:50:00.693Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:50:01.031Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2020-10-02T16:50:01.031Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-02T16:50:01.031Z] 026dda5db022: Preparing [2020-10-02T16:50:01.031Z] fad39bf028f9: Preparing [2020-10-02T16:50:01.031Z] eead8e5472c0: Preparing [2020-10-02T16:50:01.031Z] aa4428a64ed9: Preparing [2020-10-02T16:50:01.031Z] 5f64a865810a: Preparing [2020-10-02T16:50:01.031Z] b860a15cb3b1: Preparing [2020-10-02T16:50:01.031Z] b860a15cb3b1: Waiting [2020-10-02T16:50:01.303Z] eead8e5472c0: Layer already exists [2020-10-02T16:50:01.303Z] fad39bf028f9: Layer already exists [2020-10-02T16:50:01.303Z] 5f64a865810a: Layer already exists [2020-10-02T16:50:01.303Z] 026dda5db022: Layer already exists [2020-10-02T16:50:01.303Z] aa4428a64ed9: Layer already exists [2020-10-02T16:50:01.303Z] b860a15cb3b1: Layer already exists [2020-10-02T16:50:01.303Z] master: digest: sha256:db80ea3a93f83002a9b2fac990479cf7422fad60dc4457519864d3e6615a8dc9 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-02T16:50:01.509Z] ===================================================== [Pipeline] echo [2020-10-02T16:50:01.562Z] taggedImages: [2020-10-02T16:50:01.562Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:4c1a6d2ffbdc3154b41bea1622b22c22abf998aa [2020-10-02T16:50:01.562Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.44 [2020-10-02T16:50:01.562Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:4c1a6d2ffbdc3154b41bea1622b22c22abf998aa-1.2.2-dev.44 [2020-10-02T16:50:01.562Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2020-10-02T16:50:01.634Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2020-10-02T16:50:01.634Z] 4c1a6d2ffbdc3154b41bea1622b22c22abf998aa [2020-10-02T16:50:01.634Z] 1.2.2-dev.44 [2020-10-02T16:50:01.634Z] 4c1a6d2ffbdc3154b41bea1622b22c22abf998aa-1.2.2-dev.44 [2020-10-02T16:50:01.634Z] master [2020-10-02T16:50:01.634Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:50:02.179Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:4c1a6d2ffbdc3154b41bea1622b22c22abf998aa [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:50:02.515Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:4c1a6d2ffbdc3154b41bea1622b22c22abf998aa [2020-10-02T16:50:02.515Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-02T16:50:02.515Z] d07e09b37ef6: Preparing [2020-10-02T16:50:02.515Z] a5d36f699bd5: Preparing [2020-10-02T16:50:02.515Z] 24b8f15cf4c4: Preparing [2020-10-02T16:50:02.788Z] 24b8f15cf4c4: Pushed [2020-10-02T16:50:02.788Z] d07e09b37ef6: Pushed [2020-10-02T16:50:06.157Z] a5d36f699bd5: Pushed [2020-10-02T16:50:06.157Z] 4c1a6d2ffbdc3154b41bea1622b22c22abf998aa: digest: sha256:16f8738b8544d354439d2c5052bfc2088fa52d5f503848558e85c00d1e889b7c size: 944 [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:50:06.496Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.44 [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:50:06.833Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.44 [2020-10-02T16:50:06.833Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-02T16:50:06.833Z] d07e09b37ef6: Preparing [2020-10-02T16:50:06.833Z] a5d36f699bd5: Preparing [2020-10-02T16:50:06.833Z] 24b8f15cf4c4: Preparing [2020-10-02T16:50:06.833Z] a5d36f699bd5: Layer already exists [2020-10-02T16:50:06.833Z] d07e09b37ef6: Layer already exists [2020-10-02T16:50:06.833Z] 24b8f15cf4c4: Layer already exists [2020-10-02T16:50:07.105Z] 1.2.2-dev.44: digest: sha256:16f8738b8544d354439d2c5052bfc2088fa52d5f503848558e85c00d1e889b7c size: 944 [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:50:07.449Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:4c1a6d2ffbdc3154b41bea1622b22c22abf998aa-1.2.2-dev.44 [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:50:07.781Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:4c1a6d2ffbdc3154b41bea1622b22c22abf998aa-1.2.2-dev.44 [2020-10-02T16:50:07.781Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-02T16:50:07.781Z] d07e09b37ef6: Preparing [2020-10-02T16:50:07.781Z] a5d36f699bd5: Preparing [2020-10-02T16:50:07.781Z] 24b8f15cf4c4: Preparing [2020-10-02T16:50:07.781Z] 24b8f15cf4c4: Layer already exists [2020-10-02T16:50:07.781Z] a5d36f699bd5: Layer already exists [2020-10-02T16:50:07.781Z] d07e09b37ef6: Layer already exists [2020-10-02T16:50:08.052Z] 4c1a6d2ffbdc3154b41bea1622b22c22abf998aa-1.2.2-dev.44: digest: sha256:16f8738b8544d354439d2c5052bfc2088fa52d5f503848558e85c00d1e889b7c size: 944 [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:50:08.423Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:50:08.766Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2020-10-02T16:50:08.766Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-02T16:50:08.766Z] d07e09b37ef6: Preparing [2020-10-02T16:50:08.766Z] a5d36f699bd5: Preparing [2020-10-02T16:50:08.766Z] 24b8f15cf4c4: Preparing [2020-10-02T16:50:09.036Z] a5d36f699bd5: Layer already exists [2020-10-02T16:50:09.036Z] 24b8f15cf4c4: Layer already exists [2020-10-02T16:50:09.036Z] d07e09b37ef6: Layer already exists [2020-10-02T16:50:09.036Z] master: digest: sha256:16f8738b8544d354439d2c5052bfc2088fa52d5f503848558e85c00d1e889b7c size: 944 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-02T16:50:09.220Z] ===================================================== [Pipeline] echo [2020-10-02T16:50:09.264Z] taggedImages: [2020-10-02T16:50:09.264Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:4c1a6d2ffbdc3154b41bea1622b22c22abf998aa [2020-10-02T16:50:09.264Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.44 [2020-10-02T16:50:09.264Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:4c1a6d2ffbdc3154b41bea1622b22c22abf998aa-1.2.2-dev.44 [2020-10-02T16:50:09.264Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2020-10-02T16:50:09.333Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2020-10-02T16:50:09.333Z] 4c1a6d2ffbdc3154b41bea1622b22c22abf998aa [2020-10-02T16:50:09.333Z] 1.2.2-dev.44 [2020-10-02T16:50:09.333Z] 4c1a6d2ffbdc3154b41bea1622b22c22abf998aa-1.2.2-dev.44 [2020-10-02T16:50:09.333Z] master [2020-10-02T16:50:09.333Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:50:09.830Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:4c1a6d2ffbdc3154b41bea1622b22c22abf998aa [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:50:10.162Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:4c1a6d2ffbdc3154b41bea1622b22c22abf998aa [2020-10-02T16:50:10.162Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-02T16:50:10.162Z] fe24029a4cce: Preparing [2020-10-02T16:50:10.162Z] d35f933ac897: Preparing [2020-10-02T16:50:10.162Z] 981acf8422d2: Preparing [2020-10-02T16:50:10.162Z] fe6721b2aa28: Preparing [2020-10-02T16:50:10.162Z] d9e013f68d7d: Preparing [2020-10-02T16:50:10.162Z] 31566caf3024: Preparing [2020-10-02T16:50:10.162Z] 761b6317be73: Preparing [2020-10-02T16:50:10.162Z] f875f9e206db: Preparing [2020-10-02T16:50:10.162Z] 3994ac1dcb8b: Preparing [2020-10-02T16:50:10.162Z] 5f2247eaf593: Preparing [2020-10-02T16:50:10.162Z] 62d13be1b083: Preparing [2020-10-02T16:50:10.162Z] 94fdc660876c: Preparing [2020-10-02T16:50:10.162Z] 4e7279dfc0c0: Preparing [2020-10-02T16:50:10.162Z] e2f13739ad41: Preparing [2020-10-02T16:50:10.162Z] 31566caf3024: Waiting [2020-10-02T16:50:10.162Z] 761b6317be73: Waiting [2020-10-02T16:50:10.162Z] f875f9e206db: Waiting [2020-10-02T16:50:10.162Z] 5f2247eaf593: Waiting [2020-10-02T16:50:10.162Z] 62d13be1b083: Waiting [2020-10-02T16:50:10.162Z] 3994ac1dcb8b: Waiting [2020-10-02T16:50:10.162Z] 94fdc660876c: Waiting [2020-10-02T16:50:10.162Z] 4e7279dfc0c0: Waiting [2020-10-02T16:50:10.162Z] e2f13739ad41: Waiting [2020-10-02T16:50:10.756Z] d9e013f68d7d: Pushed [2020-10-02T16:50:11.038Z] fe24029a4cce: Pushed [2020-10-02T16:50:11.638Z] fe6721b2aa28: Pushed [2020-10-02T16:50:11.638Z] f875f9e206db: Layer already exists [2020-10-02T16:50:11.638Z] 3994ac1dcb8b: Layer already exists [2020-10-02T16:50:11.638Z] 5f2247eaf593: Layer already exists [2020-10-02T16:50:11.638Z] 761b6317be73: Pushed [2020-10-02T16:50:11.910Z] 62d13be1b083: Layer already exists [2020-10-02T16:50:11.910Z] 94fdc660876c: Layer already exists [2020-10-02T16:50:11.910Z] 4e7279dfc0c0: Layer already exists [2020-10-02T16:50:11.910Z] e2f13739ad41: Layer already exists [2020-10-02T16:50:12.506Z] d35f933ac897: Pushed [2020-10-02T16:50:13.097Z] 31566caf3024: Pushed [2020-10-02T16:50:25.463Z] 981acf8422d2: Pushed [2020-10-02T16:50:25.463Z] 4c1a6d2ffbdc3154b41bea1622b22c22abf998aa: digest: sha256:5ee1488c60ae182e251de1fdd7f259691da5ed32dc1dd08f3659c8a4df4d1fe3 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:50:25.804Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.44 [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:50:26.136Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.44 [2020-10-02T16:50:26.136Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-02T16:50:26.136Z] fe24029a4cce: Preparing [2020-10-02T16:50:26.136Z] d35f933ac897: Preparing [2020-10-02T16:50:26.136Z] 981acf8422d2: Preparing [2020-10-02T16:50:26.136Z] fe6721b2aa28: Preparing [2020-10-02T16:50:26.136Z] d9e013f68d7d: Preparing [2020-10-02T16:50:26.136Z] 31566caf3024: Preparing [2020-10-02T16:50:26.136Z] 761b6317be73: Preparing [2020-10-02T16:50:26.136Z] f875f9e206db: Preparing [2020-10-02T16:50:26.136Z] 3994ac1dcb8b: Preparing [2020-10-02T16:50:26.136Z] 5f2247eaf593: Preparing [2020-10-02T16:50:26.136Z] 62d13be1b083: Preparing [2020-10-02T16:50:26.136Z] 94fdc660876c: Preparing [2020-10-02T16:50:26.136Z] 4e7279dfc0c0: Preparing [2020-10-02T16:50:26.137Z] e2f13739ad41: Preparing [2020-10-02T16:50:26.137Z] 3994ac1dcb8b: Waiting [2020-10-02T16:50:26.137Z] 5f2247eaf593: Waiting [2020-10-02T16:50:26.137Z] 62d13be1b083: Waiting [2020-10-02T16:50:26.137Z] 94fdc660876c: Waiting [2020-10-02T16:50:26.137Z] 4e7279dfc0c0: Waiting [2020-10-02T16:50:26.137Z] e2f13739ad41: Waiting [2020-10-02T16:50:26.137Z] 31566caf3024: Waiting [2020-10-02T16:50:26.137Z] 761b6317be73: Waiting [2020-10-02T16:50:26.137Z] f875f9e206db: Waiting [2020-10-02T16:50:26.407Z] d9e013f68d7d: Layer already exists [2020-10-02T16:50:26.407Z] d35f933ac897: Layer already exists [2020-10-02T16:50:26.407Z] fe6721b2aa28: Layer already exists [2020-10-02T16:50:26.407Z] fe24029a4cce: Layer already exists [2020-10-02T16:50:26.407Z] 981acf8422d2: Layer already exists [2020-10-02T16:50:26.407Z] f875f9e206db: Layer already exists [2020-10-02T16:50:26.407Z] 31566caf3024: Layer already exists [2020-10-02T16:50:26.407Z] 3994ac1dcb8b: Layer already exists [2020-10-02T16:50:26.407Z] 761b6317be73: Layer already exists [2020-10-02T16:50:26.407Z] 62d13be1b083: Layer already exists [2020-10-02T16:50:26.407Z] 5f2247eaf593: Layer already exists [2020-10-02T16:50:26.407Z] e2f13739ad41: Layer already exists [2020-10-02T16:50:26.407Z] 4e7279dfc0c0: Layer already exists [2020-10-02T16:50:26.407Z] 94fdc660876c: Layer already exists [2020-10-02T16:50:26.407Z] 1.2.2-dev.44: digest: sha256:5ee1488c60ae182e251de1fdd7f259691da5ed32dc1dd08f3659c8a4df4d1fe3 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:50:26.744Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:4c1a6d2ffbdc3154b41bea1622b22c22abf998aa-1.2.2-dev.44 [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:50:27.078Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:4c1a6d2ffbdc3154b41bea1622b22c22abf998aa-1.2.2-dev.44 [2020-10-02T16:50:27.078Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-02T16:50:27.078Z] fe24029a4cce: Preparing [2020-10-02T16:50:27.078Z] d35f933ac897: Preparing [2020-10-02T16:50:27.078Z] 981acf8422d2: Preparing [2020-10-02T16:50:27.078Z] fe6721b2aa28: Preparing [2020-10-02T16:50:27.078Z] d9e013f68d7d: Preparing [2020-10-02T16:50:27.078Z] 31566caf3024: Preparing [2020-10-02T16:50:27.078Z] 761b6317be73: Preparing [2020-10-02T16:50:27.078Z] f875f9e206db: Preparing [2020-10-02T16:50:27.078Z] 3994ac1dcb8b: Preparing [2020-10-02T16:50:27.078Z] 5f2247eaf593: Preparing [2020-10-02T16:50:27.078Z] 62d13be1b083: Preparing [2020-10-02T16:50:27.078Z] 94fdc660876c: Preparing [2020-10-02T16:50:27.078Z] 4e7279dfc0c0: Preparing [2020-10-02T16:50:27.078Z] e2f13739ad41: Preparing [2020-10-02T16:50:27.078Z] 3994ac1dcb8b: Waiting [2020-10-02T16:50:27.078Z] 94fdc660876c: Waiting [2020-10-02T16:50:27.078Z] 4e7279dfc0c0: Waiting [2020-10-02T16:50:27.078Z] e2f13739ad41: Waiting [2020-10-02T16:50:27.078Z] 31566caf3024: Waiting [2020-10-02T16:50:27.078Z] 5f2247eaf593: Waiting [2020-10-02T16:50:27.078Z] 62d13be1b083: Waiting [2020-10-02T16:50:27.078Z] 761b6317be73: Waiting [2020-10-02T16:50:27.078Z] f875f9e206db: Waiting [2020-10-02T16:50:27.348Z] d9e013f68d7d: Layer already exists [2020-10-02T16:50:27.348Z] fe6721b2aa28: Layer already exists [2020-10-02T16:50:27.348Z] 981acf8422d2: Layer already exists [2020-10-02T16:50:27.348Z] fe24029a4cce: Layer already exists [2020-10-02T16:50:27.348Z] d35f933ac897: Layer already exists [2020-10-02T16:50:27.348Z] 31566caf3024: Layer already exists [2020-10-02T16:50:27.348Z] f875f9e206db: Layer already exists [2020-10-02T16:50:27.348Z] 761b6317be73: Layer already exists [2020-10-02T16:50:27.348Z] 5f2247eaf593: Layer already exists [2020-10-02T16:50:27.348Z] 3994ac1dcb8b: Layer already exists [2020-10-02T16:50:27.348Z] e2f13739ad41: Layer already exists [2020-10-02T16:50:27.348Z] 94fdc660876c: Layer already exists [2020-10-02T16:50:27.348Z] 62d13be1b083: Layer already exists [2020-10-02T16:50:27.348Z] 4e7279dfc0c0: Layer already exists [2020-10-02T16:50:27.348Z] 4c1a6d2ffbdc3154b41bea1622b22c22abf998aa-1.2.2-dev.44: digest: sha256:5ee1488c60ae182e251de1fdd7f259691da5ed32dc1dd08f3659c8a4df4d1fe3 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:50:27.684Z] + 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-02T16:50:28.017Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2020-10-02T16:50:28.018Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-02T16:50:28.018Z] fe24029a4cce: Preparing [2020-10-02T16:50:28.018Z] d35f933ac897: Preparing [2020-10-02T16:50:28.018Z] 981acf8422d2: Preparing [2020-10-02T16:50:28.018Z] fe6721b2aa28: Preparing [2020-10-02T16:50:28.018Z] d9e013f68d7d: Preparing [2020-10-02T16:50:28.018Z] 31566caf3024: Preparing [2020-10-02T16:50:28.018Z] 761b6317be73: Preparing [2020-10-02T16:50:28.018Z] f875f9e206db: Preparing [2020-10-02T16:50:28.018Z] 3994ac1dcb8b: Preparing [2020-10-02T16:50:28.018Z] 5f2247eaf593: Preparing [2020-10-02T16:50:28.018Z] 62d13be1b083: Preparing [2020-10-02T16:50:28.018Z] 94fdc660876c: Preparing [2020-10-02T16:50:28.018Z] 4e7279dfc0c0: Preparing [2020-10-02T16:50:28.018Z] e2f13739ad41: Preparing [2020-10-02T16:50:28.018Z] 31566caf3024: Waiting [2020-10-02T16:50:28.018Z] 761b6317be73: Waiting [2020-10-02T16:50:28.018Z] 62d13be1b083: Waiting [2020-10-02T16:50:28.018Z] 94fdc660876c: Waiting [2020-10-02T16:50:28.018Z] 4e7279dfc0c0: Waiting [2020-10-02T16:50:28.018Z] f875f9e206db: Waiting [2020-10-02T16:50:28.018Z] e2f13739ad41: Waiting [2020-10-02T16:50:28.018Z] 3994ac1dcb8b: Waiting [2020-10-02T16:50:28.018Z] 5f2247eaf593: Waiting [2020-10-02T16:50:28.288Z] 981acf8422d2: Layer already exists [2020-10-02T16:50:28.288Z] fe24029a4cce: Layer already exists [2020-10-02T16:50:28.288Z] d35f933ac897: Layer already exists [2020-10-02T16:50:28.288Z] d9e013f68d7d: Layer already exists [2020-10-02T16:50:28.288Z] fe6721b2aa28: Layer already exists [2020-10-02T16:50:28.288Z] f875f9e206db: Layer already exists [2020-10-02T16:50:28.288Z] 3994ac1dcb8b: Layer already exists [2020-10-02T16:50:28.288Z] 31566caf3024: Layer already exists [2020-10-02T16:50:28.288Z] 761b6317be73: Layer already exists [2020-10-02T16:50:28.288Z] 5f2247eaf593: Layer already exists [2020-10-02T16:50:28.288Z] 94fdc660876c: Layer already exists [2020-10-02T16:50:28.288Z] 62d13be1b083: Layer already exists [2020-10-02T16:50:28.288Z] e2f13739ad41: Layer already exists [2020-10-02T16:50:28.288Z] 4e7279dfc0c0: Layer already exists [2020-10-02T16:50:28.288Z] master: digest: sha256:5ee1488c60ae182e251de1fdd7f259691da5ed32dc1dd08f3659c8a4df4d1fe3 size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-02T16:50:28.512Z] ===================================================== [Pipeline] echo [2020-10-02T16:50:28.589Z] taggedImages: [2020-10-02T16:50:28.589Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:4c1a6d2ffbdc3154b41bea1622b22c22abf998aa [2020-10-02T16:50:28.589Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.44 [2020-10-02T16:50:28.589Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:4c1a6d2ffbdc3154b41bea1622b22c22abf998aa-1.2.2-dev.44 [2020-10-02T16:50:28.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-02T16:50:30.110Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-10-02T16:50:30.112Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-10-02T16:50:30.172Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:50:30.607Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-02T16:50:30.607Z] [2020-10-02T16:50:30.607Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:50:30.960Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-02T16:50:30.960Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-10-02T16:50:30.960Z] cbdbe7a5bc2a: Already exists [2020-10-02T16:50:30.960Z] 408f87550127: Pulling fs layer [2020-10-02T16:50:30.960Z] fe522b08c979: Pulling fs layer [2020-10-02T16:50:30.960Z] 221eaa008020: Pulling fs layer [2020-10-02T16:50:30.960Z] 2a4607e5d6b9: Pulling fs layer [2020-10-02T16:50:30.960Z] 8f79b27c4fd2: Pulling fs layer [2020-10-02T16:50:30.960Z] e5c8dbe1645b: Pulling fs layer [2020-10-02T16:50:30.960Z] 23e8b3b47431: Pulling fs layer [2020-10-02T16:50:30.960Z] 5c568d65a230: Pulling fs layer [2020-10-02T16:50:30.960Z] 8f79b27c4fd2: Waiting [2020-10-02T16:50:30.960Z] 23e8b3b47431: Waiting [2020-10-02T16:50:30.960Z] 5c568d65a230: Waiting [2020-10-02T16:50:30.960Z] e5c8dbe1645b: Waiting [2020-10-02T16:50:30.960Z] fe522b08c979: Verifying Checksum [2020-10-02T16:50:30.960Z] fe522b08c979: Download complete [2020-10-02T16:50:30.960Z] 408f87550127: Verifying Checksum [2020-10-02T16:50:30.960Z] 408f87550127: Download complete [2020-10-02T16:50:30.960Z] 2a4607e5d6b9: Verifying Checksum [2020-10-02T16:50:30.960Z] 2a4607e5d6b9: Download complete [2020-10-02T16:50:30.960Z] 8f79b27c4fd2: Verifying Checksum [2020-10-02T16:50:30.960Z] 8f79b27c4fd2: Download complete [2020-10-02T16:50:31.224Z] 408f87550127: Pull complete [2020-10-02T16:50:31.487Z] fe522b08c979: Pull complete [2020-10-02T16:50:32.879Z] e5c8dbe1645b: Verifying Checksum [2020-10-02T16:50:32.879Z] e5c8dbe1645b: Download complete [2020-10-02T16:50:33.833Z] 23e8b3b47431: Verifying Checksum [2020-10-02T16:50:33.833Z] 23e8b3b47431: Download complete [2020-10-02T16:50:33.833Z] 5c568d65a230: Verifying Checksum [2020-10-02T16:50:33.833Z] 5c568d65a230: Download complete [2020-10-02T16:50:34.780Z] 221eaa008020: Download complete [2020-10-02T16:50:41.408Z] 221eaa008020: Pull complete [2020-10-02T16:50:41.408Z] 2a4607e5d6b9: Pull complete [2020-10-02T16:50:41.408Z] 8f79b27c4fd2: Pull complete [2020-10-02T16:50:44.721Z] e5c8dbe1645b: Pull complete [2020-10-02T16:50:48.945Z] 23e8b3b47431: Pull complete [2020-10-02T16:50:49.518Z] 5c568d65a230: Pull complete [2020-10-02T16:50:49.518Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-10-02T16:50:49.518Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-02T16:50:49.518Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-10-02T16:50:49.719Z] prd-centos7-docker-4c-2g-3043 does not seem to be running inside a container [2020-10-02T16:50:49.776Z] $ 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/159:/ws -w /ws --entrypoint= -w /w/workspace/edgex-go/159 -v /w/workspace/edgex-go/159:/w/workspace/edgex-go/159:rw,z -v /w/workspace/edgex-go/159@tmp:/w/workspace/edgex-go/159@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-02T16:50:51.199Z] $ docker top f25f97a2bf0541f3ef8cb79721a93e590e00971002f9d54acbe3b2a4ad9515c7 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-02T16:50:51.821Z] + snyk monitor '--org=edgex-jenkins' [2020-10-02T16:51:01.837Z] [2020-10-02T16:51:01.837Z] Monitoring /w/workspace/edgex-go/159 (github.com/edgexfoundry/edgex-go)... [2020-10-02T16:51:01.837Z] [2020-10-02T16:51:01.837Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/7252b85f-aa58-4765-87f0-516cbbcefb5c [2020-10-02T16:51:01.837Z] [2020-10-02T16:51:01.837Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-10-02T16:51:01.837Z] [2020-10-02T16:51:01.837Z] [2020-10-02T16:51:01.837Z] Snyk CLI supports Node.js 8 and higher. [2020-10-02T16:51:01.837Z] 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-02T16:51:01.837Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-10-02T16:51:01.837Z] [2020-10-02T16:51:01.837Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-10-02T16:51:01.837Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } [2020-10-02T16:51:01.855Z] $ docker stop --time=1 f25f97a2bf0541f3ef8cb79721a93e590e00971002f9d54acbe3b2a4ad9515c7 [2020-10-02T16:51:04.792Z] $ docker rm -f f25f97a2bf0541f3ef8cb79721a93e590e00971002f9d54acbe3b2a4ad9515c7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:51:06.291Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-02T16:51:06.291Z] [2020-10-02T16:51:06.292Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:51:06.646Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-02T16:51:06.646Z] latest: Pulling from edgex-devops/edgex-klar [2020-10-02T16:51:06.646Z] e7c96db7181b: Pulling fs layer [2020-10-02T16:51:06.646Z] 1868ca2cb446: Pulling fs layer [2020-10-02T16:51:06.646Z] 136be5d0fe8e: Pulling fs layer [2020-10-02T16:51:06.646Z] 894bfe63afcb: Pulling fs layer [2020-10-02T16:51:06.646Z] 894bfe63afcb: Waiting [2020-10-02T16:51:06.646Z] 1868ca2cb446: Verifying Checksum [2020-10-02T16:51:06.646Z] 1868ca2cb446: Download complete [2020-10-02T16:51:06.646Z] 136be5d0fe8e: Verifying Checksum [2020-10-02T16:51:06.646Z] 136be5d0fe8e: Download complete [2020-10-02T16:51:06.646Z] e7c96db7181b: Verifying Checksum [2020-10-02T16:51:06.646Z] e7c96db7181b: Download complete [2020-10-02T16:51:06.907Z] 894bfe63afcb: Verifying Checksum [2020-10-02T16:51:06.907Z] 894bfe63afcb: Download complete [2020-10-02T16:51:07.168Z] e7c96db7181b: Pull complete [2020-10-02T16:51:07.168Z] 1868ca2cb446: Pull complete [2020-10-02T16:51:07.434Z] 136be5d0fe8e: Pull complete [2020-10-02T16:51:07.695Z] 894bfe63afcb: Pull complete [2020-10-02T16:51:07.695Z] Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 [2020-10-02T16:51:07.695Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-02T16:51:07.695Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer [2020-10-02T16:51:07.800Z] prd-centos7-docker-4c-2g-3043 does not seem to be running inside a container [2020-10-02T16:51:07.966Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/159 -v /w/workspace/edgex-go/159:/w/workspace/edgex-go/159:rw,z -v /w/workspace/edgex-go/159@tmp:/w/workspace/edgex-go/159@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-02T16:51:09.190Z] $ docker top 1af9910a7dbe1a24bb4b0a0711b0be2c0d30319cce599fbb343a70e02d54e8ab -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-02T16:51:10.003Z] + tee [2020-10-02T16:51:10.003Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go:4c1a6d2ffbdc3154b41bea1622b22c22abf998aa [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-02T16:51:12.712Z] $ docker stop --time=1 1af9910a7dbe1a24bb4b0a0711b0be2c0d30319cce599fbb343a70e02d54e8ab [2020-10-02T16:51:14.101Z] $ docker rm -f 1af9910a7dbe1a24bb4b0a0711b0be2c0d30319cce599fbb343a70e02d54e8ab [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:51:14.573Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-02T16:51:14.573Z] . [Pipeline] withDockerContainer [2020-10-02T16:51:14.699Z] prd-centos7-docker-4c-2g-3043 does not seem to be running inside a container [2020-10-02T16:51:14.750Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/159 -v /w/workspace/edgex-go/159:/w/workspace/edgex-go/159:rw,z -v /w/workspace/edgex-go/159@tmp:/w/workspace/edgex-go/159@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-02T16:51:15.369Z] $ docker top 59997f4a3dc2e10bf7ccd3ad389ce1d0d950d74edb2e9f7f0c51889096651113 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-02T16:51:15.909Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go:4c1a6d2ffbdc3154b41bea1622b22c22abf998aa [2020-10-02T16:51:15.909Z] + tee [2020-10-02T16:51:15.909Z] clair timeout 1m0s [2020-10-02T16:51:15.909Z] docker timeout: 1m0s [2020-10-02T16:51:15.909Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-02T16:51:16.599Z] $ docker stop --time=1 59997f4a3dc2e10bf7ccd3ad389ce1d0d950d74edb2e9f7f0c51889096651113 [2020-10-02T16:51:17.955Z] $ docker rm -f 59997f4a3dc2e10bf7ccd3ad389ce1d0d950d74edb2e9f7f0c51889096651113 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-02T16:51:18.455Z] + mkdir -p /w/workspace/edgex-go/159/clair-reports [Pipeline] echo [2020-10-02T16:51:18.468Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/159/clair-reports/clair_results_docker-core-command-go_4c1a6d2ffbdc3154b41bea1622b22c22abf998aa.html [Pipeline] writeFile [Pipeline] step [2020-10-02T16:51:18.520Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:51:18.872Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-02T16:51:18.872Z] . [Pipeline] withDockerContainer [2020-10-02T16:51:18.982Z] prd-centos7-docker-4c-2g-3043 does not seem to be running inside a container [2020-10-02T16:51:19.027Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/159 -v /w/workspace/edgex-go/159:/w/workspace/edgex-go/159:rw,z -v /w/workspace/edgex-go/159@tmp:/w/workspace/edgex-go/159@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-02T16:51:19.748Z] $ docker top 317c69cf3600b5a21f0163365cfe234086c424c75b6beefff12474a217a69ba8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-02T16:51:20.336Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go:4c1a6d2ffbdc3154b41bea1622b22c22abf998aa [2020-10-02T16:51:20.336Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-02T16:51:27.128Z] $ docker stop --time=1 317c69cf3600b5a21f0163365cfe234086c424c75b6beefff12474a217a69ba8 [2020-10-02T16:51:28.565Z] $ docker rm -f 317c69cf3600b5a21f0163365cfe234086c424c75b6beefff12474a217a69ba8 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:51:29.055Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-02T16:51:29.055Z] . [Pipeline] withDockerContainer [2020-10-02T16:51:29.160Z] prd-centos7-docker-4c-2g-3043 does not seem to be running inside a container [2020-10-02T16:51:29.211Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/159 -v /w/workspace/edgex-go/159:/w/workspace/edgex-go/159:rw,z -v /w/workspace/edgex-go/159@tmp:/w/workspace/edgex-go/159@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-02T16:51:29.965Z] $ docker top a10766943e20e853b55619ef017af47a236a8ca503fe8adc717b89ee844d6c21 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-02T16:51:30.567Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go:4c1a6d2ffbdc3154b41bea1622b22c22abf998aa [2020-10-02T16:51:30.567Z] + tee [2020-10-02T16:51:30.567Z] clair timeout 1m0s [2020-10-02T16:51:30.567Z] docker timeout: 1m0s [2020-10-02T16:51:30.567Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-02T16:51:31.652Z] $ docker stop --time=1 a10766943e20e853b55619ef017af47a236a8ca503fe8adc717b89ee844d6c21 [2020-10-02T16:51:33.009Z] $ docker rm -f a10766943e20e853b55619ef017af47a236a8ca503fe8adc717b89ee844d6c21 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-02T16:51:33.485Z] + mkdir -p /w/workspace/edgex-go/159/clair-reports [Pipeline] echo [2020-10-02T16:51:33.498Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/159/clair-reports/clair_results_docker-core-data-go_4c1a6d2ffbdc3154b41bea1622b22c22abf998aa.html [Pipeline] writeFile [Pipeline] step [2020-10-02T16:51:33.572Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:51:33.912Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-02T16:51:33.912Z] . [Pipeline] withDockerContainer [2020-10-02T16:51:34.024Z] prd-centos7-docker-4c-2g-3043 does not seem to be running inside a container [2020-10-02T16:51:34.076Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/159 -v /w/workspace/edgex-go/159:/w/workspace/edgex-go/159:rw,z -v /w/workspace/edgex-go/159@tmp:/w/workspace/edgex-go/159@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-02T16:51:34.792Z] $ docker top 5b92764babeebbbd1c1ff966a704b4e5255e81380a131f1fd3b134bd917a9aa9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-02T16:51:35.422Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go:4c1a6d2ffbdc3154b41bea1622b22c22abf998aa [2020-10-02T16:51:35.422Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-02T16:51:38.128Z] $ docker stop --time=1 5b92764babeebbbd1c1ff966a704b4e5255e81380a131f1fd3b134bd917a9aa9 [2020-10-02T16:51:39.495Z] $ docker rm -f 5b92764babeebbbd1c1ff966a704b4e5255e81380a131f1fd3b134bd917a9aa9 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:51:39.978Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-02T16:51:39.978Z] . [Pipeline] withDockerContainer [2020-10-02T16:51:40.086Z] prd-centos7-docker-4c-2g-3043 does not seem to be running inside a container [2020-10-02T16:51:40.138Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/159 -v /w/workspace/edgex-go/159:/w/workspace/edgex-go/159:rw,z -v /w/workspace/edgex-go/159@tmp:/w/workspace/edgex-go/159@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-02T16:51:40.834Z] $ docker top dd65936e8c590c590ad712f3696763bc48c0e90cd38a2d6a889388325738f68f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-02T16:51:41.446Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go:4c1a6d2ffbdc3154b41bea1622b22c22abf998aa [2020-10-02T16:51:41.446Z] + tee [2020-10-02T16:51:41.446Z] clair timeout 1m0s [2020-10-02T16:51:41.446Z] docker timeout: 1m0s [2020-10-02T16:51:41.446Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-02T16:51:42.122Z] $ docker stop --time=1 dd65936e8c590c590ad712f3696763bc48c0e90cd38a2d6a889388325738f68f [2020-10-02T16:51:43.502Z] $ docker rm -f dd65936e8c590c590ad712f3696763bc48c0e90cd38a2d6a889388325738f68f [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-02T16:51:44.034Z] + mkdir -p /w/workspace/edgex-go/159/clair-reports [Pipeline] echo [2020-10-02T16:51:44.047Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/159/clair-reports/clair_results_docker-core-metadata-go_4c1a6d2ffbdc3154b41bea1622b22c22abf998aa.html [Pipeline] writeFile [Pipeline] step [2020-10-02T16:51:44.104Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:51:44.456Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-02T16:51:44.456Z] . [Pipeline] withDockerContainer [2020-10-02T16:51:44.572Z] prd-centos7-docker-4c-2g-3043 does not seem to be running inside a container [2020-10-02T16:51:44.667Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/159 -v /w/workspace/edgex-go/159:/w/workspace/edgex-go/159:rw,z -v /w/workspace/edgex-go/159@tmp:/w/workspace/edgex-go/159@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-02T16:51:45.392Z] $ docker top 3ac6a85500afba69d8b21553ebfc68e4b5c440e2ef0c0d20ecca37c2607ec7da -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-02T16:51:45.967Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:4c1a6d2ffbdc3154b41bea1622b22c22abf998aa [2020-10-02T16:51:45.967Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-02T16:51:50.379Z] $ docker stop --time=1 3ac6a85500afba69d8b21553ebfc68e4b5c440e2ef0c0d20ecca37c2607ec7da [2020-10-02T16:51:51.774Z] $ docker rm -f 3ac6a85500afba69d8b21553ebfc68e4b5c440e2ef0c0d20ecca37c2607ec7da [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:51:52.269Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-02T16:51:52.269Z] . [Pipeline] withDockerContainer [2020-10-02T16:51:52.371Z] prd-centos7-docker-4c-2g-3043 does not seem to be running inside a container [2020-10-02T16:51:52.418Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/159 -v /w/workspace/edgex-go/159:/w/workspace/edgex-go/159:rw,z -v /w/workspace/edgex-go/159@tmp:/w/workspace/edgex-go/159@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-02T16:51:53.140Z] $ docker top 7916eee59c6471982560d0a5f41f81c198c8d242e6c1001103ae32c88f2c1992 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-02T16:51:53.673Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:4c1a6d2ffbdc3154b41bea1622b22c22abf998aa [2020-10-02T16:51:53.674Z] + tee [2020-10-02T16:51:53.674Z] clair timeout 1m0s [2020-10-02T16:51:53.674Z] docker timeout: 1m0s [2020-10-02T16:51:53.674Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-02T16:51:54.725Z] $ docker stop --time=1 7916eee59c6471982560d0a5f41f81c198c8d242e6c1001103ae32c88f2c1992 [2020-10-02T16:51:56.107Z] $ docker rm -f 7916eee59c6471982560d0a5f41f81c198c8d242e6c1001103ae32c88f2c1992 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-02T16:51:56.626Z] + mkdir -p /w/workspace/edgex-go/159/clair-reports [Pipeline] echo [2020-10-02T16:51:56.640Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/159/clair-reports/clair_results_docker-security-proxy-setup-go_4c1a6d2ffbdc3154b41bea1622b22c22abf998aa.html [Pipeline] writeFile [Pipeline] step [2020-10-02T16:51:56.700Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:51:57.044Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-02T16:51:57.044Z] . [Pipeline] withDockerContainer [2020-10-02T16:51:57.154Z] prd-centos7-docker-4c-2g-3043 does not seem to be running inside a container [2020-10-02T16:51:57.246Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/159 -v /w/workspace/edgex-go/159:/w/workspace/edgex-go/159:rw,z -v /w/workspace/edgex-go/159@tmp:/w/workspace/edgex-go/159@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-02T16:51:58.018Z] $ docker top 8e4668262e4c80da890155ff1e9792d680f6ac62fb95bd3a4f98c3cb86cc99b8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-02T16:51:58.578Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:4c1a6d2ffbdc3154b41bea1622b22c22abf998aa [2020-10-02T16:51:58.578Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-02T16:52:06.934Z] $ docker stop --time=1 8e4668262e4c80da890155ff1e9792d680f6ac62fb95bd3a4f98c3cb86cc99b8 [2020-10-02T16:52:08.339Z] $ docker rm -f 8e4668262e4c80da890155ff1e9792d680f6ac62fb95bd3a4f98c3cb86cc99b8 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:52:08.812Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-02T16:52:08.812Z] . [Pipeline] withDockerContainer [2020-10-02T16:52:08.924Z] prd-centos7-docker-4c-2g-3043 does not seem to be running inside a container [2020-10-02T16:52:08.977Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/159 -v /w/workspace/edgex-go/159:/w/workspace/edgex-go/159:rw,z -v /w/workspace/edgex-go/159@tmp:/w/workspace/edgex-go/159@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-02T16:52:09.628Z] $ docker top eff06b59c12253dffb2c4cedfcef7214ad99bbb086dcf779e3fb303d5194c564 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-02T16:52:10.165Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:4c1a6d2ffbdc3154b41bea1622b22c22abf998aa [2020-10-02T16:52:10.165Z] + tee [2020-10-02T16:52:10.165Z] clair timeout 1m0s [2020-10-02T16:52:10.165Z] docker timeout: 1m0s [2020-10-02T16:52:10.165Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-02T16:52:11.666Z] $ docker stop --time=1 eff06b59c12253dffb2c4cedfcef7214ad99bbb086dcf779e3fb303d5194c564 [2020-10-02T16:52:13.073Z] $ docker rm -f eff06b59c12253dffb2c4cedfcef7214ad99bbb086dcf779e3fb303d5194c564 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-02T16:52:13.559Z] + mkdir -p /w/workspace/edgex-go/159/clair-reports [Pipeline] echo [2020-10-02T16:52:13.572Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/159/clair-reports/clair_results_docker-security-secrets-setup-go_4c1a6d2ffbdc3154b41bea1622b22c22abf998aa.html [Pipeline] writeFile [Pipeline] step [2020-10-02T16:52:13.627Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:52:13.980Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-02T16:52:13.980Z] . [Pipeline] withDockerContainer [2020-10-02T16:52:14.102Z] prd-centos7-docker-4c-2g-3043 does not seem to be running inside a container [2020-10-02T16:52:14.153Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/159 -v /w/workspace/edgex-go/159:/w/workspace/edgex-go/159:rw,z -v /w/workspace/edgex-go/159@tmp:/w/workspace/edgex-go/159@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-02T16:52:14.916Z] $ docker top 39afe402fd80e574819408f48b8d7b320b771ff714b5dd835be07f8923d346b7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-02T16:52:15.530Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:4c1a6d2ffbdc3154b41bea1622b22c22abf998aa [2020-10-02T16:52:15.530Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-02T16:52:23.860Z] $ docker stop --time=1 39afe402fd80e574819408f48b8d7b320b771ff714b5dd835be07f8923d346b7 [2020-10-02T16:52:25.630Z] $ docker rm -f 39afe402fd80e574819408f48b8d7b320b771ff714b5dd835be07f8923d346b7 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:52:26.204Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-02T16:52:26.204Z] . [Pipeline] withDockerContainer [2020-10-02T16:52:26.309Z] prd-centos7-docker-4c-2g-3043 does not seem to be running inside a container [2020-10-02T16:52:26.365Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/159 -v /w/workspace/edgex-go/159:/w/workspace/edgex-go/159:rw,z -v /w/workspace/edgex-go/159@tmp:/w/workspace/edgex-go/159@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-02T16:52:27.097Z] $ docker top 39e4080d59f0b8b10249fa1c08cef964afb73b963389bb69a9647e544dfa0150 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-02T16:52:27.651Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:4c1a6d2ffbdc3154b41bea1622b22c22abf998aa [2020-10-02T16:52:27.651Z] + tee [2020-10-02T16:52:27.651Z] clair timeout 1m0s [2020-10-02T16:52:27.651Z] docker timeout: 1m0s [2020-10-02T16:52:27.651Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-02T16:52:29.145Z] $ docker stop --time=1 39e4080d59f0b8b10249fa1c08cef964afb73b963389bb69a9647e544dfa0150 [2020-10-02T16:52:30.525Z] $ docker rm -f 39e4080d59f0b8b10249fa1c08cef964afb73b963389bb69a9647e544dfa0150 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-02T16:52:31.038Z] + mkdir -p /w/workspace/edgex-go/159/clair-reports [Pipeline] echo [2020-10-02T16:52:31.053Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/159/clair-reports/clair_results_docker-security-secretstore-setup-go_4c1a6d2ffbdc3154b41bea1622b22c22abf998aa.html [Pipeline] writeFile [Pipeline] step [2020-10-02T16:52:31.112Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:52:31.456Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-02T16:52:31.457Z] . [Pipeline] withDockerContainer [2020-10-02T16:52:31.565Z] prd-centos7-docker-4c-2g-3043 does not seem to be running inside a container [2020-10-02T16:52:31.616Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/159 -v /w/workspace/edgex-go/159:/w/workspace/edgex-go/159:rw,z -v /w/workspace/edgex-go/159@tmp:/w/workspace/edgex-go/159@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-02T16:52:32.286Z] $ docker top 8261202b02712227039f721b53abbffa7dd8b58023720a71c0000f93a5a28d15 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-02T16:52:32.845Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go:4c1a6d2ffbdc3154b41bea1622b22c22abf998aa [2020-10-02T16:52:32.845Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-02T16:52:36.331Z] $ docker stop --time=1 8261202b02712227039f721b53abbffa7dd8b58023720a71c0000f93a5a28d15 [2020-10-02T16:52:37.695Z] $ docker rm -f 8261202b02712227039f721b53abbffa7dd8b58023720a71c0000f93a5a28d15 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:52:38.209Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-02T16:52:38.209Z] . [Pipeline] withDockerContainer [2020-10-02T16:52:38.394Z] prd-centos7-docker-4c-2g-3043 does not seem to be running inside a container [2020-10-02T16:52:38.445Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/159 -v /w/workspace/edgex-go/159:/w/workspace/edgex-go/159:rw,z -v /w/workspace/edgex-go/159@tmp:/w/workspace/edgex-go/159@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-02T16:52:39.160Z] $ docker top dda2bf6029e8b37988f5aaeac0a0c63205a0183976a21f80f1fb1360161bf133 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-02T16:52:39.730Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go:4c1a6d2ffbdc3154b41bea1622b22c22abf998aa [2020-10-02T16:52:39.730Z] + tee [2020-10-02T16:52:39.730Z] clair timeout 1m0s [2020-10-02T16:52:39.730Z] docker timeout: 1m0s [2020-10-02T16:52:39.730Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-02T16:52:40.450Z] $ docker stop --time=1 dda2bf6029e8b37988f5aaeac0a0c63205a0183976a21f80f1fb1360161bf133 [2020-10-02T16:52:41.883Z] $ docker rm -f dda2bf6029e8b37988f5aaeac0a0c63205a0183976a21f80f1fb1360161bf133 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-02T16:52:42.406Z] + mkdir -p /w/workspace/edgex-go/159/clair-reports [Pipeline] echo [2020-10-02T16:52:42.419Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/159/clair-reports/clair_results_docker-support-logging-go_4c1a6d2ffbdc3154b41bea1622b22c22abf998aa.html [Pipeline] writeFile [Pipeline] step [2020-10-02T16:52:42.477Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:52:42.828Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-02T16:52:42.828Z] . [Pipeline] withDockerContainer [2020-10-02T16:52:42.935Z] prd-centos7-docker-4c-2g-3043 does not seem to be running inside a container [2020-10-02T16:52:42.989Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/159 -v /w/workspace/edgex-go/159:/w/workspace/edgex-go/159:rw,z -v /w/workspace/edgex-go/159@tmp:/w/workspace/edgex-go/159@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-02T16:52:43.703Z] $ docker top 7a7f94f7bf6d468a318a79b77b78ec77c153f94f9a1adcde27ed9a2acc28f261 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-02T16:52:44.293Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go:4c1a6d2ffbdc3154b41bea1622b22c22abf998aa [2020-10-02T16:52:44.293Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-02T16:52:49.818Z] $ docker stop --time=1 7a7f94f7bf6d468a318a79b77b78ec77c153f94f9a1adcde27ed9a2acc28f261 [2020-10-02T16:52:51.177Z] $ docker rm -f 7a7f94f7bf6d468a318a79b77b78ec77c153f94f9a1adcde27ed9a2acc28f261 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:52:51.661Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-02T16:52:51.661Z] . [Pipeline] withDockerContainer [2020-10-02T16:52:51.768Z] prd-centos7-docker-4c-2g-3043 does not seem to be running inside a container [2020-10-02T16:52:51.839Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/159 -v /w/workspace/edgex-go/159:/w/workspace/edgex-go/159:rw,z -v /w/workspace/edgex-go/159@tmp:/w/workspace/edgex-go/159@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-02T16:52:52.546Z] $ docker top 4cb1893482f7fcf2e589e839f6f32b4cdad2285fd0b4ac524038f9e84494a765 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-02T16:52:53.103Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go:4c1a6d2ffbdc3154b41bea1622b22c22abf998aa [2020-10-02T16:52:53.103Z] + tee [2020-10-02T16:52:53.103Z] clair timeout 1m0s [2020-10-02T16:52:53.103Z] docker timeout: 1m0s [2020-10-02T16:52:53.103Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-02T16:52:54.149Z] $ docker stop --time=1 4cb1893482f7fcf2e589e839f6f32b4cdad2285fd0b4ac524038f9e84494a765 [2020-10-02T16:52:55.821Z] $ docker rm -f 4cb1893482f7fcf2e589e839f6f32b4cdad2285fd0b4ac524038f9e84494a765 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-02T16:52:56.327Z] + mkdir -p /w/workspace/edgex-go/159/clair-reports [Pipeline] echo [2020-10-02T16:52:56.344Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/159/clair-reports/clair_results_docker-support-notifications-go_4c1a6d2ffbdc3154b41bea1622b22c22abf998aa.html [Pipeline] writeFile [Pipeline] step [2020-10-02T16:52:56.535Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:52:56.892Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-02T16:52:56.892Z] . [Pipeline] withDockerContainer [2020-10-02T16:52:56.995Z] prd-centos7-docker-4c-2g-3043 does not seem to be running inside a container [2020-10-02T16:52:57.038Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/159 -v /w/workspace/edgex-go/159:/w/workspace/edgex-go/159:rw,z -v /w/workspace/edgex-go/159@tmp:/w/workspace/edgex-go/159@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-02T16:52:57.833Z] $ docker top 5788607859e799468dc79014e50b5fc8580e450d6f4e2f634343f8d602bcc8ef -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-02T16:52:58.385Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:4c1a6d2ffbdc3154b41bea1622b22c22abf998aa [2020-10-02T16:52:58.385Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-02T16:53:01.116Z] $ docker stop --time=1 5788607859e799468dc79014e50b5fc8580e450d6f4e2f634343f8d602bcc8ef [2020-10-02T16:53:02.492Z] $ docker rm -f 5788607859e799468dc79014e50b5fc8580e450d6f4e2f634343f8d602bcc8ef [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:53:02.975Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-02T16:53:02.975Z] . [Pipeline] withDockerContainer [2020-10-02T16:53:03.078Z] prd-centos7-docker-4c-2g-3043 does not seem to be running inside a container [2020-10-02T16:53:03.127Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/159 -v /w/workspace/edgex-go/159:/w/workspace/edgex-go/159:rw,z -v /w/workspace/edgex-go/159@tmp:/w/workspace/edgex-go/159@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-02T16:53:03.871Z] $ docker top 025ebf0992c454ea8391199d8025a364690e505f6dfc321deba72762178e795f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-02T16:53:04.500Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:4c1a6d2ffbdc3154b41bea1622b22c22abf998aa [2020-10-02T16:53:04.500Z] + tee [2020-10-02T16:53:04.500Z] clair timeout 1m0s [2020-10-02T16:53:04.500Z] docker timeout: 1m0s [2020-10-02T16:53:04.500Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-02T16:53:05.191Z] $ docker stop --time=1 025ebf0992c454ea8391199d8025a364690e505f6dfc321deba72762178e795f [2020-10-02T16:53:06.562Z] $ docker rm -f 025ebf0992c454ea8391199d8025a364690e505f6dfc321deba72762178e795f [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-02T16:53:07.145Z] + mkdir -p /w/workspace/edgex-go/159/clair-reports [Pipeline] echo [2020-10-02T16:53:07.158Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/159/clair-reports/clair_results_docker-support-scheduler-go_4c1a6d2ffbdc3154b41bea1622b22c22abf998aa.html [Pipeline] writeFile [Pipeline] step [2020-10-02T16:53:07.216Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:53:07.560Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-02T16:53:07.560Z] . [Pipeline] withDockerContainer [2020-10-02T16:53:07.663Z] prd-centos7-docker-4c-2g-3043 does not seem to be running inside a container [2020-10-02T16:53:07.710Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/159 -v /w/workspace/edgex-go/159:/w/workspace/edgex-go/159:rw,z -v /w/workspace/edgex-go/159@tmp:/w/workspace/edgex-go/159@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-02T16:53:08.426Z] $ docker top d1cb90e801b33c4b5dd602b4a77af9c324ffe1742693d33f8fec2fd5699da5b9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-02T16:53:08.981Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:4c1a6d2ffbdc3154b41bea1622b22c22abf998aa [2020-10-02T16:53:08.981Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-02T16:53:24.131Z] $ docker stop --time=1 d1cb90e801b33c4b5dd602b4a77af9c324ffe1742693d33f8fec2fd5699da5b9 [2020-10-02T16:53:25.971Z] $ docker rm -f d1cb90e801b33c4b5dd602b4a77af9c324ffe1742693d33f8fec2fd5699da5b9 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:53:26.519Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-02T16:53:26.519Z] . [Pipeline] withDockerContainer [2020-10-02T16:53:26.653Z] prd-centos7-docker-4c-2g-3043 does not seem to be running inside a container [2020-10-02T16:53:26.731Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/159 -v /w/workspace/edgex-go/159:/w/workspace/edgex-go/159:rw,z -v /w/workspace/edgex-go/159@tmp:/w/workspace/edgex-go/159@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-02T16:53:27.423Z] $ docker top d72402fc830b2baceb959450b7c95872ca019908a1c6fca18d32e9196e42d31a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-02T16:53:28.004Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:4c1a6d2ffbdc3154b41bea1622b22c22abf998aa [2020-10-02T16:53:28.004Z] + tee [2020-10-02T16:53:28.004Z] clair timeout 1m0s [2020-10-02T16:53:28.004Z] docker timeout: 1m0s [2020-10-02T16:53:28.004Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-02T16:53:29.581Z] $ docker stop --time=1 d72402fc830b2baceb959450b7c95872ca019908a1c6fca18d32e9196e42d31a [2020-10-02T16:53:30.981Z] $ docker rm -f d72402fc830b2baceb959450b7c95872ca019908a1c6fca18d32e9196e42d31a [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-02T16:53:31.535Z] + mkdir -p /w/workspace/edgex-go/159/clair-reports [Pipeline] echo [2020-10-02T16:53:31.632Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/159/clair-reports/clair_results_docker-sys-mgmt-agent-go_4c1a6d2ffbdc3154b41bea1622b22c22abf998aa.html [Pipeline] writeFile [Pipeline] step [2020-10-02T16:53:31.738Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:53:32.128Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-02T16:53:32.128Z] . [Pipeline] withDockerContainer [2020-10-02T16:53:32.243Z] prd-centos7-docker-4c-2g-3043 does not seem to be running inside a container [2020-10-02T16:53:32.316Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/159 -v /w/workspace/edgex-go/159:/w/workspace/edgex-go/159:rw,z -v /w/workspace/edgex-go/159@tmp:/w/workspace/edgex-go/159@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-02T16:53:33.043Z] $ docker top e34cd81b10556eeaf82b998b646c92f7b8c6febfefdfb7394ec37d6841ad0676 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-02T16:53:33.666Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:4c1a6d2ffbdc3154b41bea1622b22c22abf998aa [2020-10-02T16:53:33.666Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-02T16:53:36.397Z] $ docker stop --time=1 e34cd81b10556eeaf82b998b646c92f7b8c6febfefdfb7394ec37d6841ad0676 [2020-10-02T16:53:37.764Z] $ docker rm -f e34cd81b10556eeaf82b998b646c92f7b8c6febfefdfb7394ec37d6841ad0676 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:53:38.265Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-02T16:53:38.265Z] . [Pipeline] withDockerContainer [2020-10-02T16:53:38.369Z] prd-centos7-docker-4c-2g-3043 does not seem to be running inside a container [2020-10-02T16:53:38.417Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/159 -v /w/workspace/edgex-go/159:/w/workspace/edgex-go/159:rw,z -v /w/workspace/edgex-go/159@tmp:/w/workspace/edgex-go/159@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-02T16:53:39.130Z] $ docker top f79b86467eb93ff797b54c6d6418236cb6b601a3cf7a3e2cd8f2be87570a95ac -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-02T16:53:39.715Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:4c1a6d2ffbdc3154b41bea1622b22c22abf998aa [2020-10-02T16:53:39.715Z] + tee [2020-10-02T16:53:39.715Z] clair timeout 1m0s [2020-10-02T16:53:39.715Z] docker timeout: 1m0s [2020-10-02T16:53:39.715Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-02T16:53:40.447Z] $ docker stop --time=1 f79b86467eb93ff797b54c6d6418236cb6b601a3cf7a3e2cd8f2be87570a95ac [2020-10-02T16:53:41.844Z] $ docker rm -f f79b86467eb93ff797b54c6d6418236cb6b601a3cf7a3e2cd8f2be87570a95ac [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-02T16:53:42.384Z] + mkdir -p /w/workspace/edgex-go/159/clair-reports [Pipeline] echo [2020-10-02T16:53:42.408Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/159/clair-reports/clair_results_docker-core-command-go-arm64_4c1a6d2ffbdc3154b41bea1622b22c22abf998aa.html [Pipeline] writeFile [Pipeline] step [2020-10-02T16:53:42.483Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:53:42.999Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-02T16:53:42.999Z] . [Pipeline] withDockerContainer [2020-10-02T16:53:43.274Z] prd-centos7-docker-4c-2g-3043 does not seem to be running inside a container [2020-10-02T16:53:43.323Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/159 -v /w/workspace/edgex-go/159:/w/workspace/edgex-go/159:rw,z -v /w/workspace/edgex-go/159@tmp:/w/workspace/edgex-go/159@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-02T16:53:44.007Z] $ docker top 7142a98f11ef256c657f460d08e60b305e66d4da33d001199da7d8953fcf028b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-02T16:53:44.704Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:4c1a6d2ffbdc3154b41bea1622b22c22abf998aa [2020-10-02T16:53:44.704Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-02T16:53:49.956Z] $ docker stop --time=1 7142a98f11ef256c657f460d08e60b305e66d4da33d001199da7d8953fcf028b [2020-10-02T16:53:51.358Z] $ docker rm -f 7142a98f11ef256c657f460d08e60b305e66d4da33d001199da7d8953fcf028b [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:53:51.900Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-02T16:53:51.900Z] . [Pipeline] withDockerContainer [2020-10-02T16:53:52.039Z] prd-centos7-docker-4c-2g-3043 does not seem to be running inside a container [2020-10-02T16:53:52.129Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/159 -v /w/workspace/edgex-go/159:/w/workspace/edgex-go/159:rw,z -v /w/workspace/edgex-go/159@tmp:/w/workspace/edgex-go/159@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-02T16:53:52.895Z] $ docker top 26083ed60a4abdc1ff279b39739b7a97e60fce4542d9e071e03907f8714a59f9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-02T16:53:53.509Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:4c1a6d2ffbdc3154b41bea1622b22c22abf998aa [2020-10-02T16:53:53.510Z] + tee [2020-10-02T16:53:53.510Z] clair timeout 1m0s [2020-10-02T16:53:53.510Z] docker timeout: 1m0s [2020-10-02T16:53:53.510Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-02T16:53:54.675Z] $ docker stop --time=1 26083ed60a4abdc1ff279b39739b7a97e60fce4542d9e071e03907f8714a59f9 [2020-10-02T16:53:56.139Z] $ docker rm -f 26083ed60a4abdc1ff279b39739b7a97e60fce4542d9e071e03907f8714a59f9 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-02T16:53:56.680Z] + mkdir -p /w/workspace/edgex-go/159/clair-reports [Pipeline] echo [2020-10-02T16:53:56.695Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/159/clair-reports/clair_results_docker-core-data-go-arm64_4c1a6d2ffbdc3154b41bea1622b22c22abf998aa.html [Pipeline] writeFile [Pipeline] step [2020-10-02T16:53:56.753Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:53:57.115Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-02T16:53:57.115Z] . [Pipeline] withDockerContainer [2020-10-02T16:53:57.239Z] prd-centos7-docker-4c-2g-3043 does not seem to be running inside a container [2020-10-02T16:53:57.335Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/159 -v /w/workspace/edgex-go/159:/w/workspace/edgex-go/159:rw,z -v /w/workspace/edgex-go/159@tmp:/w/workspace/edgex-go/159@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-02T16:53:58.098Z] $ docker top e66458cfadbc8be9aba8bed397ad973e47074396b80bb55de8458772f844c035 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-02T16:53:58.661Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:4c1a6d2ffbdc3154b41bea1622b22c22abf998aa [2020-10-02T16:53:58.661Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-02T16:54:01.405Z] $ docker stop --time=1 e66458cfadbc8be9aba8bed397ad973e47074396b80bb55de8458772f844c035 [2020-10-02T16:54:02.793Z] $ docker rm -f e66458cfadbc8be9aba8bed397ad973e47074396b80bb55de8458772f844c035 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:54:03.277Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-02T16:54:03.277Z] . [Pipeline] withDockerContainer [2020-10-02T16:54:03.376Z] prd-centos7-docker-4c-2g-3043 does not seem to be running inside a container [2020-10-02T16:54:03.423Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/159 -v /w/workspace/edgex-go/159:/w/workspace/edgex-go/159:rw,z -v /w/workspace/edgex-go/159@tmp:/w/workspace/edgex-go/159@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-02T16:54:04.125Z] $ docker top 1a1d44c58d4701e84789040cd13097a50744b53e2fb0497d4a0743b1be2d3071 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-02T16:54:04.713Z] + tee [2020-10-02T16:54:04.713Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:4c1a6d2ffbdc3154b41bea1622b22c22abf998aa [2020-10-02T16:54:04.713Z] clair timeout 1m0s [2020-10-02T16:54:04.713Z] docker timeout: 1m0s [2020-10-02T16:54:04.713Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-02T16:54:05.428Z] $ docker stop --time=1 1a1d44c58d4701e84789040cd13097a50744b53e2fb0497d4a0743b1be2d3071 [2020-10-02T16:54:06.801Z] $ docker rm -f 1a1d44c58d4701e84789040cd13097a50744b53e2fb0497d4a0743b1be2d3071 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-02T16:54:07.312Z] + mkdir -p /w/workspace/edgex-go/159/clair-reports [Pipeline] echo [2020-10-02T16:54:07.325Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/159/clair-reports/clair_results_docker-core-metadata-go-arm64_4c1a6d2ffbdc3154b41bea1622b22c22abf998aa.html [Pipeline] writeFile [Pipeline] step [2020-10-02T16:54:07.393Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:54:07.741Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-02T16:54:07.741Z] . [Pipeline] withDockerContainer [2020-10-02T16:54:07.901Z] prd-centos7-docker-4c-2g-3043 does not seem to be running inside a container [2020-10-02T16:54:07.950Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/159 -v /w/workspace/edgex-go/159:/w/workspace/edgex-go/159:rw,z -v /w/workspace/edgex-go/159@tmp:/w/workspace/edgex-go/159@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-02T16:54:08.665Z] $ docker top 5d9feceede5a856ed281f5ad73fa5e2c1a5d004d8da30d09da1d49b3a5eb34a6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-02T16:54:09.217Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:4c1a6d2ffbdc3154b41bea1622b22c22abf998aa [2020-10-02T16:54:09.217Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-02T16:54:13.611Z] $ docker stop --time=1 5d9feceede5a856ed281f5ad73fa5e2c1a5d004d8da30d09da1d49b3a5eb34a6 [2020-10-02T16:54:15.013Z] $ docker rm -f 5d9feceede5a856ed281f5ad73fa5e2c1a5d004d8da30d09da1d49b3a5eb34a6 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:54:15.515Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-02T16:54:15.515Z] . [Pipeline] withDockerContainer [2020-10-02T16:54:15.630Z] prd-centos7-docker-4c-2g-3043 does not seem to be running inside a container [2020-10-02T16:54:15.676Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/159 -v /w/workspace/edgex-go/159:/w/workspace/edgex-go/159:rw,z -v /w/workspace/edgex-go/159@tmp:/w/workspace/edgex-go/159@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-02T16:54:16.428Z] $ docker top 4a93a48ca3d8d78e486c42feb891bde6b97f05026610f43a7cd59273be72aa6a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-02T16:54:17.021Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:4c1a6d2ffbdc3154b41bea1622b22c22abf998aa [2020-10-02T16:54:17.021Z] + tee [2020-10-02T16:54:17.021Z] clair timeout 1m0s [2020-10-02T16:54:17.021Z] docker timeout: 1m0s [2020-10-02T16:54:17.021Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-02T16:54:18.088Z] $ docker stop --time=1 4a93a48ca3d8d78e486c42feb891bde6b97f05026610f43a7cd59273be72aa6a [2020-10-02T16:54:19.456Z] $ docker rm -f 4a93a48ca3d8d78e486c42feb891bde6b97f05026610f43a7cd59273be72aa6a [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-02T16:54:19.930Z] + mkdir -p /w/workspace/edgex-go/159/clair-reports [Pipeline] echo [2020-10-02T16:54:19.944Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/159/clair-reports/clair_results_docker-security-proxy-setup-go-arm64_4c1a6d2ffbdc3154b41bea1622b22c22abf998aa.html [Pipeline] writeFile [Pipeline] step [2020-10-02T16:54:19.996Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:54:20.376Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-02T16:54:20.376Z] . [Pipeline] withDockerContainer [2020-10-02T16:54:20.497Z] prd-centos7-docker-4c-2g-3043 does not seem to be running inside a container [2020-10-02T16:54:20.545Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/159 -v /w/workspace/edgex-go/159:/w/workspace/edgex-go/159:rw,z -v /w/workspace/edgex-go/159@tmp:/w/workspace/edgex-go/159@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-02T16:54:21.235Z] $ docker top aed62281806a3d588a2b9ec79ca043d175383324e43b242df94676bcfba6e037 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-02T16:54:21.802Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:4c1a6d2ffbdc3154b41bea1622b22c22abf998aa [2020-10-02T16:54:21.802Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-02T16:54:28.557Z] $ docker stop --time=1 aed62281806a3d588a2b9ec79ca043d175383324e43b242df94676bcfba6e037 [2020-10-02T16:54:29.957Z] $ docker rm -f aed62281806a3d588a2b9ec79ca043d175383324e43b242df94676bcfba6e037 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:54:30.491Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-02T16:54:30.491Z] . [Pipeline] withDockerContainer [2020-10-02T16:54:30.598Z] prd-centos7-docker-4c-2g-3043 does not seem to be running inside a container [2020-10-02T16:54:30.701Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/159 -v /w/workspace/edgex-go/159:/w/workspace/edgex-go/159:rw,z -v /w/workspace/edgex-go/159@tmp:/w/workspace/edgex-go/159@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-02T16:54:31.468Z] $ docker top fcebf0f72c32f0b650a2491c9dce545727e9b63e0d9234824e300a4bb229b0e5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-02T16:54:32.037Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:4c1a6d2ffbdc3154b41bea1622b22c22abf998aa [2020-10-02T16:54:32.037Z] + tee [2020-10-02T16:54:32.037Z] clair timeout 1m0s [2020-10-02T16:54:32.037Z] docker timeout: 1m0s [2020-10-02T16:54:32.037Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-02T16:54:33.608Z] $ docker stop --time=1 fcebf0f72c32f0b650a2491c9dce545727e9b63e0d9234824e300a4bb229b0e5 [2020-10-02T16:54:34.994Z] $ docker rm -f fcebf0f72c32f0b650a2491c9dce545727e9b63e0d9234824e300a4bb229b0e5 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-02T16:54:35.511Z] + mkdir -p /w/workspace/edgex-go/159/clair-reports [Pipeline] echo [2020-10-02T16:54:35.525Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/159/clair-reports/clair_results_docker-security-secrets-setup-go-arm64_4c1a6d2ffbdc3154b41bea1622b22c22abf998aa.html [Pipeline] writeFile [Pipeline] step [2020-10-02T16:54:35.584Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:54:35.929Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-02T16:54:35.929Z] . [Pipeline] withDockerContainer [2020-10-02T16:54:36.033Z] prd-centos7-docker-4c-2g-3043 does not seem to be running inside a container [2020-10-02T16:54:36.083Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/159 -v /w/workspace/edgex-go/159:/w/workspace/edgex-go/159:rw,z -v /w/workspace/edgex-go/159@tmp:/w/workspace/edgex-go/159@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-02T16:54:36.747Z] $ docker top 9ac90c81adec9df19069b4bd9f6aa402c647a25dc823cffb40c518039b232372 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-02T16:54:37.290Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:4c1a6d2ffbdc3154b41bea1622b22c22abf998aa [2020-10-02T16:54:37.290Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-02T16:54:45.624Z] $ docker stop --time=1 9ac90c81adec9df19069b4bd9f6aa402c647a25dc823cffb40c518039b232372 [2020-10-02T16:54:47.009Z] $ docker rm -f 9ac90c81adec9df19069b4bd9f6aa402c647a25dc823cffb40c518039b232372 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:54:47.529Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-02T16:54:47.529Z] . [Pipeline] withDockerContainer [2020-10-02T16:54:47.640Z] prd-centos7-docker-4c-2g-3043 does not seem to be running inside a container [2020-10-02T16:54:47.683Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/159 -v /w/workspace/edgex-go/159:/w/workspace/edgex-go/159:rw,z -v /w/workspace/edgex-go/159@tmp:/w/workspace/edgex-go/159@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-02T16:54:48.391Z] $ docker top 4fc417968b320e38f77b1592d64d2f0c1e0d1f88166a15e567477721ca6ad7c0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-02T16:54:48.949Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:4c1a6d2ffbdc3154b41bea1622b22c22abf998aa [2020-10-02T16:54:48.950Z] + tee [2020-10-02T16:54:48.950Z] clair timeout 1m0s [2020-10-02T16:54:48.950Z] docker timeout: 1m0s [2020-10-02T16:54:48.950Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-02T16:54:50.538Z] $ docker stop --time=1 4fc417968b320e38f77b1592d64d2f0c1e0d1f88166a15e567477721ca6ad7c0 [2020-10-02T16:54:51.927Z] $ docker rm -f 4fc417968b320e38f77b1592d64d2f0c1e0d1f88166a15e567477721ca6ad7c0 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-02T16:54:52.443Z] + mkdir -p /w/workspace/edgex-go/159/clair-reports [Pipeline] echo [2020-10-02T16:54:52.457Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/159/clair-reports/clair_results_docker-security-secretstore-setup-go-arm64_4c1a6d2ffbdc3154b41bea1622b22c22abf998aa.html [Pipeline] writeFile [Pipeline] step [2020-10-02T16:54:52.529Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:54:52.880Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-02T16:54:52.880Z] . [Pipeline] withDockerContainer [2020-10-02T16:54:52.983Z] prd-centos7-docker-4c-2g-3043 does not seem to be running inside a container [2020-10-02T16:54:53.039Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/159 -v /w/workspace/edgex-go/159:/w/workspace/edgex-go/159:rw,z -v /w/workspace/edgex-go/159@tmp:/w/workspace/edgex-go/159@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-02T16:54:53.856Z] $ docker top fdefdd0e8d564f7421c561f1a57525118d7f85ffba8634b89479cff3da1dd9be -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-02T16:54:54.519Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:4c1a6d2ffbdc3154b41bea1622b22c22abf998aa [2020-10-02T16:54:54.519Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-02T16:54:58.047Z] $ docker stop --time=1 fdefdd0e8d564f7421c561f1a57525118d7f85ffba8634b89479cff3da1dd9be [2020-10-02T16:54:59.457Z] $ docker rm -f fdefdd0e8d564f7421c561f1a57525118d7f85ffba8634b89479cff3da1dd9be [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:54:59.931Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-02T16:54:59.931Z] . [Pipeline] withDockerContainer [2020-10-02T16:55:00.037Z] prd-centos7-docker-4c-2g-3043 does not seem to be running inside a container [2020-10-02T16:55:00.085Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/159 -v /w/workspace/edgex-go/159:/w/workspace/edgex-go/159:rw,z -v /w/workspace/edgex-go/159@tmp:/w/workspace/edgex-go/159@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-02T16:55:00.749Z] $ docker top 24c8069ac04a5015827337ab95abc7e91272715d3cb070aafba254d48bc44030 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-02T16:55:01.303Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:4c1a6d2ffbdc3154b41bea1622b22c22abf998aa+ [2020-10-02T16:55:01.303Z] tee [2020-10-02T16:55:01.303Z] clair timeout 1m0s [2020-10-02T16:55:01.303Z] docker timeout: 1m0s [2020-10-02T16:55:01.303Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-02T16:55:02.000Z] $ docker stop --time=1 24c8069ac04a5015827337ab95abc7e91272715d3cb070aafba254d48bc44030 [2020-10-02T16:55:03.416Z] $ docker rm -f 24c8069ac04a5015827337ab95abc7e91272715d3cb070aafba254d48bc44030 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-02T16:55:03.904Z] + mkdir -p /w/workspace/edgex-go/159/clair-reports [Pipeline] echo [2020-10-02T16:55:03.918Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/159/clair-reports/clair_results_docker-support-logging-go-arm64_4c1a6d2ffbdc3154b41bea1622b22c22abf998aa.html [Pipeline] writeFile [Pipeline] step [2020-10-02T16:55:03.984Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:55:04.335Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-02T16:55:04.335Z] . [Pipeline] withDockerContainer [2020-10-02T16:55:04.441Z] prd-centos7-docker-4c-2g-3043 does not seem to be running inside a container [2020-10-02T16:55:04.485Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/159 -v /w/workspace/edgex-go/159:/w/workspace/edgex-go/159:rw,z -v /w/workspace/edgex-go/159@tmp:/w/workspace/edgex-go/159@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-02T16:55:05.279Z] $ docker top 0b27421fc21489c072adbe534a7cedcde625c0626f8bd0f4644148ed599ccd9f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-02T16:55:05.894Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:4c1a6d2ffbdc3154b41bea1622b22c22abf998aa [2020-10-02T16:55:05.894Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-02T16:55:11.382Z] $ docker stop --time=1 0b27421fc21489c072adbe534a7cedcde625c0626f8bd0f4644148ed599ccd9f [2020-10-02T16:55:12.828Z] $ docker rm -f 0b27421fc21489c072adbe534a7cedcde625c0626f8bd0f4644148ed599ccd9f [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:55:13.333Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-02T16:55:13.333Z] . [Pipeline] withDockerContainer [2020-10-02T16:55:13.439Z] prd-centos7-docker-4c-2g-3043 does not seem to be running inside a container [2020-10-02T16:55:13.487Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/159 -v /w/workspace/edgex-go/159:/w/workspace/edgex-go/159:rw,z -v /w/workspace/edgex-go/159@tmp:/w/workspace/edgex-go/159@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-02T16:55:14.290Z] $ docker top c69a084939cdfc4cbf7e28faffcbdb8d1724cffde8d6ec3dc75dccb51e7c0f2f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-02T16:55:14.882Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:4c1a6d2ffbdc3154b41bea1622b22c22abf998aa [2020-10-02T16:55:14.882Z] + tee [2020-10-02T16:55:14.882Z] clair timeout 1m0s [2020-10-02T16:55:14.882Z] docker timeout: 1m0s [2020-10-02T16:55:14.882Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-02T16:55:15.937Z] $ docker stop --time=1 c69a084939cdfc4cbf7e28faffcbdb8d1724cffde8d6ec3dc75dccb51e7c0f2f [2020-10-02T16:55:17.301Z] $ docker rm -f c69a084939cdfc4cbf7e28faffcbdb8d1724cffde8d6ec3dc75dccb51e7c0f2f [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-02T16:55:17.779Z] + mkdir -p /w/workspace/edgex-go/159/clair-reports [Pipeline] echo [2020-10-02T16:55:17.794Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/159/clair-reports/clair_results_docker-support-notifications-go-arm64_4c1a6d2ffbdc3154b41bea1622b22c22abf998aa.html [Pipeline] writeFile [Pipeline] step [2020-10-02T16:55:17.893Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:55:18.333Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-02T16:55:18.333Z] . [Pipeline] withDockerContainer [2020-10-02T16:55:18.434Z] prd-centos7-docker-4c-2g-3043 does not seem to be running inside a container [2020-10-02T16:55:18.480Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/159 -v /w/workspace/edgex-go/159:/w/workspace/edgex-go/159:rw,z -v /w/workspace/edgex-go/159@tmp:/w/workspace/edgex-go/159@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-02T16:55:19.177Z] $ docker top 8663c0f4f1d0f933bff0c53b5eab700dca8401728e2a00329386f38ee604af78 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-02T16:55:19.751Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:4c1a6d2ffbdc3154b41bea1622b22c22abf998aa [2020-10-02T16:55:19.751Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-02T16:55:22.520Z] $ docker stop --time=1 8663c0f4f1d0f933bff0c53b5eab700dca8401728e2a00329386f38ee604af78 [2020-10-02T16:55:23.925Z] $ docker rm -f 8663c0f4f1d0f933bff0c53b5eab700dca8401728e2a00329386f38ee604af78 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:55:24.403Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-02T16:55:24.403Z] . [Pipeline] withDockerContainer [2020-10-02T16:55:24.504Z] prd-centos7-docker-4c-2g-3043 does not seem to be running inside a container [2020-10-02T16:55:24.759Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/159 -v /w/workspace/edgex-go/159:/w/workspace/edgex-go/159:rw,z -v /w/workspace/edgex-go/159@tmp:/w/workspace/edgex-go/159@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-02T16:55:25.560Z] $ docker top 6f58c262f6eafadb5185b8f695e30d8c4de53cdf77292bec5e638e4c28883d83 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-02T16:55:26.254Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:4c1a6d2ffbdc3154b41bea1622b22c22abf998aa [2020-10-02T16:55:26.254Z] + tee [2020-10-02T16:55:26.254Z] clair timeout 1m0s [2020-10-02T16:55:26.254Z] docker timeout: 1m0s [2020-10-02T16:55:26.254Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-02T16:55:26.934Z] $ docker stop --time=1 6f58c262f6eafadb5185b8f695e30d8c4de53cdf77292bec5e638e4c28883d83 [2020-10-02T16:55:28.314Z] $ docker rm -f 6f58c262f6eafadb5185b8f695e30d8c4de53cdf77292bec5e638e4c28883d83 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-02T16:55:28.787Z] + mkdir -p /w/workspace/edgex-go/159/clair-reports [Pipeline] echo [2020-10-02T16:55:28.801Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/159/clair-reports/clair_results_docker-support-scheduler-go-arm64_4c1a6d2ffbdc3154b41bea1622b22c22abf998aa.html [Pipeline] writeFile [Pipeline] step [2020-10-02T16:55:28.862Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:55:29.203Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-02T16:55:29.203Z] . [Pipeline] withDockerContainer [2020-10-02T16:55:29.312Z] prd-centos7-docker-4c-2g-3043 does not seem to be running inside a container [2020-10-02T16:55:29.365Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/159 -v /w/workspace/edgex-go/159:/w/workspace/edgex-go/159:rw,z -v /w/workspace/edgex-go/159@tmp:/w/workspace/edgex-go/159@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-02T16:55:29.992Z] $ docker top 0337048ec227766c1c022425030f30609df56d661014842a0d7535c6124a5021 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-02T16:55:30.562Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:4c1a6d2ffbdc3154b41bea1622b22c22abf998aa [2020-10-02T16:55:30.562Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-02T16:55:45.720Z] $ docker stop --time=1 0337048ec227766c1c022425030f30609df56d661014842a0d7535c6124a5021 [2020-10-02T16:55:47.092Z] $ docker rm -f 0337048ec227766c1c022425030f30609df56d661014842a0d7535c6124a5021 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:55:47.575Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-02T16:55:47.575Z] . [Pipeline] withDockerContainer [2020-10-02T16:55:47.682Z] prd-centos7-docker-4c-2g-3043 does not seem to be running inside a container [2020-10-02T16:55:47.726Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/159 -v /w/workspace/edgex-go/159:/w/workspace/edgex-go/159:rw,z -v /w/workspace/edgex-go/159@tmp:/w/workspace/edgex-go/159@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-02T16:55:48.448Z] $ docker top 4dcb9289f297ebf6baea45ba2634e3a60cc043e06ae36fe12ad45b0443031b87 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-02T16:55:49.013Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:4c1a6d2ffbdc3154b41bea1622b22c22abf998aa [2020-10-02T16:55:49.014Z] + tee [2020-10-02T16:55:49.014Z] clair timeout 1m0s [2020-10-02T16:55:49.014Z] docker timeout: 1m0s [2020-10-02T16:55:49.014Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-02T16:55:50.556Z] $ docker stop --time=1 4dcb9289f297ebf6baea45ba2634e3a60cc043e06ae36fe12ad45b0443031b87 [2020-10-02T16:55:51.941Z] $ docker rm -f 4dcb9289f297ebf6baea45ba2634e3a60cc043e06ae36fe12ad45b0443031b87 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-02T16:55:52.453Z] + mkdir -p /w/workspace/edgex-go/159/clair-reports [Pipeline] echo [2020-10-02T16:55:52.466Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/159/clair-reports/clair_results_docker-sys-mgmt-agent-go-arm64_4c1a6d2ffbdc3154b41bea1622b22c22abf998aa.html [Pipeline] writeFile [Pipeline] step [2020-10-02T16:55:52.525Z] Archiving artifacts [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2020-10-02T16:55:52.971Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-02T16:55:53.040Z] provisioning config files... [2020-10-02T16:55:53.054Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/159@tmp/config161251507406101118tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-10-02T16:55:53.410Z] --> edgex-publish-swagger.sh [2020-10-02T16:55:53.411Z] === Publish openapi/v1 API === [2020-10-02T16:55:53.411Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2020-10-02T16:55:53.411Z] [publishToSwagger] Publishing API Name [core-command] [2020-10-02T16:55:53.411Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-02T16:55:53.411Z] Dload Upload Total Spent Left Speed [2020-10-02T16:55:54.798Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10521 0 0 100 10521 0 8413 0:00:01 0:00:01 --:--:-- 8423 100 10521 0 0 100 10521 0 8412 0:00:01 0:00:01 --:--:-- 8423 [2020-10-02T16:55:54.798Z] [2020-10-02T16:55:54.798Z] [2020-10-02T16:55:54.798Z] [publishToSwagger] Publishing API Name [core-data] [2020-10-02T16:55:54.798Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-02T16:55:54.798Z] Dload Upload Total Spent Left Speed [2020-10-02T16:55:55.743Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32556 0 0 100 32556 0 30795 0:00:01 0:00:01 --:--:-- 30800 100 32556 0 0 100 32556 0 30790 0:00:01 0:00:01 --:--:-- 30800 [2020-10-02T16:55:55.743Z] [2020-10-02T16:55:55.743Z] [2020-10-02T16:55:55.743Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-10-02T16:55:55.743Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-02T16:55:55.743Z] Dload Upload Total Spent Left Speed [2020-10-02T16:55:56.950Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 88 73720 0 0 88 65536 0 288k --:--:-- --:--:-- --:--:-- 288k 100 73720 0 0 100 73720 0 63166 0:00:01 0:00:01 --:--:-- 63224 [2020-10-02T16:55:56.950Z] [2020-10-02T16:55:56.950Z] [2020-10-02T16:55:56.950Z] [publishToSwagger] Publishing API Name [support-logging] [2020-10-02T16:55:56.950Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-02T16:55:56.950Z] Dload Upload Total Spent Left Speed [2020-10-02T16:55:57.821Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13580 0 0 100 13580 0 13484 0:00:01 0:00:01 --:--:-- 13499 [2020-10-02T16:55:57.821Z] [2020-10-02T16:55:57.821Z] [2020-10-02T16:55:58.082Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-10-02T16:55:58.082Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-02T16:55:58.082Z] Dload Upload Total Spent Left Speed [2020-10-02T16:55:59.026Z] 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 34340 0:00:01 0:00:01 --:--:-- 34323 100 38889 0 0 100 38889 0 34334 0:00:01 0:00:01 --:--:-- 34323 [2020-10-02T16:55:59.026Z] [2020-10-02T16:55:59.026Z] [2020-10-02T16:55:59.026Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-10-02T16:55:59.026Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-02T16:55:59.026Z] Dload Upload Total Spent Left Speed [2020-10-02T16:56:00.425Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14248 0 0 100 14248 0 12788 0:00:01 0:00:01 --:--:-- 12801 100 14248 0 0 100 14248 0 12786 0:00:01 0:00:01 --:--:-- 12789 [2020-10-02T16:56:00.425Z] [2020-10-02T16:56:00.425Z] [2020-10-02T16:56:00.425Z] [publishToSwagger] Publishing API Name [system-agent] [2020-10-02T16:56:00.425Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-02T16:56:00.425Z] Dload Upload Total Spent Left Speed [2020-10-02T16:56:01.372Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4109 0 0 100 4109 0 4231 --:--:-- --:--:-- --:--:-- 4231 100 4109 0 0 100 4109 0 4230 --:--:-- --:--:-- --:--:-- 4227 [2020-10-02T16:56:01.372Z] [2020-10-02T16:56:01.372Z] [2020-10-02T16:56:01.372Z] === Publish openapi/v2 API === [2020-10-02T16:56:01.372Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2020-10-02T16:56:01.372Z] [publishToSwagger] Publishing API Name [core-command] [2020-10-02T16:56:01.372Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-02T16:56:01.372Z] Dload Upload Total Spent Left Speed [2020-10-02T16:56:02.582Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 30234 0 0 100 30234 0 25184 0:00:01 0:00:01 --:--:-- 25195 100 30234 0 0 100 30234 0 22815 0:00:01 0:00:01 --:--:-- 22835 [2020-10-02T16:56:02.582Z] [2020-10-02T16:56:02.582Z] [2020-10-02T16:56:02.582Z] [publishToSwagger] Publishing API Name [core-data] [2020-10-02T16:56:02.582Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-02T16:56:02.582Z] Dload Upload Total Spent Left Speed [2020-10-02T16:56:03.969Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 59012 0 0 100 59012 0 52268 0:00:01 0:00:01 --:--:-- 52315 100 59012 0 0 100 59012 0 52260 0:00:01 0:00:01 --:--:-- 52269 [2020-10-02T16:56:03.969Z] [2020-10-02T16:56:03.969Z] [2020-10-02T16:56:03.969Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-10-02T16:56:03.969Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-02T16:56:03.969Z] Dload Upload Total Spent Left Speed [2020-10-02T16:56:04.915Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 68246 0 0 100 68246 0 58753 0:00:01 0:00:01 --:--:-- 58782 100 68246 0 0 100 68246 0 58742 0:00:01 0:00:01 --:--:-- 58782 [2020-10-02T16:56:04.915Z] [2020-10-02T16:56:04.915Z] [2020-10-02T16:56:04.915Z] [publishToSwagger] Publishing API Name [support-logging] [2020-10-02T16:56:04.915Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-02T16:56:04.915Z] Dload Upload Total Spent Left Speed [2020-10-02T16:56:05.861Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 26165 0 0 100 26165 0 26479 --:--:-- --:--:-- --:--:-- 26456 [2020-10-02T16:56:05.862Z] [2020-10-02T16:56:05.862Z] [2020-10-02T16:56:05.862Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-10-02T16:56:05.862Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-02T16:56:05.862Z] Dload Upload Total Spent Left Speed [2020-10-02T16:56:07.071Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 63410 0 0 100 63410 0 60332 0:00:01 0:00:01 --:--:-- 60390 [2020-10-02T16:56:07.071Z] [2020-10-02T16:56:07.071Z] [2020-10-02T16:56:07.071Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-10-02T16:56:07.071Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-02T16:56:07.071Z] Dload Upload Total Spent Left Speed [2020-10-02T16:56:08.074Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 46049 0 0 100 46049 0 42548 0:00:01 0:00:01 --:--:-- 42519 100 46049 0 0 100 46049 0 42539 0:00:01 0:00:01 --:--:-- 42519 [2020-10-02T16:56:08.074Z] [2020-10-02T16:56:08.074Z] [2020-10-02T16:56:08.074Z] [publishToSwagger] Publishing API Name [system-agent] [2020-10-02T16:56:08.074Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-02T16:56:08.074Z] Dload Upload Total Spent Left Speed [2020-10-02T16:56:09.021Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 24114 0 0 100 24114 0 23139 0:00:01 0:00:01 --:--:-- 23164 100 24114 0 0 100 24114 0 23135 0:00:01 0:00:01 --:--:-- 23142 [2020-10-02T16:56:09.021Z] [2020-10-02T16:56:09.021Z] [Pipeline] } [2020-10-02T16:56:09.037Z] 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-02T16:56:19.282Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-02T16:56:19.282Z] . [Pipeline] withDockerContainer [2020-10-02T16:56:19.385Z] prd-centos7-docker-4c-2g-3043 does not seem to be running inside a container [2020-10-02T16:56:19.428Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/159 -v /w/workspace/edgex-go/159:/w/workspace/edgex-go/159:rw,z -v /w/workspace/edgex-go/159@tmp:/w/workspace/edgex-go/159@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-02T16:56:20.368Z] $ docker top bf85217f1d72a81af4e117e2062ce6e36501f190a1c4894fedcdfadf02813b6b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-02T16:56:20.709Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-02T16:56:20.709Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-02T16:56:20.966Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-02T16:56:20.970Z] $ docker exec bf85217f1d72a81af4e117e2062ce6e36501f190a1c4894fedcdfadf02813b6b ssh-agent [2020-10-02T16:56:21.197Z] SSH_AUTH_SOCK=/tmp/ssh-NFxPHRjv2U3b/agent.11 [2020-10-02T16:56:21.197Z] SSH_AGENT_PID=16 [2020-10-02T16:56:21.206Z] Running ssh-add (command line suppressed) [2020-10-02T16:56:21.342Z] Identity added: /w/workspace/edgex-go/159@tmp/private_key_6491375349631194158.key (/w/workspace/edgex-go/159@tmp/private_key_6491375349631194158.key) [2020-10-02T16:56:21.398Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-02T16:56:21.768Z] + git semver tag [2020-10-02T16:56:22.030Z] # -> Open(): unable to determine branch for HEAD [2020-10-02T16:56:22.030Z] # $GIT_DIR = /w/workspace/edgex-go/159/.git [2020-10-02T16:56:22.030Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/159 [2020-10-02T16:56:22.030Z] # $SEMVER_REMOTE_NAME = origin [2020-10-02T16:56:22.030Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-02T16:56:22.030Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-02T16:56:22.030Z] # $SEMVER_BRANCH = master [2020-10-02T16:56:22.030Z] # $SEMVER_DIR = /w/workspace/edgex-go/159/.semver [2020-10-02T16:56:22.030Z] # 4c1a6d2ffbdc3154b41bea1622b22c22abf998aa HEAD [2020-10-02T16:56:22.608Z] # -> Force: false [2020-10-02T16:56:22.608Z] # 798ef2b8564b5f75030dc11c7f8ee40026aaffc9 refs/tags/v1.2.2-dev.44 [Pipeline] } [2020-10-02T16:56:22.627Z] $ docker exec --env ******** --env ******** bf85217f1d72a81af4e117e2062ce6e36501f190a1c4894fedcdfadf02813b6b ssh-agent -k [2020-10-02T16:56:22.798Z] unset SSH_AUTH_SOCK; [2020-10-02T16:56:22.799Z] unset SSH_AGENT_PID; [2020-10-02T16:56:22.799Z] echo Agent pid 16 killed; [2020-10-02T16:56:22.867Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-02T16:56:23.355Z] + git semver [Pipeline] } [2020-10-02T16:56:23.372Z] $ docker stop --time=1 bf85217f1d72a81af4e117e2062ce6e36501f190a1c4894fedcdfadf02813b6b [2020-10-02T16:56:24.758Z] $ docker rm -f bf85217f1d72a81af4e117e2062ce6e36501f190a1c4894fedcdfadf02813b6b [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:56:25.416Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-02T16:56:25.416Z] [2020-10-02T16:56:25.416Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:56:25.802Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-02T16:56:25.802Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-10-02T16:56:25.802Z] ab5ef0e58194: Pulling fs layer [2020-10-02T16:56:25.802Z] 9712f1f96733: Pulling fs layer [2020-10-02T16:56:25.802Z] 63f879dbbcfc: Pulling fs layer [2020-10-02T16:56:25.802Z] 0d9ebad4ef96: Pulling fs layer [2020-10-02T16:56:25.802Z] e9a5061849ea: Pulling fs layer [2020-10-02T16:56:25.802Z] d747dcd14b5f: Pulling fs layer [2020-10-02T16:56:25.802Z] 2de7ff778b66: Pulling fs layer [2020-10-02T16:56:25.802Z] 0d9ebad4ef96: Waiting [2020-10-02T16:56:25.802Z] e9a5061849ea: Waiting [2020-10-02T16:56:25.802Z] d747dcd14b5f: Waiting [2020-10-02T16:56:25.802Z] 2de7ff778b66: Waiting [2020-10-02T16:56:25.802Z] 9712f1f96733: Verifying Checksum [2020-10-02T16:56:25.802Z] 9712f1f96733: Download complete [2020-10-02T16:56:27.730Z] 63f879dbbcfc: Verifying Checksum [2020-10-02T16:56:27.730Z] 63f879dbbcfc: Download complete [2020-10-02T16:56:27.994Z] e9a5061849ea: Verifying Checksum [2020-10-02T16:56:27.994Z] e9a5061849ea: Download complete [2020-10-02T16:56:27.994Z] d747dcd14b5f: Verifying Checksum [2020-10-02T16:56:27.994Z] d747dcd14b5f: Download complete [2020-10-02T16:56:28.571Z] 2de7ff778b66: Verifying Checksum [2020-10-02T16:56:28.571Z] 2de7ff778b66: Download complete [2020-10-02T16:56:28.836Z] ab5ef0e58194: Verifying Checksum [2020-10-02T16:56:28.836Z] ab5ef0e58194: Download complete [2020-10-02T16:56:28.836Z] 0d9ebad4ef96: Verifying Checksum [2020-10-02T16:56:28.836Z] 0d9ebad4ef96: Download complete [2020-10-02T16:56:34.151Z] ab5ef0e58194: Pull complete [2020-10-02T16:56:34.152Z] 9712f1f96733: Pull complete [2020-10-02T16:56:36.715Z] 63f879dbbcfc: Pull complete [2020-10-02T16:56:43.464Z] 0d9ebad4ef96: Pull complete [2020-10-02T16:56:46.033Z] e9a5061849ea: Pull complete [2020-10-02T16:56:46.033Z] d747dcd14b5f: Pull complete [2020-10-02T16:56:47.428Z] 2de7ff778b66: Pull complete [2020-10-02T16:56:47.428Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-10-02T16:56:47.428Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-02T16:56:47.428Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-10-02T16:56:47.606Z] prd-centos7-docker-4c-2g-3043 does not seem to be running inside a container [2020-10-02T16:56:47.653Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/159 -v /w/workspace/edgex-go/159:/w/workspace/edgex-go/159:rw,z -v /w/workspace/edgex-go/159@tmp:/w/workspace/edgex-go/159@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-02T16:56:51.919Z] $ docker top d971f5468040eaffa9321cb321c2b2478f1f0feca3b5671813bdc37193207a3b -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-10-02T16:56:52.125Z] provisioning config files... [2020-10-02T16:56:52.137Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/159@tmp/config1315607394775399414tmp [2020-10-02T16:56:52.162Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/159@tmp/config5167391536208210617tmp [2020-10-02T16:56:52.178Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/159@tmp/config4600825593287835949tmp [Pipeline] { [Pipeline] echo [2020-10-02T16:56:52.241Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-02T16:56:52.540Z] ---> sigul-configuration.sh [2020-10-02T16:56:52.540Z] gpg: directory `/root/.gnupg' created [2020-10-02T16:56:52.540Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-10-02T16:56:52.540Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-10-02T16:56:52.540Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-10-02T16:56:52.540Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-10-02T16:56:52.540Z] gpg: CAST5 encrypted data [2020-10-02T16:56:52.809Z] gpg: encrypted with 1 passphrase [2020-10-02T16:56:52.809Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-10-02T16:56:53.158Z] + mkdir /home/jenkins [2020-10-02T16:56:53.158Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-10-02T16:56:53.457Z] + 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-02T16:56:53.469Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-02T16:56:53.763Z] ---> sigul-install.sh [2020-10-02T16:57:01.925Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-10-02T16:57:02.230Z] + git tag --list [2020-10-02T16:57:02.230Z] 0.6.0 [2020-10-02T16:57:02.230Z] 0.6.1 [2020-10-02T16:57:02.230Z] 0.7.0 [2020-10-02T16:57:02.230Z] 0.7.1 [2020-10-02T16:57:02.230Z] v1.0.0 [2020-10-02T16:57:02.230Z] v1.0.1 [2020-10-02T16:57:02.230Z] v1.1.0 [2020-10-02T16:57:02.230Z] v1.2.0 [2020-10-02T16:57:02.230Z] v1.2.1 [2020-10-02T16:57:02.230Z] v1.2.2-dev.1 [2020-10-02T16:57:02.230Z] v1.2.2-dev.10 [2020-10-02T16:57:02.230Z] v1.2.2-dev.11 [2020-10-02T16:57:02.230Z] v1.2.2-dev.12 [2020-10-02T16:57:02.230Z] v1.2.2-dev.13 [2020-10-02T16:57:02.230Z] v1.2.2-dev.14 [2020-10-02T16:57:02.230Z] v1.2.2-dev.15 [2020-10-02T16:57:02.230Z] v1.2.2-dev.16 [2020-10-02T16:57:02.230Z] v1.2.2-dev.17 [2020-10-02T16:57:02.230Z] v1.2.2-dev.18 [2020-10-02T16:57:02.230Z] v1.2.2-dev.19 [2020-10-02T16:57:02.230Z] v1.2.2-dev.2 [2020-10-02T16:57:02.230Z] v1.2.2-dev.20 [2020-10-02T16:57:02.230Z] v1.2.2-dev.21 [2020-10-02T16:57:02.230Z] v1.2.2-dev.22 [2020-10-02T16:57:02.230Z] v1.2.2-dev.23 [2020-10-02T16:57:02.230Z] v1.2.2-dev.24 [2020-10-02T16:57:02.230Z] v1.2.2-dev.25 [2020-10-02T16:57:02.230Z] v1.2.2-dev.26 [2020-10-02T16:57:02.230Z] v1.2.2-dev.27 [2020-10-02T16:57:02.230Z] v1.2.2-dev.28 [2020-10-02T16:57:02.230Z] v1.2.2-dev.29 [2020-10-02T16:57:02.230Z] v1.2.2-dev.3 [2020-10-02T16:57:02.230Z] v1.2.2-dev.30 [2020-10-02T16:57:02.230Z] v1.2.2-dev.31 [2020-10-02T16:57:02.230Z] v1.2.2-dev.32 [2020-10-02T16:57:02.230Z] v1.2.2-dev.33 [2020-10-02T16:57:02.230Z] v1.2.2-dev.34 [2020-10-02T16:57:02.230Z] v1.2.2-dev.35 [2020-10-02T16:57:02.230Z] v1.2.2-dev.36 [2020-10-02T16:57:02.230Z] v1.2.2-dev.37 [2020-10-02T16:57:02.230Z] v1.2.2-dev.38 [2020-10-02T16:57:02.230Z] v1.2.2-dev.39 [2020-10-02T16:57:02.230Z] v1.2.2-dev.4 [2020-10-02T16:57:02.230Z] v1.2.2-dev.40 [2020-10-02T16:57:02.230Z] v1.2.2-dev.41 [2020-10-02T16:57:02.230Z] v1.2.2-dev.42 [2020-10-02T16:57:02.230Z] v1.2.2-dev.43 [2020-10-02T16:57:02.230Z] v1.2.2-dev.44 [2020-10-02T16:57:02.230Z] v1.2.2-dev.5 [2020-10-02T16:57:02.230Z] v1.2.2-dev.6 [2020-10-02T16:57:02.230Z] v1.2.2-dev.7 [2020-10-02T16:57:02.230Z] v1.2.2-dev.8 [2020-10-02T16:57:02.230Z] v1.2.2-dev.9 [Pipeline] sh [2020-10-02T16:57:02.528Z] + lftools sign git-tag v1.2.2-dev.44 [2020-10-02T16:57:03.927Z] Signing Git tag with Sigul... [2020-10-02T16:57:03.927Z] Signing v1.2.2-dev.44 [Pipeline] echo [2020-10-02T16:57:05.324Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-02T16:57:05.623Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-10-02T16:57:05.632Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-10-02T16:57:05.723Z] $ docker stop --time=1 d971f5468040eaffa9321cb321c2b2478f1f0feca3b5671813bdc37193207a3b [2020-10-02T16:57:07.774Z] $ docker rm -f d971f5468040eaffa9321cb321c2b2478f1f0feca3b5671813bdc37193207a3b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:57:08.613Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-02T16:57:08.613Z] . [Pipeline] withDockerContainer [2020-10-02T16:57:08.724Z] prd-centos7-docker-4c-2g-3043 does not seem to be running inside a container [2020-10-02T16:57:08.768Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/159 -v /w/workspace/edgex-go/159:/w/workspace/edgex-go/159:rw,z -v /w/workspace/edgex-go/159@tmp:/w/workspace/edgex-go/159@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-02T16:57:09.536Z] $ docker top 041f07d7eb33bf3bbbb5e6415b6e8a05174a840994d7336ed5e043111e1184ea -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-02T16:57:09.871Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-02T16:57:09.871Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-02T16:57:10.097Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-02T16:57:10.101Z] $ docker exec 041f07d7eb33bf3bbbb5e6415b6e8a05174a840994d7336ed5e043111e1184ea ssh-agent [2020-10-02T16:57:10.289Z] SSH_AUTH_SOCK=/tmp/ssh-iwoo14nHsJV5/agent.11 [2020-10-02T16:57:10.289Z] SSH_AGENT_PID=17 [2020-10-02T16:57:10.298Z] Running ssh-add (command line suppressed) [2020-10-02T16:57:10.432Z] Identity added: /w/workspace/edgex-go/159@tmp/private_key_8008880069423686454.key (/w/workspace/edgex-go/159@tmp/private_key_8008880069423686454.key) [2020-10-02T16:57:10.492Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-02T16:57:10.830Z] + git semver bump pre [2020-10-02T16:57:10.830Z] # -> Open(): unable to determine branch for HEAD [2020-10-02T16:57:10.830Z] # $GIT_DIR = /w/workspace/edgex-go/159/.git [2020-10-02T16:57:10.830Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/159 [2020-10-02T16:57:10.830Z] # $SEMVER_REMOTE_NAME = origin [2020-10-02T16:57:10.830Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-02T16:57:10.830Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-02T16:57:10.830Z] # $SEMVER_BRANCH = master [2020-10-02T16:57:10.830Z] # $SEMVER_DIR = /w/workspace/edgex-go/159/.semver [2020-10-02T16:57:10.830Z] 1.2.2-dev.45 [Pipeline] } [2020-10-02T16:57:10.843Z] $ docker exec --env ******** --env ******** 041f07d7eb33bf3bbbb5e6415b6e8a05174a840994d7336ed5e043111e1184ea ssh-agent -k [2020-10-02T16:57:10.977Z] unset SSH_AUTH_SOCK; [2020-10-02T16:57:10.978Z] unset SSH_AGENT_PID; [2020-10-02T16:57:10.978Z] echo Agent pid 17 killed; [2020-10-02T16:57:11.032Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-02T16:57:11.496Z] + git semver [Pipeline] } [2020-10-02T16:57:11.514Z] $ docker stop --time=1 041f07d7eb33bf3bbbb5e6415b6e8a05174a840994d7336ed5e043111e1184ea [2020-10-02T16:57:12.907Z] $ docker rm -f 041f07d7eb33bf3bbbb5e6415b6e8a05174a840994d7336ed5e043111e1184ea [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-02T16:57:13.436Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-02T16:57:13.436Z] . [Pipeline] withDockerContainer [2020-10-02T16:57:13.541Z] prd-centos7-docker-4c-2g-3043 does not seem to be running inside a container [2020-10-02T16:57:13.587Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/159 -v /w/workspace/edgex-go/159:/w/workspace/edgex-go/159:rw,z -v /w/workspace/edgex-go/159@tmp:/w/workspace/edgex-go/159@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-02T16:57:14.267Z] $ docker top d3af42e7d4ea9b3fa9f82b095ce1c518e1a458ff677059ce722ad9cabf4112b6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-02T16:57:14.631Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-02T16:57:14.631Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-02T16:57:14.827Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-02T16:57:14.831Z] $ docker exec d3af42e7d4ea9b3fa9f82b095ce1c518e1a458ff677059ce722ad9cabf4112b6 ssh-agent [2020-10-02T16:57:15.027Z] SSH_AUTH_SOCK=/tmp/ssh-uokBTGr9CCPl/agent.11 [2020-10-02T16:57:15.027Z] SSH_AGENT_PID=17 [2020-10-02T16:57:15.033Z] Running ssh-add (command line suppressed) [2020-10-02T16:57:15.169Z] Identity added: /w/workspace/edgex-go/159@tmp/private_key_6414831003766940810.key (/w/workspace/edgex-go/159@tmp/private_key_6414831003766940810.key) [2020-10-02T16:57:15.229Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-02T16:57:15.572Z] + git semver push [2020-10-02T16:57:15.572Z] # -> Open(): unable to determine branch for HEAD [2020-10-02T16:57:15.572Z] # $GIT_DIR = /w/workspace/edgex-go/159/.git [2020-10-02T16:57:15.572Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/159 [2020-10-02T16:57:15.572Z] # $SEMVER_REMOTE_NAME = origin [2020-10-02T16:57:15.572Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-02T16:57:15.572Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-02T16:57:15.572Z] # $SEMVER_BRANCH = master [2020-10-02T16:57:15.572Z] # $SEMVER_DIR = /w/workspace/edgex-go/159/.semver [Pipeline] } [2020-10-02T16:57:25.602Z] $ docker exec --env ******** --env ******** d3af42e7d4ea9b3fa9f82b095ce1c518e1a458ff677059ce722ad9cabf4112b6 ssh-agent -k [2020-10-02T16:57:25.743Z] unset SSH_AUTH_SOCK; [2020-10-02T16:57:25.743Z] unset SSH_AGENT_PID; [2020-10-02T16:57:25.743Z] echo Agent pid 17 killed; [2020-10-02T16:57:25.814Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-02T16:57:26.508Z] + git semver [Pipeline] } [2020-10-02T16:57:26.525Z] $ docker stop --time=1 d3af42e7d4ea9b3fa9f82b095ce1c518e1a458ff677059ce722ad9cabf4112b6 [2020-10-02T16:57:27.902Z] $ docker rm -f d3af42e7d4ea9b3fa9f82b095ce1c518e1a458ff677059ce722ad9cabf4112b6 [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-02T16:57:28.883Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-02T16:57:29.765Z] ---> package-listing.sh [2020-10-02T16:57:29.765Z] ++ facter osfamily [2020-10-02T16:57:29.765Z] ++ tr '[:upper:]' '[:lower:]' [2020-10-02T16:57:29.765Z] + OS_FAMILY=redhat [2020-10-02T16:57:29.765Z] + workspace=/w/workspace/edgex-go/159 [2020-10-02T16:57:29.765Z] + START_PACKAGES=/tmp/packages_start.txt [2020-10-02T16:57:29.765Z] + END_PACKAGES=/tmp/packages_end.txt [2020-10-02T16:57:29.765Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-10-02T16:57:29.765Z] + PACKAGES=/tmp/packages_start.txt [2020-10-02T16:57:29.765Z] + '[' /w/workspace/edgex-go/159 ']' [2020-10-02T16:57:29.765Z] + PACKAGES=/tmp/packages_end.txt [2020-10-02T16:57:29.765Z] + case "${OS_FAMILY}" in [2020-10-02T16:57:29.765Z] + rpm -qa [2020-10-02T16:57:29.765Z] + sort [2020-10-02T16:57:33.984Z] + '[' -f /tmp/packages_start.txt ']' [2020-10-02T16:57:33.984Z] + '[' -f /tmp/packages_end.txt ']' [2020-10-02T16:57:33.984Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-10-02T16:57:33.984Z] + '[' /w/workspace/edgex-go/159 ']' [2020-10-02T16:57:33.984Z] + mkdir -p /w/workspace/edgex-go/159/archives/ [2020-10-02T16:57:33.984Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/159/archives/ [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-02T16:57:34.225Z] provisioning config files... [2020-10-02T16:57:34.247Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/159@tmp/config6180912555633583542tmp [Pipeline] { [Pipeline] echo [2020-10-02T16:57:34.321Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-02T16:57:34.644Z] ---> create-netrc.sh [Pipeline] } [2020-10-02T16:57:34.653Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-10-02T16:57:34.740Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-02T16:57:35.037Z] ---> python-tools-install.sh [2020-10-02T16:57:35.037Z] Generating Requirements File [2020-10-02T16:58:56.591Z] Python 3.6.8 [2020-10-02T16:58:56.591Z] pip 20.2.3 from /home/jenkins/.local/lib/python3.6/site-packages/pip (python 3.6) [2020-10-02T16:58:56.591Z] aiohttp==3.6.2 [2020-10-02T16:58:56.591Z] appdirs==1.4.3 [2020-10-02T16:58:56.591Z] argcomplete==1.12.1 [2020-10-02T16:58:56.591Z] aspy.yaml==1.3.0 [2020-10-02T16:58:56.591Z] async-timeout==3.0.1 [2020-10-02T16:58:56.591Z] attrs==19.3.0 [2020-10-02T16:58:56.591Z] Babel==2.8.0 [2020-10-02T16:58:56.591Z] beautifulsoup4==4.8.2 [2020-10-02T16:58:56.591Z] boto3==1.11.6 [2020-10-02T16:58:56.591Z] botocore==1.14.6 [2020-10-02T16:58:56.591Z] bs4==0.0.1 [2020-10-02T16:58:56.591Z] cachetools==4.1.1 [2020-10-02T16:58:56.591Z] certifi==2019.11.28 [2020-10-02T16:58:56.591Z] cffi==1.14.3 [2020-10-02T16:58:56.591Z] cfgv==2.0.1 [2020-10-02T16:58:56.591Z] chardet==3.0.4 [2020-10-02T16:58:56.591Z] click==7.1 [2020-10-02T16:58:56.591Z] cliff==3.4.0 [2020-10-02T16:58:56.591Z] cmd2==1.3.11 [2020-10-02T16:58:56.591Z] colorama==0.4.3 [2020-10-02T16:58:56.591Z] cryptography==3.1.1 [2020-10-02T16:58:56.591Z] debtcollector==2.2.0 [2020-10-02T16:58:56.591Z] decorator==4.4.2 [2020-10-02T16:58:56.591Z] defusedxml==0.6.0 [2020-10-02T16:58:56.591Z] Deprecated==1.2.7 [2020-10-02T16:58:56.591Z] distlib==0.3.1 [2020-10-02T16:58:56.591Z] distro==1.2.0 [2020-10-02T16:58:56.591Z] dnspython==1.16.0 [2020-10-02T16:58:56.591Z] docker==4.2.0 [2020-10-02T16:58:56.591Z] docutils==0.15.2 [2020-10-02T16:58:56.591Z] dogpile.cache==1.0.2 [2020-10-02T16:58:56.591Z] email-validator==1.0.5 [2020-10-02T16:58:56.591Z] filelock==3.0.12 [2020-10-02T16:58:56.591Z] future==0.18.2 [2020-10-02T16:58:56.591Z] google-auth==1.22.0 [2020-10-02T16:58:56.591Z] httplib2==0.17.0 [2020-10-02T16:58:56.591Z] identify==1.4.11 [2020-10-02T16:58:56.591Z] idna==2.9 [2020-10-02T16:58:56.591Z] idna-ssl==1.1.0 [2020-10-02T16:58:56.591Z] importlib-metadata==1.7.0 [2020-10-02T16:58:56.591Z] importlib-resources==1.5.0 [2020-10-02T16:58:56.591Z] iso8601==0.1.13 [2020-10-02T16:58:56.591Z] Jinja2==2.11.1 [2020-10-02T16:58:56.591Z] jmespath==0.10.0 [2020-10-02T16:58:56.591Z] jsonpatch==1.26 [2020-10-02T16:58:56.591Z] jsonpointer==2.0 [2020-10-02T16:58:56.591Z] jsonschema==3.2.0 [2020-10-02T16:58:56.592Z] keystoneauth1==4.2.1 [2020-10-02T16:58:56.592Z] kubernetes==11.0.0 [2020-10-02T16:58:56.592Z] lftools==0.34.2 [2020-10-02T16:58:56.592Z] lxml==4.5.0 [2020-10-02T16:58:56.592Z] MarkupSafe==0.23 [2020-10-02T16:58:56.592Z] msgpack==1.0.0 [2020-10-02T16:58:56.592Z] multi-key-dict==2.0.3 [2020-10-02T16:58:56.592Z] multidict==4.7.6 [2020-10-02T16:58:56.592Z] munch==2.5.0 [2020-10-02T16:58:56.592Z] netaddr==0.8.0 [2020-10-02T16:58:56.592Z] netifaces==0.10.9 [2020-10-02T16:58:56.592Z] niet==1.4.2 [2020-10-02T16:58:56.592Z] nodeenv==1.3.5 [2020-10-02T16:58:56.592Z] oauth2client==4.1.3 [2020-10-02T16:58:56.592Z] oauthlib==3.1.0 [2020-10-02T16:58:56.592Z] openstacksdk==0.50.0 [2020-10-02T16:58:56.592Z] os-client-config==2.1.0 [2020-10-02T16:58:56.592Z] os-service-types==1.7.0 [2020-10-02T16:58:56.592Z] osc-lib==2.2.1 [2020-10-02T16:58:56.592Z] oslo.config==8.3.2 [2020-10-02T16:58:56.592Z] oslo.context==3.1.1 [2020-10-02T16:58:56.592Z] oslo.i18n==5.0.1 [2020-10-02T16:58:56.592Z] oslo.log==4.4.0 [2020-10-02T16:58:56.592Z] oslo.serialization==4.0.1 [2020-10-02T16:58:56.592Z] oslo.utils==4.6.0 [2020-10-02T16:58:56.592Z] packaging==20.4 [2020-10-02T16:58:56.592Z] pbr==5.4.4 [2020-10-02T16:58:56.592Z] pluggy==0.13.1 [2020-10-02T16:58:56.592Z] prettytable==0.7.2 [2020-10-02T16:58:56.592Z] py==1.9.0 [2020-10-02T16:58:56.592Z] pyasn1==0.4.8 [2020-10-02T16:58:56.592Z] pyasn1-modules==0.2.8 [2020-10-02T16:58:56.592Z] pycparser==2.20 [2020-10-02T16:58:56.592Z] pygerrit2==2.0.10 [2020-10-02T16:58:56.592Z] PyGithub==1.46 [2020-10-02T16:58:56.592Z] pyinotify==0.9.6 [2020-10-02T16:58:56.592Z] PyJWT==1.7.1 [2020-10-02T16:58:56.592Z] pyparsing==2.4.7 [2020-10-02T16:58:56.592Z] pyperclip==1.8.0 [2020-10-02T16:58:56.592Z] pyroute2==0.4.13 [2020-10-02T16:58:56.592Z] pyrsistent==0.15.7 [2020-10-02T16:58:56.592Z] PySocks==1.6.8 [2020-10-02T16:58:56.592Z] python-cinderclient==7.2.0 [2020-10-02T16:58:56.592Z] python-dateutil==2.8.1 [2020-10-02T16:58:56.592Z] python-heatclient==2.2.1 [2020-10-02T16:58:56.592Z] python-jenkins==1.7.0 [2020-10-02T16:58:56.592Z] python-keystoneclient==4.1.1 [2020-10-02T16:58:56.592Z] python-magnumclient==3.2.1 [2020-10-02T16:58:56.592Z] python-novaclient==17.2.1 [2020-10-02T16:58:56.592Z] python-openstackclient==5.3.1 [2020-10-02T16:58:56.592Z] python-swiftclient==3.10.1 [2020-10-02T16:58:56.592Z] pytz==2020.1 [2020-10-02T16:58:56.592Z] PyYAML==5.3 [2020-10-02T16:58:56.592Z] requests==2.23.0 [2020-10-02T16:58:56.592Z] requests-oauthlib==1.3.0 [2020-10-02T16:58:56.592Z] requestsexceptions==1.4.0 [2020-10-02T16:58:56.592Z] rfc3986==1.4.0 [2020-10-02T16:58:56.592Z] rpm==4.11.3 [2020-10-02T16:58:56.592Z] rsa==4.0 [2020-10-02T16:58:56.592Z] ruamel.yaml==0.16.10 [2020-10-02T16:58:56.592Z] ruamel.yaml.clib==0.2.0 [2020-10-02T16:58:56.592Z] s3transfer==0.3.3 [2020-10-02T16:58:56.592Z] shade==1.27.2 [2020-10-02T16:58:56.592Z] simplejson==3.17.2 [2020-10-02T16:58:56.592Z] six==1.14.0 [2020-10-02T16:58:56.592Z] soupsieve==2.0 [2020-10-02T16:58:56.592Z] stevedore==3.2.2 [2020-10-02T16:58:56.592Z] tabulate==0.8.6 [2020-10-02T16:58:56.592Z] toml==0.10.0 [2020-10-02T16:58:56.592Z] tox==3.20.0 [2020-10-02T16:58:56.592Z] tqdm==4.43.0 [2020-10-02T16:58:56.592Z] typing-extensions==3.7.4.3 [2020-10-02T16:58:56.592Z] urllib3==1.25.8 [2020-10-02T16:58:56.592Z] virtualenv==20.0.32 [2020-10-02T16:58:56.592Z] wcwidth==0.2.5 [2020-10-02T16:58:56.592Z] websocket-client==0.57.0 [2020-10-02T16:58:56.592Z] wrapt==1.12.1 [2020-10-02T16:58:56.592Z] xdg==3.0.2 [2020-10-02T16:58:56.592Z] xmltodict==0.12.0 [2020-10-02T16:58:56.592Z] yarl==1.6.0 [2020-10-02T16:58:56.592Z] yq==2.11.1 [2020-10-02T16:58:56.592Z] zipp==3.2.0 [2020-10-02T16:58:56.592Z] Cache entry deserialization failed, entry ignored [2020-10-02T16:58:56.592Z] DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality. [2020-10-02T16:58:56.592Z] Python 2.7.5 [2020-10-02T16:58:56.592Z] pip 20.2.3 from /home/jenkins/.local/lib/python2.7/site-packages/pip (python 2.7) [2020-10-02T16:58:56.592Z] DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality. [2020-10-02T16:58:56.592Z] ansible==2.9.7 [2020-10-02T16:58:56.592Z] Babel==0.9.6 [2020-10-02T16:58:56.592Z] backports.ssl-match-hostname==3.5.0.1 [2020-10-02T16:58:56.592Z] beautifulsoup4==4.4.1 [2020-10-02T16:58:56.592Z] bodhi==2.11.0 [2020-10-02T16:58:56.592Z] bodhi-client==2.11.0 [2020-10-02T16:58:56.592Z] CCColUtils==1.4 [2020-10-02T16:58:56.592Z] cffi==1.6.0 [2020-10-02T16:58:56.592Z] chardet==2.2.1 [2020-10-02T16:58:56.592Z] click==6.7 [2020-10-02T16:58:56.592Z] cloud-init==18.5 [2020-10-02T16:58:56.592Z] configobj==4.7.2 [2020-10-02T16:58:56.592Z] cryptography==1.7.2 [2020-10-02T16:58:56.592Z] decorator==3.4.0 [2020-10-02T16:58:56.592Z] distro==1.2.0 [2020-10-02T16:58:56.592Z] enum34==1.0.4 [2020-10-02T16:58:56.592Z] fedpkg==1.38 [2020-10-02T16:58:56.592Z] futures==3.1.1 [2020-10-02T16:58:56.592Z] gitdb==0.6.4 [2020-10-02T16:58:56.592Z] GitPython==1.0.1 [2020-10-02T16:58:56.592Z] html5lib==0.999 [2020-10-02T16:58:56.592Z] httplib2==0.9.2 [2020-10-02T16:58:56.592Z] idna==2.4 [2020-10-02T16:58:56.592Z] iniparse==0.4 [2020-10-02T16:58:56.592Z] ipaddress==1.0.16 [2020-10-02T16:58:56.592Z] IPy==0.75 [2020-10-02T16:58:56.592Z] javapackages==1.0.0 [2020-10-02T16:58:56.592Z] Jinja2==2.7.2 [2020-10-02T16:58:56.592Z] jmespath==0.9.4 [2020-10-02T16:58:56.592Z] jsonpatch==1.2 [2020-10-02T16:58:56.592Z] jsonpointer==1.9 [2020-10-02T16:58:56.592Z] kerberos==1.1 [2020-10-02T16:58:56.592Z] kitchen==1.1.1 [2020-10-02T16:58:56.592Z] langtable==0.0.31 [2020-10-02T16:58:56.592Z] lockfile==0.9.1 [2020-10-02T16:58:56.592Z] lxml==3.2.1 [2020-10-02T16:58:56.592Z] MarkupSafe==0.11 [2020-10-02T16:58:56.592Z] munch==2.0.2 [2020-10-02T16:58:56.592Z] offtrac==0.1.0 [2020-10-02T16:58:56.592Z] openidc-client==0.6.0 [2020-10-02T16:58:56.592Z] packagedb-cli==2.14.1 [2020-10-02T16:58:56.592Z] paramiko==2.1.1 [2020-10-02T16:58:56.592Z] perf==0.1 [2020-10-02T16:58:56.592Z] ply==3.4 [2020-10-02T16:58:56.592Z] policycoreutils-default-encoding==0.1 [2020-10-02T16:58:56.592Z] prettytable==0.7.2 [2020-10-02T16:58:56.592Z] pyasn1==0.1.9 [2020-10-02T16:58:56.592Z] pycparser==2.14 [2020-10-02T16:58:56.592Z] pycurl==7.19.0 [2020-10-02T16:58:56.592Z] pygobject==3.22.0 [2020-10-02T16:58:56.592Z] pygpgme==0.3 [2020-10-02T16:58:56.592Z] pyliblzma==0.5.3 [2020-10-02T16:58:56.592Z] pyOpenSSL==0.13.1 [2020-10-02T16:58:56.592Z] pyparsing==1.5.6 [2020-10-02T16:58:56.592Z] pyserial==2.6 [2020-10-02T16:58:56.592Z] python-augeas==0.5.0 [2020-10-02T16:58:56.592Z] python-bugzilla==2.3.0 [2020-10-02T16:58:56.592Z] python-dateutil==1.5 [2020-10-02T16:58:56.592Z] python-fedora==0.10.0 [2020-10-02T16:58:56.592Z] python-linux-procfs==0.4.9 [2020-10-02T16:58:56.592Z] python-yubico==1.2.3 [2020-10-02T16:58:56.592Z] pyudev==0.15 [2020-10-02T16:58:56.592Z] pyusb==1.0.0b1 [2020-10-02T16:58:56.592Z] pyxattr==0.5.1 [2020-10-02T16:58:56.592Z] PyYAML==3.10 [2020-10-02T16:58:56.592Z] requests==2.6.0 [2020-10-02T16:58:56.592Z] requests-kerberos==0.7.0 [2020-10-02T16:58:56.592Z] rpkg==1.60 [2020-10-02T16:58:56.592Z] schedutils==0.4 [2020-10-02T16:58:56.592Z] seobject==0.1 [2020-10-02T16:58:56.592Z] sepolicy==1.1 [2020-10-02T16:58:56.592Z] six==1.9.0 [2020-10-02T16:58:56.592Z] smmap==0.9.0 [2020-10-02T16:58:56.592Z] urlgrabber==3.10 [2020-10-02T16:58:56.592Z] urllib3==1.10.2 [2020-10-02T16:58:56.592Z] virtualenv==15.1.0 [2020-10-02T16:58:56.592Z] yum-langpacks==0.4.2 [2020-10-02T16:58:56.592Z] yum-metadata-parser==1.1.4 [Pipeline] echo [2020-10-02T16:58:56.604Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-02T16:58:57.000Z] ---> sudo-logs.sh [2020-10-02T16:58:57.000Z] Archiving 'sudo' log.. [Pipeline] echo [2020-10-02T16:58:57.588Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-02T16:58:57.884Z] ---> job-cost.sh [2020-10-02T16:58:57.884Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-60gw [2020-10-02T16:59:10.148Z] Cache entry deserialization failed, entry ignored [2020-10-02T16:59:10.148Z] Cache entry deserialization failed, entry ignored [2020-10-02T16:59:10.723Z] Cache entry deserialization failed, entry ignored [2020-10-02T16:59:10.987Z] Cache entry deserialization failed, entry ignored [2020-10-02T16:59:10.987Z] Cache entry deserialization failed, entry ignored [2020-10-02T16:59:10.987Z] Cache entry deserialization failed, entry ignored [2020-10-02T16:59:11.250Z] Cache entry deserialization failed, entry ignored [2020-10-02T16:59:11.250Z] Cache entry deserialization failed, entry ignored [2020-10-02T16:59:11.520Z] Cache entry deserialization failed, entry ignored [2020-10-02T16:59:11.520Z] Cache entry deserialization failed, entry ignored [2020-10-02T16:59:11.520Z] Cache entry deserialization failed, entry ignored [2020-10-02T16:59:11.520Z] Cache entry deserialization failed, entry ignored [2020-10-02T16:59:14.075Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2020-10-02T16:59:46.230Z] lf-activate-venv(): INFO: Adding /tmp/venv-60gw/bin to PATH [2020-10-02T16:59:46.230Z] INFO: No Stack... [2020-10-02T16:59:46.230Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-10-02T16:59:46.230Z] INFO: Archiving Costs [Pipeline] echo [2020-10-02T16:59:46.245Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-02T16:59:46.543Z] ---> logs-deploy.sh [2020-10-02T16:59:46.543Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/159 [2020-10-02T16:59:46.543Z] INFO: archiving workspace using pattern(s): [2020-10-02T16:59:48.461Z] Archives upload complete. [2020-10-02T16:59:48.461Z] INFO: archiving logs to Nexus [2020-10-02T16:59:49.848Z] ---> uname -a: [2020-10-02T16:59:49.848Z] Linux prd-centos7-docker-4c-2g-3043.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux [2020-10-02T16:59:49.848Z] [2020-10-02T16:59:49.848Z] [2020-10-02T16:59:49.848Z] ---> lscpu: [2020-10-02T16:59:49.848Z] Architecture: x86_64 [2020-10-02T16:59:49.848Z] CPU op-mode(s): 32-bit, 64-bit [2020-10-02T16:59:49.848Z] Byte Order: Little Endian [2020-10-02T16:59:49.848Z] CPU(s): 4 [2020-10-02T16:59:49.848Z] On-line CPU(s) list: 0-3 [2020-10-02T16:59:49.848Z] Thread(s) per core: 1 [2020-10-02T16:59:49.848Z] Core(s) per socket: 1 [2020-10-02T16:59:49.848Z] Socket(s): 4 [2020-10-02T16:59:49.848Z] NUMA node(s): 1 [2020-10-02T16:59:49.848Z] Vendor ID: GenuineIntel [2020-10-02T16:59:49.848Z] CPU family: 6 [2020-10-02T16:59:49.848Z] Model: 44 [2020-10-02T16:59:49.848Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-10-02T16:59:49.848Z] Stepping: 1 [2020-10-02T16:59:49.848Z] CPU MHz: 2933.438 [2020-10-02T16:59:49.848Z] BogoMIPS: 5866.87 [2020-10-02T16:59:49.848Z] Virtualization: VT-x [2020-10-02T16:59:49.848Z] Hypervisor vendor: KVM [2020-10-02T16:59:49.848Z] Virtualization type: full [2020-10-02T16:59:49.848Z] L1d cache: 32K [2020-10-02T16:59:49.848Z] L1i cache: 32K [2020-10-02T16:59:49.848Z] L2 cache: 4096K [2020-10-02T16:59:49.848Z] L3 cache: 16384K [2020-10-02T16:59:49.848Z] NUMA node0 CPU(s): 0-3 [2020-10-02T16:59:49.848Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2020-10-02T16:59:49.848Z] [2020-10-02T16:59:49.848Z] [2020-10-02T16:59:49.848Z] ---> nproc: [2020-10-02T16:59:49.848Z] 4 [2020-10-02T16:59:49.848Z] [2020-10-02T16:59:49.848Z] [2020-10-02T16:59:49.848Z] ---> df -h: [2020-10-02T16:59:49.848Z] Filesystem Size Used Avail Use% Mounted on [2020-10-02T16:59:49.848Z] devtmpfs 887M 0 887M 0% /dev [2020-10-02T16:59:49.848Z] tmpfs 919M 0 919M 0% /dev/shm [2020-10-02T16:59:49.848Z] tmpfs 919M 17M 903M 2% /run [2020-10-02T16:59:49.848Z] tmpfs 919M 0 919M 0% /sys/fs/cgroup [2020-10-02T16:59:49.848Z] /dev/vda1 50G 13G 38G 26% / [2020-10-02T16:59:49.848Z] tmpfs 184M 0 184M 0% /run/user/1001 [2020-10-02T16:59:49.848Z] [2020-10-02T16:59:49.848Z] [2020-10-02T16:59:49.848Z] ---> free -m: [2020-10-02T16:59:49.848Z] total used free shared buff/cache available [2020-10-02T16:59:49.848Z] Mem: 1837 558 111 5 1166 1090 [2020-10-02T16:59:49.848Z] Swap: 1023 48 975 [2020-10-02T16:59:49.848Z] [2020-10-02T16:59:49.848Z] [2020-10-02T16:59:49.848Z] ---> ip addr: [2020-10-02T16:59:49.848Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 [2020-10-02T16:59:49.848Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-10-02T16:59:49.848Z] inet 127.0.0.1/8 scope host lo [2020-10-02T16:59:49.848Z] valid_lft forever preferred_lft forever [2020-10-02T16:59:49.848Z] inet6 ::1/128 scope host [2020-10-02T16:59:49.848Z] valid_lft forever preferred_lft forever [2020-10-02T16:59:49.848Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP group default qlen 1000 [2020-10-02T16:59:49.848Z] link/ether fa:16:3e:4d:8e:1f brd ff:ff:ff:ff:ff:ff [2020-10-02T16:59:49.848Z] inet 10.30.122.52/23 brd 10.30.123.255 scope global dynamic eth0 [2020-10-02T16:59:49.848Z] valid_lft 84858sec preferred_lft 84858sec [2020-10-02T16:59:49.848Z] inet6 fe80::f816:3eff:fe4d:8e1f/64 scope link [2020-10-02T16:59:49.848Z] valid_lft forever preferred_lft forever [2020-10-02T16:59:49.849Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN group default [2020-10-02T16:59:49.849Z] link/ether 02:42:0f:56:ed:43 brd ff:ff:ff:ff:ff:ff [2020-10-02T16:59:49.849Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2020-10-02T16:59:49.849Z] valid_lft forever preferred_lft forever [2020-10-02T16:59:49.849Z] inet6 fe80::42:fff:fe56:ed43/64 scope link [2020-10-02T16:59:49.849Z] valid_lft forever preferred_lft forever [2020-10-02T16:59:49.849Z] [2020-10-02T16:59:49.849Z] [2020-10-02T16:59:49.849Z] ---> sar -b -r -n DEV: [2020-10-02T16:59:49.849Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/02/2020 _x86_64_ (4 CPU) [2020-10-02T16:59:49.849Z] [2020-10-02T16:59:49.849Z] 04:33:50 PM LINUX RESTART [2020-10-02T16:59:49.849Z] [2020-10-02T16:59:49.849Z] 04:35:01 PM tps rtps wtps bread/s bwrtn/s [2020-10-02T16:59:49.849Z] 04:36:01 PM 167.43 73.04 94.39 4459.65 43737.82 [2020-10-02T16:59:49.849Z] 04:37:02 PM 252.16 51.54 200.62 5016.08 52940.13 [2020-10-02T16:59:49.849Z] 04:38:01 PM 2879.56 2527.67 351.89 164690.74 210731.49 [2020-10-02T16:59:49.849Z] 04:39:02 PM 657.73 422.82 234.91 31783.05 70344.97 [2020-10-02T16:59:49.849Z] 04:40:02 PM 1365.20 1027.67 337.52 82968.93 85673.35 [2020-10-02T16:59:49.849Z] 04:41:01 PM 861.00 556.36 304.65 41806.22 77298.17 [2020-10-02T16:59:49.849Z] 04:42:01 PM 95.19 46.55 48.64 7058.21 4861.27 [2020-10-02T16:59:49.849Z] 04:43:01 PM 81.52 77.39 4.13 2857.92 84.10 [2020-10-02T16:59:49.849Z] 04:44:01 PM 0.25 0.00 0.25 0.00 2.80 [2020-10-02T16:59:49.849Z] 04:45:01 PM 0.75 0.48 0.27 17.32 2.66 [2020-10-02T16:59:49.849Z] 04:46:01 PM 0.35 0.05 0.30 0.40 3.71 [2020-10-02T16:59:49.849Z] 04:47:01 PM 0.27 0.03 0.23 0.27 2.73 [2020-10-02T16:59:49.849Z] 04:48:01 PM 0.28 0.02 0.27 0.13 3.75 [2020-10-02T16:59:49.849Z] 04:49:01 PM 2.03 1.75 0.28 53.96 4.45 [2020-10-02T16:59:49.849Z] 04:50:01 PM 0.83 0.05 0.78 1.33 15.79 [2020-10-02T16:59:49.849Z] 04:51:01 PM 144.75 29.98 114.77 2212.22 31654.90 [2020-10-02T16:59:49.849Z] 04:52:01 PM 49.80 6.26 43.54 733.02 3271.02 [2020-10-02T16:59:49.849Z] 04:53:01 PM 26.70 0.45 26.25 9.19 439.80 [2020-10-02T16:59:49.849Z] 04:54:01 PM 26.71 0.30 26.41 5.33 438.94 [2020-10-02T16:59:49.849Z] 04:55:01 PM 31.54 2.51 29.03 193.48 475.32 [2020-10-02T16:59:49.849Z] 04:56:01 PM 24.12 2.60 21.52 358.78 362.66 [2020-10-02T16:59:49.849Z] 04:57:01 PM 193.28 62.50 130.78 5792.41 35627.01 [2020-10-02T16:59:49.849Z] 04:58:02 PM 110.65 75.24 35.41 6288.70 4198.50 [2020-10-02T16:59:49.849Z] 04:59:01 PM 111.96 34.28 77.68 2066.01 10810.38 [2020-10-02T16:59:49.849Z] Average: 294.21 207.35 86.86 14875.44 26333.20 [2020-10-02T16:59:49.849Z] [2020-10-02T16:59:49.849Z] 04:35:01 PM kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-10-02T16:59:49.849Z] 04:36:01 PM 79060 1802496 95.80 2124 1122144 1402984 47.88 603824 1000012 59524 [2020-10-02T16:59:49.849Z] 04:37:02 PM 68556 1813000 96.36 1448 1111592 1234756 42.14 705332 858556 74256 [2020-10-02T16:59:49.849Z] 04:38:01 PM 456152 1425404 75.76 0 699212 2391424 81.62 534448 681508 64 [2020-10-02T16:59:49.849Z] 04:39:02 PM 79128 1802428 95.79 0 1021820 2031472 69.33 752804 852420 7564 [2020-10-02T16:59:49.849Z] 04:40:02 PM 72500 1809056 96.15 0 1063168 2283496 77.93 607948 1004724 86432 [2020-10-02T16:59:49.849Z] 04:41:01 PM 168740 1712816 91.03 0 1001312 1635496 55.82 598668 910052 15272 [2020-10-02T16:59:49.849Z] 04:42:01 PM 457464 1424092 75.69 0 815032 1367352 46.67 473880 758524 28 [2020-10-02T16:59:49.849Z] 04:43:01 PM 407812 1473744 78.33 0 897760 1164692 39.75 441788 839808 8 [2020-10-02T16:59:49.849Z] 04:44:01 PM 408500 1473056 78.29 0 897768 1164680 39.75 441668 839812 8 [2020-10-02T16:59:49.849Z] 04:45:01 PM 410572 1470984 78.18 0 898264 1143044 39.01 439616 840048 8 [2020-10-02T16:59:49.849Z] 04:46:01 PM 410844 1470712 78.16 0 898268 1136016 38.77 439876 840032 8 [2020-10-02T16:59:49.849Z] 04:47:01 PM 411596 1469960 78.12 0 898284 1135848 38.76 438976 840044 8 [2020-10-02T16:59:49.849Z] 04:48:01 PM 411752 1469804 78.12 0 898296 1135848 38.76 438860 840048 8 [2020-10-02T16:59:49.849Z] 04:49:01 PM 409820 1471736 78.22 0 899280 1135848 38.76 439668 840356 24 [2020-10-02T16:59:49.849Z] 04:50:01 PM 409740 1471816 78.22 0 899284 1135996 38.77 440140 840360 8 [2020-10-02T16:59:49.849Z] 04:51:01 PM 101608 1779948 94.60 0 1080580 1389920 47.44 589068 947260 57472 [2020-10-02T16:59:49.849Z] 04:52:01 PM 219228 1662328 88.35 0 1050744 1342500 45.82 556664 883936 52 [2020-10-02T16:59:49.849Z] 04:53:01 PM 200976 1680580 89.32 0 1050892 1427488 48.72 585940 872672 36 [2020-10-02T16:59:49.849Z] 04:54:01 PM 217828 1663728 88.42 0 1051020 1414032 48.26 589052 853408 44 [2020-10-02T16:59:49.849Z] 04:55:01 PM 249472 1632084 86.74 0 1053848 1319320 45.03 574088 835768 44 [2020-10-02T16:59:49.849Z] 04:56:01 PM 238188 1643368 87.34 0 1064028 1113208 37.99 570460 841640 36 [2020-10-02T16:59:49.849Z] 04:57:01 PM 97528 1784028 94.82 0 1139816 1174480 40.08 674148 784948 70348 [2020-10-02T16:59:49.849Z] 04:58:02 PM 80188 1801368 95.74 0 1117536 1119624 38.21 659180 823700 55312 [2020-10-02T16:59:49.849Z] 04:59:01 PM 104248 1777308 94.46 0 1077872 1101876 37.61 595436 826972 82180 [2020-10-02T16:59:49.849Z] Average: 257146 1624410 86.33 149 987826 1370892 46.79 549647 852359 21198 [2020-10-02T16:59:49.849Z] [2020-10-02T16:59:49.849Z] 04:35:01 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s [2020-10-02T16:59:49.849Z] 04:36:01 PM eth0 1993.48 1716.51 5984.37 2872.58 0.00 0.00 0.00 [2020-10-02T16:59:49.849Z] 04:36:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-02T16:59:49.849Z] 04:36:01 PM vethe4abf2e 40.96 60.97 3.08 308.81 0.00 0.00 0.00 [2020-10-02T16:59:49.849Z] 04:36:01 PM docker0 844.71 727.95 68.59 2963.28 0.00 0.00 0.00 [2020-10-02T16:59:49.849Z] 04:37:02 PM veth7ba9fab 0.00 0.10 0.00 0.01 0.00 0.00 0.00 [2020-10-02T16:59:49.849Z] 04:37:02 PM eth0 3456.50 2710.75 12864.73 2974.18 0.00 0.00 0.00 [2020-10-02T16:59:49.849Z] 04:37:02 PM lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 [2020-10-02T16:59:49.849Z] 04:37:02 PM docker0 102.99 117.57 8.05 514.51 0.00 0.00 0.00 [2020-10-02T16:59:49.849Z] 04:38:01 PM vethf9ba245 0.00 0.02 0.00 0.00 0.00 0.00 0.00 [2020-10-02T16:59:49.849Z] 04:38:01 PM veth1ea08bb 0.00 0.05 0.00 0.00 0.00 0.00 0.00 [2020-10-02T16:59:49.849Z] 04:38:01 PM veth7ba9fab 0.00 0.30 0.00 0.02 0.00 0.00 0.00 [2020-10-02T16:59:49.849Z] 04:38:01 PM eth0 3602.58 2818.98 13345.93 3107.73 0.00 0.00 0.00 [2020-10-02T16:59:49.849Z] 04:39:02 PM veth7ba9fab 0.00 0.21 0.00 0.01 0.00 0.00 0.00 [2020-10-02T16:59:49.849Z] 04:39:02 PM eth0 80.87 48.16 426.24 13.46 0.00 0.00 0.00 [2020-10-02T16:59:49.849Z] 04:39:02 PM lo 0.11 0.11 0.01 0.01 0.00 0.00 0.00 [2020-10-02T16:59:49.849Z] 04:39:02 PM veth111bec5 17.56 32.83 1.16 251.68 0.00 0.00 0.00 [2020-10-02T16:59:49.849Z] 04:40:02 PM vetheb7c6ee 3.95 4.06 0.51 19.97 0.00 0.00 0.00 [2020-10-02T16:59:49.849Z] 04:40:02 PM vethee8dcc6 0.00 0.13 0.00 0.01 0.00 0.00 0.00 [2020-10-02T16:59:49.849Z] 04:40:02 PM veth7ba9fab 0.00 0.61 0.00 0.03 0.00 0.00 0.00 [2020-10-02T16:59:49.849Z] 04:40:02 PM eth0 3716.85 2885.13 13735.73 3139.92 0.00 0.00 0.00 [2020-10-02T16:59:49.849Z] 04:41:01 PM veth7ba9fab 0.00 0.14 0.00 0.01 0.00 0.00 0.00 [2020-10-02T16:59:49.849Z] 04:41:01 PM eth0 76.50 48.14 138.12 68.96 0.00 0.00 0.00 [2020-10-02T16:59:49.849Z] 04:41:01 PM lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 [2020-10-02T16:59:49.849Z] 04:41:01 PM docker0 1034.08 974.53 82.01 4287.59 0.00 0.00 0.00 [2020-10-02T16:59:49.849Z] 04:42:01 PM eth0 350.39 350.81 219.58 1247.94 0.00 0.00 0.00 [2020-10-02T16:59:49.849Z] 04:42:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-02T16:59:49.849Z] 04:42:01 PM docker0 6.14 9.55 0.33 44.53 0.00 0.00 0.00 [2020-10-02T16:59:49.849Z] 04:43:01 PM eth0 107.32 108.91 42.18 489.96 0.00 0.00 0.00 [2020-10-02T16:59:49.849Z] 04:43:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-02T16:59:49.849Z] 04:43:01 PM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-02T16:59:49.849Z] 04:44:01 PM eth0 2.41 2.13 0.56 6.41 0.00 0.00 0.00 [2020-10-02T16:59:49.849Z] 04:44:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-02T16:59:49.849Z] 04:44:01 PM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-02T16:59:49.849Z] 04:45:01 PM eth0 0.35 0.18 0.14 0.07 0.00 0.00 0.00 [2020-10-02T16:59:49.849Z] 04:45:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-02T16:59:49.849Z] 04:45:01 PM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-02T16:59:49.849Z] 04:46:01 PM eth0 0.95 0.47 0.34 0.21 0.00 0.00 0.00 [2020-10-02T16:59:49.849Z] 04:46:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-02T16:59:49.849Z] 04:46:01 PM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-02T16:59:49.849Z] 04:47:01 PM eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 [2020-10-02T16:59:49.849Z] 04:47:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-02T16:59:49.849Z] 04:47:01 PM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-02T16:59:49.849Z] 04:48:01 PM eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 [2020-10-02T16:59:49.849Z] 04:48:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-02T16:59:49.849Z] 04:48:01 PM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-02T16:59:49.849Z] 04:49:01 PM eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 [2020-10-02T16:59:49.849Z] 04:49:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-02T16:59:49.849Z] 04:49:01 PM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-02T16:59:49.849Z] 04:50:01 PM eth0 0.28 0.20 0.14 0.07 0.00 0.00 0.00 [2020-10-02T16:59:49.849Z] 04:50:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-02T16:59:49.849Z] 04:50:01 PM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-02T16:59:49.849Z] 04:51:01 PM veth9a0969f 40.47 41.40 4.19 203.96 0.00 0.00 0.00 [2020-10-02T16:59:49.849Z] 04:51:01 PM eth0 4725.07 3816.03 18135.68 4993.33 0.00 0.00 0.00 [2020-10-02T16:59:49.849Z] 04:51:01 PM lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 [2020-10-02T16:59:49.849Z] 04:51:01 PM docker0 1065.02 1010.59 84.74 4471.13 0.00 0.00 0.00 [2020-10-02T16:59:49.849Z] 04:52:01 PM eth0 143.89 117.73 259.86 116.84 0.00 0.00 0.00 [2020-10-02T16:59:49.849Z] 04:52:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-02T16:59:49.849Z] 04:52:01 PM veth9320442 0.35 0.42 0.09 0.19 0.00 0.00 0.00 [2020-10-02T16:59:49.849Z] 04:52:01 PM docker0 3.94 3.43 0.81 1.61 0.00 0.00 0.00 [2020-10-02T16:59:49.849Z] 04:53:01 PM eth0 106.34 84.84 96.27 82.94 0.00 0.00 0.00 [2020-10-02T16:59:49.849Z] 04:53:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-02T16:59:49.849Z] 04:53:01 PM veth1b5ec81 0.40 0.45 0.08 0.16 0.00 0.00 0.00 [2020-10-02T16:59:49.849Z] 04:53:01 PM docker0 3.99 3.75 1.10 1.80 0.00 0.00 0.00 [2020-10-02T16:59:49.849Z] 04:54:01 PM eth0 92.51 73.36 96.11 86.49 0.00 0.00 0.00 [2020-10-02T16:59:49.849Z] 04:54:01 PM vethedfcc60 0.40 0.45 0.08 0.17 0.00 0.00 0.00 [2020-10-02T16:59:49.849Z] 04:54:01 PM lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 [2020-10-02T16:59:49.849Z] 04:54:01 PM docker0 3.71 3.31 0.93 1.64 0.00 0.00 0.00 [2020-10-02T16:59:49.849Z] 04:55:01 PM vethef53f5a 0.35 0.32 0.09 0.16 0.00 0.00 0.00 [2020-10-02T16:59:49.849Z] 04:55:01 PM eth0 5182.84 4181.96 18687.92 5374.44 0.00 0.00 0.00 [2020-10-02T16:59:49.849Z] 04:55:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-02T16:59:49.849Z] 04:55:01 PM docker0 4.24 3.89 1.17 1.95 0.00 0.00 0.00 [2020-10-02T16:59:49.849Z] 04:56:01 PM eth0 107.81 85.75 88.82 91.34 0.00 0.00 0.00 [2020-10-02T16:59:49.849Z] 04:56:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-02T16:59:49.849Z] 04:56:01 PM docker0 2.96 2.71 0.78 1.33 0.00 0.00 0.00 [2020-10-02T16:59:49.849Z] 04:57:01 PM eth0 2695.81 1954.43 6350.68 267.24 0.00 0.00 0.00 [2020-10-02T16:59:49.849Z] 04:57:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-02T16:59:49.849Z] 04:57:01 PM veth0209ab1 46.82 55.54 2.97 199.99 0.00 0.00 0.00 [2020-10-02T16:59:49.849Z] 04:57:01 PM docker0 1130.53 1082.92 91.85 4678.69 0.00 0.00 0.00 [2020-10-02T16:59:49.849Z] 04:58:02 PM eth0 141.64 97.29 669.97 58.57 0.00 0.00 0.00 [2020-10-02T16:59:49.849Z] 04:58:02 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-02T16:59:49.849Z] 04:58:02 PM docker0 2.15 1.71 0.46 0.54 0.00 0.00 0.00 [2020-10-02T16:59:49.849Z] 04:59:01 PM eth0 36.38 24.64 249.50 13.83 0.00 0.00 0.00 [2020-10-02T16:59:49.849Z] 04:59:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-02T16:59:49.849Z] 04:59:01 PM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-02T16:59:49.849Z] Average: eth0 298.25 238.14 932.09 238.23 0.00 0.00 0.00 [2020-10-02T16:59:49.849Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-02T16:59:49.849Z] Average: docker0 47.25 45.24 3.85 195.19 0.00 0.00 0.00 [2020-10-02T16:59:49.849Z] [2020-10-02T16:59:49.849Z] [2020-10-02T16:59:49.849Z] ---> sar -P ALL: [2020-10-02T16:59:49.849Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/02/2020 _x86_64_ (4 CPU) [2020-10-02T16:59:49.849Z] [2020-10-02T16:59:49.849Z] 04:33:50 PM LINUX RESTART [2020-10-02T16:59:49.849Z] [2020-10-02T16:59:49.849Z] 04:35:01 PM CPU %user %nice %system %iowait %steal %idle [2020-10-02T16:59:49.849Z] 04:36:01 PM all 21.53 0.00 8.55 1.46 0.21 68.24 [2020-10-02T16:59:49.849Z] 04:36:01 PM 0 17.07 0.00 11.46 1.87 0.16 69.44 [2020-10-02T16:59:49.849Z] 04:36:01 PM 1 32.14 0.00 7.79 1.46 0.15 58.46 [2020-10-02T16:59:49.849Z] 04:36:01 PM 2 21.36 0.00 7.22 1.05 0.26 70.11 [2020-10-02T16:59:49.849Z] 04:36:01 PM 3 15.47 0.00 7.78 1.46 0.28 75.02 [2020-10-02T16:59:49.849Z] 04:37:02 PM all 11.98 0.00 9.30 6.81 0.16 71.74 [2020-10-02T16:59:49.849Z] 04:37:02 PM 0 11.54 0.00 9.59 6.36 0.19 72.32 [2020-10-02T16:59:49.849Z] 04:37:02 PM 1 13.09 0.00 9.44 6.76 0.17 70.54 [2020-10-02T16:59:49.849Z] 04:37:02 PM 2 12.47 0.00 9.69 7.44 0.13 70.27 [2020-10-02T16:59:49.849Z] 04:37:02 PM 3 10.80 0.00 8.50 6.67 0.17 73.85 [2020-10-02T16:59:49.849Z] 04:38:01 PM all 23.35 0.00 28.03 20.41 0.65 27.56 [2020-10-02T16:59:49.849Z] 04:38:01 PM 0 23.33 0.00 27.68 19.85 0.77 28.37 [2020-10-02T16:59:49.849Z] 04:38:01 PM 1 22.62 0.00 28.05 21.49 0.70 27.14 [2020-10-02T16:59:49.849Z] 04:38:01 PM 2 23.44 0.00 28.69 19.65 0.64 27.58 [2020-10-02T16:59:49.849Z] 04:38:01 PM 3 23.98 0.00 27.74 20.66 0.51 27.12 [2020-10-02T16:59:49.849Z] 04:39:02 PM all 51.61 0.00 17.24 15.82 0.58 14.76 [2020-10-02T16:59:49.849Z] 04:39:02 PM 0 51.67 0.00 16.39 13.11 0.67 18.15 [2020-10-02T16:59:49.849Z] 04:39:02 PM 1 50.86 0.00 17.22 18.17 0.59 13.16 [2020-10-02T16:59:49.849Z] 04:39:02 PM 2 52.53 0.00 17.67 15.68 0.55 13.56 [2020-10-02T16:59:49.850Z] 04:39:02 PM 3 51.39 0.00 17.67 16.33 0.48 14.13 [2020-10-02T16:59:49.850Z] 04:40:02 PM all 46.25 0.00 21.53 20.39 0.87 10.96 [2020-10-02T16:59:49.850Z] 04:40:02 PM 0 47.23 0.00 20.50 21.96 0.83 9.48 [2020-10-02T16:59:49.850Z] 04:40:02 PM 1 46.48 0.00 21.77 17.41 0.90 13.45 [2020-10-02T16:59:49.850Z] 04:40:02 PM 2 45.05 0.00 21.48 23.13 0.90 9.43 [2020-10-02T16:59:49.850Z] 04:40:02 PM 3 46.23 0.00 22.35 19.08 0.87 11.47 [2020-10-02T16:59:49.850Z] 04:41:01 PM all 38.06 0.00 19.14 16.58 0.84 25.39 [2020-10-02T16:59:49.850Z] 04:41:01 PM 0 38.51 0.00 19.04 14.80 0.87 26.78 [2020-10-02T16:59:49.850Z] 04:41:01 PM 1 39.15 0.00 18.72 15.10 0.82 26.22 [2020-10-02T16:59:49.850Z] 04:41:01 PM 2 37.54 0.00 18.91 19.07 0.89 23.58 [2020-10-02T16:59:49.850Z] 04:41:01 PM 3 37.03 0.00 19.92 17.34 0.77 24.93 [2020-10-02T16:59:49.850Z] 04:42:01 PM all 10.16 0.00 4.92 1.62 0.68 82.62 [2020-10-02T16:59:49.850Z] 04:42:01 PM 0 9.12 0.00 5.32 0.86 0.58 84.12 [2020-10-02T16:59:49.850Z] 04:42:01 PM 1 9.86 0.00 5.15 2.19 0.64 82.16 [2020-10-02T16:59:49.850Z] 04:42:01 PM 2 10.63 0.00 4.35 2.06 0.83 82.14 [2020-10-02T16:59:49.850Z] 04:42:01 PM 3 11.05 0.00 4.82 1.37 0.66 82.10 [2020-10-02T16:59:49.850Z] 04:43:01 PM all 3.34 0.00 1.16 2.00 0.08 93.42 [2020-10-02T16:59:49.850Z] 04:43:01 PM 0 3.19 0.00 1.40 2.15 0.12 93.15 [2020-10-02T16:59:49.850Z] 04:43:01 PM 1 3.30 0.00 1.06 1.86 0.05 93.74 [2020-10-02T16:59:49.850Z] 04:43:01 PM 2 3.35 0.00 1.17 1.96 0.07 93.45 [2020-10-02T16:59:49.850Z] 04:43:01 PM 3 3.50 0.00 1.04 2.05 0.09 93.33 [2020-10-02T16:59:49.850Z] 04:44:01 PM all 0.17 0.00 0.04 0.00 0.01 99.78 [2020-10-02T16:59:49.850Z] 04:44:01 PM 0 0.27 0.00 0.03 0.00 0.00 99.70 [2020-10-02T16:59:49.850Z] 04:44:01 PM 1 0.07 0.00 0.03 0.00 0.02 99.88 [2020-10-02T16:59:49.850Z] 04:44:01 PM 2 0.07 0.00 0.03 0.00 0.03 99.87 [2020-10-02T16:59:49.850Z] 04:44:01 PM 3 0.27 0.00 0.03 0.00 0.00 99.70 [2020-10-02T16:59:49.850Z] 04:45:01 PM all 0.14 0.00 0.04 0.00 0.00 99.82 [2020-10-02T16:59:49.850Z] 04:45:01 PM 0 0.03 0.00 0.05 0.00 0.00 99.92 [2020-10-02T16:59:49.850Z] 04:45:01 PM 1 0.07 0.00 0.05 0.00 0.00 99.88 [2020-10-02T16:59:49.850Z] 04:45:01 PM 2 0.05 0.00 0.03 0.00 0.00 99.92 [2020-10-02T16:59:49.850Z] 04:45:01 PM 3 0.42 0.00 0.07 0.02 0.00 99.50 [2020-10-02T16:59:49.850Z] 04:46:01 PM all 0.17 0.00 0.04 0.00 0.00 99.79 [2020-10-02T16:59:49.850Z] 04:46:01 PM 0 0.02 0.00 0.00 0.00 0.00 99.98 [2020-10-02T16:59:49.850Z] 04:46:01 PM 1 0.08 0.00 0.05 0.00 0.00 99.87 [2020-10-02T16:59:49.850Z] 04:46:01 PM 2 0.02 0.00 0.05 0.00 0.00 99.93 [2020-10-02T16:59:49.850Z] 04:46:01 PM 3 0.57 0.00 0.03 0.02 0.00 99.38 [2020-10-02T16:59:49.850Z] [2020-10-02T16:59:49.850Z] 04:46:01 PM CPU %user %nice %system %iowait %steal %idle [2020-10-02T16:59:49.850Z] 04:47:01 PM all 0.16 0.00 0.02 0.00 0.00 99.81 [2020-10-02T16:59:49.850Z] 04:47:01 PM 0 0.03 0.00 0.02 0.00 0.00 99.95 [2020-10-02T16:59:49.850Z] 04:47:01 PM 1 0.07 0.00 0.05 0.00 0.00 99.88 [2020-10-02T16:59:49.850Z] 04:47:01 PM 2 0.03 0.00 0.00 0.00 0.00 99.97 [2020-10-02T16:59:49.850Z] 04:47:01 PM 3 0.52 0.00 0.02 0.02 0.00 99.45 [2020-10-02T16:59:49.850Z] 04:48:01 PM all 0.10 0.00 0.03 0.00 0.00 99.86 [2020-10-02T16:59:49.850Z] 04:48:01 PM 0 0.00 0.00 0.02 0.00 0.00 99.98 [2020-10-02T16:59:49.850Z] 04:48:01 PM 1 0.05 0.00 0.02 0.00 0.00 99.93 [2020-10-02T16:59:49.850Z] 04:48:01 PM 2 0.02 0.00 0.02 0.00 0.00 99.97 [2020-10-02T16:59:49.850Z] 04:48:01 PM 3 0.33 0.00 0.07 0.00 0.00 99.60 [2020-10-02T16:59:49.850Z] 04:49:01 PM all 0.11 0.00 0.05 0.03 0.00 99.82 [2020-10-02T16:59:49.850Z] 04:49:01 PM 0 0.05 0.00 0.03 0.00 0.00 99.92 [2020-10-02T16:59:49.850Z] 04:49:01 PM 1 0.15 0.00 0.03 0.00 0.00 99.82 [2020-10-02T16:59:49.850Z] 04:49:01 PM 2 0.05 0.00 0.08 0.07 0.00 99.80 [2020-10-02T16:59:49.850Z] 04:49:01 PM 3 0.18 0.00 0.07 0.00 0.00 99.75 [2020-10-02T16:59:49.850Z] 04:50:01 PM all 0.17 0.00 0.03 0.00 0.00 99.79 [2020-10-02T16:59:49.850Z] 04:50:01 PM 0 0.02 0.00 0.02 0.00 0.02 99.95 [2020-10-02T16:59:49.850Z] 04:50:01 PM 1 0.05 0.00 0.07 0.00 0.02 99.87 [2020-10-02T16:59:49.850Z] 04:50:01 PM 2 0.03 0.00 0.03 0.02 0.00 99.92 [2020-10-02T16:59:49.850Z] 04:50:01 PM 3 0.60 0.00 0.02 0.00 0.00 99.38 [2020-10-02T16:59:49.850Z] 04:51:01 PM all 7.93 0.00 5.12 3.84 0.05 83.06 [2020-10-02T16:59:49.850Z] 04:51:01 PM 0 7.93 0.00 5.79 5.54 0.05 80.69 [2020-10-02T16:59:49.850Z] 04:51:01 PM 1 7.64 0.00 4.78 3.77 0.03 83.78 [2020-10-02T16:59:49.850Z] 04:51:01 PM 2 8.08 0.00 4.94 2.73 0.05 84.20 [2020-10-02T16:59:49.850Z] 04:51:01 PM 3 8.10 0.00 4.98 3.34 0.07 83.52 [2020-10-02T16:59:49.850Z] 04:52:01 PM all 4.05 0.00 4.34 1.17 0.04 90.40 [2020-10-02T16:59:49.850Z] 04:52:01 PM 0 3.95 0.00 4.07 0.61 0.03 91.34 [2020-10-02T16:59:49.850Z] 04:52:01 PM 1 3.88 0.00 4.56 1.25 0.05 90.26 [2020-10-02T16:59:49.850Z] 04:52:01 PM 2 4.19 0.00 4.70 1.44 0.03 89.65 [2020-10-02T16:59:49.850Z] 04:52:01 PM 3 4.15 0.00 4.02 1.40 0.03 90.40 [2020-10-02T16:59:49.850Z] 04:53:01 PM all 3.27 0.00 3.40 0.67 0.03 92.62 [2020-10-02T16:59:49.850Z] 04:53:01 PM 0 3.49 0.00 4.06 1.04 0.03 91.38 [2020-10-02T16:59:49.850Z] 04:53:01 PM 1 3.28 0.00 3.03 1.06 0.03 92.59 [2020-10-02T16:59:49.850Z] 04:53:01 PM 2 3.23 0.00 3.24 0.32 0.03 93.17 [2020-10-02T16:59:49.850Z] 04:53:01 PM 3 3.10 0.00 3.23 0.27 0.03 93.36 [2020-10-02T16:59:49.850Z] 04:54:01 PM all 3.30 0.00 3.31 0.53 0.03 92.84 [2020-10-02T16:59:49.850Z] 04:54:01 PM 0 3.27 0.00 3.20 0.40 0.03 93.09 [2020-10-02T16:59:49.850Z] 04:54:01 PM 1 3.27 0.00 3.39 0.69 0.02 92.63 [2020-10-02T16:59:49.850Z] 04:54:01 PM 2 3.11 0.00 3.22 0.45 0.03 93.18 [2020-10-02T16:59:49.850Z] 04:54:01 PM 3 3.52 0.00 3.43 0.61 0.02 92.43 [2020-10-02T16:59:49.850Z] 04:55:01 PM all 3.63 0.00 3.63 0.60 0.04 92.11 [2020-10-02T16:59:49.850Z] 04:55:01 PM 0 4.21 0.00 4.28 0.39 0.03 91.08 [2020-10-02T16:59:49.850Z] 04:55:01 PM 1 3.50 0.00 3.48 0.49 0.05 92.48 [2020-10-02T16:59:49.850Z] 04:55:01 PM 2 3.45 0.00 3.03 0.59 0.02 92.91 [2020-10-02T16:59:49.850Z] 04:55:01 PM 3 3.37 0.00 3.73 0.91 0.03 91.95 [2020-10-02T16:59:49.850Z] 04:56:01 PM all 3.10 0.00 3.05 0.45 0.05 93.34 [2020-10-02T16:59:49.850Z] 04:56:01 PM 0 3.30 0.00 3.33 0.22 0.05 93.10 [2020-10-02T16:59:49.850Z] 04:56:01 PM 1 2.94 0.00 2.67 0.45 0.03 93.90 [2020-10-02T16:59:49.850Z] 04:56:01 PM 2 3.09 0.00 3.24 0.74 0.07 92.86 [2020-10-02T16:59:49.850Z] 04:56:01 PM 3 3.06 0.00 2.96 0.40 0.07 93.52 [2020-10-02T16:59:49.850Z] 04:57:01 PM all 13.35 0.00 9.74 3.24 0.09 73.58 [2020-10-02T16:59:49.850Z] 04:57:01 PM 0 12.05 0.00 12.63 2.69 0.09 72.55 [2020-10-02T16:59:49.850Z] 04:57:01 PM 1 13.03 0.00 9.08 1.96 0.07 75.86 [2020-10-02T16:59:49.850Z] 04:57:01 PM 2 15.31 0.00 8.68 5.59 0.10 70.31 [2020-10-02T16:59:49.850Z] 04:57:01 PM 3 12.99 0.00 8.63 2.73 0.12 75.54 [2020-10-02T16:59:49.850Z] [2020-10-02T16:59:49.850Z] 04:57:01 PM CPU %user %nice %system %iowait %steal %idle [2020-10-02T16:59:49.850Z] 04:58:02 PM all 11.81 0.00 3.77 2.22 0.04 82.16 [2020-10-02T16:59:49.850Z] 04:58:02 PM 0 28.35 0.00 4.80 1.47 0.05 65.34 [2020-10-02T16:59:49.850Z] 04:58:02 PM 1 4.66 0.00 3.02 2.23 0.05 90.04 [2020-10-02T16:59:49.850Z] 04:58:02 PM 2 10.18 0.00 4.16 3.79 0.03 81.82 [2020-10-02T16:59:49.850Z] 04:58:02 PM 3 4.31 0.00 3.11 1.33 0.03 91.22 [2020-10-02T16:59:49.850Z] 04:59:01 PM all 15.81 0.00 3.48 2.28 0.03 78.41 [2020-10-02T16:59:49.850Z] 04:59:01 PM 0 23.66 0.00 3.48 1.63 0.03 71.20 [2020-10-02T16:59:49.850Z] 04:59:01 PM 1 12.78 0.00 3.59 2.87 0.02 80.74 [2020-10-02T16:59:49.850Z] 04:59:01 PM 2 13.29 0.00 3.97 1.99 0.02 80.73 [2020-10-02T16:59:49.850Z] 04:59:01 PM 3 13.54 0.00 2.86 2.64 0.03 80.93 [2020-10-02T16:59:49.850Z] Average: all 11.16 0.00 6.10 4.05 0.18 78.51 [2020-10-02T16:59:49.850Z] Average: 0 11.94 0.00 6.40 3.85 0.19 77.62 [2020-10-02T16:59:49.850Z] Average: 1 11.13 0.00 5.99 4.02 0.18 78.67 [2020-10-02T16:59:49.850Z] Average: 2 11.03 0.00 6.04 4.36 0.19 78.38 [2020-10-02T16:59:49.850Z] Average: 3 10.52 0.00 5.97 3.98 0.17 79.35 [2020-10-02T16:59:49.850Z] [2020-10-02T16:59:49.850Z] [2020-10-02T16:59:49.850Z]