Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 8d1be4b88019713d4adfd5be0516af0e8b12a917 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 ‘prd-centos7-docker-4c-2g-2850’ Running on prd-centos7-docker-4c-2g-2853 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/157 [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/157 # 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 8d1be4b88019713d4adfd5be0516af0e8b12a917 (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 8d1be4b88019713d4adfd5be0516af0e8b12a917 # timeout=10 Commit message: "Merge pull request #2714 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-secrets-0.0.22" > git rev-list --no-walk 12419c406f7182bfb2e040d9f02d9c9ec72cd9b6 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-10-01T18:55:20.528Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-10-01T18:55:20.820Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-10-01T18:55:20.925Z] ========================================================= [2020-10-01T18:55:20.925Z] EdgeX Global Pipelines Version Info [2020-10-01T18:55:20.925Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-10-01T18:55:22.423Z] ------------------- [2020-10-01T18:55:22.423Z] stable info: [2020-10-01T18:55:22.423Z] ------------------- [2020-10-01T18:55:22.423Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-01T18:55:22.423Z] Commit SHA: ad104866bbc8c98dca93091e1a8abeb835fd4e4d [2020-10-01T18:55:22.423Z] Message: update stable to v1.0.131 [2020-10-01T18:55:23.367Z] ------------------- [2020-10-01T18:55:23.367Z] experimental info: [2020-10-01T18:55:23.367Z] ------------------- [2020-10-01T18:55:23.367Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-10-01T18:55:23.368Z] Commit SHA: 41577c21a85c69f5bb10b3280393e6d03042176a [2020-10-01T18:55:23.368Z] Message: update experimental to v1.0.132 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-10-01T18:55:23.729Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-10-01T18:55:23.829Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-10-01T18:55:23.927Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-10-01T18:55:24.075Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-10-01T18:55:24.172Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-10-01T18:55:24.284Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-10-01T18:55:24.377Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-10-01T18:55:24.472Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-10-01T18:55:24.563Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-10-01T18:55:24.665Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-10-01T18:55:24.784Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-10-01T18:55:24.878Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-10-01T18:55:24.976Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-10-01T18:55:25.063Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-10-01T18:55:25.154Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-10-01T18:55:25.307Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-10-01T18:55:25.435Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-10-01T18:55:25.520Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-10-01T18:55:25.637Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-10-01T18:55:25.728Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-10-01T18:55:25.838Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-10-01T18:55:25.922Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-10-01T18:55:26.010Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-10-01T18:55:26.093Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-10-01T18:55:26.190Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 8d1be4b88019713d4adfd5be0516af0e8b12a917 [Pipeline] echo [2020-10-01T18:55:26.393Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 8d1be4b [Pipeline] echo [2020-10-01T18:55:26.492Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] sh [2020-10-01T18:55:26.876Z] ++ 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-01T18:55:26.876Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-01T18:55:26.876Z] ++ dirname cmd/core-command/Dockerfile [2020-10-01T18:55:26.876Z] ++ cut -d/ -f2 [2020-10-01T18:55:26.876Z] + echo core-command,cmd/core-command/Dockerfile [2020-10-01T18:55:26.876Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-01T18:55:26.876Z] ++ dirname cmd/core-data/Dockerfile [2020-10-01T18:55:26.876Z] ++ cut -d/ -f2 [2020-10-01T18:55:26.876Z] + echo core-data,cmd/core-data/Dockerfile [2020-10-01T18:55:26.876Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-01T18:55:26.876Z] ++ dirname cmd/core-metadata/Dockerfile [2020-10-01T18:55:26.876Z] ++ cut -d/ -f2 [2020-10-01T18:55:26.876Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-10-01T18:55:26.876Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-01T18:55:26.876Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-10-01T18:55:26.876Z] ++ cut -d/ -f2 [2020-10-01T18:55:26.876Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-10-01T18:55:26.876Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-01T18:55:26.876Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-10-01T18:55:26.876Z] ++ cut -d/ -f2 [2020-10-01T18:55:26.876Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-10-01T18:55:26.876Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-01T18:55:26.876Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-10-01T18:55:26.876Z] ++ cut -d/ -f2 [2020-10-01T18:55:26.876Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-10-01T18:55:26.876Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-01T18:55:26.876Z] ++ dirname cmd/support-logging/Dockerfile [2020-10-01T18:55:26.876Z] ++ cut -d/ -f2 [2020-10-01T18:55:26.876Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-10-01T18:55:26.876Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-01T18:55:26.876Z] ++ dirname cmd/support-notifications/Dockerfile [2020-10-01T18:55:26.876Z] ++ cut -d/ -f2 [2020-10-01T18:55:26.876Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-10-01T18:55:26.876Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-01T18:55:26.876Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-10-01T18:55:26.876Z] ++ cut -d/ -f2 [2020-10-01T18:55:26.876Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-10-01T18:55:26.876Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-01T18:55:26.876Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-10-01T18:55:26.876Z] ++ cut -d/ -f2 [2020-10-01T18:55:26.876Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-10-01T18:55:26.941Z] 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-01T18:55:28.482Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-01T18:55:28.482Z] [2020-10-01T18:55:28.482Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-10-01T18:55:28.863Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-01T18:55:28.863Z] latest: Pulling from edgex-devops/git-semver [2020-10-01T18:55:28.863Z] 31603596830f: Pulling fs layer [2020-10-01T18:55:28.863Z] 2a8b12db71e7: Pulling fs layer [2020-10-01T18:55:28.863Z] 6ca5941a6612: Pulling fs layer [2020-10-01T18:55:28.863Z] ecc8261a40a4: Pulling fs layer [2020-10-01T18:55:28.863Z] ecc8261a40a4: Waiting [2020-10-01T18:55:28.863Z] 2a8b12db71e7: Verifying Checksum [2020-10-01T18:55:28.863Z] 2a8b12db71e7: Download complete [2020-10-01T18:55:29.124Z] 31603596830f: Download complete [2020-10-01T18:55:29.124Z] ecc8261a40a4: Verifying Checksum [2020-10-01T18:55:29.124Z] ecc8261a40a4: Download complete [2020-10-01T18:55:29.124Z] 6ca5941a6612: Verifying Checksum [2020-10-01T18:55:29.124Z] 6ca5941a6612: Download complete [2020-10-01T18:55:29.386Z] 31603596830f: Pull complete [2020-10-01T18:55:29.386Z] 2a8b12db71e7: Pull complete [2020-10-01T18:55:29.966Z] 6ca5941a6612: Pull complete [2020-10-01T18:55:30.227Z] ecc8261a40a4: Pull complete [2020-10-01T18:55:30.227Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-10-01T18:55:30.227Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-01T18:55:30.227Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-10-01T18:55:30.323Z] prd-centos7-docker-4c-2g-2853 does not seem to be running inside a container [2020-10-01T18:55:30.368Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/157 -v /w/workspace/edgex-go/157:/w/workspace/edgex-go/157:rw,z -v /w/workspace/edgex-go/157@tmp:/w/workspace/edgex-go/157@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-01T18:55:32.565Z] $ docker top 341eadf96558bff08c02219ef062a8a03a151c8ed3679e6490968883633ddae7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-01T18:55:32.881Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-01T18:55:32.881Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-01T18:55:33.053Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-01T18:55:33.059Z] $ docker exec 341eadf96558bff08c02219ef062a8a03a151c8ed3679e6490968883633ddae7 ssh-agent [2020-10-01T18:55:33.208Z] SSH_AUTH_SOCK=/tmp/ssh-TzbtQx36RNE3/agent.11 [2020-10-01T18:55:33.208Z] SSH_AGENT_PID=16 [2020-10-01T18:55:33.219Z] Running ssh-add (command line suppressed) [2020-10-01T18:55:33.327Z] Identity added: /w/workspace/edgex-go/157@tmp/private_key_3982145384723883.key (/w/workspace/edgex-go/157@tmp/private_key_3982145384723883.key) [2020-10-01T18:55:33.372Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-01T18:55:33.700Z] + git describe --exact-match --tags HEAD [2020-10-01T18:55:33.701Z] fatal: no tag exactly matches '8d1be4b88019713d4adfd5be0516af0e8b12a917' [Pipeline] } [2020-10-01T18:55:33.724Z] $ docker exec --env ******** --env ******** 341eadf96558bff08c02219ef062a8a03a151c8ed3679e6490968883633ddae7 ssh-agent -k [2020-10-01T18:55:33.830Z] unset SSH_AUTH_SOCK; [2020-10-01T18:55:33.831Z] unset SSH_AGENT_PID; [2020-10-01T18:55:33.831Z] echo Agent pid 16 killed; [2020-10-01T18:55:33.870Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-10-01T18:55:33.961Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-10-01T18:55:33.961Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-10-01T18:55:34.062Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-01T18:55:34.063Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-01T18:55:34.217Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-01T18:55:34.222Z] $ docker exec 341eadf96558bff08c02219ef062a8a03a151c8ed3679e6490968883633ddae7 ssh-agent [2020-10-01T18:55:34.385Z] SSH_AUTH_SOCK=/tmp/ssh-cMdZx5qEfHgO/agent.46 [2020-10-01T18:55:34.385Z] SSH_AGENT_PID=51 [2020-10-01T18:55:34.391Z] Running ssh-add (command line suppressed) [2020-10-01T18:55:34.499Z] Identity added: /w/workspace/edgex-go/157@tmp/private_key_6081661862963284924.key (/w/workspace/edgex-go/157@tmp/private_key_6081661862963284924.key) [2020-10-01T18:55:34.543Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-01T18:55:34.900Z] + git semver init [2020-10-01T18:55:34.900Z] # -> Open(): unable to determine branch for HEAD [2020-10-01T18:55:34.900Z] # $GIT_DIR = /w/workspace/edgex-go/157/.git [2020-10-01T18:55:34.900Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/157 [2020-10-01T18:55:34.900Z] # $SEMVER_REMOTE_NAME = origin [2020-10-01T18:55:34.900Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-01T18:55:34.900Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-01T18:55:34.900Z] # $SEMVER_BRANCH = master [2020-10-01T18:55:34.900Z] # $SEMVER_TEMP = /tmp/semver-612581662 [2020-10-01T18:55:34.900Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-10-01T18:56:01.487Z] # '/tmp/semver-612581662' -> '/w/workspace/edgex-go/157/.semver' [2020-10-01T18:56:01.487Z] # -> Force: false [2020-10-01T18:56:01.487Z] # $SEMVER_DIR = /w/workspace/edgex-go/157/.semver [Pipeline] } [2020-10-01T18:56:01.502Z] $ docker exec --env ******** --env ******** 341eadf96558bff08c02219ef062a8a03a151c8ed3679e6490968883633ddae7 ssh-agent -k [2020-10-01T18:56:01.673Z] unset SSH_AUTH_SOCK; [2020-10-01T18:56:01.673Z] unset SSH_AGENT_PID; [2020-10-01T18:56:01.673Z] echo Agent pid 51 killed; [2020-10-01T18:56:01.724Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-01T18:56:02.286Z] + git semver [Pipeline] } [2020-10-01T18:56:02.305Z] $ docker stop --time=1 341eadf96558bff08c02219ef062a8a03a151c8ed3679e6490968883633ddae7 [2020-10-01T18:56:03.890Z] $ docker rm -f 341eadf96558bff08c02219ef062a8a03a151c8ed3679e6490968883633ddae7 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-10-01T18:56:16.353Z] Stashed 59 file(s) [Pipeline] echo [2020-10-01T18:56:16.356Z] [edgeXSemver]: initialized semver on version 1.2.2-dev.42 [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-01T18:56:16.957Z] ========================================================= [2020-10-01T18:56:16.957Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-10-01T18:56:16.957Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-01T18:56:17.299Z] + 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-01T18:56:20.603Z] Sending build context to Docker daemon 324.5MB [2020-10-01T18:56:20.603Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-01T18:56:20.603Z] Step 2/7 : FROM ${BASE} [2020-10-01T18:56:20.867Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-10-01T18:56:20.867Z] df20fa9351a1: Pulling fs layer [2020-10-01T18:56:20.867Z] ed8968b2872e: Pulling fs layer [2020-10-01T18:56:20.867Z] a92cc7c5fd73: Pulling fs layer [2020-10-01T18:56:20.867Z] e871e8e8d7a9: Pulling fs layer [2020-10-01T18:56:20.867Z] e73272ec9a57: Pulling fs layer [2020-10-01T18:56:20.867Z] 1e910a182e73: Pulling fs layer [2020-10-01T18:56:20.867Z] 4e634b169226: Pulling fs layer [2020-10-01T18:56:20.867Z] e871e8e8d7a9: Waiting [2020-10-01T18:56:20.867Z] e73272ec9a57: Waiting [2020-10-01T18:56:20.867Z] 1e910a182e73: Waiting [2020-10-01T18:56:20.868Z] 4e634b169226: Waiting [2020-10-01T18:56:20.868Z] a92cc7c5fd73: Verifying Checksum [2020-10-01T18:56:20.868Z] a92cc7c5fd73: Download complete [2020-10-01T18:56:20.868Z] ed8968b2872e: Verifying Checksum [2020-10-01T18:56:20.868Z] ed8968b2872e: Download complete [2020-10-01T18:56:20.868Z] e73272ec9a57: Verifying Checksum [2020-10-01T18:56:20.868Z] e73272ec9a57: Download complete [2020-10-01T18:56:20.868Z] 1e910a182e73: Verifying Checksum [2020-10-01T18:56:20.868Z] 1e910a182e73: Download complete [2020-10-01T18:56:20.868Z] df20fa9351a1: Download complete [2020-10-01T18:56:21.129Z] df20fa9351a1: Pull complete [2020-10-01T18:56:21.391Z] ed8968b2872e: Pull complete [2020-10-01T18:56:21.391Z] a92cc7c5fd73: Pull complete [2020-10-01T18:56:23.308Z] 4e634b169226: Verifying Checksum [2020-10-01T18:56:23.308Z] 4e634b169226: Download complete [2020-10-01T18:56:23.885Z] e871e8e8d7a9: Verifying Checksum [2020-10-01T18:56:23.885Z] e871e8e8d7a9: Download complete [2020-10-01T18:56:28.107Z] e871e8e8d7a9: Pull complete [2020-10-01T18:56:28.107Z] e73272ec9a57: Pull complete [2020-10-01T18:56:28.107Z] 1e910a182e73: Pull complete [2020-10-01T18:56:31.734Z] Still waiting to schedule task [2020-10-01T18:56:31.734Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-2851’ [2020-10-01T18:56:33.410Z] 4e634b169226: Pull complete [2020-10-01T18:56:33.410Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-10-01T18:56:33.410Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-10-01T18:56:33.410Z] ---> f7629b54cfaa [2020-10-01T18:56:33.410Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-10-01T18:56:33.410Z] ---> Running in f9929db5fc94 [2020-10-01T18:56:33.672Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-01T18:56:34.612Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-01T18:56:34.873Z] (1/12) Installing libmagic (5.38-r0) [2020-10-01T18:56:35.140Z] (2/12) Installing file (5.38-r0) [2020-10-01T18:56:35.140Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-10-01T18:56:35.140Z] (4/12) Installing g++ (9.3.0-r2) [2020-10-01T18:56:40.434Z] (5/12) Installing fortify-headers (1.1-r0) [2020-10-01T18:56:40.434Z] (6/12) Installing patch (2.7.6-r6) [2020-10-01T18:56:40.434Z] (7/12) Installing build-base (0.5-r2) [2020-10-01T18:56:40.434Z] (8/12) Installing libsodium (1.0.18-r0) [2020-10-01T18:56:40.697Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-10-01T18:56:40.697Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-10-01T18:56:40.697Z] (11/12) Installing libzmq (4.3.3-r0) [2020-10-01T18:56:40.959Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-10-01T18:56:40.959Z] Executing busybox-1.31.1-r16.trigger [2020-10-01T18:56:40.959Z] OK: 233 MiB in 51 packages [2020-10-01T18:56:43.508Z] Removing intermediate container f9929db5fc94 [2020-10-01T18:56:43.508Z] ---> 92d0c961a008 [2020-10-01T18:56:43.508Z] Step 4/7 : WORKDIR /edgex-go [2020-10-01T18:56:43.508Z] ---> Running in f3135ae5e68c [2020-10-01T18:56:43.770Z] Removing intermediate container f3135ae5e68c [2020-10-01T18:56:43.770Z] ---> 5eb09c595fb4 [2020-10-01T18:56:43.770Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-10-01T18:56:44.032Z] latest: Pulling from library/docker [2020-10-01T18:56:44.293Z] df20fa9351a1: Already exists [2020-10-01T18:56:44.293Z] 25ad7478873d: Pulling fs layer [2020-10-01T18:56:44.293Z] 4684f6177b5d: Pulling fs layer [2020-10-01T18:56:44.293Z] 8ba584e970af: Pulling fs layer [2020-10-01T18:56:44.293Z] 3cdc74d2b06d: Pulling fs layer [2020-10-01T18:56:44.293Z] 4cf5a0d07c1f: Pulling fs layer [2020-10-01T18:56:44.293Z] fca0ccc462d5: Pulling fs layer [2020-10-01T18:56:44.293Z] 3cdc74d2b06d: Waiting [2020-10-01T18:56:44.293Z] fca0ccc462d5: Waiting [2020-10-01T18:56:44.293Z] 4cf5a0d07c1f: Waiting [2020-10-01T18:56:44.555Z] 4684f6177b5d: Download complete [2020-10-01T18:56:44.555Z] 25ad7478873d: Verifying Checksum [2020-10-01T18:56:44.555Z] 25ad7478873d: Download complete [2020-10-01T18:56:44.555Z] 3cdc74d2b06d: Verifying Checksum [2020-10-01T18:56:44.555Z] 3cdc74d2b06d: Download complete [2020-10-01T18:56:44.555Z] 4cf5a0d07c1f: Verifying Checksum [2020-10-01T18:56:44.555Z] 4cf5a0d07c1f: Download complete [2020-10-01T18:56:44.555Z] fca0ccc462d5: Verifying Checksum [2020-10-01T18:56:44.555Z] fca0ccc462d5: Download complete [2020-10-01T18:56:44.817Z] 25ad7478873d: Pull complete [2020-10-01T18:56:44.817Z] 4684f6177b5d: Pull complete [2020-10-01T18:56:45.767Z] 8ba584e970af: Verifying Checksum [2020-10-01T18:56:45.767Z] 8ba584e970af: Download complete [2020-10-01T18:56:48.323Z] 8ba584e970af: Pull complete [2020-10-01T18:56:48.323Z] 3cdc74d2b06d: Pull complete [2020-10-01T18:56:48.323Z] 4cf5a0d07c1f: Pull complete [2020-10-01T18:56:48.323Z] fca0ccc462d5: Pull complete [2020-10-01T18:56:48.323Z] Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 [2020-10-01T18:56:48.323Z] Status: Downloaded newer image for docker:latest [2020-10-01T18:56:49.711Z] ---> ccbc483af1ac [2020-10-01T18:56:49.711Z] Step 6/7 : COPY go.mod . [2020-10-01T18:56:49.974Z] ---> 1b796f3122b0 [2020-10-01T18:56:49.974Z] Step 7/7 : RUN go mod download [2020-10-01T18:56:49.974Z] ---> Running in 2a0ee784c415 [2020-10-01T18:57:11.969Z] Removing intermediate container 2a0ee784c415 [2020-10-01T18:57:11.969Z] ---> 2df169519591 [2020-10-01T18:57:11.969Z] Successfully built 2df169519591 [2020-10-01T18:57:11.969Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-01T18:57:12.284Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-01T18:57:12.284Z] . [Pipeline] withDockerContainer [2020-10-01T18:57:12.378Z] prd-centos7-docker-4c-2g-2853 does not seem to be running inside a container [2020-10-01T18:57:12.422Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/157 -v /w/workspace/edgex-go/157:/w/workspace/edgex-go/157:rw,z -v /w/workspace/edgex-go/157@tmp:/w/workspace/edgex-go/157@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-01T18:57:13.233Z] $ docker top 0465e393acdd336bbe7e9869f780847ff4994fba1aeaaa6f8ecb16058aed1047 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-01T18:57:13.699Z] + go version [2020-10-01T18:57:13.699Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-10-01T18:57:13.715Z] $ docker stop --time=1 0465e393acdd336bbe7e9869f780847ff4994fba1aeaaa6f8ecb16058aed1047 [2020-10-01T18:57:15.045Z] $ docker rm -f 0465e393acdd336bbe7e9869f780847ff4994fba1aeaaa6f8ecb16058aed1047 [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-01T18:57:19.100Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-01T18:57:19.100Z] [2020-10-01T18:57:19.100Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-10-01T18:57:19.439Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-01T18:57:19.439Z] latest: Pulling from edgex-devops/edgex-compose [2020-10-01T18:57:19.439Z] cbdbe7a5bc2a: Pulling fs layer [2020-10-01T18:57:19.439Z] ca9280d653b3: Pulling fs layer [2020-10-01T18:57:19.439Z] 7e9c9ca2126c: Pulling fs layer [2020-10-01T18:57:20.009Z] cbdbe7a5bc2a: Verifying Checksum [2020-10-01T18:57:20.009Z] cbdbe7a5bc2a: Download complete [2020-10-01T18:57:20.271Z] cbdbe7a5bc2a: Pull complete [2020-10-01T18:57:20.271Z] ca9280d653b3: Verifying Checksum [2020-10-01T18:57:20.271Z] ca9280d653b3: Download complete [2020-10-01T18:57:21.223Z] ca9280d653b3: Pull complete [2020-10-01T18:57:21.223Z] 7e9c9ca2126c: Download complete [2020-10-01T18:57:26.545Z] 7e9c9ca2126c: Pull complete [2020-10-01T18:57:26.545Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-10-01T18:57:26.545Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-01T18:57:26.545Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-10-01T18:57:26.659Z] prd-centos7-docker-4c-2g-2853 does not seem to be running inside a container [2020-10-01T18:57:26.701Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/157 -v /w/workspace/edgex-go/157:/w/workspace/edgex-go/157:rw,z -v /w/workspace/edgex-go/157@tmp:/w/workspace/edgex-go/157@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-01T18:57:29.860Z] $ docker top c576ed5f7af206d4c0ea331bd7f4b2bfcf9546c5fabe6005bdf66248a0ead9cd -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-01T18:57:30.348Z] + docker-compose build --help [2020-10-01T18:57:30.348Z] + grep parallel [2020-10-01T18:57:31.289Z] --parallel Build images in parallel. [Pipeline] } [2020-10-01T18:57:31.304Z] $ docker stop --time=1 c576ed5f7af206d4c0ea331bd7f4b2bfcf9546c5fabe6005bdf66248a0ead9cd [2020-10-01T18:57:32.624Z] $ docker rm -f c576ed5f7af206d4c0ea331bd7f4b2bfcf9546c5fabe6005bdf66248a0ead9cd [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-01T18:57:33.219Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-01T18:57:33.220Z] . [Pipeline] withDockerContainer [2020-10-01T18:57:33.315Z] prd-centos7-docker-4c-2g-2853 does not seem to be running inside a container [2020-10-01T18:57:33.359Z] $ 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/157 -v /w/workspace/edgex-go/157:/w/workspace/edgex-go/157:rw,z -v /w/workspace/edgex-go/157@tmp:/w/workspace/edgex-go/157@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-01T18:57:33.900Z] $ docker top e928c1d27b14fd500b831b02779feb91607bb582a1a823ef1461deddbd6f295a -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-01T18:57:34.356Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-10-01T18:57:35.297Z] Building docker-core-command-go ... [2020-10-01T18:57:35.297Z] Building docker-core-data-go ... [2020-10-01T18:57:35.297Z] Building docker-core-metadata-go ... [2020-10-01T18:57:35.297Z] Building docker-security-proxy-setup-go ... [2020-10-01T18:57:35.297Z] Building docker-security-secrets-setup-go ... [2020-10-01T18:57:35.297Z] Building docker-security-secretstore-setup-go ... [2020-10-01T18:57:35.297Z] Building docker-support-logging-go ... [2020-10-01T18:57:35.297Z] Building docker-support-notifications-go ... [2020-10-01T18:57:35.297Z] Building docker-support-scheduler-go ... [2020-10-01T18:57:35.297Z] Building docker-sys-mgmt-agent-go ... [2020-10-01T18:57:35.297Z] Building docker-security-secretstore-setup-go [2020-10-01T18:57:35.297Z] Building docker-support-logging-go [2020-10-01T18:57:35.297Z] Building docker-core-data-go [2020-10-01T18:57:35.297Z] Building docker-support-notifications-go [2020-10-01T18:57:35.297Z] Building docker-security-secrets-setup-go [2020-10-01T18:57:53.457Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-01T18:57:53.457Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-10-01T18:57:53.457Z] ---> 2df169519591 [2020-10-01T18:57:53.457Z] Step 3/24 : WORKDIR /edgex-go [2020-10-01T18:57:53.457Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-01T18:57:53.457Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-01T18:57:53.457Z] ---> 2df169519591 [2020-10-01T18:57:53.457Z] Step 3/22 : WORKDIR /edgex-go [2020-10-01T18:57:53.457Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-01T18:57:53.457Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-10-01T18:57:53.457Z] ---> 2df169519591 [2020-10-01T18:57:53.457Z] Step 3/29 : WORKDIR /edgex-go [2020-10-01T18:57:53.457Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-01T18:57:53.457Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-10-01T18:57:53.457Z] ---> 2df169519591 [2020-10-01T18:57:53.457Z] Step 3/23 : WORKDIR /edgex-go [2020-10-01T18:57:53.457Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-01T18:57:53.457Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-10-01T18:57:53.457Z] ---> 2df169519591 [2020-10-01T18:57:53.457Z] Step 3/26 : WORKDIR /edgex-go [2020-10-01T18:57:54.442Z] ---> Running in 5346a487e077 [2020-10-01T18:57:54.442Z] ---> Running in 254f2ff3dad4 [2020-10-01T18:57:54.442Z] ---> Running in 877e6887935a [2020-10-01T18:57:54.442Z] ---> Running in a04da6b96ea7 [2020-10-01T18:57:54.442Z] ---> Running in 206b9a994627 [2020-10-01T18:57:54.753Z] Removing intermediate container 877e6887935a [2020-10-01T18:57:54.753Z] ---> 9100c8457b7b [2020-10-01T18:57:54.753Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-01T18:57:54.753Z] Removing intermediate container 206b9a994627 [2020-10-01T18:57:54.753Z] ---> 633196c42fce [2020-10-01T18:57:54.753Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-01T18:57:54.753Z] Removing intermediate container a04da6b96ea7 [2020-10-01T18:57:54.753Z] ---> c8dcff7d150d [2020-10-01T18:57:54.753Z] Step 4/29 : RUN apk update && apk add make git [2020-10-01T18:57:54.753Z] Removing intermediate container 254f2ff3dad4 [2020-10-01T18:57:54.753Z] ---> 46e70e82859b [2020-10-01T18:57:54.753Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-01T18:57:54.753Z] ---> Running in 458f97c4eb08 [2020-10-01T18:57:54.753Z] Removing intermediate container 5346a487e077 [2020-10-01T18:57:54.753Z] ---> 3f477ebb6dc6 [2020-10-01T18:57:54.753Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-01T18:57:55.059Z] ---> Running in 457a1888f412 [2020-10-01T18:57:55.059Z] ---> Running in 9695e302fe62 [2020-10-01T18:57:55.059Z] ---> Running in 80a9afb72620 [2020-10-01T18:57:55.059Z] ---> Running in 6e4cae5fa2a0 [2020-10-01T18:57:56.200Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-01T18:57:56.780Z] Removing intermediate container 458f97c4eb08 [2020-10-01T18:57:56.780Z] ---> ee800c6fda83 [2020-10-01T18:57:56.780Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-10-01T18:57:56.780Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-01T18:57:56.780Z] Removing intermediate container 80a9afb72620 [2020-10-01T18:57:56.780Z] ---> dad2d1da5e3e [2020-10-01T18:57:56.780Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-10-01T18:57:56.780Z] Removing intermediate container 457a1888f412 [2020-10-01T18:57:56.780Z] ---> ee5b4cbc31c0 [2020-10-01T18:57:56.780Z] Step 5/26 : RUN apk update && apk add make git [2020-10-01T18:57:56.780Z] ---> Running in c882b7aeda03 [2020-10-01T18:57:57.042Z] Removing intermediate container 6e4cae5fa2a0 [2020-10-01T18:57:57.042Z] ---> c32cbfa376d1 [2020-10-01T18:57:57.042Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-10-01T18:57:57.042Z] ---> Running in d7ae4b172fd4 [2020-10-01T18:57:57.042Z] ---> Running in 32b9a8b1b0f7 [2020-10-01T18:57:57.042Z] ---> Running in a187a6de77b8 [2020-10-01T18:57:57.306Z] v3.12.0-358-g2c6fb656e2 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-01T18:57:57.306Z] v3.12.0-359-gbb2f9c1873 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-01T18:57:57.306Z] OK: 12752 distinct packages available [2020-10-01T18:57:57.570Z] OK: 233 MiB in 51 packages [2020-10-01T18:57:57.570Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-01T18:57:57.839Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-01T18:57:58.100Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-01T18:57:58.100Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-01T18:57:58.100Z] Removing intermediate container 9695e302fe62 [2020-10-01T18:57:58.100Z] ---> 78d6cb466c08 [2020-10-01T18:57:58.100Z] Step 5/29 : COPY go.mod . [2020-10-01T18:57:58.361Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-01T18:57:58.361Z] ---> f0cb7cdf2216 [2020-10-01T18:57:58.361Z] Step 6/29 : RUN go mod download [2020-10-01T18:57:58.361Z] ---> Running in 0a21d3c03055 [2020-10-01T18:57:58.626Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-01T18:57:58.891Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-01T18:57:58.891Z] v3.12.0-358-g2c6fb656e2 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-01T18:57:58.891Z] v3.12.0-359-gbb2f9c1873 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-01T18:57:58.891Z] OK: 12752 distinct packages available [2020-10-01T18:57:58.891Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-01T18:57:59.153Z] OK: 233 MiB in 51 packages [2020-10-01T18:57:59.153Z] v3.12.0-358-g2c6fb656e2 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-01T18:57:59.153Z] v3.12.0-359-gbb2f9c1873 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-01T18:57:59.153Z] OK: 12752 distinct packages available [2020-10-01T18:57:59.416Z] OK: 233 MiB in 51 packages [2020-10-01T18:57:59.416Z] v3.12.0-358-g2c6fb656e2 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-01T18:57:59.416Z] v3.12.0-359-gbb2f9c1873 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-01T18:57:59.416Z] OK: 12752 distinct packages available [2020-10-01T18:57:59.681Z] Removing intermediate container c882b7aeda03 [2020-10-01T18:57:59.681Z] ---> 4fd061514c3e [2020-10-01T18:57:59.681Z] Step 6/23 : COPY go.mod . [2020-10-01T18:57:59.681Z] OK: 233 MiB in 51 packages [2020-10-01T18:57:59.681Z] v3.12.0-358-g2c6fb656e2 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-01T18:57:59.681Z] v3.12.0-359-gbb2f9c1873 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-01T18:57:59.681Z] OK: 12752 distinct packages available [2020-10-01T18:57:59.942Z] Removing intermediate container 0a21d3c03055 [2020-10-01T18:57:59.942Z] ---> 4b1b518cb610 [2020-10-01T18:57:59.942Z] Step 7/29 : COPY . . [2020-10-01T18:57:59.942Z] OK: 233 MiB in 51 packages [2020-10-01T18:58:00.203Z] ---> 44b47170b62f [2020-10-01T18:58:00.203Z] Step 7/23 : RUN go mod download [2020-10-01T18:58:00.203Z] OK: 233 MiB in 51 packages [2020-10-01T18:58:00.469Z] Removing intermediate container d7ae4b172fd4 [2020-10-01T18:58:00.469Z] ---> 5367c48a6ca4 [2020-10-01T18:58:00.469Z] Step 6/26 : COPY go.mod . [2020-10-01T18:58:00.732Z] ---> Running in 5c598c5f9149 [2020-10-01T18:58:04.948Z] ---> 4c359179f6be [2020-10-01T18:58:04.948Z] Step 7/26 : RUN go mod download [2020-10-01T18:58:05.524Z] Removing intermediate container 32b9a8b1b0f7 [2020-10-01T18:58:05.524Z] ---> a8a72b3bd248 [2020-10-01T18:58:05.525Z] Step 6/24 : COPY go.mod . [2020-10-01T18:58:07.458Z] ---> Running in d81a0146d437 [2020-10-01T18:58:07.458Z] Removing intermediate container a187a6de77b8 [2020-10-01T18:58:07.458Z] ---> 977379ac1d62 [2020-10-01T18:58:07.458Z] Step 6/22 : COPY go.mod . [2020-10-01T18:58:07.458Z] ---> 5f80407a4eac [2020-10-01T18:58:07.458Z] Step 7/24 : RUN go mod download [2020-10-01T18:58:07.458Z] ---> a1cf4926335f [2020-10-01T18:58:07.458Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-10-01T18:58:07.718Z] ---> Running in 2826a66ba797 [2020-10-01T18:58:07.718Z] ---> Running in 2e5324b371e8 [2020-10-01T18:58:07.985Z] ---> fea30b6bc180 [2020-10-01T18:58:07.985Z] Step 7/22 : RUN go mod download [2020-10-01T18:58:07.985Z] ---> Running in a303e9205ab8 [2020-10-01T18:58:08.992Z] Removing intermediate container 5c598c5f9149 [2020-10-01T18:58:08.992Z] ---> 1dbc66063425 [2020-10-01T18:58:08.992Z] Step 8/23 : COPY . . [2020-10-01T18:58:08.993Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.42" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-10-01T18:58:09.949Z] Removing intermediate container d81a0146d437 [2020-10-01T18:58:09.949Z] ---> 45e245104f68 [2020-10-01T18:58:09.949Z] Step 8/26 : COPY . . [2020-10-01T18:58:11.866Z] Removing intermediate container 2826a66ba797 [2020-10-01T18:58:11.867Z] ---> 56103cf210b7 [2020-10-01T18:58:11.867Z] Step 8/24 : COPY . . [2020-10-01T18:58:20.035Z] Removing intermediate container a303e9205ab8 [2020-10-01T18:58:20.035Z] ---> ddc4d26335c5 [2020-10-01T18:58:20.035Z] Step 8/22 : COPY . . [2020-10-01T18:58:35.059Z] ---> 16a0cc8757ca [2020-10-01T18:58:35.059Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-10-01T18:58:35.320Z] ---> 6bcfcb770121 [2020-10-01T18:58:35.320Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-10-01T18:58:35.320Z] ---> e0a27cb932b4 [2020-10-01T18:58:35.320Z] 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-01T18:58:35.582Z] ---> Running in 0ffc34cee6fb [2020-10-01T18:58:36.158Z] ---> Running in f46673e6a3d0 [2020-10-01T18:58:36.158Z] ---> Running in 16f9c5ee8250 [2020-10-01T18:58:36.735Z] ---> 81cc7c142a26 [2020-10-01T18:58:36.735Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-10-01T18:58:37.009Z] ---> Running in 939e2c981432 [2020-10-01T18:58:37.273Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.42" -o cmd/core-data/core-data ./cmd/core-data [2020-10-01T18:58:37.540Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.42" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-10-01T18:58:37.540Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.42" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-10-01T18:58:37.804Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.42" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-10-01T18:58:39.220Z] Removing intermediate container 2e5324b371e8 [2020-10-01T18:58:39.220Z] ---> 3e08caab8282 [2020-10-01T18:58:39.220Z] [2020-10-01T18:58:39.220Z] Step 9/29 : FROM alpine:latest [2020-10-01T18:58:39.490Z] latest: Pulling from library/alpine [2020-10-01T18:58:40.096Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-10-01T18:58:40.096Z] Status: Downloaded newer image for alpine:latest [2020-10-01T18:58:40.096Z] ---> a24bb4013296 [2020-10-01T18:58:40.096Z] 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-01T18:58:42.062Z] ---> Running in d57d333fda06 [2020-10-01T18:58:42.345Z] Removing intermediate container d57d333fda06 [2020-10-01T18:58:42.345Z] ---> c5d939aac71d [2020-10-01T18:58:42.345Z] Step 11/29 : USER root [2020-10-01T18:58:42.345Z] ---> Running in 00213ade244f [2020-10-01T18:58:43.306Z] Removing intermediate container 00213ade244f [2020-10-01T18:58:43.306Z] ---> 2cc902101034 [2020-10-01T18:58:43.306Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-10-01T18:58:43.306Z] ---> Running in 073b92a38d8a [2020-10-01T18:58:44.749Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-01T18:58:44.749Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-01T18:58:45.013Z] v3.12.0-358-g2c6fb656e2 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-01T18:58:45.013Z] v3.12.0-359-gbb2f9c1873 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-01T18:58:45.013Z] OK: 12750 distinct packages available [2020-10-01T18:58:45.277Z] (1/2) Installing ca-certificates (20191127-r4) [2020-10-01T18:58:45.277Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-10-01T18:58:45.277Z] Executing busybox-1.31.1-r16.trigger [2020-10-01T18:58:45.277Z] Executing ca-certificates-20191127-r4.trigger [2020-10-01T18:58:45.539Z] OK: 6 MiB in 16 packages [2020-10-01T18:58:48.118Z] Removing intermediate container 073b92a38d8a [2020-10-01T18:58:48.118Z] ---> fd308738b6da [2020-10-01T18:58:48.118Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-10-01T18:58:48.118Z] ---> Running in 9ad971e78b52 [2020-10-01T18:58:48.118Z] Removing intermediate container 9ad971e78b52 [2020-10-01T18:58:48.118Z] ---> bbc8fd5b1447 [2020-10-01T18:58:48.118Z] Step 14/29 : WORKDIR $BASE_DIR [2020-10-01T18:58:48.118Z] ---> Running in 11d1dac98a9c [2020-10-01T18:58:48.388Z] Removing intermediate container 11d1dac98a9c [2020-10-01T18:58:48.388Z] ---> 388cb287d95b [2020-10-01T18:58:48.388Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-10-01T18:58:48.388Z] ---> Running in 0f87b4827364 [2020-10-01T18:58:50.989Z] Removing intermediate container 0f87b4827364 [2020-10-01T18:58:50.989Z] ---> 0a38681f0368 [2020-10-01T18:58:50.989Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-10-01T18:58:51.963Z] ---> a62c16e8ba60 [2020-10-01T18:58:51.963Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-10-01T18:58:52.558Z] ---> f92dab20dbb0 [2020-10-01T18:58:52.558Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-10-01T18:58:52.829Z] ---> 2af76d849e3d [2020-10-01T18:58:52.829Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-10-01T18:58:53.115Z] ---> e26290b36ab8 [2020-10-01T18:58:53.115Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-10-01T18:58:53.724Z] ---> a8b2d3036dd5 [2020-10-01T18:58:53.724Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-10-01T18:58:53.724Z] ---> Running in abafd2d97185 [2020-10-01T18:58:57.077Z] Removing intermediate container abafd2d97185 [2020-10-01T18:58:57.077Z] ---> 69a2d2997e36 [2020-10-01T18:58:57.077Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-10-01T18:58:57.341Z] ---> 6bda2f45d258 [2020-10-01T18:58:57.341Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-01T18:58:57.606Z] ---> Running in 67fb9c916ed1 [2020-10-01T18:58:58.565Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.42" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-10-01T18:58:59.549Z] Removing intermediate container 67fb9c916ed1 [2020-10-01T18:58:59.549Z] ---> aa0eb9ab0ebf [2020-10-01T18:58:59.549Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-10-01T18:59:00.136Z] ---> Running in 2cb8a5a636f2 [2020-10-01T18:59:02.737Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.42" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-10-01T18:59:02.737Z] Removing intermediate container 939e2c981432 [2020-10-01T18:59:02.737Z] ---> 9126a1432987 [2020-10-01T18:59:02.737Z] [2020-10-01T18:59:02.737Z] Step 10/22 : FROM scratch [2020-10-01T18:59:02.737Z] ---> [2020-10-01T18:59:02.737Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-01T18:59:03.005Z] Removing intermediate container 2cb8a5a636f2 [2020-10-01T18:59:03.005Z] ---> 2e517d9fa8ea [2020-10-01T18:59:03.005Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-10-01T18:59:03.272Z] ---> Running in 0b917d79e4f2 [2020-10-01T18:59:03.272Z] ---> Running in 27b78da9ec56 [2020-10-01T18:59:03.537Z] Removing intermediate container 0b917d79e4f2 [2020-10-01T18:59:03.537Z] ---> 2047023861e7 [2020-10-01T18:59:03.537Z] Step 12/22 : ENV APP_PORT=48061 [2020-10-01T18:59:03.537Z] Removing intermediate container 27b78da9ec56 [2020-10-01T18:59:03.537Z] ---> 97be75a5c4ad [2020-10-01T18:59:03.537Z] Step 26/29 : CMD [ "generate" ] [2020-10-01T18:59:03.802Z] ---> Running in 1356829ddfac [2020-10-01T18:59:03.802Z] ---> Running in 11907f9e5591 [2020-10-01T18:59:03.802Z] Removing intermediate container 1356829ddfac [2020-10-01T18:59:03.802Z] ---> dd20de8fefd9 [2020-10-01T18:59:03.802Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-01T18:59:04.075Z] Removing intermediate container 11907f9e5591 [2020-10-01T18:59:04.075Z] ---> 4f6ae2c9a9fb [2020-10-01T18:59:04.075Z] Step 27/29 : LABEL arch=x86_64 [2020-10-01T18:59:04.075Z] ---> Running in f525cd8fc83c [2020-10-01T18:59:04.075Z] ---> Running in b6448d401d73 [2020-10-01T18:59:04.649Z] Removing intermediate container f525cd8fc83c [2020-10-01T18:59:04.649Z] ---> a326bf942548 [2020-10-01T18:59:04.649Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-10-01T18:59:06.040Z] Removing intermediate container b6448d401d73 [2020-10-01T18:59:06.040Z] ---> 3c5810183da5 [2020-10-01T18:59:06.040Z] Step 28/29 : LABEL git_sha=8d1be4b88019713d4adfd5be0516af0e8b12a917 [2020-10-01T18:59:06.989Z] ---> 8d9c25b9fc4a [2020-10-01T18:59:06.989Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-10-01T18:59:07.251Z] Removing intermediate container f46673e6a3d0 [2020-10-01T18:59:07.251Z] ---> 8bf0854c1c5e [2020-10-01T18:59:07.251Z] [2020-10-01T18:59:07.251Z] Step 10/24 : FROM scratch [2020-10-01T18:59:07.251Z] ---> [2020-10-01T18:59:07.251Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-01T18:59:07.251Z] ---> Running in 783aaaa24bf9 [2020-10-01T18:59:07.251Z] ---> Using cache [2020-10-01T18:59:07.251Z] ---> 2047023861e7 [2020-10-01T18:59:07.251Z] Step 12/24 : ENV APP_PORT=48060 [2020-10-01T18:59:07.251Z] ---> Running in d61b6c5b1fe6 [2020-10-01T18:59:08.637Z] ---> 55e4c31896e6 [2020-10-01T18:59:08.637Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-10-01T18:59:08.637Z] Removing intermediate container 783aaaa24bf9 [2020-10-01T18:59:08.637Z] ---> dbac0b9a3a3e [2020-10-01T18:59:08.637Z] Step 29/29 : LABEL version=1.2.2-dev.42 [2020-10-01T18:59:08.898Z] Removing intermediate container d61b6c5b1fe6 [2020-10-01T18:59:08.898Z] ---> 92af83686b23 [2020-10-01T18:59:08.898Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-01T18:59:08.898Z] ---> Running in b45bdf5f7915 [2020-10-01T18:59:08.898Z] Removing intermediate container 16f9c5ee8250 [2020-10-01T18:59:08.898Z] ---> 37b3ad8d8e4a [2020-10-01T18:59:08.898Z] [2020-10-01T18:59:08.898Z] Step 10/26 : FROM alpine:3.10 [2020-10-01T18:59:08.898Z] ---> Running in a1b629ece0a4 [2020-10-01T18:59:09.159Z] 3.10: Pulling from library/alpine [2020-10-01T18:59:10.104Z] Removing intermediate container b45bdf5f7915 [2020-10-01T18:59:10.104Z] ---> 5d7380ea2432 [2020-10-01T18:59:10.104Z] [2020-10-01T18:59:11.046Z] Successfully built 5d7380ea2432 [2020-10-01T18:59:11.309Z] ---> 57bb16691c13 [2020-10-01T18:59:11.309Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-10-01T18:59:11.644Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-10-01T18:59:11.644Z] Building docker-security-proxy-setup-go [2020-10-01T18:59:11.644Z]  Building docker-security-secrets-setup-go ... done Removing intermediate container a1b629ece0a4 [2020-10-01T18:59:11.644Z] ---> 16681001b07c [2020-10-01T18:59:11.644Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-10-01T18:59:11.644Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-10-01T18:59:11.644Z] Status: Downloaded newer image for alpine:3.10 [2020-10-01T18:59:11.644Z] ---> be4e4bea2c2e [2020-10-01T18:59:11.644Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-10-01T18:59:12.350Z] Removing intermediate container 0ffc34cee6fb [2020-10-01T18:59:12.350Z] ---> c3ad8b01f0fd [2020-10-01T18:59:12.350Z] [2020-10-01T18:59:12.350Z] Step 10/23 : FROM alpine [2020-10-01T18:59:12.350Z] ---> a24bb4013296 [2020-10-01T18:59:12.350Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-01T18:59:14.927Z] ---> Running in 43a438015c33 [2020-10-01T18:59:14.927Z] ---> Running in 105dcc1b0738 [2020-10-01T18:59:14.927Z] ---> 5109c263d2e0 [2020-10-01T18:59:14.927Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-10-01T18:59:14.927Z] ---> 4a647b1d6c64 [2020-10-01T18:59:14.927Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-10-01T18:59:16.844Z] ---> Running in b6bf8277864d [2020-10-01T18:59:16.844Z] Removing intermediate container 105dcc1b0738 [2020-10-01T18:59:16.844Z] ---> 4f01903ad8ca [2020-10-01T18:59:16.844Z] Step 12/23 : ENV APP_PORT=48080 [2020-10-01T18:59:17.792Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-10-01T18:59:17.792Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-10-01T18:59:17.792Z] v3.10.5-94-gea6eea6e70 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-10-01T18:59:17.792Z] v3.10.5-92-g0ca6a6f012 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-10-01T18:59:17.792Z] OK: 10346 distinct packages available [2020-10-01T18:59:17.792Z] ---> 780a21982c28 [2020-10-01T18:59:17.792Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-10-01T18:59:18.054Z] (1/5) Installing ca-certificates (20191127-r2) [2020-10-01T18:59:18.627Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-10-01T18:59:18.627Z] (3/5) Installing libcurl (7.66.0-r1) [2020-10-01T18:59:18.627Z] (4/5) Installing curl (7.66.0-r1) [2020-10-01T18:59:18.627Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-10-01T18:59:18.627Z] Executing busybox-1.30.1-r3.trigger [2020-10-01T18:59:18.627Z] Executing ca-certificates-20191127-r2.trigger [2020-10-01T18:59:18.627Z] OK: 7 MiB in 19 packages [2020-10-01T18:59:18.891Z] ---> Running in 785f6116c527 [2020-10-01T18:59:20.382Z] Removing intermediate container b6bf8277864d [2020-10-01T18:59:20.382Z] ---> 6db85b8f2be8 [2020-10-01T18:59:20.382Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-01T18:59:20.382Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-01T18:59:20.382Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-10-01T18:59:20.382Z] ---> 2df169519591 [2020-10-01T18:59:20.382Z] Step 3/20 : WORKDIR /edgex-go [2020-10-01T18:59:20.382Z] ---> Using cache [2020-10-01T18:59:20.382Z] ---> 3f477ebb6dc6 [2020-10-01T18:59:20.382Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-01T18:59:20.382Z] ---> Using cache [2020-10-01T18:59:20.382Z] ---> c32cbfa376d1 [2020-10-01T18:59:20.382Z] Step 5/20 : RUN apk update && apk add make git [2020-10-01T18:59:20.647Z] ---> Running in 4711fadd250c [2020-10-01T18:59:20.647Z] ---> Running in 57aff451ebc8 [2020-10-01T18:59:20.909Z] Removing intermediate container 785f6116c527 [2020-10-01T18:59:20.909Z] ---> 295b4880e325 [2020-10-01T18:59:20.909Z] Step 13/23 : EXPOSE $APP_PORT [2020-10-01T18:59:20.909Z] ---> 98739631ed63 [2020-10-01T18:59:20.909Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-10-01T18:59:21.171Z] ---> Running in 0d1579dd5b56 [2020-10-01T18:59:21.753Z] Removing intermediate container 57aff451ebc8 [2020-10-01T18:59:21.753Z] ---> d4c64b0005b0 [2020-10-01T18:59:21.753Z] Step 20/22 : LABEL arch=x86_64 [2020-10-01T18:59:21.753Z] Removing intermediate container 43a438015c33 [2020-10-01T18:59:21.753Z] ---> 2fb5b287dbe6 [2020-10-01T18:59:21.753Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-01T18:59:21.753Z] ---> 2b3e4c6cf6e8 [2020-10-01T18:59:21.753Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-10-01T18:59:21.753Z] ---> Running in 9f56dbd15c00 [2020-10-01T18:59:22.025Z] ---> Running in 950c0f2e1f0f [2020-10-01T18:59:22.025Z] Removing intermediate container 0d1579dd5b56 [2020-10-01T18:59:22.025Z] ---> 143de7eb027e [2020-10-01T18:59:22.025Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-01T18:59:22.025Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-01T18:59:22.025Z] ---> Running in c3da21b84260 [2020-10-01T18:59:22.287Z] Removing intermediate container 9f56dbd15c00 [2020-10-01T18:59:22.287Z] ---> b8089d0b50dd [2020-10-01T18:59:22.287Z] Step 21/22 : LABEL git_sha=8d1be4b88019713d4adfd5be0516af0e8b12a917 [2020-10-01T18:59:22.287Z] Removing intermediate container 950c0f2e1f0f [2020-10-01T18:59:22.287Z] ---> 8d659452b98a [2020-10-01T18:59:22.287Z] Step 13/26 : WORKDIR / [2020-10-01T18:59:22.558Z] ---> d37fc91b4967 [2020-10-01T18:59:22.558Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-10-01T18:59:22.558Z] ---> Running in be98a05850d3 [2020-10-01T18:59:22.558Z] ---> Running in def5586b4476 [2020-10-01T18:59:22.823Z] Removing intermediate container be98a05850d3 [2020-10-01T18:59:22.823Z] ---> b2157bebc04d [2020-10-01T18:59:22.823Z] Step 22/22 : LABEL version=1.2.2-dev.42 [2020-10-01T18:59:22.823Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-01T18:59:22.823Z] Removing intermediate container def5586b4476 [2020-10-01T18:59:22.823Z] ---> 1bf26444844b [2020-10-01T18:59:22.823Z] 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-01T18:59:22.823Z] ---> Running in 48f6ca20ecac [2020-10-01T18:59:22.823Z] ---> f0d2cca6c587 [2020-10-01T18:59:22.823Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-10-01T18:59:23.083Z] ---> Running in 3682a4332222 [2020-10-01T18:59:23.348Z] Removing intermediate container 48f6ca20ecac [2020-10-01T18:59:23.349Z] ---> d87a0ea68c1b [2020-10-01T18:59:23.349Z] [2020-10-01T18:59:23.349Z] ---> a956c9b4e0d3 [2020-10-01T18:59:23.349Z] 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-01T18:59:23.349Z] Successfully built d87a0ea68c1b [2020-10-01T18:59:23.349Z] v3.12.0-358-g2c6fb656e2 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-01T18:59:23.349Z] v3.12.0-359-gbb2f9c1873 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-01T18:59:23.349Z] OK: 12752 distinct packages available [2020-10-01T18:59:23.349Z] Successfully tagged docker-support-logging-go:latest [2020-10-01T18:59:23.349Z] Building docker-core-command-go [2020-10-01T18:59:23.349Z]  Building docker-support-logging-go ... done Removing intermediate container 3682a4332222 [2020-10-01T18:59:23.349Z] ---> c76c4d9346fb [2020-10-01T18:59:23.349Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-01T18:59:23.611Z] OK: 233 MiB in 51 packages [2020-10-01T18:59:23.611Z] ---> Running in eb7212dbbc48 [2020-10-01T18:59:23.876Z] Removing intermediate container c3da21b84260 [2020-10-01T18:59:23.876Z] ---> 300033172c57 [2020-10-01T18:59:23.876Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-10-01T18:59:24.823Z] ---> 7d690b741629 [2020-10-01T18:59:24.823Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-10-01T18:59:26.744Z] ---> Running in 0b4c35bf9511 [2020-10-01T18:59:26.744Z] Removing intermediate container eb7212dbbc48 [2020-10-01T18:59:26.744Z] ---> b8e52179682f [2020-10-01T18:59:26.744Z] Step 22/24 : LABEL arch=x86_64 [2020-10-01T18:59:28.133Z] ---> 3b924b1b0f1e [2020-10-01T18:59:28.133Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-10-01T18:59:28.133Z] ---> Running in 6eccf40f132c [2020-10-01T18:59:28.709Z] Removing intermediate container 4711fadd250c [2020-10-01T18:59:28.709Z] ---> 27cff11b64c7 [2020-10-01T18:59:28.709Z] Step 6/20 : COPY go.mod . [2020-10-01T18:59:30.627Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-01T18:59:30.627Z] ---> 2ca48d3b794c [2020-10-01T18:59:30.627Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-10-01T18:59:30.627Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-01T18:59:30.627Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-01T18:59:30.627Z] ---> 2df169519591 [2020-10-01T18:59:30.627Z] Step 3/22 : WORKDIR /edgex-go [2020-10-01T18:59:30.627Z] ---> Using cache [2020-10-01T18:59:30.627Z] ---> 3f477ebb6dc6 [2020-10-01T18:59:30.627Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-01T18:59:30.627Z] ---> Using cache [2020-10-01T18:59:30.627Z] ---> c32cbfa376d1 [2020-10-01T18:59:30.627Z] Step 5/22 : RUN apk update && apk add make git [2020-10-01T18:59:30.627Z] ---> Using cache [2020-10-01T18:59:30.627Z] ---> 27cff11b64c7 [2020-10-01T18:59:30.627Z] Step 6/22 : COPY go.mod . [2020-10-01T18:59:31.198Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-01T18:59:31.198Z] Removing intermediate container 6eccf40f132c [2020-10-01T18:59:31.198Z] ---> e2c439a56213 [2020-10-01T18:59:31.198Z] Step 23/24 : LABEL git_sha=8d1be4b88019713d4adfd5be0516af0e8b12a917 [2020-10-01T18:59:31.463Z] ---> 927b13aa0f40 [2020-10-01T18:59:31.463Z] Step 7/20 : RUN go mod download [2020-10-01T18:59:31.463Z] ---> 4dbd87da1d65 [2020-10-01T18:59:31.463Z] Step 7/22 : RUN go mod download [2020-10-01T18:59:31.463Z] ---> Running in 8638c9cc7ede [2020-10-01T18:59:31.463Z] ---> c3560eab0115 [2020-10-01T18:59:31.463Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-10-01T18:59:31.463Z] ---> Running in a5ea2ceacd40 [2020-10-01T18:59:31.725Z] ---> Running in a04d68d0a139 [2020-10-01T18:59:31.725Z] (1/5) Installing libgcc (9.3.0-r2) [2020-10-01T18:59:31.725Z] (2/5) Installing libsodium (1.0.18-r0) [2020-10-01T18:59:31.986Z] Removing intermediate container 8638c9cc7ede [2020-10-01T18:59:31.986Z] ---> 93114831cf97 [2020-10-01T18:59:31.986Z] Step 24/24 : LABEL version=1.2.2-dev.42 [2020-10-01T18:59:31.986Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-10-01T18:59:31.986Z] (4/5) Installing libzmq (4.3.3-r0) [2020-10-01T18:59:32.249Z] ---> Running in 3fb45a7f26fd [2020-10-01T18:59:32.249Z] (5/5) Installing zeromq (4.3.3-r0) [2020-10-01T18:59:32.249Z] ---> 9b6faa3cd01c [2020-10-01T18:59:32.249Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-10-01T18:59:32.249Z] Executing busybox-1.31.1-r16.trigger [2020-10-01T18:59:32.249Z] OK: 8 MiB in 19 packages [2020-10-01T18:59:32.519Z] Removing intermediate container 3fb45a7f26fd [2020-10-01T18:59:32.519Z] ---> 9d48b137c867 [2020-10-01T18:59:32.519Z] [2020-10-01T18:59:32.519Z] Successfully built 9d48b137c867 [2020-10-01T18:59:32.519Z] Successfully tagged docker-support-notifications-go:latest [2020-10-01T18:59:32.519Z]  Building docker-support-notifications-go ... done Building docker-sys-mgmt-agent-go [2020-10-01T18:59:32.786Z] ---> dfcd7ef3c6e7 [2020-10-01T18:59:32.786Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-10-01T18:59:33.373Z] Removing intermediate container 0b4c35bf9511 [2020-10-01T18:59:33.373Z] ---> 534738fd105e [2020-10-01T18:59:33.373Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-10-01T18:59:35.294Z] ---> 7bd3655772a2 [2020-10-01T18:59:35.294Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-01T18:59:35.555Z] ---> Running in 80bd5af3acc3 [2020-10-01T18:59:35.816Z] ---> 758e51b92b60 [2020-10-01T18:59:35.816Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-10-01T18:59:38.398Z] Removing intermediate container a5ea2ceacd40 [2020-10-01T18:59:38.398Z] ---> b415d016e727 [2020-10-01T18:59:38.398Z] Step 8/20 : COPY . . [2020-10-01T18:59:39.805Z] ---> 9cde02e440fa [2020-10-01T18:59:39.805Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-10-01T18:59:40.753Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-01T18:59:40.753Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-10-01T18:59:40.753Z] ---> 2df169519591 [2020-10-01T18:59:40.753Z] Step 3/27 : WORKDIR /edgex-go [2020-10-01T18:59:40.753Z] ---> Using cache [2020-10-01T18:59:40.753Z] ---> 3f477ebb6dc6 [2020-10-01T18:59:40.753Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-01T18:59:40.753Z] ---> Using cache [2020-10-01T18:59:40.753Z] ---> c32cbfa376d1 [2020-10-01T18:59:40.753Z] Step 5/27 : RUN apk update && apk add make bash git [2020-10-01T18:59:41.015Z] Removing intermediate container a04d68d0a139 [2020-10-01T18:59:41.015Z] ---> a5e7dd648ff8 [2020-10-01T18:59:41.015Z] Step 8/22 : COPY . . [2020-10-01T18:59:46.319Z] ---> Running in 82c293509b42 [2020-10-01T18:59:48.247Z] ---> 8bf4336759e1 [2020-10-01T18:59:48.247Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-10-01T18:59:52.461Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-01T18:59:52.724Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-01T18:59:53.675Z] v3.12.0-358-g2c6fb656e2 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-01T18:59:53.675Z] v3.12.0-359-gbb2f9c1873 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-01T18:59:53.675Z] OK: 12752 distinct packages available [2020-10-01T18:59:53.937Z] OK: 233 MiB in 51 packages [2020-10-01T18:59:54.205Z] ---> Running in 6aa8e65238ed [2020-10-01T18:59:54.777Z] Removing intermediate container 80bd5af3acc3 [2020-10-01T18:59:54.777Z] ---> c354f06bfd2e [2020-10-01T18:59:54.777Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-10-01T18:59:56.692Z] ---> Running in 1018f7c332c5 [2020-10-01T18:59:57.264Z] Removing intermediate container 6aa8e65238ed [2020-10-01T18:59:57.264Z] ---> 5854fa92f0ac [2020-10-01T18:59:57.264Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-01T18:59:57.528Z] ---> Running in 6743e1638338 [2020-10-01T18:59:57.528Z] Removing intermediate container 1018f7c332c5 [2020-10-01T18:59:57.528Z] ---> e12f0da53dc4 [2020-10-01T18:59:57.528Z] Step 24/26 : LABEL arch=x86_64 [2020-10-01T18:59:57.528Z] Removing intermediate container 82c293509b42 [2020-10-01T18:59:57.528Z] ---> 61b2b6f10de6 [2020-10-01T18:59:57.528Z] Step 6/27 : COPY go.mod . [2020-10-01T18:59:57.528Z] ---> 7a8bb3faddbc [2020-10-01T18:59:57.528Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-10-01T18:59:57.791Z] ---> 7965860e7e60 [2020-10-01T18:59:57.791Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-10-01T18:59:57.791Z] ---> Running in eb5f5c95e49e [2020-10-01T18:59:57.791Z] ---> Running in b8d4ad3ae56f [2020-10-01T18:59:57.791Z] ---> Running in ca04ada73b3c [2020-10-01T18:59:58.053Z] Removing intermediate container 6743e1638338 [2020-10-01T18:59:58.053Z] ---> 28c0ee5873ea [2020-10-01T18:59:58.053Z] Step 21/23 : LABEL arch=x86_64 [2020-10-01T18:59:58.053Z] ---> 371c34f405b2 [2020-10-01T18:59:58.053Z] Step 7/27 : RUN go mod download [2020-10-01T18:59:58.315Z] Removing intermediate container eb5f5c95e49e [2020-10-01T18:59:58.315Z] ---> a67218432e26 [2020-10-01T18:59:58.315Z] Step 25/26 : LABEL git_sha=8d1be4b88019713d4adfd5be0516af0e8b12a917 [2020-10-01T18:59:58.315Z] ---> Running in 4dc7458fdf10 [2020-10-01T18:59:58.315Z] ---> Running in fb2ddd35f3cb [2020-10-01T18:59:58.575Z] ---> Running in 0260186c64e3 [2020-10-01T18:59:58.575Z] Removing intermediate container 4dc7458fdf10 [2020-10-01T18:59:58.575Z] ---> a3e2faf08582 [2020-10-01T18:59:58.576Z] Step 22/23 : LABEL git_sha=8d1be4b88019713d4adfd5be0516af0e8b12a917 [2020-10-01T18:59:58.838Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.42" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-10-01T18:59:58.838Z] ---> Running in b4188c695d63 [2020-10-01T18:59:58.838Z] Removing intermediate container 0260186c64e3 [2020-10-01T18:59:58.838Z] ---> e412bfdbcb40 [2020-10-01T18:59:58.838Z] Step 26/26 : LABEL version=1.2.2-dev.42 [2020-10-01T18:59:59.100Z] ---> Running in cc3f01f733ff [2020-10-01T18:59:59.100Z] Removing intermediate container b4188c695d63 [2020-10-01T18:59:59.100Z] ---> 82fbc72d0550 [2020-10-01T18:59:59.100Z] Step 23/23 : LABEL version=1.2.2-dev.42 [2020-10-01T18:59:59.100Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.42" -o cmd/core-command/core-command ./cmd/core-command [2020-10-01T18:59:59.364Z] ---> Running in 637270cad83c [2020-10-01T18:59:59.364Z] Removing intermediate container cc3f01f733ff [2020-10-01T18:59:59.364Z] ---> 0334784752d2 [2020-10-01T18:59:59.364Z] [2020-10-01T18:59:59.364Z] Successfully built 0334784752d2 [2020-10-01T18:59:59.364Z] Removing intermediate container 637270cad83c [2020-10-01T18:59:59.364Z] ---> bf4d02ba0afd [2020-10-01T18:59:59.364Z] [2020-10-01T18:59:59.364Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-10-01T18:59:59.364Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-metadata-go [2020-10-01T18:59:59.633Z] Successfully built bf4d02ba0afd [2020-10-01T18:59:59.633Z] Successfully tagged docker-core-data-go:latest [2020-10-01T18:59:59.633Z]  Building docker-core-data-go ... done Building docker-support-scheduler-go [2020-10-01T19:00:06.263Z] Removing intermediate container fb2ddd35f3cb [2020-10-01T19:00:06.263Z] ---> f1bec2187de2 [2020-10-01T19:00:06.263Z] Step 8/27 : COPY . . [2020-10-01T19:00:16.364Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-01T19:00:16.364Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-01T19:00:16.364Z] ---> 2df169519591 [2020-10-01T19:00:16.364Z] Step 3/22 : WORKDIR /edgex-go [2020-10-01T19:00:16.364Z] ---> Using cache [2020-10-01T19:00:16.364Z] ---> 3f477ebb6dc6 [2020-10-01T19:00:16.364Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-01T19:00:16.364Z] ---> Using cache [2020-10-01T19:00:16.364Z] ---> c32cbfa376d1 [2020-10-01T19:00:16.364Z] Step 5/22 : RUN apk update && apk add make git [2020-10-01T19:00:16.364Z] ---> Using cache [2020-10-01T19:00:16.364Z] ---> 27cff11b64c7 [2020-10-01T19:00:16.364Z] Step 6/22 : COPY go.mod . [2020-10-01T19:00:16.364Z] ---> Using cache [2020-10-01T19:00:16.364Z] ---> 4dbd87da1d65 [2020-10-01T19:00:16.364Z] Step 7/22 : RUN go mod download [2020-10-01T19:00:16.364Z] ---> Using cache [2020-10-01T19:00:16.364Z] ---> a5e7dd648ff8 [2020-10-01T19:00:16.364Z] Step 8/22 : COPY . . [2020-10-01T19:00:16.364Z] ---> Using cache [2020-10-01T19:00:16.364Z] ---> 7965860e7e60 [2020-10-01T19:00:16.364Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-10-01T19:00:16.364Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-01T19:00:16.364Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-10-01T19:00:16.364Z] ---> 2df169519591 [2020-10-01T19:00:16.364Z] Step 3/21 : WORKDIR /edgex-go [2020-10-01T19:00:16.364Z] ---> Using cache [2020-10-01T19:00:16.364Z] ---> 3f477ebb6dc6 [2020-10-01T19:00:16.364Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-01T19:00:16.364Z] ---> Using cache [2020-10-01T19:00:16.364Z] ---> c32cbfa376d1 [2020-10-01T19:00:16.364Z] Step 5/21 : RUN apk update && apk add make git [2020-10-01T19:00:16.364Z] ---> Using cache [2020-10-01T19:00:16.364Z] ---> 27cff11b64c7 [2020-10-01T19:00:16.364Z] Step 6/21 : COPY go.mod . [2020-10-01T19:00:16.364Z] ---> Using cache [2020-10-01T19:00:16.364Z] ---> 4dbd87da1d65 [2020-10-01T19:00:16.364Z] Step 7/21 : RUN go mod download [2020-10-01T19:00:16.364Z] ---> Using cache [2020-10-01T19:00:16.364Z] ---> a5e7dd648ff8 [2020-10-01T19:00:16.364Z] Step 8/21 : COPY . . [2020-10-01T19:00:16.364Z] ---> Using cache [2020-10-01T19:00:16.364Z] ---> 7965860e7e60 [2020-10-01T19:00:16.364Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-10-01T19:00:17.774Z] ---> Running in 98bceecb216c [2020-10-01T19:00:17.774Z] ---> Running in 6d209e8bbaef [2020-10-01T19:00:19.204Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.42" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-10-01T19:00:19.470Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.42" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-10-01T19:00:20.959Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-2854 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2020-10-01T19:00:21.087Z] Running in /w/workspace/edgex-go/157 [Pipeline] { [Pipeline] checkout [2020-10-01T19:00:26.204Z] ---> 97996921b5b7 [2020-10-01T19:00:26.204Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-10-01T19:00:26.205Z] ---> Running in b98a3fc987a0 [2020-10-01T19:00:26.436Z] using credential edgex-jenkins-ssh [2020-10-01T19:00:26.534Z] Cloning the remote Git repository [2020-10-01T19:00:27.088Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.42" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-10-01T19:00:26.600Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-10-01T19:00:26.715Z] > git init /w/workspace/edgex-go/157 # timeout=10 [2020-10-01T19:00:26.814Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-01T19:00:26.815Z] > git --version # timeout=10 [2020-10-01T19:00:26.834Z] > git --version # 'git version 2.17.1' [2020-10-01T19:00:26.835Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-01T19:00:26.885Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-01T19:00:29.258Z] Removing intermediate container b8d4ad3ae56f [2020-10-01T19:00:29.258Z] ---> 9bd5ab9ee27a [2020-10-01T19:00:29.258Z] [2020-10-01T19:00:29.258Z] Step 10/20 : FROM alpine [2020-10-01T19:00:29.258Z] ---> a24bb4013296 [2020-10-01T19:00:29.258Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-10-01T19:00:29.845Z] Removing intermediate container ca04ada73b3c [2020-10-01T19:00:29.845Z] ---> 97164b37be9b [2020-10-01T19:00:29.845Z] [2020-10-01T19:00:29.845Z] Step 10/22 : FROM scratch [2020-10-01T19:00:29.845Z] ---> [2020-10-01T19:00:29.845Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-01T19:00:29.845Z] ---> Running in 1993bd2428b7 [2020-10-01T19:00:30.825Z] ---> Running in 2473bd5eef35 [2020-10-01T19:00:30.825Z] Removing intermediate container 2473bd5eef35 [2020-10-01T19:00:30.825Z] ---> 027ffcb5d3bb [2020-10-01T19:00:30.825Z] Step 12/22 : ENV APP_PORT=48082 [2020-10-01T19:00:30.825Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-01T19:00:30.825Z] ---> Running in 410625cb9320 [2020-10-01T19:00:31.103Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-01T19:00:31.104Z] Removing intermediate container 410625cb9320 [2020-10-01T19:00:31.104Z] ---> 01dcbe82fed8 [2020-10-01T19:00:31.104Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-01T19:00:31.104Z] ---> Running in 49e464107b7c [2020-10-01T19:00:31.372Z] v3.12.0-358-g2c6fb656e2 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-01T19:00:31.372Z] v3.12.0-359-gbb2f9c1873 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-01T19:00:31.372Z] OK: 12750 distinct packages available [2020-10-01T19:00:31.372Z] Removing intermediate container 49e464107b7c [2020-10-01T19:00:31.372Z] ---> 35f38b38f67d [2020-10-01T19:00:31.372Z] Step 14/22 : WORKDIR / [2020-10-01T19:00:31.644Z] ---> Running in 81675151ee65 [2020-10-01T19:00:31.644Z] (1/4) Installing ca-certificates (20191127-r4) [2020-10-01T19:00:31.644Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-10-01T19:00:31.644Z] (3/4) Installing libcurl (7.69.1-r1) [2020-10-01T19:00:31.644Z] (4/4) Installing curl (7.69.1-r1) [2020-10-01T19:00:31.644Z] Executing busybox-1.31.1-r16.trigger [2020-10-01T19:00:31.644Z] Executing ca-certificates-20191127-r4.trigger [2020-10-01T19:00:31.918Z] OK: 7 MiB in 18 packages [2020-10-01T19:00:31.919Z] Removing intermediate container 81675151ee65 [2020-10-01T19:00:31.919Z] ---> 9c0469141768 [2020-10-01T19:00:31.919Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-10-01T19:00:32.530Z] ---> b5abd0a06bd2 [2020-10-01T19:00:32.530Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-10-01T19:00:33.513Z] Removing intermediate container 1993bd2428b7 [2020-10-01T19:00:33.513Z] ---> f218f94be5d4 [2020-10-01T19:00:33.513Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-01T19:00:33.787Z] ---> 3782ca471a62 [2020-10-01T19:00:33.787Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-10-01T19:00:34.056Z] ---> Running in 872b592afbbb [2020-10-01T19:00:35.484Z] Removing intermediate container 872b592afbbb [2020-10-01T19:00:35.484Z] ---> f0e1806731c0 [2020-10-01T19:00:35.484Z] Step 13/20 : WORKDIR /edgex [2020-10-01T19:00:35.757Z] ---> 44281246372d [2020-10-01T19:00:35.757Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-10-01T19:00:36.024Z] ---> Running in 214cfa3537ec [2020-10-01T19:00:36.024Z] ---> Running in 7d600732d016 [2020-10-01T19:00:36.621Z] Removing intermediate container 214cfa3537ec [2020-10-01T19:00:36.621Z] ---> 03a13d1ce794 [2020-10-01T19:00:36.621Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-10-01T19:00:36.621Z] Removing intermediate container 7d600732d016 [2020-10-01T19:00:36.621Z] ---> 732be42de5a9 [2020-10-01T19:00:36.621Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-01T19:00:36.895Z] ---> Running in 05c608c6001f [2020-10-01T19:00:36.895Z] ---> 02fde6541cb0 [2020-10-01T19:00:36.895Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-10-01T19:00:37.158Z] Removing intermediate container 05c608c6001f [2020-10-01T19:00:37.158Z] ---> 2dac785d2dc6 [2020-10-01T19:00:37.158Z] Step 20/22 : LABEL arch=x86_64 [2020-10-01T19:00:37.430Z] ---> Running in 0d8293280bed [2020-10-01T19:00:37.702Z] ---> a93876edd7db [2020-10-01T19:00:37.702Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-10-01T19:00:37.702Z] Removing intermediate container 0d8293280bed [2020-10-01T19:00:37.702Z] ---> 7ab8907b50e3 [2020-10-01T19:00:37.702Z] Step 21/22 : LABEL git_sha=8d1be4b88019713d4adfd5be0516af0e8b12a917 [2020-10-01T19:00:37.972Z] ---> Running in fa9e7bf9b5fc [2020-10-01T19:00:37.973Z] ---> Running in cec9ba7294bd [2020-10-01T19:00:38.245Z] Removing intermediate container fa9e7bf9b5fc [2020-10-01T19:00:38.246Z] ---> b0876471264e [2020-10-01T19:00:38.246Z] Step 17/20 : CMD ["--init=true"] [2020-10-01T19:00:38.246Z] Removing intermediate container cec9ba7294bd [2020-10-01T19:00:38.246Z] ---> 5a1754fc8f4d [2020-10-01T19:00:38.246Z] Step 22/22 : LABEL version=1.2.2-dev.42 [2020-10-01T19:00:38.246Z] ---> Running in 0398b1258187 [2020-10-01T19:00:38.516Z] ---> Running in 6782f9875960 [2020-10-01T19:00:38.783Z] Removing intermediate container 0398b1258187 [2020-10-01T19:00:38.783Z] ---> 00aee80fdef4 [2020-10-01T19:00:38.783Z] Step 18/20 : LABEL arch=x86_64 [2020-10-01T19:00:39.050Z] Removing intermediate container 6782f9875960 [2020-10-01T19:00:39.050Z] ---> 5a5e8667e702 [2020-10-01T19:00:39.050Z] [2020-10-01T19:00:39.050Z] ---> Running in c82d4b5987f3 [2020-10-01T19:00:39.050Z] Successfully built 5a5e8667e702 [2020-10-01T19:00:39.050Z] Successfully tagged docker-core-command-go:latest [2020-10-01T19:00:39.325Z]  Building docker-core-command-go ... done Removing intermediate container c82d4b5987f3 [2020-10-01T19:00:39.325Z] ---> 4c8adce30157 [2020-10-01T19:00:39.325Z] Step 19/20 : LABEL git_sha=8d1be4b88019713d4adfd5be0516af0e8b12a917 [2020-10-01T19:00:39.325Z] ---> Running in 703f8a20b002 [2020-10-01T19:00:39.593Z] Removing intermediate container 703f8a20b002 [2020-10-01T19:00:39.593Z] ---> d600d4ca5d8f [2020-10-01T19:00:39.593Z] Step 20/20 : LABEL version=1.2.2-dev.42 [2020-10-01T19:00:39.866Z] ---> Running in 7c17e7efe45d [2020-10-01T19:00:40.134Z] Removing intermediate container 7c17e7efe45d [2020-10-01T19:00:40.134Z] ---> 29ac04626a99 [2020-10-01T19:00:40.134Z] [2020-10-01T19:00:40.134Z] Successfully built 29ac04626a99 [2020-10-01T19:00:40.134Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-10-01T19:00:41.016Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-01T19:00:41.044Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-01T19:00:41.076Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-01T19:00:41.114Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-01T19:00:41.115Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-01T19:00:41.127Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-01T19:00:41.711Z] Checking out Revision 8d1be4b88019713d4adfd5be0516af0e8b12a917 (master) [2020-10-01T19:00:41.739Z] > git config core.sparsecheckout # timeout=10 [2020-10-01T19:00:41.761Z] > git checkout -f 8d1be4b88019713d4adfd5be0516af0e8b12a917 # timeout=10 [2020-10-01T19:00:46.567Z] Commit message: "Merge pull request #2714 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-secrets-0.0.22" [2020-10-01T19:00:46.782Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 98bceecb216c [2020-10-01T19:00:46.782Z] ---> 7945b706d795 [2020-10-01T19:00:46.782Z] [2020-10-01T19:00:46.782Z] Step 10/21 : FROM scratch [2020-10-01T19:00:46.782Z] ---> [2020-10-01T19:00:46.782Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-01T19:00:46.782Z] ---> Using cache [2020-10-01T19:00:46.782Z] ---> 027ffcb5d3bb [2020-10-01T19:00:46.782Z] Step 12/21 : ENV APP_PORT=48085 [2020-10-01T19:00:46.782Z] ---> Running in dc88e7a97cc4 [2020-10-01T19:00:46.782Z] Removing intermediate container b98a3fc987a0 [2020-10-01T19:00:46.782Z] ---> 52898e8f509b [2020-10-01T19:00:46.782Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [2020-10-01T19:00:48.707Z] ---> Running in f34a231843fa [2020-10-01T19:00:48.707Z] Removing intermediate container dc88e7a97cc4 [2020-10-01T19:00:48.707Z] ---> 0a8375e19a6b [2020-10-01T19:00:48.707Z] Step 13/21 : EXPOSE $APP_PORT [2020-10-01T19:00:48.969Z] Removing intermediate container 6d209e8bbaef [2020-10-01T19:00:48.969Z] ---> 65e4e3fcebdd [2020-10-01T19:00:48.969Z] [2020-10-01T19:00:48.969Z] Step 10/22 : FROM scratch [2020-10-01T19:00:48.969Z] ---> [2020-10-01T19:00:48.969Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-01T19:00:48.969Z] ---> Running in c1ca6b943ed0 [2020-10-01T19:00:48.969Z] ---> Using cache [2020-10-01T19:00:48.969Z] ---> 027ffcb5d3bb [2020-10-01T19:00:48.969Z] Step 12/22 : ENV APP_PORT=48081 [2020-10-01T19:00:48.969Z] ---> Running in 2a76068614d7 [2020-10-01T19:00:49.253Z] Removing intermediate container c1ca6b943ed0 [2020-10-01T19:00:49.253Z] ---> 43bd7e7bbe24 [2020-10-01T19:00:49.253Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-10-01T19:00:49.253Z] Removing intermediate container 2a76068614d7 [2020-10-01T19:00:49.253Z] ---> ba706184b67e [2020-10-01T19:00:49.253Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-01T19:00:49.253Z] ---> Running in 0dd67f447e66 [2020-10-01T19:00:49.253Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.42" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-10-01T19:00:49.522Z] ---> 2d8043c98b65 [2020-10-01T19:00:49.522Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-10-01T19:00:49.522Z] Removing intermediate container 0dd67f447e66 [2020-10-01T19:00:49.522Z] ---> 97b163271b51 [2020-10-01T19:00:49.522Z] Step 14/22 : WORKDIR / [2020-10-01T19:00:50.916Z] ---> Running in bc995d38dd56 [2020-10-01T19:00:50.917Z] ---> 58f6643e8022 [2020-10-01T19:00:50.917Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-10-01T19:00:50.917Z] Removing intermediate container bc995d38dd56 [2020-10-01T19:00:50.917Z] ---> 0834c765f6f7 [2020-10-01T19:00:50.917Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-10-01T19:00:50.917Z] ---> 66ac179b70ac [2020-10-01T19:00:50.917Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-10-01T19:00:51.180Z] ---> Running in f852b765126f [2020-10-01T19:00:51.180Z] ---> d89157089a20 [2020-10-01T19:00:51.180Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-10-01T19:00:51.180Z] Removing intermediate container f34a231843fa [2020-10-01T19:00:51.180Z] ---> 3976658e1755 [2020-10-01T19:00:51.180Z] [2020-10-01T19:00:51.180Z] Step 11/27 : FROM docker:latest [2020-10-01T19:00:51.180Z] ---> 809cc4dba987 [2020-10-01T19:00:51.180Z] Step 12/27 : RUN apk add --no-cache bash [2020-10-01T19:00:51.445Z] Removing intermediate container f852b765126f [2020-10-01T19:00:51.445Z] ---> 76f61119a76b [2020-10-01T19:00:51.445Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-01T19:00:51.445Z] ---> Running in f5d058e7d27f [2020-10-01T19:00:51.718Z] ---> Running in 153eb00f2208 [2020-10-01T19:00:51.719Z] ---> e01cbdb755bb [2020-10-01T19:00:51.719Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-10-01T19:00:51.987Z] Removing intermediate container 153eb00f2208 [2020-10-01T19:00:51.987Z] ---> 7c365e6a0608 [2020-10-01T19:00:51.987Z] Step 19/21 : LABEL arch=x86_64 [2020-10-01T19:00:51.987Z] ---> Running in 6a50040489cd [2020-10-01T19:00:52.253Z] ---> 86b87d395f03 [2020-10-01T19:00:52.253Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-10-01T19:00:52.253Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-01T19:00:52.253Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-01T19:00:52.253Z] ---> Running in 00f85c1d38af [2020-10-01T19:00:52.253Z] Removing intermediate container 6a50040489cd [2020-10-01T19:00:52.253Z] ---> 5b342c33fef8 [2020-10-01T19:00:52.253Z] Step 20/21 : LABEL git_sha=8d1be4b88019713d4adfd5be0516af0e8b12a917 [2020-10-01T19:00:52.253Z] ---> Running in 30204deb5828 [2020-10-01T19:00:52.253Z] (1/2) Installing readline (8.0.4-r0) [2020-10-01T19:00:52.253Z] (2/2) Installing bash (5.0.17-r0) [2020-10-01T19:00:52.253Z] Removing intermediate container 00f85c1d38af [2020-10-01T19:00:52.253Z] ---> 1e2e522ac5de [2020-10-01T19:00:52.253Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-01T19:00:52.253Z] Executing bash-5.0.17-r0.post-install [2020-10-01T19:00:52.253Z] Executing busybox-1.31.1-r16.trigger [2020-10-01T19:00:52.517Z] OK: 12 MiB in 22 packages [2020-10-01T19:00:52.517Z] ---> Running in 291e1a8c1030 [2020-10-01T19:00:52.517Z] Removing intermediate container 30204deb5828 [2020-10-01T19:00:52.517Z] ---> 1cda49740060 [2020-10-01T19:00:52.517Z] Step 21/21 : LABEL version=1.2.2-dev.42 [2020-10-01T19:00:52.783Z] ---> Running in d24c8a994e90 [2020-10-01T19:00:52.783Z] Removing intermediate container 291e1a8c1030 [2020-10-01T19:00:52.783Z] ---> 1c14c250acdd [2020-10-01T19:00:52.783Z] Step 20/22 : LABEL arch=x86_64 [2020-10-01T19:00:53.740Z] ---> Running in 49db4d98eea5 [2020-10-01T19:00:53.740Z] Removing intermediate container d24c8a994e90 [2020-10-01T19:00:53.740Z] ---> 93f212830290 [2020-10-01T19:00:53.740Z] [2020-10-01T19:00:53.740Z] Removing intermediate container f5d058e7d27f [2020-10-01T19:00:53.740Z] ---> 21833ce35012 [2020-10-01T19:00:53.740Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-10-01T19:00:53.740Z] Successfully built 93f212830290 [2020-10-01T19:00:54.006Z] ---> Running in 88c50f375964 [2020-10-01T19:00:54.006Z] Successfully tagged docker-support-scheduler-go:latest [2020-10-01T19:00:54.006Z]  Building docker-support-scheduler-go ... done Removing intermediate container 49db4d98eea5 [2020-10-01T19:00:54.006Z] ---> 2d9d2cfc8e43 [2020-10-01T19:00:54.006Z] Step 21/22 : LABEL git_sha=8d1be4b88019713d4adfd5be0516af0e8b12a917 [2020-10-01T19:00:54.006Z] ---> Running in 5266106fc7f3 [2020-10-01T19:00:54.268Z] Removing intermediate container 5266106fc7f3 [2020-10-01T19:00:54.268Z] ---> 966569cce950 [2020-10-01T19:00:54.268Z] Step 22/22 : LABEL version=1.2.2-dev.42 [2020-10-01T19:00:54.268Z] ---> Running in f16e22599014 [2020-10-01T19:00:54.533Z] Removing intermediate container f16e22599014 [2020-10-01T19:00:54.533Z] ---> 86d4e3bb0d1a [2020-10-01T19:00:54.533Z] [2020-10-01T19:00:54.533Z] Successfully built 86d4e3bb0d1a [2020-10-01T19:00:55.108Z] Successfully tagged docker-core-metadata-go:latest [2020-10-01T19:00:55.373Z]  Building docker-core-metadata-go ... done Removing intermediate container 88c50f375964 [2020-10-01T19:00:55.373Z] ---> c10b4701f69f [2020-10-01T19:00:55.373Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-10-01T19:00:55.373Z] ---> Running in 4b94440d4711 [2020-10-01T19:00:55.643Z] Removing intermediate container 4b94440d4711 [2020-10-01T19:00:55.643Z] ---> a05707b19a95 [2020-10-01T19:00:55.643Z] Step 15/27 : ENV APP_PORT=48090 [2020-10-01T19:00:55.643Z] ---> Running in ca63b7107a83 [2020-10-01T19:00:55.906Z] Removing intermediate container ca63b7107a83 [2020-10-01T19:00:55.906Z] ---> fdaf0d44d26d [2020-10-01T19:00:55.907Z] Step 16/27 : EXPOSE $APP_PORT [2020-10-01T19:00:55.907Z] ---> Running in 69a56339b047 [2020-10-01T19:00:55.907Z] Removing intermediate container 69a56339b047 [2020-10-01T19:00:55.907Z] ---> 9d36a89a4767 [2020-10-01T19:00:55.907Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-10-01T19:00:56.494Z] ---> 3e1057e509dc [2020-10-01T19:00:56.494Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-10-01T19:00:56.762Z] ---> bda939af6d26 [2020-10-01T19:00:56.762Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-10-01T19:00:57.027Z] ---> 23c35854d44b [2020-10-01T19:00:57.027Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-10-01T19:00:57.027Z] ---> Running in 0309cbb96213 [2020-10-01T19:00:57.292Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-01T19:00:57.555Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-01T19:00:57.555Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-10-01T19:00:57.555Z] (2/33) Installing expat (2.2.9-r1) [2020-10-01T19:00:57.555Z] (3/33) Installing libffi (3.3-r2) [2020-10-01T19:00:57.555Z] (4/33) Installing gdbm (1.13-r1) [2020-10-01T19:00:57.555Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-10-01T19:00:57.555Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-10-01T19:00:57.555Z] (7/33) Installing python3 (3.8.5-r0) [2020-10-01T19:00:58.511Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-10-01T19:00:58.511Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-10-01T19:00:58.511Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-10-01T19:00:58.511Z] (11/33) Installing py3-six (1.15.0-r0) [2020-10-01T19:00:58.511Z] (12/33) Installing py3-packaging (20.4-r0) [2020-10-01T19:00:58.511Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-10-01T19:00:58.511Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-10-01T19:00:58.511Z] (15/33) Installing py3-idna (2.9-r0) [2020-10-01T19:00:58.511Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-10-01T19:00:58.511Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-10-01T19:00:58.511Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-10-01T19:00:58.511Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-10-01T19:00:58.781Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-10-01T19:00:58.782Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-10-01T19:00:58.782Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-10-01T19:00:58.782Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-10-01T19:00:58.782Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-10-01T19:00:58.782Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-10-01T19:00:58.782Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-10-01T19:00:58.782Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-10-01T19:00:58.782Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-10-01T19:00:58.782Z] (29/33) Installing py3-progress (1.5-r0) [2020-10-01T19:00:58.782Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-10-01T19:00:58.782Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-10-01T19:00:58.782Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-10-01T19:00:58.782Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-10-01T19:00:58.782Z] Executing busybox-1.31.1-r16.trigger [2020-10-01T19:00:58.782Z] OK: 71 MiB in 55 packages [Pipeline] echo [2020-10-01T19:00:59.345Z] ========================================================= [2020-10-01T19:00:59.345Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-10-01T19:00:59.345Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:01:00.341Z] + 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-01T19:01:04.689Z] Sending build context to Docker daemon 324.5MB [2020-10-01T19:01:04.689Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-01T19:01:04.689Z] Step 2/7 : FROM ${BASE} [2020-10-01T19:01:04.689Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-10-01T19:01:04.689Z] b538f80385f9: Pulling fs layer [2020-10-01T19:01:04.689Z] 74f711af9a0d: Pulling fs layer [2020-10-01T19:01:04.689Z] 99f96fe45779: Pulling fs layer [2020-10-01T19:01:04.689Z] 8529a6b9a6be: Pulling fs layer [2020-10-01T19:01:04.689Z] 45590311c82a: Pulling fs layer [2020-10-01T19:01:04.689Z] 69ca0ff8b7b3: Pulling fs layer [2020-10-01T19:01:04.689Z] 209524e5b208: Pulling fs layer [2020-10-01T19:01:04.689Z] 8529a6b9a6be: Waiting [2020-10-01T19:01:04.689Z] 45590311c82a: Waiting [2020-10-01T19:01:04.689Z] 69ca0ff8b7b3: Waiting [2020-10-01T19:01:04.689Z] 209524e5b208: Waiting [2020-10-01T19:01:04.689Z] 99f96fe45779: Verifying Checksum [2020-10-01T19:01:04.690Z] 99f96fe45779: Download complete [2020-10-01T19:01:04.690Z] 74f711af9a0d: Verifying Checksum [2020-10-01T19:01:04.690Z] 74f711af9a0d: Download complete [2020-10-01T19:01:04.690Z] 45590311c82a: Verifying Checksum [2020-10-01T19:01:04.690Z] 45590311c82a: Download complete [2020-10-01T19:01:04.690Z] 69ca0ff8b7b3: Verifying Checksum [2020-10-01T19:01:04.690Z] 69ca0ff8b7b3: Download complete [2020-10-01T19:01:04.690Z] b538f80385f9: Verifying Checksum [2020-10-01T19:01:04.690Z] b538f80385f9: Download complete [2020-10-01T19:01:05.297Z] b538f80385f9: Pull complete [2020-10-01T19:01:05.906Z] 74f711af9a0d: Pull complete [2020-10-01T19:01:06.185Z] 99f96fe45779: Pull complete [2020-10-01T19:01:07.637Z] 209524e5b208: Verifying Checksum [2020-10-01T19:01:07.637Z] 209524e5b208: Download complete [2020-10-01T19:01:08.824Z] Removing intermediate container 0309cbb96213 [2020-10-01T19:01:08.824Z] ---> 3f05bbac11ca [2020-10-01T19:01:08.824Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-10-01T19:01:08.824Z] ---> Running in cff24c614036 [2020-10-01T19:01:08.824Z] Collecting docker-compose==1.23.2 [2020-10-01T19:01:08.824Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-10-01T19:01:08.824Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-10-01T19:01:08.824Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-10-01T19:01:09.087Z] Collecting cached-property<2,>=1.2.0 [2020-10-01T19:01:09.087Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-10-01T19:01:09.087Z] Collecting websocket-client<1.0,>=0.32.0 [2020-10-01T19:01:09.087Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-10-01T19:01:09.096Z] 8529a6b9a6be: Verifying Checksum [2020-10-01T19:01:09.096Z] 8529a6b9a6be: Download complete [2020-10-01T19:01:09.349Z] Collecting docopt<0.7,>=0.6.1 [2020-10-01T19:01:09.349Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-10-01T19:01:09.929Z] Collecting docker<4.0,>=3.6.0 [2020-10-01T19:01:09.929Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-10-01T19:01:09.929Z] Collecting jsonschema<3,>=2.5.1 [2020-10-01T19:01:10.192Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-10-01T19:01:10.192Z] Collecting dockerpty<0.5,>=0.4.1 [2020-10-01T19:01:10.192Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-10-01T19:01:10.456Z] 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-01T19:01:10.718Z] Collecting texttable<0.10,>=0.9.0 [2020-10-01T19:01:10.718Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-10-01T19:01:11.296Z] Collecting PyYAML<4,>=3.10 [2020-10-01T19:01:11.296Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-10-01T19:01:11.876Z] 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-01T19:01:11.876Z] Collecting idna<2.8,>=2.5 [2020-10-01T19:01:11.876Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-10-01T19:01:11.876Z] Collecting urllib3<1.25,>=1.21.1 [2020-10-01T19:01:11.876Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-10-01T19:01:12.146Z] 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-01T19:01:12.146Z] Collecting docker-pycreds>=0.4.0 [2020-10-01T19:01:12.146Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-10-01T19:01:12.146Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-10-01T19:01:12.146Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-10-01T19:01:12.146Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-10-01T19:01:12.146Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-10-01T19:01:12.415Z] Installing collected packages: idna, urllib3, requests, cached-property, websocket-client, docopt, docker-pycreds, docker, jsonschema, dockerpty, texttable, PyYAML, docker-compose [2020-10-01T19:01:12.415Z] Attempting uninstall: idna [2020-10-01T19:01:12.415Z] Found existing installation: idna 2.9 [2020-10-01T19:01:12.415Z] Uninstalling idna-2.9: [2020-10-01T19:01:12.415Z] Successfully uninstalled idna-2.9 [2020-10-01T19:01:12.415Z] Attempting uninstall: urllib3 [2020-10-01T19:01:12.415Z] Found existing installation: urllib3 1.25.9 [2020-10-01T19:01:12.415Z] Uninstalling urllib3-1.25.9: [2020-10-01T19:01:12.415Z] Successfully uninstalled urllib3-1.25.9 [2020-10-01T19:01:12.891Z] Attempting uninstall: requests [2020-10-01T19:01:12.891Z] Found existing installation: requests 2.23.0 [2020-10-01T19:01:12.891Z] Uninstalling requests-2.23.0: [2020-10-01T19:01:12.891Z] Successfully uninstalled requests-2.23.0 [2020-10-01T19:01:12.891Z] Running setup.py install for docopt: started [2020-10-01T19:01:13.468Z] Running setup.py install for docopt: finished with status 'done' [2020-10-01T19:01:13.734Z] Running setup.py install for dockerpty: started [2020-10-01T19:01:13.997Z] Running setup.py install for dockerpty: finished with status 'done' [2020-10-01T19:01:13.997Z] Running setup.py install for texttable: started [2020-10-01T19:01:14.573Z] Running setup.py install for texttable: finished with status 'done' [2020-10-01T19:01:14.573Z] Running setup.py install for PyYAML: started [2020-10-01T19:01:15.148Z] Running setup.py install for PyYAML: finished with status 'done' [2020-10-01T19:01:15.148Z] 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-01T19:01:18.476Z] Removing intermediate container cff24c614036 [2020-10-01T19:01:18.476Z] ---> 038cc98106b8 [2020-10-01T19:01:18.476Z] Step 22/27 : RUN apk --no-cache add curl [2020-10-01T19:01:18.476Z] ---> Running in 85846da14c9f [2020-10-01T19:01:18.738Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-01T19:01:18.999Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-01T19:01:19.260Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-10-01T19:01:19.260Z] (2/3) Installing libcurl (7.69.1-r1) [2020-10-01T19:01:19.260Z] (3/3) Installing curl (7.69.1-r1) [2020-10-01T19:01:19.260Z] Executing busybox-1.31.1-r16.trigger [2020-10-01T19:01:19.260Z] OK: 72 MiB in 58 packages [2020-10-01T19:01:19.291Z] 8529a6b9a6be: Pull complete [2020-10-01T19:01:19.291Z] 45590311c82a: Pull complete [2020-10-01T19:01:19.573Z] 69ca0ff8b7b3: Pull complete [2020-10-01T19:01:19.837Z] Removing intermediate container 85846da14c9f [2020-10-01T19:01:19.837Z] ---> 534894517628 [2020-10-01T19:01:19.837Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-10-01T19:01:19.837Z] ---> Running in d138eb14539e [2020-10-01T19:01:19.837Z] Removing intermediate container d138eb14539e [2020-10-01T19:01:19.838Z] ---> fb950ce40bd4 [2020-10-01T19:01:19.838Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-01T19:01:20.099Z] ---> Running in 2f02652cf8aa [2020-10-01T19:01:20.099Z] Removing intermediate container 2f02652cf8aa [2020-10-01T19:01:20.099Z] ---> fa07de7418a1 [2020-10-01T19:01:20.099Z] Step 25/27 : LABEL arch=x86_64 [2020-10-01T19:01:20.099Z] ---> Running in 4e8ef8cf456c [2020-10-01T19:01:20.364Z] Removing intermediate container 4e8ef8cf456c [2020-10-01T19:01:20.364Z] ---> 270a38ecb0bc [2020-10-01T19:01:20.364Z] Step 26/27 : LABEL git_sha=8d1be4b88019713d4adfd5be0516af0e8b12a917 [2020-10-01T19:01:20.364Z] ---> Running in 1cc545bf71f1 [2020-10-01T19:01:20.625Z] Removing intermediate container 1cc545bf71f1 [2020-10-01T19:01:20.625Z] ---> 4fbea5dd6c84 [2020-10-01T19:01:20.625Z] Step 27/27 : LABEL version=1.2.2-dev.42 [2020-10-01T19:01:20.625Z] ---> Running in 650b29fb1fea [2020-10-01T19:01:20.888Z] Removing intermediate container 650b29fb1fea [2020-10-01T19:01:20.888Z] ---> 864969f95886 [2020-10-01T19:01:20.888Z] [2020-10-01T19:01:20.888Z] Successfully built 864969f95886 [2020-10-01T19:01:20.888Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-10-01T19:01:21.159Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-10-01T19:01:21.183Z] $ docker stop --time=1 e928c1d27b14fd500b831b02779feb91607bb582a1a823ef1461deddbd6f295a [2020-10-01T19:01:22.765Z] $ docker rm -f e928c1d27b14fd500b831b02779feb91607bb582a1a823ef1461deddbd6f295a [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-01T19:01:23.284Z] + docker images [2020-10-01T19:01:23.284Z] + grep docker [2020-10-01T19:01:23.284Z] docker-sys-mgmt-agent-go latest 864969f95886 3 seconds ago 290MB [2020-10-01T19:01:23.284Z] docker-core-metadata-go latest 86d4e3bb0d1a 29 seconds ago 14.1MB [2020-10-01T19:01:23.284Z] docker-support-scheduler-go latest 93f212830290 30 seconds ago 12.3MB [2020-10-01T19:01:23.284Z] docker-security-proxy-setup-go latest 29ac04626a99 44 seconds ago 15.8MB [2020-10-01T19:01:23.284Z] docker-core-command-go latest 5a5e8667e702 45 seconds ago 12.2MB [2020-10-01T19:01:23.284Z] docker-core-data-go latest bf4d02ba0afd About a minute ago 23.6MB [2020-10-01T19:01:23.284Z] docker-security-secretstore-setup-go latest 0334784752d2 About a minute ago 32.4MB [2020-10-01T19:01:23.284Z] docker-support-notifications-go latest 9d48b137c867 About a minute ago 13.6MB [2020-10-01T19:01:23.284Z] docker-support-logging-go latest d87a0ea68c1b 2 minutes ago 11.1MB [2020-10-01T19:01:23.284Z] docker-security-secrets-setup-go latest 5d7380ea2432 2 minutes ago 24MB [2020-10-01T19:01:23.284Z] docker latest 809cc4dba987 13 days ago 217MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [2020-10-01T19:01:23.932Z] 209524e5b208: Pull complete [2020-10-01T19:01:23.932Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-10-01T19:01:23.932Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-10-01T19:01:23.932Z] ---> 5bddaf1c2fca [2020-10-01T19:01:23.932Z] 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 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-10-01T19:01:24.091Z] provisioning config files... [2020-10-01T19:01:24.139Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/157@tmp/config6909446891154527704tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-10-01T19:01:24.828Z] ---> docker-login.sh [2020-10-01T19:01:24.828Z] nexus3.edgexfoundry.org:10001 [2020-10-01T19:01:24.828Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-01T19:01:25.093Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-01T19:01:25.093Z] Configure a credential helper to remove this warning. See [2020-10-01T19:01:25.093Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-01T19:01:25.093Z] [2020-10-01T19:01:25.093Z] Login Succeeded [2020-10-01T19:01:25.093Z] nexus3.edgexfoundry.org:10002 [2020-10-01T19:01:25.093Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-01T19:01:25.093Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-01T19:01:25.093Z] Configure a credential helper to remove this warning. See [2020-10-01T19:01:25.093Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-01T19:01:25.093Z] [2020-10-01T19:01:25.093Z] Login Succeeded [2020-10-01T19:01:25.093Z] nexus3.edgexfoundry.org:10003 [2020-10-01T19:01:25.358Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-01T19:01:25.358Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-01T19:01:25.358Z] Configure a credential helper to remove this warning. See [2020-10-01T19:01:25.358Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-01T19:01:25.358Z] [2020-10-01T19:01:25.358Z] Login Succeeded [2020-10-01T19:01:25.358Z] nexus3.edgexfoundry.org:10004 [2020-10-01T19:01:25.358Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-01T19:01:25.620Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-01T19:01:25.620Z] Configure a credential helper to remove this warning. See [2020-10-01T19:01:25.620Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-01T19:01:25.620Z] [2020-10-01T19:01:25.620Z] Login Succeeded [2020-10-01T19:01:25.620Z] docker.io [2020-10-01T19:01:25.620Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-01T19:01:25.889Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-01T19:01:25.889Z] Configure a credential helper to remove this warning. See [2020-10-01T19:01:25.889Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-01T19:01:25.889Z] [2020-10-01T19:01:25.889Z] Login Succeeded [2020-10-01T19:01:25.889Z] ---> docker-login.sh ends [Pipeline] } [2020-10-01T19:01:25.901Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-01T19:01:26.146Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2020-10-01T19:01:26.146Z] 8d1be4b88019713d4adfd5be0516af0e8b12a917 [2020-10-01T19:01:26.146Z] 1.2.2-dev.42 [2020-10-01T19:01:26.146Z] 8d1be4b88019713d4adfd5be0516af0e8b12a917-1.2.2-dev.42 [2020-10-01T19:01:26.146Z] master [2020-10-01T19:01:26.146Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:01:26.668Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:8d1be4b88019713d4adfd5be0516af0e8b12a917 [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:01:26.975Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:8d1be4b88019713d4adfd5be0516af0e8b12a917 [2020-10-01T19:01:26.975Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-10-01T19:01:26.975Z] ffd88d142e41: Preparing [2020-10-01T19:01:26.975Z] a5e99117d5a2: Preparing [2020-10-01T19:01:26.975Z] 75e460661eda: Preparing [2020-10-01T19:01:27.240Z] 75e460661eda: Pushed [2020-10-01T19:01:27.240Z] ffd88d142e41: Pushed [2020-10-01T19:01:27.359Z] ---> Running in 4666ddff52dc [2020-10-01T19:01:28.194Z] a5e99117d5a2: Pushed [2020-10-01T19:01:28.461Z] 8d1be4b88019713d4adfd5be0516af0e8b12a917: digest: sha256:565be9d29e1cfb3c115d99be3cbe7ea2c96cba17bd7b820661b3bde57a680e8c size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:01:28.789Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.42 [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:01:28.826Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-01T19:01:29.110Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.42 [2020-10-01T19:01:29.110Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-10-01T19:01:29.110Z] ffd88d142e41: Preparing [2020-10-01T19:01:29.110Z] a5e99117d5a2: Preparing [2020-10-01T19:01:29.110Z] 75e460661eda: Preparing [2020-10-01T19:01:29.110Z] ffd88d142e41: Layer already exists [2020-10-01T19:01:29.110Z] 75e460661eda: Layer already exists [2020-10-01T19:01:29.110Z] a5e99117d5a2: Layer already exists [2020-10-01T19:01:29.110Z] 1.2.2-dev.42: digest: sha256:565be9d29e1cfb3c115d99be3cbe7ea2c96cba17bd7b820661b3bde57a680e8c size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:01:29.428Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:8d1be4b88019713d4adfd5be0516af0e8b12a917-1.2.2-dev.42 [2020-10-01T19:01:29.428Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:01:29.810Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:8d1be4b88019713d4adfd5be0516af0e8b12a917-1.2.2-dev.42 [2020-10-01T19:01:29.810Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-10-01T19:01:29.810Z] ffd88d142e41: Preparing [2020-10-01T19:01:29.810Z] a5e99117d5a2: Preparing [2020-10-01T19:01:29.810Z] 75e460661eda: Preparing [2020-10-01T19:01:29.810Z] a5e99117d5a2: Layer already exists [2020-10-01T19:01:29.810Z] 75e460661eda: Layer already exists [2020-10-01T19:01:29.810Z] ffd88d142e41: Layer already exists [2020-10-01T19:01:29.810Z] 8d1be4b88019713d4adfd5be0516af0e8b12a917-1.2.2-dev.42: digest: sha256:565be9d29e1cfb3c115d99be3cbe7ea2c96cba17bd7b820661b3bde57a680e8c size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:01:30.138Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:01:30.455Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2020-10-01T19:01:30.455Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-10-01T19:01:30.455Z] ffd88d142e41: Preparing [2020-10-01T19:01:30.455Z] a5e99117d5a2: Preparing [2020-10-01T19:01:30.455Z] 75e460661eda: Preparing [2020-10-01T19:01:30.455Z] a5e99117d5a2: Layer already exists [2020-10-01T19:01:30.455Z] ffd88d142e41: Layer already exists [2020-10-01T19:01:30.455Z] 75e460661eda: Layer already exists [2020-10-01T19:01:30.455Z] master: digest: sha256:565be9d29e1cfb3c115d99be3cbe7ea2c96cba17bd7b820661b3bde57a680e8c size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-01T19:01:30.757Z] ===================================================== [Pipeline] echo [2020-10-01T19:01:30.804Z] taggedImages: [2020-10-01T19:01:30.804Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:8d1be4b88019713d4adfd5be0516af0e8b12a917 [2020-10-01T19:01:30.804Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.42 [2020-10-01T19:01:30.804Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:8d1be4b88019713d4adfd5be0516af0e8b12a917-1.2.2-dev.42 [2020-10-01T19:01:30.804Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2020-10-01T19:01:30.887Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2020-10-01T19:01:30.887Z] 8d1be4b88019713d4adfd5be0516af0e8b12a917 [2020-10-01T19:01:30.887Z] 1.2.2-dev.42 [2020-10-01T19:01:30.887Z] 8d1be4b88019713d4adfd5be0516af0e8b12a917-1.2.2-dev.42 [2020-10-01T19:01:30.887Z] master [2020-10-01T19:01:30.887Z] ===================================================== [2020-10-01T19:01:30.895Z] (1/12) Installing libmagic (5.38-r0) [2020-10-01T19:01:30.895Z] (2/12) Installing file (5.38-r0) [2020-10-01T19:01:30.895Z] (3/12) Installing libc-dev (0.7.2-r3) [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:01:31.179Z] (4/12) Installing g++ (9.3.0-r2) [2020-10-01T19:01:31.406Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:8d1be4b88019713d4adfd5be0516af0e8b12a917 [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:01:31.749Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:8d1be4b88019713d4adfd5be0516af0e8b12a917 [2020-10-01T19:01:31.749Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-10-01T19:01:31.749Z] 419315363b99: Preparing [2020-10-01T19:01:31.749Z] c9624024e498: Preparing [2020-10-01T19:01:31.749Z] 20519a22596b: Preparing [2020-10-01T19:01:31.749Z] 9a01dac738ad: Preparing [2020-10-01T19:01:31.749Z] a5378f49c709: Preparing [2020-10-01T19:01:31.749Z] 50644c29ef5a: Preparing [2020-10-01T19:01:31.749Z] 50644c29ef5a: Waiting [2020-10-01T19:01:32.018Z] 20519a22596b: Pushed [2020-10-01T19:01:32.018Z] a5378f49c709: Pushed [2020-10-01T19:01:32.018Z] 419315363b99: Pushed [2020-10-01T19:01:32.018Z] 50644c29ef5a: Layer already exists [2020-10-01T19:01:32.284Z] 9a01dac738ad: Pushed [2020-10-01T19:01:33.342Z] c9624024e498: Pushed [2020-10-01T19:01:33.608Z] 8d1be4b88019713d4adfd5be0516af0e8b12a917: digest: sha256:2c657fdfe65009fe5c7965094fc9b8148fc8b2a8af40a88581d137a5c97fa2be size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:01:33.928Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.42 [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:01:34.255Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.42 [2020-10-01T19:01:34.255Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-10-01T19:01:34.255Z] 419315363b99: Preparing [2020-10-01T19:01:34.255Z] c9624024e498: Preparing [2020-10-01T19:01:34.255Z] 20519a22596b: Preparing [2020-10-01T19:01:34.255Z] 9a01dac738ad: Preparing [2020-10-01T19:01:34.255Z] a5378f49c709: Preparing [2020-10-01T19:01:34.255Z] 50644c29ef5a: Preparing [2020-10-01T19:01:34.255Z] 50644c29ef5a: Waiting [2020-10-01T19:01:34.255Z] 20519a22596b: Layer already exists [2020-10-01T19:01:34.255Z] a5378f49c709: Layer already exists [2020-10-01T19:01:34.255Z] c9624024e498: Layer already exists [2020-10-01T19:01:34.255Z] 419315363b99: Layer already exists [2020-10-01T19:01:34.255Z] 9a01dac738ad: Layer already exists [2020-10-01T19:01:34.255Z] 50644c29ef5a: Layer already exists [2020-10-01T19:01:34.255Z] 1.2.2-dev.42: digest: sha256:2c657fdfe65009fe5c7965094fc9b8148fc8b2a8af40a88581d137a5c97fa2be size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:01:34.581Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:8d1be4b88019713d4adfd5be0516af0e8b12a917-1.2.2-dev.42 [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:01:34.888Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:8d1be4b88019713d4adfd5be0516af0e8b12a917-1.2.2-dev.42 [2020-10-01T19:01:34.888Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-10-01T19:01:34.888Z] 419315363b99: Preparing [2020-10-01T19:01:34.888Z] c9624024e498: Preparing [2020-10-01T19:01:34.888Z] 20519a22596b: Preparing [2020-10-01T19:01:34.888Z] 9a01dac738ad: Preparing [2020-10-01T19:01:34.888Z] a5378f49c709: Preparing [2020-10-01T19:01:34.888Z] 50644c29ef5a: Preparing [2020-10-01T19:01:34.888Z] 50644c29ef5a: Waiting [2020-10-01T19:01:34.888Z] a5378f49c709: Layer already exists [2020-10-01T19:01:34.888Z] 20519a22596b: Layer already exists [2020-10-01T19:01:34.888Z] 9a01dac738ad: Layer already exists [2020-10-01T19:01:34.888Z] 419315363b99: Layer already exists [2020-10-01T19:01:34.888Z] c9624024e498: Layer already exists [2020-10-01T19:01:34.888Z] 50644c29ef5a: Layer already exists [2020-10-01T19:01:34.888Z] 8d1be4b88019713d4adfd5be0516af0e8b12a917-1.2.2-dev.42: digest: sha256:2c657fdfe65009fe5c7965094fc9b8148fc8b2a8af40a88581d137a5c97fa2be size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:01:35.208Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:01:35.517Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2020-10-01T19:01:35.517Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-10-01T19:01:35.517Z] 419315363b99: Preparing [2020-10-01T19:01:35.517Z] c9624024e498: Preparing [2020-10-01T19:01:35.517Z] 20519a22596b: Preparing [2020-10-01T19:01:35.517Z] 9a01dac738ad: Preparing [2020-10-01T19:01:35.517Z] a5378f49c709: Preparing [2020-10-01T19:01:35.517Z] 50644c29ef5a: Preparing [2020-10-01T19:01:35.517Z] 50644c29ef5a: Waiting [2020-10-01T19:01:35.517Z] 20519a22596b: Layer already exists [2020-10-01T19:01:35.517Z] 419315363b99: Layer already exists [2020-10-01T19:01:35.517Z] a5378f49c709: Layer already exists [2020-10-01T19:01:35.517Z] c9624024e498: Layer already exists [2020-10-01T19:01:35.517Z] 9a01dac738ad: Layer already exists [2020-10-01T19:01:35.517Z] 50644c29ef5a: Layer already exists [2020-10-01T19:01:35.517Z] master: digest: sha256:2c657fdfe65009fe5c7965094fc9b8148fc8b2a8af40a88581d137a5c97fa2be size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-01T19:01:35.766Z] ===================================================== [Pipeline] echo [2020-10-01T19:01:35.817Z] taggedImages: [2020-10-01T19:01:35.817Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:8d1be4b88019713d4adfd5be0516af0e8b12a917 [2020-10-01T19:01:35.817Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.42 [2020-10-01T19:01:35.817Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:8d1be4b88019713d4adfd5be0516af0e8b12a917-1.2.2-dev.42 [2020-10-01T19:01:35.817Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2020-10-01T19:01:35.887Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2020-10-01T19:01:35.888Z] 8d1be4b88019713d4adfd5be0516af0e8b12a917 [2020-10-01T19:01:35.888Z] 1.2.2-dev.42 [2020-10-01T19:01:35.888Z] 8d1be4b88019713d4adfd5be0516af0e8b12a917-1.2.2-dev.42 [2020-10-01T19:01:35.888Z] master [2020-10-01T19:01:35.888Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:01:36.429Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:8d1be4b88019713d4adfd5be0516af0e8b12a917 [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:01:36.767Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:8d1be4b88019713d4adfd5be0516af0e8b12a917 [2020-10-01T19:01:36.767Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-10-01T19:01:36.767Z] 91285fbbdf97: Preparing [2020-10-01T19:01:36.767Z] cd4f0833a820: Preparing [2020-10-01T19:01:36.767Z] 528670b57627: Preparing [2020-10-01T19:01:36.767Z] 91285fbbdf97: Pushed [2020-10-01T19:01:36.767Z] 528670b57627: Pushed [2020-10-01T19:01:38.192Z] cd4f0833a820: Pushed [2020-10-01T19:01:38.462Z] 8d1be4b88019713d4adfd5be0516af0e8b12a917: digest: sha256:1fc6f61ec6f36c937c79fb015ad8985c283bbc84b92b2f147498d1c9f2b2dfa5 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:01:38.784Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.42 [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:01:39.098Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.42 [2020-10-01T19:01:39.098Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-10-01T19:01:39.098Z] 91285fbbdf97: Preparing [2020-10-01T19:01:39.098Z] cd4f0833a820: Preparing [2020-10-01T19:01:39.098Z] 528670b57627: Preparing [2020-10-01T19:01:39.098Z] cd4f0833a820: Layer already exists [2020-10-01T19:01:39.098Z] 91285fbbdf97: Layer already exists [2020-10-01T19:01:39.098Z] 528670b57627: Layer already exists [2020-10-01T19:01:39.098Z] 1.2.2-dev.42: digest: sha256:1fc6f61ec6f36c937c79fb015ad8985c283bbc84b92b2f147498d1c9f2b2dfa5 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:01:39.431Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:8d1be4b88019713d4adfd5be0516af0e8b12a917-1.2.2-dev.42 [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:01:39.774Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:8d1be4b88019713d4adfd5be0516af0e8b12a917-1.2.2-dev.42 [2020-10-01T19:01:39.774Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-10-01T19:01:39.774Z] 91285fbbdf97: Preparing [2020-10-01T19:01:39.774Z] cd4f0833a820: Preparing [2020-10-01T19:01:39.774Z] 528670b57627: Preparing [2020-10-01T19:01:39.774Z] 528670b57627: Layer already exists [2020-10-01T19:01:39.774Z] cd4f0833a820: Layer already exists [2020-10-01T19:01:39.774Z] 91285fbbdf97: Layer already exists [2020-10-01T19:01:39.774Z] 8d1be4b88019713d4adfd5be0516af0e8b12a917-1.2.2-dev.42: digest: sha256:1fc6f61ec6f36c937c79fb015ad8985c283bbc84b92b2f147498d1c9f2b2dfa5 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:01:40.103Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:01:40.428Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2020-10-01T19:01:40.428Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-10-01T19:01:40.428Z] 91285fbbdf97: Preparing [2020-10-01T19:01:40.428Z] cd4f0833a820: Preparing [2020-10-01T19:01:40.428Z] 528670b57627: Preparing [2020-10-01T19:01:40.428Z] 91285fbbdf97: Layer already exists [2020-10-01T19:01:40.428Z] cd4f0833a820: Layer already exists [2020-10-01T19:01:40.428Z] 528670b57627: Layer already exists [2020-10-01T19:01:40.428Z] master: digest: sha256:1fc6f61ec6f36c937c79fb015ad8985c283bbc84b92b2f147498d1c9f2b2dfa5 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-01T19:01:40.898Z] ===================================================== [Pipeline] echo [2020-10-01T19:01:40.968Z] taggedImages: [2020-10-01T19:01:40.968Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:8d1be4b88019713d4adfd5be0516af0e8b12a917 [2020-10-01T19:01:40.968Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.42 [2020-10-01T19:01:40.968Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:8d1be4b88019713d4adfd5be0516af0e8b12a917-1.2.2-dev.42 [2020-10-01T19:01:40.968Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2020-10-01T19:01:41.048Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2020-10-01T19:01:41.048Z] 8d1be4b88019713d4adfd5be0516af0e8b12a917 [2020-10-01T19:01:41.048Z] 1.2.2-dev.42 [2020-10-01T19:01:41.048Z] 8d1be4b88019713d4adfd5be0516af0e8b12a917-1.2.2-dev.42 [2020-10-01T19:01:41.048Z] master [2020-10-01T19:01:41.048Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:01:41.595Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:8d1be4b88019713d4adfd5be0516af0e8b12a917 [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:01:42.048Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:8d1be4b88019713d4adfd5be0516af0e8b12a917 [2020-10-01T19:01:42.048Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-10-01T19:01:42.048Z] b1b688d62084: Preparing [2020-10-01T19:01:42.048Z] e79b8e8e8c5f: Preparing [2020-10-01T19:01:42.048Z] d47ae9f3510c: Preparing [2020-10-01T19:01:42.048Z] 17a5a0190658: Preparing [2020-10-01T19:01:42.048Z] 50644c29ef5a: Preparing [2020-10-01T19:01:42.048Z] 50644c29ef5a: Layer already exists [2020-10-01T19:01:42.048Z] d47ae9f3510c: Pushed [2020-10-01T19:01:42.048Z] e79b8e8e8c5f: Pushed [2020-10-01T19:01:42.362Z] 17a5a0190658: Pushed [2020-10-01T19:01:42.951Z] b1b688d62084: Pushed [2020-10-01T19:01:42.951Z] 8d1be4b88019713d4adfd5be0516af0e8b12a917: digest: sha256:bc6930ff7f93b4ddbf58a87f4789797f5843fb800ef7acdc31096771284aa016 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:01:43.297Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.42 [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:01:43.632Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.42 [2020-10-01T19:01:43.632Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-10-01T19:01:43.632Z] b1b688d62084: Preparing [2020-10-01T19:01:43.632Z] e79b8e8e8c5f: Preparing [2020-10-01T19:01:43.632Z] d47ae9f3510c: Preparing [2020-10-01T19:01:43.632Z] 17a5a0190658: Preparing [2020-10-01T19:01:43.632Z] 50644c29ef5a: Preparing [2020-10-01T19:01:43.632Z] d47ae9f3510c: Layer already exists [2020-10-01T19:01:43.632Z] 17a5a0190658: Layer already exists [2020-10-01T19:01:43.632Z] e79b8e8e8c5f: Layer already exists [2020-10-01T19:01:43.632Z] 50644c29ef5a: Layer already exists [2020-10-01T19:01:43.632Z] b1b688d62084: Layer already exists [2020-10-01T19:01:43.632Z] 1.2.2-dev.42: digest: sha256:bc6930ff7f93b4ddbf58a87f4789797f5843fb800ef7acdc31096771284aa016 size: 1364 [2020-10-01T19:01:43.640Z] (5/12) Installing fortify-headers (1.1-r0) [2020-10-01T19:01:43.640Z] (6/12) Installing patch (2.7.6-r6) [2020-10-01T19:01:43.640Z] (7/12) Installing build-base (0.5-r2) [2020-10-01T19:01:43.640Z] (8/12) Installing libsodium (1.0.18-r0) [2020-10-01T19:01:43.640Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-10-01T19:01:43.640Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-10-01T19:01:43.640Z] (11/12) Installing libzmq (4.3.3-r0) [2020-10-01T19:01:43.640Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-10-01T19:01:43.640Z] Executing busybox-1.31.1-r16.trigger [2020-10-01T19:01:43.640Z] OK: 217 MiB in 51 packages [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:01:43.975Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:8d1be4b88019713d4adfd5be0516af0e8b12a917-1.2.2-dev.42 [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:01:44.329Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:8d1be4b88019713d4adfd5be0516af0e8b12a917-1.2.2-dev.42 [2020-10-01T19:01:44.329Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-10-01T19:01:44.329Z] b1b688d62084: Preparing [2020-10-01T19:01:44.329Z] e79b8e8e8c5f: Preparing [2020-10-01T19:01:44.329Z] d47ae9f3510c: Preparing [2020-10-01T19:01:44.329Z] 17a5a0190658: Preparing [2020-10-01T19:01:44.329Z] 50644c29ef5a: Preparing [2020-10-01T19:01:44.329Z] d47ae9f3510c: Layer already exists [2020-10-01T19:01:44.329Z] e79b8e8e8c5f: Layer already exists [2020-10-01T19:01:44.329Z] b1b688d62084: Layer already exists [2020-10-01T19:01:44.329Z] 50644c29ef5a: Layer already exists [2020-10-01T19:01:44.329Z] 17a5a0190658: Layer already exists [2020-10-01T19:01:44.329Z] 8d1be4b88019713d4adfd5be0516af0e8b12a917-1.2.2-dev.42: digest: sha256:bc6930ff7f93b4ddbf58a87f4789797f5843fb800ef7acdc31096771284aa016 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:01:44.657Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:01:44.972Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2020-10-01T19:01:44.972Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-10-01T19:01:44.972Z] b1b688d62084: Preparing [2020-10-01T19:01:44.972Z] e79b8e8e8c5f: Preparing [2020-10-01T19:01:44.972Z] d47ae9f3510c: Preparing [2020-10-01T19:01:44.972Z] 17a5a0190658: Preparing [2020-10-01T19:01:44.972Z] 50644c29ef5a: Preparing [2020-10-01T19:01:44.972Z] e79b8e8e8c5f: Layer already exists [2020-10-01T19:01:44.972Z] 17a5a0190658: Layer already exists [2020-10-01T19:01:44.972Z] d47ae9f3510c: Layer already exists [2020-10-01T19:01:44.972Z] 50644c29ef5a: Layer already exists [2020-10-01T19:01:44.972Z] b1b688d62084: Layer already exists [2020-10-01T19:01:44.972Z] master: digest: sha256:bc6930ff7f93b4ddbf58a87f4789797f5843fb800ef7acdc31096771284aa016 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-01T19:01:45.166Z] ===================================================== [Pipeline] echo [2020-10-01T19:01:45.213Z] taggedImages: [2020-10-01T19:01:45.213Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:8d1be4b88019713d4adfd5be0516af0e8b12a917 [2020-10-01T19:01:45.213Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.42 [2020-10-01T19:01:45.213Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:8d1be4b88019713d4adfd5be0516af0e8b12a917-1.2.2-dev.42 [2020-10-01T19:01:45.213Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo [2020-10-01T19:01:45.277Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go with the following tags: [2020-10-01T19:01:45.277Z] 8d1be4b88019713d4adfd5be0516af0e8b12a917 [2020-10-01T19:01:45.277Z] 1.2.2-dev.42 [2020-10-01T19:01:45.277Z] 8d1be4b88019713d4adfd5be0516af0e8b12a917-1.2.2-dev.42 [2020-10-01T19:01:45.277Z] master [2020-10-01T19:01:45.277Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:01:45.802Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:8d1be4b88019713d4adfd5be0516af0e8b12a917 [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:01:46.130Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:8d1be4b88019713d4adfd5be0516af0e8b12a917 [2020-10-01T19:01:46.130Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-10-01T19:01:46.130Z] cd742f9e5166: Preparing [2020-10-01T19:01:46.130Z] e8650802dc2e: Preparing [2020-10-01T19:01:46.130Z] 2f8b5cf16175: Preparing [2020-10-01T19:01:46.130Z] fa3954bd665c: Preparing [2020-10-01T19:01:46.130Z] fa3954bd665c: Preparing [2020-10-01T19:01:46.130Z] 8ea926d1d9f1: Preparing [2020-10-01T19:01:46.130Z] 76ac77226d30: Preparing [2020-10-01T19:01:46.130Z] aa3e96831ffd: Preparing [2020-10-01T19:01:46.130Z] cd742f9e5166: Preparing [2020-10-01T19:01:46.130Z] 0a0a71d17f62: Preparing [2020-10-01T19:01:46.130Z] 9fcd11516394: Preparing [2020-10-01T19:01:46.130Z] 0329e5758ff1: Preparing [2020-10-01T19:01:46.130Z] 50644c29ef5a: Preparing [2020-10-01T19:01:46.130Z] 76ac77226d30: Waiting [2020-10-01T19:01:46.130Z] aa3e96831ffd: Waiting [2020-10-01T19:01:46.130Z] 0a0a71d17f62: Waiting [2020-10-01T19:01:46.130Z] 9fcd11516394: Waiting [2020-10-01T19:01:46.130Z] 0329e5758ff1: Waiting [2020-10-01T19:01:46.130Z] 50644c29ef5a: Waiting [2020-10-01T19:01:46.398Z] fa3954bd665c: Pushed [2020-10-01T19:01:46.398Z] 8ea926d1d9f1: Pushed [2020-10-01T19:01:46.398Z] 2f8b5cf16175: Pushed [2020-10-01T19:01:46.398Z] e8650802dc2e: Pushed [2020-10-01T19:01:46.398Z] 76ac77226d30: Pushed [2020-10-01T19:01:46.398Z] aa3e96831ffd: Pushed [2020-10-01T19:01:46.398Z] 9fcd11516394: Pushed [2020-10-01T19:01:46.398Z] 0a0a71d17f62: Pushed [2020-10-01T19:01:46.672Z] 50644c29ef5a: Layer already exists [2020-10-01T19:01:46.937Z] 0329e5758ff1: Pushed [2020-10-01T19:01:46.937Z] cd742f9e5166: Pushed [2020-10-01T19:01:47.201Z] 8d1be4b88019713d4adfd5be0516af0e8b12a917: digest: sha256:b11ea282446236a70fba96a9adacf1b42f06d4d47b51f50dfe49de4f052b33aa size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:01:47.527Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.42 [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:01:47.871Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.42 [2020-10-01T19:01:47.871Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-10-01T19:01:47.871Z] cd742f9e5166: Preparing [2020-10-01T19:01:47.871Z] e8650802dc2e: Preparing [2020-10-01T19:01:47.871Z] 2f8b5cf16175: Preparing [2020-10-01T19:01:47.871Z] fa3954bd665c: Preparing [2020-10-01T19:01:47.871Z] fa3954bd665c: Preparing [2020-10-01T19:01:47.871Z] 8ea926d1d9f1: Preparing [2020-10-01T19:01:47.871Z] 76ac77226d30: Preparing [2020-10-01T19:01:47.871Z] aa3e96831ffd: Preparing [2020-10-01T19:01:47.871Z] cd742f9e5166: Preparing [2020-10-01T19:01:47.871Z] 0a0a71d17f62: Preparing [2020-10-01T19:01:47.871Z] 9fcd11516394: Preparing [2020-10-01T19:01:47.871Z] 0329e5758ff1: Preparing [2020-10-01T19:01:47.871Z] 50644c29ef5a: Preparing [2020-10-01T19:01:47.871Z] 76ac77226d30: Waiting [2020-10-01T19:01:47.871Z] aa3e96831ffd: Waiting [2020-10-01T19:01:47.871Z] 0a0a71d17f62: Waiting [2020-10-01T19:01:47.871Z] 9fcd11516394: Waiting [2020-10-01T19:01:47.871Z] 0329e5758ff1: Waiting [2020-10-01T19:01:47.871Z] 50644c29ef5a: Waiting [2020-10-01T19:01:47.871Z] 8ea926d1d9f1: Layer already exists [2020-10-01T19:01:47.871Z] fa3954bd665c: Layer already exists [2020-10-01T19:01:47.871Z] cd742f9e5166: Layer already exists [2020-10-01T19:01:47.871Z] e8650802dc2e: Layer already exists [2020-10-01T19:01:47.871Z] 2f8b5cf16175: Layer already exists [2020-10-01T19:01:47.871Z] 76ac77226d30: Layer already exists [2020-10-01T19:01:47.871Z] aa3e96831ffd: Layer already exists [2020-10-01T19:01:47.871Z] 0329e5758ff1: Layer already exists [2020-10-01T19:01:47.871Z] 0a0a71d17f62: Layer already exists [2020-10-01T19:01:47.871Z] 9fcd11516394: Layer already exists [2020-10-01T19:01:47.871Z] 50644c29ef5a: Layer already exists [2020-10-01T19:01:47.871Z] 1.2.2-dev.42: digest: sha256:b11ea282446236a70fba96a9adacf1b42f06d4d47b51f50dfe49de4f052b33aa size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:01:48.086Z] Removing intermediate container 4666ddff52dc [2020-10-01T19:01:48.087Z] ---> 04f5283b5001 [2020-10-01T19:01:48.087Z] Step 4/7 : WORKDIR /edgex-go [2020-10-01T19:01:48.087Z] ---> Running in 91e76ac65be5 [2020-10-01T19:01:48.087Z] Removing intermediate container 91e76ac65be5 [2020-10-01T19:01:48.087Z] ---> 20a5de530e95 [2020-10-01T19:01:48.087Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-10-01T19:01:48.190Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:8d1be4b88019713d4adfd5be0516af0e8b12a917-1.2.2-dev.42 [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:01:48.504Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:8d1be4b88019713d4adfd5be0516af0e8b12a917-1.2.2-dev.42 [2020-10-01T19:01:48.504Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-10-01T19:01:48.504Z] cd742f9e5166: Preparing [2020-10-01T19:01:48.504Z] e8650802dc2e: Preparing [2020-10-01T19:01:48.504Z] 2f8b5cf16175: Preparing [2020-10-01T19:01:48.504Z] fa3954bd665c: Preparing [2020-10-01T19:01:48.504Z] fa3954bd665c: Preparing [2020-10-01T19:01:48.504Z] 8ea926d1d9f1: Preparing [2020-10-01T19:01:48.504Z] 76ac77226d30: Preparing [2020-10-01T19:01:48.504Z] aa3e96831ffd: Preparing [2020-10-01T19:01:48.504Z] cd742f9e5166: Preparing [2020-10-01T19:01:48.504Z] 0a0a71d17f62: Preparing [2020-10-01T19:01:48.504Z] 9fcd11516394: Preparing [2020-10-01T19:01:48.504Z] 0329e5758ff1: Preparing [2020-10-01T19:01:48.504Z] 50644c29ef5a: Preparing [2020-10-01T19:01:48.504Z] 9fcd11516394: Waiting [2020-10-01T19:01:48.504Z] 76ac77226d30: Waiting [2020-10-01T19:01:48.504Z] aa3e96831ffd: Waiting [2020-10-01T19:01:48.504Z] 0a0a71d17f62: Waiting [2020-10-01T19:01:48.504Z] 0329e5758ff1: Waiting [2020-10-01T19:01:48.504Z] 50644c29ef5a: Waiting [2020-10-01T19:01:48.504Z] fa3954bd665c: Layer already exists [2020-10-01T19:01:48.504Z] 8ea926d1d9f1: Layer already exists [2020-10-01T19:01:48.504Z] 2f8b5cf16175: Layer already exists [2020-10-01T19:01:48.504Z] cd742f9e5166: Layer already exists [2020-10-01T19:01:48.504Z] e8650802dc2e: Layer already exists [2020-10-01T19:01:48.504Z] 0a0a71d17f62: Layer already exists [2020-10-01T19:01:48.504Z] aa3e96831ffd: Layer already exists [2020-10-01T19:01:48.504Z] 76ac77226d30: Layer already exists [2020-10-01T19:01:48.504Z] 0329e5758ff1: Layer already exists [2020-10-01T19:01:48.504Z] 9fcd11516394: Layer already exists [2020-10-01T19:01:48.504Z] 50644c29ef5a: Layer already exists [2020-10-01T19:01:48.504Z] 8d1be4b88019713d4adfd5be0516af0e8b12a917-1.2.2-dev.42: digest: sha256:b11ea282446236a70fba96a9adacf1b42f06d4d47b51f50dfe49de4f052b33aa size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:01:48.841Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:01:49.089Z] latest: Pulling from library/docker [2020-10-01T19:01:49.202Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [2020-10-01T19:01:49.202Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-10-01T19:01:49.202Z] cd742f9e5166: Preparing [2020-10-01T19:01:49.202Z] e8650802dc2e: Preparing [2020-10-01T19:01:49.202Z] 2f8b5cf16175: Preparing [2020-10-01T19:01:49.202Z] fa3954bd665c: Preparing [2020-10-01T19:01:49.202Z] fa3954bd665c: Preparing [2020-10-01T19:01:49.202Z] 8ea926d1d9f1: Preparing [2020-10-01T19:01:49.202Z] 76ac77226d30: Preparing [2020-10-01T19:01:49.202Z] aa3e96831ffd: Preparing [2020-10-01T19:01:49.202Z] cd742f9e5166: Preparing [2020-10-01T19:01:49.202Z] 0a0a71d17f62: Preparing [2020-10-01T19:01:49.202Z] 9fcd11516394: Preparing [2020-10-01T19:01:49.202Z] 0329e5758ff1: Preparing [2020-10-01T19:01:49.202Z] 50644c29ef5a: Preparing [2020-10-01T19:01:49.202Z] 76ac77226d30: Waiting [2020-10-01T19:01:49.202Z] aa3e96831ffd: Waiting [2020-10-01T19:01:49.202Z] 0a0a71d17f62: Waiting [2020-10-01T19:01:49.202Z] 9fcd11516394: Waiting [2020-10-01T19:01:49.202Z] 0329e5758ff1: Waiting [2020-10-01T19:01:49.202Z] 50644c29ef5a: Waiting [2020-10-01T19:01:49.202Z] e8650802dc2e: Layer already exists [2020-10-01T19:01:49.202Z] cd742f9e5166: Layer already exists [2020-10-01T19:01:49.202Z] fa3954bd665c: Layer already exists [2020-10-01T19:01:49.202Z] 2f8b5cf16175: Layer already exists [2020-10-01T19:01:49.202Z] 8ea926d1d9f1: Layer already exists [2020-10-01T19:01:49.202Z] 0a0a71d17f62: Layer already exists [2020-10-01T19:01:49.202Z] aa3e96831ffd: Layer already exists [2020-10-01T19:01:49.202Z] 9fcd11516394: Layer already exists [2020-10-01T19:01:49.202Z] 0329e5758ff1: Layer already exists [2020-10-01T19:01:49.202Z] 76ac77226d30: Layer already exists [2020-10-01T19:01:49.202Z] 50644c29ef5a: Layer already exists [2020-10-01T19:01:49.202Z] master: digest: sha256:b11ea282446236a70fba96a9adacf1b42f06d4d47b51f50dfe49de4f052b33aa size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [2020-10-01T19:01:49.368Z] b538f80385f9: Already exists [2020-10-01T19:01:49.368Z] 259a493cd78d: Pulling fs layer [2020-10-01T19:01:49.368Z] b8e66b5100f5: Pulling fs layer [2020-10-01T19:01:49.368Z] 7f8258a56ab6: Pulling fs layer [2020-10-01T19:01:49.368Z] 75a0a0ebb566: Pulling fs layer [2020-10-01T19:01:49.368Z] 4a2c62f0a2a3: Pulling fs layer [2020-10-01T19:01:49.368Z] 294320357d30: Pulling fs layer [2020-10-01T19:01:49.368Z] 4a2c62f0a2a3: Waiting [2020-10-01T19:01:49.368Z] 294320357d30: Waiting [2020-10-01T19:01:49.368Z] 75a0a0ebb566: Waiting [2020-10-01T19:01:49.368Z] b8e66b5100f5: Verifying Checksum [2020-10-01T19:01:49.368Z] b8e66b5100f5: Download complete [Pipeline] // withEnv [Pipeline] echo [2020-10-01T19:01:49.434Z] ===================================================== [Pipeline] echo [2020-10-01T19:01:49.479Z] taggedImages: [2020-10-01T19:01:49.479Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:8d1be4b88019713d4adfd5be0516af0e8b12a917 [2020-10-01T19:01:49.479Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.42 [2020-10-01T19:01:49.479Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:8d1be4b88019713d4adfd5be0516af0e8b12a917-1.2.2-dev.42 [2020-10-01T19:01:49.479Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] echo [2020-10-01T19:01:49.552Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2020-10-01T19:01:49.552Z] 8d1be4b88019713d4adfd5be0516af0e8b12a917 [2020-10-01T19:01:49.552Z] 1.2.2-dev.42 [2020-10-01T19:01:49.552Z] 8d1be4b88019713d4adfd5be0516af0e8b12a917-1.2.2-dev.42 [2020-10-01T19:01:49.552Z] master [2020-10-01T19:01:49.552Z] ===================================================== [Pipeline] withEnv [Pipeline] { [2020-10-01T19:01:49.649Z] 259a493cd78d: Verifying Checksum [2020-10-01T19:01:49.649Z] 259a493cd78d: Download complete [2020-10-01T19:01:49.649Z] 75a0a0ebb566: Download complete [2020-10-01T19:01:49.649Z] 4a2c62f0a2a3: Verifying Checksum [2020-10-01T19:01:49.649Z] 4a2c62f0a2a3: Download complete [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:01:49.925Z] 294320357d30: Verifying Checksum [2020-10-01T19:01:49.925Z] 294320357d30: Download complete [2020-10-01T19:01:50.066Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:8d1be4b88019713d4adfd5be0516af0e8b12a917 [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:01:50.202Z] 259a493cd78d: Pull complete [2020-10-01T19:01:50.364Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:8d1be4b88019713d4adfd5be0516af0e8b12a917 [2020-10-01T19:01:50.365Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-10-01T19:01:50.365Z] ddec9d762e88: Preparing [2020-10-01T19:01:50.365Z] c5d43600994a: Preparing [2020-10-01T19:01:50.365Z] ea3971081a4f: Preparing [2020-10-01T19:01:50.365Z] ac0107a3fa93: Preparing [2020-10-01T19:01:50.365Z] d0253acb3296: Preparing [2020-10-01T19:01:50.365Z] c8854c9366e9: Preparing [2020-10-01T19:01:50.365Z] 5a7b01445e70: Preparing [2020-10-01T19:01:50.365Z] 23a42ac605a7: Preparing [2020-10-01T19:01:50.365Z] 0f7eb8f12f28: Preparing [2020-10-01T19:01:50.365Z] e7f6e611ddeb: Preparing [2020-10-01T19:01:50.365Z] 1b3ee35aacca: Preparing [2020-10-01T19:01:50.365Z] 23a42ac605a7: Waiting [2020-10-01T19:01:50.365Z] 0f7eb8f12f28: Waiting [2020-10-01T19:01:50.365Z] e7f6e611ddeb: Waiting [2020-10-01T19:01:50.365Z] c8854c9366e9: Waiting [2020-10-01T19:01:50.365Z] 5a7b01445e70: Waiting [2020-10-01T19:01:50.365Z] 1b3ee35aacca: Waiting [2020-10-01T19:01:50.365Z] c5d43600994a: Pushed [2020-10-01T19:01:50.626Z] ddec9d762e88: Pushed [2020-10-01T19:01:50.626Z] c8854c9366e9: Pushed [2020-10-01T19:01:50.626Z] 5a7b01445e70: Pushed [2020-10-01T19:01:50.801Z] b8e66b5100f5: Pull complete [2020-10-01T19:01:50.801Z] 7f8258a56ab6: Verifying Checksum [2020-10-01T19:01:50.801Z] 7f8258a56ab6: Download complete [2020-10-01T19:01:50.886Z] 23a42ac605a7: Pushed [2020-10-01T19:01:50.886Z] 0f7eb8f12f28: Pushed [2020-10-01T19:01:50.886Z] 1b3ee35aacca: Layer already exists [2020-10-01T19:01:51.147Z] ea3971081a4f: Pushed [2020-10-01T19:01:51.407Z] d0253acb3296: Pushed [2020-10-01T19:01:51.407Z] ac0107a3fa93: Pushed [2020-10-01T19:01:51.407Z] e7f6e611ddeb: Pushed [2020-10-01T19:01:51.668Z] 8d1be4b88019713d4adfd5be0516af0e8b12a917: digest: sha256:2bb42bd57535a0169480c7aa7a041f1f1d59938828f6c09771a88d00df710fca size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:01:51.971Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.42 [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:01:52.266Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.42 [2020-10-01T19:01:52.267Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-10-01T19:01:52.267Z] ddec9d762e88: Preparing [2020-10-01T19:01:52.267Z] c5d43600994a: Preparing [2020-10-01T19:01:52.267Z] ea3971081a4f: Preparing [2020-10-01T19:01:52.267Z] ac0107a3fa93: Preparing [2020-10-01T19:01:52.267Z] d0253acb3296: Preparing [2020-10-01T19:01:52.267Z] c8854c9366e9: Preparing [2020-10-01T19:01:52.267Z] 5a7b01445e70: Preparing [2020-10-01T19:01:52.267Z] 23a42ac605a7: Preparing [2020-10-01T19:01:52.267Z] 0f7eb8f12f28: Preparing [2020-10-01T19:01:52.267Z] e7f6e611ddeb: Preparing [2020-10-01T19:01:52.267Z] 1b3ee35aacca: Preparing [2020-10-01T19:01:52.267Z] 5a7b01445e70: Waiting [2020-10-01T19:01:52.267Z] 23a42ac605a7: Waiting [2020-10-01T19:01:52.267Z] 0f7eb8f12f28: Waiting [2020-10-01T19:01:52.267Z] e7f6e611ddeb: Waiting [2020-10-01T19:01:52.267Z] 1b3ee35aacca: Waiting [2020-10-01T19:01:52.267Z] c8854c9366e9: Waiting [2020-10-01T19:01:52.267Z] ddec9d762e88: Layer already exists [2020-10-01T19:01:52.267Z] ac0107a3fa93: Layer already exists [2020-10-01T19:01:52.267Z] d0253acb3296: Layer already exists [2020-10-01T19:01:52.267Z] ea3971081a4f: Layer already exists [2020-10-01T19:01:52.267Z] c5d43600994a: Layer already exists [2020-10-01T19:01:52.267Z] 23a42ac605a7: Layer already exists [2020-10-01T19:01:52.267Z] c8854c9366e9: Layer already exists [2020-10-01T19:01:52.267Z] 5a7b01445e70: Layer already exists [2020-10-01T19:01:52.267Z] e7f6e611ddeb: Layer already exists [2020-10-01T19:01:52.267Z] 0f7eb8f12f28: Layer already exists [2020-10-01T19:01:52.267Z] 1b3ee35aacca: Layer already exists [2020-10-01T19:01:52.267Z] 1.2.2-dev.42: digest: sha256:2bb42bd57535a0169480c7aa7a041f1f1d59938828f6c09771a88d00df710fca size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:01:52.568Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:8d1be4b88019713d4adfd5be0516af0e8b12a917-1.2.2-dev.42 [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:01:52.870Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:8d1be4b88019713d4adfd5be0516af0e8b12a917-1.2.2-dev.42 [2020-10-01T19:01:52.871Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-10-01T19:01:52.871Z] ddec9d762e88: Preparing [2020-10-01T19:01:52.871Z] c5d43600994a: Preparing [2020-10-01T19:01:52.871Z] ea3971081a4f: Preparing [2020-10-01T19:01:52.871Z] ac0107a3fa93: Preparing [2020-10-01T19:01:52.871Z] d0253acb3296: Preparing [2020-10-01T19:01:52.871Z] c8854c9366e9: Preparing [2020-10-01T19:01:52.871Z] 5a7b01445e70: Preparing [2020-10-01T19:01:52.871Z] 23a42ac605a7: Preparing [2020-10-01T19:01:52.871Z] 0f7eb8f12f28: Preparing [2020-10-01T19:01:52.871Z] e7f6e611ddeb: Preparing [2020-10-01T19:01:52.871Z] 1b3ee35aacca: Preparing [2020-10-01T19:01:52.871Z] c8854c9366e9: Waiting [2020-10-01T19:01:52.871Z] 0f7eb8f12f28: Waiting [2020-10-01T19:01:52.871Z] e7f6e611ddeb: Waiting [2020-10-01T19:01:52.871Z] 1b3ee35aacca: Waiting [2020-10-01T19:01:52.871Z] 5a7b01445e70: Waiting [2020-10-01T19:01:52.871Z] 23a42ac605a7: Waiting [2020-10-01T19:01:52.871Z] ea3971081a4f: Layer already exists [2020-10-01T19:01:52.871Z] ddec9d762e88: Layer already exists [2020-10-01T19:01:52.871Z] c5d43600994a: Layer already exists [2020-10-01T19:01:52.871Z] d0253acb3296: Layer already exists [2020-10-01T19:01:52.871Z] ac0107a3fa93: Layer already exists [2020-10-01T19:01:52.871Z] c8854c9366e9: Layer already exists [2020-10-01T19:01:52.871Z] 5a7b01445e70: Layer already exists [2020-10-01T19:01:52.871Z] 23a42ac605a7: Layer already exists [2020-10-01T19:01:52.871Z] e7f6e611ddeb: Layer already exists [2020-10-01T19:01:52.871Z] 0f7eb8f12f28: Layer already exists [2020-10-01T19:01:52.871Z] 1b3ee35aacca: Layer already exists [2020-10-01T19:01:52.871Z] 8d1be4b88019713d4adfd5be0516af0e8b12a917-1.2.2-dev.42: digest: sha256:2bb42bd57535a0169480c7aa7a041f1f1d59938828f6c09771a88d00df710fca size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:01:53.173Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:01:53.469Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2020-10-01T19:01:53.469Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-10-01T19:01:53.469Z] ddec9d762e88: Preparing [2020-10-01T19:01:53.469Z] c5d43600994a: Preparing [2020-10-01T19:01:53.469Z] ea3971081a4f: Preparing [2020-10-01T19:01:53.469Z] ac0107a3fa93: Preparing [2020-10-01T19:01:53.469Z] d0253acb3296: Preparing [2020-10-01T19:01:53.469Z] c8854c9366e9: Preparing [2020-10-01T19:01:53.469Z] 5a7b01445e70: Preparing [2020-10-01T19:01:53.469Z] 23a42ac605a7: Preparing [2020-10-01T19:01:53.469Z] 0f7eb8f12f28: Preparing [2020-10-01T19:01:53.469Z] e7f6e611ddeb: Preparing [2020-10-01T19:01:53.469Z] 1b3ee35aacca: Preparing [2020-10-01T19:01:53.469Z] 5a7b01445e70: Waiting [2020-10-01T19:01:53.469Z] 23a42ac605a7: Waiting [2020-10-01T19:01:53.469Z] 0f7eb8f12f28: Waiting [2020-10-01T19:01:53.469Z] e7f6e611ddeb: Waiting [2020-10-01T19:01:53.469Z] 1b3ee35aacca: Waiting [2020-10-01T19:01:53.469Z] c8854c9366e9: Waiting [2020-10-01T19:01:53.469Z] c5d43600994a: Layer already exists [2020-10-01T19:01:53.469Z] ea3971081a4f: Layer already exists [2020-10-01T19:01:53.469Z] ddec9d762e88: Layer already exists [2020-10-01T19:01:53.469Z] ac0107a3fa93: Layer already exists [2020-10-01T19:01:53.469Z] d0253acb3296: Layer already exists [2020-10-01T19:01:53.469Z] c8854c9366e9: Layer already exists [2020-10-01T19:01:53.469Z] 23a42ac605a7: Layer already exists [2020-10-01T19:01:53.469Z] 5a7b01445e70: Layer already exists [2020-10-01T19:01:53.469Z] e7f6e611ddeb: Layer already exists [2020-10-01T19:01:53.469Z] 0f7eb8f12f28: Layer already exists [2020-10-01T19:01:53.469Z] 1b3ee35aacca: Layer already exists [2020-10-01T19:01:53.469Z] master: digest: sha256:2bb42bd57535a0169480c7aa7a041f1f1d59938828f6c09771a88d00df710fca size: 2616 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-01T19:01:53.640Z] ===================================================== [Pipeline] echo [2020-10-01T19:01:53.687Z] taggedImages: [2020-10-01T19:01:53.687Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:8d1be4b88019713d4adfd5be0516af0e8b12a917 [2020-10-01T19:01:53.687Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.42 [2020-10-01T19:01:53.687Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:8d1be4b88019713d4adfd5be0516af0e8b12a917-1.2.2-dev.42 [2020-10-01T19:01:53.687Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2020-10-01T19:01:53.762Z] [edgeXDocker.push] Tagging docker image docker-support-logging-go with the following tags: [2020-10-01T19:01:53.762Z] 8d1be4b88019713d4adfd5be0516af0e8b12a917 [2020-10-01T19:01:53.762Z] 1.2.2-dev.42 [2020-10-01T19:01:53.762Z] 8d1be4b88019713d4adfd5be0516af0e8b12a917-1.2.2-dev.42 [2020-10-01T19:01:53.762Z] master [2020-10-01T19:01:53.762Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:01:54.201Z] 7f8258a56ab6: Pull complete [2020-10-01T19:01:54.243Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:8d1be4b88019713d4adfd5be0516af0e8b12a917 [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:01:54.474Z] 75a0a0ebb566: Pull complete [2020-10-01T19:01:54.539Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:8d1be4b88019713d4adfd5be0516af0e8b12a917 [2020-10-01T19:01:54.539Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-10-01T19:01:54.539Z] 6ea572999d1a: Preparing [2020-10-01T19:01:54.539Z] 9fae4701a28b: Preparing [2020-10-01T19:01:54.539Z] a7b0e61a7e33: Preparing [2020-10-01T19:01:54.539Z] 006af87c7bb2: Preparing [2020-10-01T19:01:54.539Z] a7b0e61a7e33: Pushed [2020-10-01T19:01:54.748Z] 4a2c62f0a2a3: Pull complete [2020-10-01T19:01:54.800Z] 6ea572999d1a: Pushed [2020-10-01T19:01:54.800Z] 006af87c7bb2: Pushed [2020-10-01T19:01:55.343Z] 294320357d30: Pull complete [2020-10-01T19:01:55.343Z] Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 [2020-10-01T19:01:55.343Z] Status: Downloaded newer image for docker:latest [2020-10-01T19:01:55.741Z] 9fae4701a28b: Pushed [2020-10-01T19:01:55.741Z] 8d1be4b88019713d4adfd5be0516af0e8b12a917: digest: sha256:d401817cb320816a85b779c3908519f4a8314746107f176dca8270237dff59e0 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:01:56.041Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.42 [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:01:56.338Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.42 [2020-10-01T19:01:56.338Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-10-01T19:01:56.338Z] 6ea572999d1a: Preparing [2020-10-01T19:01:56.338Z] 9fae4701a28b: Preparing [2020-10-01T19:01:56.338Z] a7b0e61a7e33: Preparing [2020-10-01T19:01:56.338Z] 006af87c7bb2: Preparing [2020-10-01T19:01:56.338Z] 6ea572999d1a: Layer already exists [2020-10-01T19:01:56.338Z] 006af87c7bb2: Layer already exists [2020-10-01T19:01:56.338Z] a7b0e61a7e33: Layer already exists [2020-10-01T19:01:56.338Z] 9fae4701a28b: Layer already exists [2020-10-01T19:01:56.338Z] 1.2.2-dev.42: digest: sha256:d401817cb320816a85b779c3908519f4a8314746107f176dca8270237dff59e0 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:01:56.644Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:8d1be4b88019713d4adfd5be0516af0e8b12a917-1.2.2-dev.42 [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:01:56.940Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:8d1be4b88019713d4adfd5be0516af0e8b12a917-1.2.2-dev.42 [2020-10-01T19:01:56.940Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-10-01T19:01:56.940Z] 6ea572999d1a: Preparing [2020-10-01T19:01:56.940Z] 9fae4701a28b: Preparing [2020-10-01T19:01:56.940Z] a7b0e61a7e33: Preparing [2020-10-01T19:01:56.940Z] 006af87c7bb2: Preparing [2020-10-01T19:01:56.940Z] 6ea572999d1a: Layer already exists [2020-10-01T19:01:56.940Z] 006af87c7bb2: Layer already exists [2020-10-01T19:01:56.940Z] a7b0e61a7e33: Layer already exists [2020-10-01T19:01:56.940Z] 9fae4701a28b: Layer already exists [2020-10-01T19:01:56.940Z] 8d1be4b88019713d4adfd5be0516af0e8b12a917-1.2.2-dev.42: digest: sha256:d401817cb320816a85b779c3908519f4a8314746107f176dca8270237dff59e0 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:01:57.244Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:01:57.540Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [2020-10-01T19:01:57.540Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-10-01T19:01:57.540Z] 6ea572999d1a: Preparing [2020-10-01T19:01:57.540Z] 9fae4701a28b: Preparing [2020-10-01T19:01:57.540Z] a7b0e61a7e33: Preparing [2020-10-01T19:01:57.540Z] 006af87c7bb2: Preparing [2020-10-01T19:01:57.540Z] a7b0e61a7e33: Layer already exists [2020-10-01T19:01:57.540Z] 6ea572999d1a: Layer already exists [2020-10-01T19:01:57.540Z] 006af87c7bb2: Layer already exists [2020-10-01T19:01:57.540Z] 9fae4701a28b: Layer already exists [2020-10-01T19:01:57.540Z] master: digest: sha256:d401817cb320816a85b779c3908519f4a8314746107f176dca8270237dff59e0 size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-01T19:01:57.740Z] ===================================================== [Pipeline] echo [2020-10-01T19:01:57.787Z] taggedImages: [2020-10-01T19:01:57.787Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:8d1be4b88019713d4adfd5be0516af0e8b12a917 [2020-10-01T19:01:57.787Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.42 [2020-10-01T19:01:57.787Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:8d1be4b88019713d4adfd5be0516af0e8b12a917-1.2.2-dev.42 [2020-10-01T19:01:57.787Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] echo [2020-10-01T19:01:57.850Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2020-10-01T19:01:57.850Z] 8d1be4b88019713d4adfd5be0516af0e8b12a917 [2020-10-01T19:01:57.850Z] 1.2.2-dev.42 [2020-10-01T19:01:57.850Z] 8d1be4b88019713d4adfd5be0516af0e8b12a917-1.2.2-dev.42 [2020-10-01T19:01:57.850Z] master [2020-10-01T19:01:57.850Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:01:58.656Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:8d1be4b88019713d4adfd5be0516af0e8b12a917 [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:01:58.743Z] ---> 410a619dd9aa [2020-10-01T19:01:58.743Z] Step 6/7 : COPY go.mod . [2020-10-01T19:01:58.951Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:8d1be4b88019713d4adfd5be0516af0e8b12a917 [2020-10-01T19:01:58.951Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-10-01T19:01:58.951Z] a35b27af7a61: Preparing [2020-10-01T19:01:58.951Z] 390d94a26978: Preparing [2020-10-01T19:01:58.951Z] 8f3d61e5b915: Preparing [2020-10-01T19:01:58.951Z] f9cb9124e5ad: Preparing [2020-10-01T19:01:58.951Z] 00f2e6fa73d7: Preparing [2020-10-01T19:01:58.951Z] 55c6b18d778e: Preparing [2020-10-01T19:01:58.951Z] 55c6b18d778e: Waiting [2020-10-01T19:01:59.017Z] ---> 9f407f9a3123 [2020-10-01T19:01:59.017Z] Step 7/7 : RUN go mod download [2020-10-01T19:01:59.211Z] 8f3d61e5b915: Pushed [2020-10-01T19:01:59.211Z] f9cb9124e5ad: Pushed [2020-10-01T19:01:59.211Z] a35b27af7a61: Pushed [2020-10-01T19:01:59.211Z] 00f2e6fa73d7: Pushed [2020-10-01T19:01:59.293Z] ---> Running in 8617ac197e5b [2020-10-01T19:01:59.471Z] 55c6b18d778e: Pushed [2020-10-01T19:02:00.041Z] 390d94a26978: Pushed [2020-10-01T19:02:00.302Z] 8d1be4b88019713d4adfd5be0516af0e8b12a917: digest: sha256:77d61bcd8ba3655dd86b0f3f82490e32fdc5d050d1895b8245e8a15434b48d56 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:02:00.602Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.42 [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:02:00.901Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.42 [2020-10-01T19:02:00.901Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-10-01T19:02:00.901Z] a35b27af7a61: Preparing [2020-10-01T19:02:00.901Z] 390d94a26978: Preparing [2020-10-01T19:02:00.901Z] 8f3d61e5b915: Preparing [2020-10-01T19:02:00.901Z] f9cb9124e5ad: Preparing [2020-10-01T19:02:00.901Z] 00f2e6fa73d7: Preparing [2020-10-01T19:02:00.901Z] 55c6b18d778e: Preparing [2020-10-01T19:02:00.901Z] 55c6b18d778e: Waiting [2020-10-01T19:02:00.901Z] f9cb9124e5ad: Layer already exists [2020-10-01T19:02:00.901Z] 8f3d61e5b915: Layer already exists [2020-10-01T19:02:00.901Z] 00f2e6fa73d7: Layer already exists [2020-10-01T19:02:00.901Z] 390d94a26978: Layer already exists [2020-10-01T19:02:00.901Z] a35b27af7a61: Layer already exists [2020-10-01T19:02:00.901Z] 55c6b18d778e: Layer already exists [2020-10-01T19:02:00.901Z] 1.2.2-dev.42: digest: sha256:77d61bcd8ba3655dd86b0f3f82490e32fdc5d050d1895b8245e8a15434b48d56 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:02:01.205Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:8d1be4b88019713d4adfd5be0516af0e8b12a917-1.2.2-dev.42 [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:02:01.504Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:8d1be4b88019713d4adfd5be0516af0e8b12a917-1.2.2-dev.42 [2020-10-01T19:02:01.504Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-10-01T19:02:01.504Z] a35b27af7a61: Preparing [2020-10-01T19:02:01.504Z] 390d94a26978: Preparing [2020-10-01T19:02:01.504Z] 8f3d61e5b915: Preparing [2020-10-01T19:02:01.504Z] f9cb9124e5ad: Preparing [2020-10-01T19:02:01.504Z] 00f2e6fa73d7: Preparing [2020-10-01T19:02:01.504Z] 55c6b18d778e: Preparing [2020-10-01T19:02:01.504Z] 55c6b18d778e: Waiting [2020-10-01T19:02:01.504Z] 8f3d61e5b915: Layer already exists [2020-10-01T19:02:01.504Z] 390d94a26978: Layer already exists [2020-10-01T19:02:01.504Z] a35b27af7a61: Layer already exists [2020-10-01T19:02:01.504Z] f9cb9124e5ad: Layer already exists [2020-10-01T19:02:01.504Z] 00f2e6fa73d7: Layer already exists [2020-10-01T19:02:01.504Z] 55c6b18d778e: Layer already exists [2020-10-01T19:02:01.504Z] 8d1be4b88019713d4adfd5be0516af0e8b12a917-1.2.2-dev.42: digest: sha256:77d61bcd8ba3655dd86b0f3f82490e32fdc5d050d1895b8245e8a15434b48d56 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:02:01.805Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:02:02.108Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2020-10-01T19:02:02.108Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-10-01T19:02:02.108Z] a35b27af7a61: Preparing [2020-10-01T19:02:02.108Z] 390d94a26978: Preparing [2020-10-01T19:02:02.108Z] 8f3d61e5b915: Preparing [2020-10-01T19:02:02.108Z] f9cb9124e5ad: Preparing [2020-10-01T19:02:02.108Z] 00f2e6fa73d7: Preparing [2020-10-01T19:02:02.108Z] 55c6b18d778e: Preparing [2020-10-01T19:02:02.108Z] 55c6b18d778e: Waiting [2020-10-01T19:02:02.108Z] 8f3d61e5b915: Layer already exists [2020-10-01T19:02:02.108Z] f9cb9124e5ad: Layer already exists [2020-10-01T19:02:02.108Z] 00f2e6fa73d7: Layer already exists [2020-10-01T19:02:02.108Z] a35b27af7a61: Layer already exists [2020-10-01T19:02:02.108Z] 390d94a26978: Layer already exists [2020-10-01T19:02:02.108Z] 55c6b18d778e: Layer already exists [2020-10-01T19:02:02.108Z] master: digest: sha256:77d61bcd8ba3655dd86b0f3f82490e32fdc5d050d1895b8245e8a15434b48d56 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-01T19:02:02.303Z] ===================================================== [Pipeline] echo [2020-10-01T19:02:02.348Z] taggedImages: [2020-10-01T19:02:02.348Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:8d1be4b88019713d4adfd5be0516af0e8b12a917 [2020-10-01T19:02:02.348Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.42 [2020-10-01T19:02:02.348Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:8d1be4b88019713d4adfd5be0516af0e8b12a917-1.2.2-dev.42 [2020-10-01T19:02:02.348Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2020-10-01T19:02:02.411Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2020-10-01T19:02:02.411Z] 8d1be4b88019713d4adfd5be0516af0e8b12a917 [2020-10-01T19:02:02.411Z] 1.2.2-dev.42 [2020-10-01T19:02:02.411Z] 8d1be4b88019713d4adfd5be0516af0e8b12a917-1.2.2-dev.42 [2020-10-01T19:02:02.411Z] master [2020-10-01T19:02:02.411Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:02:02.894Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:8d1be4b88019713d4adfd5be0516af0e8b12a917 [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:02:03.190Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:8d1be4b88019713d4adfd5be0516af0e8b12a917 [2020-10-01T19:02:03.190Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-10-01T19:02:03.190Z] 97223a7db9d6: Preparing [2020-10-01T19:02:03.190Z] 51406e2143a3: Preparing [2020-10-01T19:02:03.190Z] c7b79db051e0: Preparing [2020-10-01T19:02:03.451Z] 97223a7db9d6: Pushed [2020-10-01T19:02:03.451Z] c7b79db051e0: Pushed [2020-10-01T19:02:04.392Z] 51406e2143a3: Pushed [2020-10-01T19:02:04.652Z] 8d1be4b88019713d4adfd5be0516af0e8b12a917: digest: sha256:228c0c583f78d2f67514ce23cd44b58ddaeabf04fc46fd5e8717762555f050b2 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:02:04.953Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.42 [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:02:05.248Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.42 [2020-10-01T19:02:05.248Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-10-01T19:02:05.248Z] 97223a7db9d6: Preparing [2020-10-01T19:02:05.248Z] 51406e2143a3: Preparing [2020-10-01T19:02:05.248Z] c7b79db051e0: Preparing [2020-10-01T19:02:05.248Z] 51406e2143a3: Layer already exists [2020-10-01T19:02:05.248Z] 97223a7db9d6: Layer already exists [2020-10-01T19:02:05.248Z] c7b79db051e0: Layer already exists [2020-10-01T19:02:05.248Z] 1.2.2-dev.42: digest: sha256:228c0c583f78d2f67514ce23cd44b58ddaeabf04fc46fd5e8717762555f050b2 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:02:05.550Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:8d1be4b88019713d4adfd5be0516af0e8b12a917-1.2.2-dev.42 [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:02:05.846Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:8d1be4b88019713d4adfd5be0516af0e8b12a917-1.2.2-dev.42 [2020-10-01T19:02:05.846Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-10-01T19:02:05.846Z] 97223a7db9d6: Preparing [2020-10-01T19:02:05.846Z] 51406e2143a3: Preparing [2020-10-01T19:02:05.846Z] c7b79db051e0: Preparing [2020-10-01T19:02:05.846Z] 97223a7db9d6: Layer already exists [2020-10-01T19:02:05.846Z] c7b79db051e0: Layer already exists [2020-10-01T19:02:05.846Z] 51406e2143a3: Layer already exists [2020-10-01T19:02:05.846Z] 8d1be4b88019713d4adfd5be0516af0e8b12a917-1.2.2-dev.42: digest: sha256:228c0c583f78d2f67514ce23cd44b58ddaeabf04fc46fd5e8717762555f050b2 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:02:06.149Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:02:06.450Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2020-10-01T19:02:06.450Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-10-01T19:02:06.450Z] 97223a7db9d6: Preparing [2020-10-01T19:02:06.450Z] 51406e2143a3: Preparing [2020-10-01T19:02:06.450Z] c7b79db051e0: Preparing [2020-10-01T19:02:06.450Z] 97223a7db9d6: Layer already exists [2020-10-01T19:02:06.450Z] c7b79db051e0: Layer already exists [2020-10-01T19:02:06.450Z] 51406e2143a3: Layer already exists [2020-10-01T19:02:06.450Z] master: digest: sha256:228c0c583f78d2f67514ce23cd44b58ddaeabf04fc46fd5e8717762555f050b2 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-01T19:02:06.684Z] ===================================================== [Pipeline] echo [2020-10-01T19:02:06.751Z] taggedImages: [2020-10-01T19:02:06.751Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:8d1be4b88019713d4adfd5be0516af0e8b12a917 [2020-10-01T19:02:06.751Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.42 [2020-10-01T19:02:06.751Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:8d1be4b88019713d4adfd5be0516af0e8b12a917-1.2.2-dev.42 [2020-10-01T19:02:06.751Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2020-10-01T19:02:06.821Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2020-10-01T19:02:06.821Z] 8d1be4b88019713d4adfd5be0516af0e8b12a917 [2020-10-01T19:02:06.821Z] 1.2.2-dev.42 [2020-10-01T19:02:06.821Z] 8d1be4b88019713d4adfd5be0516af0e8b12a917-1.2.2-dev.42 [2020-10-01T19:02:06.821Z] master [2020-10-01T19:02:06.821Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:02:07.402Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:8d1be4b88019713d4adfd5be0516af0e8b12a917 [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:02:07.714Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:8d1be4b88019713d4adfd5be0516af0e8b12a917 [2020-10-01T19:02:07.714Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-10-01T19:02:07.714Z] 6c40c041d152: Preparing [2020-10-01T19:02:07.714Z] c0b9fe251565: Preparing [2020-10-01T19:02:07.714Z] acca38859b97: Preparing [2020-10-01T19:02:07.714Z] e2c3a2236fd7: Preparing [2020-10-01T19:02:07.714Z] 49d68d2399ea: Preparing [2020-10-01T19:02:07.714Z] bff0f91f0bfb: Preparing [2020-10-01T19:02:07.714Z] 9ac5ce1c3597: Preparing [2020-10-01T19:02:07.714Z] 527eef706b20: Preparing [2020-10-01T19:02:07.714Z] 224742e9e948: Preparing [2020-10-01T19:02:07.714Z] 5391e5290f13: Preparing [2020-10-01T19:02:07.714Z] 13baed61c795: Preparing [2020-10-01T19:02:07.714Z] 51d6d3d09136: Preparing [2020-10-01T19:02:07.714Z] 1507bc794612: Preparing [2020-10-01T19:02:07.714Z] 50644c29ef5a: Preparing [2020-10-01T19:02:07.714Z] bff0f91f0bfb: Waiting [2020-10-01T19:02:07.714Z] 9ac5ce1c3597: Waiting [2020-10-01T19:02:07.714Z] 527eef706b20: Waiting [2020-10-01T19:02:07.714Z] 224742e9e948: Waiting [2020-10-01T19:02:07.714Z] 5391e5290f13: Waiting [2020-10-01T19:02:07.714Z] 13baed61c795: Waiting [2020-10-01T19:02:07.714Z] 50644c29ef5a: Waiting [2020-10-01T19:02:07.714Z] 51d6d3d09136: Waiting [2020-10-01T19:02:07.714Z] 1507bc794612: Waiting [2020-10-01T19:02:07.983Z] 49d68d2399ea: Pushed [2020-10-01T19:02:07.983Z] 6c40c041d152: Pushed [2020-10-01T19:02:08.243Z] e2c3a2236fd7: Pushed [2020-10-01T19:02:08.243Z] 527eef706b20: Layer already exists [2020-10-01T19:02:08.243Z] 224742e9e948: Layer already exists [2020-10-01T19:02:08.243Z] 5391e5290f13: Layer already exists [2020-10-01T19:02:08.243Z] 9ac5ce1c3597: Pushed [2020-10-01T19:02:08.243Z] c0b9fe251565: Pushed [2020-10-01T19:02:08.243Z] 13baed61c795: Layer already exists [2020-10-01T19:02:08.243Z] 51d6d3d09136: Layer already exists [2020-10-01T19:02:08.504Z] 1507bc794612: Layer already exists [2020-10-01T19:02:08.504Z] 50644c29ef5a: Layer already exists [2020-10-01T19:02:09.077Z] bff0f91f0bfb: Pushed [2020-10-01T19:02:11.625Z] acca38859b97: Pushed [2020-10-01T19:02:11.895Z] 8d1be4b88019713d4adfd5be0516af0e8b12a917: digest: sha256:9a9ae65d06501d57dbdd01c5edb014e7684a207c3cfe08b5741f68e6f27971ca size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:02:12.196Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.42 [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:02:12.490Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.42 [2020-10-01T19:02:12.490Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-10-01T19:02:12.490Z] 6c40c041d152: Preparing [2020-10-01T19:02:12.490Z] c0b9fe251565: Preparing [2020-10-01T19:02:12.490Z] acca38859b97: Preparing [2020-10-01T19:02:12.490Z] e2c3a2236fd7: Preparing [2020-10-01T19:02:12.490Z] 49d68d2399ea: Preparing [2020-10-01T19:02:12.490Z] bff0f91f0bfb: Preparing [2020-10-01T19:02:12.490Z] 9ac5ce1c3597: Preparing [2020-10-01T19:02:12.490Z] 527eef706b20: Preparing [2020-10-01T19:02:12.490Z] 224742e9e948: Preparing [2020-10-01T19:02:12.490Z] 5391e5290f13: Preparing [2020-10-01T19:02:12.490Z] 13baed61c795: Preparing [2020-10-01T19:02:12.490Z] 51d6d3d09136: Preparing [2020-10-01T19:02:12.490Z] 1507bc794612: Preparing [2020-10-01T19:02:12.490Z] 50644c29ef5a: Preparing [2020-10-01T19:02:12.490Z] 9ac5ce1c3597: Waiting [2020-10-01T19:02:12.490Z] 527eef706b20: Waiting [2020-10-01T19:02:12.490Z] 224742e9e948: Waiting [2020-10-01T19:02:12.490Z] 5391e5290f13: Waiting [2020-10-01T19:02:12.490Z] 13baed61c795: Waiting [2020-10-01T19:02:12.490Z] 51d6d3d09136: Waiting [2020-10-01T19:02:12.490Z] 1507bc794612: Waiting [2020-10-01T19:02:12.490Z] 50644c29ef5a: Waiting [2020-10-01T19:02:12.490Z] bff0f91f0bfb: Waiting [2020-10-01T19:02:12.490Z] c0b9fe251565: Layer already exists [2020-10-01T19:02:12.490Z] 49d68d2399ea: Layer already exists [2020-10-01T19:02:12.490Z] e2c3a2236fd7: Layer already exists [2020-10-01T19:02:12.490Z] acca38859b97: Layer already exists [2020-10-01T19:02:12.490Z] 6c40c041d152: Layer already exists [2020-10-01T19:02:12.490Z] bff0f91f0bfb: Layer already exists [2020-10-01T19:02:12.490Z] 527eef706b20: Layer already exists [2020-10-01T19:02:12.490Z] 9ac5ce1c3597: Layer already exists [2020-10-01T19:02:12.490Z] 224742e9e948: Layer already exists [2020-10-01T19:02:12.490Z] 5391e5290f13: Layer already exists [2020-10-01T19:02:12.490Z] 13baed61c795: Layer already exists [2020-10-01T19:02:12.491Z] 51d6d3d09136: Layer already exists [2020-10-01T19:02:12.491Z] 1507bc794612: Layer already exists [2020-10-01T19:02:12.491Z] 50644c29ef5a: Layer already exists [2020-10-01T19:02:12.491Z] 1.2.2-dev.42: digest: sha256:9a9ae65d06501d57dbdd01c5edb014e7684a207c3cfe08b5741f68e6f27971ca size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:02:12.791Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:8d1be4b88019713d4adfd5be0516af0e8b12a917-1.2.2-dev.42 [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:02:13.087Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:8d1be4b88019713d4adfd5be0516af0e8b12a917-1.2.2-dev.42 [2020-10-01T19:02:13.087Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-10-01T19:02:13.087Z] 6c40c041d152: Preparing [2020-10-01T19:02:13.087Z] c0b9fe251565: Preparing [2020-10-01T19:02:13.087Z] acca38859b97: Preparing [2020-10-01T19:02:13.087Z] e2c3a2236fd7: Preparing [2020-10-01T19:02:13.087Z] 49d68d2399ea: Preparing [2020-10-01T19:02:13.087Z] bff0f91f0bfb: Preparing [2020-10-01T19:02:13.087Z] 9ac5ce1c3597: Preparing [2020-10-01T19:02:13.087Z] 527eef706b20: Preparing [2020-10-01T19:02:13.087Z] 224742e9e948: Preparing [2020-10-01T19:02:13.087Z] 5391e5290f13: Preparing [2020-10-01T19:02:13.087Z] 13baed61c795: Preparing [2020-10-01T19:02:13.087Z] 51d6d3d09136: Preparing [2020-10-01T19:02:13.087Z] 1507bc794612: Preparing [2020-10-01T19:02:13.087Z] 50644c29ef5a: Preparing [2020-10-01T19:02:13.087Z] bff0f91f0bfb: Waiting [2020-10-01T19:02:13.087Z] 5391e5290f13: Waiting [2020-10-01T19:02:13.087Z] 13baed61c795: Waiting [2020-10-01T19:02:13.087Z] 51d6d3d09136: Waiting [2020-10-01T19:02:13.087Z] 1507bc794612: Waiting [2020-10-01T19:02:13.087Z] 9ac5ce1c3597: Waiting [2020-10-01T19:02:13.087Z] 527eef706b20: Waiting [2020-10-01T19:02:13.087Z] 224742e9e948: Waiting [2020-10-01T19:02:13.087Z] 50644c29ef5a: Waiting [2020-10-01T19:02:13.087Z] 6c40c041d152: Layer already exists [2020-10-01T19:02:13.087Z] e2c3a2236fd7: Layer already exists [2020-10-01T19:02:13.087Z] 49d68d2399ea: Layer already exists [2020-10-01T19:02:13.087Z] c0b9fe251565: Layer already exists [2020-10-01T19:02:13.087Z] acca38859b97: Layer already exists [2020-10-01T19:02:13.087Z] bff0f91f0bfb: Layer already exists [2020-10-01T19:02:13.087Z] 527eef706b20: Layer already exists [2020-10-01T19:02:13.087Z] 224742e9e948: Layer already exists [2020-10-01T19:02:13.087Z] 13baed61c795: Layer already exists [2020-10-01T19:02:13.087Z] 9ac5ce1c3597: Layer already exists [2020-10-01T19:02:13.087Z] 5391e5290f13: Layer already exists [2020-10-01T19:02:13.087Z] 51d6d3d09136: Layer already exists [2020-10-01T19:02:13.087Z] 50644c29ef5a: Layer already exists [2020-10-01T19:02:13.087Z] 1507bc794612: Layer already exists [2020-10-01T19:02:13.347Z] 8d1be4b88019713d4adfd5be0516af0e8b12a917-1.2.2-dev.42: digest: sha256:9a9ae65d06501d57dbdd01c5edb014e7684a207c3cfe08b5741f68e6f27971ca size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:02:13.646Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:02:13.941Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2020-10-01T19:02:13.941Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-10-01T19:02:13.941Z] 6c40c041d152: Preparing [2020-10-01T19:02:13.941Z] c0b9fe251565: Preparing [2020-10-01T19:02:13.941Z] acca38859b97: Preparing [2020-10-01T19:02:13.941Z] e2c3a2236fd7: Preparing [2020-10-01T19:02:13.941Z] 49d68d2399ea: Preparing [2020-10-01T19:02:13.941Z] bff0f91f0bfb: Preparing [2020-10-01T19:02:13.941Z] 9ac5ce1c3597: Preparing [2020-10-01T19:02:13.941Z] 527eef706b20: Preparing [2020-10-01T19:02:13.941Z] 224742e9e948: Preparing [2020-10-01T19:02:13.941Z] 5391e5290f13: Preparing [2020-10-01T19:02:13.941Z] 13baed61c795: Preparing [2020-10-01T19:02:13.941Z] 51d6d3d09136: Preparing [2020-10-01T19:02:13.941Z] 1507bc794612: Preparing [2020-10-01T19:02:13.941Z] 50644c29ef5a: Preparing [2020-10-01T19:02:13.941Z] bff0f91f0bfb: Waiting [2020-10-01T19:02:13.941Z] 13baed61c795: Waiting [2020-10-01T19:02:13.941Z] 51d6d3d09136: Waiting [2020-10-01T19:02:13.941Z] 1507bc794612: Waiting [2020-10-01T19:02:13.941Z] 50644c29ef5a: Waiting [2020-10-01T19:02:13.942Z] 9ac5ce1c3597: Waiting [2020-10-01T19:02:13.942Z] 527eef706b20: Waiting [2020-10-01T19:02:13.942Z] 224742e9e948: Waiting [2020-10-01T19:02:13.942Z] 5391e5290f13: Waiting [2020-10-01T19:02:13.942Z] acca38859b97: Layer already exists [2020-10-01T19:02:13.942Z] c0b9fe251565: Layer already exists [2020-10-01T19:02:13.942Z] 49d68d2399ea: Layer already exists [2020-10-01T19:02:13.942Z] e2c3a2236fd7: Layer already exists [2020-10-01T19:02:13.942Z] 6c40c041d152: Layer already exists [2020-10-01T19:02:13.942Z] 9ac5ce1c3597: Layer already exists [2020-10-01T19:02:13.942Z] bff0f91f0bfb: Layer already exists [2020-10-01T19:02:13.942Z] 5391e5290f13: Layer already exists [2020-10-01T19:02:13.942Z] 527eef706b20: Layer already exists [2020-10-01T19:02:13.942Z] 224742e9e948: Layer already exists [2020-10-01T19:02:13.942Z] 13baed61c795: Layer already exists [2020-10-01T19:02:13.942Z] 51d6d3d09136: Layer already exists [2020-10-01T19:02:13.942Z] 50644c29ef5a: Layer already exists [2020-10-01T19:02:13.942Z] 1507bc794612: Layer already exists [2020-10-01T19:02:13.942Z] master: digest: sha256:9a9ae65d06501d57dbdd01c5edb014e7684a207c3cfe08b5741f68e6f27971ca size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-01T19:02:14.129Z] ===================================================== [Pipeline] echo [2020-10-01T19:02:14.183Z] taggedImages: [2020-10-01T19:02:14.183Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:8d1be4b88019713d4adfd5be0516af0e8b12a917 [2020-10-01T19:02:14.183Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.42 [2020-10-01T19:02:14.183Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:8d1be4b88019713d4adfd5be0516af0e8b12a917-1.2.2-dev.42 [2020-10-01T19:02:14.183Z] - 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-01T19:02:26.114Z] Removing intermediate container 8617ac197e5b [2020-10-01T19:02:26.114Z] ---> cfcddae77ac7 [2020-10-01T19:02:26.114Z] Successfully built cfcddae77ac7 [2020-10-01T19:02:26.114Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:02:26.514Z] + docker inspect -f . ci-base-image-arm64 [2020-10-01T19:02:26.514Z] . [Pipeline] withDockerContainer [2020-10-01T19:02:26.764Z] prd-ubuntu18.04-docker-arm64-4c-16g-2854 does not seem to be running inside a container [2020-10-01T19:02:26.857Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/157 -v /w/workspace/edgex-go/157:/w/workspace/edgex-go/157:rw,z -v /w/workspace/edgex-go/157@tmp:/w/workspace/edgex-go/157@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-01T19:02:28.673Z] $ docker top 47134a8d4361c7b0305a7e36ff74c3b21cbfbeec8b74d325cc8c3e08212e9bae -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-01T19:02:30.051Z] + go version [2020-10-01T19:02:30.051Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-10-01T19:02:30.078Z] $ docker stop --time=1 47134a8d4361c7b0305a7e36ff74c3b21cbfbeec8b74d325cc8c3e08212e9bae [2020-10-01T19:02:31.958Z] $ docker rm -f 47134a8d4361c7b0305a7e36ff74c3b21cbfbeec8b74d325cc8c3e08212e9bae [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-01T19:02:33.165Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-01T19:02:33.165Z] [2020-10-01T19:02:33.165Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:02:33.557Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-01T19:02:33.557Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-10-01T19:02:33.557Z] 29e5d40040c1: Pulling fs layer [2020-10-01T19:02:33.557Z] 1ce36da41761: Pulling fs layer [2020-10-01T19:02:33.557Z] 25b303627fd3: Pulling fs layer [2020-10-01T19:02:34.157Z] 29e5d40040c1: Verifying Checksum [2020-10-01T19:02:34.157Z] 29e5d40040c1: Download complete [2020-10-01T19:02:34.758Z] 1ce36da41761: Verifying Checksum [2020-10-01T19:02:34.758Z] 1ce36da41761: Download complete [2020-10-01T19:02:34.758Z] 29e5d40040c1: Pull complete [2020-10-01T19:02:36.197Z] 1ce36da41761: Pull complete [2020-10-01T19:02:36.469Z] 25b303627fd3: Verifying Checksum [2020-10-01T19:02:36.469Z] 25b303627fd3: Download complete [2020-10-01T19:02:46.633Z] 25b303627fd3: Pull complete [2020-10-01T19:02:46.634Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-10-01T19:02:46.634Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-01T19:02:46.634Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-10-01T19:02:46.914Z] prd-ubuntu18.04-docker-arm64-4c-16g-2854 does not seem to be running inside a container [2020-10-01T19:02:46.998Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/157 -v /w/workspace/edgex-go/157:/w/workspace/edgex-go/157:rw,z -v /w/workspace/edgex-go/157@tmp:/w/workspace/edgex-go/157@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-01T19:02:50.457Z] $ docker top 443278b0c5f1e2f11e5e49eb3c21a6b9948cd730385348987dba4fa25f54a0de -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-01T19:02:51.864Z] + grep parallel [2020-10-01T19:02:51.864Z] + docker-compose build --help [2020-10-01T19:02:55.320Z] --parallel Build images in parallel. [Pipeline] } [2020-10-01T19:02:55.353Z] $ docker stop --time=1 443278b0c5f1e2f11e5e49eb3c21a6b9948cd730385348987dba4fa25f54a0de [2020-10-01T19:02:57.292Z] $ docker rm -f 443278b0c5f1e2f11e5e49eb3c21a6b9948cd730385348987dba4fa25f54a0de [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:02:58.107Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-01T19:02:58.107Z] . [Pipeline] withDockerContainer [2020-10-01T19:02:58.330Z] prd-ubuntu18.04-docker-arm64-4c-16g-2854 does not seem to be running inside a container [2020-10-01T19:02:58.420Z] $ 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/157 -v /w/workspace/edgex-go/157:/w/workspace/edgex-go/157:rw,z -v /w/workspace/edgex-go/157@tmp:/w/workspace/edgex-go/157@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-01T19:02:59.662Z] $ docker top 570c4cee63613b98c5fd9c5fe454f7be959f0b1a3e3279da98146114146c139a -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-01T19:03:00.652Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-10-01T19:03:04.045Z] Building docker-core-command-go ... [2020-10-01T19:03:04.045Z] Building docker-core-data-go ... [2020-10-01T19:03:04.045Z] Building docker-core-metadata-go ... [2020-10-01T19:03:04.045Z] Building docker-security-proxy-setup-go ... [2020-10-01T19:03:04.045Z] Building docker-security-secrets-setup-go ... [2020-10-01T19:03:04.045Z] Building docker-security-secretstore-setup-go ... [2020-10-01T19:03:04.045Z] Building docker-support-logging-go ... [2020-10-01T19:03:04.045Z] Building docker-support-notifications-go ... [2020-10-01T19:03:04.045Z] Building docker-support-scheduler-go ... [2020-10-01T19:03:04.045Z] Building docker-sys-mgmt-agent-go ... [2020-10-01T19:03:04.045Z] Building docker-support-logging-go [2020-10-01T19:03:04.045Z] Building docker-core-command-go [2020-10-01T19:03:04.045Z] Building docker-core-data-go [2020-10-01T19:03:04.045Z] Building docker-support-scheduler-go [2020-10-01T19:03:04.045Z] Building docker-sys-mgmt-agent-go [2020-10-01T19:04:40.885Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-01T19:04:40.885Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-10-01T19:04:40.885Z] ---> cfcddae77ac7 [2020-10-01T19:04:40.885Z] Step 3/21 : WORKDIR /edgex-go [2020-10-01T19:04:40.885Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-01T19:04:40.885Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-10-01T19:04:40.885Z] ---> cfcddae77ac7 [2020-10-01T19:04:40.885Z] Step 3/27 : WORKDIR /edgex-go [2020-10-01T19:04:40.885Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-01T19:04:40.885Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-10-01T19:04:40.885Z] ---> cfcddae77ac7 [2020-10-01T19:04:40.885Z] Step 3/23 : WORKDIR /edgex-go [2020-10-01T19:04:40.885Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-01T19:04:40.885Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-01T19:04:40.885Z] ---> cfcddae77ac7 [2020-10-01T19:04:40.885Z] Step 3/22 : WORKDIR /edgex-go [2020-10-01T19:04:40.885Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-01T19:04:40.885Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-01T19:04:40.885Z] ---> cfcddae77ac7 [2020-10-01T19:04:40.885Z] Step 3/22 : WORKDIR /edgex-go [2020-10-01T19:04:40.885Z] ---> Running in ca2080051b88 [2020-10-01T19:04:40.885Z] ---> Running in 05e3bb9eb821 [2020-10-01T19:04:40.885Z] ---> Running in 1949686ef12a [2020-10-01T19:04:40.885Z] ---> Running in ca8ea31a6ec0 [2020-10-01T19:04:40.885Z] ---> Running in 9a9395660966 [2020-10-01T19:04:40.885Z] Removing intermediate container 1949686ef12a [2020-10-01T19:04:40.885Z] ---> 263281ce2613 [2020-10-01T19:04:40.885Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-01T19:04:40.885Z] Removing intermediate container 9a9395660966 [2020-10-01T19:04:40.885Z] ---> c324071d5343 [2020-10-01T19:04:40.885Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-01T19:04:40.885Z] Removing intermediate container ca8ea31a6ec0 [2020-10-01T19:04:40.885Z] ---> ed58853c66c9 [2020-10-01T19:04:40.885Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-01T19:04:40.885Z] Removing intermediate container ca2080051b88 [2020-10-01T19:04:40.885Z] ---> 688b28636253 [2020-10-01T19:04:40.885Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-01T19:04:40.885Z] Removing intermediate container 05e3bb9eb821 [2020-10-01T19:04:40.885Z] ---> 39fb9ac8e6cb [2020-10-01T19:04:40.885Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-01T19:04:40.885Z] ---> Running in 80c8a25b9b95 [2020-10-01T19:04:40.885Z] ---> Running in 6368cd3ac353 [2020-10-01T19:04:40.885Z] ---> Running in b168799064e3 [2020-10-01T19:04:40.885Z] ---> Running in bece0492b3fe [2020-10-01T19:04:40.885Z] ---> Running in d923616fecc1 [2020-10-01T19:04:40.885Z] Removing intermediate container 6368cd3ac353 [2020-10-01T19:04:40.885Z] ---> dc58b052af01 [2020-10-01T19:04:40.885Z] Step 5/21 : RUN apk update && apk add make git [2020-10-01T19:04:40.885Z] ---> Running in adb2609fe77e [2020-10-01T19:04:40.886Z] Removing intermediate container b168799064e3 [2020-10-01T19:04:40.886Z] ---> 17bbc3026c3d [2020-10-01T19:04:40.886Z] Step 5/22 : RUN apk update && apk add make git [2020-10-01T19:04:40.886Z] Removing intermediate container 80c8a25b9b95 [2020-10-01T19:04:40.886Z] ---> ece1b2212bf8 [2020-10-01T19:04:40.886Z] Step 5/27 : RUN apk update && apk add make bash git [2020-10-01T19:04:40.886Z] ---> Running in 939314525bd8 [2020-10-01T19:04:40.886Z] ---> Running in 3a3c07a268d4 [2020-10-01T19:04:40.886Z] Removing intermediate container bece0492b3fe [2020-10-01T19:04:40.886Z] ---> 361f5ed7a564 [2020-10-01T19:04:40.886Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-10-01T19:04:40.886Z] ---> Running in 003e8dc09e38 [2020-10-01T19:04:40.886Z] Removing intermediate container d923616fecc1 [2020-10-01T19:04:40.886Z] ---> 55647f8dccb7 [2020-10-01T19:04:40.886Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-10-01T19:04:40.886Z] ---> Running in 4ab1bd039aeb [2020-10-01T19:04:40.886Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-01T19:04:40.886Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-01T19:04:40.886Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-01T19:04:40.886Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-01T19:04:40.886Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-01T19:04:40.886Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-01T19:04:40.886Z] v3.12.0-358-g2c6fb656e2 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-01T19:04:40.886Z] v3.12.0-359-gbb2f9c1873 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-01T19:04:40.886Z] OK: 12623 distinct packages available [2020-10-01T19:04:40.886Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-01T19:04:40.886Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-01T19:04:40.886Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-01T19:04:40.886Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-01T19:04:40.886Z] OK: 217 MiB in 51 packages [2020-10-01T19:04:40.886Z] v3.12.0-358-g2c6fb656e2 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-01T19:04:40.886Z] v3.12.0-359-gbb2f9c1873 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-01T19:04:40.886Z] OK: 12623 distinct packages available [2020-10-01T19:04:40.886Z] v3.12.0-358-g2c6fb656e2 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-01T19:04:40.886Z] v3.12.0-359-gbb2f9c1873 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-01T19:04:40.886Z] OK: 12623 distinct packages available [2020-10-01T19:04:40.886Z] v3.12.0-358-g2c6fb656e2 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-01T19:04:40.886Z] v3.12.0-359-gbb2f9c1873 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-01T19:04:40.886Z] OK: 12623 distinct packages available [2020-10-01T19:04:40.886Z] v3.12.0-358-g2c6fb656e2 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-01T19:04:40.886Z] v3.12.0-359-gbb2f9c1873 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-01T19:04:40.886Z] OK: 12623 distinct packages available [2020-10-01T19:04:41.498Z] OK: 217 MiB in 51 packages [2020-10-01T19:04:42.106Z] OK: 217 MiB in 51 packages [2020-10-01T19:04:42.106Z] OK: 217 MiB in 51 packages [2020-10-01T19:04:42.106Z] OK: 217 MiB in 51 packages [2020-10-01T19:04:42.106Z] Removing intermediate container adb2609fe77e [2020-10-01T19:04:42.106Z] ---> 31ff1fdf81f7 [2020-10-01T19:04:42.106Z] Step 6/21 : COPY go.mod . [2020-10-01T19:04:42.386Z] OK: 217 MiB in 51 packages [2020-10-01T19:04:43.375Z] ---> fa247e2c3d12 [2020-10-01T19:04:43.375Z] Step 7/21 : RUN go mod download [2020-10-01T19:04:43.651Z] ---> Running in 6b65545f9e19 [2020-10-01T19:04:43.651Z] Removing intermediate container 003e8dc09e38 [2020-10-01T19:04:43.651Z] ---> 51356079e548 [2020-10-01T19:04:43.651Z] Step 6/23 : COPY go.mod . [2020-10-01T19:04:44.266Z] Removing intermediate container 3a3c07a268d4 [2020-10-01T19:04:44.266Z] ---> bbd44486ef23 [2020-10-01T19:04:44.266Z] Step 6/27 : COPY go.mod . [2020-10-01T19:04:44.545Z] Removing intermediate container 4ab1bd039aeb [2020-10-01T19:04:44.545Z] ---> 148ae3c590cf [2020-10-01T19:04:44.545Z] Step 6/22 : COPY go.mod . [2020-10-01T19:04:44.545Z] Removing intermediate container 939314525bd8 [2020-10-01T19:04:44.545Z] ---> bd5289745e2a [2020-10-01T19:04:44.545Z] Step 6/22 : COPY go.mod . [2020-10-01T19:04:44.824Z] ---> c3eb7bc1a5e1 [2020-10-01T19:04:44.824Z] Step 7/23 : RUN go mod download [2020-10-01T19:04:45.099Z] ---> Running in ab166e18e36b [2020-10-01T19:04:45.375Z] ---> ff436b01e823 [2020-10-01T19:04:45.375Z] Step 7/27 : RUN go mod download [2020-10-01T19:04:45.660Z] ---> Running in e911ac217cc1 [2020-10-01T19:04:45.660Z] ---> b43c75f7faaa [2020-10-01T19:04:45.660Z] Step 7/22 : RUN go mod download ---> 6aa76b72cef1 [2020-10-01T19:04:45.660Z] Step 7/22 : RUN go mod download [2020-10-01T19:04:45.660Z] [2020-10-01T19:04:45.945Z] ---> Running in 49da64b90a4d [2020-10-01T19:04:45.945Z] ---> Running in 2fe237afe307 [2020-10-01T19:04:47.934Z] Removing intermediate container 6b65545f9e19 [2020-10-01T19:04:47.934Z] ---> 88daa2f340b3 [2020-10-01T19:04:47.935Z] Step 8/21 : COPY . . [2020-10-01T19:04:52.257Z] Removing intermediate container ab166e18e36b [2020-10-01T19:04:52.257Z] ---> 8da6f485c8c2 [2020-10-01T19:04:52.257Z] Step 8/23 : COPY . . [2020-10-01T19:04:52.531Z] Removing intermediate container e911ac217cc1 [2020-10-01T19:04:52.531Z] ---> bd0db9f9d260 [2020-10-01T19:04:52.531Z] Step 8/27 : COPY . . [2020-10-01T19:04:53.516Z] Removing intermediate container 2fe237afe307 [2020-10-01T19:04:53.516Z] Removing intermediate container 49da64b90a4d [2020-10-01T19:04:53.516Z] ---> 0dd7bc082de7 [2020-10-01T19:04:53.516Z] Step 8/22 : COPY . . [2020-10-01T19:04:53.516Z] ---> f63073e4aa72 [2020-10-01T19:04:53.516Z] Step 8/22 : COPY . . [2020-10-01T19:05:15.731Z] ---> f22af06d7a1e [2020-10-01T19:05:15.731Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-10-01T19:05:15.731Z] ---> 8bb47ede3eb1 [2020-10-01T19:05:15.731Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-10-01T19:05:15.731Z] ---> Running in bfea5b0ad65e [2020-10-01T19:05:15.731Z] ---> 6198415d4d05 [2020-10-01T19:05:15.731Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-10-01T19:05:15.731Z] ---> e5c677e169cb [2020-10-01T19:05:15.731Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-10-01T19:05:15.731Z] ---> b7cc9d03fbfd [2020-10-01T19:05:15.731Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-10-01T19:05:15.731Z] ---> Running in cab05f225bf0 [2020-10-01T19:05:15.731Z] ---> Running in e828ae2f4ace [2020-10-01T19:05:15.731Z] ---> Running in c7172f70e2fa [2020-10-01T19:05:15.731Z] ---> Running in dcf696b89974 [2020-10-01T19:05:15.731Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.42" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-10-01T19:05:16.004Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.42" -o cmd/core-data/core-data ./cmd/core-data [2020-10-01T19:05:16.277Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.42" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-10-01T19:05:16.555Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.42" -o cmd/core-command/core-command ./cmd/core-command [2020-10-01T19:05:16.835Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.42" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-10-01T19:06:53.762Z] Removing intermediate container c7172f70e2fa [2020-10-01T19:06:53.762Z] ---> 59c5accc09ad [2020-10-01T19:06:53.762Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-10-01T19:06:54.041Z] Removing intermediate container dcf696b89974 [2020-10-01T19:06:54.041Z] ---> 06553cc38ce8 [2020-10-01T19:06:54.041Z] [2020-10-01T19:06:54.041Z] Step 10/22 : FROM scratch [2020-10-01T19:06:54.041Z] ---> [2020-10-01T19:06:54.041Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-01T19:06:54.329Z] ---> Running in a9b2623496ce [2020-10-01T19:06:54.329Z] ---> Running in 13c78b4eb118 [2020-10-01T19:06:55.351Z] Removing intermediate container 13c78b4eb118 [2020-10-01T19:06:55.352Z] ---> 53fe48539b34 [2020-10-01T19:06:55.352Z] Step 12/22 : ENV APP_PORT=48061 [2020-10-01T19:06:55.627Z] ---> Running in 086009a95ce0 [2020-10-01T19:06:56.618Z] Removing intermediate container 086009a95ce0 [2020-10-01T19:06:56.618Z] ---> b700732a6b10 [2020-10-01T19:06:56.618Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-01T19:06:56.618Z] ---> Running in 7606860c4a66 [2020-10-01T19:06:56.618Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.42" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-10-01T19:06:57.620Z] Removing intermediate container 7606860c4a66 [2020-10-01T19:06:57.620Z] ---> 21d7b212a10c [2020-10-01T19:06:57.620Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-10-01T19:06:58.618Z] ---> 99480ff631ac [2020-10-01T19:06:58.618Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-10-01T19:07:00.072Z] ---> 91f6ada0d907 [2020-10-01T19:07:00.072Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-10-01T19:07:02.089Z] ---> 7667ba2f5cf6 [2020-10-01T19:07:02.089Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-10-01T19:07:02.366Z] Removing intermediate container a9b2623496ce [2020-10-01T19:07:02.366Z] ---> 075a4240e1ed [2020-10-01T19:07:02.366Z] [2020-10-01T19:07:02.366Z] Step 11/27 : FROM docker:latest [2020-10-01T19:07:02.366Z] ---> 45884bde0078 [2020-10-01T19:07:02.366Z] Step 12/27 : RUN apk add --no-cache bash [2020-10-01T19:07:02.645Z] ---> Running in 886eedf61f94 [2020-10-01T19:07:03.255Z] ---> af933362ce6a [2020-10-01T19:07:03.255Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-10-01T19:07:03.534Z] ---> Running in 596fdc8b8d1d [2020-10-01T19:07:04.532Z] Removing intermediate container 596fdc8b8d1d [2020-10-01T19:07:04.532Z] ---> 6090416a9e50 [2020-10-01T19:07:04.532Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-01T19:07:04.811Z] ---> Running in 075f0dc2876e [2020-10-01T19:07:05.417Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-01T19:07:05.417Z] Removing intermediate container 075f0dc2876e [2020-10-01T19:07:05.417Z] ---> 4cb0f4193650 [2020-10-01T19:07:05.417Z] Step 20/22 : LABEL arch=arm64 [2020-10-01T19:07:05.695Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-01T19:07:05.695Z] ---> Running in 21e2fb04068b [2020-10-01T19:07:06.711Z] (1/2) Installing readline (8.0.4-r0) [2020-10-01T19:07:06.711Z] (2/2) Installing bash (5.0.17-r0) [2020-10-01T19:07:06.711Z] Executing bash-5.0.17-r0.post-install [2020-10-01T19:07:06.711Z] Executing busybox-1.31.1-r16.trigger [2020-10-01T19:07:06.711Z] OK: 12 MiB in 22 packages [2020-10-01T19:07:07.006Z] Removing intermediate container 21e2fb04068b [2020-10-01T19:07:07.006Z] ---> d41a4e56e7a1 [2020-10-01T19:07:07.006Z] Step 21/22 : LABEL git_sha=8d1be4b88019713d4adfd5be0516af0e8b12a917 [2020-10-01T19:07:07.289Z] ---> Running in 78e0a09a2474 [2020-10-01T19:07:09.309Z] Removing intermediate container 78e0a09a2474 [2020-10-01T19:07:09.309Z] ---> ae5a53a7fade [2020-10-01T19:07:09.309Z] Step 22/22 : LABEL version=1.2.2-dev.42 [2020-10-01T19:07:09.309Z] ---> Running in f3fe7e8870b1 [2020-10-01T19:07:09.590Z] Removing intermediate container 886eedf61f94 [2020-10-01T19:07:09.590Z] ---> 33e04046efc4 [2020-10-01T19:07:09.590Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-10-01T19:07:10.200Z] ---> Running in 993dc2a6d046 [2020-10-01T19:07:11.201Z] Removing intermediate container f3fe7e8870b1 [2020-10-01T19:07:11.201Z] ---> 7a7223414bc2 [2020-10-01T19:07:11.201Z] [2020-10-01T19:07:12.195Z] Successfully built 7a7223414bc2 [2020-10-01T19:07:12.195Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-10-01T19:07:12.195Z] Building docker-support-notifications-go [2020-10-01T19:07:12.497Z]  Building docker-support-logging-go ... done Removing intermediate container bfea5b0ad65e [2020-10-01T19:07:12.497Z] ---> 8538cbf79d14 [2020-10-01T19:07:12.497Z] [2020-10-01T19:07:12.497Z] Step 10/21 : FROM scratch [2020-10-01T19:07:12.497Z] ---> [2020-10-01T19:07:12.497Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-01T19:07:13.106Z] ---> Running in 91a87396aba1 [2020-10-01T19:07:13.714Z] Removing intermediate container e828ae2f4ace [2020-10-01T19:07:13.714Z] ---> 7bd6c0a3bea2 [2020-10-01T19:07:13.714Z] [2020-10-01T19:07:13.714Z] Step 10/22 : FROM scratch [2020-10-01T19:07:13.714Z] ---> [2020-10-01T19:07:13.714Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-01T19:07:13.990Z] ---> Using cache [2020-10-01T19:07:13.990Z] ---> 70dce5d2160e [2020-10-01T19:07:13.990Z] Step 12/22 : ENV APP_PORT=48082 [2020-10-01T19:07:14.271Z] Removing intermediate container 91a87396aba1 [2020-10-01T19:07:14.271Z] ---> 70dce5d2160e [2020-10-01T19:07:14.271Z] Step 12/21 : ENV APP_PORT=48085 [2020-10-01T19:07:14.895Z] ---> Running in a0d94add5611 [2020-10-01T19:07:14.895Z] ---> Running in 4de6beeacc7b [2020-10-01T19:07:15.884Z] Removing intermediate container a0d94add5611 [2020-10-01T19:07:15.884Z] ---> 079f2bbd2d64 [2020-10-01T19:07:15.884Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-01T19:07:16.486Z] Removing intermediate container 4de6beeacc7b [2020-10-01T19:07:16.486Z] ---> 1cca4bbe1b68 [2020-10-01T19:07:16.486Z] Step 13/21 : EXPOSE $APP_PORT [2020-10-01T19:07:16.486Z] ---> Running in d8b5ff497630 [2020-10-01T19:07:17.087Z] ---> Running in 09f7cd0144f8 [2020-10-01T19:07:17.087Z] Removing intermediate container 993dc2a6d046 [2020-10-01T19:07:17.087Z] ---> 2b5e9e13f328 [2020-10-01T19:07:17.087Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-10-01T19:07:17.363Z] Removing intermediate container d8b5ff497630 [2020-10-01T19:07:17.363Z] ---> 3d50ce30ab96 [2020-10-01T19:07:17.363Z] Step 14/22 : WORKDIR / [2020-10-01T19:07:17.956Z] ---> Running in 651b17a8d4d0 [2020-10-01T19:07:17.956Z] ---> Running in 12f4f537d2bf [2020-10-01T19:07:17.956Z] Removing intermediate container 09f7cd0144f8 [2020-10-01T19:07:17.956Z] ---> a8f4c162ea96 [2020-10-01T19:07:17.956Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-10-01T19:07:18.556Z] Removing intermediate container 651b17a8d4d0 [2020-10-01T19:07:18.556Z] ---> df3f6984658f [2020-10-01T19:07:18.556Z] Step 15/27 : ENV APP_PORT=48090 [2020-10-01T19:07:18.832Z] Removing intermediate container 12f4f537d2bf [2020-10-01T19:07:18.832Z] ---> f7f13934f88b [2020-10-01T19:07:18.832Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-10-01T19:07:18.832Z] ---> Running in a49791cf4b23 [2020-10-01T19:07:19.116Z] ---> c2c6f96b4c0b [2020-10-01T19:07:19.116Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-10-01T19:07:19.724Z] Removing intermediate container a49791cf4b23 [2020-10-01T19:07:19.724Z] ---> 558fbc6b525e [2020-10-01T19:07:19.724Z] Step 16/27 : EXPOSE $APP_PORT [2020-10-01T19:07:20.338Z] ---> 4ee61d916125 [2020-10-01T19:07:20.338Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-10-01T19:07:20.619Z] ---> Running in 07ea7788bad3 [2020-10-01T19:07:21.603Z] ---> d0208a7b572f [2020-10-01T19:07:21.603Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-10-01T19:07:21.880Z] Removing intermediate container 07ea7788bad3 [2020-10-01T19:07:21.880Z] ---> dd40cc90a7ab [2020-10-01T19:07:21.880Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-10-01T19:07:23.333Z] ---> bbe1eeb2411e [2020-10-01T19:07:23.333Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-10-01T19:07:23.333Z] ---> aa2f1355ac75 [2020-10-01T19:07:23.333Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-10-01T19:07:23.938Z] ---> Running in 799af52a2e8f [2020-10-01T19:07:23.938Z] ---> 46dee9a827bd [2020-10-01T19:07:24.218Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-10-01T19:07:24.503Z] ---> 9e4d597a2d90 [2020-10-01T19:07:24.504Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-10-01T19:07:25.117Z] Removing intermediate container 799af52a2e8f [2020-10-01T19:07:25.117Z] ---> 7f2e3fdb61c4 [2020-10-01T19:07:25.117Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-01T19:07:25.402Z] ---> 37e8f6898d46 [2020-10-01T19:07:25.402Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-10-01T19:07:25.402Z] ---> Running in f43b32af0e9d [2020-10-01T19:07:25.402Z] ---> Running in 4c4bd06857e1 [2020-10-01T19:07:26.027Z] Removing intermediate container f43b32af0e9d [2020-10-01T19:07:26.027Z] ---> b1ebd854a325 [2020-10-01T19:07:26.027Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-01T19:07:26.629Z] ---> Running in 02c91f4b1277 [2020-10-01T19:07:26.629Z] Removing intermediate container 4c4bd06857e1 [2020-10-01T19:07:26.629Z] ---> 375bad6ea151 [2020-10-01T19:07:26.629Z] Step 19/21 : LABEL arch=arm64 [2020-10-01T19:07:26.916Z] ---> b1d9760e31fc [2020-10-01T19:07:26.916Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-10-01T19:07:27.197Z] ---> Running in c7672761db5c [2020-10-01T19:07:27.479Z] ---> Running in d9afaba94837 [2020-10-01T19:07:27.479Z] Removing intermediate container 02c91f4b1277 [2020-10-01T19:07:27.479Z] ---> 739746c5d572 [2020-10-01T19:07:27.479Z] Step 20/22 : LABEL arch=arm64 [2020-10-01T19:07:28.484Z] ---> Running in fdd5fe9eeb23 [2020-10-01T19:07:28.484Z] Removing intermediate container c7672761db5c [2020-10-01T19:07:28.484Z] ---> 66a807036eff [2020-10-01T19:07:28.484Z] Step 20/21 : LABEL git_sha=8d1be4b88019713d4adfd5be0516af0e8b12a917 [2020-10-01T19:07:29.081Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-01T19:07:29.081Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-10-01T19:07:29.081Z] ---> cfcddae77ac7 [2020-10-01T19:07:29.081Z] Step 3/24 : WORKDIR /edgex-go [2020-10-01T19:07:29.081Z] ---> Using cache [2020-10-01T19:07:29.081Z] ---> 39fb9ac8e6cb [2020-10-01T19:07:29.081Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-01T19:07:29.081Z] ---> Using cache [2020-10-01T19:07:29.081Z] ---> 55647f8dccb7 [2020-10-01T19:07:29.081Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-10-01T19:07:29.359Z] ---> Running in 539c9f680da1 [2020-10-01T19:07:29.359Z] ---> Running in eac151291422 [2020-10-01T19:07:29.359Z] Removing intermediate container fdd5fe9eeb23 [2020-10-01T19:07:29.359Z] ---> 23a269fc814e [2020-10-01T19:07:29.359Z] Step 21/22 : LABEL git_sha=8d1be4b88019713d4adfd5be0516af0e8b12a917 [2020-10-01T19:07:29.634Z] ---> Running in d90a538e203f [2020-10-01T19:07:30.234Z] Removing intermediate container 539c9f680da1 [2020-10-01T19:07:30.234Z] ---> 06d848d5a8d0 [2020-10-01T19:07:30.234Z] Step 21/21 : LABEL version=1.2.2-dev.42 [2020-10-01T19:07:30.828Z] ---> Running in a3765013ae80 [2020-10-01T19:07:30.828Z] Removing intermediate container d90a538e203f [2020-10-01T19:07:30.828Z] ---> e6def94ef6b9 [2020-10-01T19:07:30.828Z] Step 22/22 : LABEL version=1.2.2-dev.42 [2020-10-01T19:07:30.828Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-01T19:07:31.101Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-01T19:07:31.380Z] ---> Running in 192b802e0863 [2020-10-01T19:07:31.380Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-01T19:07:31.666Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-10-01T19:07:31.666Z] (2/33) Installing expat (2.2.9-r1) [2020-10-01T19:07:31.666Z] (3/33) Installing libffi (3.3-r2) [2020-10-01T19:07:31.666Z] (4/33) Installing gdbm (1.13-r1) [2020-10-01T19:07:31.666Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-10-01T19:07:31.666Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-10-01T19:07:31.666Z] Removing intermediate container a3765013ae80 [2020-10-01T19:07:31.666Z] ---> fbd723e559ac [2020-10-01T19:07:31.666Z] [2020-10-01T19:07:31.666Z] (7/33) Installing python3 (3.8.5-r0) [2020-10-01T19:07:32.266Z] Removing intermediate container 192b802e0863 [2020-10-01T19:07:32.266Z] ---> c7e383fc5e42 [2020-10-01T19:07:32.266Z] [2020-10-01T19:07:32.266Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-01T19:07:32.266Z] Successfully built fbd723e559ac [2020-10-01T19:07:32.266Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-10-01T19:07:32.266Z]  Building docker-support-scheduler-go ... done Building docker-core-metadata-go [2020-10-01T19:07:32.552Z] Successfully built c7e383fc5e42 [2020-10-01T19:07:33.152Z] v3.12.0-358-g2c6fb656e2 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-01T19:07:33.152Z] v3.12.0-359-gbb2f9c1873 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-01T19:07:33.152Z] OK: 12623 distinct packages available [2020-10-01T19:07:33.152Z] Successfully tagged docker-core-command-go-arm64:latest [2020-10-01T19:07:33.152Z] Building docker-security-proxy-setup-go [2020-10-01T19:07:33.424Z]  Building docker-core-command-go ... done Removing intermediate container cab05f225bf0 [2020-10-01T19:07:33.424Z] ---> ab0689c0e857 [2020-10-01T19:07:33.424Z] [2020-10-01T19:07:33.424Z] Step 10/23 : FROM alpine [2020-10-01T19:07:33.700Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-10-01T19:07:33.700Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-10-01T19:07:33.700Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-10-01T19:07:33.700Z] (11/33) Installing py3-six (1.15.0-r0) [2020-10-01T19:07:33.700Z] OK: 217 MiB in 51 packages [2020-10-01T19:07:33.700Z] (12/33) Installing py3-packaging (20.4-r0) [2020-10-01T19:07:33.700Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-10-01T19:07:33.700Z] latest: Pulling from library/alpine [2020-10-01T19:07:33.972Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-10-01T19:07:33.972Z] (15/33) Installing py3-idna (2.9-r0) [2020-10-01T19:07:33.972Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-10-01T19:07:33.972Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-10-01T19:07:33.972Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-10-01T19:07:33.972Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-10-01T19:07:33.972Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-10-01T19:07:34.253Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-10-01T19:07:34.253Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-10-01T19:07:34.253Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-10-01T19:07:34.253Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-10-01T19:07:34.253Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-10-01T19:07:34.253Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-10-01T19:07:34.253Z] Status: Downloaded newer image for alpine:latest [2020-10-01T19:07:34.253Z] ---> 62ee0e9f8440 [2020-10-01T19:07:34.253Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-01T19:07:34.253Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-10-01T19:07:34.253Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-10-01T19:07:34.253Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-10-01T19:07:34.253Z] (29/33) Installing py3-progress (1.5-r0) [2020-10-01T19:07:34.253Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-10-01T19:07:34.253Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-10-01T19:07:34.253Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-10-01T19:07:34.253Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-10-01T19:07:34.537Z] Executing busybox-1.31.1-r16.trigger [2020-10-01T19:07:34.537Z] OK: 71 MiB in 55 packages [2020-10-01T19:07:38.081Z] ---> Running in 61c8da5ed2a1 [2020-10-01T19:07:38.705Z] Removing intermediate container eac151291422 [2020-10-01T19:07:38.705Z] ---> 8ce63eeef370 [2020-10-01T19:07:38.705Z] Step 6/24 : COPY go.mod . [2020-10-01T19:07:39.305Z] Removing intermediate container 61c8da5ed2a1 [2020-10-01T19:07:39.305Z] ---> bd5e1c6af8d2 [2020-10-01T19:07:39.305Z] Step 12/23 : ENV APP_PORT=48080 [2020-10-01T19:07:40.767Z] ---> 3396b80ab734 [2020-10-01T19:07:40.767Z] Step 7/24 : RUN go mod download [2020-10-01T19:07:40.767Z] ---> Running in 29f57499699d [2020-10-01T19:07:41.045Z] ---> Running in 8a5318cc7c1d [2020-10-01T19:07:42.033Z] Removing intermediate container 29f57499699d [2020-10-01T19:07:42.033Z] ---> 34eb6edfbff5 [2020-10-01T19:07:42.033Z] Step 13/23 : EXPOSE $APP_PORT [2020-10-01T19:07:42.306Z] ---> Running in e356a071b39c [2020-10-01T19:07:43.294Z] Removing intermediate container e356a071b39c [2020-10-01T19:07:43.294Z] ---> 7fc956a88a9e [2020-10-01T19:07:43.294Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-01T19:07:43.569Z] ---> Running in b4e2abeed406 [2020-10-01T19:07:46.212Z] Removing intermediate container 8a5318cc7c1d [2020-10-01T19:07:46.212Z] ---> 700831e6c2c2 [2020-10-01T19:07:46.212Z] Step 8/24 : COPY . . [2020-10-01T19:07:46.495Z] Removing intermediate container d9afaba94837 [2020-10-01T19:07:46.495Z] ---> c50d1cd896ae [2020-10-01T19:07:46.495Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-10-01T19:07:47.481Z] ---> Running in 3e2ed3f0f749 [2020-10-01T19:07:49.485Z] Removing intermediate container b4e2abeed406 [2020-10-01T19:07:49.485Z] ---> 28aa6e959b87 [2020-10-01T19:07:49.485Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-10-01T19:07:49.758Z] ---> Running in d5b1f7d0032c [2020-10-01T19:07:51.751Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-01T19:07:52.730Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-01T19:07:53.329Z] (1/5) Installing libgcc (9.3.0-r2) [2020-10-01T19:07:53.329Z] (2/5) Installing libsodium (1.0.18-r0) [2020-10-01T19:07:53.329Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-10-01T19:07:53.609Z] (4/5) Installing libzmq (4.3.3-r0) [2020-10-01T19:07:53.884Z] (5/5) Installing zeromq (4.3.3-r0) [2020-10-01T19:07:53.884Z] Executing busybox-1.31.1-r16.trigger [2020-10-01T19:07:53.884Z] OK: 8 MiB in 19 packages [2020-10-01T19:07:54.489Z] Collecting docker-compose==1.23.2 [2020-10-01T19:07:54.489Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-10-01T19:07:57.156Z] Collecting dockerpty<0.5,>=0.4.1 [2020-10-01T19:07:57.156Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-10-01T19:07:58.603Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-01T19:07:58.603Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-01T19:07:58.603Z] ---> cfcddae77ac7 [2020-10-01T19:07:58.603Z] Step 3/22 : WORKDIR /edgex-go [2020-10-01T19:07:58.603Z] ---> Using cache [2020-10-01T19:07:58.603Z] ---> 39fb9ac8e6cb [2020-10-01T19:07:58.603Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-01T19:07:58.603Z] ---> Using cache [2020-10-01T19:07:58.603Z] ---> 55647f8dccb7 [2020-10-01T19:07:58.603Z] Step 5/22 : RUN apk update && apk add make git [2020-10-01T19:07:58.878Z] Removing intermediate container d5b1f7d0032c [2020-10-01T19:07:58.878Z] ---> 646353cd79d6 [2020-10-01T19:07:58.878Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-10-01T19:07:59.156Z] ---> Running in 4d02a53fc689 [2020-10-01T19:08:00.612Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-01T19:08:00.612Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-10-01T19:08:00.612Z] ---> cfcddae77ac7 [2020-10-01T19:08:00.612Z] Step 3/20 : WORKDIR /edgex-go [2020-10-01T19:08:00.612Z] ---> Using cache [2020-10-01T19:08:00.612Z] ---> 39fb9ac8e6cb [2020-10-01T19:08:00.612Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-01T19:08:00.612Z] ---> Using cache [2020-10-01T19:08:00.612Z] ---> 55647f8dccb7 [2020-10-01T19:08:00.612Z] Step 5/20 : RUN apk update && apk add make git [2020-10-01T19:08:00.612Z] ---> 22f811a71157 [2020-10-01T19:08:00.612Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-10-01T19:08:00.612Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-10-01T19:08:00.612Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-10-01T19:08:00.905Z] ---> Running in 7bfe9386959c [2020-10-01T19:08:01.889Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-01T19:08:01.889Z] Collecting websocket-client<1.0,>=0.32.0 [2020-10-01T19:08:01.889Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-10-01T19:08:02.491Z] Collecting jsonschema<3,>=2.5.1 [2020-10-01T19:08:02.491Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-10-01T19:08:02.491Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-01T19:08:03.091Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-01T19:08:03.365Z] 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-01T19:08:03.365Z] v3.12.0-358-g2c6fb656e2 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-01T19:08:03.365Z] v3.12.0-359-gbb2f9c1873 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-01T19:08:03.365Z] OK: 12623 distinct packages available [2020-10-01T19:08:03.971Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-01T19:08:03.971Z] ---> 75f2fb4ea4d8 [2020-10-01T19:08:03.971Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-10-01T19:08:04.248Z] Collecting PyYAML<4,>=3.10 [2020-10-01T19:08:04.248Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-10-01T19:08:04.248Z] OK: 217 MiB in 51 packages [2020-10-01T19:08:04.856Z] v3.12.0-358-g2c6fb656e2 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-01T19:08:04.856Z] v3.12.0-359-gbb2f9c1873 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-01T19:08:04.856Z] OK: 12623 distinct packages available [2020-10-01T19:08:05.869Z] OK: 217 MiB in 51 packages [2020-10-01T19:08:06.145Z] ---> f9be6ac36514 [2020-10-01T19:08:06.145Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-10-01T19:08:06.422Z] ---> Running in c2a66278256b [2020-10-01T19:08:06.422Z] Removing intermediate container 4d02a53fc689 [2020-10-01T19:08:06.422Z] ---> a35adadcb31c [2020-10-01T19:08:06.422Z] Step 6/22 : COPY go.mod . [2020-10-01T19:08:07.028Z] ---> d04a7c2d3542 [2020-10-01T19:08:07.028Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-10-01T19:08:07.028Z] Removing intermediate container c2a66278256b [2020-10-01T19:08:07.028Z] ---> 35dc4b920d14 [2020-10-01T19:08:07.028Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-01T19:08:07.307Z] ---> Running in bc4cd8420b3c [2020-10-01T19:08:07.307Z] ---> Running in 32c74c058dd5 [2020-10-01T19:08:07.307Z] Removing intermediate container 7bfe9386959c [2020-10-01T19:08:07.307Z] ---> 692c8ed84684 [2020-10-01T19:08:07.307Z] Step 6/20 : COPY go.mod . [2020-10-01T19:08:07.902Z] ---> 7c5f7cf3c352 [2020-10-01T19:08:07.903Z] Step 7/22 : RUN go mod download [2020-10-01T19:08:08.178Z] ---> Running in 5e5ae253945d [2020-10-01T19:08:08.178Z] Removing intermediate container 32c74c058dd5 [2020-10-01T19:08:08.178Z] ---> 504b00d5b21b [2020-10-01T19:08:08.178Z] Step 21/23 : LABEL arch=arm64 [2020-10-01T19:08:08.456Z] ---> Running in ba5ac15916d7 [2020-10-01T19:08:08.734Z] Collecting texttable<0.10,>=0.9.0 [2020-10-01T19:08:08.734Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-10-01T19:08:08.734Z] ---> 5b4001099c7e [2020-10-01T19:08:08.734Z] Step 7/20 : RUN go mod download [2020-10-01T19:08:09.008Z] ---> Running in 3eaed68bdfdd [2020-10-01T19:08:09.286Z] Removing intermediate container ba5ac15916d7 [2020-10-01T19:08:09.286Z] ---> 2ae4bf3e342c [2020-10-01T19:08:09.286Z] Step 22/23 : LABEL git_sha=8d1be4b88019713d4adfd5be0516af0e8b12a917 [2020-10-01T19:08:09.286Z] ---> Running in ed449097d250 [2020-10-01T19:08:09.567Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.42" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-10-01T19:08:10.181Z] Removing intermediate container ed449097d250 [2020-10-01T19:08:10.181Z] ---> 36c89d7dd550 [2020-10-01T19:08:10.181Z] Step 23/23 : LABEL version=1.2.2-dev.42 [2020-10-01T19:08:10.460Z] ---> Running in 26cabd21f763 [2020-10-01T19:08:11.066Z] Removing intermediate container 26cabd21f763 [2020-10-01T19:08:11.066Z] ---> 982380230aac [2020-10-01T19:08:11.066Z] [2020-10-01T19:08:11.678Z] Successfully built 982380230aac [2020-10-01T19:08:11.678Z] Successfully tagged docker-core-data-go-arm64:latest [2020-10-01T19:08:11.678Z]  Building docker-core-data-go ... done Building docker-security-secretstore-setup-go [2020-10-01T19:08:11.678Z] Collecting docopt<0.7,>=0.6.1 [2020-10-01T19:08:11.678Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-10-01T19:08:13.691Z] Removing intermediate container 5e5ae253945d [2020-10-01T19:08:13.691Z] ---> 97fb51aa08b4 [2020-10-01T19:08:13.691Z] Step 8/22 : COPY . . [2020-10-01T19:08:15.161Z] Removing intermediate container 3eaed68bdfdd [2020-10-01T19:08:15.161Z] ---> ba88d44fae30 [2020-10-01T19:08:15.161Z] Step 8/20 : COPY . . [2020-10-01T19:08:15.778Z] Collecting docker<4.0,>=3.6.0 [2020-10-01T19:08:15.778Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-10-01T19:08:16.473Z] Collecting cached-property<2,>=1.2.0 [2020-10-01T19:08:16.473Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-10-01T19:08:17.514Z] Collecting urllib3<1.25,>=1.21.1 [2020-10-01T19:08:17.514Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-10-01T19:08:17.814Z] Collecting idna<2.8,>=2.5 [2020-10-01T19:08:17.814Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-10-01T19:08:17.814Z] 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-01T19:08:17.814Z] 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-01T19:08:18.104Z] Collecting docker-pycreds>=0.4.0 [2020-10-01T19:08:18.104Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-10-01T19:08:18.425Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-10-01T19:08:18.425Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-10-01T19:08:18.425Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-10-01T19:08:18.425Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-10-01T19:08:20.157Z] Installing collected packages: dockerpty, urllib3, idna, requests, websocket-client, jsonschema, PyYAML, texttable, docopt, docker-pycreds, docker, cached-property, docker-compose [2020-10-01T19:08:20.157Z] Running setup.py install for dockerpty: started [2020-10-01T19:08:22.892Z] Running setup.py install for dockerpty: finished with status 'done' [2020-10-01T19:08:22.892Z] Attempting uninstall: urllib3 [2020-10-01T19:08:22.892Z] Found existing installation: urllib3 1.25.9 [2020-10-01T19:08:22.892Z] Uninstalling urllib3-1.25.9: [2020-10-01T19:08:22.892Z] Successfully uninstalled urllib3-1.25.9 [2020-10-01T19:08:23.936Z] Attempting uninstall: idna [2020-10-01T19:08:23.936Z] Found existing installation: idna 2.9 [2020-10-01T19:08:23.936Z] Uninstalling idna-2.9: [2020-10-01T19:08:23.936Z] Successfully uninstalled idna-2.9 [2020-10-01T19:08:24.549Z] Attempting uninstall: requests [2020-10-01T19:08:24.549Z] Found existing installation: requests 2.23.0 [2020-10-01T19:08:24.549Z] Uninstalling requests-2.23.0: [2020-10-01T19:08:24.834Z] Successfully uninstalled requests-2.23.0 [2020-10-01T19:08:26.303Z] Running setup.py install for PyYAML: started [2020-10-01T19:08:29.030Z] Running setup.py install for PyYAML: finished with status 'done' [2020-10-01T19:08:29.030Z] Running setup.py install for texttable: started [2020-10-01T19:08:31.076Z] Running setup.py install for texttable: finished with status 'done' [2020-10-01T19:08:31.076Z] Running setup.py install for docopt: started [2020-10-01T19:08:33.115Z] Running setup.py install for docopt: finished with status 'done' [2020-10-01T19:08:35.795Z] 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-01T19:08:35.795Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-01T19:08:35.795Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-10-01T19:08:35.795Z] ---> cfcddae77ac7 [2020-10-01T19:08:35.795Z] Step 3/26 : WORKDIR /edgex-go [2020-10-01T19:08:35.795Z] ---> Using cache [2020-10-01T19:08:35.795Z] ---> 39fb9ac8e6cb [2020-10-01T19:08:35.795Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-01T19:08:35.795Z] ---> Using cache [2020-10-01T19:08:35.795Z] ---> 55647f8dccb7 [2020-10-01T19:08:35.795Z] Step 5/26 : RUN apk update && apk add make git [2020-10-01T19:08:35.795Z] ---> Using cache [2020-10-01T19:08:35.795Z] ---> 692c8ed84684 [2020-10-01T19:08:35.795Z] Step 6/26 : COPY go.mod . [2020-10-01T19:08:35.795Z] ---> Using cache [2020-10-01T19:08:35.795Z] ---> 5b4001099c7e [2020-10-01T19:08:35.795Z] Step 7/26 : RUN go mod download [2020-10-01T19:08:35.795Z] ---> Using cache [2020-10-01T19:08:35.795Z] ---> ba88d44fae30 [2020-10-01T19:08:35.795Z] Step 8/26 : COPY . . [2020-10-01T19:08:48.387Z] ---> 0ea8151e02a6 [2020-10-01T19:08:48.387Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-10-01T19:08:48.387Z] ---> 1c208212b7dc [2020-10-01T19:08:48.387Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-10-01T19:08:48.387Z] ---> Running in bd506e180cbd [2020-10-01T19:08:48.387Z] ---> Running in f75205592fea [2020-10-01T19:08:48.692Z] Removing intermediate container 3e2ed3f0f749 [2020-10-01T19:08:48.692Z] ---> 7492ce06a4fd [2020-10-01T19:08:48.692Z] Step 22/27 : RUN apk --no-cache add curl [2020-10-01T19:08:49.358Z] ---> Running in e85daa9e335c [2020-10-01T19:08:52.069Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.42" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-10-01T19:08:52.069Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.42" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-10-01T19:08:52.381Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-01T19:08:52.673Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-01T19:08:53.711Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-10-01T19:08:53.711Z] (2/3) Installing libcurl (7.69.1-r1) [2020-10-01T19:08:53.711Z] (3/3) Installing curl (7.69.1-r1) [2020-10-01T19:08:53.711Z] Executing busybox-1.31.1-r16.trigger [2020-10-01T19:08:53.711Z] OK: 71 MiB in 58 packages [2020-10-01T19:08:57.192Z] Removing intermediate container e85daa9e335c [2020-10-01T19:08:57.192Z] ---> 99fa76a0fcea [2020-10-01T19:08:57.192Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-10-01T19:08:57.192Z] ---> 12e26a5ded26 [2020-10-01T19:08:57.192Z] 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-01T19:08:57.192Z] ---> Running in 19336e435b2c [2020-10-01T19:08:57.192Z] ---> Running in 7d3c09f5ed62 [2020-10-01T19:08:57.824Z] Removing intermediate container 19336e435b2c [2020-10-01T19:08:57.824Z] ---> eb9a6d3d9dc2 [2020-10-01T19:08:57.824Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-01T19:08:58.106Z] ---> Running in 7e7c6319eec6 [2020-10-01T19:08:59.139Z] Removing intermediate container 7e7c6319eec6 [2020-10-01T19:08:59.139Z] ---> f713a859a7bb [2020-10-01T19:08:59.139Z] Step 25/27 : LABEL arch=arm64 [2020-10-01T19:08:59.139Z] ---> Running in 6c3fd6f25fe1 [2020-10-01T19:08:59.781Z] Removing intermediate container 6c3fd6f25fe1 [2020-10-01T19:08:59.781Z] ---> 6a5202cabbac [2020-10-01T19:08:59.781Z] Step 26/27 : LABEL git_sha=8d1be4b88019713d4adfd5be0516af0e8b12a917 [2020-10-01T19:08:59.781Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.42" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-10-01T19:09:00.113Z] ---> Running in d71fdfc5910d [2020-10-01T19:09:00.723Z] Removing intermediate container d71fdfc5910d [2020-10-01T19:09:00.723Z] ---> 9512df488171 [2020-10-01T19:09:00.723Z] Step 27/27 : LABEL version=1.2.2-dev.42 [2020-10-01T19:09:00.723Z] ---> Running in b3ce478272d2 [2020-10-01T19:09:01.335Z] Removing intermediate container b3ce478272d2 [2020-10-01T19:09:01.335Z] ---> 4e15da4a56e9 [2020-10-01T19:09:01.335Z] [2020-10-01T19:09:01.940Z] Successfully built 4e15da4a56e9 [2020-10-01T19:09:01.940Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-10-01T19:09:01.940Z]  Building docker-sys-mgmt-agent-go ... done Building docker-security-secrets-setup-go [2020-10-01T19:09:24.203Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-01T19:09:24.203Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-10-01T19:09:24.203Z] ---> cfcddae77ac7 [2020-10-01T19:09:24.204Z] Step 3/29 : WORKDIR /edgex-go [2020-10-01T19:09:24.204Z] ---> Using cache [2020-10-01T19:09:24.204Z] ---> 39fb9ac8e6cb [2020-10-01T19:09:24.204Z] Step 4/29 : RUN apk update && apk add make git [2020-10-01T19:09:24.204Z] ---> Running in 67584e754cfa [2020-10-01T19:09:25.195Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-01T19:09:26.185Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-01T19:09:27.180Z] v3.12.0-358-g2c6fb656e2 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-01T19:09:27.180Z] v3.12.0-359-gbb2f9c1873 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-01T19:09:27.180Z] OK: 12623 distinct packages available [2020-10-01T19:09:28.633Z] OK: 217 MiB in 51 packages [2020-10-01T19:09:31.280Z] Removing intermediate container bc4cd8420b3c [2020-10-01T19:09:31.280Z] ---> d140d41cf4ec [2020-10-01T19:09:31.280Z] [2020-10-01T19:09:31.280Z] Step 10/24 : FROM scratch [2020-10-01T19:09:31.280Z] ---> [2020-10-01T19:09:31.280Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-01T19:09:31.280Z] Removing intermediate container 67584e754cfa [2020-10-01T19:09:31.280Z] ---> 50d292d306e6 [2020-10-01T19:09:31.280Z] Step 5/29 : COPY go.mod . [2020-10-01T19:09:31.280Z] ---> Using cache [2020-10-01T19:09:31.280Z] ---> 53fe48539b34 [2020-10-01T19:09:31.280Z] Step 12/24 : ENV APP_PORT=48060 [2020-10-01T19:09:31.280Z] ---> Running in ef06ccf42d59 [2020-10-01T19:09:32.042Z] Removing intermediate container ef06ccf42d59 [2020-10-01T19:09:32.042Z] ---> facbedcadd7c [2020-10-01T19:09:32.042Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-01T19:09:32.370Z] ---> Running in efe3e126e9f5 [2020-10-01T19:09:32.370Z] ---> bbb5754fdbca [2020-10-01T19:09:32.370Z] Step 6/29 : RUN go mod download [2020-10-01T19:09:32.691Z] ---> Running in 8b4f6537e64d [2020-10-01T19:09:33.077Z] Removing intermediate container efe3e126e9f5 [2020-10-01T19:09:33.077Z] ---> 8b0e2a293447 [2020-10-01T19:09:33.077Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-10-01T19:09:34.570Z] ---> da9f20e803c2 [2020-10-01T19:09:34.570Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-10-01T19:09:36.021Z] ---> 4069344c166a [2020-10-01T19:09:36.021Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-10-01T19:09:38.029Z] ---> 76205f036830 [2020-10-01T19:09:38.029Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-10-01T19:09:38.029Z] Removing intermediate container 8b4f6537e64d [2020-10-01T19:09:38.029Z] ---> acb85f2a1b66 [2020-10-01T19:09:38.029Z] Step 7/29 : COPY . . [2020-10-01T19:09:39.504Z] ---> d72dd5af001c [2020-10-01T19:09:39.504Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-10-01T19:09:43.863Z] ---> 215cc4424be9 [2020-10-01T19:09:43.863Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-10-01T19:09:45.332Z] ---> a2ba67706d44 [2020-10-01T19:09:45.332Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-10-01T19:09:45.612Z] ---> Running in b80a7d0073ef [2020-10-01T19:09:46.606Z] Removing intermediate container b80a7d0073ef [2020-10-01T19:09:46.606Z] ---> a60e477196ea [2020-10-01T19:09:46.606Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-01T19:09:46.606Z] ---> Running in e68c35a8eb8d [2020-10-01T19:09:47.609Z] Removing intermediate container e68c35a8eb8d [2020-10-01T19:09:47.609Z] ---> c8ee82d2557e [2020-10-01T19:09:47.609Z] Step 22/24 : LABEL arch=arm64 [2020-10-01T19:09:48.218Z] ---> Running in 785f15e110a0 [2020-10-01T19:09:49.221Z] Removing intermediate container 785f15e110a0 [2020-10-01T19:09:49.221Z] ---> 12aba6baf403 [2020-10-01T19:09:49.221Z] Step 23/24 : LABEL git_sha=8d1be4b88019713d4adfd5be0516af0e8b12a917 [2020-10-01T19:09:49.822Z] ---> Running in 626b5b9eedef [2020-10-01T19:09:50.809Z] Removing intermediate container 626b5b9eedef [2020-10-01T19:09:50.809Z] ---> d5a9b5708247 [2020-10-01T19:09:50.809Z] Step 24/24 : LABEL version=1.2.2-dev.42 [2020-10-01T19:09:51.097Z] ---> Running in ef01a278e4b0 [2020-10-01T19:09:52.088Z] Removing intermediate container ef01a278e4b0 [2020-10-01T19:09:52.088Z] ---> 5a6de7725b70 [2020-10-01T19:09:52.088Z] [2020-10-01T19:09:53.076Z] Successfully built 5a6de7725b70 [2020-10-01T19:09:53.076Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-10-01T19:09:58.511Z]  Building docker-support-notifications-go ... done  ---> 63f6c62bf316 [2020-10-01T19:09:58.511Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-10-01T19:09:58.791Z] ---> Running in c2f7ceb0d364 [2020-10-01T19:10:00.784Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.42" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-10-01T19:10:13.215Z] Removing intermediate container f75205592fea [2020-10-01T19:10:13.215Z] ---> c3da5850aed7 [2020-10-01T19:10:13.215Z] [2020-10-01T19:10:13.215Z] Step 10/20 : FROM alpine [2020-10-01T19:10:13.215Z] ---> 62ee0e9f8440 [2020-10-01T19:10:13.215Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-10-01T19:10:13.215Z] ---> Running in de8273dd5e59 [2020-10-01T19:10:13.215Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.42" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-10-01T19:10:14.200Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-01T19:10:14.478Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-01T19:10:15.081Z] v3.12.0-358-g2c6fb656e2 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-01T19:10:15.081Z] v3.12.0-359-gbb2f9c1873 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-01T19:10:15.081Z] OK: 12621 distinct packages available [2020-10-01T19:10:16.068Z] (1/4) Installing ca-certificates (20191127-r4) [2020-10-01T19:10:16.068Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-10-01T19:10:16.068Z] (3/4) Installing libcurl (7.69.1-r1) [2020-10-01T19:10:16.068Z] (4/4) Installing curl (7.69.1-r1) [2020-10-01T19:10:16.068Z] Executing busybox-1.31.1-r16.trigger [2020-10-01T19:10:16.068Z] Executing ca-certificates-20191127-r4.trigger [2020-10-01T19:10:16.349Z] OK: 7 MiB in 18 packages [2020-10-01T19:10:18.999Z] Removing intermediate container de8273dd5e59 [2020-10-01T19:10:18.999Z] ---> 36ffb7de0ec4 [2020-10-01T19:10:18.999Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-01T19:10:18.999Z] ---> Running in a502fa8e050a [2020-10-01T19:10:20.017Z] Removing intermediate container a502fa8e050a [2020-10-01T19:10:20.017Z] ---> f747c84e7f98 [2020-10-01T19:10:20.017Z] Step 13/20 : WORKDIR /edgex [2020-10-01T19:10:20.017Z] ---> Running in b4806ac0ba8b [2020-10-01T19:10:20.625Z] Removing intermediate container b4806ac0ba8b [2020-10-01T19:10:20.625Z] ---> 735e20ac0a55 [2020-10-01T19:10:20.625Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-10-01T19:10:22.080Z] ---> 81db6baa91a4 [2020-10-01T19:10:22.080Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-10-01T19:10:23.070Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.42" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-10-01T19:10:23.676Z] ---> 16fe0fc05c7b [2020-10-01T19:10:23.676Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-10-01T19:10:23.676Z] ---> Running in 3c4dda06cdb7 [2020-10-01T19:10:24.273Z] Removing intermediate container 3c4dda06cdb7 [2020-10-01T19:10:24.273Z] ---> 7b600dfc2e02 [2020-10-01T19:10:24.273Z] Step 17/20 : CMD ["--init=true"] [2020-10-01T19:10:24.545Z] ---> Running in a9c1c7f940ba [2020-10-01T19:10:25.141Z] Removing intermediate container a9c1c7f940ba [2020-10-01T19:10:25.141Z] ---> b0d6c9276c31 [2020-10-01T19:10:25.141Z] Step 18/20 : LABEL arch=arm64 [2020-10-01T19:10:25.414Z] ---> Running in 9dd31315342a [2020-10-01T19:10:26.012Z] Removing intermediate container 9dd31315342a [2020-10-01T19:10:26.012Z] ---> 798494e139bd [2020-10-01T19:10:26.012Z] Step 19/20 : LABEL git_sha=8d1be4b88019713d4adfd5be0516af0e8b12a917 [2020-10-01T19:10:26.404Z] ---> Running in 00b70add4e74 [2020-10-01T19:10:26.715Z] Removing intermediate container 00b70add4e74 [2020-10-01T19:10:26.715Z] ---> acebf467a79f [2020-10-01T19:10:26.715Z] Step 20/20 : LABEL version=1.2.2-dev.42 [2020-10-01T19:10:27.003Z] ---> Running in 227674a92910 [2020-10-01T19:10:27.712Z] Removing intermediate container 227674a92910 [2020-10-01T19:10:27.712Z] ---> b1486d04e0df [2020-10-01T19:10:27.712Z] [2020-10-01T19:10:28.313Z] Successfully built b1486d04e0df [2020-10-01T19:10:28.313Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-10-01T19:10:35.044Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 7d3c09f5ed62 [2020-10-01T19:10:35.044Z] ---> 47a046017095 [2020-10-01T19:10:35.044Z] [2020-10-01T19:10:35.044Z] Step 10/26 : FROM alpine:3.10 [2020-10-01T19:10:35.044Z] 3.10: Pulling from library/alpine [2020-10-01T19:10:36.041Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-10-01T19:10:36.041Z] Status: Downloaded newer image for alpine:3.10 [2020-10-01T19:10:36.041Z] ---> 536a684cf733 [2020-10-01T19:10:36.041Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-10-01T19:10:36.041Z] ---> Running in 7a92080d8445 [2020-10-01T19:10:38.065Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-10-01T19:10:38.342Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-10-01T19:10:38.622Z] v3.10.5-94-gea6eea6e70 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-10-01T19:10:38.622Z] v3.10.5-92-g0ca6a6f012 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-10-01T19:10:38.622Z] OK: 10167 distinct packages available [2020-10-01T19:10:39.228Z] (1/5) Installing ca-certificates (20191127-r2) [2020-10-01T19:10:39.228Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-10-01T19:10:39.509Z] (3/5) Installing libcurl (7.66.0-r1) [2020-10-01T19:10:39.509Z] (4/5) Installing curl (7.66.0-r1) [2020-10-01T19:10:39.509Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-10-01T19:10:39.509Z] Executing busybox-1.30.1-r3.trigger [2020-10-01T19:10:39.509Z] Executing ca-certificates-20191127-r2.trigger [2020-10-01T19:10:39.787Z] OK: 7 MiB in 19 packages [2020-10-01T19:10:42.440Z] Removing intermediate container 7a92080d8445 [2020-10-01T19:10:42.440Z] ---> 38af215de39e [2020-10-01T19:10:42.440Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-01T19:10:42.440Z] ---> Running in 69d3a0f00ca5 [2020-10-01T19:10:43.430Z] Removing intermediate container 69d3a0f00ca5 [2020-10-01T19:10:43.430Z] ---> 922fff4e33e2 [2020-10-01T19:10:43.430Z] Step 13/26 : WORKDIR / [2020-10-01T19:10:43.703Z] ---> Running in 960608b24a1b [2020-10-01T19:10:44.693Z] Removing intermediate container 960608b24a1b [2020-10-01T19:10:44.693Z] ---> c9267f503cb2 [2020-10-01T19:10:44.693Z] 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-01T19:10:44.969Z] Removing intermediate container bd506e180cbd [2020-10-01T19:10:44.969Z] ---> a9ba48d10980 [2020-10-01T19:10:44.969Z] [2020-10-01T19:10:44.969Z] Step 10/22 : FROM scratch [2020-10-01T19:10:44.969Z] ---> [2020-10-01T19:10:44.969Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-01T19:10:45.247Z] ---> Using cache [2020-10-01T19:10:45.247Z] ---> 70dce5d2160e [2020-10-01T19:10:45.247Z] Step 12/22 : ENV APP_PORT=48081 [2020-10-01T19:10:45.533Z] ---> Running in 2c5501663036 [2020-10-01T19:10:45.533Z] ---> 2651b4c343de [2020-10-01T19:10:45.533Z] 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-01T19:10:46.134Z] Removing intermediate container 2c5501663036 [2020-10-01T19:10:46.134Z] ---> 103cd301c195 [2020-10-01T19:10:46.134Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-01T19:10:46.134Z] ---> Running in 19ea664020bd [2020-10-01T19:10:46.737Z] ---> 7417f8cdd520 [2020-10-01T19:10:46.737Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-10-01T19:10:46.737Z] Removing intermediate container 19ea664020bd [2020-10-01T19:10:46.737Z] ---> 3861754cfa99 [2020-10-01T19:10:46.737Z] Step 14/22 : WORKDIR / [2020-10-01T19:10:46.737Z] ---> Running in abde65bfab55 [2020-10-01T19:10:47.718Z] Removing intermediate container abde65bfab55 [2020-10-01T19:10:47.718Z] ---> fbd83f5634e8 [2020-10-01T19:10:47.718Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-10-01T19:10:47.718Z] ---> 60e7159cade9 [2020-10-01T19:10:47.718Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-10-01T19:10:48.703Z] ---> 9e26922d6146 [2020-10-01T19:10:48.703Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-10-01T19:10:48.976Z] ---> 80bbee0bf370 [2020-10-01T19:10:48.976Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-10-01T19:10:49.253Z] Removing intermediate container c2f7ceb0d364 [2020-10-01T19:10:49.253Z] ---> c1ada29eab74 [2020-10-01T19:10:49.253Z] [2020-10-01T19:10:49.253Z] Step 9/29 : FROM alpine:latest [2020-10-01T19:10:49.253Z] ---> 62ee0e9f8440 [2020-10-01T19:10:49.253Z] 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-01T19:10:49.527Z] ---> Running in 971bd7587a11 [2020-10-01T19:10:50.128Z] ---> a9763a35bb55 [2020-10-01T19:10:50.128Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-10-01T19:10:50.402Z] ---> 9bc5010c7e03 [2020-10-01T19:10:50.402Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-10-01T19:10:50.402Z] Removing intermediate container 971bd7587a11 [2020-10-01T19:10:50.402Z] ---> a506c3637a02 [2020-10-01T19:10:50.402Z] Step 11/29 : USER root [2020-10-01T19:10:50.681Z] ---> Running in 672a6809addd [2020-10-01T19:10:50.956Z] ---> cadca7241aab [2020-10-01T19:10:50.956Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-10-01T19:10:51.232Z] Removing intermediate container 672a6809addd [2020-10-01T19:10:51.232Z] ---> 28230f90ba35 [2020-10-01T19:10:51.232Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-10-01T19:10:51.232Z] ---> Running in 8eb88ec932bf [2020-10-01T19:10:51.507Z] ---> Running in ea88c470ba65 [2020-10-01T19:10:51.507Z] ---> 5cb44ee49ccd [2020-10-01T19:10:51.507Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-10-01T19:10:51.782Z] Removing intermediate container 8eb88ec932bf [2020-10-01T19:10:51.782Z] ---> c7a2f7df45b9 [2020-10-01T19:10:51.782Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-01T19:10:52.054Z] ---> Running in d46bda02190b [2020-10-01T19:10:52.658Z] Removing intermediate container d46bda02190b [2020-10-01T19:10:52.658Z] ---> 30d35fd43102 [2020-10-01T19:10:52.658Z] Step 20/22 : LABEL arch=arm64 [2020-10-01T19:10:52.658Z] ---> 1ac3d082f796 [2020-10-01T19:10:52.658Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-10-01T19:10:52.932Z] ---> Running in 4728c310c565 [2020-10-01T19:10:53.205Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-01T19:10:53.205Z] Removing intermediate container 4728c310c565 [2020-10-01T19:10:53.205Z] ---> ab2f9a8a4153 [2020-10-01T19:10:53.205Z] Step 21/22 : LABEL git_sha=8d1be4b88019713d4adfd5be0516af0e8b12a917 [2020-10-01T19:10:53.484Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-01T19:10:53.484Z] ---> Running in 4ec7d34b547e [2020-10-01T19:10:53.759Z] ---> 18cc1bde81b5 [2020-10-01T19:10:53.760Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-01T19:10:53.760Z] ---> Running in a6aff4f0324e [2020-10-01T19:10:54.037Z] Removing intermediate container 4ec7d34b547e [2020-10-01T19:10:54.037Z] ---> a9c18cb76485 [2020-10-01T19:10:54.037Z] Step 22/22 : LABEL version=1.2.2-dev.42 [2020-10-01T19:10:54.037Z] v3.12.0-358-g2c6fb656e2 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-01T19:10:54.037Z] v3.12.0-359-gbb2f9c1873 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-01T19:10:54.037Z] OK: 12621 distinct packages available [2020-10-01T19:10:54.313Z] ---> Running in 4b2e7d5273ac [2020-10-01T19:10:54.918Z] Removing intermediate container 4b2e7d5273ac [2020-10-01T19:10:54.918Z] ---> d51c1fddf168 [2020-10-01T19:10:54.918Z] [2020-10-01T19:10:54.918Z] (1/2) Installing ca-certificates (20191127-r4) [2020-10-01T19:10:54.918Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-10-01T19:10:54.918Z] Executing busybox-1.31.1-r16.trigger [2020-10-01T19:10:54.918Z] Executing ca-certificates-20191127-r4.trigger [2020-10-01T19:10:55.195Z] OK: 6 MiB in 16 packages [2020-10-01T19:10:55.195Z] Successfully built d51c1fddf168 [2020-10-01T19:10:55.195Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-10-01T19:10:57.185Z]  Building docker-core-metadata-go ... done Removing intermediate container ea88c470ba65 [2020-10-01T19:10:57.185Z] ---> 554634f17f80 [2020-10-01T19:10:57.185Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-10-01T19:10:57.185Z] ---> Running in 3bb8241c41e6 [2020-10-01T19:10:57.185Z] Removing intermediate container a6aff4f0324e [2020-10-01T19:10:57.185Z] ---> edb86b296846 [2020-10-01T19:10:57.185Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-10-01T19:10:57.185Z] ---> Running in 45740db0a409 [2020-10-01T19:10:57.458Z] Removing intermediate container 3bb8241c41e6 [2020-10-01T19:10:57.458Z] ---> fa3975880457 [2020-10-01T19:10:57.458Z] Step 14/29 : WORKDIR $BASE_DIR [2020-10-01T19:10:57.458Z] ---> Running in 81e2275b283a [2020-10-01T19:10:57.739Z] Removing intermediate container 45740db0a409 [2020-10-01T19:10:57.739Z] ---> d72d76dce7c5 [2020-10-01T19:10:57.739Z] Step 24/26 : LABEL arch=arm64 [2020-10-01T19:10:57.739Z] ---> Running in da86076a92c5 [2020-10-01T19:10:58.020Z] Removing intermediate container 81e2275b283a [2020-10-01T19:10:58.021Z] ---> 8f2af629f2df [2020-10-01T19:10:58.021Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-10-01T19:10:58.292Z] ---> Running in c63dd9a79dde [2020-10-01T19:10:58.292Z] Removing intermediate container da86076a92c5 [2020-10-01T19:10:58.292Z] ---> 72fa887f2f7d [2020-10-01T19:10:58.292Z] Step 25/26 : LABEL git_sha=8d1be4b88019713d4adfd5be0516af0e8b12a917 [2020-10-01T19:10:58.569Z] ---> Running in 7d3b4c1b239f [2020-10-01T19:10:59.165Z] Removing intermediate container 7d3b4c1b239f [2020-10-01T19:10:59.165Z] ---> c95e72dc25b1 [2020-10-01T19:10:59.165Z] Step 26/26 : LABEL version=1.2.2-dev.42 [2020-10-01T19:10:59.165Z] ---> Running in bb0844ccc34b [2020-10-01T19:10:59.764Z] Removing intermediate container bb0844ccc34b [2020-10-01T19:10:59.764Z] ---> daa75ebf6cb2 [2020-10-01T19:10:59.764Z] [2020-10-01T19:11:00.040Z] Successfully built daa75ebf6cb2 [2020-10-01T19:11:00.040Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-10-01T19:11:01.016Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container c63dd9a79dde [2020-10-01T19:11:01.016Z] ---> f0f9dcf2fdc5 [2020-10-01T19:11:01.016Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-10-01T19:11:01.996Z] ---> 8795e9b701df [2020-10-01T19:11:01.996Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-10-01T19:11:02.974Z] ---> 0e2bb61b55f3 [2020-10-01T19:11:02.974Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-10-01T19:11:03.570Z] ---> b8a42acc5df3 [2020-10-01T19:11:03.570Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-10-01T19:11:04.553Z] ---> e59e52faad52 [2020-10-01T19:11:04.553Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-10-01T19:11:05.159Z] ---> 7499ec4644b3 [2020-10-01T19:11:05.159Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-10-01T19:11:05.159Z] ---> Running in c3757c5546f1 [2020-10-01T19:11:07.777Z] Removing intermediate container c3757c5546f1 [2020-10-01T19:11:07.777Z] ---> e0bc02521f78 [2020-10-01T19:11:07.777Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-10-01T19:11:08.371Z] ---> 4c039ebd2711 [2020-10-01T19:11:08.371Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-01T19:11:08.644Z] ---> Running in a415b8c201b3 [2020-10-01T19:11:11.354Z] Removing intermediate container a415b8c201b3 [2020-10-01T19:11:11.354Z] ---> 082356e47359 [2020-10-01T19:11:11.354Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-10-01T19:11:11.354Z] ---> Running in 2ff594489375 [2020-10-01T19:11:14.756Z] Removing intermediate container 2ff594489375 [2020-10-01T19:11:14.756Z] ---> 3b7c0f75d6d0 [2020-10-01T19:11:14.756Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-10-01T19:11:14.756Z] ---> Running in 4d54e2b626d2 [2020-10-01T19:11:14.756Z] Removing intermediate container 4d54e2b626d2 [2020-10-01T19:11:14.756Z] ---> 52c385bac174 [2020-10-01T19:11:14.756Z] Step 26/29 : CMD [ "generate" ] [2020-10-01T19:11:14.756Z] ---> Running in f227cb166444 [2020-10-01T19:11:15.356Z] Removing intermediate container f227cb166444 [2020-10-01T19:11:15.356Z] ---> a3e5520a0820 [2020-10-01T19:11:15.356Z] Step 27/29 : LABEL arch=arm64 [2020-10-01T19:11:15.356Z] ---> Running in 392ca7dd32c2 [2020-10-01T19:11:15.954Z] Removing intermediate container 392ca7dd32c2 [2020-10-01T19:11:15.954Z] ---> fe44b639333e [2020-10-01T19:11:15.954Z] Step 28/29 : LABEL git_sha=8d1be4b88019713d4adfd5be0516af0e8b12a917 [2020-10-01T19:11:15.954Z] ---> Running in fb4dbd10f511 [2020-10-01T19:11:16.553Z] Removing intermediate container fb4dbd10f511 [2020-10-01T19:11:16.553Z] ---> 876eed814857 [2020-10-01T19:11:16.553Z] Step 29/29 : LABEL version=1.2.2-dev.42 [2020-10-01T19:11:16.553Z] ---> Running in d9e73830a1ac [2020-10-01T19:11:17.150Z] Removing intermediate container d9e73830a1ac [2020-10-01T19:11:17.150Z] ---> a249595f7d37 [2020-10-01T19:11:17.150Z] [2020-10-01T19:11:17.424Z] Successfully built a249595f7d37 [2020-10-01T19:11:17.424Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-10-01T19:11:18.041Z]  Building docker-security-secrets-setup-go ... done  [Pipeline] } [2020-10-01T19:11:18.039Z] $ docker stop --time=1 570c4cee63613b98c5fd9c5fe454f7be959f0b1a3e3279da98146114146c139a [2020-10-01T19:11:19.986Z] $ docker rm -f 570c4cee63613b98c5fd9c5fe454f7be959f0b1a3e3279da98146114146c139a [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-01T19:11:20.813Z] + docker images [2020-10-01T19:11:20.814Z] + grep docker [2020-10-01T19:11:21.084Z] docker-security-secrets-setup-go-arm64 latest a249595f7d37 4 seconds ago 22.7MB [2020-10-01T19:11:21.084Z] docker-security-secretstore-setup-go-arm64 latest daa75ebf6cb2 21 seconds ago 30.8MB [2020-10-01T19:11:21.084Z] docker-core-metadata-go-arm64 latest d51c1fddf168 26 seconds ago 13.2MB [2020-10-01T19:11:21.084Z] docker-security-proxy-setup-go-arm64 latest b1486d04e0df 53 seconds ago 15.1MB [2020-10-01T19:11:21.084Z] docker-support-notifications-go-arm64 latest 5a6de7725b70 About a minute ago 12.9MB [2020-10-01T19:11:21.084Z] docker-sys-mgmt-agent-go-arm64 latest 4e15da4a56e9 2 minutes ago 270MB [2020-10-01T19:11:21.085Z] docker-core-data-go-arm64 latest 982380230aac 3 minutes ago 22.2MB [2020-10-01T19:11:21.085Z] docker-core-command-go-arm64 latest c7e383fc5e42 3 minutes ago 11.4MB [2020-10-01T19:11:21.085Z] docker-support-scheduler-go-arm64 latest fbd723e559ac 3 minutes ago 11.5MB [2020-10-01T19:11:21.085Z] docker-support-logging-go-arm64 latest 7a7223414bc2 4 minutes ago 10.6MB [2020-10-01T19:11:21.085Z] docker latest 45884bde0078 13 days ago 198MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-10-01T19:11:21.740Z] provisioning config files... [2020-10-01T19:11:21.801Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/157@tmp/config7130806789042256809tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-10-01T19:11:22.247Z] ---> docker-login.sh [2020-10-01T19:11:22.247Z] nexus3.edgexfoundry.org:10001 [2020-10-01T19:11:22.522Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-01T19:11:22.794Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-01T19:11:22.794Z] Configure a credential helper to remove this warning. See [2020-10-01T19:11:22.794Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-01T19:11:22.794Z] [2020-10-01T19:11:22.794Z] Login Succeeded [2020-10-01T19:11:22.794Z] nexus3.edgexfoundry.org:10002 [2020-10-01T19:11:23.065Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-01T19:11:23.338Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-01T19:11:23.338Z] Configure a credential helper to remove this warning. See [2020-10-01T19:11:23.338Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-01T19:11:23.338Z] [2020-10-01T19:11:23.338Z] Login Succeeded [2020-10-01T19:11:23.338Z] nexus3.edgexfoundry.org:10003 [2020-10-01T19:11:23.933Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-01T19:11:23.933Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-01T19:11:23.933Z] Configure a credential helper to remove this warning. See [2020-10-01T19:11:23.933Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-01T19:11:23.933Z] [2020-10-01T19:11:23.933Z] Login Succeeded [2020-10-01T19:11:23.933Z] nexus3.edgexfoundry.org:10004 [2020-10-01T19:11:24.530Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-01T19:11:24.530Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-01T19:11:24.530Z] Configure a credential helper to remove this warning. See [2020-10-01T19:11:24.530Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-01T19:11:24.530Z] [2020-10-01T19:11:24.530Z] Login Succeeded [2020-10-01T19:11:24.530Z] docker.io [2020-10-01T19:11:25.129Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-01T19:11:25.402Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-01T19:11:25.402Z] Configure a credential helper to remove this warning. See [2020-10-01T19:11:25.402Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-01T19:11:25.402Z] [2020-10-01T19:11:25.402Z] Login Succeeded [2020-10-01T19:11:25.402Z] ---> docker-login.sh ends [Pipeline] } [2020-10-01T19:11:25.421Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-01T19:11:25.717Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2020-10-01T19:11:25.717Z] 8d1be4b88019713d4adfd5be0516af0e8b12a917 [2020-10-01T19:11:25.717Z] 1.2.2-dev.42 [2020-10-01T19:11:25.717Z] 8d1be4b88019713d4adfd5be0516af0e8b12a917-1.2.2-dev.42 [2020-10-01T19:11:25.717Z] master [2020-10-01T19:11:25.717Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:11:26.344Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:8d1be4b88019713d4adfd5be0516af0e8b12a917 [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:11:26.699Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:8d1be4b88019713d4adfd5be0516af0e8b12a917 [2020-10-01T19:11:26.699Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-01T19:11:26.699Z] 107cdd9476ca: Preparing [2020-10-01T19:11:26.699Z] e2bcc4a13242: Preparing [2020-10-01T19:11:26.699Z] 10a1f9315c82: Preparing [2020-10-01T19:11:26.988Z] 10a1f9315c82: Pushed [2020-10-01T19:11:26.988Z] 107cdd9476ca: Pushed [2020-10-01T19:11:29.619Z] e2bcc4a13242: Pushed [2020-10-01T19:11:29.891Z] 8d1be4b88019713d4adfd5be0516af0e8b12a917: digest: sha256:f02e88c706e9f188bf06af11cb5badc63a31e76a0c32268f4abd3181ee87b86a size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:11:30.239Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.42 [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:11:30.589Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.42 [2020-10-01T19:11:30.589Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-01T19:11:30.589Z] 107cdd9476ca: Preparing [2020-10-01T19:11:30.589Z] e2bcc4a13242: Preparing [2020-10-01T19:11:30.589Z] 10a1f9315c82: Preparing [2020-10-01T19:11:30.865Z] e2bcc4a13242: Layer already exists [2020-10-01T19:11:30.865Z] 10a1f9315c82: Layer already exists [2020-10-01T19:11:30.865Z] 107cdd9476ca: Layer already exists [2020-10-01T19:11:30.865Z] 1.2.2-dev.42: digest: sha256:f02e88c706e9f188bf06af11cb5badc63a31e76a0c32268f4abd3181ee87b86a size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:11:31.237Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:8d1be4b88019713d4adfd5be0516af0e8b12a917-1.2.2-dev.42 [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:11:31.577Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:8d1be4b88019713d4adfd5be0516af0e8b12a917-1.2.2-dev.42 [2020-10-01T19:11:31.577Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-01T19:11:31.577Z] 107cdd9476ca: Preparing [2020-10-01T19:11:31.577Z] e2bcc4a13242: Preparing [2020-10-01T19:11:31.577Z] 10a1f9315c82: Preparing [2020-10-01T19:11:31.577Z] 10a1f9315c82: Layer already exists [2020-10-01T19:11:31.577Z] e2bcc4a13242: Layer already exists [2020-10-01T19:11:31.577Z] 107cdd9476ca: Layer already exists [2020-10-01T19:11:31.865Z] 8d1be4b88019713d4adfd5be0516af0e8b12a917-1.2.2-dev.42: digest: sha256:f02e88c706e9f188bf06af11cb5badc63a31e76a0c32268f4abd3181ee87b86a size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:11:32.226Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:11:32.569Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2020-10-01T19:11:32.569Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-01T19:11:32.569Z] 107cdd9476ca: Preparing [2020-10-01T19:11:32.569Z] e2bcc4a13242: Preparing [2020-10-01T19:11:32.569Z] 10a1f9315c82: Preparing [2020-10-01T19:11:32.840Z] 10a1f9315c82: Layer already exists [2020-10-01T19:11:32.840Z] e2bcc4a13242: Layer already exists [2020-10-01T19:11:32.840Z] 107cdd9476ca: Layer already exists [2020-10-01T19:11:32.840Z] master: digest: sha256:f02e88c706e9f188bf06af11cb5badc63a31e76a0c32268f4abd3181ee87b86a size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-01T19:11:33.280Z] ===================================================== [Pipeline] echo [2020-10-01T19:11:33.328Z] taggedImages: [2020-10-01T19:11:33.328Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:8d1be4b88019713d4adfd5be0516af0e8b12a917 [2020-10-01T19:11:33.328Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.42 [2020-10-01T19:11:33.328Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:8d1be4b88019713d4adfd5be0516af0e8b12a917-1.2.2-dev.42 [2020-10-01T19:11:33.328Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2020-10-01T19:11:33.397Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2020-10-01T19:11:33.397Z] 8d1be4b88019713d4adfd5be0516af0e8b12a917 [2020-10-01T19:11:33.397Z] 1.2.2-dev.42 [2020-10-01T19:11:33.397Z] 8d1be4b88019713d4adfd5be0516af0e8b12a917-1.2.2-dev.42 [2020-10-01T19:11:33.397Z] master [2020-10-01T19:11:33.397Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:11:33.938Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:8d1be4b88019713d4adfd5be0516af0e8b12a917 [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:11:34.331Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:8d1be4b88019713d4adfd5be0516af0e8b12a917 [2020-10-01T19:11:34.331Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-01T19:11:34.331Z] b44dd92047e5: Preparing [2020-10-01T19:11:34.331Z] 34e21e7e097f: Preparing [2020-10-01T19:11:34.331Z] a5cbf96973f2: Preparing [2020-10-01T19:11:34.331Z] 20ed02ec0ffe: Preparing [2020-10-01T19:11:34.331Z] efd784cc9514: Preparing [2020-10-01T19:11:34.331Z] e2f13739ad41: Preparing [2020-10-01T19:11:34.331Z] e2f13739ad41: Waiting [2020-10-01T19:11:34.937Z] efd784cc9514: Pushed [2020-10-01T19:11:34.937Z] b44dd92047e5: Pushed [2020-10-01T19:11:34.937Z] a5cbf96973f2: Pushed [2020-10-01T19:11:34.937Z] e2f13739ad41: Layer already exists [2020-10-01T19:11:35.532Z] 20ed02ec0ffe: Pushed [2020-10-01T19:11:38.144Z] 34e21e7e097f: Pushed [2020-10-01T19:11:38.144Z] 8d1be4b88019713d4adfd5be0516af0e8b12a917: digest: sha256:8929c9cb47dc26ea05d31e2b9307899e5e56b7abd1a48694930c3d879dc91844 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:11:38.508Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.42 [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:11:38.855Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.42 [2020-10-01T19:11:38.855Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-01T19:11:38.855Z] b44dd92047e5: Preparing [2020-10-01T19:11:38.855Z] 34e21e7e097f: Preparing [2020-10-01T19:11:38.855Z] a5cbf96973f2: Preparing [2020-10-01T19:11:38.855Z] 20ed02ec0ffe: Preparing [2020-10-01T19:11:38.855Z] efd784cc9514: Preparing [2020-10-01T19:11:38.855Z] e2f13739ad41: Preparing [2020-10-01T19:11:38.855Z] e2f13739ad41: Waiting [2020-10-01T19:11:38.855Z] 20ed02ec0ffe: Layer already exists [2020-10-01T19:11:38.855Z] a5cbf96973f2: Layer already exists [2020-10-01T19:11:38.855Z] b44dd92047e5: Layer already exists [2020-10-01T19:11:38.855Z] 34e21e7e097f: Layer already exists [2020-10-01T19:11:38.855Z] efd784cc9514: Layer already exists [2020-10-01T19:11:39.129Z] e2f13739ad41: Layer already exists [2020-10-01T19:11:39.129Z] 1.2.2-dev.42: digest: sha256:8929c9cb47dc26ea05d31e2b9307899e5e56b7abd1a48694930c3d879dc91844 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:11:39.479Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:8d1be4b88019713d4adfd5be0516af0e8b12a917-1.2.2-dev.42 [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:11:39.816Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:8d1be4b88019713d4adfd5be0516af0e8b12a917-1.2.2-dev.42 [2020-10-01T19:11:39.816Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-01T19:11:39.816Z] b44dd92047e5: Preparing [2020-10-01T19:11:39.816Z] 34e21e7e097f: Preparing [2020-10-01T19:11:39.816Z] a5cbf96973f2: Preparing [2020-10-01T19:11:39.816Z] 20ed02ec0ffe: Preparing [2020-10-01T19:11:39.816Z] efd784cc9514: Preparing [2020-10-01T19:11:39.816Z] e2f13739ad41: Preparing [2020-10-01T19:11:39.816Z] e2f13739ad41: Waiting [2020-10-01T19:11:40.089Z] b44dd92047e5: Layer already exists [2020-10-01T19:11:40.089Z] efd784cc9514: Layer already exists [2020-10-01T19:11:40.089Z] 34e21e7e097f: Layer already exists [2020-10-01T19:11:40.089Z] 20ed02ec0ffe: Layer already exists [2020-10-01T19:11:40.089Z] a5cbf96973f2: Layer already exists [2020-10-01T19:11:40.089Z] e2f13739ad41: Layer already exists [2020-10-01T19:11:40.089Z] 8d1be4b88019713d4adfd5be0516af0e8b12a917-1.2.2-dev.42: digest: sha256:8929c9cb47dc26ea05d31e2b9307899e5e56b7abd1a48694930c3d879dc91844 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:11:40.431Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:11:40.787Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2020-10-01T19:11:40.787Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-01T19:11:40.787Z] b44dd92047e5: Preparing [2020-10-01T19:11:40.787Z] 34e21e7e097f: Preparing [2020-10-01T19:11:40.787Z] a5cbf96973f2: Preparing [2020-10-01T19:11:40.787Z] 20ed02ec0ffe: Preparing [2020-10-01T19:11:40.787Z] efd784cc9514: Preparing [2020-10-01T19:11:40.787Z] e2f13739ad41: Preparing [2020-10-01T19:11:40.787Z] e2f13739ad41: Waiting [2020-10-01T19:11:40.787Z] b44dd92047e5: Layer already exists [2020-10-01T19:11:41.062Z] efd784cc9514: Layer already exists [2020-10-01T19:11:41.062Z] 20ed02ec0ffe: Layer already exists [2020-10-01T19:11:41.062Z] 34e21e7e097f: Layer already exists [2020-10-01T19:11:41.062Z] a5cbf96973f2: Layer already exists [2020-10-01T19:11:41.062Z] e2f13739ad41: Layer already exists [2020-10-01T19:11:41.062Z] master: digest: sha256:8929c9cb47dc26ea05d31e2b9307899e5e56b7abd1a48694930c3d879dc91844 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-01T19:11:41.303Z] ===================================================== [Pipeline] echo [2020-10-01T19:11:41.359Z] taggedImages: [2020-10-01T19:11:41.359Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:8d1be4b88019713d4adfd5be0516af0e8b12a917 [2020-10-01T19:11:41.359Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.42 [2020-10-01T19:11:41.359Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:8d1be4b88019713d4adfd5be0516af0e8b12a917-1.2.2-dev.42 [2020-10-01T19:11:41.359Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2020-10-01T19:11:41.434Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2020-10-01T19:11:41.434Z] 8d1be4b88019713d4adfd5be0516af0e8b12a917 [2020-10-01T19:11:41.434Z] 1.2.2-dev.42 [2020-10-01T19:11:41.434Z] 8d1be4b88019713d4adfd5be0516af0e8b12a917-1.2.2-dev.42 [2020-10-01T19:11:41.434Z] master [2020-10-01T19:11:41.434Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:11:41.996Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:8d1be4b88019713d4adfd5be0516af0e8b12a917 [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:11:42.370Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:8d1be4b88019713d4adfd5be0516af0e8b12a917 [2020-10-01T19:11:42.370Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-01T19:11:42.370Z] 0071359a7599: Preparing [2020-10-01T19:11:42.370Z] f66abdfff206: Preparing [2020-10-01T19:11:42.370Z] a03351e77fcf: Preparing [2020-10-01T19:11:42.644Z] a03351e77fcf: Pushed [2020-10-01T19:11:42.644Z] 0071359a7599: Pushed [2020-10-01T19:11:46.032Z] f66abdfff206: Pushed [2020-10-01T19:11:46.032Z] 8d1be4b88019713d4adfd5be0516af0e8b12a917: digest: sha256:5366f19ca66f9bcb7cc3941b9a0464e02bee91cf8aded4d90a2d10969c6eb846 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:11:46.382Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.42 [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:11:46.729Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.42 [2020-10-01T19:11:46.729Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-01T19:11:46.729Z] 0071359a7599: Preparing [2020-10-01T19:11:46.729Z] f66abdfff206: Preparing [2020-10-01T19:11:46.729Z] a03351e77fcf: Preparing [2020-10-01T19:11:47.001Z] a03351e77fcf: Layer already exists [2020-10-01T19:11:47.001Z] f66abdfff206: Layer already exists [2020-10-01T19:11:47.001Z] 0071359a7599: Layer already exists [2020-10-01T19:11:47.001Z] 1.2.2-dev.42: digest: sha256:5366f19ca66f9bcb7cc3941b9a0464e02bee91cf8aded4d90a2d10969c6eb846 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:11:47.344Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:8d1be4b88019713d4adfd5be0516af0e8b12a917-1.2.2-dev.42 [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:11:47.688Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:8d1be4b88019713d4adfd5be0516af0e8b12a917-1.2.2-dev.42 [2020-10-01T19:11:47.688Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-01T19:11:47.688Z] 0071359a7599: Preparing [2020-10-01T19:11:47.688Z] f66abdfff206: Preparing [2020-10-01T19:11:47.688Z] a03351e77fcf: Preparing [2020-10-01T19:11:47.688Z] f66abdfff206: Layer already exists [2020-10-01T19:11:47.688Z] a03351e77fcf: Layer already exists [2020-10-01T19:11:47.688Z] 0071359a7599: Layer already exists [2020-10-01T19:11:47.958Z] 8d1be4b88019713d4adfd5be0516af0e8b12a917-1.2.2-dev.42: digest: sha256:5366f19ca66f9bcb7cc3941b9a0464e02bee91cf8aded4d90a2d10969c6eb846 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:11:48.302Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:11:48.640Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2020-10-01T19:11:48.640Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-01T19:11:48.640Z] 0071359a7599: Preparing [2020-10-01T19:11:48.640Z] f66abdfff206: Preparing [2020-10-01T19:11:48.640Z] a03351e77fcf: Preparing [2020-10-01T19:11:48.640Z] f66abdfff206: Layer already exists [2020-10-01T19:11:48.640Z] 0071359a7599: Layer already exists [2020-10-01T19:11:48.640Z] a03351e77fcf: Layer already exists [2020-10-01T19:11:48.915Z] master: digest: sha256:5366f19ca66f9bcb7cc3941b9a0464e02bee91cf8aded4d90a2d10969c6eb846 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-01T19:11:49.108Z] ===================================================== [Pipeline] echo [2020-10-01T19:11:49.156Z] taggedImages: [2020-10-01T19:11:49.156Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:8d1be4b88019713d4adfd5be0516af0e8b12a917 [2020-10-01T19:11:49.156Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.42 [2020-10-01T19:11:49.156Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:8d1be4b88019713d4adfd5be0516af0e8b12a917-1.2.2-dev.42 [2020-10-01T19:11:49.156Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2020-10-01T19:11:49.224Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2020-10-01T19:11:49.224Z] 8d1be4b88019713d4adfd5be0516af0e8b12a917 [2020-10-01T19:11:49.224Z] 1.2.2-dev.42 [2020-10-01T19:11:49.224Z] 8d1be4b88019713d4adfd5be0516af0e8b12a917-1.2.2-dev.42 [2020-10-01T19:11:49.224Z] master [2020-10-01T19:11:49.224Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:11:49.763Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:8d1be4b88019713d4adfd5be0516af0e8b12a917 [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:11:50.100Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:8d1be4b88019713d4adfd5be0516af0e8b12a917 [2020-10-01T19:11:50.101Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-01T19:11:50.101Z] 45a2ff28775e: Preparing [2020-10-01T19:11:50.101Z] ff95ff823a73: Preparing [2020-10-01T19:11:50.101Z] 3c304ec1d3af: Preparing [2020-10-01T19:11:50.101Z] 86955485631d: Preparing [2020-10-01T19:11:50.101Z] e2f13739ad41: Preparing [2020-10-01T19:11:50.373Z] e2f13739ad41: Layer already exists [2020-10-01T19:11:50.373Z] ff95ff823a73: Pushed [2020-10-01T19:11:50.373Z] 3c304ec1d3af: Pushed [2020-10-01T19:11:50.966Z] 86955485631d: Pushed [2020-10-01T19:11:52.391Z] 45a2ff28775e: Pushed [2020-10-01T19:11:52.661Z] 8d1be4b88019713d4adfd5be0516af0e8b12a917: digest: sha256:343d6f397a38963fad0c12f2cdace13f44a27c618fe8bc7fdf5046359320e250 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:11:53.020Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.42 [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:11:53.408Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.42 [2020-10-01T19:11:53.408Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-01T19:11:53.408Z] 45a2ff28775e: Preparing [2020-10-01T19:11:53.408Z] ff95ff823a73: Preparing [2020-10-01T19:11:53.408Z] 3c304ec1d3af: Preparing [2020-10-01T19:11:53.408Z] 86955485631d: Preparing [2020-10-01T19:11:53.408Z] e2f13739ad41: Preparing [2020-10-01T19:11:53.685Z] 86955485631d: Layer already exists [2020-10-01T19:11:53.685Z] 3c304ec1d3af: Layer already exists [2020-10-01T19:11:53.685Z] e2f13739ad41: Layer already exists [2020-10-01T19:11:53.685Z] ff95ff823a73: Layer already exists [2020-10-01T19:11:53.685Z] 45a2ff28775e: Layer already exists [2020-10-01T19:11:53.685Z] 1.2.2-dev.42: digest: sha256:343d6f397a38963fad0c12f2cdace13f44a27c618fe8bc7fdf5046359320e250 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:11:54.048Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:8d1be4b88019713d4adfd5be0516af0e8b12a917-1.2.2-dev.42 [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:11:54.382Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:8d1be4b88019713d4adfd5be0516af0e8b12a917-1.2.2-dev.42 [2020-10-01T19:11:54.382Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-01T19:11:54.382Z] 45a2ff28775e: Preparing [2020-10-01T19:11:54.382Z] ff95ff823a73: Preparing [2020-10-01T19:11:54.382Z] 3c304ec1d3af: Preparing [2020-10-01T19:11:54.382Z] 86955485631d: Preparing [2020-10-01T19:11:54.382Z] e2f13739ad41: Preparing [2020-10-01T19:11:54.382Z] 86955485631d: Layer already exists [2020-10-01T19:11:54.382Z] 3c304ec1d3af: Layer already exists [2020-10-01T19:11:54.382Z] 45a2ff28775e: Layer already exists [2020-10-01T19:11:54.382Z] e2f13739ad41: Layer already exists [2020-10-01T19:11:54.382Z] ff95ff823a73: Layer already exists [2020-10-01T19:11:54.651Z] 8d1be4b88019713d4adfd5be0516af0e8b12a917-1.2.2-dev.42: digest: sha256:343d6f397a38963fad0c12f2cdace13f44a27c618fe8bc7fdf5046359320e250 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:11:54.997Z] + 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-01T19:11:55.336Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2020-10-01T19:11:55.336Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-01T19:11:55.336Z] 45a2ff28775e: Preparing [2020-10-01T19:11:55.336Z] ff95ff823a73: Preparing [2020-10-01T19:11:55.336Z] 3c304ec1d3af: Preparing [2020-10-01T19:11:55.336Z] 86955485631d: Preparing [2020-10-01T19:11:55.336Z] e2f13739ad41: Preparing [2020-10-01T19:11:55.336Z] 3c304ec1d3af: Layer already exists [2020-10-01T19:11:55.336Z] ff95ff823a73: Layer already exists [2020-10-01T19:11:55.336Z] 45a2ff28775e: Layer already exists [2020-10-01T19:11:55.336Z] 86955485631d: Layer already exists [2020-10-01T19:11:55.336Z] e2f13739ad41: Layer already exists [2020-10-01T19:11:55.606Z] master: digest: sha256:343d6f397a38963fad0c12f2cdace13f44a27c618fe8bc7fdf5046359320e250 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-01T19:11:55.794Z] ===================================================== [Pipeline] echo [2020-10-01T19:11:55.846Z] taggedImages: [2020-10-01T19:11:55.846Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:8d1be4b88019713d4adfd5be0516af0e8b12a917 [2020-10-01T19:11:55.846Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.42 [2020-10-01T19:11:55.846Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:8d1be4b88019713d4adfd5be0516af0e8b12a917-1.2.2-dev.42 [2020-10-01T19:11:55.846Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2020-10-01T19:11:55.924Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go-arm64 with the following tags: [2020-10-01T19:11:55.924Z] 8d1be4b88019713d4adfd5be0516af0e8b12a917 [2020-10-01T19:11:55.924Z] 1.2.2-dev.42 [2020-10-01T19:11:55.924Z] 8d1be4b88019713d4adfd5be0516af0e8b12a917-1.2.2-dev.42 [2020-10-01T19:11:55.924Z] master [2020-10-01T19:11:55.924Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:11:56.421Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:8d1be4b88019713d4adfd5be0516af0e8b12a917 [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:11:56.767Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:8d1be4b88019713d4adfd5be0516af0e8b12a917 [2020-10-01T19:11:56.767Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-01T19:11:56.767Z] 0bb8b5787865: Preparing [2020-10-01T19:11:56.767Z] 99292eaa3a80: Preparing [2020-10-01T19:11:56.767Z] ceb861e2dd57: Preparing [2020-10-01T19:11:56.767Z] a4b531b00f58: Preparing [2020-10-01T19:11:56.767Z] a4b531b00f58: Preparing [2020-10-01T19:11:56.767Z] f52c3c79cfec: Preparing [2020-10-01T19:11:56.767Z] 8409195cf6df: Preparing [2020-10-01T19:11:56.767Z] 8a5cb4499b3c: Preparing [2020-10-01T19:11:56.767Z] 0bb8b5787865: Preparing [2020-10-01T19:11:56.767Z] 8744e279ee17: Preparing [2020-10-01T19:11:56.767Z] 42b2f954b9a0: Preparing [2020-10-01T19:11:56.767Z] fa30e113909e: Preparing [2020-10-01T19:11:56.767Z] e2f13739ad41: Preparing [2020-10-01T19:11:56.767Z] 8744e279ee17: Waiting [2020-10-01T19:11:56.767Z] 42b2f954b9a0: Waiting [2020-10-01T19:11:56.767Z] 8a5cb4499b3c: Waiting [2020-10-01T19:11:56.767Z] 8409195cf6df: Waiting [2020-10-01T19:11:56.767Z] fa30e113909e: Waiting [2020-10-01T19:11:56.767Z] e2f13739ad41: Waiting [2020-10-01T19:11:57.040Z] ceb861e2dd57: Pushed [2020-10-01T19:11:57.040Z] a4b531b00f58: Pushed [2020-10-01T19:11:57.040Z] f52c3c79cfec: Pushed [2020-10-01T19:11:57.040Z] 99292eaa3a80: Pushed [2020-10-01T19:11:57.312Z] 8409195cf6df: Pushed [2020-10-01T19:11:57.312Z] 8a5cb4499b3c: Pushed [2020-10-01T19:11:57.312Z] e2f13739ad41: Layer already exists [2020-10-01T19:11:57.312Z] 8744e279ee17: Pushed [2020-10-01T19:11:57.312Z] 42b2f954b9a0: Pushed [2020-10-01T19:11:57.583Z] fa30e113909e: Pushed [2020-10-01T19:11:59.004Z] 0bb8b5787865: Pushed [2020-10-01T19:11:59.274Z] 8d1be4b88019713d4adfd5be0516af0e8b12a917: digest: sha256:6c9d63a94c2d4af6103e67254168eb485c890b4999c9f4ead3de69b1703210ea size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:11:59.617Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.42 [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:11:59.953Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.42 [2020-10-01T19:11:59.953Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-01T19:11:59.953Z] 0bb8b5787865: Preparing [2020-10-01T19:11:59.953Z] 99292eaa3a80: Preparing [2020-10-01T19:11:59.953Z] ceb861e2dd57: Preparing [2020-10-01T19:11:59.953Z] a4b531b00f58: Preparing [2020-10-01T19:11:59.953Z] a4b531b00f58: Preparing [2020-10-01T19:11:59.953Z] f52c3c79cfec: Preparing [2020-10-01T19:11:59.953Z] 8409195cf6df: Preparing [2020-10-01T19:11:59.953Z] 8a5cb4499b3c: Preparing [2020-10-01T19:11:59.953Z] 0bb8b5787865: Preparing [2020-10-01T19:11:59.953Z] 8744e279ee17: Preparing [2020-10-01T19:11:59.953Z] 8409195cf6df: Waiting [2020-10-01T19:11:59.953Z] 8a5cb4499b3c: Waiting [2020-10-01T19:11:59.953Z] 42b2f954b9a0: Preparing [2020-10-01T19:11:59.953Z] fa30e113909e: Preparing [2020-10-01T19:11:59.953Z] e2f13739ad41: Preparing [2020-10-01T19:11:59.953Z] 42b2f954b9a0: Waiting [2020-10-01T19:11:59.953Z] fa30e113909e: Waiting [2020-10-01T19:11:59.953Z] 8744e279ee17: Waiting [2020-10-01T19:11:59.953Z] e2f13739ad41: Waiting [2020-10-01T19:12:00.224Z] 99292eaa3a80: Layer already exists [2020-10-01T19:12:00.224Z] a4b531b00f58: Layer already exists [2020-10-01T19:12:00.224Z] ceb861e2dd57: Layer already exists [2020-10-01T19:12:00.224Z] 0bb8b5787865: Layer already exists [2020-10-01T19:12:00.224Z] f52c3c79cfec: Layer already exists [2020-10-01T19:12:00.224Z] 8a5cb4499b3c: Layer already exists [2020-10-01T19:12:00.224Z] 8409195cf6df: Layer already exists [2020-10-01T19:12:00.224Z] 8744e279ee17: Layer already exists [2020-10-01T19:12:00.224Z] fa30e113909e: Layer already exists [2020-10-01T19:12:00.224Z] 42b2f954b9a0: Layer already exists [2020-10-01T19:12:00.224Z] e2f13739ad41: Layer already exists [2020-10-01T19:12:00.224Z] 1.2.2-dev.42: digest: sha256:6c9d63a94c2d4af6103e67254168eb485c890b4999c9f4ead3de69b1703210ea size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:12:00.571Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:8d1be4b88019713d4adfd5be0516af0e8b12a917-1.2.2-dev.42 [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:12:00.916Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:8d1be4b88019713d4adfd5be0516af0e8b12a917-1.2.2-dev.42 [2020-10-01T19:12:00.916Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-01T19:12:00.916Z] 0bb8b5787865: Preparing [2020-10-01T19:12:00.916Z] 99292eaa3a80: Preparing [2020-10-01T19:12:00.916Z] ceb861e2dd57: Preparing [2020-10-01T19:12:00.916Z] a4b531b00f58: Preparing [2020-10-01T19:12:00.916Z] a4b531b00f58: Preparing [2020-10-01T19:12:00.916Z] f52c3c79cfec: Preparing [2020-10-01T19:12:00.916Z] 8409195cf6df: Preparing [2020-10-01T19:12:00.916Z] 8a5cb4499b3c: Preparing [2020-10-01T19:12:00.916Z] 0bb8b5787865: Preparing [2020-10-01T19:12:00.916Z] 8744e279ee17: Preparing [2020-10-01T19:12:00.916Z] 42b2f954b9a0: Preparing [2020-10-01T19:12:00.916Z] fa30e113909e: Preparing [2020-10-01T19:12:00.916Z] e2f13739ad41: Preparing [2020-10-01T19:12:00.916Z] 8409195cf6df: Waiting [2020-10-01T19:12:00.916Z] 8a5cb4499b3c: Waiting [2020-10-01T19:12:00.916Z] 8744e279ee17: Waiting [2020-10-01T19:12:00.916Z] 42b2f954b9a0: Waiting [2020-10-01T19:12:00.916Z] fa30e113909e: Waiting [2020-10-01T19:12:00.916Z] e2f13739ad41: Waiting [2020-10-01T19:12:01.190Z] a4b531b00f58: Layer already exists [2020-10-01T19:12:01.191Z] ceb861e2dd57: Layer already exists [2020-10-01T19:12:01.191Z] f52c3c79cfec: Layer already exists [2020-10-01T19:12:01.191Z] 0bb8b5787865: Layer already exists [2020-10-01T19:12:01.191Z] 99292eaa3a80: Layer already exists [2020-10-01T19:12:01.191Z] 42b2f954b9a0: Layer already exists [2020-10-01T19:12:01.191Z] 8409195cf6df: Layer already exists [2020-10-01T19:12:01.191Z] 8a5cb4499b3c: Layer already exists [2020-10-01T19:12:01.191Z] 8744e279ee17: Layer already exists [2020-10-01T19:12:01.191Z] fa30e113909e: Layer already exists [2020-10-01T19:12:01.191Z] e2f13739ad41: Layer already exists [2020-10-01T19:12:01.191Z] 8d1be4b88019713d4adfd5be0516af0e8b12a917-1.2.2-dev.42: digest: sha256:6c9d63a94c2d4af6103e67254168eb485c890b4999c9f4ead3de69b1703210ea size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:12:01.540Z] + 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-01T19:12:01.885Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [2020-10-01T19:12:01.885Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-01T19:12:01.885Z] 0bb8b5787865: Preparing [2020-10-01T19:12:01.885Z] 99292eaa3a80: Preparing [2020-10-01T19:12:01.885Z] ceb861e2dd57: Preparing [2020-10-01T19:12:01.885Z] a4b531b00f58: Preparing [2020-10-01T19:12:01.885Z] a4b531b00f58: Preparing [2020-10-01T19:12:01.885Z] f52c3c79cfec: Preparing [2020-10-01T19:12:01.885Z] 8409195cf6df: Preparing [2020-10-01T19:12:01.885Z] 8a5cb4499b3c: Preparing [2020-10-01T19:12:01.885Z] 0bb8b5787865: Preparing [2020-10-01T19:12:01.885Z] 8744e279ee17: Preparing [2020-10-01T19:12:01.885Z] 42b2f954b9a0: Preparing [2020-10-01T19:12:01.885Z] fa30e113909e: Preparing [2020-10-01T19:12:01.885Z] e2f13739ad41: Preparing [2020-10-01T19:12:01.885Z] 8409195cf6df: Waiting [2020-10-01T19:12:01.885Z] 8a5cb4499b3c: Waiting [2020-10-01T19:12:01.885Z] 8744e279ee17: Waiting [2020-10-01T19:12:01.885Z] 42b2f954b9a0: Waiting [2020-10-01T19:12:01.885Z] e2f13739ad41: Waiting [2020-10-01T19:12:01.885Z] fa30e113909e: Waiting [2020-10-01T19:12:02.156Z] a4b531b00f58: Layer already exists [2020-10-01T19:12:02.156Z] 0bb8b5787865: Layer already exists [2020-10-01T19:12:02.156Z] 99292eaa3a80: Layer already exists [2020-10-01T19:12:02.156Z] ceb861e2dd57: Layer already exists [2020-10-01T19:12:02.156Z] f52c3c79cfec: Layer already exists [2020-10-01T19:12:02.156Z] 8a5cb4499b3c: Layer already exists [2020-10-01T19:12:02.156Z] 8409195cf6df: Layer already exists [2020-10-01T19:12:02.156Z] 42b2f954b9a0: Layer already exists [2020-10-01T19:12:02.156Z] fa30e113909e: Layer already exists [2020-10-01T19:12:02.156Z] 8744e279ee17: Layer already exists [2020-10-01T19:12:02.156Z] e2f13739ad41: Layer already exists [2020-10-01T19:12:02.156Z] master: digest: sha256:6c9d63a94c2d4af6103e67254168eb485c890b4999c9f4ead3de69b1703210ea size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-01T19:12:02.456Z] ===================================================== [Pipeline] echo [2020-10-01T19:12:02.504Z] taggedImages: [2020-10-01T19:12:02.504Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:8d1be4b88019713d4adfd5be0516af0e8b12a917 [2020-10-01T19:12:02.504Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.42 [2020-10-01T19:12:02.504Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:8d1be4b88019713d4adfd5be0516af0e8b12a917-1.2.2-dev.42 [2020-10-01T19:12:02.504Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [Pipeline] echo [2020-10-01T19:12:02.583Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2020-10-01T19:12:02.583Z] 8d1be4b88019713d4adfd5be0516af0e8b12a917 [2020-10-01T19:12:02.583Z] 1.2.2-dev.42 [2020-10-01T19:12:02.583Z] 8d1be4b88019713d4adfd5be0516af0e8b12a917-1.2.2-dev.42 [2020-10-01T19:12:02.583Z] master [2020-10-01T19:12:02.583Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:12:03.143Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:8d1be4b88019713d4adfd5be0516af0e8b12a917 [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:12:03.476Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:8d1be4b88019713d4adfd5be0516af0e8b12a917 [2020-10-01T19:12:03.476Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-01T19:12:03.476Z] 269dfdc128a5: Preparing [2020-10-01T19:12:03.476Z] ab76b36d5094: Preparing [2020-10-01T19:12:03.476Z] 3d110e4c0f51: Preparing [2020-10-01T19:12:03.476Z] e1ae07e3e603: Preparing [2020-10-01T19:12:03.476Z] b562a709fcd8: Preparing [2020-10-01T19:12:03.476Z] 163f67f8f48b: Preparing [2020-10-01T19:12:03.476Z] c3ccf506667c: Preparing [2020-10-01T19:12:03.476Z] 58c5e61198d5: Preparing [2020-10-01T19:12:03.476Z] 9dfbe1f54999: Preparing [2020-10-01T19:12:03.476Z] b05176de4b2c: Preparing [2020-10-01T19:12:03.476Z] 66b385cf80cf: Preparing [2020-10-01T19:12:03.476Z] 163f67f8f48b: Waiting [2020-10-01T19:12:03.476Z] c3ccf506667c: Waiting [2020-10-01T19:12:03.476Z] 58c5e61198d5: Waiting [2020-10-01T19:12:03.476Z] 9dfbe1f54999: Waiting [2020-10-01T19:12:03.476Z] b05176de4b2c: Waiting [2020-10-01T19:12:03.476Z] 66b385cf80cf: Waiting [2020-10-01T19:12:03.748Z] 269dfdc128a5: Pushed [2020-10-01T19:12:03.748Z] ab76b36d5094: Pushed [2020-10-01T19:12:04.022Z] 163f67f8f48b: Pushed [2020-10-01T19:12:04.022Z] c3ccf506667c: Pushed [2020-10-01T19:12:04.297Z] 58c5e61198d5: Pushed [2020-10-01T19:12:04.297Z] 9dfbe1f54999: Pushed [2020-10-01T19:12:04.572Z] 66b385cf80cf: Layer already exists [2020-10-01T19:12:04.847Z] b05176de4b2c: Pushed [2020-10-01T19:12:05.448Z] 3d110e4c0f51: Pushed [2020-10-01T19:12:06.037Z] e1ae07e3e603: Pushed [2020-10-01T19:12:06.037Z] b562a709fcd8: Pushed [2020-10-01T19:12:06.308Z] 8d1be4b88019713d4adfd5be0516af0e8b12a917: digest: sha256:b6c9396df15f230ab5045d293ee3a8066d7a08e47848360916818e7ca134d1b1 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:12:06.658Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.42 [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:12:06.995Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.42 [2020-10-01T19:12:06.996Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-01T19:12:06.996Z] 269dfdc128a5: Preparing [2020-10-01T19:12:06.996Z] ab76b36d5094: Preparing [2020-10-01T19:12:06.996Z] 3d110e4c0f51: Preparing [2020-10-01T19:12:06.996Z] e1ae07e3e603: Preparing [2020-10-01T19:12:06.996Z] b562a709fcd8: Preparing [2020-10-01T19:12:06.996Z] 163f67f8f48b: Preparing [2020-10-01T19:12:06.996Z] c3ccf506667c: Preparing [2020-10-01T19:12:06.996Z] 58c5e61198d5: Preparing [2020-10-01T19:12:06.996Z] 9dfbe1f54999: Preparing [2020-10-01T19:12:06.996Z] b05176de4b2c: Preparing [2020-10-01T19:12:06.996Z] 66b385cf80cf: Preparing [2020-10-01T19:12:06.996Z] 58c5e61198d5: Waiting [2020-10-01T19:12:06.996Z] b05176de4b2c: Waiting [2020-10-01T19:12:06.996Z] 66b385cf80cf: Waiting [2020-10-01T19:12:06.996Z] 9dfbe1f54999: Waiting [2020-10-01T19:12:06.996Z] 163f67f8f48b: Waiting [2020-10-01T19:12:06.996Z] c3ccf506667c: Waiting [2020-10-01T19:12:06.996Z] b562a709fcd8: Layer already exists [2020-10-01T19:12:06.996Z] e1ae07e3e603: Layer already exists [2020-10-01T19:12:06.996Z] ab76b36d5094: Layer already exists [2020-10-01T19:12:06.996Z] 3d110e4c0f51: Layer already exists [2020-10-01T19:12:06.996Z] 269dfdc128a5: Layer already exists [2020-10-01T19:12:07.265Z] c3ccf506667c: Layer already exists [2020-10-01T19:12:07.265Z] b05176de4b2c: Layer already exists [2020-10-01T19:12:07.265Z] 163f67f8f48b: Layer already exists [2020-10-01T19:12:07.265Z] 58c5e61198d5: Layer already exists [2020-10-01T19:12:07.265Z] 9dfbe1f54999: Layer already exists [2020-10-01T19:12:07.265Z] 66b385cf80cf: Layer already exists [2020-10-01T19:12:07.265Z] 1.2.2-dev.42: digest: sha256:b6c9396df15f230ab5045d293ee3a8066d7a08e47848360916818e7ca134d1b1 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:12:07.612Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:8d1be4b88019713d4adfd5be0516af0e8b12a917-1.2.2-dev.42 [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:12:07.994Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:8d1be4b88019713d4adfd5be0516af0e8b12a917-1.2.2-dev.42 [2020-10-01T19:12:07.994Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-01T19:12:07.994Z] 269dfdc128a5: Preparing [2020-10-01T19:12:07.994Z] ab76b36d5094: Preparing [2020-10-01T19:12:07.994Z] 3d110e4c0f51: Preparing [2020-10-01T19:12:07.994Z] e1ae07e3e603: Preparing [2020-10-01T19:12:07.994Z] b562a709fcd8: Preparing [2020-10-01T19:12:07.994Z] 163f67f8f48b: Preparing [2020-10-01T19:12:07.994Z] c3ccf506667c: Preparing [2020-10-01T19:12:07.994Z] 58c5e61198d5: Preparing [2020-10-01T19:12:07.994Z] 9dfbe1f54999: Preparing [2020-10-01T19:12:07.994Z] b05176de4b2c: Preparing [2020-10-01T19:12:07.994Z] 66b385cf80cf: Preparing [2020-10-01T19:12:07.994Z] c3ccf506667c: Waiting [2020-10-01T19:12:07.994Z] 58c5e61198d5: Waiting [2020-10-01T19:12:07.994Z] 66b385cf80cf: Waiting [2020-10-01T19:12:07.994Z] 9dfbe1f54999: Waiting [2020-10-01T19:12:07.994Z] 163f67f8f48b: Waiting [2020-10-01T19:12:07.994Z] b05176de4b2c: Waiting [2020-10-01T19:12:07.994Z] e1ae07e3e603: Layer already exists [2020-10-01T19:12:07.994Z] 269dfdc128a5: Layer already exists [2020-10-01T19:12:08.271Z] b562a709fcd8: Layer already exists [2020-10-01T19:12:08.271Z] ab76b36d5094: Layer already exists [2020-10-01T19:12:08.271Z] 3d110e4c0f51: Layer already exists [2020-10-01T19:12:08.271Z] 163f67f8f48b: Layer already exists [2020-10-01T19:12:08.271Z] 9dfbe1f54999: Layer already exists [2020-10-01T19:12:08.271Z] c3ccf506667c: Layer already exists [2020-10-01T19:12:08.271Z] 58c5e61198d5: Layer already exists [2020-10-01T19:12:08.271Z] b05176de4b2c: Layer already exists [2020-10-01T19:12:08.271Z] 66b385cf80cf: Layer already exists [2020-10-01T19:12:08.271Z] 8d1be4b88019713d4adfd5be0516af0e8b12a917-1.2.2-dev.42: digest: sha256:b6c9396df15f230ab5045d293ee3a8066d7a08e47848360916818e7ca134d1b1 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:12:08.632Z] + 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-01T19:12:08.980Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2020-10-01T19:12:08.980Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-01T19:12:08.980Z] 269dfdc128a5: Preparing [2020-10-01T19:12:08.980Z] ab76b36d5094: Preparing [2020-10-01T19:12:08.980Z] 3d110e4c0f51: Preparing [2020-10-01T19:12:08.980Z] e1ae07e3e603: Preparing [2020-10-01T19:12:08.980Z] b562a709fcd8: Preparing [2020-10-01T19:12:08.980Z] 163f67f8f48b: Preparing [2020-10-01T19:12:08.980Z] c3ccf506667c: Preparing [2020-10-01T19:12:08.980Z] 58c5e61198d5: Preparing [2020-10-01T19:12:08.980Z] 9dfbe1f54999: Preparing [2020-10-01T19:12:08.980Z] b05176de4b2c: Preparing [2020-10-01T19:12:08.980Z] 66b385cf80cf: Preparing [2020-10-01T19:12:08.980Z] 163f67f8f48b: Waiting [2020-10-01T19:12:08.980Z] c3ccf506667c: Waiting [2020-10-01T19:12:08.980Z] 58c5e61198d5: Waiting [2020-10-01T19:12:08.980Z] b05176de4b2c: Waiting [2020-10-01T19:12:08.980Z] 66b385cf80cf: Waiting [2020-10-01T19:12:08.980Z] 9dfbe1f54999: Waiting [2020-10-01T19:12:09.251Z] 269dfdc128a5: Layer already exists [2020-10-01T19:12:09.251Z] 3d110e4c0f51: Layer already exists [2020-10-01T19:12:09.251Z] ab76b36d5094: Layer already exists [2020-10-01T19:12:09.251Z] e1ae07e3e603: Layer already exists [2020-10-01T19:12:09.251Z] b562a709fcd8: Layer already exists [2020-10-01T19:12:09.251Z] 9dfbe1f54999: Layer already exists [2020-10-01T19:12:09.251Z] 58c5e61198d5: Layer already exists [2020-10-01T19:12:09.251Z] 163f67f8f48b: Layer already exists [2020-10-01T19:12:09.251Z] b05176de4b2c: Layer already exists [2020-10-01T19:12:09.251Z] c3ccf506667c: Layer already exists [2020-10-01T19:12:09.251Z] 66b385cf80cf: Layer already exists [2020-10-01T19:12:09.251Z] master: digest: sha256:b6c9396df15f230ab5045d293ee3a8066d7a08e47848360916818e7ca134d1b1 size: 2616 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-01T19:12:09.443Z] ===================================================== [Pipeline] echo [2020-10-01T19:12:09.488Z] taggedImages: [2020-10-01T19:12:09.488Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:8d1be4b88019713d4adfd5be0516af0e8b12a917 [2020-10-01T19:12:09.488Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.42 [2020-10-01T19:12:09.488Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:8d1be4b88019713d4adfd5be0516af0e8b12a917-1.2.2-dev.42 [2020-10-01T19:12:09.488Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2020-10-01T19:12:09.570Z] [edgeXDocker.push] Tagging docker image docker-support-logging-go-arm64 with the following tags: [2020-10-01T19:12:09.570Z] 8d1be4b88019713d4adfd5be0516af0e8b12a917 [2020-10-01T19:12:09.570Z] 1.2.2-dev.42 [2020-10-01T19:12:09.570Z] 8d1be4b88019713d4adfd5be0516af0e8b12a917-1.2.2-dev.42 [2020-10-01T19:12:09.570Z] master [2020-10-01T19:12:09.570Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:12:10.076Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:8d1be4b88019713d4adfd5be0516af0e8b12a917 [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:12:10.416Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:8d1be4b88019713d4adfd5be0516af0e8b12a917 [2020-10-01T19:12:10.416Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-01T19:12:10.416Z] a0c8e30c2ef4: Preparing [2020-10-01T19:12:10.416Z] f3b603efb71c: Preparing [2020-10-01T19:12:10.416Z] 7d32ce31beb5: Preparing [2020-10-01T19:12:10.416Z] 68b1633724d3: Preparing [2020-10-01T19:12:10.704Z] a0c8e30c2ef4: Pushed [2020-10-01T19:12:10.704Z] 7d32ce31beb5: Pushed [2020-10-01T19:12:10.976Z] 68b1633724d3: Pushed [2020-10-01T19:12:12.942Z] f3b603efb71c: Pushed [2020-10-01T19:12:13.212Z] 8d1be4b88019713d4adfd5be0516af0e8b12a917: digest: sha256:2fce30bf9326286b575013e17d165136f561ed112bc26c4dc8caccf3f4ed1857 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:12:13.553Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.42 [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:12:13.886Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.42 [2020-10-01T19:12:13.886Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-01T19:12:13.886Z] a0c8e30c2ef4: Preparing [2020-10-01T19:12:13.886Z] f3b603efb71c: Preparing [2020-10-01T19:12:13.886Z] 7d32ce31beb5: Preparing [2020-10-01T19:12:13.886Z] 68b1633724d3: Preparing [2020-10-01T19:12:14.160Z] a0c8e30c2ef4: Layer already exists [2020-10-01T19:12:14.160Z] f3b603efb71c: Layer already exists [2020-10-01T19:12:14.160Z] 68b1633724d3: Layer already exists [2020-10-01T19:12:14.160Z] 7d32ce31beb5: Layer already exists [2020-10-01T19:12:14.160Z] 1.2.2-dev.42: digest: sha256:2fce30bf9326286b575013e17d165136f561ed112bc26c4dc8caccf3f4ed1857 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:12:14.504Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:8d1be4b88019713d4adfd5be0516af0e8b12a917-1.2.2-dev.42 [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:12:14.842Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:8d1be4b88019713d4adfd5be0516af0e8b12a917-1.2.2-dev.42 [2020-10-01T19:12:14.842Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-01T19:12:14.842Z] a0c8e30c2ef4: Preparing [2020-10-01T19:12:14.842Z] f3b603efb71c: Preparing [2020-10-01T19:12:14.842Z] 7d32ce31beb5: Preparing [2020-10-01T19:12:14.842Z] 68b1633724d3: Preparing [2020-10-01T19:12:14.842Z] 68b1633724d3: Layer already exists [2020-10-01T19:12:14.842Z] f3b603efb71c: Layer already exists [2020-10-01T19:12:14.842Z] 7d32ce31beb5: Layer already exists [2020-10-01T19:12:15.121Z] a0c8e30c2ef4: Layer already exists [2020-10-01T19:12:15.121Z] 8d1be4b88019713d4adfd5be0516af0e8b12a917-1.2.2-dev.42: digest: sha256:2fce30bf9326286b575013e17d165136f561ed112bc26c4dc8caccf3f4ed1857 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:12:15.463Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:12:15.798Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [2020-10-01T19:12:15.799Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-01T19:12:15.799Z] a0c8e30c2ef4: Preparing [2020-10-01T19:12:15.799Z] f3b603efb71c: Preparing [2020-10-01T19:12:15.799Z] 7d32ce31beb5: Preparing [2020-10-01T19:12:15.799Z] 68b1633724d3: Preparing [2020-10-01T19:12:15.799Z] a0c8e30c2ef4: Layer already exists [2020-10-01T19:12:15.799Z] f3b603efb71c: Layer already exists [2020-10-01T19:12:16.071Z] 7d32ce31beb5: Layer already exists [2020-10-01T19:12:16.071Z] 68b1633724d3: Layer already exists [2020-10-01T19:12:16.071Z] master: digest: sha256:2fce30bf9326286b575013e17d165136f561ed112bc26c4dc8caccf3f4ed1857 size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-01T19:12:16.275Z] ===================================================== [Pipeline] echo [2020-10-01T19:12:16.329Z] taggedImages: [2020-10-01T19:12:16.329Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:8d1be4b88019713d4adfd5be0516af0e8b12a917 [2020-10-01T19:12:16.329Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.42 [2020-10-01T19:12:16.329Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:8d1be4b88019713d4adfd5be0516af0e8b12a917-1.2.2-dev.42 [2020-10-01T19:12:16.329Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] echo [2020-10-01T19:12:16.410Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2020-10-01T19:12:16.410Z] 8d1be4b88019713d4adfd5be0516af0e8b12a917 [2020-10-01T19:12:16.410Z] 1.2.2-dev.42 [2020-10-01T19:12:16.410Z] 8d1be4b88019713d4adfd5be0516af0e8b12a917-1.2.2-dev.42 [2020-10-01T19:12:16.410Z] master [2020-10-01T19:12:16.410Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:12:16.936Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:8d1be4b88019713d4adfd5be0516af0e8b12a917 [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:12:17.267Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:8d1be4b88019713d4adfd5be0516af0e8b12a917 [2020-10-01T19:12:17.267Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-01T19:12:17.267Z] ef98b653c8a3: Preparing [2020-10-01T19:12:17.267Z] a6851b7636ee: Preparing [2020-10-01T19:12:17.267Z] 67873b0ae747: Preparing [2020-10-01T19:12:17.267Z] ac9da9a89af6: Preparing [2020-10-01T19:12:17.267Z] 5d05a24bc38c: Preparing [2020-10-01T19:12:17.267Z] 59617cd5e9c3: Preparing [2020-10-01T19:12:17.267Z] 59617cd5e9c3: Waiting [2020-10-01T19:12:17.539Z] ef98b653c8a3: Pushed [2020-10-01T19:12:17.539Z] 67873b0ae747: Pushed [2020-10-01T19:12:17.809Z] 5d05a24bc38c: Pushed [2020-10-01T19:12:17.809Z] ac9da9a89af6: Pushed [2020-10-01T19:12:18.080Z] 59617cd5e9c3: Pushed [2020-10-01T19:12:20.040Z] a6851b7636ee: Pushed [2020-10-01T19:12:20.310Z] 8d1be4b88019713d4adfd5be0516af0e8b12a917: digest: sha256:2c90c9af5bcd46636ff0e849da594545f1150902eadf2ea215325f525ea18c36 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:12:20.719Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.42 [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:12:21.057Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.42 [2020-10-01T19:12:21.057Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-01T19:12:21.057Z] ef98b653c8a3: Preparing [2020-10-01T19:12:21.057Z] a6851b7636ee: Preparing [2020-10-01T19:12:21.057Z] 67873b0ae747: Preparing [2020-10-01T19:12:21.057Z] ac9da9a89af6: Preparing [2020-10-01T19:12:21.057Z] 5d05a24bc38c: Preparing [2020-10-01T19:12:21.057Z] 59617cd5e9c3: Preparing [2020-10-01T19:12:21.057Z] 59617cd5e9c3: Waiting [2020-10-01T19:12:21.328Z] a6851b7636ee: Layer already exists [2020-10-01T19:12:21.328Z] ac9da9a89af6: Layer already exists [2020-10-01T19:12:21.328Z] 67873b0ae747: Layer already exists [2020-10-01T19:12:21.328Z] ef98b653c8a3: Layer already exists [2020-10-01T19:12:21.328Z] 5d05a24bc38c: Layer already exists [2020-10-01T19:12:21.328Z] 59617cd5e9c3: Layer already exists [2020-10-01T19:12:21.328Z] 1.2.2-dev.42: digest: sha256:2c90c9af5bcd46636ff0e849da594545f1150902eadf2ea215325f525ea18c36 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:12:21.670Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:8d1be4b88019713d4adfd5be0516af0e8b12a917-1.2.2-dev.42 [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:12:22.050Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:8d1be4b88019713d4adfd5be0516af0e8b12a917-1.2.2-dev.42 [2020-10-01T19:12:22.050Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-01T19:12:22.050Z] ef98b653c8a3: Preparing [2020-10-01T19:12:22.050Z] a6851b7636ee: Preparing [2020-10-01T19:12:22.050Z] 67873b0ae747: Preparing [2020-10-01T19:12:22.050Z] ac9da9a89af6: Preparing [2020-10-01T19:12:22.050Z] 5d05a24bc38c: Preparing [2020-10-01T19:12:22.050Z] 59617cd5e9c3: Preparing [2020-10-01T19:12:22.050Z] 59617cd5e9c3: Waiting [2020-10-01T19:12:22.324Z] ac9da9a89af6: Layer already exists [2020-10-01T19:12:22.324Z] 67873b0ae747: Layer already exists [2020-10-01T19:12:22.324Z] a6851b7636ee: Layer already exists [2020-10-01T19:12:22.324Z] ef98b653c8a3: Layer already exists [2020-10-01T19:12:22.324Z] 5d05a24bc38c: Layer already exists [2020-10-01T19:12:22.324Z] 59617cd5e9c3: Layer already exists [2020-10-01T19:12:22.324Z] 8d1be4b88019713d4adfd5be0516af0e8b12a917-1.2.2-dev.42: digest: sha256:2c90c9af5bcd46636ff0e849da594545f1150902eadf2ea215325f525ea18c36 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:12:22.665Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:12:23.002Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2020-10-01T19:12:23.002Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-01T19:12:23.002Z] ef98b653c8a3: Preparing [2020-10-01T19:12:23.002Z] a6851b7636ee: Preparing [2020-10-01T19:12:23.002Z] 67873b0ae747: Preparing [2020-10-01T19:12:23.002Z] ac9da9a89af6: Preparing [2020-10-01T19:12:23.002Z] 5d05a24bc38c: Preparing [2020-10-01T19:12:23.002Z] 59617cd5e9c3: Preparing [2020-10-01T19:12:23.002Z] 59617cd5e9c3: Waiting [2020-10-01T19:12:23.002Z] 5d05a24bc38c: Layer already exists [2020-10-01T19:12:23.002Z] ef98b653c8a3: Layer already exists [2020-10-01T19:12:23.002Z] ac9da9a89af6: Layer already exists [2020-10-01T19:12:23.002Z] 67873b0ae747: Layer already exists [2020-10-01T19:12:23.002Z] a6851b7636ee: Layer already exists [2020-10-01T19:12:23.275Z] 59617cd5e9c3: Layer already exists [2020-10-01T19:12:23.275Z] master: digest: sha256:2c90c9af5bcd46636ff0e849da594545f1150902eadf2ea215325f525ea18c36 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-01T19:12:23.466Z] ===================================================== [Pipeline] echo [2020-10-01T19:12:23.511Z] taggedImages: [2020-10-01T19:12:23.511Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:8d1be4b88019713d4adfd5be0516af0e8b12a917 [2020-10-01T19:12:23.511Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.42 [2020-10-01T19:12:23.511Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:8d1be4b88019713d4adfd5be0516af0e8b12a917-1.2.2-dev.42 [2020-10-01T19:12:23.511Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2020-10-01T19:12:23.595Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2020-10-01T19:12:23.595Z] 8d1be4b88019713d4adfd5be0516af0e8b12a917 [2020-10-01T19:12:23.595Z] 1.2.2-dev.42 [2020-10-01T19:12:23.595Z] 8d1be4b88019713d4adfd5be0516af0e8b12a917-1.2.2-dev.42 [2020-10-01T19:12:23.595Z] master [2020-10-01T19:12:23.595Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:12:24.125Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:8d1be4b88019713d4adfd5be0516af0e8b12a917 [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:12:24.460Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:8d1be4b88019713d4adfd5be0516af0e8b12a917 [2020-10-01T19:12:24.461Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-01T19:12:24.461Z] 37dd851c7f12: Preparing [2020-10-01T19:12:24.461Z] 60aca8ec71fb: Preparing [2020-10-01T19:12:24.461Z] fafb6a17b7dc: Preparing [2020-10-01T19:12:24.738Z] fafb6a17b7dc: Pushed [2020-10-01T19:12:24.739Z] 37dd851c7f12: Pushed [2020-10-01T19:12:28.113Z] 60aca8ec71fb: Pushed [2020-10-01T19:12:28.113Z] 8d1be4b88019713d4adfd5be0516af0e8b12a917: digest: sha256:2e5c6958458570df34bffe16d1d75d68ceb232701d4fd7752c275f4a3840a843 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:12:28.453Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.42 [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:12:28.794Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.42 [2020-10-01T19:12:28.794Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-01T19:12:28.794Z] 37dd851c7f12: Preparing [2020-10-01T19:12:28.794Z] 60aca8ec71fb: Preparing [2020-10-01T19:12:28.794Z] fafb6a17b7dc: Preparing [2020-10-01T19:12:29.064Z] fafb6a17b7dc: Layer already exists [2020-10-01T19:12:29.064Z] 60aca8ec71fb: Layer already exists [2020-10-01T19:12:29.064Z] 37dd851c7f12: Layer already exists [2020-10-01T19:12:29.064Z] 1.2.2-dev.42: digest: sha256:2e5c6958458570df34bffe16d1d75d68ceb232701d4fd7752c275f4a3840a843 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:12:29.404Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:8d1be4b88019713d4adfd5be0516af0e8b12a917-1.2.2-dev.42 [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:12:29.734Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:8d1be4b88019713d4adfd5be0516af0e8b12a917-1.2.2-dev.42 [2020-10-01T19:12:29.734Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-01T19:12:29.734Z] 37dd851c7f12: Preparing [2020-10-01T19:12:29.734Z] 60aca8ec71fb: Preparing [2020-10-01T19:12:29.734Z] fafb6a17b7dc: Preparing [2020-10-01T19:12:30.006Z] 60aca8ec71fb: Layer already exists [2020-10-01T19:12:30.006Z] fafb6a17b7dc: Layer already exists [2020-10-01T19:12:30.006Z] 37dd851c7f12: Layer already exists [2020-10-01T19:12:30.006Z] 8d1be4b88019713d4adfd5be0516af0e8b12a917-1.2.2-dev.42: digest: sha256:2e5c6958458570df34bffe16d1d75d68ceb232701d4fd7752c275f4a3840a843 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:12:30.348Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:12:30.684Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2020-10-01T19:12:30.685Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-01T19:12:30.685Z] 37dd851c7f12: Preparing [2020-10-01T19:12:30.685Z] 60aca8ec71fb: Preparing [2020-10-01T19:12:30.685Z] fafb6a17b7dc: Preparing [2020-10-01T19:12:30.955Z] fafb6a17b7dc: Layer already exists [2020-10-01T19:12:30.955Z] 60aca8ec71fb: Layer already exists [2020-10-01T19:12:30.955Z] 37dd851c7f12: Layer already exists [2020-10-01T19:12:30.955Z] master: digest: sha256:2e5c6958458570df34bffe16d1d75d68ceb232701d4fd7752c275f4a3840a843 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-01T19:12:31.158Z] ===================================================== [Pipeline] echo [2020-10-01T19:12:31.209Z] taggedImages: [2020-10-01T19:12:31.209Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:8d1be4b88019713d4adfd5be0516af0e8b12a917 [2020-10-01T19:12:31.209Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.42 [2020-10-01T19:12:31.209Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:8d1be4b88019713d4adfd5be0516af0e8b12a917-1.2.2-dev.42 [2020-10-01T19:12:31.209Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2020-10-01T19:12:31.283Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2020-10-01T19:12:31.283Z] 8d1be4b88019713d4adfd5be0516af0e8b12a917 [2020-10-01T19:12:31.283Z] 1.2.2-dev.42 [2020-10-01T19:12:31.283Z] 8d1be4b88019713d4adfd5be0516af0e8b12a917-1.2.2-dev.42 [2020-10-01T19:12:31.283Z] master [2020-10-01T19:12:31.283Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:12:31.799Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:8d1be4b88019713d4adfd5be0516af0e8b12a917 [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:12:32.140Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:8d1be4b88019713d4adfd5be0516af0e8b12a917 [2020-10-01T19:12:32.140Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-01T19:12:32.140Z] a21e24aa7155: Preparing [2020-10-01T19:12:32.140Z] dc65f575d263: Preparing [2020-10-01T19:12:32.140Z] 950217c58294: Preparing [2020-10-01T19:12:32.140Z] 62e72087b98a: Preparing [2020-10-01T19:12:32.140Z] b6b42bf3a0d8: Preparing [2020-10-01T19:12:32.140Z] d586b0421eb9: Preparing [2020-10-01T19:12:32.140Z] 79e407bea9dd: Preparing [2020-10-01T19:12:32.140Z] f875f9e206db: Preparing [2020-10-01T19:12:32.140Z] 3994ac1dcb8b: Preparing [2020-10-01T19:12:32.140Z] 5f2247eaf593: Preparing [2020-10-01T19:12:32.140Z] 62d13be1b083: Preparing [2020-10-01T19:12:32.140Z] 94fdc660876c: Preparing [2020-10-01T19:12:32.140Z] 4e7279dfc0c0: Preparing [2020-10-01T19:12:32.140Z] e2f13739ad41: Preparing [2020-10-01T19:12:32.140Z] d586b0421eb9: Waiting [2020-10-01T19:12:32.140Z] 79e407bea9dd: Waiting [2020-10-01T19:12:32.140Z] f875f9e206db: Waiting [2020-10-01T19:12:32.140Z] 3994ac1dcb8b: Waiting [2020-10-01T19:12:32.140Z] 5f2247eaf593: Waiting [2020-10-01T19:12:32.140Z] 94fdc660876c: Waiting [2020-10-01T19:12:32.140Z] 62d13be1b083: Waiting [2020-10-01T19:12:32.140Z] e2f13739ad41: Waiting [2020-10-01T19:12:32.140Z] 4e7279dfc0c0: Waiting [2020-10-01T19:12:32.778Z] b6b42bf3a0d8: Pushed [2020-10-01T19:12:33.065Z] a21e24aa7155: Pushed [2020-10-01T19:12:33.664Z] 62e72087b98a: Pushed [2020-10-01T19:12:33.664Z] f875f9e206db: Layer already exists [2020-10-01T19:12:33.664Z] 3994ac1dcb8b: Layer already exists [2020-10-01T19:12:33.664Z] 5f2247eaf593: Layer already exists [2020-10-01T19:12:33.664Z] 79e407bea9dd: Pushed [2020-10-01T19:12:33.664Z] 94fdc660876c: Layer already exists [2020-10-01T19:12:33.664Z] 62d13be1b083: Layer already exists [2020-10-01T19:12:33.664Z] 4e7279dfc0c0: Layer already exists [2020-10-01T19:12:33.664Z] e2f13739ad41: Layer already exists [2020-10-01T19:12:34.261Z] dc65f575d263: Pushed [2020-10-01T19:12:35.238Z] d586b0421eb9: Pushed [2020-10-01T19:12:47.604Z] 950217c58294: Pushed [2020-10-01T19:12:47.604Z] 8d1be4b88019713d4adfd5be0516af0e8b12a917: digest: sha256:686846dfac010407baf999d0703c9c01382826b842ebcce570d9d34e7e404e1d size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:12:47.944Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.42 [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:12:48.276Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.42 [2020-10-01T19:12:48.276Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-01T19:12:48.276Z] a21e24aa7155: Preparing [2020-10-01T19:12:48.276Z] dc65f575d263: Preparing [2020-10-01T19:12:48.276Z] 950217c58294: Preparing [2020-10-01T19:12:48.276Z] 62e72087b98a: Preparing [2020-10-01T19:12:48.276Z] b6b42bf3a0d8: Preparing [2020-10-01T19:12:48.276Z] d586b0421eb9: Preparing [2020-10-01T19:12:48.276Z] 79e407bea9dd: Preparing [2020-10-01T19:12:48.276Z] f875f9e206db: Preparing [2020-10-01T19:12:48.276Z] 3994ac1dcb8b: Preparing [2020-10-01T19:12:48.276Z] 5f2247eaf593: Preparing [2020-10-01T19:12:48.276Z] 62d13be1b083: Preparing [2020-10-01T19:12:48.276Z] 94fdc660876c: Preparing [2020-10-01T19:12:48.276Z] 4e7279dfc0c0: Preparing [2020-10-01T19:12:48.277Z] e2f13739ad41: Preparing [2020-10-01T19:12:48.277Z] 3994ac1dcb8b: Waiting [2020-10-01T19:12:48.277Z] 79e407bea9dd: Waiting [2020-10-01T19:12:48.277Z] f875f9e206db: Waiting [2020-10-01T19:12:48.277Z] d586b0421eb9: Waiting [2020-10-01T19:12:48.277Z] 62d13be1b083: Waiting [2020-10-01T19:12:48.277Z] 4e7279dfc0c0: Waiting [2020-10-01T19:12:48.277Z] 94fdc660876c: Waiting [2020-10-01T19:12:48.277Z] e2f13739ad41: Waiting [2020-10-01T19:12:48.277Z] 5f2247eaf593: Waiting [2020-10-01T19:12:48.549Z] 62e72087b98a: Layer already exists [2020-10-01T19:12:48.549Z] a21e24aa7155: Layer already exists [2020-10-01T19:12:48.549Z] dc65f575d263: Layer already exists [2020-10-01T19:12:48.549Z] b6b42bf3a0d8: Layer already exists [2020-10-01T19:12:48.549Z] 950217c58294: Layer already exists [2020-10-01T19:12:48.549Z] f875f9e206db: Layer already exists [2020-10-01T19:12:48.549Z] 79e407bea9dd: Layer already exists [2020-10-01T19:12:48.549Z] d586b0421eb9: Layer already exists [2020-10-01T19:12:48.549Z] 3994ac1dcb8b: Layer already exists [2020-10-01T19:12:48.549Z] 5f2247eaf593: Layer already exists [2020-10-01T19:12:48.549Z] 62d13be1b083: Layer already exists [2020-10-01T19:12:48.549Z] 94fdc660876c: Layer already exists [2020-10-01T19:12:48.549Z] e2f13739ad41: Layer already exists [2020-10-01T19:12:48.549Z] 4e7279dfc0c0: Layer already exists [2020-10-01T19:12:48.549Z] 1.2.2-dev.42: digest: sha256:686846dfac010407baf999d0703c9c01382826b842ebcce570d9d34e7e404e1d size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:12:48.889Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:8d1be4b88019713d4adfd5be0516af0e8b12a917-1.2.2-dev.42 [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:12:49.285Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:8d1be4b88019713d4adfd5be0516af0e8b12a917-1.2.2-dev.42 [2020-10-01T19:12:49.285Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-01T19:12:49.285Z] a21e24aa7155: Preparing [2020-10-01T19:12:49.285Z] dc65f575d263: Preparing [2020-10-01T19:12:49.285Z] 950217c58294: Preparing [2020-10-01T19:12:49.285Z] 62e72087b98a: Preparing [2020-10-01T19:12:49.285Z] b6b42bf3a0d8: Preparing [2020-10-01T19:12:49.285Z] d586b0421eb9: Preparing [2020-10-01T19:12:49.285Z] 79e407bea9dd: Preparing [2020-10-01T19:12:49.285Z] f875f9e206db: Preparing [2020-10-01T19:12:49.285Z] 3994ac1dcb8b: Preparing [2020-10-01T19:12:49.285Z] 79e407bea9dd: Waiting [2020-10-01T19:12:49.285Z] f875f9e206db: Waiting [2020-10-01T19:12:49.285Z] d586b0421eb9: Waiting [2020-10-01T19:12:49.285Z] 5f2247eaf593: Preparing [2020-10-01T19:12:49.285Z] 3994ac1dcb8b: Waiting [2020-10-01T19:12:49.285Z] 62d13be1b083: Preparing [2020-10-01T19:12:49.285Z] 94fdc660876c: Preparing [2020-10-01T19:12:49.285Z] 4e7279dfc0c0: Preparing [2020-10-01T19:12:49.285Z] e2f13739ad41: Preparing [2020-10-01T19:12:49.285Z] 5f2247eaf593: Waiting [2020-10-01T19:12:49.285Z] 62d13be1b083: Waiting [2020-10-01T19:12:49.285Z] 94fdc660876c: Waiting [2020-10-01T19:12:49.285Z] 4e7279dfc0c0: Waiting [2020-10-01T19:12:49.285Z] e2f13739ad41: Waiting [2020-10-01T19:12:49.285Z] 62e72087b98a: Layer already exists [2020-10-01T19:12:49.285Z] 950217c58294: Layer already exists [2020-10-01T19:12:49.285Z] dc65f575d263: Layer already exists [2020-10-01T19:12:49.285Z] b6b42bf3a0d8: Layer already exists [2020-10-01T19:12:49.285Z] a21e24aa7155: Layer already exists [2020-10-01T19:12:49.559Z] f875f9e206db: Layer already exists [2020-10-01T19:12:49.559Z] d586b0421eb9: Layer already exists [2020-10-01T19:12:49.559Z] 3994ac1dcb8b: Layer already exists [2020-10-01T19:12:49.559Z] 5f2247eaf593: Layer already exists [2020-10-01T19:12:49.559Z] 79e407bea9dd: Layer already exists [2020-10-01T19:12:49.559Z] 94fdc660876c: Layer already exists [2020-10-01T19:12:49.559Z] 62d13be1b083: Layer already exists [2020-10-01T19:12:49.559Z] 4e7279dfc0c0: Layer already exists [2020-10-01T19:12:49.559Z] e2f13739ad41: Layer already exists [2020-10-01T19:12:49.559Z] 8d1be4b88019713d4adfd5be0516af0e8b12a917-1.2.2-dev.42: digest: sha256:686846dfac010407baf999d0703c9c01382826b842ebcce570d9d34e7e404e1d size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:12:49.911Z] + 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-01T19:12:50.245Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2020-10-01T19:12:50.245Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-01T19:12:50.245Z] a21e24aa7155: Preparing [2020-10-01T19:12:50.245Z] dc65f575d263: Preparing [2020-10-01T19:12:50.245Z] 950217c58294: Preparing [2020-10-01T19:12:50.245Z] 62e72087b98a: Preparing [2020-10-01T19:12:50.245Z] b6b42bf3a0d8: Preparing [2020-10-01T19:12:50.245Z] d586b0421eb9: Preparing [2020-10-01T19:12:50.245Z] 79e407bea9dd: Preparing [2020-10-01T19:12:50.245Z] f875f9e206db: Preparing [2020-10-01T19:12:50.245Z] 3994ac1dcb8b: Preparing [2020-10-01T19:12:50.245Z] d586b0421eb9: Waiting [2020-10-01T19:12:50.245Z] 5f2247eaf593: Preparing [2020-10-01T19:12:50.245Z] 79e407bea9dd: Waiting [2020-10-01T19:12:50.245Z] f875f9e206db: Waiting [2020-10-01T19:12:50.245Z] 3994ac1dcb8b: Waiting [2020-10-01T19:12:50.245Z] 62d13be1b083: Preparing [2020-10-01T19:12:50.245Z] 94fdc660876c: Preparing [2020-10-01T19:12:50.245Z] 5f2247eaf593: Waiting [2020-10-01T19:12:50.245Z] 4e7279dfc0c0: Preparing [2020-10-01T19:12:50.245Z] e2f13739ad41: Preparing [2020-10-01T19:12:50.245Z] 62d13be1b083: Waiting [2020-10-01T19:12:50.245Z] 94fdc660876c: Waiting [2020-10-01T19:12:50.245Z] e2f13739ad41: Waiting [2020-10-01T19:12:50.245Z] 4e7279dfc0c0: Waiting [2020-10-01T19:12:50.515Z] 62e72087b98a: Layer already exists [2020-10-01T19:12:50.515Z] 950217c58294: Layer already exists [2020-10-01T19:12:50.515Z] a21e24aa7155: Layer already exists [2020-10-01T19:12:50.515Z] b6b42bf3a0d8: Layer already exists [2020-10-01T19:12:50.515Z] dc65f575d263: Layer already exists [2020-10-01T19:12:50.515Z] 79e407bea9dd: Layer already exists [2020-10-01T19:12:50.515Z] 3994ac1dcb8b: Layer already exists [2020-10-01T19:12:50.515Z] f875f9e206db: Layer already exists [2020-10-01T19:12:50.515Z] d586b0421eb9: Layer already exists [2020-10-01T19:12:50.515Z] 5f2247eaf593: Layer already exists [2020-10-01T19:12:50.515Z] 4e7279dfc0c0: Layer already exists [2020-10-01T19:12:50.515Z] 62d13be1b083: Layer already exists [2020-10-01T19:12:50.515Z] 94fdc660876c: Layer already exists [2020-10-01T19:12:50.515Z] e2f13739ad41: Layer already exists [2020-10-01T19:12:50.515Z] master: digest: sha256:686846dfac010407baf999d0703c9c01382826b842ebcce570d9d34e7e404e1d size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-01T19:12:50.774Z] ===================================================== [Pipeline] echo [2020-10-01T19:12:50.839Z] taggedImages: [2020-10-01T19:12:50.839Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:8d1be4b88019713d4adfd5be0516af0e8b12a917 [2020-10-01T19:12:50.839Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.42 [2020-10-01T19:12:50.839Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:8d1be4b88019713d4adfd5be0516af0e8b12a917-1.2.2-dev.42 [2020-10-01T19:12:50.839Z] - 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-01T19:12:52.598Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-10-01T19:12:52.600Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-10-01T19:12:52.659Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:12:53.053Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-01T19:12:53.053Z] [2020-10-01T19:12:53.053Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:12:53.404Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-01T19:12:53.404Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-10-01T19:12:53.404Z] cbdbe7a5bc2a: Already exists [2020-10-01T19:12:53.404Z] 408f87550127: Pulling fs layer [2020-10-01T19:12:53.404Z] fe522b08c979: Pulling fs layer [2020-10-01T19:12:53.404Z] 221eaa008020: Pulling fs layer [2020-10-01T19:12:53.404Z] 2a4607e5d6b9: Pulling fs layer [2020-10-01T19:12:53.404Z] 8f79b27c4fd2: Pulling fs layer [2020-10-01T19:12:53.404Z] e5c8dbe1645b: Pulling fs layer [2020-10-01T19:12:53.404Z] 23e8b3b47431: Pulling fs layer [2020-10-01T19:12:53.404Z] 5c568d65a230: Pulling fs layer [2020-10-01T19:12:53.404Z] e5c8dbe1645b: Waiting [2020-10-01T19:12:53.404Z] 2a4607e5d6b9: Waiting [2020-10-01T19:12:53.404Z] 8f79b27c4fd2: Waiting [2020-10-01T19:12:53.404Z] 23e8b3b47431: Waiting [2020-10-01T19:12:53.404Z] 5c568d65a230: Waiting [2020-10-01T19:12:53.404Z] fe522b08c979: Verifying Checksum [2020-10-01T19:12:53.404Z] fe522b08c979: Download complete [2020-10-01T19:12:53.404Z] 408f87550127: Download complete [2020-10-01T19:12:53.404Z] 2a4607e5d6b9: Verifying Checksum [2020-10-01T19:12:53.404Z] 2a4607e5d6b9: Download complete [2020-10-01T19:12:53.404Z] 8f79b27c4fd2: Verifying Checksum [2020-10-01T19:12:53.404Z] 8f79b27c4fd2: Download complete [2020-10-01T19:12:53.663Z] 408f87550127: Pull complete [2020-10-01T19:12:53.663Z] fe522b08c979: Pull complete [2020-10-01T19:12:55.583Z] e5c8dbe1645b: Verifying Checksum [2020-10-01T19:12:55.583Z] e5c8dbe1645b: Download complete [2020-10-01T19:12:56.159Z] 5c568d65a230: Verifying Checksum [2020-10-01T19:12:56.159Z] 5c568d65a230: Download complete [2020-10-01T19:12:56.421Z] 23e8b3b47431: Verifying Checksum [2020-10-01T19:12:56.421Z] 23e8b3b47431: Download complete [2020-10-01T19:12:57.366Z] 221eaa008020: Verifying Checksum [2020-10-01T19:12:57.366Z] 221eaa008020: Download complete [2020-10-01T19:13:03.970Z] 221eaa008020: Pull complete [2020-10-01T19:13:03.970Z] 2a4607e5d6b9: Pull complete [2020-10-01T19:13:03.970Z] 8f79b27c4fd2: Pull complete [2020-10-01T19:13:05.882Z] e5c8dbe1645b: Pull complete [2020-10-01T19:13:11.183Z] 23e8b3b47431: Pull complete [2020-10-01T19:13:11.756Z] 5c568d65a230: Pull complete [2020-10-01T19:13:11.756Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-10-01T19:13:11.756Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-01T19:13:11.756Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-10-01T19:13:11.893Z] prd-centos7-docker-4c-2g-2853 does not seem to be running inside a container [2020-10-01T19:13:11.943Z] $ 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/157:/ws -w /ws --entrypoint= -w /w/workspace/edgex-go/157 -v /w/workspace/edgex-go/157:/w/workspace/edgex-go/157:rw,z -v /w/workspace/edgex-go/157@tmp:/w/workspace/edgex-go/157@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-01T19:13:12.814Z] $ docker top ed5655165d1ffffbe7b706425467cfbc4d62acb2d9441e18ff7c818c2e8f85ee -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-01T19:13:13.395Z] + snyk monitor '--org=edgex-jenkins' [2020-10-01T19:13:21.540Z] [2020-10-01T19:13:21.540Z] Monitoring /w/workspace/edgex-go/157 (github.com/edgexfoundry/edgex-go)... [2020-10-01T19:13:21.540Z] [2020-10-01T19:13:21.541Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/378fe599-f062-43e5-afe5-9c4deef61569 [2020-10-01T19:13:21.541Z] [2020-10-01T19:13:21.541Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-10-01T19:13:21.541Z] [2020-10-01T19:13:21.541Z] [2020-10-01T19:13:21.541Z] Snyk CLI supports Node.js 8 and higher. [2020-10-01T19:13:21.541Z] 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-01T19:13:21.541Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-10-01T19:13:21.541Z] [2020-10-01T19:13:21.541Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-10-01T19:13:21.541Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } [2020-10-01T19:13:21.554Z] $ docker stop --time=1 ed5655165d1ffffbe7b706425467cfbc4d62acb2d9441e18ff7c818c2e8f85ee [2020-10-01T19:13:26.053Z] $ docker rm -f ed5655165d1ffffbe7b706425467cfbc4d62acb2d9441e18ff7c818c2e8f85ee [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:13:27.531Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-01T19:13:27.531Z] [2020-10-01T19:13:27.531Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:13:27.872Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-01T19:13:27.872Z] latest: Pulling from edgex-devops/edgex-klar [2020-10-01T19:13:27.872Z] e7c96db7181b: Pulling fs layer [2020-10-01T19:13:27.872Z] 1868ca2cb446: Pulling fs layer [2020-10-01T19:13:27.872Z] 136be5d0fe8e: Pulling fs layer [2020-10-01T19:13:27.872Z] 894bfe63afcb: Pulling fs layer [2020-10-01T19:13:27.872Z] 894bfe63afcb: Waiting [2020-10-01T19:13:27.872Z] 1868ca2cb446: Verifying Checksum [2020-10-01T19:13:27.872Z] 1868ca2cb446: Download complete [2020-10-01T19:13:27.872Z] 136be5d0fe8e: Download complete [2020-10-01T19:13:27.872Z] e7c96db7181b: Verifying Checksum [2020-10-01T19:13:27.872Z] e7c96db7181b: Download complete [2020-10-01T19:13:28.135Z] 894bfe63afcb: Verifying Checksum [2020-10-01T19:13:28.135Z] 894bfe63afcb: Download complete [2020-10-01T19:13:28.135Z] e7c96db7181b: Pull complete [2020-10-01T19:13:28.396Z] 1868ca2cb446: Pull complete [2020-10-01T19:13:28.396Z] 136be5d0fe8e: Pull complete [2020-10-01T19:13:28.658Z] 894bfe63afcb: Pull complete [2020-10-01T19:13:28.658Z] Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 [2020-10-01T19:13:28.919Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-01T19:13:28.919Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer [2020-10-01T19:13:29.018Z] prd-centos7-docker-4c-2g-2853 does not seem to be running inside a container [2020-10-01T19:13:29.068Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/157 -v /w/workspace/edgex-go/157:/w/workspace/edgex-go/157:rw,z -v /w/workspace/edgex-go/157@tmp:/w/workspace/edgex-go/157@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-01T19:13:30.253Z] $ docker top aaeffbbf5990bf40a184556ff541f79c1ef5e4932accfd590e2a5824676bff41 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-01T19:13:30.841Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go:8d1be4b88019713d4adfd5be0516af0e8b12a917 [2020-10-01T19:13:30.841Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-01T19:13:33.525Z] $ docker stop --time=1 aaeffbbf5990bf40a184556ff541f79c1ef5e4932accfd590e2a5824676bff41 [2020-10-01T19:13:35.044Z] $ docker rm -f aaeffbbf5990bf40a184556ff541f79c1ef5e4932accfd590e2a5824676bff41 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:13:35.536Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-01T19:13:35.536Z] . [Pipeline] withDockerContainer [2020-10-01T19:13:35.678Z] prd-centos7-docker-4c-2g-2853 does not seem to be running inside a container [2020-10-01T19:13:35.724Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/157 -v /w/workspace/edgex-go/157:/w/workspace/edgex-go/157:rw,z -v /w/workspace/edgex-go/157@tmp:/w/workspace/edgex-go/157@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-01T19:13:36.663Z] $ docker top 8d5542c9fb9416ba76a54c2b99c2b0ac5dcbd18cbeb2e3e4ebeb80ee5d7f851b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-01T19:13:37.179Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go:8d1be4b88019713d4adfd5be0516af0e8b12a917 [2020-10-01T19:13:37.179Z] + tee [2020-10-01T19:13:37.179Z] clair timeout 1m0s [2020-10-01T19:13:37.179Z] docker timeout: 1m0s [2020-10-01T19:13:37.179Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-01T19:13:37.851Z] $ docker stop --time=1 8d5542c9fb9416ba76a54c2b99c2b0ac5dcbd18cbeb2e3e4ebeb80ee5d7f851b [2020-10-01T19:13:39.462Z] $ docker rm -f 8d5542c9fb9416ba76a54c2b99c2b0ac5dcbd18cbeb2e3e4ebeb80ee5d7f851b [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-01T19:13:39.932Z] + mkdir -p /w/workspace/edgex-go/157/clair-reports [Pipeline] echo [2020-10-01T19:13:39.944Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/157/clair-reports/clair_results_docker-core-command-go_8d1be4b88019713d4adfd5be0516af0e8b12a917.html [Pipeline] writeFile [Pipeline] step [2020-10-01T19:13:39.996Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:13:40.408Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-01T19:13:40.408Z] . [Pipeline] withDockerContainer [2020-10-01T19:13:40.500Z] prd-centos7-docker-4c-2g-2853 does not seem to be running inside a container [2020-10-01T19:13:40.544Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/157 -v /w/workspace/edgex-go/157:/w/workspace/edgex-go/157:rw,z -v /w/workspace/edgex-go/157@tmp:/w/workspace/edgex-go/157@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-01T19:13:42.381Z] $ docker top 857de2b47361b05f0d0fc5efbcba3d3eaa08221fbe2bf05939099f48a33f34a8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-01T19:13:42.900Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go:8d1be4b88019713d4adfd5be0516af0e8b12a917 [2020-10-01T19:13:42.900Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-01T19:13:48.335Z] $ docker stop --time=1 857de2b47361b05f0d0fc5efbcba3d3eaa08221fbe2bf05939099f48a33f34a8 [2020-10-01T19:13:49.719Z] $ docker rm -f 857de2b47361b05f0d0fc5efbcba3d3eaa08221fbe2bf05939099f48a33f34a8 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:13:50.186Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-01T19:13:50.186Z] . [Pipeline] withDockerContainer [2020-10-01T19:13:50.295Z] prd-centos7-docker-4c-2g-2853 does not seem to be running inside a container [2020-10-01T19:13:50.336Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/157 -v /w/workspace/edgex-go/157:/w/workspace/edgex-go/157:rw,z -v /w/workspace/edgex-go/157@tmp:/w/workspace/edgex-go/157@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-01T19:13:50.974Z] $ docker top 5d5801a4d5a73ef18e12379eb9aef4da29f5f45a2639fda9c8c9d3175af81b80 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-01T19:13:51.457Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go:8d1be4b88019713d4adfd5be0516af0e8b12a917+ [2020-10-01T19:13:51.457Z] tee [2020-10-01T19:13:51.457Z] clair timeout 1m0s [2020-10-01T19:13:51.457Z] docker timeout: 1m0s [2020-10-01T19:13:51.457Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-01T19:13:52.493Z] $ docker stop --time=1 5d5801a4d5a73ef18e12379eb9aef4da29f5f45a2639fda9c8c9d3175af81b80 [2020-10-01T19:13:53.947Z] $ docker rm -f 5d5801a4d5a73ef18e12379eb9aef4da29f5f45a2639fda9c8c9d3175af81b80 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-01T19:13:54.398Z] + mkdir -p /w/workspace/edgex-go/157/clair-reports [Pipeline] echo [2020-10-01T19:13:54.411Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/157/clair-reports/clair_results_docker-core-data-go_8d1be4b88019713d4adfd5be0516af0e8b12a917.html [Pipeline] writeFile [Pipeline] step [2020-10-01T19:13:54.464Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:13:54.802Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-01T19:13:54.802Z] . [Pipeline] withDockerContainer [2020-10-01T19:13:54.891Z] prd-centos7-docker-4c-2g-2853 does not seem to be running inside a container [2020-10-01T19:13:54.932Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/157 -v /w/workspace/edgex-go/157:/w/workspace/edgex-go/157:rw,z -v /w/workspace/edgex-go/157@tmp:/w/workspace/edgex-go/157@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-01T19:13:55.679Z] $ docker top 6c9b7748bf1681d078c062d8a47866b58de5364ea5ef420b69ac97c13b1237c6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-01T19:13:56.228Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go:8d1be4b88019713d4adfd5be0516af0e8b12a917 [2020-10-01T19:13:56.228Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-01T19:13:58.921Z] $ docker stop --time=1 6c9b7748bf1681d078c062d8a47866b58de5364ea5ef420b69ac97c13b1237c6 [2020-10-01T19:14:00.247Z] $ docker rm -f 6c9b7748bf1681d078c062d8a47866b58de5364ea5ef420b69ac97c13b1237c6 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:14:00.763Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-01T19:14:00.763Z] . [Pipeline] withDockerContainer [2020-10-01T19:14:00.853Z] prd-centos7-docker-4c-2g-2853 does not seem to be running inside a container [2020-10-01T19:14:00.894Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/157 -v /w/workspace/edgex-go/157:/w/workspace/edgex-go/157:rw,z -v /w/workspace/edgex-go/157@tmp:/w/workspace/edgex-go/157@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-01T19:14:01.819Z] $ docker top daca72a0ccbbd04ace9b19cb85351cd8115c4368a57ea98733726b8b623b3660 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-01T19:14:02.347Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go:8d1be4b88019713d4adfd5be0516af0e8b12a917 [2020-10-01T19:14:02.347Z] + tee [2020-10-01T19:14:02.347Z] clair timeout 1m0s [2020-10-01T19:14:02.347Z] docker timeout: 1m0s [2020-10-01T19:14:02.347Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-01T19:14:03.012Z] $ docker stop --time=1 daca72a0ccbbd04ace9b19cb85351cd8115c4368a57ea98733726b8b623b3660 [2020-10-01T19:14:04.359Z] $ docker rm -f daca72a0ccbbd04ace9b19cb85351cd8115c4368a57ea98733726b8b623b3660 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-01T19:14:04.865Z] + mkdir -p /w/workspace/edgex-go/157/clair-reports [Pipeline] echo [2020-10-01T19:14:04.878Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/157/clair-reports/clair_results_docker-core-metadata-go_8d1be4b88019713d4adfd5be0516af0e8b12a917.html [Pipeline] writeFile [Pipeline] step [2020-10-01T19:14:04.936Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:14:05.277Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-01T19:14:05.277Z] . [Pipeline] withDockerContainer [2020-10-01T19:14:05.392Z] prd-centos7-docker-4c-2g-2853 does not seem to be running inside a container [2020-10-01T19:14:05.435Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/157 -v /w/workspace/edgex-go/157:/w/workspace/edgex-go/157:rw,z -v /w/workspace/edgex-go/157@tmp:/w/workspace/edgex-go/157@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-01T19:14:05.977Z] $ docker top 849bcbc851f4e139ec45a08476ed4691cb6b7abcb61be69a0adf89719a3feace -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-01T19:14:06.484Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:8d1be4b88019713d4adfd5be0516af0e8b12a917 [2020-10-01T19:14:06.484Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-01T19:14:10.939Z] $ docker stop --time=1 849bcbc851f4e139ec45a08476ed4691cb6b7abcb61be69a0adf89719a3feace [2020-10-01T19:14:12.299Z] $ docker rm -f 849bcbc851f4e139ec45a08476ed4691cb6b7abcb61be69a0adf89719a3feace [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:14:12.755Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-01T19:14:12.755Z] . [Pipeline] withDockerContainer [2020-10-01T19:14:12.852Z] prd-centos7-docker-4c-2g-2853 does not seem to be running inside a container [2020-10-01T19:14:12.894Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/157 -v /w/workspace/edgex-go/157:/w/workspace/edgex-go/157:rw,z -v /w/workspace/edgex-go/157@tmp:/w/workspace/edgex-go/157@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-01T19:14:13.515Z] $ docker top e99ca294181699dfe107d64b4c95be5f630cbbbf6d35d37259eb15c9dc565f6e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-01T19:14:14.035Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:8d1be4b88019713d4adfd5be0516af0e8b12a917 [2020-10-01T19:14:14.035Z] + tee [2020-10-01T19:14:14.035Z] clair timeout 1m0s [2020-10-01T19:14:14.035Z] docker timeout: 1m0s [2020-10-01T19:14:14.035Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-01T19:14:15.118Z] $ docker stop --time=1 e99ca294181699dfe107d64b4c95be5f630cbbbf6d35d37259eb15c9dc565f6e [2020-10-01T19:14:16.459Z] $ docker rm -f e99ca294181699dfe107d64b4c95be5f630cbbbf6d35d37259eb15c9dc565f6e [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-01T19:14:16.931Z] + mkdir -p /w/workspace/edgex-go/157/clair-reports [Pipeline] echo [2020-10-01T19:14:16.943Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/157/clair-reports/clair_results_docker-security-proxy-setup-go_8d1be4b88019713d4adfd5be0516af0e8b12a917.html [Pipeline] writeFile [Pipeline] step [2020-10-01T19:14:17.012Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:14:17.351Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-01T19:14:17.351Z] . [Pipeline] withDockerContainer [2020-10-01T19:14:17.442Z] prd-centos7-docker-4c-2g-2853 does not seem to be running inside a container [2020-10-01T19:14:17.485Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/157 -v /w/workspace/edgex-go/157:/w/workspace/edgex-go/157:rw,z -v /w/workspace/edgex-go/157@tmp:/w/workspace/edgex-go/157@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-01T19:14:18.084Z] $ docker top 239fe02f8815cbe75144b4e2d080fb033285921e26c416b7ceec4e99219d1228 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-01T19:14:18.598Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:8d1be4b88019713d4adfd5be0516af0e8b12a917 [2020-10-01T19:14:18.598Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-01T19:14:25.337Z] $ docker stop --time=1 239fe02f8815cbe75144b4e2d080fb033285921e26c416b7ceec4e99219d1228 [2020-10-01T19:14:27.119Z] $ docker rm -f 239fe02f8815cbe75144b4e2d080fb033285921e26c416b7ceec4e99219d1228 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:14:27.584Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-01T19:14:27.584Z] . [Pipeline] withDockerContainer [2020-10-01T19:14:27.676Z] prd-centos7-docker-4c-2g-2853 does not seem to be running inside a container [2020-10-01T19:14:27.717Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/157 -v /w/workspace/edgex-go/157:/w/workspace/edgex-go/157:rw,z -v /w/workspace/edgex-go/157@tmp:/w/workspace/edgex-go/157@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-01T19:14:28.291Z] $ docker top c099cbb8e7ebe060f6f57b2f6118935d38651a7c2ed24824d8fcae0edd8bbf1e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-01T19:14:28.824Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:8d1be4b88019713d4adfd5be0516af0e8b12a917 [2020-10-01T19:14:28.824Z] + tee [2020-10-01T19:14:28.824Z] clair timeout 1m0s [2020-10-01T19:14:28.824Z] docker timeout: 1m0s [2020-10-01T19:14:28.824Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-01T19:14:30.317Z] $ docker stop --time=1 c099cbb8e7ebe060f6f57b2f6118935d38651a7c2ed24824d8fcae0edd8bbf1e [2020-10-01T19:14:31.649Z] $ docker rm -f c099cbb8e7ebe060f6f57b2f6118935d38651a7c2ed24824d8fcae0edd8bbf1e [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-01T19:14:32.095Z] + mkdir -p /w/workspace/edgex-go/157/clair-reports [Pipeline] echo [2020-10-01T19:14:32.118Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/157/clair-reports/clair_results_docker-security-secrets-setup-go_8d1be4b88019713d4adfd5be0516af0e8b12a917.html [Pipeline] writeFile [Pipeline] step [2020-10-01T19:14:32.168Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:14:32.555Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-01T19:14:32.555Z] . [Pipeline] withDockerContainer [2020-10-01T19:14:32.644Z] prd-centos7-docker-4c-2g-2853 does not seem to be running inside a container [2020-10-01T19:14:32.685Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/157 -v /w/workspace/edgex-go/157:/w/workspace/edgex-go/157:rw,z -v /w/workspace/edgex-go/157@tmp:/w/workspace/edgex-go/157@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-01T19:14:33.255Z] $ docker top d8992af992333b6a7a757d160d9a0f10b4f4be719c3f319fd0f4e4e14e1559f9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-01T19:14:33.757Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:8d1be4b88019713d4adfd5be0516af0e8b12a917 [2020-10-01T19:14:33.757Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-01T19:14:42.049Z] $ docker stop --time=1 d8992af992333b6a7a757d160d9a0f10b4f4be719c3f319fd0f4e4e14e1559f9 [2020-10-01T19:14:43.400Z] $ docker rm -f d8992af992333b6a7a757d160d9a0f10b4f4be719c3f319fd0f4e4e14e1559f9 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:14:43.898Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-01T19:14:43.898Z] . [Pipeline] withDockerContainer [2020-10-01T19:14:44.009Z] prd-centos7-docker-4c-2g-2853 does not seem to be running inside a container [2020-10-01T19:14:44.052Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/157 -v /w/workspace/edgex-go/157:/w/workspace/edgex-go/157:rw,z -v /w/workspace/edgex-go/157@tmp:/w/workspace/edgex-go/157@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-01T19:14:44.684Z] $ docker top c4f9b553fb0403de72af1c45eceb034813f200d19576d27ae1e76e6d316201d4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-01T19:14:45.225Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:8d1be4b88019713d4adfd5be0516af0e8b12a917 [2020-10-01T19:14:45.225Z] + tee [2020-10-01T19:14:45.225Z] clair timeout 1m0s [2020-10-01T19:14:45.225Z] docker timeout: 1m0s [2020-10-01T19:14:45.225Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-01T19:14:46.713Z] $ docker stop --time=1 c4f9b553fb0403de72af1c45eceb034813f200d19576d27ae1e76e6d316201d4 [2020-10-01T19:14:48.029Z] $ docker rm -f c4f9b553fb0403de72af1c45eceb034813f200d19576d27ae1e76e6d316201d4 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-01T19:14:48.477Z] + mkdir -p /w/workspace/edgex-go/157/clair-reports [Pipeline] echo [2020-10-01T19:14:48.491Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/157/clair-reports/clair_results_docker-security-secretstore-setup-go_8d1be4b88019713d4adfd5be0516af0e8b12a917.html [Pipeline] writeFile [Pipeline] step [2020-10-01T19:14:48.543Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:14:48.877Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-01T19:14:48.878Z] . [Pipeline] withDockerContainer [2020-10-01T19:14:48.980Z] prd-centos7-docker-4c-2g-2853 does not seem to be running inside a container [2020-10-01T19:14:49.024Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/157 -v /w/workspace/edgex-go/157:/w/workspace/edgex-go/157:rw,z -v /w/workspace/edgex-go/157@tmp:/w/workspace/edgex-go/157@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-01T19:14:49.632Z] $ docker top f5fdacdb8db8320ec4379504f950cccfe05e9fea86997eba0111a3299ee811cf -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-01T19:14:50.122Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go:8d1be4b88019713d4adfd5be0516af0e8b12a917 [2020-10-01T19:14:50.122Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-01T19:14:53.563Z] $ docker stop --time=1 f5fdacdb8db8320ec4379504f950cccfe05e9fea86997eba0111a3299ee811cf [2020-10-01T19:14:54.879Z] $ docker rm -f f5fdacdb8db8320ec4379504f950cccfe05e9fea86997eba0111a3299ee811cf [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:14:55.320Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-01T19:14:55.320Z] . [Pipeline] withDockerContainer [2020-10-01T19:14:55.412Z] prd-centos7-docker-4c-2g-2853 does not seem to be running inside a container [2020-10-01T19:14:55.457Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/157 -v /w/workspace/edgex-go/157:/w/workspace/edgex-go/157:rw,z -v /w/workspace/edgex-go/157@tmp:/w/workspace/edgex-go/157@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-01T19:14:56.055Z] $ docker top dfdc6e01939134734999c15b226151ed2baa77f436fb22074ba6933e14fa0f43 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-01T19:14:56.615Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go:8d1be4b88019713d4adfd5be0516af0e8b12a917 [2020-10-01T19:14:56.615Z] + tee [2020-10-01T19:14:56.615Z] clair timeout 1m0s [2020-10-01T19:14:56.615Z] docker timeout: 1m0s [2020-10-01T19:14:56.615Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-01T19:14:57.281Z] $ docker stop --time=1 dfdc6e01939134734999c15b226151ed2baa77f436fb22074ba6933e14fa0f43 [2020-10-01T19:14:58.611Z] $ docker rm -f dfdc6e01939134734999c15b226151ed2baa77f436fb22074ba6933e14fa0f43 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-01T19:14:59.048Z] + mkdir -p /w/workspace/edgex-go/157/clair-reports [Pipeline] echo [2020-10-01T19:14:59.061Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/157/clair-reports/clair_results_docker-support-logging-go_8d1be4b88019713d4adfd5be0516af0e8b12a917.html [Pipeline] writeFile [Pipeline] step [2020-10-01T19:14:59.108Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:14:59.445Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-01T19:14:59.445Z] . [Pipeline] withDockerContainer [2020-10-01T19:15:00.615Z] prd-centos7-docker-4c-2g-2853 does not seem to be running inside a container [2020-10-01T19:15:00.663Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/157 -v /w/workspace/edgex-go/157:/w/workspace/edgex-go/157:rw,z -v /w/workspace/edgex-go/157@tmp:/w/workspace/edgex-go/157@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-01T19:15:01.442Z] $ docker top 99edb2cb70a788034181543ea29e97bdbe15e0cfd1b61561a1cda90940bcb62e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-01T19:15:02.041Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go:8d1be4b88019713d4adfd5be0516af0e8b12a917 [2020-10-01T19:15:02.041Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-01T19:15:07.477Z] $ docker stop --time=1 99edb2cb70a788034181543ea29e97bdbe15e0cfd1b61561a1cda90940bcb62e [2020-10-01T19:15:08.856Z] $ docker rm -f 99edb2cb70a788034181543ea29e97bdbe15e0cfd1b61561a1cda90940bcb62e [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:15:09.315Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-01T19:15:09.315Z] . [Pipeline] withDockerContainer [2020-10-01T19:15:09.404Z] prd-centos7-docker-4c-2g-2853 does not seem to be running inside a container [2020-10-01T19:15:09.443Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/157 -v /w/workspace/edgex-go/157:/w/workspace/edgex-go/157:rw,z -v /w/workspace/edgex-go/157@tmp:/w/workspace/edgex-go/157@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-01T19:15:09.984Z] $ docker top d3658db25fc453c3de216f27841216a60c43317cd1ea78ea48041688d31dc7d3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-01T19:15:10.507Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go:8d1be4b88019713d4adfd5be0516af0e8b12a917 [2020-10-01T19:15:10.507Z] + tee [2020-10-01T19:15:10.507Z] clair timeout 1m0s [2020-10-01T19:15:10.507Z] docker timeout: 1m0s [2020-10-01T19:15:10.507Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-01T19:15:11.563Z] $ docker stop --time=1 d3658db25fc453c3de216f27841216a60c43317cd1ea78ea48041688d31dc7d3 [2020-10-01T19:15:12.901Z] $ docker rm -f d3658db25fc453c3de216f27841216a60c43317cd1ea78ea48041688d31dc7d3 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-01T19:15:13.354Z] + mkdir -p /w/workspace/edgex-go/157/clair-reports [Pipeline] echo [2020-10-01T19:15:13.366Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/157/clair-reports/clair_results_docker-support-notifications-go_8d1be4b88019713d4adfd5be0516af0e8b12a917.html [Pipeline] writeFile [Pipeline] step [2020-10-01T19:15:13.418Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:15:13.757Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-01T19:15:13.757Z] . [Pipeline] withDockerContainer [2020-10-01T19:15:13.871Z] prd-centos7-docker-4c-2g-2853 does not seem to be running inside a container [2020-10-01T19:15:13.925Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/157 -v /w/workspace/edgex-go/157:/w/workspace/edgex-go/157:rw,z -v /w/workspace/edgex-go/157@tmp:/w/workspace/edgex-go/157@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-01T19:15:14.554Z] $ docker top b73d0ca373718522eabf55caffaeaa365e92e80bf03884deaec7c99ff98c932a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-01T19:15:15.063Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:8d1be4b88019713d4adfd5be0516af0e8b12a917 [2020-10-01T19:15:15.063Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-01T19:15:17.766Z] $ docker stop --time=1 b73d0ca373718522eabf55caffaeaa365e92e80bf03884deaec7c99ff98c932a [2020-10-01T19:15:19.101Z] $ docker rm -f b73d0ca373718522eabf55caffaeaa365e92e80bf03884deaec7c99ff98c932a [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:15:19.565Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-01T19:15:19.565Z] . [Pipeline] withDockerContainer [2020-10-01T19:15:19.661Z] prd-centos7-docker-4c-2g-2853 does not seem to be running inside a container [2020-10-01T19:15:19.706Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/157 -v /w/workspace/edgex-go/157:/w/workspace/edgex-go/157:rw,z -v /w/workspace/edgex-go/157@tmp:/w/workspace/edgex-go/157@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-01T19:15:20.321Z] $ docker top 83d2677c5509b9beadaa1e933dc6307da0892d7c367bb5fe77509fa6ff35b1e5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-01T19:15:20.871Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:8d1be4b88019713d4adfd5be0516af0e8b12a917 [2020-10-01T19:15:20.871Z] + tee [2020-10-01T19:15:20.871Z] clair timeout 1m0s [2020-10-01T19:15:20.871Z] docker timeout: 1m0s [2020-10-01T19:15:20.871Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-01T19:15:21.541Z] $ docker stop --time=1 83d2677c5509b9beadaa1e933dc6307da0892d7c367bb5fe77509fa6ff35b1e5 [2020-10-01T19:15:22.864Z] $ docker rm -f 83d2677c5509b9beadaa1e933dc6307da0892d7c367bb5fe77509fa6ff35b1e5 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-01T19:15:23.352Z] + mkdir -p /w/workspace/edgex-go/157/clair-reports [Pipeline] echo [2020-10-01T19:15:23.366Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/157/clair-reports/clair_results_docker-support-scheduler-go_8d1be4b88019713d4adfd5be0516af0e8b12a917.html [Pipeline] writeFile [Pipeline] step [2020-10-01T19:15:23.425Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:15:23.767Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-01T19:15:23.767Z] . [Pipeline] withDockerContainer [2020-10-01T19:15:23.871Z] prd-centos7-docker-4c-2g-2853 does not seem to be running inside a container [2020-10-01T19:15:23.915Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/157 -v /w/workspace/edgex-go/157:/w/workspace/edgex-go/157:rw,z -v /w/workspace/edgex-go/157@tmp:/w/workspace/edgex-go/157@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-01T19:15:24.473Z] $ docker top 1d5dbeb790353946f781a32f4580a2ced5a48564c433084fcf5aac10af97a86e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-01T19:15:25.057Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:8d1be4b88019713d4adfd5be0516af0e8b12a917 [2020-10-01T19:15:25.058Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-01T19:15:40.179Z] $ docker stop --time=1 1d5dbeb790353946f781a32f4580a2ced5a48564c433084fcf5aac10af97a86e [2020-10-01T19:15:41.534Z] $ docker rm -f 1d5dbeb790353946f781a32f4580a2ced5a48564c433084fcf5aac10af97a86e [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:15:42.087Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-01T19:15:42.087Z] . [Pipeline] withDockerContainer [2020-10-01T19:15:42.210Z] prd-centos7-docker-4c-2g-2853 does not seem to be running inside a container [2020-10-01T19:15:42.258Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/157 -v /w/workspace/edgex-go/157:/w/workspace/edgex-go/157:rw,z -v /w/workspace/edgex-go/157@tmp:/w/workspace/edgex-go/157@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-01T19:15:42.829Z] $ docker top 9afe3d412b737990e935dc2860cd7a777b8c1528ebf4895a40eab7a3f9fe537b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-01T19:15:43.396Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:8d1be4b88019713d4adfd5be0516af0e8b12a917 [2020-10-01T19:15:43.396Z] + tee [2020-10-01T19:15:43.396Z] clair timeout 1m0s [2020-10-01T19:15:43.396Z] docker timeout: 1m0s [2020-10-01T19:15:43.396Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-01T19:15:44.909Z] $ docker stop --time=1 9afe3d412b737990e935dc2860cd7a777b8c1528ebf4895a40eab7a3f9fe537b [2020-10-01T19:15:46.252Z] $ docker rm -f 9afe3d412b737990e935dc2860cd7a777b8c1528ebf4895a40eab7a3f9fe537b [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-01T19:15:46.702Z] + mkdir -p /w/workspace/edgex-go/157/clair-reports [Pipeline] echo [2020-10-01T19:15:46.716Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/157/clair-reports/clair_results_docker-sys-mgmt-agent-go_8d1be4b88019713d4adfd5be0516af0e8b12a917.html [Pipeline] writeFile [Pipeline] step [2020-10-01T19:15:46.768Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:15:47.122Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-01T19:15:47.122Z] . [Pipeline] withDockerContainer [2020-10-01T19:15:47.213Z] prd-centos7-docker-4c-2g-2853 does not seem to be running inside a container [2020-10-01T19:15:47.261Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/157 -v /w/workspace/edgex-go/157:/w/workspace/edgex-go/157:rw,z -v /w/workspace/edgex-go/157@tmp:/w/workspace/edgex-go/157@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-01T19:15:47.811Z] $ docker top 7dfada03a8f98e49003080fafb4ce0d501508fe20243a35d17ac448b9af5c692 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-01T19:15:48.305Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:8d1be4b88019713d4adfd5be0516af0e8b12a917 [2020-10-01T19:15:48.305Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-01T19:15:50.994Z] $ docker stop --time=1 7dfada03a8f98e49003080fafb4ce0d501508fe20243a35d17ac448b9af5c692 [2020-10-01T19:15:52.352Z] $ docker rm -f 7dfada03a8f98e49003080fafb4ce0d501508fe20243a35d17ac448b9af5c692 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:15:52.807Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-01T19:15:52.807Z] . [Pipeline] withDockerContainer [2020-10-01T19:15:52.906Z] prd-centos7-docker-4c-2g-2853 does not seem to be running inside a container [2020-10-01T19:15:52.945Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/157 -v /w/workspace/edgex-go/157:/w/workspace/edgex-go/157:rw,z -v /w/workspace/edgex-go/157@tmp:/w/workspace/edgex-go/157@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-01T19:15:53.492Z] $ docker top e17757fa6e137751ce9fac3baaf4f3e670c6ac872693702000429c72e7e402a8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-01T19:15:53.980Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:8d1be4b88019713d4adfd5be0516af0e8b12a917 [2020-10-01T19:15:53.980Z] + tee [2020-10-01T19:15:53.980Z] clair timeout 1m0s [2020-10-01T19:15:53.980Z] docker timeout: 1m0s [2020-10-01T19:15:53.980Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-01T19:15:55.026Z] $ docker stop --time=1 e17757fa6e137751ce9fac3baaf4f3e670c6ac872693702000429c72e7e402a8 [2020-10-01T19:15:56.369Z] $ docker rm -f e17757fa6e137751ce9fac3baaf4f3e670c6ac872693702000429c72e7e402a8 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-01T19:15:56.859Z] + mkdir -p /w/workspace/edgex-go/157/clair-reports [Pipeline] echo [2020-10-01T19:15:56.872Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/157/clair-reports/clair_results_docker-core-command-go-arm64_8d1be4b88019713d4adfd5be0516af0e8b12a917.html [Pipeline] writeFile [Pipeline] step [2020-10-01T19:15:56.924Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:15:57.258Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-01T19:15:57.258Z] . [Pipeline] withDockerContainer [2020-10-01T19:15:57.347Z] prd-centos7-docker-4c-2g-2853 does not seem to be running inside a container [2020-10-01T19:15:57.386Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/157 -v /w/workspace/edgex-go/157:/w/workspace/edgex-go/157:rw,z -v /w/workspace/edgex-go/157@tmp:/w/workspace/edgex-go/157@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-01T19:15:57.938Z] $ docker top fe67d7cba0a08b4b70a5f2d6a8eb134640ac0140b76e42d88b732cef0837a2dc -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-01T19:15:58.445Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:8d1be4b88019713d4adfd5be0516af0e8b12a917 [2020-10-01T19:15:58.445Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-01T19:16:03.891Z] $ docker stop --time=1 fe67d7cba0a08b4b70a5f2d6a8eb134640ac0140b76e42d88b732cef0837a2dc [2020-10-01T19:16:05.280Z] $ docker rm -f fe67d7cba0a08b4b70a5f2d6a8eb134640ac0140b76e42d88b732cef0837a2dc [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:16:05.723Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-01T19:16:05.723Z] . [Pipeline] withDockerContainer [2020-10-01T19:16:05.812Z] prd-centos7-docker-4c-2g-2853 does not seem to be running inside a container [2020-10-01T19:16:05.855Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/157 -v /w/workspace/edgex-go/157:/w/workspace/edgex-go/157:rw,z -v /w/workspace/edgex-go/157@tmp:/w/workspace/edgex-go/157@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-01T19:16:06.412Z] $ docker top e5d2d9f63ed529b138cbee12943d116e8735971271154f545ef2afa8f4105f70 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-01T19:16:07.000Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:8d1be4b88019713d4adfd5be0516af0e8b12a917 [2020-10-01T19:16:07.000Z] + tee [2020-10-01T19:16:07.000Z] clair timeout 1m0s [2020-10-01T19:16:07.000Z] docker timeout: 1m0s [2020-10-01T19:16:07.000Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-01T19:16:08.080Z] $ docker stop --time=1 e5d2d9f63ed529b138cbee12943d116e8735971271154f545ef2afa8f4105f70 [2020-10-01T19:16:09.394Z] $ docker rm -f e5d2d9f63ed529b138cbee12943d116e8735971271154f545ef2afa8f4105f70 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-01T19:16:09.881Z] + mkdir -p /w/workspace/edgex-go/157/clair-reports [Pipeline] echo [2020-10-01T19:16:09.894Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/157/clair-reports/clair_results_docker-core-data-go-arm64_8d1be4b88019713d4adfd5be0516af0e8b12a917.html [Pipeline] writeFile [Pipeline] step [2020-10-01T19:16:09.950Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:16:10.287Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-01T19:16:10.287Z] . [Pipeline] withDockerContainer [2020-10-01T19:16:10.374Z] prd-centos7-docker-4c-2g-2853 does not seem to be running inside a container [2020-10-01T19:16:10.431Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/157 -v /w/workspace/edgex-go/157:/w/workspace/edgex-go/157:rw,z -v /w/workspace/edgex-go/157@tmp:/w/workspace/edgex-go/157@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-01T19:16:10.983Z] $ docker top 30c5359b7265f8499b064a09e969adc20a9bf0a111ab6ef99eabd10976371034 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-01T19:16:11.523Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:8d1be4b88019713d4adfd5be0516af0e8b12a917+ tee [2020-10-01T19:16:11.523Z] [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-01T19:16:14.266Z] $ docker stop --time=1 30c5359b7265f8499b064a09e969adc20a9bf0a111ab6ef99eabd10976371034 [2020-10-01T19:16:15.640Z] $ docker rm -f 30c5359b7265f8499b064a09e969adc20a9bf0a111ab6ef99eabd10976371034 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:16:16.165Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-01T19:16:16.165Z] . [Pipeline] withDockerContainer [2020-10-01T19:16:16.269Z] prd-centos7-docker-4c-2g-2853 does not seem to be running inside a container [2020-10-01T19:16:16.317Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/157 -v /w/workspace/edgex-go/157:/w/workspace/edgex-go/157:rw,z -v /w/workspace/edgex-go/157@tmp:/w/workspace/edgex-go/157@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-01T19:16:16.881Z] $ docker top b207e09817f2eb805b73767c892692a731d4441cab96553be31bf359c3705850 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-01T19:16:17.410Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:8d1be4b88019713d4adfd5be0516af0e8b12a917 [2020-10-01T19:16:17.410Z] + tee [2020-10-01T19:16:17.410Z] clair timeout 1m0s [2020-10-01T19:16:17.410Z] docker timeout: 1m0s [2020-10-01T19:16:17.410Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-01T19:16:18.103Z] $ docker stop --time=1 b207e09817f2eb805b73767c892692a731d4441cab96553be31bf359c3705850 [2020-10-01T19:16:19.421Z] $ docker rm -f b207e09817f2eb805b73767c892692a731d4441cab96553be31bf359c3705850 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-01T19:16:19.912Z] + mkdir -p /w/workspace/edgex-go/157/clair-reports [Pipeline] echo [2020-10-01T19:16:19.929Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/157/clair-reports/clair_results_docker-core-metadata-go-arm64_8d1be4b88019713d4adfd5be0516af0e8b12a917.html [Pipeline] writeFile [Pipeline] step [2020-10-01T19:16:19.985Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:16:20.329Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-01T19:16:20.329Z] . [Pipeline] withDockerContainer [2020-10-01T19:16:20.446Z] prd-centos7-docker-4c-2g-2853 does not seem to be running inside a container [2020-10-01T19:16:20.524Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/157 -v /w/workspace/edgex-go/157:/w/workspace/edgex-go/157:rw,z -v /w/workspace/edgex-go/157@tmp:/w/workspace/edgex-go/157@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-01T19:16:21.201Z] $ docker top 9508166b96838839a8e70740d49433b0b0663b3da561d8748c83c8c9deac5af9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-01T19:16:21.724Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:8d1be4b88019713d4adfd5be0516af0e8b12a917 [2020-10-01T19:16:21.724Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-01T19:16:26.413Z] $ docker stop --time=1 9508166b96838839a8e70740d49433b0b0663b3da561d8748c83c8c9deac5af9 [2020-10-01T19:16:27.790Z] $ docker rm -f 9508166b96838839a8e70740d49433b0b0663b3da561d8748c83c8c9deac5af9 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:16:28.545Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-01T19:16:28.545Z] . [Pipeline] withDockerContainer [2020-10-01T19:16:28.705Z] prd-centos7-docker-4c-2g-2853 does not seem to be running inside a container [2020-10-01T19:16:28.879Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/157 -v /w/workspace/edgex-go/157:/w/workspace/edgex-go/157:rw,z -v /w/workspace/edgex-go/157@tmp:/w/workspace/edgex-go/157@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-01T19:16:29.438Z] $ docker top b0f1843ddd716e9ce3d0e0d820fead24f86a4e186d0c9b58d83851bc973411b5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-01T19:16:30.128Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:8d1be4b88019713d4adfd5be0516af0e8b12a917 [2020-10-01T19:16:30.129Z] + tee [2020-10-01T19:16:30.129Z] clair timeout 1m0s [2020-10-01T19:16:30.129Z] docker timeout: 1m0s [2020-10-01T19:16:30.129Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-01T19:16:30.961Z] $ docker stop --time=1 b0f1843ddd716e9ce3d0e0d820fead24f86a4e186d0c9b58d83851bc973411b5 [2020-10-01T19:16:32.295Z] $ docker rm -f b0f1843ddd716e9ce3d0e0d820fead24f86a4e186d0c9b58d83851bc973411b5 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-01T19:16:32.792Z] + mkdir -p /w/workspace/edgex-go/157/clair-reports [Pipeline] echo [2020-10-01T19:16:32.807Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/157/clair-reports/clair_results_docker-security-proxy-setup-go-arm64_8d1be4b88019713d4adfd5be0516af0e8b12a917.html [Pipeline] writeFile [Pipeline] step [2020-10-01T19:16:32.863Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:16:33.227Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-01T19:16:33.228Z] . [Pipeline] withDockerContainer [2020-10-01T19:16:33.350Z] prd-centos7-docker-4c-2g-2853 does not seem to be running inside a container [2020-10-01T19:16:33.421Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/157 -v /w/workspace/edgex-go/157:/w/workspace/edgex-go/157:rw,z -v /w/workspace/edgex-go/157@tmp:/w/workspace/edgex-go/157@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-01T19:16:33.990Z] $ docker top 08adbec9f6bb03700467dde8e53df5c1e74f1bd37a3b8d52610a9cf07a3dce48 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-01T19:16:34.529Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:8d1be4b88019713d4adfd5be0516af0e8b12a917 [2020-10-01T19:16:34.529Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-01T19:16:43.008Z] $ docker stop --time=1 08adbec9f6bb03700467dde8e53df5c1e74f1bd37a3b8d52610a9cf07a3dce48 [2020-10-01T19:16:44.361Z] $ docker rm -f 08adbec9f6bb03700467dde8e53df5c1e74f1bd37a3b8d52610a9cf07a3dce48 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:16:44.831Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-01T19:16:44.832Z] . [Pipeline] withDockerContainer [2020-10-01T19:16:44.933Z] prd-centos7-docker-4c-2g-2853 does not seem to be running inside a container [2020-10-01T19:16:44.976Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/157 -v /w/workspace/edgex-go/157:/w/workspace/edgex-go/157:rw,z -v /w/workspace/edgex-go/157@tmp:/w/workspace/edgex-go/157@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-01T19:16:45.605Z] $ docker top 4572a839e48a64745dffb718ffbd89b611a6b1788deb8008e46ad3e0f37821ad -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-01T19:16:46.129Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:8d1be4b88019713d4adfd5be0516af0e8b12a917 [2020-10-01T19:16:46.129Z] + tee [2020-10-01T19:16:46.129Z] clair timeout 1m0s [2020-10-01T19:16:46.129Z] docker timeout: 1m0s [2020-10-01T19:16:46.129Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-01T19:16:47.622Z] $ docker stop --time=1 4572a839e48a64745dffb718ffbd89b611a6b1788deb8008e46ad3e0f37821ad [2020-10-01T19:16:48.950Z] $ docker rm -f 4572a839e48a64745dffb718ffbd89b611a6b1788deb8008e46ad3e0f37821ad [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-01T19:16:49.411Z] + mkdir -p /w/workspace/edgex-go/157/clair-reports [Pipeline] echo [2020-10-01T19:16:49.424Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/157/clair-reports/clair_results_docker-security-secrets-setup-go-arm64_8d1be4b88019713d4adfd5be0516af0e8b12a917.html [Pipeline] writeFile [Pipeline] step [2020-10-01T19:16:49.480Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:16:49.813Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-01T19:16:49.813Z] . [Pipeline] withDockerContainer [2020-10-01T19:16:49.913Z] prd-centos7-docker-4c-2g-2853 does not seem to be running inside a container [2020-10-01T19:16:49.959Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/157 -v /w/workspace/edgex-go/157:/w/workspace/edgex-go/157:rw,z -v /w/workspace/edgex-go/157@tmp:/w/workspace/edgex-go/157@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-01T19:16:50.564Z] $ docker top 826bddaf75b4b671df6db23eae3ee101fe7664bec2edba541c88e599ef02a509 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-01T19:16:51.147Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:8d1be4b88019713d4adfd5be0516af0e8b12a917 [2020-10-01T19:16:51.147Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-01T19:16:59.511Z] $ docker stop --time=1 826bddaf75b4b671df6db23eae3ee101fe7664bec2edba541c88e599ef02a509 [2020-10-01T19:17:00.843Z] $ docker rm -f 826bddaf75b4b671df6db23eae3ee101fe7664bec2edba541c88e599ef02a509 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:17:01.370Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-01T19:17:01.370Z] . [Pipeline] withDockerContainer [2020-10-01T19:17:01.466Z] prd-centos7-docker-4c-2g-2853 does not seem to be running inside a container [2020-10-01T19:17:01.536Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/157 -v /w/workspace/edgex-go/157:/w/workspace/edgex-go/157:rw,z -v /w/workspace/edgex-go/157@tmp:/w/workspace/edgex-go/157@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-01T19:17:02.113Z] $ docker top 7c5a7371c086ebf30c67729640bc175c77a9a2541239044acdad7bfc588fb636 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-01T19:17:02.633Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:8d1be4b88019713d4adfd5be0516af0e8b12a917 [2020-10-01T19:17:02.633Z] + tee [2020-10-01T19:17:02.633Z] clair timeout 1m0s [2020-10-01T19:17:02.633Z] docker timeout: 1m0s [2020-10-01T19:17:02.633Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-01T19:17:04.131Z] $ docker stop --time=1 7c5a7371c086ebf30c67729640bc175c77a9a2541239044acdad7bfc588fb636 [2020-10-01T19:17:05.530Z] $ docker rm -f 7c5a7371c086ebf30c67729640bc175c77a9a2541239044acdad7bfc588fb636 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-01T19:17:06.042Z] + mkdir -p /w/workspace/edgex-go/157/clair-reports [Pipeline] echo [2020-10-01T19:17:06.058Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/157/clair-reports/clair_results_docker-security-secretstore-setup-go-arm64_8d1be4b88019713d4adfd5be0516af0e8b12a917.html [Pipeline] writeFile [Pipeline] step [2020-10-01T19:17:06.114Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:17:06.469Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-01T19:17:06.469Z] . [Pipeline] withDockerContainer [2020-10-01T19:17:06.559Z] prd-centos7-docker-4c-2g-2853 does not seem to be running inside a container [2020-10-01T19:17:06.601Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/157 -v /w/workspace/edgex-go/157:/w/workspace/edgex-go/157:rw,z -v /w/workspace/edgex-go/157@tmp:/w/workspace/edgex-go/157@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-01T19:17:07.164Z] $ docker top e495b03c2fba77041c978e9e7b3a19f6796e033003f1779265c4d8defccae816 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-01T19:17:07.674Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:8d1be4b88019713d4adfd5be0516af0e8b12a917 [2020-10-01T19:17:07.675Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-01T19:17:11.218Z] $ docker stop --time=1 e495b03c2fba77041c978e9e7b3a19f6796e033003f1779265c4d8defccae816 [2020-10-01T19:17:12.550Z] $ docker rm -f e495b03c2fba77041c978e9e7b3a19f6796e033003f1779265c4d8defccae816 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:17:13.009Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-01T19:17:13.009Z] . [Pipeline] withDockerContainer [2020-10-01T19:17:13.096Z] prd-centos7-docker-4c-2g-2853 does not seem to be running inside a container [2020-10-01T19:17:13.136Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/157 -v /w/workspace/edgex-go/157:/w/workspace/edgex-go/157:rw,z -v /w/workspace/edgex-go/157@tmp:/w/workspace/edgex-go/157@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-01T19:17:13.790Z] $ docker top 246b767a98b6701db953f94fee7c22c68490920382594a20f9562130b78012e6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-01T19:17:14.424Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:8d1be4b88019713d4adfd5be0516af0e8b12a917 [2020-10-01T19:17:14.424Z] + tee [2020-10-01T19:17:14.424Z] clair timeout 1m0s [2020-10-01T19:17:14.424Z] docker timeout: 1m0s [2020-10-01T19:17:14.424Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-01T19:17:15.107Z] $ docker stop --time=1 246b767a98b6701db953f94fee7c22c68490920382594a20f9562130b78012e6 [2020-10-01T19:17:16.437Z] $ docker rm -f 246b767a98b6701db953f94fee7c22c68490920382594a20f9562130b78012e6 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-01T19:17:16.922Z] + mkdir -p /w/workspace/edgex-go/157/clair-reports [Pipeline] echo [2020-10-01T19:17:16.936Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/157/clair-reports/clair_results_docker-support-logging-go-arm64_8d1be4b88019713d4adfd5be0516af0e8b12a917.html [Pipeline] writeFile [Pipeline] step [2020-10-01T19:17:16.990Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:17:17.332Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-01T19:17:17.332Z] . [Pipeline] withDockerContainer [2020-10-01T19:17:17.433Z] prd-centos7-docker-4c-2g-2853 does not seem to be running inside a container [2020-10-01T19:17:17.477Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/157 -v /w/workspace/edgex-go/157:/w/workspace/edgex-go/157:rw,z -v /w/workspace/edgex-go/157@tmp:/w/workspace/edgex-go/157@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-01T19:17:18.028Z] $ docker top 2909e714f40ef4b373ab301611e196956949bf3332c377f0d1ea50830dddb0dc -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-01T19:17:18.538Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:8d1be4b88019713d4adfd5be0516af0e8b12a917 [2020-10-01T19:17:18.538Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-01T19:17:23.996Z] $ docker stop --time=1 2909e714f40ef4b373ab301611e196956949bf3332c377f0d1ea50830dddb0dc [2020-10-01T19:17:25.328Z] $ docker rm -f 2909e714f40ef4b373ab301611e196956949bf3332c377f0d1ea50830dddb0dc [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:17:25.826Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-01T19:17:25.826Z] . [Pipeline] withDockerContainer [2020-10-01T19:17:25.914Z] prd-centos7-docker-4c-2g-2853 does not seem to be running inside a container [2020-10-01T19:17:25.951Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/157 -v /w/workspace/edgex-go/157:/w/workspace/edgex-go/157:rw,z -v /w/workspace/edgex-go/157@tmp:/w/workspace/edgex-go/157@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-01T19:17:26.535Z] $ docker top 3ff46659b502cb2974ba125b148342ab41e2c295bad56d28de8ebdcd19fc24d5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-01T19:17:27.036Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:8d1be4b88019713d4adfd5be0516af0e8b12a917 [2020-10-01T19:17:27.036Z] + tee [2020-10-01T19:17:27.036Z] clair timeout 1m0s [2020-10-01T19:17:27.036Z] docker timeout: 1m0s [2020-10-01T19:17:27.036Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-01T19:17:28.076Z] $ docker stop --time=1 3ff46659b502cb2974ba125b148342ab41e2c295bad56d28de8ebdcd19fc24d5 [2020-10-01T19:17:29.393Z] $ docker rm -f 3ff46659b502cb2974ba125b148342ab41e2c295bad56d28de8ebdcd19fc24d5 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-01T19:17:29.933Z] + mkdir -p /w/workspace/edgex-go/157/clair-reports [Pipeline] echo [2020-10-01T19:17:29.948Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/157/clair-reports/clair_results_docker-support-notifications-go-arm64_8d1be4b88019713d4adfd5be0516af0e8b12a917.html [Pipeline] writeFile [Pipeline] step [2020-10-01T19:17:30.002Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:17:30.339Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-01T19:17:30.339Z] . [Pipeline] withDockerContainer [2020-10-01T19:17:30.428Z] prd-centos7-docker-4c-2g-2853 does not seem to be running inside a container [2020-10-01T19:17:30.476Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/157 -v /w/workspace/edgex-go/157:/w/workspace/edgex-go/157:rw,z -v /w/workspace/edgex-go/157@tmp:/w/workspace/edgex-go/157@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-01T19:17:31.067Z] $ docker top 2b6e06fe0bb5fd69c9df1a41e0dce006cf3d6b97c4354003aef207806a1d0629 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-01T19:17:31.569Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:8d1be4b88019713d4adfd5be0516af0e8b12a917 [2020-10-01T19:17:31.569Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-01T19:17:34.268Z] $ docker stop --time=1 2b6e06fe0bb5fd69c9df1a41e0dce006cf3d6b97c4354003aef207806a1d0629 [2020-10-01T19:17:35.611Z] $ docker rm -f 2b6e06fe0bb5fd69c9df1a41e0dce006cf3d6b97c4354003aef207806a1d0629 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:17:36.065Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-01T19:17:36.065Z] . [Pipeline] withDockerContainer [2020-10-01T19:17:36.164Z] prd-centos7-docker-4c-2g-2853 does not seem to be running inside a container [2020-10-01T19:17:36.209Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/157 -v /w/workspace/edgex-go/157:/w/workspace/edgex-go/157:rw,z -v /w/workspace/edgex-go/157@tmp:/w/workspace/edgex-go/157@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-01T19:17:36.768Z] $ docker top 0ed242c7fad86fe9061665763d7ac79b531d8b06a9d313d13d39fe22646be83e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-01T19:17:37.278Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:8d1be4b88019713d4adfd5be0516af0e8b12a917 [2020-10-01T19:17:37.278Z] + tee [2020-10-01T19:17:37.278Z] clair timeout 1m0s [2020-10-01T19:17:37.278Z] docker timeout: 1m0s [2020-10-01T19:17:37.278Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-01T19:17:37.965Z] $ docker stop --time=1 0ed242c7fad86fe9061665763d7ac79b531d8b06a9d313d13d39fe22646be83e [2020-10-01T19:17:39.353Z] $ docker rm -f 0ed242c7fad86fe9061665763d7ac79b531d8b06a9d313d13d39fe22646be83e [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-01T19:17:39.804Z] + mkdir -p /w/workspace/edgex-go/157/clair-reports [Pipeline] echo [2020-10-01T19:17:39.817Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/157/clair-reports/clair_results_docker-support-scheduler-go-arm64_8d1be4b88019713d4adfd5be0516af0e8b12a917.html [Pipeline] writeFile [Pipeline] step [2020-10-01T19:17:39.880Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:17:40.230Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-01T19:17:40.230Z] . [Pipeline] withDockerContainer [2020-10-01T19:17:40.380Z] prd-centos7-docker-4c-2g-2853 does not seem to be running inside a container [2020-10-01T19:17:40.426Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/157 -v /w/workspace/edgex-go/157:/w/workspace/edgex-go/157:rw,z -v /w/workspace/edgex-go/157@tmp:/w/workspace/edgex-go/157@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-01T19:17:41.047Z] $ docker top a968b73b88b06f6393261f81f089945cf3b1157fb744960cab667d66f905f999 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-01T19:17:41.554Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:8d1be4b88019713d4adfd5be0516af0e8b12a917 [2020-10-01T19:17:41.554Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-01T19:17:59.912Z] $ docker stop --time=1 a968b73b88b06f6393261f81f089945cf3b1157fb744960cab667d66f905f999 [2020-10-01T19:18:01.249Z] $ docker rm -f a968b73b88b06f6393261f81f089945cf3b1157fb744960cab667d66f905f999 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:18:01.705Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-01T19:18:01.706Z] . [Pipeline] withDockerContainer [2020-10-01T19:18:01.817Z] prd-centos7-docker-4c-2g-2853 does not seem to be running inside a container [2020-10-01T19:18:01.875Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/157 -v /w/workspace/edgex-go/157:/w/workspace/edgex-go/157:rw,z -v /w/workspace/edgex-go/157@tmp:/w/workspace/edgex-go/157@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-01T19:18:02.533Z] $ docker top 2c0c51b457200a07fb457487b1ca96ae604aa73d9a543ab6a9c3adb0655e16e4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-01T19:18:03.082Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:8d1be4b88019713d4adfd5be0516af0e8b12a917 [2020-10-01T19:18:03.082Z] + tee [2020-10-01T19:18:03.082Z] clair timeout 1m0s [2020-10-01T19:18:03.082Z] docker timeout: 1m0s [2020-10-01T19:18:03.082Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-01T19:18:05.148Z] $ docker stop --time=1 2c0c51b457200a07fb457487b1ca96ae604aa73d9a543ab6a9c3adb0655e16e4 [2020-10-01T19:18:06.469Z] $ docker rm -f 2c0c51b457200a07fb457487b1ca96ae604aa73d9a543ab6a9c3adb0655e16e4 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-01T19:18:06.941Z] + mkdir -p /w/workspace/edgex-go/157/clair-reports [Pipeline] echo [2020-10-01T19:18:06.954Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/157/clair-reports/clair_results_docker-sys-mgmt-agent-go-arm64_8d1be4b88019713d4adfd5be0516af0e8b12a917.html [Pipeline] writeFile [Pipeline] step [2020-10-01T19:18:07.032Z] Archiving artifacts [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2020-10-01T19:18:07.756Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-01T19:18:07.806Z] provisioning config files... [2020-10-01T19:18:07.847Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/157@tmp/config3888103583545422609tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-10-01T19:18:08.196Z] --> edgex-publish-swagger.sh [2020-10-01T19:18:08.196Z] === Publish openapi/v1 API === [2020-10-01T19:18:08.196Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2020-10-01T19:18:08.196Z] [publishToSwagger] Publishing API Name [core-command] [2020-10-01T19:18:08.196Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-01T19:18:08.196Z] Dload Upload Total Spent Left Speed [2020-10-01T19:18:09.139Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10521 0 0 100 10521 0 9833 0:00:01 0:00:01 --:--:-- 9841 100 10521 0 0 100 10521 0 9832 0:00:01 0:00:01 --:--:-- 9841 [2020-10-01T19:18:09.139Z] [2020-10-01T19:18:09.139Z] [2020-10-01T19:18:09.139Z] [publishToSwagger] Publishing API Name [core-data] [2020-10-01T19:18:09.139Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-01T19:18:09.139Z] Dload Upload Total Spent Left Speed [2020-10-01T19:18:10.524Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32556 0 0 100 32556 0 30826 0:00:01 0:00:01 --:--:-- 30858 100 32556 0 0 100 32556 0 30821 0:00:01 0:00:01 --:--:-- 30829 [2020-10-01T19:18:10.524Z] [2020-10-01T19:18:10.525Z] [2020-10-01T19:18:10.525Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-10-01T19:18:10.525Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-01T19:18:10.525Z] Dload Upload Total Spent Left Speed [2020-10-01T19:18:11.466Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73720 0 0 100 73720 0 69267 0:00:01 0:00:01 --:--:-- 69285 100 73720 0 0 100 73720 0 69259 0:00:01 0:00:01 --:--:-- 69285 [2020-10-01T19:18:11.466Z] [2020-10-01T19:18:11.466Z] [2020-10-01T19:18:11.466Z] [publishToSwagger] Publishing API Name [support-logging] [2020-10-01T19:18:11.466Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-01T19:18:11.466Z] Dload Upload Total Spent Left Speed [2020-10-01T19:18:12.409Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13580 0 0 100 13580 0 15633 --:--:-- --:--:-- --:--:-- 15627 100 13580 0 0 100 13580 0 15630 --:--:-- --:--:-- --:--:-- 15627 [2020-10-01T19:18:12.409Z] [2020-10-01T19:18:12.409Z] [2020-10-01T19:18:12.409Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-10-01T19:18:12.409Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-01T19:18:12.409Z] Dload Upload Total Spent Left Speed [2020-10-01T19:18:13.359Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38889 0 0 100 38889 0 35368 0:00:01 0:00:01 --:--:-- 35385 100 38889 0 0 100 38889 0 35363 0:00:01 0:00:01 --:--:-- 35385 [2020-10-01T19:18:13.359Z] [2020-10-01T19:18:13.359Z] [2020-10-01T19:18:13.359Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-10-01T19:18:13.359Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-01T19:18:13.359Z] Dload Upload Total Spent Left Speed [2020-10-01T19:18:14.750Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14248 0 0 100 14248 0 13582 0:00:01 0:00:01 --:--:-- 13595 100 14248 0 0 100 14248 0 13579 0:00:01 0:00:01 --:--:-- 13582 [2020-10-01T19:18:14.750Z] [2020-10-01T19:18:14.750Z] [2020-10-01T19:18:14.750Z] [publishToSwagger] Publishing API Name [system-agent] [2020-10-01T19:18:14.750Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-01T19:18:14.750Z] Dload Upload Total Spent Left Speed [2020-10-01T19:18:15.694Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4109 0 0 100 4109 0 3603 0:00:01 0:00:01 --:--:-- 3604 100 4109 0 0 100 4109 0 3603 0:00:01 0:00:01 --:--:-- 3604 [2020-10-01T19:18:15.694Z] [2020-10-01T19:18:15.694Z] [2020-10-01T19:18:15.694Z] === Publish openapi/v2 API === [2020-10-01T19:18:15.694Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2020-10-01T19:18:15.694Z] [publishToSwagger] Publishing API Name [core-command] [2020-10-01T19:18:15.694Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-01T19:18:15.694Z] Dload Upload Total Spent Left Speed [2020-10-01T19:18:16.642Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 30234 0 0 100 30234 0 30963 --:--:-- --:--:-- --:--:-- 30945 100 30234 0 0 100 30234 0 30957 --:--:-- --:--:-- --:--:-- 30945 [2020-10-01T19:18:16.642Z] [2020-10-01T19:18:16.642Z] [2020-10-01T19:18:16.642Z] [publishToSwagger] Publishing API Name [core-data] [2020-10-01T19:18:16.642Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-01T19:18:16.642Z] Dload Upload Total Spent Left Speed [2020-10-01T19:18:17.586Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 59012 0 0 100 59012 0 57041 0:00:01 0:00:01 --:--:-- 57071 100 59012 0 0 100 59012 0 57032 0:00:01 0:00:01 --:--:-- 57071 [2020-10-01T19:18:17.586Z] [2020-10-01T19:18:17.586Z] [2020-10-01T19:18:17.586Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-10-01T19:18:17.586Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-01T19:18:17.586Z] Dload Upload Total Spent Left Speed [2020-10-01T19:18:18.971Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 68246 0 0 100 68246 0 63810 0:00:01 0:00:01 --:--:-- 63840 100 68246 0 0 100 68246 0 63801 0:00:01 0:00:01 --:--:-- 63840 [2020-10-01T19:18:18.971Z] [2020-10-01T19:18:18.971Z] [2020-10-01T19:18:18.971Z] [publishToSwagger] Publishing API Name [support-logging] [2020-10-01T19:18:18.971Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-01T19:18:18.971Z] Dload Upload Total Spent Left Speed [2020-10-01T19:18:19.912Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 26165 0 0 100 26165 0 26130 0:00:01 0:00:01 --:--:-- 26138 100 26165 0 0 100 26165 0 26126 0:00:01 0:00:01 --:--:-- 26138 [2020-10-01T19:18:19.912Z] [2020-10-01T19:18:19.912Z] [2020-10-01T19:18:19.912Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-10-01T19:18:19.912Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-01T19:18:19.912Z] Dload Upload Total Spent Left Speed [2020-10-01T19:18:20.853Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 63410 0 0 100 63410 0 62423 0:00:01 0:00:01 --:--:-- 62472 100 63410 0 0 100 63410 0 62413 0:00:01 0:00:01 --:--:-- 62472 [2020-10-01T19:18:20.853Z] [2020-10-01T19:18:20.853Z] [2020-10-01T19:18:20.853Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-10-01T19:18:20.853Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-01T19:18:20.853Z] Dload Upload Total Spent Left Speed [2020-10-01T19:18:21.795Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 46049 0 0 100 46049 0 45010 0:00:01 0:00:01 --:--:-- 45057 100 46049 0 0 100 46049 0 45004 0:00:01 0:00:01 --:--:-- 45013 [2020-10-01T19:18:21.795Z] [2020-10-01T19:18:21.795Z] [2020-10-01T19:18:21.795Z] [publishToSwagger] Publishing API Name [system-agent] [2020-10-01T19:18:21.795Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-01T19:18:21.795Z] Dload Upload Total Spent Left Speed [2020-10-01T19:18:22.738Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 24114 0 0 100 24114 0 27427 --:--:-- --:--:-- --:--:-- 27402 100 24114 0 0 100 24114 0 27422 --:--:-- --:--:-- --:--:-- 27402 [2020-10-01T19:18:22.738Z] [2020-10-01T19:18:22.738Z] [Pipeline] } [2020-10-01T19:18:22.746Z] 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-01T19:18:33.349Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-01T19:18:33.349Z] . [Pipeline] withDockerContainer [2020-10-01T19:18:33.447Z] prd-centos7-docker-4c-2g-2853 does not seem to be running inside a container [2020-10-01T19:18:33.486Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/157 -v /w/workspace/edgex-go/157:/w/workspace/edgex-go/157:rw,z -v /w/workspace/edgex-go/157@tmp:/w/workspace/edgex-go/157@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-01T19:18:34.226Z] $ docker top b12b18fa16a7d339e43716d525e70bd0c6061ed1428ba7f6c4777d034452638e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-01T19:18:34.506Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-01T19:18:34.506Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-01T19:18:34.693Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-01T19:18:34.697Z] $ docker exec b12b18fa16a7d339e43716d525e70bd0c6061ed1428ba7f6c4777d034452638e ssh-agent [2020-10-01T19:18:34.849Z] SSH_AUTH_SOCK=/tmp/ssh-HSDmtZfq58ur/agent.12 [2020-10-01T19:18:34.849Z] SSH_AGENT_PID=18 [2020-10-01T19:18:34.859Z] Running ssh-add (command line suppressed) [2020-10-01T19:18:34.985Z] Identity added: /w/workspace/edgex-go/157@tmp/private_key_6206884528151676521.key (/w/workspace/edgex-go/157@tmp/private_key_6206884528151676521.key) [2020-10-01T19:18:35.029Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-01T19:18:35.356Z] + git semver tag [2020-10-01T19:18:35.356Z] # -> Open(): unable to determine branch for HEAD [2020-10-01T19:18:35.356Z] # $GIT_DIR = /w/workspace/edgex-go/157/.git [2020-10-01T19:18:35.356Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/157 [2020-10-01T19:18:35.356Z] # $SEMVER_REMOTE_NAME = origin [2020-10-01T19:18:35.356Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-01T19:18:35.356Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-01T19:18:35.356Z] # $SEMVER_BRANCH = master [2020-10-01T19:18:35.356Z] # $SEMVER_DIR = /w/workspace/edgex-go/157/.semver [2020-10-01T19:18:35.356Z] # 8d1be4b88019713d4adfd5be0516af0e8b12a917 HEAD [2020-10-01T19:18:35.926Z] # -> Force: false [2020-10-01T19:18:35.926Z] # e188eff9ea5167ec84ff7421db9e48e48b478166 refs/tags/v1.2.2-dev.42 [Pipeline] } [2020-10-01T19:18:35.938Z] $ docker exec --env ******** --env ******** b12b18fa16a7d339e43716d525e70bd0c6061ed1428ba7f6c4777d034452638e ssh-agent -k [2020-10-01T19:18:36.051Z] unset SSH_AUTH_SOCK; [2020-10-01T19:18:36.051Z] unset SSH_AGENT_PID; [2020-10-01T19:18:36.051Z] echo Agent pid 18 killed; [2020-10-01T19:18:36.096Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-01T19:18:36.548Z] + git semver [Pipeline] } [2020-10-01T19:18:36.565Z] $ docker stop --time=1 b12b18fa16a7d339e43716d525e70bd0c6061ed1428ba7f6c4777d034452638e [2020-10-01T19:18:37.892Z] $ docker rm -f b12b18fa16a7d339e43716d525e70bd0c6061ed1428ba7f6c4777d034452638e [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:18:38.505Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-01T19:18:38.505Z] [2020-10-01T19:18:38.505Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:18:38.891Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-01T19:18:38.891Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-10-01T19:18:38.891Z] ab5ef0e58194: Pulling fs layer [2020-10-01T19:18:38.891Z] 9712f1f96733: Pulling fs layer [2020-10-01T19:18:38.891Z] 63f879dbbcfc: Pulling fs layer [2020-10-01T19:18:38.891Z] 0d9ebad4ef96: Pulling fs layer [2020-10-01T19:18:38.891Z] e9a5061849ea: Pulling fs layer [2020-10-01T19:18:38.891Z] d747dcd14b5f: Pulling fs layer [2020-10-01T19:18:38.891Z] 2de7ff778b66: Pulling fs layer [2020-10-01T19:18:38.891Z] e9a5061849ea: Waiting [2020-10-01T19:18:38.891Z] d747dcd14b5f: Waiting [2020-10-01T19:18:38.891Z] 2de7ff778b66: Waiting [2020-10-01T19:18:38.891Z] 0d9ebad4ef96: Waiting [2020-10-01T19:18:38.891Z] 9712f1f96733: Verifying Checksum [2020-10-01T19:18:38.891Z] 9712f1f96733: Download complete [2020-10-01T19:18:40.807Z] 63f879dbbcfc: Verifying Checksum [2020-10-01T19:18:40.807Z] 63f879dbbcfc: Download complete [2020-10-01T19:18:41.067Z] e9a5061849ea: Verifying Checksum [2020-10-01T19:18:41.067Z] e9a5061849ea: Download complete [2020-10-01T19:18:41.067Z] d747dcd14b5f: Verifying Checksum [2020-10-01T19:18:41.067Z] d747dcd14b5f: Download complete [2020-10-01T19:18:41.331Z] 2de7ff778b66: Verifying Checksum [2020-10-01T19:18:41.331Z] 2de7ff778b66: Download complete [2020-10-01T19:18:41.902Z] 0d9ebad4ef96: Verifying Checksum [2020-10-01T19:18:41.902Z] 0d9ebad4ef96: Download complete [2020-10-01T19:18:41.902Z] ab5ef0e58194: Verifying Checksum [2020-10-01T19:18:41.902Z] ab5ef0e58194: Download complete [2020-10-01T19:18:46.122Z] ab5ef0e58194: Pull complete [2020-10-01T19:18:46.122Z] 9712f1f96733: Pull complete [2020-10-01T19:18:48.666Z] 63f879dbbcfc: Pull complete [2020-10-01T19:18:53.969Z] 0d9ebad4ef96: Pull complete [2020-10-01T19:18:55.904Z] e9a5061849ea: Pull complete [2020-10-01T19:18:55.904Z] d747dcd14b5f: Pull complete [2020-10-01T19:18:57.842Z] 2de7ff778b66: Pull complete [2020-10-01T19:18:57.842Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-10-01T19:18:57.842Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-01T19:18:57.842Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-10-01T19:18:58.227Z] prd-centos7-docker-4c-2g-2853 does not seem to be running inside a container [2020-10-01T19:18:58.273Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/157 -v /w/workspace/edgex-go/157:/w/workspace/edgex-go/157:rw,z -v /w/workspace/edgex-go/157@tmp:/w/workspace/edgex-go/157@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-01T19:19:01.025Z] $ docker top ea9f6479a1968cc4fdf9c4f5d035bc29e141e509a6444a486b8496bb40a82add -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-10-01T19:19:01.276Z] provisioning config files... [2020-10-01T19:19:01.285Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/157@tmp/config5249784284719557668tmp [2020-10-01T19:19:01.299Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/157@tmp/config2484141306834062833tmp [2020-10-01T19:19:01.311Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/157@tmp/config2180164962572196246tmp [Pipeline] { [Pipeline] echo [2020-10-01T19:19:01.378Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-01T19:19:01.671Z] ---> sigul-configuration.sh [2020-10-01T19:19:01.671Z] gpg: directory `/root/.gnupg' created [2020-10-01T19:19:01.671Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-10-01T19:19:01.671Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-10-01T19:19:01.671Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-10-01T19:19:01.671Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-10-01T19:19:01.671Z] gpg: CAST5 encrypted data [2020-10-01T19:19:01.931Z] gpg: encrypted with 1 passphrase [2020-10-01T19:19:01.931Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-10-01T19:19:02.225Z] + mkdir /home/jenkins [2020-10-01T19:19:02.225Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-10-01T19:19:02.518Z] + 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-01T19:19:02.527Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-01T19:19:02.827Z] ---> sigul-install.sh [2020-10-01T19:19:08.166Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-10-01T19:19:08.459Z] + git tag --list [2020-10-01T19:19:08.459Z] 0.6.0 [2020-10-01T19:19:08.459Z] 0.6.1 [2020-10-01T19:19:08.459Z] 0.7.0 [2020-10-01T19:19:08.459Z] 0.7.1 [2020-10-01T19:19:08.459Z] v1.0.0 [2020-10-01T19:19:08.459Z] v1.0.1 [2020-10-01T19:19:08.459Z] v1.1.0 [2020-10-01T19:19:08.459Z] v1.2.0 [2020-10-01T19:19:08.459Z] v1.2.1 [2020-10-01T19:19:08.459Z] v1.2.2-dev.1 [2020-10-01T19:19:08.459Z] v1.2.2-dev.10 [2020-10-01T19:19:08.459Z] v1.2.2-dev.11 [2020-10-01T19:19:08.459Z] v1.2.2-dev.12 [2020-10-01T19:19:08.459Z] v1.2.2-dev.13 [2020-10-01T19:19:08.459Z] v1.2.2-dev.14 [2020-10-01T19:19:08.459Z] v1.2.2-dev.15 [2020-10-01T19:19:08.459Z] v1.2.2-dev.16 [2020-10-01T19:19:08.459Z] v1.2.2-dev.17 [2020-10-01T19:19:08.459Z] v1.2.2-dev.18 [2020-10-01T19:19:08.459Z] v1.2.2-dev.19 [2020-10-01T19:19:08.459Z] v1.2.2-dev.2 [2020-10-01T19:19:08.459Z] v1.2.2-dev.20 [2020-10-01T19:19:08.459Z] v1.2.2-dev.21 [2020-10-01T19:19:08.459Z] v1.2.2-dev.22 [2020-10-01T19:19:08.459Z] v1.2.2-dev.23 [2020-10-01T19:19:08.459Z] v1.2.2-dev.24 [2020-10-01T19:19:08.459Z] v1.2.2-dev.25 [2020-10-01T19:19:08.459Z] v1.2.2-dev.26 [2020-10-01T19:19:08.459Z] v1.2.2-dev.27 [2020-10-01T19:19:08.459Z] v1.2.2-dev.28 [2020-10-01T19:19:08.459Z] v1.2.2-dev.29 [2020-10-01T19:19:08.459Z] v1.2.2-dev.3 [2020-10-01T19:19:08.459Z] v1.2.2-dev.30 [2020-10-01T19:19:08.459Z] v1.2.2-dev.31 [2020-10-01T19:19:08.459Z] v1.2.2-dev.32 [2020-10-01T19:19:08.459Z] v1.2.2-dev.33 [2020-10-01T19:19:08.459Z] v1.2.2-dev.34 [2020-10-01T19:19:08.460Z] v1.2.2-dev.35 [2020-10-01T19:19:08.460Z] v1.2.2-dev.36 [2020-10-01T19:19:08.460Z] v1.2.2-dev.37 [2020-10-01T19:19:08.460Z] v1.2.2-dev.38 [2020-10-01T19:19:08.460Z] v1.2.2-dev.39 [2020-10-01T19:19:08.460Z] v1.2.2-dev.4 [2020-10-01T19:19:08.460Z] v1.2.2-dev.40 [2020-10-01T19:19:08.460Z] v1.2.2-dev.41 [2020-10-01T19:19:08.460Z] v1.2.2-dev.42 [2020-10-01T19:19:08.460Z] v1.2.2-dev.5 [2020-10-01T19:19:08.460Z] v1.2.2-dev.6 [2020-10-01T19:19:08.460Z] v1.2.2-dev.7 [2020-10-01T19:19:08.460Z] v1.2.2-dev.8 [2020-10-01T19:19:08.460Z] v1.2.2-dev.9 [Pipeline] sh [2020-10-01T19:19:08.751Z] + lftools sign git-tag v1.2.2-dev.42 [2020-10-01T19:19:09.695Z] Signing Git tag with Sigul... [2020-10-01T19:19:09.695Z] Signing v1.2.2-dev.42 [Pipeline] echo [2020-10-01T19:19:11.090Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-01T19:19:11.390Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-10-01T19:19:11.399Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-10-01T19:19:11.506Z] $ docker stop --time=1 ea9f6479a1968cc4fdf9c4f5d035bc29e141e509a6444a486b8496bb40a82add [2020-10-01T19:19:13.460Z] $ docker rm -f ea9f6479a1968cc4fdf9c4f5d035bc29e141e509a6444a486b8496bb40a82add [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:19:14.292Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-01T19:19:14.292Z] . [Pipeline] withDockerContainer [2020-10-01T19:19:14.398Z] prd-centos7-docker-4c-2g-2853 does not seem to be running inside a container [2020-10-01T19:19:14.442Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/157 -v /w/workspace/edgex-go/157:/w/workspace/edgex-go/157:rw,z -v /w/workspace/edgex-go/157@tmp:/w/workspace/edgex-go/157@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-01T19:19:15.022Z] $ docker top a13b4be64c9cc574da57ed9767f17362bdb2a10223336687b189cc2ecc068ecf -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-01T19:19:15.342Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-01T19:19:15.342Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-01T19:19:15.517Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-01T19:19:15.521Z] $ docker exec a13b4be64c9cc574da57ed9767f17362bdb2a10223336687b189cc2ecc068ecf ssh-agent [2020-10-01T19:19:15.675Z] SSH_AUTH_SOCK=/tmp/ssh-PYA9d1tZvTty/agent.13 [2020-10-01T19:19:15.676Z] SSH_AGENT_PID=18 [2020-10-01T19:19:15.681Z] Running ssh-add (command line suppressed) [2020-10-01T19:19:15.798Z] Identity added: /w/workspace/edgex-go/157@tmp/private_key_8804620776159984774.key (/w/workspace/edgex-go/157@tmp/private_key_8804620776159984774.key) [2020-10-01T19:19:15.848Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-01T19:19:16.185Z] + git semver bump pre [2020-10-01T19:19:16.185Z] # -> Open(): unable to determine branch for HEAD [2020-10-01T19:19:16.185Z] # $GIT_DIR = /w/workspace/edgex-go/157/.git [2020-10-01T19:19:16.185Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/157 [2020-10-01T19:19:16.185Z] # $SEMVER_REMOTE_NAME = origin [2020-10-01T19:19:16.185Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-01T19:19:16.185Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-01T19:19:16.185Z] # $SEMVER_BRANCH = master [2020-10-01T19:19:16.185Z] # $SEMVER_DIR = /w/workspace/edgex-go/157/.semver [2020-10-01T19:19:16.185Z] 1.2.2-dev.43 [Pipeline] } [2020-10-01T19:19:16.197Z] $ docker exec --env ******** --env ******** a13b4be64c9cc574da57ed9767f17362bdb2a10223336687b189cc2ecc068ecf ssh-agent -k [2020-10-01T19:19:16.310Z] unset SSH_AUTH_SOCK; [2020-10-01T19:19:16.310Z] unset SSH_AGENT_PID; [2020-10-01T19:19:16.310Z] echo Agent pid 18 killed; [2020-10-01T19:19:16.357Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-01T19:19:16.833Z] + git semver [Pipeline] } [2020-10-01T19:19:16.850Z] $ docker stop --time=1 a13b4be64c9cc574da57ed9767f17362bdb2a10223336687b189cc2ecc068ecf [2020-10-01T19:19:18.171Z] $ docker rm -f a13b4be64c9cc574da57ed9767f17362bdb2a10223336687b189cc2ecc068ecf [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-01T19:19:18.673Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-01T19:19:18.673Z] . [Pipeline] withDockerContainer [2020-10-01T19:19:18.763Z] prd-centos7-docker-4c-2g-2853 does not seem to be running inside a container [2020-10-01T19:19:18.803Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/157 -v /w/workspace/edgex-go/157:/w/workspace/edgex-go/157:rw,z -v /w/workspace/edgex-go/157@tmp:/w/workspace/edgex-go/157@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-01T19:19:19.353Z] $ docker top 56d7c72471bb47b1cd57b96bd0cb0eea05645c746bb0d7e5f50dc4479acb16f3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-01T19:19:19.634Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-01T19:19:19.634Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-01T19:19:19.810Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-01T19:19:19.814Z] $ docker exec 56d7c72471bb47b1cd57b96bd0cb0eea05645c746bb0d7e5f50dc4479acb16f3 ssh-agent [2020-10-01T19:19:19.965Z] SSH_AUTH_SOCK=/tmp/ssh-FnLL8Pa0SgB0/agent.11 [2020-10-01T19:19:19.965Z] SSH_AGENT_PID=16 [2020-10-01T19:19:19.976Z] Running ssh-add (command line suppressed) [2020-10-01T19:19:20.092Z] Identity added: /w/workspace/edgex-go/157@tmp/private_key_3883709493015993381.key (/w/workspace/edgex-go/157@tmp/private_key_3883709493015993381.key) [2020-10-01T19:19:20.138Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-01T19:19:20.470Z] + git semver push [2020-10-01T19:19:20.471Z] # -> Open(): unable to determine branch for HEAD [2020-10-01T19:19:20.471Z] # $GIT_DIR = /w/workspace/edgex-go/157/.git [2020-10-01T19:19:20.471Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/157 [2020-10-01T19:19:20.471Z] # $SEMVER_REMOTE_NAME = origin [2020-10-01T19:19:20.471Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-01T19:19:20.471Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-01T19:19:20.471Z] # $SEMVER_BRANCH = master [2020-10-01T19:19:20.471Z] # $SEMVER_DIR = /w/workspace/edgex-go/157/.semver [Pipeline] } [2020-10-01T19:19:30.500Z] $ docker exec --env ******** --env ******** 56d7c72471bb47b1cd57b96bd0cb0eea05645c746bb0d7e5f50dc4479acb16f3 ssh-agent -k [2020-10-01T19:19:30.611Z] unset SSH_AUTH_SOCK; [2020-10-01T19:19:30.611Z] unset SSH_AGENT_PID; [2020-10-01T19:19:30.611Z] echo Agent pid 16 killed; [2020-10-01T19:19:30.654Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-01T19:19:31.200Z] + git semver [Pipeline] } [2020-10-01T19:19:31.217Z] $ docker stop --time=1 56d7c72471bb47b1cd57b96bd0cb0eea05645c746bb0d7e5f50dc4479acb16f3 [2020-10-01T19:19:32.536Z] $ docker rm -f 56d7c72471bb47b1cd57b96bd0cb0eea05645c746bb0d7e5f50dc4479acb16f3 [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-01T19:19:33.514Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-01T19:19:34.113Z] ---> package-listing.sh [2020-10-01T19:19:34.113Z] ++ facter osfamily [2020-10-01T19:19:34.113Z] ++ tr '[:upper:]' '[:lower:]' [2020-10-01T19:19:34.113Z] + OS_FAMILY=redhat [2020-10-01T19:19:34.113Z] + workspace=/w/workspace/edgex-go/157 [2020-10-01T19:19:34.113Z] + START_PACKAGES=/tmp/packages_start.txt [2020-10-01T19:19:34.113Z] + END_PACKAGES=/tmp/packages_end.txt [2020-10-01T19:19:34.113Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-10-01T19:19:34.113Z] + PACKAGES=/tmp/packages_start.txt [2020-10-01T19:19:34.113Z] + '[' /w/workspace/edgex-go/157 ']' [2020-10-01T19:19:34.113Z] + PACKAGES=/tmp/packages_end.txt [2020-10-01T19:19:34.113Z] + case "${OS_FAMILY}" in [2020-10-01T19:19:34.113Z] + rpm -qa [2020-10-01T19:19:34.113Z] + sort [2020-10-01T19:19:38.323Z] + '[' -f /tmp/packages_start.txt ']' [2020-10-01T19:19:38.323Z] + '[' -f /tmp/packages_end.txt ']' [2020-10-01T19:19:38.323Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-10-01T19:19:38.323Z] + '[' /w/workspace/edgex-go/157 ']' [2020-10-01T19:19:38.323Z] + mkdir -p /w/workspace/edgex-go/157/archives/ [2020-10-01T19:19:38.323Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/157/archives/ [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-01T19:19:38.923Z] provisioning config files... [2020-10-01T19:19:38.938Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/157@tmp/config2578274535896989530tmp [Pipeline] { [Pipeline] echo [2020-10-01T19:19:39.015Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-01T19:19:39.308Z] ---> create-netrc.sh [Pipeline] } [2020-10-01T19:19:39.316Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-10-01T19:19:39.416Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-01T19:19:39.706Z] ---> python-tools-install.sh [2020-10-01T19:19:39.706Z] Generating Requirements File [2020-10-01T19:20:47.455Z] Python 3.6.8 [2020-10-01T19:20:47.455Z] pip 20.2.3 from /home/jenkins/.local/lib/python3.6/site-packages/pip (python 3.6) [2020-10-01T19:20:47.455Z] aiohttp==3.6.2 [2020-10-01T19:20:47.455Z] appdirs==1.4.3 [2020-10-01T19:20:47.455Z] argcomplete==1.12.1 [2020-10-01T19:20:47.455Z] aspy.yaml==1.3.0 [2020-10-01T19:20:47.455Z] async-timeout==3.0.1 [2020-10-01T19:20:47.455Z] attrs==19.3.0 [2020-10-01T19:20:47.455Z] Babel==2.8.0 [2020-10-01T19:20:47.455Z] beautifulsoup4==4.8.2 [2020-10-01T19:20:47.455Z] boto3==1.11.6 [2020-10-01T19:20:47.455Z] botocore==1.14.6 [2020-10-01T19:20:47.455Z] bs4==0.0.1 [2020-10-01T19:20:47.455Z] cachetools==4.1.1 [2020-10-01T19:20:47.455Z] certifi==2019.11.28 [2020-10-01T19:20:47.455Z] cffi==1.14.3 [2020-10-01T19:20:47.455Z] cfgv==2.0.1 [2020-10-01T19:20:47.455Z] chardet==3.0.4 [2020-10-01T19:20:47.455Z] click==7.1 [2020-10-01T19:20:47.455Z] cliff==3.4.0 [2020-10-01T19:20:47.455Z] cmd2==1.3.11 [2020-10-01T19:20:47.455Z] colorama==0.4.3 [2020-10-01T19:20:47.455Z] cryptography==3.1.1 [2020-10-01T19:20:47.455Z] debtcollector==2.2.0 [2020-10-01T19:20:47.455Z] decorator==4.4.2 [2020-10-01T19:20:47.455Z] defusedxml==0.6.0 [2020-10-01T19:20:47.455Z] Deprecated==1.2.7 [2020-10-01T19:20:47.455Z] distlib==0.3.1 [2020-10-01T19:20:47.455Z] distro==1.2.0 [2020-10-01T19:20:47.455Z] dnspython==1.16.0 [2020-10-01T19:20:47.455Z] docker==4.2.0 [2020-10-01T19:20:47.455Z] docutils==0.15.2 [2020-10-01T19:20:47.455Z] dogpile.cache==1.0.2 [2020-10-01T19:20:47.455Z] email-validator==1.0.5 [2020-10-01T19:20:47.455Z] filelock==3.0.12 [2020-10-01T19:20:47.455Z] future==0.18.2 [2020-10-01T19:20:47.455Z] google-auth==1.22.0 [2020-10-01T19:20:47.455Z] httplib2==0.17.0 [2020-10-01T19:20:47.455Z] identify==1.4.11 [2020-10-01T19:20:47.455Z] idna==2.9 [2020-10-01T19:20:47.455Z] idna-ssl==1.1.0 [2020-10-01T19:20:47.455Z] importlib-metadata==1.7.0 [2020-10-01T19:20:47.455Z] importlib-resources==1.5.0 [2020-10-01T19:20:47.455Z] iso8601==0.1.13 [2020-10-01T19:20:47.455Z] Jinja2==2.11.1 [2020-10-01T19:20:47.455Z] jmespath==0.10.0 [2020-10-01T19:20:47.455Z] jsonpatch==1.26 [2020-10-01T19:20:47.455Z] jsonpointer==2.0 [2020-10-01T19:20:47.455Z] jsonschema==3.2.0 [2020-10-01T19:20:47.455Z] keystoneauth1==4.2.1 [2020-10-01T19:20:47.455Z] kubernetes==11.0.0 [2020-10-01T19:20:47.455Z] lftools==0.34.2 [2020-10-01T19:20:47.455Z] lxml==4.5.0 [2020-10-01T19:20:47.456Z] MarkupSafe==0.23 [2020-10-01T19:20:47.456Z] msgpack==1.0.0 [2020-10-01T19:20:47.456Z] multi-key-dict==2.0.3 [2020-10-01T19:20:47.456Z] multidict==4.7.6 [2020-10-01T19:20:47.456Z] munch==2.5.0 [2020-10-01T19:20:47.456Z] netaddr==0.8.0 [2020-10-01T19:20:47.456Z] netifaces==0.10.9 [2020-10-01T19:20:47.456Z] niet==1.4.2 [2020-10-01T19:20:47.456Z] nodeenv==1.3.5 [2020-10-01T19:20:47.456Z] oauth2client==4.1.3 [2020-10-01T19:20:47.456Z] oauthlib==3.1.0 [2020-10-01T19:20:47.456Z] openstacksdk==0.50.0 [2020-10-01T19:20:47.456Z] os-client-config==2.1.0 [2020-10-01T19:20:47.456Z] os-service-types==1.7.0 [2020-10-01T19:20:47.456Z] osc-lib==2.2.1 [2020-10-01T19:20:47.456Z] oslo.config==8.3.2 [2020-10-01T19:20:47.456Z] oslo.context==3.1.1 [2020-10-01T19:20:47.456Z] oslo.i18n==5.0.1 [2020-10-01T19:20:47.456Z] oslo.log==4.4.0 [2020-10-01T19:20:47.456Z] oslo.serialization==4.0.1 [2020-10-01T19:20:47.456Z] oslo.utils==4.6.0 [2020-10-01T19:20:47.456Z] packaging==20.4 [2020-10-01T19:20:47.456Z] pbr==5.4.4 [2020-10-01T19:20:47.456Z] pluggy==0.13.1 [2020-10-01T19:20:47.456Z] prettytable==0.7.2 [2020-10-01T19:20:47.456Z] py==1.9.0 [2020-10-01T19:20:47.456Z] pyasn1==0.4.8 [2020-10-01T19:20:47.456Z] pyasn1-modules==0.2.8 [2020-10-01T19:20:47.456Z] pycparser==2.20 [2020-10-01T19:20:47.456Z] pygerrit2==2.0.10 [2020-10-01T19:20:47.456Z] PyGithub==1.46 [2020-10-01T19:20:47.456Z] pyinotify==0.9.6 [2020-10-01T19:20:47.456Z] PyJWT==1.7.1 [2020-10-01T19:20:47.456Z] pyparsing==2.4.7 [2020-10-01T19:20:47.456Z] pyperclip==1.8.0 [2020-10-01T19:20:47.456Z] pyroute2==0.4.13 [2020-10-01T19:20:47.456Z] pyrsistent==0.15.7 [2020-10-01T19:20:47.456Z] PySocks==1.6.8 [2020-10-01T19:20:47.456Z] python-cinderclient==7.2.0 [2020-10-01T19:20:47.456Z] python-dateutil==2.8.1 [2020-10-01T19:20:47.456Z] python-heatclient==2.2.1 [2020-10-01T19:20:47.456Z] python-jenkins==1.7.0 [2020-10-01T19:20:47.456Z] python-keystoneclient==4.1.1 [2020-10-01T19:20:47.456Z] python-magnumclient==3.2.1 [2020-10-01T19:20:47.456Z] python-novaclient==17.2.1 [2020-10-01T19:20:47.456Z] python-openstackclient==5.3.1 [2020-10-01T19:20:47.456Z] python-swiftclient==3.10.1 [2020-10-01T19:20:47.456Z] pytz==2020.1 [2020-10-01T19:20:47.456Z] PyYAML==5.3 [2020-10-01T19:20:47.456Z] requests==2.23.0 [2020-10-01T19:20:47.456Z] requests-oauthlib==1.3.0 [2020-10-01T19:20:47.456Z] requestsexceptions==1.4.0 [2020-10-01T19:20:47.456Z] rfc3986==1.4.0 [2020-10-01T19:20:47.456Z] rpm==4.11.3 [2020-10-01T19:20:47.456Z] rsa==4.0 [2020-10-01T19:20:47.456Z] ruamel.yaml==0.16.10 [2020-10-01T19:20:47.456Z] ruamel.yaml.clib==0.2.0 [2020-10-01T19:20:47.456Z] s3transfer==0.3.3 [2020-10-01T19:20:47.456Z] shade==1.27.2 [2020-10-01T19:20:47.456Z] simplejson==3.17.2 [2020-10-01T19:20:47.456Z] six==1.14.0 [2020-10-01T19:20:47.456Z] soupsieve==2.0 [2020-10-01T19:20:47.456Z] stevedore==3.2.2 [2020-10-01T19:20:47.456Z] tabulate==0.8.6 [2020-10-01T19:20:47.456Z] toml==0.10.0 [2020-10-01T19:20:47.456Z] tox==3.20.0 [2020-10-01T19:20:47.456Z] tqdm==4.43.0 [2020-10-01T19:20:47.456Z] typing-extensions==3.7.4.3 [2020-10-01T19:20:47.456Z] urllib3==1.25.8 [2020-10-01T19:20:47.456Z] virtualenv==20.0.31 [2020-10-01T19:20:47.456Z] wcwidth==0.2.5 [2020-10-01T19:20:47.456Z] websocket-client==0.57.0 [2020-10-01T19:20:47.456Z] wrapt==1.12.1 [2020-10-01T19:20:47.456Z] xdg==3.0.2 [2020-10-01T19:20:47.456Z] xmltodict==0.12.0 [2020-10-01T19:20:47.456Z] yarl==1.6.0 [2020-10-01T19:20:47.456Z] yq==2.11.1 [2020-10-01T19:20:47.456Z] zipp==3.2.0 [2020-10-01T19:20:47.717Z] Cache entry deserialization failed, entry ignored [2020-10-01T19:20:51.067Z] 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-01T19:20:53.613Z] Python 2.7.5 [2020-10-01T19:20:53.613Z] pip 20.2.3 from /home/jenkins/.local/lib/python2.7/site-packages/pip (python 2.7) [2020-10-01T19:20:53.880Z] 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-01T19:20:54.167Z] ansible==2.9.7 [2020-10-01T19:20:54.167Z] Babel==0.9.6 [2020-10-01T19:20:54.167Z] backports.ssl-match-hostname==3.5.0.1 [2020-10-01T19:20:54.167Z] beautifulsoup4==4.4.1 [2020-10-01T19:20:54.167Z] bodhi==2.11.0 [2020-10-01T19:20:54.167Z] bodhi-client==2.11.0 [2020-10-01T19:20:54.167Z] CCColUtils==1.4 [2020-10-01T19:20:54.167Z] cffi==1.6.0 [2020-10-01T19:20:54.167Z] chardet==2.2.1 [2020-10-01T19:20:54.167Z] click==6.7 [2020-10-01T19:20:54.167Z] cloud-init==18.5 [2020-10-01T19:20:54.167Z] configobj==4.7.2 [2020-10-01T19:20:54.167Z] cryptography==1.7.2 [2020-10-01T19:20:54.167Z] decorator==3.4.0 [2020-10-01T19:20:54.167Z] distro==1.2.0 [2020-10-01T19:20:54.167Z] enum34==1.0.4 [2020-10-01T19:20:54.167Z] fedpkg==1.38 [2020-10-01T19:20:54.167Z] futures==3.1.1 [2020-10-01T19:20:54.167Z] gitdb==0.6.4 [2020-10-01T19:20:54.167Z] GitPython==1.0.1 [2020-10-01T19:20:54.167Z] html5lib==0.999 [2020-10-01T19:20:54.167Z] httplib2==0.9.2 [2020-10-01T19:20:54.167Z] idna==2.4 [2020-10-01T19:20:54.167Z] iniparse==0.4 [2020-10-01T19:20:54.167Z] ipaddress==1.0.16 [2020-10-01T19:20:54.167Z] IPy==0.75 [2020-10-01T19:20:54.167Z] javapackages==1.0.0 [2020-10-01T19:20:54.167Z] Jinja2==2.7.2 [2020-10-01T19:20:54.167Z] jmespath==0.9.4 [2020-10-01T19:20:54.167Z] jsonpatch==1.2 [2020-10-01T19:20:54.167Z] jsonpointer==1.9 [2020-10-01T19:20:54.167Z] kerberos==1.1 [2020-10-01T19:20:54.167Z] kitchen==1.1.1 [2020-10-01T19:20:54.167Z] langtable==0.0.31 [2020-10-01T19:20:54.167Z] lockfile==0.9.1 [2020-10-01T19:20:54.167Z] lxml==3.2.1 [2020-10-01T19:20:54.167Z] MarkupSafe==0.11 [2020-10-01T19:20:54.167Z] munch==2.0.2 [2020-10-01T19:20:54.167Z] offtrac==0.1.0 [2020-10-01T19:20:54.167Z] openidc-client==0.6.0 [2020-10-01T19:20:54.167Z] packagedb-cli==2.14.1 [2020-10-01T19:20:54.167Z] paramiko==2.1.1 [2020-10-01T19:20:54.167Z] perf==0.1 [2020-10-01T19:20:54.167Z] ply==3.4 [2020-10-01T19:20:54.167Z] policycoreutils-default-encoding==0.1 [2020-10-01T19:20:54.167Z] prettytable==0.7.2 [2020-10-01T19:20:54.167Z] pyasn1==0.1.9 [2020-10-01T19:20:54.167Z] pycparser==2.14 [2020-10-01T19:20:54.167Z] pycurl==7.19.0 [2020-10-01T19:20:54.167Z] pygobject==3.22.0 [2020-10-01T19:20:54.167Z] pygpgme==0.3 [2020-10-01T19:20:54.167Z] pyliblzma==0.5.3 [2020-10-01T19:20:54.167Z] pyOpenSSL==0.13.1 [2020-10-01T19:20:54.167Z] pyparsing==1.5.6 [2020-10-01T19:20:54.167Z] pyserial==2.6 [2020-10-01T19:20:54.167Z] python-augeas==0.5.0 [2020-10-01T19:20:54.167Z] python-bugzilla==2.3.0 [2020-10-01T19:20:54.167Z] python-dateutil==1.5 [2020-10-01T19:20:54.167Z] python-fedora==0.10.0 [2020-10-01T19:20:54.167Z] python-linux-procfs==0.4.9 [2020-10-01T19:20:54.167Z] python-yubico==1.2.3 [2020-10-01T19:20:54.167Z] pyudev==0.15 [2020-10-01T19:20:54.167Z] pyusb==1.0.0b1 [2020-10-01T19:20:54.167Z] pyxattr==0.5.1 [2020-10-01T19:20:54.167Z] PyYAML==3.10 [2020-10-01T19:20:54.167Z] requests==2.6.0 [2020-10-01T19:20:54.167Z] requests-kerberos==0.7.0 [2020-10-01T19:20:54.167Z] rpkg==1.60 [2020-10-01T19:20:54.167Z] schedutils==0.4 [2020-10-01T19:20:54.167Z] seobject==0.1 [2020-10-01T19:20:54.167Z] sepolicy==1.1 [2020-10-01T19:20:54.167Z] six==1.9.0 [2020-10-01T19:20:54.167Z] smmap==0.9.0 [2020-10-01T19:20:54.167Z] urlgrabber==3.10 [2020-10-01T19:20:54.167Z] urllib3==1.10.2 [2020-10-01T19:20:54.167Z] virtualenv==15.1.0 [2020-10-01T19:20:54.167Z] yum-langpacks==0.4.2 [2020-10-01T19:20:54.167Z] yum-metadata-parser==1.1.4 [Pipeline] echo [2020-10-01T19:20:54.441Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-01T19:20:54.836Z] ---> sudo-logs.sh [2020-10-01T19:20:54.836Z] Archiving 'sudo' log.. [Pipeline] echo [2020-10-01T19:20:55.422Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-01T19:20:55.724Z] ---> job-cost.sh [2020-10-01T19:20:55.989Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-RPsA [2020-10-01T19:21:04.133Z] Cache entry deserialization failed, entry ignored [2020-10-01T19:21:04.133Z] Cache entry deserialization failed, entry ignored [2020-10-01T19:21:04.702Z] Cache entry deserialization failed, entry ignored [2020-10-01T19:21:04.702Z] Cache entry deserialization failed, entry ignored [2020-10-01T19:21:04.702Z] Cache entry deserialization failed, entry ignored [2020-10-01T19:21:04.963Z] Cache entry deserialization failed, entry ignored [2020-10-01T19:21:04.963Z] Cache entry deserialization failed, entry ignored [2020-10-01T19:21:04.963Z] Cache entry deserialization failed, entry ignored [2020-10-01T19:21:05.224Z] Cache entry deserialization failed, entry ignored [2020-10-01T19:21:05.224Z] Cache entry deserialization failed, entry ignored [2020-10-01T19:21:05.224Z] Cache entry deserialization failed, entry ignored [2020-10-01T19:21:05.224Z] Cache entry deserialization failed, entry ignored [2020-10-01T19:21:05.485Z] Cache entry deserialization failed, entry ignored [2020-10-01T19:21:07.418Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2020-10-01T19:21:39.581Z] ERROR: After October 2020 you may experience errors when installing or updating packages. This is because pip will change the way that it resolves dependency conflicts. [2020-10-01T19:21:39.581Z] [2020-10-01T19:21:39.581Z] We recommend you use --use-feature=2020-resolver to test your packages with the new resolver before it becomes the default. [2020-10-01T19:21:39.581Z] [2020-10-01T19:21:39.581Z] virtualenv 20.0.31 requires importlib-metadata<2,>=0.12; python_version < "3.8", but you'll have importlib-metadata 2.0.0 which is incompatible. [2020-10-01T19:21:39.581Z] lf-activate-venv(): INFO: Adding /tmp/venv-RPsA/bin to PATH [2020-10-01T19:21:39.581Z] INFO: No Stack... [2020-10-01T19:21:39.581Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-10-01T19:21:39.581Z] INFO: Archiving Costs [Pipeline] echo [2020-10-01T19:21:39.594Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-01T19:21:39.895Z] ---> logs-deploy.sh [2020-10-01T19:21:39.895Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/157 [2020-10-01T19:21:39.895Z] INFO: archiving workspace using pattern(s): [2020-10-01T19:21:41.810Z] Archives upload complete. [2020-10-01T19:21:41.810Z] INFO: archiving logs to Nexus [2020-10-01T19:21:42.755Z] ---> uname -a: [2020-10-01T19:21:42.755Z] Linux prd-centos7-docker-4c-2g-2853.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-01T19:21:42.755Z] [2020-10-01T19:21:42.755Z] [2020-10-01T19:21:42.755Z] ---> lscpu: [2020-10-01T19:21:42.755Z] Architecture: x86_64 [2020-10-01T19:21:42.755Z] CPU op-mode(s): 32-bit, 64-bit [2020-10-01T19:21:42.755Z] Byte Order: Little Endian [2020-10-01T19:21:42.755Z] CPU(s): 4 [2020-10-01T19:21:42.755Z] On-line CPU(s) list: 0-3 [2020-10-01T19:21:42.755Z] Thread(s) per core: 1 [2020-10-01T19:21:42.755Z] Core(s) per socket: 1 [2020-10-01T19:21:42.755Z] Socket(s): 4 [2020-10-01T19:21:42.755Z] NUMA node(s): 1 [2020-10-01T19:21:42.755Z] Vendor ID: GenuineIntel [2020-10-01T19:21:42.755Z] CPU family: 6 [2020-10-01T19:21:42.755Z] Model: 44 [2020-10-01T19:21:42.755Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-10-01T19:21:42.755Z] Stepping: 1 [2020-10-01T19:21:42.755Z] CPU MHz: 2933.438 [2020-10-01T19:21:42.755Z] BogoMIPS: 5866.87 [2020-10-01T19:21:42.755Z] Virtualization: VT-x [2020-10-01T19:21:42.755Z] Hypervisor vendor: KVM [2020-10-01T19:21:42.755Z] Virtualization type: full [2020-10-01T19:21:42.755Z] L1d cache: 32K [2020-10-01T19:21:42.755Z] L1i cache: 32K [2020-10-01T19:21:42.755Z] L2 cache: 4096K [2020-10-01T19:21:42.755Z] L3 cache: 16384K [2020-10-01T19:21:42.755Z] NUMA node0 CPU(s): 0-3 [2020-10-01T19:21:42.755Z] 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-01T19:21:42.755Z] [2020-10-01T19:21:42.755Z] [2020-10-01T19:21:42.755Z] ---> nproc: [2020-10-01T19:21:42.755Z] 4 [2020-10-01T19:21:42.755Z] [2020-10-01T19:21:42.755Z] [2020-10-01T19:21:42.755Z] ---> df -h: [2020-10-01T19:21:42.755Z] Filesystem Size Used Avail Use% Mounted on [2020-10-01T19:21:42.755Z] devtmpfs 887M 0 887M 0% /dev [2020-10-01T19:21:42.755Z] tmpfs 919M 0 919M 0% /dev/shm [2020-10-01T19:21:42.755Z] tmpfs 919M 17M 903M 2% /run [2020-10-01T19:21:42.755Z] tmpfs 919M 0 919M 0% /sys/fs/cgroup [2020-10-01T19:21:42.755Z] /dev/vda1 50G 13G 38G 26% / [2020-10-01T19:21:42.755Z] tmpfs 184M 0 184M 0% /run/user/1001 [2020-10-01T19:21:42.755Z] tmpfs 184M 0 184M 0% /run/user/0 [2020-10-01T19:21:42.755Z] [2020-10-01T19:21:42.755Z] [2020-10-01T19:21:42.755Z] ---> free -m: [2020-10-01T19:21:42.755Z] total used free shared buff/cache available [2020-10-01T19:21:42.755Z] Mem: 1837 591 89 5 1156 1058 [2020-10-01T19:21:42.755Z] Swap: 1023 56 967 [2020-10-01T19:21:42.755Z] [2020-10-01T19:21:42.755Z] [2020-10-01T19:21:42.755Z] ---> ip addr: [2020-10-01T19:21:42.755Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 [2020-10-01T19:21:42.755Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-10-01T19:21:42.755Z] inet 127.0.0.1/8 scope host lo [2020-10-01T19:21:42.755Z] valid_lft forever preferred_lft forever [2020-10-01T19:21:42.755Z] inet6 ::1/128 scope host [2020-10-01T19:21:42.755Z] valid_lft forever preferred_lft forever [2020-10-01T19:21:42.755Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP group default qlen 1000 [2020-10-01T19:21:42.755Z] link/ether fa:16:3e:eb:46:f5 brd ff:ff:ff:ff:ff:ff [2020-10-01T19:21:42.755Z] inet 10.30.123.4/23 brd 10.30.123.255 scope global dynamic eth0 [2020-10-01T19:21:42.755Z] valid_lft 84778sec preferred_lft 84778sec [2020-10-01T19:21:42.755Z] inet6 fe80::f816:3eff:feeb:46f5/64 scope link [2020-10-01T19:21:42.755Z] valid_lft forever preferred_lft forever [2020-10-01T19:21:42.755Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN group default [2020-10-01T19:21:42.755Z] link/ether 02:42:43:53:0e:5c brd ff:ff:ff:ff:ff:ff [2020-10-01T19:21:42.755Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2020-10-01T19:21:42.755Z] valid_lft forever preferred_lft forever [2020-10-01T19:21:42.755Z] inet6 fe80::42:43ff:fe53:e5c/64 scope link [2020-10-01T19:21:42.755Z] valid_lft forever preferred_lft forever [2020-10-01T19:21:42.755Z] [2020-10-01T19:21:42.755Z] [2020-10-01T19:21:43.019Z] ---> sar -b -r -n DEV: [2020-10-01T19:21:43.019Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/01/2020 _x86_64_ (4 CPU) [2020-10-01T19:21:43.019Z] [2020-10-01T19:21:43.019Z] 06:54:22 PM LINUX RESTART [2020-10-01T19:21:43.019Z] [2020-10-01T19:21:43.019Z] 06:55:02 PM tps rtps wtps bread/s bwrtn/s [2020-10-01T19:21:43.019Z] 06:56:01 PM 101.52 36.18 65.35 6447.27 17778.97 [2020-10-01T19:21:43.019Z] 06:57:01 PM 267.32 94.61 172.71 6076.14 60618.27 [2020-10-01T19:21:43.019Z] 06:58:02 PM 1218.01 948.52 269.49 74075.42 135838.70 [2020-10-01T19:21:43.019Z] 06:59:02 PM 1630.23 1307.16 323.07 97236.42 115802.49 [2020-10-01T19:21:43.019Z] 07:00:02 PM 1976.36 1608.26 368.11 102557.57 135832.08 [2020-10-01T19:21:43.019Z] 07:01:02 PM 1081.07 772.28 308.79 52507.43 82735.27 [2020-10-01T19:21:43.019Z] 07:02:01 PM 97.36 33.10 64.26 6364.52 3904.74 [2020-10-01T19:21:43.019Z] 07:03:01 PM 5.13 1.00 4.13 55.83 93.00 [2020-10-01T19:21:43.019Z] 07:04:01 PM 0.32 0.07 0.25 0.53 3.40 [2020-10-01T19:21:43.019Z] 07:05:01 PM 1.62 1.40 0.22 77.31 3.13 [2020-10-01T19:21:43.019Z] 07:06:01 PM 0.22 0.02 0.20 0.27 2.15 [2020-10-01T19:21:43.019Z] 07:07:01 PM 0.17 0.00 0.17 0.00 1.63 [2020-10-01T19:21:43.019Z] 07:08:01 PM 0.20 0.02 0.18 0.53 2.18 [2020-10-01T19:21:43.019Z] 07:09:01 PM 0.32 0.00 0.32 0.00 3.32 [2020-10-01T19:21:43.019Z] 07:10:01 PM 1.78 1.55 0.23 57.43 3.01 [2020-10-01T19:21:43.019Z] 07:11:01 PM 0.82 0.03 0.78 1.07 14.36 [2020-10-01T19:21:43.019Z] 07:12:01 PM 0.20 0.00 0.20 0.00 1.88 [2020-10-01T19:21:43.019Z] 07:13:02 PM 39.41 2.52 36.89 107.44 16858.63 [2020-10-01T19:21:43.019Z] 07:14:01 PM 566.55 419.12 147.43 10535.75 19526.89 [2020-10-01T19:21:43.019Z] 07:15:01 PM 52.02 18.12 33.91 391.41 559.42 [2020-10-01T19:21:43.019Z] 07:16:01 PM 28.59 1.52 27.07 104.16 435.61 [2020-10-01T19:21:43.019Z] 07:17:01 PM 28.98 0.45 28.53 5.86 451.81 [2020-10-01T19:21:43.019Z] 07:18:01 PM 28.28 0.98 27.29 24.51 441.47 [2020-10-01T19:21:43.019Z] 07:19:01 PM 216.16 88.51 127.65 6693.52 34271.05 [2020-10-01T19:21:43.019Z] 07:20:01 PM 125.42 87.21 38.21 7134.47 5326.96 [2020-10-01T19:21:43.019Z] 07:21:01 PM 122.43 28.34 94.09 1773.46 13227.23 [2020-10-01T19:21:43.019Z] Average: 292.86 210.44 82.42 14379.15 24881.31 [2020-10-01T19:21:43.019Z] [2020-10-01T19:21:43.019Z] 06:55:02 PM kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-10-01T19:21:43.019Z] 06:56:01 PM 67456 1814100 96.41 2620 1074184 1460336 49.84 628124 1023852 80228 [2020-10-01T19:21:43.019Z] 06:57:01 PM 110844 1770712 94.11 1492 1077168 1318820 45.01 670460 873980 8 [2020-10-01T19:21:43.019Z] 06:58:02 PM 76888 1804668 95.91 0 1123296 1527072 52.12 726016 903068 21732 [2020-10-01T19:21:43.019Z] 06:59:02 PM 281992 1599564 85.01 0 768624 2353524 80.32 698040 691900 18468 [2020-10-01T19:21:43.019Z] 07:00:02 PM 68808 1812748 96.34 0 1132988 1748752 59.68 727748 886680 122164 [2020-10-01T19:21:43.019Z] 07:01:02 PM 448508 1433048 76.16 0 804736 1383244 47.21 474672 764984 8 [2020-10-01T19:21:43.019Z] 07:02:01 PM 298320 1583236 84.15 0 998892 1186020 40.48 533552 853268 24 [2020-10-01T19:21:43.019Z] 07:03:01 PM 304716 1576840 83.81 0 1000476 1173016 40.03 597736 784748 16 [2020-10-01T19:21:43.019Z] 07:04:01 PM 309440 1572116 83.55 0 1000480 1134968 38.73 594628 784356 16 [2020-10-01T19:21:43.019Z] 07:05:01 PM 305344 1576212 83.77 0 1001736 1135124 38.74 599244 783940 16 [2020-10-01T19:21:43.019Z] 07:06:01 PM 305960 1575596 83.74 0 1001736 1134968 38.73 598880 783968 12 [2020-10-01T19:21:43.019Z] 07:07:01 PM 306276 1575280 83.72 0 1001748 1135004 38.74 598880 783976 20 [2020-10-01T19:21:43.019Z] 07:08:01 PM 305844 1575712 83.75 0 1001748 1134968 38.73 598892 783976 12 [2020-10-01T19:21:43.019Z] 07:09:01 PM 305548 1576008 83.76 0 1001760 1134968 38.73 599140 783992 8 [2020-10-01T19:21:43.019Z] 07:10:01 PM 303708 1577848 83.86 0 1002756 1135040 38.74 599180 784888 20 [2020-10-01T19:21:43.019Z] 07:11:01 PM 304108 1577448 83.84 0 1002760 1134968 38.73 599240 784888 12 [2020-10-01T19:21:43.019Z] 07:12:01 PM 303880 1577676 83.85 0 1002768 1135004 38.74 599004 784888 8 [2020-10-01T19:21:43.019Z] 07:13:02 PM 71028 1810528 96.23 0 1145408 1568136 53.52 750292 845648 81472 [2020-10-01T19:21:43.019Z] 07:14:01 PM 98396 1783160 94.77 0 967416 1937256 66.12 709836 711976 24 [2020-10-01T19:21:43.019Z] 07:15:01 PM 147404 1734152 92.17 0 942576 1750136 59.73 666480 708044 24 [2020-10-01T19:21:43.019Z] 07:16:01 PM 188116 1693440 90.00 0 944828 1345060 45.90 643072 691728 44 [2020-10-01T19:21:43.020Z] 07:17:01 PM 209872 1671684 88.85 0 944908 1136592 38.79 633356 680564 48 [2020-10-01T19:21:43.020Z] 07:18:01 PM 223872 1657684 88.10 0 945088 1123108 38.33 631804 668380 36 [2020-10-01T19:21:43.020Z] 07:19:01 PM 126696 1754860 93.27 0 961972 1552680 52.99 519960 817044 32 [2020-10-01T19:21:43.020Z] 07:20:01 PM 89544 1792012 95.24 0 1007212 1122476 38.31 585320 791044 49868 [2020-10-01T19:21:43.020Z] 07:21:01 PM 100188 1781368 94.68 0 1004772 1106176 37.75 561024 795380 36412 [2020-10-01T19:21:43.020Z] Average: 217798 1663758 88.42 158 994694 1346439 45.95 620945 790429 15797 [2020-10-01T19:21:43.020Z] [2020-10-01T19:21:43.020Z] 06:55:02 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s [2020-10-01T19:21:43.020Z] 06:56:01 PM veth210effb 885.03 735.65 82.74 2703.18 0.00 0.00 0.00 [2020-10-01T19:21:43.020Z] 06:56:01 PM eth0 1746.83 1515.44 6476.19 193.99 0.00 0.00 0.00 [2020-10-01T19:21:43.020Z] 06:56:01 PM lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 [2020-10-01T19:21:43.020Z] 06:56:01 PM docker0 885.03 735.52 70.64 2703.17 0.00 0.00 0.00 [2020-10-01T19:21:43.020Z] 06:57:01 PM eth0 1599.90 1145.92 4925.53 2791.22 0.00 0.00 0.00 [2020-10-01T19:21:43.020Z] 06:57:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-01T19:21:43.020Z] 06:57:01 PM docker0 144.74 182.63 10.56 829.17 0.00 0.00 0.00 [2020-10-01T19:21:43.020Z] 06:58:02 PM vethe196bb7 0.00 0.26 0.00 0.02 0.00 0.00 0.00 [2020-10-01T19:21:43.020Z] 06:58:02 PM veth7f184b7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-01T19:21:43.020Z] 06:58:02 PM eth0 3489.34 2778.23 12861.02 2996.65 0.00 0.00 0.00 [2020-10-01T19:21:43.020Z] 06:58:02 PM veth1c0222b 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-01T19:21:43.020Z] 06:59:02 PM vethe196bb7 0.00 0.24 0.00 0.01 0.00 0.00 0.00 [2020-10-01T19:21:43.020Z] 06:59:02 PM veth44aefe6 0.00 0.17 0.00 0.01 0.00 0.00 0.00 [2020-10-01T19:21:43.020Z] 06:59:02 PM vethd2a45ee 0.00 0.17 0.00 0.01 0.00 0.00 0.00 [2020-10-01T19:21:43.020Z] 06:59:02 PM eth0 3645.56 2890.76 13336.24 3108.19 0.00 0.00 0.00 [2020-10-01T19:21:43.020Z] 07:00:02 PM vethe196bb7 0.00 0.21 0.00 0.01 0.00 0.00 0.00 [2020-10-01T19:21:43.020Z] 07:00:02 PM eth0 100.40 66.66 221.26 78.21 0.00 0.00 0.00 [2020-10-01T19:21:43.020Z] 07:00:02 PM lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 [2020-10-01T19:21:43.020Z] 07:00:02 PM veth047f212 0.02 0.12 0.00 0.01 0.00 0.00 0.00 [2020-10-01T19:21:43.020Z] 07:01:02 PM vethe196bb7 0.00 0.13 0.00 0.01 0.00 0.00 0.00 [2020-10-01T19:21:43.020Z] 07:01:02 PM eth0 91.43 51.84 415.96 70.63 0.00 0.00 0.00 [2020-10-01T19:21:43.020Z] 07:01:02 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-01T19:21:43.020Z] 07:01:02 PM docker0 1082.04 1015.17 83.81 4207.61 0.00 0.00 0.00 [2020-10-01T19:21:43.020Z] 07:02:01 PM eth0 361.42 328.07 229.15 1148.20 0.00 0.00 0.00 [2020-10-01T19:21:43.020Z] 07:02:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-01T19:21:43.020Z] 07:02:01 PM docker0 11.24 13.09 0.89 57.36 0.00 0.00 0.00 [2020-10-01T19:21:43.020Z] 07:03:01 PM eth0 119.35 124.85 47.88 593.15 0.00 0.00 0.00 [2020-10-01T19:21:43.020Z] 07:03:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-01T19:21:43.020Z] 07:03:01 PM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-01T19:21:43.020Z] 07:04:01 PM eth0 0.47 0.08 0.05 0.01 0.00 0.00 0.00 [2020-10-01T19:21:43.020Z] 07:04:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-01T19:21:43.020Z] 07:04:01 PM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-01T19:21:43.020Z] 07:05:01 PM eth0 0.72 0.45 0.35 0.24 0.00 0.00 0.00 [2020-10-01T19:21:43.020Z] 07:05:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-01T19:21:43.020Z] 07:05:01 PM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-01T19:21:43.020Z] 07:06:01 PM eth0 0.12 0.10 0.01 0.03 0.00 0.00 0.00 [2020-10-01T19:21:43.020Z] 07:06:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-01T19:21:43.020Z] 07:06:01 PM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-01T19:21:43.020Z] 07:07:01 PM eth0 0.22 0.20 0.10 0.02 0.00 0.00 0.00 [2020-10-01T19:21:43.020Z] 07:07:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-01T19:21:43.020Z] 07:07:01 PM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-01T19:21:43.020Z] 07:08:01 PM eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 [2020-10-01T19:21:43.020Z] 07:08:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-01T19:21:43.020Z] 07:08:01 PM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-01T19:21:43.020Z] 07:09:01 PM eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 [2020-10-01T19:21:43.020Z] 07:09:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-01T19:21:43.020Z] 07:09:01 PM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-01T19:21:43.020Z] 07:10:01 PM eth0 0.15 0.13 0.08 0.07 0.00 0.00 0.00 [2020-10-01T19:21:43.020Z] 07:10:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-01T19:21:43.020Z] 07:10:01 PM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-01T19:21:43.020Z] 07:11:01 PM eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 [2020-10-01T19:21:43.020Z] 07:11:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-01T19:21:43.020Z] 07:11:01 PM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-01T19:21:43.020Z] 07:12:01 PM eth0 0.20 0.20 0.07 0.01 0.00 0.00 0.00 [2020-10-01T19:21:43.020Z] 07:12:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-01T19:21:43.020Z] 07:12:01 PM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-01T19:21:43.020Z] 07:13:02 PM eth0 366.44 332.73 3713.02 24.70 0.00 0.00 0.00 [2020-10-01T19:21:43.020Z] 07:13:02 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-01T19:21:43.020Z] 07:13:02 PM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-01T19:21:43.020Z] 07:14:01 PM vethbbe7153 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-01T19:21:43.020Z] 07:14:01 PM eth0 4878.63 3960.83 18603.03 5148.13 0.00 0.00 0.00 [2020-10-01T19:21:43.020Z] 07:14:01 PM lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 [2020-10-01T19:21:43.020Z] 07:14:01 PM docker0 1153.07 1085.59 90.19 4524.78 0.00 0.00 0.00 [2020-10-01T19:21:43.020Z] 07:15:01 PM veth31688bd 0.00 0.02 0.00 0.00 0.00 0.00 0.00 [2020-10-01T19:21:43.020Z] 07:15:01 PM eth0 117.12 92.47 104.50 103.88 0.00 0.00 0.00 [2020-10-01T19:21:43.020Z] 07:15:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-01T19:21:43.020Z] 07:15:01 PM docker0 4.31 3.96 1.17 1.96 0.00 0.00 0.00 [2020-10-01T19:21:43.020Z] 07:16:01 PM eth0 114.70 86.20 106.58 86.56 0.00 0.00 0.00 [2020-10-01T19:21:43.020Z] 07:16:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-01T19:21:43.020Z] 07:16:01 PM veth6cc4a84 0.35 0.42 0.09 0.17 0.00 0.00 0.00 [2020-10-01T19:21:43.020Z] 07:16:01 PM docker0 4.06 3.66 1.00 1.78 0.00 0.00 0.00 [2020-10-01T19:21:43.020Z] 07:17:01 PM eth0 96.80 75.45 96.06 83.19 0.00 0.00 0.00 [2020-10-01T19:21:43.020Z] 07:17:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-01T19:21:43.020Z] 07:17:01 PM docker0 3.93 3.68 1.03 1.77 0.00 0.00 0.00 [2020-10-01T19:21:43.020Z] 07:18:01 PM eth0 108.89 89.01 93.40 91.42 0.00 0.00 0.00 [2020-10-01T19:21:43.020Z] 07:18:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-01T19:21:43.020Z] 07:18:01 PM docker0 3.70 3.38 0.91 1.60 0.00 0.00 0.00 [2020-10-01T19:21:43.020Z] 07:19:01 PM veth3811a9c 0.00 0.02 0.00 0.00 0.00 0.00 0.00 [2020-10-01T19:21:43.020Z] 07:19:01 PM eth0 7902.30 6262.64 24858.08 5714.43 0.00 0.00 0.00 [2020-10-01T19:21:43.020Z] 07:19:01 PM lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 [2020-10-01T19:21:43.020Z] 07:19:01 PM docker0 1150.09 1082.32 92.98 4455.36 0.00 0.00 0.00 [2020-10-01T19:21:43.020Z] 07:20:01 PM eth0 168.91 124.46 787.68 63.01 0.00 0.00 0.00 [2020-10-01T19:21:43.020Z] 07:20:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-01T19:21:43.020Z] 07:20:01 PM docker0 28.32 34.77 1.76 200.82 0.00 0.00 0.00 [2020-10-01T19:21:43.020Z] 07:21:01 PM eth0 56.95 43.46 347.26 22.56 0.00 0.00 0.00 [2020-10-01T19:21:43.020Z] 07:21:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-01T19:21:43.020Z] 07:21:01 PM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-01T19:21:43.020Z] Average: eth0 306.10 243.93 985.62 222.62 0.00 0.00 0.00 [2020-10-01T19:21:43.020Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-01T19:21:43.020Z] Average: docker0 45.39 43.02 3.65 179.33 0.00 0.00 0.00 [2020-10-01T19:21:43.020Z] [2020-10-01T19:21:43.020Z] [2020-10-01T19:21:43.020Z] ---> sar -P ALL: [2020-10-01T19:21:43.020Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/01/2020 _x86_64_ (4 CPU) [2020-10-01T19:21:43.020Z] [2020-10-01T19:21:43.020Z] 06:54:22 PM LINUX RESTART [2020-10-01T19:21:43.020Z] [2020-10-01T19:21:43.020Z] 06:55:02 PM CPU %user %nice %system %iowait %steal %idle [2020-10-01T19:21:43.020Z] 06:56:01 PM all 15.00 0.00 4.39 2.04 0.03 78.54 [2020-10-01T19:21:43.020Z] 06:56:01 PM 0 22.78 0.00 6.20 0.70 0.02 70.30 [2020-10-01T19:21:43.020Z] 06:56:01 PM 1 11.95 0.00 3.34 2.29 0.02 82.41 [2020-10-01T19:21:43.020Z] 06:56:01 PM 2 12.77 0.00 3.88 0.58 0.03 82.74 [2020-10-01T19:21:43.020Z] 06:56:01 PM 3 12.64 0.00 4.14 4.59 0.02 78.61 [2020-10-01T19:21:43.020Z] 06:57:01 PM all 16.69 0.00 6.45 5.70 0.05 71.11 [2020-10-01T19:21:43.020Z] 06:57:01 PM 0 14.54 0.00 8.31 7.09 0.05 70.01 [2020-10-01T19:21:43.020Z] 06:57:01 PM 1 12.41 0.00 5.58 6.72 0.07 75.22 [2020-10-01T19:21:43.020Z] 06:57:01 PM 2 23.76 0.00 6.07 5.33 0.02 64.82 [2020-10-01T19:21:43.020Z] 06:57:01 PM 3 15.97 0.00 5.87 3.71 0.07 74.38 [2020-10-01T19:21:43.020Z] 06:58:02 PM all 16.43 0.00 12.50 11.23 0.06 59.78 [2020-10-01T19:21:43.020Z] 06:58:02 PM 0 15.87 0.00 13.08 11.13 0.10 59.82 [2020-10-01T19:21:43.020Z] 06:58:02 PM 1 15.23 0.00 12.12 12.29 0.05 60.30 [2020-10-01T19:21:43.020Z] 06:58:02 PM 2 15.85 0.00 12.27 13.54 0.08 58.26 [2020-10-01T19:21:43.020Z] 06:58:02 PM 3 18.80 0.00 12.50 7.91 0.05 60.74 [2020-10-01T19:21:43.020Z] 06:59:02 PM all 49.90 0.00 15.14 22.64 0.08 12.24 [2020-10-01T19:21:43.020Z] 06:59:02 PM 0 49.38 0.00 14.71 22.96 0.07 12.89 [2020-10-01T19:21:43.020Z] 06:59:02 PM 1 50.75 0.00 15.28 25.01 0.07 8.89 [2020-10-01T19:21:43.020Z] 06:59:02 PM 2 49.65 0.00 15.55 22.44 0.10 12.26 [2020-10-01T19:21:43.020Z] 06:59:02 PM 3 49.83 0.00 15.02 20.16 0.05 14.94 [2020-10-01T19:21:43.020Z] 07:00:02 PM all 17.69 0.00 13.17 35.23 0.06 33.85 [2020-10-01T19:21:43.020Z] 07:00:02 PM 0 18.13 0.00 13.18 35.17 0.05 33.47 [2020-10-01T19:21:43.020Z] 07:00:02 PM 1 16.69 0.00 12.91 32.00 0.07 38.32 [2020-10-01T19:21:43.020Z] 07:00:02 PM 2 17.79 0.00 13.29 35.77 0.07 33.07 [2020-10-01T19:21:43.020Z] 07:00:02 PM 3 18.18 0.00 13.28 38.02 0.05 30.47 [2020-10-01T19:21:43.020Z] 07:01:02 PM all 49.24 0.00 12.56 16.06 0.09 22.05 [2020-10-01T19:21:43.020Z] 07:01:02 PM 0 48.69 0.00 13.82 12.47 0.03 24.98 [2020-10-01T19:21:43.020Z] 07:01:02 PM 1 49.47 0.00 12.09 13.95 0.19 24.31 [2020-10-01T19:21:43.020Z] 07:01:02 PM 2 49.54 0.00 12.54 17.06 0.07 20.79 [2020-10-01T19:21:43.020Z] 07:01:02 PM 3 49.28 0.00 11.77 20.72 0.07 18.16 [2020-10-01T19:21:43.020Z] 07:02:01 PM all 9.97 0.00 3.67 2.29 0.09 83.98 [2020-10-01T19:21:43.020Z] 07:02:01 PM 0 12.21 0.00 4.56 0.82 0.12 82.29 [2020-10-01T19:21:43.020Z] 07:02:01 PM 1 8.37 0.00 3.43 1.08 0.10 87.02 [2020-10-01T19:21:43.020Z] 07:02:01 PM 2 10.93 0.00 3.71 1.39 0.03 83.94 [2020-10-01T19:21:43.020Z] 07:02:01 PM 3 8.36 0.00 3.00 5.89 0.07 82.68 [2020-10-01T19:21:43.020Z] 07:03:01 PM all 3.06 0.00 0.66 0.03 0.01 96.23 [2020-10-01T19:21:43.020Z] 07:03:01 PM 0 3.23 0.00 0.97 0.03 0.02 95.75 [2020-10-01T19:21:43.020Z] 07:03:01 PM 1 3.19 0.00 0.57 0.08 0.02 96.14 [2020-10-01T19:21:43.020Z] 07:03:01 PM 2 2.83 0.00 0.57 0.02 0.02 96.57 [2020-10-01T19:21:43.020Z] 07:03:01 PM 3 3.02 0.00 0.57 0.02 0.02 96.38 [2020-10-01T19:21:43.020Z] 07:04:01 PM all 0.16 0.00 0.03 0.00 0.00 99.80 [2020-10-01T19:21:43.020Z] 07:04:01 PM 0 0.00 0.00 0.03 0.00 0.00 99.97 [2020-10-01T19:21:43.020Z] 07:04:01 PM 1 0.50 0.00 0.02 0.00 0.00 99.48 [2020-10-01T19:21:43.020Z] 07:04:01 PM 2 0.10 0.00 0.07 0.00 0.00 99.83 [2020-10-01T19:21:43.020Z] 07:04:01 PM 3 0.02 0.00 0.02 0.00 0.00 99.97 [2020-10-01T19:21:43.020Z] 07:05:01 PM all 0.23 0.00 0.03 0.03 0.00 99.72 [2020-10-01T19:21:43.020Z] 07:05:01 PM 0 0.02 0.00 0.02 0.07 0.00 99.90 [2020-10-01T19:21:43.020Z] 07:05:01 PM 1 0.17 0.00 0.03 0.02 0.00 99.78 [2020-10-01T19:21:43.020Z] 07:05:01 PM 2 0.17 0.00 0.02 0.00 0.02 99.80 [2020-10-01T19:21:43.020Z] 07:05:01 PM 3 0.55 0.00 0.02 0.03 0.00 99.40 [2020-10-01T19:21:43.021Z] 07:06:01 PM all 0.15 0.00 0.02 0.00 0.00 99.83 [2020-10-01T19:21:43.021Z] 07:06:01 PM 0 0.00 0.00 0.02 0.00 0.00 99.98 [2020-10-01T19:21:43.021Z] 07:06:01 PM 1 0.05 0.00 0.05 0.00 0.00 99.90 [2020-10-01T19:21:43.021Z] 07:06:01 PM 2 0.03 0.00 0.03 0.00 0.00 99.93 [2020-10-01T19:21:43.021Z] 07:06:01 PM 3 0.52 0.00 0.02 0.00 0.00 99.47 [2020-10-01T19:21:43.021Z] [2020-10-01T19:21:43.021Z] 07:06:01 PM CPU %user %nice %system %iowait %steal %idle [2020-10-01T19:21:43.021Z] 07:07:01 PM all 0.16 0.00 0.02 0.00 0.00 99.81 [2020-10-01T19:21:43.021Z] 07:07:01 PM 0 0.03 0.00 0.03 0.00 0.00 99.93 [2020-10-01T19:21:43.021Z] 07:07:01 PM 1 0.03 0.00 0.03 0.00 0.00 99.93 [2020-10-01T19:21:43.021Z] 07:07:01 PM 2 0.02 0.00 0.00 0.00 0.00 99.98 [2020-10-01T19:21:43.021Z] 07:07:01 PM 3 0.57 0.00 0.02 0.00 0.02 99.40 [2020-10-01T19:21:43.021Z] 07:08:01 PM all 0.15 0.00 0.03 0.00 0.01 99.81 [2020-10-01T19:21:43.021Z] 07:08:01 PM 0 0.03 0.00 0.03 0.00 0.02 99.92 [2020-10-01T19:21:43.021Z] 07:08:01 PM 1 0.03 0.00 0.02 0.00 0.00 99.95 [2020-10-01T19:21:43.021Z] 07:08:01 PM 2 0.02 0.00 0.03 0.00 0.02 99.93 [2020-10-01T19:21:43.021Z] 07:08:01 PM 3 0.52 0.00 0.05 0.00 0.00 99.43 [2020-10-01T19:21:43.021Z] 07:09:01 PM all 0.15 0.00 0.03 0.00 0.00 99.81 [2020-10-01T19:21:43.021Z] 07:09:01 PM 0 0.03 0.00 0.02 0.00 0.00 99.95 [2020-10-01T19:21:43.021Z] 07:09:01 PM 1 0.05 0.00 0.03 0.00 0.00 99.92 [2020-10-01T19:21:43.021Z] 07:09:01 PM 2 0.02 0.00 0.02 0.00 0.00 99.97 [2020-10-01T19:21:43.021Z] 07:09:01 PM 3 0.52 0.00 0.02 0.00 0.00 99.47 [2020-10-01T19:21:43.021Z] 07:10:01 PM all 0.15 0.00 0.04 0.02 0.00 99.79 [2020-10-01T19:21:43.021Z] 07:10:01 PM 0 0.05 0.00 0.08 0.08 0.00 99.78 [2020-10-01T19:21:43.021Z] 07:10:01 PM 1 0.05 0.00 0.03 0.00 0.02 99.90 [2020-10-01T19:21:43.021Z] 07:10:01 PM 2 0.02 0.00 0.02 0.00 0.00 99.97 [2020-10-01T19:21:43.021Z] 07:10:01 PM 3 0.50 0.00 0.03 0.00 0.00 99.47 [2020-10-01T19:21:43.021Z] 07:11:01 PM all 0.13 0.00 0.03 0.00 0.01 99.83 [2020-10-01T19:21:43.021Z] 07:11:01 PM 0 0.05 0.00 0.05 0.00 0.00 99.90 [2020-10-01T19:21:43.021Z] 07:11:01 PM 1 0.03 0.00 0.03 0.00 0.00 99.93 [2020-10-01T19:21:43.021Z] 07:11:01 PM 2 0.23 0.00 0.03 0.00 0.02 99.72 [2020-10-01T19:21:43.021Z] 07:11:01 PM 3 0.20 0.00 0.03 0.00 0.02 99.75 [2020-10-01T19:21:43.021Z] 07:12:01 PM all 0.15 0.00 0.02 0.00 0.00 99.82 [2020-10-01T19:21:43.021Z] 07:12:01 PM 0 0.07 0.00 0.05 0.00 0.02 99.87 [2020-10-01T19:21:43.021Z] 07:12:01 PM 1 0.17 0.00 0.02 0.00 0.00 99.82 [2020-10-01T19:21:43.021Z] 07:12:01 PM 2 0.33 0.00 0.00 0.00 0.00 99.67 [2020-10-01T19:21:43.021Z] 07:12:01 PM 3 0.02 0.00 0.02 0.00 0.00 99.97 [2020-10-01T19:21:43.021Z] 07:13:02 PM all 3.67 0.00 1.68 0.12 0.11 94.42 [2020-10-01T19:21:43.021Z] 07:13:02 PM 0 3.38 0.00 1.93 0.22 0.10 94.37 [2020-10-01T19:21:43.021Z] 07:13:02 PM 1 3.78 0.00 1.32 0.18 0.15 94.57 [2020-10-01T19:21:43.021Z] 07:13:02 PM 2 3.57 0.00 1.60 0.05 0.12 94.66 [2020-10-01T19:21:43.021Z] 07:13:02 PM 3 3.98 0.00 1.87 0.02 0.05 94.09 [2020-10-01T19:21:43.021Z] 07:14:01 PM all 6.27 2.54 13.89 11.92 0.12 65.26 [2020-10-01T19:21:43.021Z] 07:14:01 PM 0 5.96 2.36 13.63 10.93 0.10 67.01 [2020-10-01T19:21:43.021Z] 07:14:01 PM 1 6.34 2.38 14.42 12.97 0.10 63.78 [2020-10-01T19:21:43.021Z] 07:14:01 PM 2 6.31 2.74 13.86 12.51 0.14 64.45 [2020-10-01T19:21:43.021Z] 07:14:01 PM 3 6.44 2.66 13.63 11.28 0.16 65.83 [2020-10-01T19:21:43.021Z] 07:15:01 PM all 3.30 0.00 2.94 1.33 0.05 92.38 [2020-10-01T19:21:43.021Z] 07:15:01 PM 0 3.07 0.00 2.89 1.49 0.03 92.51 [2020-10-01T19:21:43.021Z] 07:15:01 PM 1 3.41 0.00 3.02 0.47 0.05 93.05 [2020-10-01T19:21:43.021Z] 07:15:01 PM 2 3.17 0.00 2.68 0.69 0.05 93.41 [2020-10-01T19:21:43.021Z] 07:15:01 PM 3 3.56 0.00 3.18 2.67 0.03 90.55 [2020-10-01T19:21:43.021Z] 07:16:01 PM all 2.83 0.00 2.67 0.41 0.07 94.03 [2020-10-01T19:21:43.021Z] 07:16:01 PM 0 2.82 0.00 2.92 0.25 0.08 93.92 [2020-10-01T19:21:43.021Z] 07:16:01 PM 1 3.04 0.00 2.96 0.50 0.07 93.44 [2020-10-01T19:21:43.021Z] 07:16:01 PM 2 2.75 0.00 2.18 0.44 0.07 94.56 [2020-10-01T19:21:43.021Z] 07:16:01 PM 3 2.70 0.00 2.62 0.45 0.05 94.18 [2020-10-01T19:21:43.021Z] 07:17:01 PM all 2.75 0.00 2.65 0.42 0.08 94.10 [2020-10-01T19:21:43.021Z] 07:17:01 PM 0 2.94 0.00 2.76 0.39 0.05 93.86 [2020-10-01T19:21:43.021Z] 07:17:01 PM 1 2.75 0.00 2.67 0.23 0.08 94.27 [2020-10-01T19:21:43.021Z] 07:17:01 PM 2 2.57 0.00 2.65 0.55 0.08 94.14 [2020-10-01T19:21:43.021Z] 07:17:01 PM 3 2.75 0.00 2.53 0.50 0.10 94.11 [2020-10-01T19:21:43.021Z] [2020-10-01T19:21:43.021Z] 07:17:01 PM CPU %user %nice %system %iowait %steal %idle [2020-10-01T19:21:43.021Z] 07:18:01 PM all 2.85 0.00 2.49 0.39 0.05 94.22 [2020-10-01T19:21:43.021Z] 07:18:01 PM 0 3.22 0.00 2.67 0.29 0.03 93.79 [2020-10-01T19:21:43.021Z] 07:18:01 PM 1 2.87 0.00 2.72 0.45 0.02 93.94 [2020-10-01T19:21:43.021Z] 07:18:01 PM 2 2.79 0.00 2.23 0.54 0.07 94.38 [2020-10-01T19:21:43.021Z] 07:18:01 PM 3 2.49 0.00 2.37 0.32 0.07 94.76 [2020-10-01T19:21:43.021Z] 07:19:01 PM all 11.37 0.00 7.08 1.74 0.08 79.73 [2020-10-01T19:21:43.021Z] 07:19:01 PM 0 11.87 0.00 10.51 2.64 0.07 74.91 [2020-10-01T19:21:43.021Z] 07:19:01 PM 1 11.34 0.00 5.94 2.65 0.10 79.97 [2020-10-01T19:21:43.021Z] 07:19:01 PM 2 11.40 0.00 6.42 0.78 0.07 81.34 [2020-10-01T19:21:43.021Z] 07:19:01 PM 3 10.89 0.00 5.51 0.90 0.08 82.62 [2020-10-01T19:21:43.021Z] 07:20:01 PM all 11.41 0.00 3.10 2.46 0.03 82.99 [2020-10-01T19:21:43.021Z] 07:20:01 PM 0 21.53 0.00 3.37 1.74 0.05 73.31 [2020-10-01T19:21:43.021Z] 07:20:01 PM 1 5.94 0.00 2.83 1.67 0.03 89.52 [2020-10-01T19:21:43.021Z] 07:20:01 PM 2 8.70 0.00 2.98 2.09 0.02 86.21 [2020-10-01T19:21:43.021Z] 07:20:01 PM 3 9.54 0.00 3.20 4.37 0.03 82.85 [2020-10-01T19:21:43.021Z] 07:21:01 PM all 17.22 0.00 2.72 1.73 0.02 78.31 [2020-10-01T19:21:43.021Z] 07:21:01 PM 0 21.01 0.00 2.82 0.62 0.02 75.54 [2020-10-01T19:21:43.021Z] 07:21:01 PM 1 13.26 0.00 2.26 1.99 0.02 82.48 [2020-10-01T19:21:43.021Z] 07:21:01 PM 2 19.30 0.00 3.50 2.76 0.02 74.42 [2020-10-01T19:21:43.021Z] 07:21:01 PM 3 15.31 0.00 2.33 1.53 0.03 80.80 [2020-10-01T19:21:43.021Z] Average: all 9.18 0.10 4.12 4.41 0.04 82.16 [2020-10-01T19:21:43.021Z] Average: 0 9.91 0.09 4.52 4.15 0.04 81.29 [2020-10-01T19:21:43.021Z] Average: 1 8.45 0.09 3.96 4.36 0.05 83.10 [2020-10-01T19:21:43.021Z] Average: 2 9.33 0.10 4.05 4.45 0.04 82.03 [2020-10-01T19:21:43.021Z] Average: 3 9.03 0.10 3.94 4.67 0.04 82.22 [2020-10-01T19:21:43.021Z] [2020-10-01T19:21:43.021Z] [2020-10-01T19:21:43.021Z]