Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 79f01a0b03b1bfc4590bac9ca9ba51eef1791c37 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 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 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 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 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 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 # timeout=10 Commit message: "Merge pull request #239 from ernestojeda/update-default-go-version" > 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. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-213’ is offline Running on prd-centos7-docker-4c-2g-43326 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/140 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/140 # 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 --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Checking out Revision 79f01a0b03b1bfc4590bac9ca9ba51eef1791c37 (master) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # 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 --no-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 79f01a0b03b1bfc4590bac9ca9ba51eef1791c37 # timeout=10 Commit message: "refactor(core-data): Error handling for V2 API (#2681)" > git rev-list --no-walk 92e33c6b1147ac9868c6b3ddfcec5de3dab24478 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-09-15T16:29:45.979Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-09-15T16:29:46.352Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-09-15T16:29:46.472Z] ========================================================= [2020-09-15T16:29:46.472Z] EdgeX Global Pipelines Version Info [2020-09-15T16:29:46.472Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-09-15T16:29:47.918Z] ------------------- [2020-09-15T16:29:47.918Z] stable info: [2020-09-15T16:29:47.918Z] ------------------- [2020-09-15T16:29:47.918Z] Commited By: Emilio Reyes emilio.reyes@intel.com [2020-09-15T16:29:47.918Z] Commit SHA: 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 [2020-09-15T16:29:47.918Z] Message: update stable to v1.0.119 [2020-09-15T16:29:48.864Z] ------------------- [2020-09-15T16:29:48.864Z] experimental info: [2020-09-15T16:29:48.865Z] ------------------- [2020-09-15T16:29:48.865Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-09-15T16:29:48.865Z] Commit SHA: 26a2d0761a2efda4215483e42b68dbac15e3db92 [2020-09-15T16:29:48.865Z] Message: update experimental to v1.0.121 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-09-15T16:29:49.173Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-09-15T16:29:49.280Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-09-15T16:29:49.408Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-09-15T16:29:49.535Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-09-15T16:29:49.650Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-09-15T16:29:49.771Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-09-15T16:29:49.889Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-09-15T16:29:50.011Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-09-15T16:29:50.171Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-09-15T16:29:50.354Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-09-15T16:29:50.488Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-09-15T16:29:50.620Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-09-15T16:29:50.739Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-09-15T16:29:50.868Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-09-15T16:29:51.012Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-09-15T16:29:51.109Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-09-15T16:29:51.205Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-09-15T16:29:51.299Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-09-15T16:29:51.402Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-09-15T16:29:51.511Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-09-15T16:29:51.630Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-09-15T16:29:51.724Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-09-15T16:29:51.824Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-09-15T16:29:51.926Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-09-15T16:29:52.032Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 79f01a0b03b1bfc4590bac9ca9ba51eef1791c37 [Pipeline] echo [2020-09-15T16:29:52.134Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 79f01a0 [Pipeline] echo [2020-09-15T16:29:52.251Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] sh [2020-09-15T16:29:52.760Z] ++ 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-09-15T16:29:52.760Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-15T16:29:52.760Z] ++ dirname cmd/core-command/Dockerfile [2020-09-15T16:29:52.760Z] ++ cut -d/ -f2 [2020-09-15T16:29:52.760Z] + echo core-command,cmd/core-command/Dockerfile [2020-09-15T16:29:52.760Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-15T16:29:52.760Z] ++ dirname cmd/core-data/Dockerfile [2020-09-15T16:29:52.760Z] ++ cut -d/ -f2 [2020-09-15T16:29:52.760Z] + echo core-data,cmd/core-data/Dockerfile [2020-09-15T16:29:52.760Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-15T16:29:52.760Z] ++ dirname cmd/core-metadata/Dockerfile [2020-09-15T16:29:52.760Z] ++ cut -d/ -f2 [2020-09-15T16:29:52.760Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-09-15T16:29:52.760Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-15T16:29:52.760Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-09-15T16:29:52.760Z] ++ cut -d/ -f2 [2020-09-15T16:29:52.760Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-09-15T16:29:52.760Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-15T16:29:52.760Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-09-15T16:29:52.760Z] ++ cut -d/ -f2 [2020-09-15T16:29:52.760Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-09-15T16:29:52.760Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-15T16:29:52.760Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-09-15T16:29:52.760Z] ++ cut -d/ -f2 [2020-09-15T16:29:52.760Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-09-15T16:29:52.760Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-15T16:29:52.760Z] ++ dirname cmd/support-logging/Dockerfile [2020-09-15T16:29:52.760Z] ++ cut -d/ -f2 [2020-09-15T16:29:52.760Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-09-15T16:29:52.760Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-15T16:29:52.760Z] ++ dirname cmd/support-notifications/Dockerfile [2020-09-15T16:29:52.760Z] ++ cut -d/ -f2 [2020-09-15T16:29:52.760Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-09-15T16:29:52.760Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-15T16:29:52.760Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-09-15T16:29:52.760Z] ++ cut -d/ -f2 [2020-09-15T16:29:52.760Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-09-15T16:29:52.760Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-15T16:29:52.760Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-09-15T16:29:52.760Z] ++ cut -d/ -f2 [2020-09-15T16:29:52.760Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-09-15T16:29:52.830Z] 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-09-15T16:29:58.098Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-15T16:29:58.360Z] [2020-09-15T16:29:58.360Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:29:58.722Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-15T16:29:58.722Z] latest: Pulling from edgex-devops/git-semver [2020-09-15T16:29:58.722Z] 31603596830f: Pulling fs layer [2020-09-15T16:29:58.722Z] 2a8b12db71e7: Pulling fs layer [2020-09-15T16:29:58.722Z] 6ca5941a6612: Pulling fs layer [2020-09-15T16:29:58.722Z] ecc8261a40a4: Pulling fs layer [2020-09-15T16:29:58.722Z] ecc8261a40a4: Waiting [2020-09-15T16:29:58.722Z] 2a8b12db71e7: Verifying Checksum [2020-09-15T16:29:58.722Z] 2a8b12db71e7: Download complete [2020-09-15T16:29:58.988Z] 31603596830f: Verifying Checksum [2020-09-15T16:29:58.988Z] 31603596830f: Download complete [2020-09-15T16:29:58.988Z] ecc8261a40a4: Verifying Checksum [2020-09-15T16:29:58.988Z] ecc8261a40a4: Download complete [2020-09-15T16:29:58.988Z] 6ca5941a6612: Verifying Checksum [2020-09-15T16:29:58.988Z] 6ca5941a6612: Download complete [2020-09-15T16:29:59.254Z] 31603596830f: Pull complete [2020-09-15T16:29:59.516Z] 2a8b12db71e7: Pull complete [2020-09-15T16:30:00.101Z] 6ca5941a6612: Pull complete [2020-09-15T16:30:00.364Z] ecc8261a40a4: Pull complete [2020-09-15T16:30:00.364Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-09-15T16:30:00.626Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-15T16:30:00.626Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-09-15T16:30:00.730Z] prd-centos7-docker-4c-2g-43326 does not seem to be running inside a container [2020-09-15T16:30:00.781Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/140 -v /w/workspace/edgex-go/140:/w/workspace/edgex-go/140:rw,z -v /w/workspace/edgex-go/140@tmp:/w/workspace/edgex-go/140@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-15T16:30:03.102Z] $ docker top a48deccd54746f7af6f975f1f51fbf9d8a37a4bf6811e31c5e23955ecb8970ea -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-15T16:30:03.589Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-15T16:30:03.589Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-15T16:30:03.789Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-15T16:30:03.795Z] $ docker exec a48deccd54746f7af6f975f1f51fbf9d8a37a4bf6811e31c5e23955ecb8970ea ssh-agent [2020-09-15T16:30:03.954Z] SSH_AUTH_SOCK=/tmp/ssh-cxOXpbwf0NhH/agent.12 [2020-09-15T16:30:03.954Z] SSH_AGENT_PID=17 [2020-09-15T16:30:03.966Z] Running ssh-add (command line suppressed) [2020-09-15T16:30:04.085Z] Identity added: /w/workspace/edgex-go/140@tmp/private_key_2416811163271222607.key (/w/workspace/edgex-go/140@tmp/private_key_2416811163271222607.key) [2020-09-15T16:30:04.134Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-15T16:30:04.472Z] + git describe --exact-match --tags HEAD [2020-09-15T16:30:04.472Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-09-15T16:30:04.499Z] $ docker exec --env ******** --env ******** a48deccd54746f7af6f975f1f51fbf9d8a37a4bf6811e31c5e23955ecb8970ea ssh-agent -k [2020-09-15T16:30:04.620Z] unset SSH_AUTH_SOCK; [2020-09-15T16:30:04.620Z] unset SSH_AGENT_PID; [2020-09-15T16:30:04.620Z] echo Agent pid 17 killed; [2020-09-15T16:30:04.727Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-09-15T16:30:04.887Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-09-15T16:30:04.887Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-09-15T16:30:05.002Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-15T16:30:05.002Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-15T16:30:05.172Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-15T16:30:05.179Z] $ docker exec a48deccd54746f7af6f975f1f51fbf9d8a37a4bf6811e31c5e23955ecb8970ea ssh-agent [2020-09-15T16:30:05.334Z] SSH_AUTH_SOCK=/tmp/ssh-jZTZhGbTxg3F/agent.46 [2020-09-15T16:30:05.334Z] SSH_AGENT_PID=52 [2020-09-15T16:30:05.341Z] Running ssh-add (command line suppressed) [2020-09-15T16:30:05.462Z] Identity added: /w/workspace/edgex-go/140@tmp/private_key_4936852537679323635.key (/w/workspace/edgex-go/140@tmp/private_key_4936852537679323635.key) [2020-09-15T16:30:05.509Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-15T16:30:05.845Z] + git semver init [2020-09-15T16:30:05.845Z] # -> Open(): unable to determine branch for HEAD [2020-09-15T16:30:05.845Z] # $GIT_DIR = /w/workspace/edgex-go/140/.git [2020-09-15T16:30:05.845Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/140 [2020-09-15T16:30:05.845Z] # $SEMVER_REMOTE_NAME = origin [2020-09-15T16:30:05.845Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-15T16:30:05.845Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-15T16:30:05.845Z] # $SEMVER_BRANCH = master [2020-09-15T16:30:05.845Z] # $SEMVER_TEMP = /tmp/semver-092331736 [2020-09-15T16:30:05.845Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-09-15T16:30:37.991Z] # '/tmp/semver-092331736' -> '/w/workspace/edgex-go/140/.semver' [2020-09-15T16:30:37.991Z] # -> Force: false [2020-09-15T16:30:37.991Z] # $SEMVER_DIR = /w/workspace/edgex-go/140/.semver [Pipeline] } [2020-09-15T16:30:38.007Z] $ docker exec --env ******** --env ******** a48deccd54746f7af6f975f1f51fbf9d8a37a4bf6811e31c5e23955ecb8970ea ssh-agent -k [2020-09-15T16:30:38.215Z] unset SSH_AUTH_SOCK; [2020-09-15T16:30:38.216Z] unset SSH_AGENT_PID; [2020-09-15T16:30:38.216Z] echo Agent pid 52 killed; [2020-09-15T16:30:38.308Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-15T16:30:38.799Z] + git semver [Pipeline] } [2020-09-15T16:30:38.822Z] $ docker stop --time=1 a48deccd54746f7af6f975f1f51fbf9d8a37a4bf6811e31c5e23955ecb8970ea [2020-09-15T16:30:40.354Z] $ docker rm -f a48deccd54746f7af6f975f1f51fbf9d8a37a4bf6811e31c5e23955ecb8970ea [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-09-15T16:30:53.962Z] Stashed 42 file(s) [Pipeline] echo [2020-09-15T16:30:53.965Z] [edgeXSemver]: initialized semver on version 1.2.2-dev.25 [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-09-15T16:30:54.705Z] ========================================================= [2020-09-15T16:30:54.705Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-09-15T16:30:54.705Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:30:55.047Z] + 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-09-15T16:30:59.292Z] Sending build context to Docker daemon 323.2MB [2020-09-15T16:30:59.292Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-09-15T16:30:59.292Z] Step 2/7 : FROM ${BASE} [2020-09-15T16:30:59.292Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-09-15T16:30:59.292Z] df20fa9351a1: Pulling fs layer [2020-09-15T16:30:59.292Z] ed8968b2872e: Pulling fs layer [2020-09-15T16:30:59.292Z] a92cc7c5fd73: Pulling fs layer [2020-09-15T16:30:59.292Z] e871e8e8d7a9: Pulling fs layer [2020-09-15T16:30:59.292Z] e73272ec9a57: Pulling fs layer [2020-09-15T16:30:59.292Z] 1e910a182e73: Pulling fs layer [2020-09-15T16:30:59.292Z] 4e634b169226: Pulling fs layer [2020-09-15T16:30:59.292Z] e871e8e8d7a9: Waiting [2020-09-15T16:30:59.292Z] e73272ec9a57: Waiting [2020-09-15T16:30:59.292Z] 1e910a182e73: Waiting [2020-09-15T16:30:59.292Z] 4e634b169226: Waiting [2020-09-15T16:30:59.292Z] a92cc7c5fd73: Download complete [2020-09-15T16:30:59.292Z] ed8968b2872e: Verifying Checksum [2020-09-15T16:30:59.292Z] ed8968b2872e: Download complete [2020-09-15T16:30:59.292Z] e73272ec9a57: Verifying Checksum [2020-09-15T16:30:59.292Z] e73272ec9a57: Download complete [2020-09-15T16:30:59.292Z] 1e910a182e73: Verifying Checksum [2020-09-15T16:30:59.292Z] 1e910a182e73: Download complete [2020-09-15T16:30:59.292Z] df20fa9351a1: Download complete [2020-09-15T16:30:59.561Z] df20fa9351a1: Pull complete [2020-09-15T16:31:00.522Z] ed8968b2872e: Pull complete [2020-09-15T16:31:00.522Z] a92cc7c5fd73: Pull complete [2020-09-15T16:31:00.522Z] 4e634b169226: Verifying Checksum [2020-09-15T16:31:00.522Z] 4e634b169226: Download complete [2020-09-15T16:31:01.476Z] e871e8e8d7a9: Verifying Checksum [2020-09-15T16:31:01.476Z] e871e8e8d7a9: Download complete [2020-09-15T16:31:06.818Z] e871e8e8d7a9: Pull complete [2020-09-15T16:31:06.818Z] e73272ec9a57: Pull complete [2020-09-15T16:31:06.818Z] 1e910a182e73: Pull complete [2020-09-15T16:31:09.453Z] Still waiting to schedule task [2020-09-15T16:31:09.453Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-09-15T16:31:11.064Z] 4e634b169226: Pull complete [2020-09-15T16:31:11.064Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-09-15T16:31:11.064Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-09-15T16:31:11.064Z] ---> f7629b54cfaa [2020-09-15T16:31:11.064Z] 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-09-15T16:31:11.064Z] ---> Running in c60362eafa79 [2020-09-15T16:31:11.640Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-15T16:31:12.587Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-15T16:31:13.534Z] (1/12) Installing libmagic (5.38-r0) [2020-09-15T16:31:13.795Z] (2/12) Installing file (5.38-r0) [2020-09-15T16:31:14.057Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-09-15T16:31:14.057Z] (4/12) Installing g++ (9.3.0-r2) [2020-09-15T16:31:19.356Z] (5/12) Installing fortify-headers (1.1-r0) [2020-09-15T16:31:19.356Z] (6/12) Installing patch (2.7.6-r6) [2020-09-15T16:31:19.356Z] (7/12) Installing build-base (0.5-r2) [2020-09-15T16:31:19.356Z] (8/12) Installing libsodium (1.0.18-r0) [2020-09-15T16:31:19.618Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-09-15T16:31:19.618Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-09-15T16:31:19.618Z] (11/12) Installing libzmq (4.3.3-r0) [2020-09-15T16:31:19.881Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-09-15T16:31:19.881Z] Executing busybox-1.31.1-r16.trigger [2020-09-15T16:31:19.881Z] OK: 233 MiB in 51 packages [2020-09-15T16:31:23.197Z] Removing intermediate container c60362eafa79 [2020-09-15T16:31:23.197Z] ---> 6f4db2350735 [2020-09-15T16:31:23.197Z] Step 4/7 : WORKDIR /edgex-go [2020-09-15T16:31:23.197Z] ---> Running in b75cb5ba4e95 [2020-09-15T16:31:23.197Z] Removing intermediate container b75cb5ba4e95 [2020-09-15T16:31:23.197Z] ---> 1cc368427777 [2020-09-15T16:31:23.197Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-09-15T16:31:23.460Z] latest: Pulling from library/docker [2020-09-15T16:31:23.460Z] df20fa9351a1: Already exists [2020-09-15T16:31:23.460Z] 25ad7478873d: Pulling fs layer [2020-09-15T16:31:23.460Z] 4684f6177b5d: Pulling fs layer [2020-09-15T16:31:23.460Z] 46e300cec669: Pulling fs layer [2020-09-15T16:31:23.460Z] 63038576ad94: Pulling fs layer [2020-09-15T16:31:23.460Z] 0fdb76c4706c: Pulling fs layer [2020-09-15T16:31:23.460Z] cb7edeffdfd5: Pulling fs layer [2020-09-15T16:31:23.460Z] 63038576ad94: Waiting [2020-09-15T16:31:23.460Z] cb7edeffdfd5: Waiting [2020-09-15T16:31:23.460Z] 0fdb76c4706c: Waiting [2020-09-15T16:31:23.725Z] 4684f6177b5d: Verifying Checksum [2020-09-15T16:31:23.725Z] 4684f6177b5d: Download complete [2020-09-15T16:31:23.725Z] 25ad7478873d: Verifying Checksum [2020-09-15T16:31:23.725Z] 25ad7478873d: Download complete [2020-09-15T16:31:23.725Z] 0fdb76c4706c: Verifying Checksum [2020-09-15T16:31:23.725Z] 0fdb76c4706c: Download complete [2020-09-15T16:31:23.725Z] 63038576ad94: Verifying Checksum [2020-09-15T16:31:23.725Z] 63038576ad94: Download complete [2020-09-15T16:31:23.991Z] 25ad7478873d: Pull complete [2020-09-15T16:31:23.991Z] cb7edeffdfd5: Verifying Checksum [2020-09-15T16:31:23.991Z] cb7edeffdfd5: Download complete [2020-09-15T16:31:23.991Z] 4684f6177b5d: Pull complete [2020-09-15T16:31:24.565Z] 46e300cec669: Verifying Checksum [2020-09-15T16:31:24.565Z] 46e300cec669: Download complete [2020-09-15T16:31:27.118Z] 46e300cec669: Pull complete [2020-09-15T16:31:27.118Z] 63038576ad94: Pull complete [2020-09-15T16:31:27.118Z] 0fdb76c4706c: Pull complete [2020-09-15T16:31:27.118Z] cb7edeffdfd5: Pull complete [2020-09-15T16:31:27.118Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-09-15T16:31:27.382Z] Status: Downloaded newer image for docker:latest [2020-09-15T16:31:28.781Z] ---> b5fee24362ef [2020-09-15T16:31:28.781Z] Step 6/7 : COPY go.mod . [2020-09-15T16:31:29.048Z] ---> f243d791c0c2 [2020-09-15T16:31:29.048Z] Step 7/7 : RUN go mod download [2020-09-15T16:31:29.048Z] ---> Running in a05793f16f3b [2020-09-15T16:31:51.069Z] Removing intermediate container a05793f16f3b [2020-09-15T16:31:51.069Z] ---> 4f3293ce093b [2020-09-15T16:31:51.069Z] Successfully built 4f3293ce093b [2020-09-15T16:31:51.069Z] Successfully tagged ci-base-image-x86_64:latest [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-09-15T16:31:54.565Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-09-15T16:31:54.565Z] [2020-09-15T16:31:54.565Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:31:54.980Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-09-15T16:31:54.980Z] latest: Pulling from edgex-devops/edgex-compose [2020-09-15T16:31:54.980Z] cbdbe7a5bc2a: Pulling fs layer [2020-09-15T16:31:54.980Z] ca9280d653b3: Pulling fs layer [2020-09-15T16:31:54.980Z] 7e9c9ca2126c: Pulling fs layer [2020-09-15T16:31:55.244Z] cbdbe7a5bc2a: Verifying Checksum [2020-09-15T16:31:55.244Z] cbdbe7a5bc2a: Download complete [2020-09-15T16:31:55.510Z] cbdbe7a5bc2a: Pull complete [2020-09-15T16:31:55.510Z] ca9280d653b3: Verifying Checksum [2020-09-15T16:31:55.510Z] ca9280d653b3: Download complete [2020-09-15T16:31:56.473Z] ca9280d653b3: Pull complete [2020-09-15T16:31:56.473Z] 7e9c9ca2126c: Download complete [2020-09-15T16:32:03.083Z] 7e9c9ca2126c: Pull complete [2020-09-15T16:32:03.083Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-09-15T16:32:03.083Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-09-15T16:32:03.083Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-09-15T16:32:03.251Z] prd-centos7-docker-4c-2g-43326 does not seem to be running inside a container [2020-09-15T16:32:03.298Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/140 -v /w/workspace/edgex-go/140:/w/workspace/edgex-go/140:rw,z -v /w/workspace/edgex-go/140@tmp:/w/workspace/edgex-go/140@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-15T16:32:06.296Z] $ docker top c4ac57ce8326fbda2fb6dc07ee12faa26818433fe4aa4ea7043b8455064548a0 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-15T16:32:06.799Z] + docker-compose build --help [2020-09-15T16:32:06.799Z] + grep parallel [2020-09-15T16:32:07.742Z] --parallel Build images in parallel. [Pipeline] } [2020-09-15T16:32:07.758Z] $ docker stop --time=1 c4ac57ce8326fbda2fb6dc07ee12faa26818433fe4aa4ea7043b8455064548a0 [2020-09-15T16:32:09.107Z] $ docker rm -f c4ac57ce8326fbda2fb6dc07ee12faa26818433fe4aa4ea7043b8455064548a0 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:32:09.716Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-09-15T16:32:09.716Z] . [Pipeline] withDockerContainer [2020-09-15T16:32:09.809Z] prd-centos7-docker-4c-2g-43326 does not seem to be running inside a container [2020-09-15T16:32:09.861Z] $ 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/140 -v /w/workspace/edgex-go/140:/w/workspace/edgex-go/140:rw,z -v /w/workspace/edgex-go/140@tmp:/w/workspace/edgex-go/140@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-15T16:32:10.541Z] $ docker top 8383499fa9b63310d697ad2c69357a80c33f193776d1c5dab07524a55aacdbaa -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-15T16:32:11.041Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-09-15T16:32:11.986Z] Building docker-core-command-go ... [2020-09-15T16:32:11.986Z] Building docker-core-data-go ... [2020-09-15T16:32:11.986Z] Building docker-core-metadata-go ... [2020-09-15T16:32:11.986Z] Building docker-security-proxy-setup-go ... [2020-09-15T16:32:11.986Z] Building docker-security-secrets-setup-go ... [2020-09-15T16:32:11.986Z] Building docker-security-secretstore-setup-go ... [2020-09-15T16:32:11.986Z] Building docker-support-logging-go ... [2020-09-15T16:32:11.986Z] Building docker-support-notifications-go ... [2020-09-15T16:32:11.986Z] Building docker-support-scheduler-go ... [2020-09-15T16:32:11.986Z] Building docker-sys-mgmt-agent-go ... [2020-09-15T16:32:11.986Z] Building docker-support-scheduler-go [2020-09-15T16:32:11.986Z] Building docker-security-secrets-setup-go [2020-09-15T16:32:11.986Z] Building docker-core-metadata-go [2020-09-15T16:32:11.986Z] Building docker-support-logging-go [2020-09-15T16:32:11.986Z] Building docker-sys-mgmt-agent-go [2020-09-15T16:32:34.051Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-15T16:32:34.051Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-09-15T16:32:34.051Z] ---> 4f3293ce093b [2020-09-15T16:32:34.051Z] Step 3/22 : WORKDIR /edgex-go [2020-09-15T16:32:34.051Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-15T16:32:34.051Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-09-15T16:32:34.051Z] ---> 4f3293ce093b [2020-09-15T16:32:34.051Z] Step 3/21 : WORKDIR /edgex-go [2020-09-15T16:32:34.051Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-15T16:32:34.051Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-09-15T16:32:34.051Z] ---> 4f3293ce093b [2020-09-15T16:32:34.051Z] Step 3/22 : WORKDIR /edgex-go [2020-09-15T16:32:34.051Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-15T16:32:34.051Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-09-15T16:32:34.051Z] ---> 4f3293ce093b [2020-09-15T16:32:34.051Z] Step 3/29 : WORKDIR /edgex-go [2020-09-15T16:32:34.051Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-15T16:32:34.051Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-09-15T16:32:34.051Z] ---> 4f3293ce093b [2020-09-15T16:32:34.051Z] Step 3/27 : WORKDIR /edgex-go [2020-09-15T16:32:34.051Z] ---> Running in a118bb2dd7e4 [2020-09-15T16:32:34.051Z] ---> Running in 1cb6e1125d27 [2020-09-15T16:32:34.051Z] ---> Running in 5a1ac483c6a5 [2020-09-15T16:32:34.051Z] ---> Running in f5ab588e43bf [2020-09-15T16:32:34.051Z] ---> Running in 1918ec634c7a [2020-09-15T16:32:34.051Z] Removing intermediate container 5a1ac483c6a5 [2020-09-15T16:32:34.051Z] ---> 2a4596f0015e [2020-09-15T16:32:34.051Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-15T16:32:34.051Z] Removing intermediate container a118bb2dd7e4 [2020-09-15T16:32:34.051Z] ---> cdf1d59cec8f [2020-09-15T16:32:34.051Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-15T16:32:34.051Z] Removing intermediate container 1cb6e1125d27 [2020-09-15T16:32:34.051Z] ---> 0f81a3d696c4 [2020-09-15T16:32:34.051Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-15T16:32:34.051Z] Removing intermediate container 1918ec634c7a [2020-09-15T16:32:34.051Z] ---> ed570f7d174c [2020-09-15T16:32:34.051Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-15T16:32:34.051Z] Removing intermediate container f5ab588e43bf [2020-09-15T16:32:34.051Z] ---> 91bc89df5b4f [2020-09-15T16:32:34.051Z] Step 4/29 : RUN apk update && apk add make git [2020-09-15T16:32:34.051Z] ---> Running in 6574455613ca [2020-09-15T16:32:34.051Z] ---> Running in 5626f1fef619 [2020-09-15T16:32:34.051Z] ---> Running in c55e5d5cb4a8 [2020-09-15T16:32:34.051Z] ---> Running in 95798f2cbff1 [2020-09-15T16:32:34.052Z] ---> Running in 014e2544c705 [2020-09-15T16:32:34.676Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-15T16:32:35.254Z] Removing intermediate container 6574455613ca [2020-09-15T16:32:35.255Z] ---> 3f0bf74025e9 [2020-09-15T16:32:35.255Z] Step 5/22 : RUN apk update && apk add make git [2020-09-15T16:32:35.255Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-15T16:32:35.255Z] ---> Running in a7d4fbed0354 [2020-09-15T16:32:35.517Z] Removing intermediate container 5626f1fef619 [2020-09-15T16:32:35.517Z] ---> 2903101e6638 [2020-09-15T16:32:35.517Z] Step 5/27 : RUN apk update && apk add make bash git [2020-09-15T16:32:35.791Z] Removing intermediate container 95798f2cbff1 [2020-09-15T16:32:35.791Z] ---> 722090636063 [2020-09-15T16:32:35.791Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-09-15T16:32:35.791Z] ---> Running in eb46709466b1 [2020-09-15T16:32:35.791Z] v3.12.0-320-g7ac7f0b0a6 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-15T16:32:35.791Z] v3.12.0-324-g4b4c2fd71c [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-15T16:32:35.791Z] OK: 12748 distinct packages available [2020-09-15T16:32:35.791Z] Removing intermediate container c55e5d5cb4a8 [2020-09-15T16:32:35.791Z] ---> 11c1d1d7b11e [2020-09-15T16:32:35.791Z] Step 5/21 : RUN apk update && apk add make git [2020-09-15T16:32:36.057Z] ---> Running in 729b73b61500 [2020-09-15T16:32:36.057Z] ---> Running in ba1a68dcff47 [2020-09-15T16:32:36.057Z] OK: 233 MiB in 51 packages [2020-09-15T16:32:36.057Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-15T16:32:36.638Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-15T16:32:36.638Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-15T16:32:36.638Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-15T16:32:36.900Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-15T16:32:36.900Z] Removing intermediate container 014e2544c705 [2020-09-15T16:32:36.900Z] ---> 6bc8c23a7c46 [2020-09-15T16:32:36.900Z] Step 5/29 : COPY go.mod . [2020-09-15T16:32:37.170Z] ---> 17f8b44a315a [2020-09-15T16:32:37.170Z] Step 6/29 : RUN go mod download [2020-09-15T16:32:37.170Z] ---> Running in 255252d7c030 [2020-09-15T16:32:37.170Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-15T16:32:37.433Z] v3.12.0-320-g7ac7f0b0a6 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-15T16:32:37.433Z] v3.12.0-324-g4b4c2fd71c [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-15T16:32:37.433Z] OK: 12748 distinct packages available [2020-09-15T16:32:37.433Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-15T16:32:37.433Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-15T16:32:37.433Z] OK: 233 MiB in 51 packages [2020-09-15T16:32:38.042Z] v3.12.0-320-g7ac7f0b0a6 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-15T16:32:38.042Z] v3.12.0-324-g4b4c2fd71c [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-15T16:32:38.042Z] OK: 12748 distinct packages available [2020-09-15T16:32:38.042Z] v3.12.0-320-g7ac7f0b0a6 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-15T16:32:38.042Z] v3.12.0-324-g4b4c2fd71c [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-15T16:32:38.042Z] OK: 12748 distinct packages available [2020-09-15T16:32:38.042Z] v3.12.0-320-g7ac7f0b0a6 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-15T16:32:38.042Z] v3.12.0-324-g4b4c2fd71c [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-15T16:32:38.042Z] OK: 12748 distinct packages available [2020-09-15T16:32:38.042Z] OK: 233 MiB in 51 packages [2020-09-15T16:32:38.042Z] Removing intermediate container a7d4fbed0354 [2020-09-15T16:32:38.042Z] ---> c4d5160746e7 [2020-09-15T16:32:38.042Z] Step 6/22 : COPY go.mod . [2020-09-15T16:32:38.314Z] OK: 233 MiB in 51 packages [2020-09-15T16:32:38.314Z] OK: 233 MiB in 51 packages [2020-09-15T16:32:38.314Z] OK: 233 MiB in 51 packages [2020-09-15T16:32:38.580Z] ---> d7f07ccf3a87 [2020-09-15T16:32:38.580Z] Step 7/22 : RUN go mod download [2020-09-15T16:32:38.580Z] ---> Running in f37b6abb1995 [2020-09-15T16:32:39.159Z] Removing intermediate container eb46709466b1 [2020-09-15T16:32:39.159Z] ---> 4d03616437da [2020-09-15T16:32:39.159Z] Step 6/27 : COPY go.mod . [2020-09-15T16:32:39.159Z] Removing intermediate container ba1a68dcff47 [2020-09-15T16:32:39.159Z] ---> edfb9cba6703 [2020-09-15T16:32:39.159Z] Step 6/21 : COPY go.mod . [2020-09-15T16:32:39.428Z] ---> e1b4193e1cd5 [2020-09-15T16:32:39.428Z] Step 7/27 : RUN go mod download [2020-09-15T16:32:39.428Z] ---> 8b87c8435792 [2020-09-15T16:32:39.428Z] Step 7/21 : RUN go mod download [2020-09-15T16:32:39.428Z] Removing intermediate container 729b73b61500 [2020-09-15T16:32:39.428Z] ---> 1f1800b8867c [2020-09-15T16:32:39.428Z] Step 6/22 : COPY go.mod . [2020-09-15T16:32:39.697Z] ---> Running in f75a80d031c1 [2020-09-15T16:32:39.697Z] Removing intermediate container 255252d7c030 [2020-09-15T16:32:39.697Z] ---> 468defc97db3 [2020-09-15T16:32:39.697Z] Step 7/29 : COPY . . [2020-09-15T16:32:39.697Z] ---> Running in def502f69010 [2020-09-15T16:32:39.964Z] ---> ce5c53f33970 [2020-09-15T16:32:39.964Z] Step 7/22 : RUN go mod download [2020-09-15T16:32:40.923Z] ---> Running in 99da02825910 [2020-09-15T16:32:44.250Z] Removing intermediate container f37b6abb1995 [2020-09-15T16:32:44.250Z] ---> fba1f9600b8a [2020-09-15T16:32:44.250Z] Step 8/22 : COPY . . [2020-09-15T16:32:46.199Z] Removing intermediate container f75a80d031c1 [2020-09-15T16:32:46.199Z] ---> f44d40f8c1e0 [2020-09-15T16:32:46.199Z] Step 8/27 : COPY . . [2020-09-15T16:32:50.596Z] Removing intermediate container def502f69010 [2020-09-15T16:32:50.596Z] ---> aec9936c359d [2020-09-15T16:32:50.596Z] Step 8/21 : COPY . . [2020-09-15T16:32:50.596Z] Removing intermediate container 99da02825910 [2020-09-15T16:32:50.596Z] ---> 752494902809 [2020-09-15T16:32:50.596Z] Step 8/22 : COPY . . [2020-09-15T16:32:57.364Z] ---> 64a413d45374 [2020-09-15T16:32:57.364Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-09-15T16:33:01.043Z] ---> Running in 2543fe559afa [2020-09-15T16:33:03.666Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-43327 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2020-09-15T16:33:03.723Z] Running in /w/workspace/edgex-go/140 [Pipeline] { [Pipeline] checkout [2020-09-15T16:33:04.438Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.25" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-09-15T16:33:08.750Z] ---> a6171cc83835 [2020-09-15T16:33:08.750Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-09-15T16:33:08.807Z] using credential edgex-jenkins-ssh [2020-09-15T16:33:08.863Z] Cloning the remote Git repository [2020-09-15T16:33:08.863Z] Cloning with configured refspecs honoured and without tags [2020-09-15T16:33:09.722Z] ---> bd2324ea65ec [2020-09-15T16:33:09.722Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-09-15T16:33:09.722Z] ---> Running in bc9168390365 [2020-09-15T16:33:10.006Z] ---> Running in f4cb6db446af [2020-09-15T16:33:10.006Z] ---> f25b55be1c5b [2020-09-15T16:33:10.006Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-09-15T16:33:08.909Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-09-15T16:33:09.029Z] > git init /w/workspace/edgex-go/140 # timeout=10 [2020-09-15T16:33:09.091Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-09-15T16:33:09.092Z] > git --version # timeout=10 [2020-09-15T16:33:09.118Z] > git --version # 'git version 2.17.1' [2020-09-15T16:33:09.120Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-15T16:33:09.167Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-15T16:33:10.272Z] ---> c1cc2fc1f872 [2020-09-15T16:33:10.273Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-09-15T16:33:10.273Z] ---> Running in 5e7f2c0a112e [2020-09-15T16:33:10.273Z] ---> Running in 2b82bf638b99 [2020-09-15T16:33:11.276Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.25" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-09-15T16:33:11.276Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.25" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-09-15T16:33:11.547Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.25" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-09-15T16:33:11.547Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.25" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-09-15T16:33:26.549Z] Removing intermediate container 2543fe559afa [2020-09-15T16:33:26.549Z] ---> 9504b4c06426 [2020-09-15T16:33:26.549Z] [2020-09-15T16:33:26.549Z] Step 9/29 : FROM alpine:latest [2020-09-15T16:33:26.549Z] latest: Pulling from library/alpine [2020-09-15T16:33:26.819Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-09-15T16:33:26.819Z] Status: Downloaded newer image for alpine:latest [2020-09-15T16:33:26.819Z] ---> a24bb4013296 [2020-09-15T16:33:26.819Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-09-15T16:33:27.085Z] ---> Running in b343f9833578 [2020-09-15T16:33:27.085Z] Removing intermediate container b343f9833578 [2020-09-15T16:33:27.085Z] ---> d711e666a3a2 [2020-09-15T16:33:27.085Z] Step 11/29 : USER root [2020-09-15T16:33:27.359Z] ---> Running in fbc8058136ff [2020-09-15T16:33:27.629Z] Removing intermediate container fbc8058136ff [2020-09-15T16:33:27.629Z] ---> 9efc04749646 [2020-09-15T16:33:27.629Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-09-15T16:33:27.629Z] ---> Running in 7e57c97dd898 [2020-09-15T16:33:29.592Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-15T16:33:29.592Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-15T16:33:29.855Z] v3.12.0-320-g7ac7f0b0a6 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-09-15T16:33:29.855Z] v3.12.0-324-g4b4c2fd71c [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-09-15T16:33:29.855Z] OK: 12748 distinct packages available [2020-09-15T16:33:30.439Z] (1/2) Installing ca-certificates (20191127-r4) [2020-09-15T16:33:30.439Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-09-15T16:33:30.439Z] Executing busybox-1.31.1-r16.trigger [2020-09-15T16:33:30.439Z] Executing ca-certificates-20191127-r4.trigger [2020-09-15T16:33:30.439Z] OK: 6 MiB in 16 packages [2020-09-15T16:33:32.389Z] Removing intermediate container 7e57c97dd898 [2020-09-15T16:33:32.389Z] ---> 68d39dbe0117 [2020-09-15T16:33:32.389Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-09-15T16:33:32.659Z] ---> Running in 74dbc4f06b8c [2020-09-15T16:33:33.246Z] Removing intermediate container 74dbc4f06b8c [2020-09-15T16:33:33.246Z] ---> 5a31f6c3720f [2020-09-15T16:33:33.246Z] Step 14/29 : WORKDIR $BASE_DIR [2020-09-15T16:33:33.246Z] ---> Running in 0c62031d3803 [2020-09-15T16:33:33.845Z] Removing intermediate container 0c62031d3803 [2020-09-15T16:33:33.845Z] ---> 6f621435f16f [2020-09-15T16:33:33.845Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-09-15T16:33:33.845Z] ---> Running in 1dd141dd3b9a [2020-09-15T16:33:36.416Z] Removing intermediate container 1dd141dd3b9a [2020-09-15T16:33:36.416Z] ---> c1bf0a74b719 [2020-09-15T16:33:36.416Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-09-15T16:33:37.391Z] ---> e1f0112dd04e [2020-09-15T16:33:37.391Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-09-15T16:33:37.669Z] ---> 372004da6f98 [2020-09-15T16:33:37.669Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-09-15T16:33:38.262Z] ---> 220370586751 [2020-09-15T16:33:38.262Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-09-15T16:33:39.243Z] ---> 2fe30d87ad70 [2020-09-15T16:33:39.243Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-09-15T16:33:41.813Z] ---> 06a0f12e5b2d [2020-09-15T16:33:41.813Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-09-15T16:33:42.077Z] ---> Running in 517c3cd5b310 [2020-09-15T16:33:42.077Z] Removing intermediate container bc9168390365 [2020-09-15T16:33:42.077Z] ---> 5612f2b2758a [2020-09-15T16:33:42.077Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-09-15T16:33:42.077Z] Removing intermediate container 5e7f2c0a112e [2020-09-15T16:33:42.077Z] ---> 1981df088199 [2020-09-15T16:33:42.077Z] [2020-09-15T16:33:42.077Z] Step 10/22 : FROM scratch [2020-09-15T16:33:42.077Z] ---> [2020-09-15T16:33:42.077Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-09-15T16:33:42.342Z] ---> Running in 1d585c8379eb [2020-09-15T16:33:42.612Z] ---> Running in d1843d341bf2 [2020-09-15T16:33:43.197Z] Removing intermediate container d1843d341bf2 [2020-09-15T16:33:43.197Z] ---> d0e280bae318 [2020-09-15T16:33:43.197Z] Step 12/22 : ENV APP_PORT=48061 [2020-09-15T16:33:43.458Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.25" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-09-15T16:33:44.857Z] ---> Running in 84824664faa2 [2020-09-15T16:33:45.127Z] Removing intermediate container 2b82bf638b99 [2020-09-15T16:33:45.127Z] ---> b3546a321218 [2020-09-15T16:33:45.127Z] [2020-09-15T16:33:45.127Z] Step 10/21 : FROM scratch [2020-09-15T16:33:45.127Z] ---> [2020-09-15T16:33:45.127Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-09-15T16:33:45.127Z] Removing intermediate container 84824664faa2 [2020-09-15T16:33:45.127Z] ---> f6bed3198455 [2020-09-15T16:33:45.127Z] Step 13/22 : EXPOSE $APP_PORT [2020-09-15T16:33:45.393Z] ---> Running in 006934382db7 [2020-09-15T16:33:45.393Z] ---> Running in 7408df05867b [2020-09-15T16:33:45.623Z] Fetching without tags [2020-09-15T16:33:45.557Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-09-15T16:33:45.580Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-15T16:33:45.609Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-09-15T16:33:45.637Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-09-15T16:33:45.637Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-15T16:33:45.649Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-15T16:33:46.099Z] Checking out Revision 79f01a0b03b1bfc4590bac9ca9ba51eef1791c37 (master) [2020-09-15T16:33:46.782Z] Removing intermediate container 517c3cd5b310 [2020-09-15T16:33:46.782Z] ---> f06934586741 [2020-09-15T16:33:46.782Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-09-15T16:33:46.782Z] Removing intermediate container 006934382db7 [2020-09-15T16:33:46.782Z] ---> cc19d6877a76 [2020-09-15T16:33:46.782Z] Step 12/21 : ENV APP_PORT=48085 [2020-09-15T16:33:46.782Z] Removing intermediate container 7408df05867b [2020-09-15T16:33:46.782Z] ---> abda0c3d12f6 [2020-09-15T16:33:46.782Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-09-15T16:33:46.123Z] > git config core.sparsecheckout # timeout=10 [2020-09-15T16:33:46.141Z] > git checkout -f 79f01a0b03b1bfc4590bac9ca9ba51eef1791c37 # timeout=10 [2020-09-15T16:33:49.334Z] Removing intermediate container 1d585c8379eb [2020-09-15T16:33:49.334Z] ---> a24b7969dc8d [2020-09-15T16:33:49.334Z] [2020-09-15T16:33:49.334Z] Step 11/27 : FROM docker:latest [2020-09-15T16:33:49.334Z] ---> 81f5749c9058 [2020-09-15T16:33:49.334Z] Step 12/27 : RUN apk add --no-cache bash [2020-09-15T16:33:49.334Z] ---> Running in c8c503a248e2 [2020-09-15T16:33:49.334Z] Removing intermediate container f4cb6db446af [2020-09-15T16:33:49.334Z] ---> 37ffa4c53bec [2020-09-15T16:33:49.334Z] [2020-09-15T16:33:49.334Z] Step 10/22 : FROM scratch [2020-09-15T16:33:49.334Z] ---> [2020-09-15T16:33:49.334Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-09-15T16:33:49.334Z] ---> Running in fe0c268ec8e6 [2020-09-15T16:33:49.334Z] ---> 3d4ca3b9f353 [2020-09-15T16:33:49.334Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-09-15T16:33:49.334Z] ---> Using cache [2020-09-15T16:33:49.334Z] ---> cc19d6877a76 [2020-09-15T16:33:49.334Z] Step 12/22 : ENV APP_PORT=48081 [2020-09-15T16:33:49.334Z] ---> 2e3bc8e18b8e [2020-09-15T16:33:49.334Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-09-15T16:33:49.334Z] ---> Running in c7aa3c64dbf3 [2020-09-15T16:33:49.334Z] Removing intermediate container c8c503a248e2 [2020-09-15T16:33:49.334Z] ---> 289aba714ea7 [2020-09-15T16:33:49.334Z] Step 13/21 : EXPOSE $APP_PORT [2020-09-15T16:33:49.597Z] ---> Running in 4efbf807cb19 [2020-09-15T16:33:49.597Z] ---> Running in 0a5b54947e28 [2020-09-15T16:33:49.597Z] ---> 4e2ebcb03630 [2020-09-15T16:33:49.597Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-09-15T16:33:49.859Z] Removing intermediate container c7aa3c64dbf3 [2020-09-15T16:33:49.859Z] ---> ca102a8fa0c3 [2020-09-15T16:33:49.859Z] Step 13/22 : EXPOSE $APP_PORT [2020-09-15T16:33:49.859Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-15T16:33:50.127Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-15T16:33:50.127Z] ---> Running in e14131016d78 [2020-09-15T16:33:50.127Z] Removing intermediate container 0a5b54947e28 [2020-09-15T16:33:50.127Z] ---> 35262708efba [2020-09-15T16:33:50.127Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-09-15T16:33:50.127Z] (1/2) Installing readline (8.0.4-r0) [2020-09-15T16:33:50.127Z] (2/2) Installing bash (5.0.17-r0) [2020-09-15T16:33:50.389Z] Executing bash-5.0.17-r0.post-install [2020-09-15T16:33:50.389Z] Executing busybox-1.31.1-r16.trigger [2020-09-15T16:33:50.389Z] ---> 0e4f7fd59001 [2020-09-15T16:33:50.389Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-09-15T16:33:50.389Z] OK: 12 MiB in 22 packages [2020-09-15T16:33:50.389Z] Removing intermediate container e14131016d78 [2020-09-15T16:33:50.389Z] ---> 861cf04eeace [2020-09-15T16:33:50.389Z] Step 14/22 : WORKDIR / [2020-09-15T16:33:50.389Z] ---> 2a1585a68f53 [2020-09-15T16:33:50.389Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-09-15T16:33:50.652Z] ---> Running in 402bb7d3a5e3 [2020-09-15T16:33:50.718Z] Commit message: "refactor(core-data): Error handling for V2 API (#2681)" [2020-09-15T16:33:50.914Z] ---> dd8f42592b8e [2020-09-15T16:33:50.914Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [Pipeline] withEnv [Pipeline] { [2020-09-15T16:33:51.179Z] ---> Running in 35103b7cee28 [2020-09-15T16:33:51.179Z] Removing intermediate container 402bb7d3a5e3 [2020-09-15T16:33:51.179Z] ---> 08a2fde26c4b [2020-09-15T16:33:51.179Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-09-15T16:33:51.179Z] ---> ddb5218fd91e [2020-09-15T16:33:51.179Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [2020-09-15T16:33:51.443Z] Removing intermediate container fe0c268ec8e6 [2020-09-15T16:33:51.443Z] ---> b4b6706c58af [2020-09-15T16:33:51.443Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-09-15T16:33:51.443Z] ---> 09961c73b935 [2020-09-15T16:33:51.443Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-09-15T16:33:51.443Z] Removing intermediate container 4efbf807cb19 [2020-09-15T16:33:51.443Z] ---> 57392ead904e [2020-09-15T16:33:51.443Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-09-15T16:33:51.443Z] Removing intermediate container 35103b7cee28 [2020-09-15T16:33:51.443Z] ---> 80a7dc84bf1f [2020-09-15T16:33:51.443Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-15T16:33:51.706Z] ---> Running in 71cb77c708f5 [2020-09-15T16:33:51.706Z] ---> 127ab37989db [2020-09-15T16:33:51.706Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-09-15T16:33:51.707Z] ---> Running in cce3a9bb8f4c [2020-09-15T16:33:51.707Z] ---> Running in 4a634851dfbb [2020-09-15T16:33:51.974Z] ---> Running in d61f78b21730 [2020-09-15T16:33:52.236Z] ---> 6f504cca3c9c [2020-09-15T16:33:52.236Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-09-15T16:33:52.236Z] Removing intermediate container 4a634851dfbb [2020-09-15T16:33:52.236Z] ---> df0c22f8b5e1 [2020-09-15T16:33:52.236Z] Step 20/22 : LABEL arch=x86_64 [2020-09-15T16:33:52.501Z] Removing intermediate container d61f78b21730 [2020-09-15T16:33:52.501Z] ---> bdee2c487cf9 [2020-09-15T16:33:52.501Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-15T16:33:52.501Z] ---> Running in bc640fc28af4 [2020-09-15T16:33:52.501Z] ---> Running in 50a3ea909d6a [2020-09-15T16:33:52.764Z] ---> c694b93fae38 [2020-09-15T16:33:52.764Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-09-15T16:33:52.764Z] ---> Running in 429b4133e922 [2020-09-15T16:33:53.026Z] Removing intermediate container bc640fc28af4 [2020-09-15T16:33:53.026Z] ---> 8610a97c3ca8 [2020-09-15T16:33:53.026Z] Step 21/22 : LABEL git_sha=79f01a0b03b1bfc4590bac9ca9ba51eef1791c37 [2020-09-15T16:33:53.026Z] Removing intermediate container 50a3ea909d6a [2020-09-15T16:33:53.026Z] ---> 262a121e2548 [2020-09-15T16:33:53.026Z] Step 19/21 : LABEL arch=x86_64 [2020-09-15T16:33:53.288Z] ---> Running in fe0284f2a1d2 [2020-09-15T16:33:53.288Z] ---> Running in 0d4176f2c386 [2020-09-15T16:33:53.288Z] Removing intermediate container 429b4133e922 [2020-09-15T16:33:53.288Z] ---> 8c116578096d [2020-09-15T16:33:53.288Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-15T16:33:53.550Z] ---> Running in 136e14f0c877 [2020-09-15T16:33:53.550Z] Removing intermediate container 71cb77c708f5 [2020-09-15T16:33:53.550Z] ---> 0194dbe0b122 [2020-09-15T16:33:53.550Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-09-15T16:33:53.550Z] Removing intermediate container fe0284f2a1d2 [2020-09-15T16:33:53.550Z] ---> 9c0ef252b480 [2020-09-15T16:33:53.550Z] Step 22/22 : LABEL version=1.2.2-dev.25 [2020-09-15T16:33:53.550Z] Removing intermediate container 0d4176f2c386 [2020-09-15T16:33:53.550Z] ---> 6004fc72a4ec [2020-09-15T16:33:53.550Z] Step 20/21 : LABEL git_sha=79f01a0b03b1bfc4590bac9ca9ba51eef1791c37 [2020-09-15T16:33:53.817Z] Removing intermediate container cce3a9bb8f4c [2020-09-15T16:33:53.817Z] ---> c3dd6d8a667f [2020-09-15T16:33:53.817Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-09-15T16:33:53.817Z] ---> Running in 1df1138993de [2020-09-15T16:33:53.817Z] ---> Running in f2c88e5b3bda [2020-09-15T16:33:53.817Z] ---> Running in c0c06121b919 [2020-09-15T16:33:53.817Z] ---> Running in d5be09c3571d [2020-09-15T16:33:53.817Z] Removing intermediate container 136e14f0c877 [2020-09-15T16:33:53.817Z] ---> a76e2eeff71c [2020-09-15T16:33:53.817Z] Step 20/22 : LABEL arch=x86_64 [2020-09-15T16:33:54.085Z] ---> Running in 31dcd97b0d89 [2020-09-15T16:33:54.085Z] Removing intermediate container f2c88e5b3bda [2020-09-15T16:33:54.085Z] ---> fbe682eaee64 [2020-09-15T16:33:54.085Z] Step 26/29 : CMD [ "generate" ] [2020-09-15T16:33:54.346Z] Removing intermediate container 1df1138993de [2020-09-15T16:33:54.346Z] ---> b7fd9bac7768 [2020-09-15T16:33:54.346Z] [2020-09-15T16:33:54.346Z] Removing intermediate container d5be09c3571d [2020-09-15T16:33:54.346Z] ---> 04490cde0657 [2020-09-15T16:33:54.346Z] Step 15/27 : ENV APP_PORT=48090 [2020-09-15T16:33:54.607Z] Successfully built b7fd9bac7768 [2020-09-15T16:33:54.868Z] Removing intermediate container c0c06121b919 [2020-09-15T16:33:54.868Z] ---> 0575f3a5f268 [2020-09-15T16:33:54.868Z] Step 21/21 : LABEL version=1.2.2-dev.25 [2020-09-15T16:33:54.868Z] Successfully tagged docker-support-logging-go:latest [2020-09-15T16:33:54.868Z]  Building docker-support-logging-go ... done Building docker-security-proxy-setup-go [2020-09-15T16:33:54.868Z] ---> Running in 903cf7f0b905 [2020-09-15T16:33:54.868Z] ---> Running in 79c8991beb87 [2020-09-15T16:33:54.868Z] Removing intermediate container 31dcd97b0d89 [2020-09-15T16:33:54.868Z] ---> 6eb696cc2849 [2020-09-15T16:33:54.868Z] Step 21/22 : LABEL git_sha=79f01a0b03b1bfc4590bac9ca9ba51eef1791c37 [2020-09-15T16:33:55.131Z] ---> Running in 84e90941e4ae [2020-09-15T16:33:55.131Z] ---> Running in 9b79653fa8bb [2020-09-15T16:33:55.131Z] Removing intermediate container 903cf7f0b905 [2020-09-15T16:33:55.131Z] ---> 0cc922b70b4f [2020-09-15T16:33:55.131Z] Step 27/29 : LABEL arch=x86_64 [2020-09-15T16:33:55.395Z] Removing intermediate container 79c8991beb87 [2020-09-15T16:33:55.396Z] ---> 67cd5a48d4ac [2020-09-15T16:33:55.396Z] Step 16/27 : EXPOSE $APP_PORT [2020-09-15T16:33:55.396Z] Removing intermediate container 84e90941e4ae [2020-09-15T16:33:55.396Z] ---> 3794c2399d8c [2020-09-15T16:33:55.396Z] [2020-09-15T16:33:55.669Z] ---> Running in bab931ba4b63 [2020-09-15T16:33:55.669Z] ---> Running in a9839867c8cc [2020-09-15T16:33:55.669Z] Removing intermediate container 9b79653fa8bb [2020-09-15T16:33:55.669Z] ---> dafda4adccad [2020-09-15T16:33:55.669Z] Step 22/22 : LABEL version=1.2.2-dev.25 [2020-09-15T16:33:55.669Z] Successfully built 3794c2399d8c [2020-09-15T16:33:55.937Z] Successfully tagged docker-support-scheduler-go:latest [2020-09-15T16:33:55.937Z] Building docker-support-notifications-go [2020-09-15T16:33:55.937Z]  Building docker-support-scheduler-go ... done  ---> Running in d74e66c1fb24 [2020-09-15T16:33:56.200Z] Removing intermediate container a9839867c8cc [2020-09-15T16:33:56.200Z] ---> 712a7f0081fe [2020-09-15T16:33:56.200Z] Step 28/29 : LABEL git_sha=79f01a0b03b1bfc4590bac9ca9ba51eef1791c37 [2020-09-15T16:33:59.476Z] Removing intermediate container bab931ba4b63 [2020-09-15T16:33:59.476Z] ---> 817a9b763754 [2020-09-15T16:33:59.476Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-09-15T16:34:00.151Z] Removing intermediate container d74e66c1fb24 [2020-09-15T16:34:00.151Z] ---> 27a274c95a68 [2020-09-15T16:34:00.151Z] [2020-09-15T16:34:00.151Z] ---> Running in 53ca4b39e8e5 [2020-09-15T16:34:00.421Z] Successfully built 27a274c95a68 [2020-09-15T16:34:00.421Z] Successfully tagged docker-core-metadata-go:latest [2020-09-15T16:34:00.421Z] Building docker-core-data-go [2020-09-15T16:34:00.692Z]  Building docker-core-metadata-go ... done  ---> de761f7a4e85 [2020-09-15T16:34:00.692Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [Pipeline] echo [2020-09-15T16:34:03.064Z] ========================================================= [2020-09-15T16:34:03.064Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-09-15T16:34:03.064Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:34:04.043Z] + 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-09-15T16:34:06.011Z] Removing intermediate container 53ca4b39e8e5 [2020-09-15T16:34:06.011Z] ---> 051b21dca1d2 [2020-09-15T16:34:06.011Z] Step 29/29 : LABEL version=1.2.2-dev.25 [2020-09-15T16:34:08.378Z] Sending build context to Docker daemon 323.2MB [2020-09-15T16:34:08.378Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-09-15T16:34:08.378Z] Step 2/7 : FROM ${BASE} [2020-09-15T16:34:08.378Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-09-15T16:34:08.378Z] b538f80385f9: Pulling fs layer [2020-09-15T16:34:08.378Z] 74f711af9a0d: Pulling fs layer [2020-09-15T16:34:08.378Z] 99f96fe45779: Pulling fs layer [2020-09-15T16:34:08.378Z] 8529a6b9a6be: Pulling fs layer [2020-09-15T16:34:08.378Z] 45590311c82a: Pulling fs layer [2020-09-15T16:34:08.378Z] 69ca0ff8b7b3: Pulling fs layer [2020-09-15T16:34:08.378Z] 209524e5b208: Pulling fs layer [2020-09-15T16:34:08.378Z] 8529a6b9a6be: Waiting [2020-09-15T16:34:08.378Z] 45590311c82a: Waiting [2020-09-15T16:34:08.378Z] 69ca0ff8b7b3: Waiting [2020-09-15T16:34:08.378Z] 209524e5b208: Waiting [2020-09-15T16:34:08.378Z] 99f96fe45779: Verifying Checksum [2020-09-15T16:34:08.378Z] 99f96fe45779: Download complete [2020-09-15T16:34:08.378Z] 74f711af9a0d: Verifying Checksum [2020-09-15T16:34:08.378Z] 74f711af9a0d: Download complete [2020-09-15T16:34:08.378Z] 45590311c82a: Verifying Checksum [2020-09-15T16:34:08.378Z] 45590311c82a: Download complete [2020-09-15T16:34:08.378Z] 69ca0ff8b7b3: Verifying Checksum [2020-09-15T16:34:08.378Z] 69ca0ff8b7b3: Download complete [2020-09-15T16:34:08.378Z] b538f80385f9: Verifying Checksum [2020-09-15T16:34:08.378Z] b538f80385f9: Download complete [2020-09-15T16:34:08.606Z] ---> 2262f603991a [2020-09-15T16:34:08.606Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-09-15T16:34:08.606Z] ---> Running in 15dd5ba1ba07 [2020-09-15T16:34:08.877Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-15T16:34:08.877Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-09-15T16:34:08.877Z] ---> 4f3293ce093b [2020-09-15T16:34:08.877Z] Step 3/20 : WORKDIR /edgex-go [2020-09-15T16:34:08.877Z] ---> Using cache [2020-09-15T16:34:08.877Z] ---> 91bc89df5b4f [2020-09-15T16:34:08.877Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-15T16:34:08.984Z] b538f80385f9: Pull complete [2020-09-15T16:34:09.586Z] 74f711af9a0d: Pull complete [2020-09-15T16:34:09.846Z] Removing intermediate container 15dd5ba1ba07 [2020-09-15T16:34:09.846Z] ---> cc704386cda3 [2020-09-15T16:34:09.846Z] [2020-09-15T16:34:09.846Z] ---> Running in e969d1041636 [2020-09-15T16:34:09.867Z] 99f96fe45779: Pull complete [2020-09-15T16:34:10.433Z] Successfully built cc704386cda3 [2020-09-15T16:34:10.433Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-09-15T16:34:10.433Z] Building docker-security-secretstore-setup-go [2020-09-15T16:34:10.467Z] 209524e5b208: Verifying Checksum [2020-09-15T16:34:11.011Z]  Building docker-security-secrets-setup-go ... done Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-15T16:34:11.011Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-09-15T16:34:11.011Z] ---> 4f3293ce093b [2020-09-15T16:34:11.011Z] Step 3/24 : WORKDIR /edgex-go [2020-09-15T16:34:11.011Z] ---> Using cache [2020-09-15T16:34:11.011Z] ---> 91bc89df5b4f [2020-09-15T16:34:11.011Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-15T16:34:11.907Z] 8529a6b9a6be: Download complete [2020-09-15T16:34:12.407Z] ---> deb585023de4 [2020-09-15T16:34:12.407Z] Step 20/27 : RUN apk --no-cache add py-pip [2020-09-15T16:34:14.337Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-15T16:34:14.337Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-09-15T16:34:14.337Z] ---> 4f3293ce093b [2020-09-15T16:34:14.337Z] Step 3/23 : WORKDIR /edgex-go [2020-09-15T16:34:14.337Z] ---> Using cache [2020-09-15T16:34:14.337Z] ---> 91bc89df5b4f [2020-09-15T16:34:14.337Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-15T16:34:15.285Z] ---> Running in c13710e38bcd [2020-09-15T16:34:15.285Z] ---> Running in f8d32321ecde [2020-09-15T16:34:15.558Z] ---> Running in 9b3b96bbeabc [2020-09-15T16:34:16.971Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-15T16:34:16.971Z] Removing intermediate container e969d1041636 [2020-09-15T16:34:16.971Z] ---> c59f98c2f304 [2020-09-15T16:34:16.971Z] Step 5/20 : RUN apk update && apk add make git [2020-09-15T16:34:17.241Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-15T16:34:17.241Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-09-15T16:34:17.241Z] (2/33) Installing expat (2.2.9-r1) [2020-09-15T16:34:17.241Z] (3/33) Installing libffi (3.3-r2) [2020-09-15T16:34:17.241Z] (4/33) Installing gdbm (1.13-r1) [2020-09-15T16:34:17.241Z] ---> Running in fb09fcd908f2 [2020-09-15T16:34:17.241Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-09-15T16:34:17.241Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-09-15T16:34:17.241Z] (7/33) Installing python3 (3.8.5-r0) [2020-09-15T16:34:22.082Z] 8529a6b9a6be: Pull complete [2020-09-15T16:34:22.356Z] 45590311c82a: Pull complete [2020-09-15T16:34:22.540Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-15T16:34:22.540Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-09-15T16:34:22.540Z] ---> 4f3293ce093b [2020-09-15T16:34:22.540Z] Step 3/26 : WORKDIR /edgex-go [2020-09-15T16:34:22.540Z] ---> Using cache [2020-09-15T16:34:22.540Z] ---> 91bc89df5b4f [2020-09-15T16:34:22.540Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-15T16:34:22.540Z] ---> Using cache [2020-09-15T16:34:22.540Z] ---> c59f98c2f304 [2020-09-15T16:34:22.540Z] Step 5/26 : RUN apk update && apk add make git [2020-09-15T16:34:22.540Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-09-15T16:34:22.540Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-09-15T16:34:22.540Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-09-15T16:34:22.540Z] Removing intermediate container f8d32321ecde [2020-09-15T16:34:22.540Z] ---> 6c93621bbde6 [2020-09-15T16:34:22.540Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-09-15T16:34:22.540Z] (11/33) Installing py3-six (1.15.0-r0) [2020-09-15T16:34:22.540Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-15T16:34:22.540Z] (12/33) Installing py3-packaging (20.4-r0) [2020-09-15T16:34:22.540Z] ---> Running in d49c31be0ab9 [2020-09-15T16:34:22.803Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-09-15T16:34:22.803Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-09-15T16:34:22.803Z] (15/33) Installing py3-idna (2.9-r0) [2020-09-15T16:34:22.954Z] 69ca0ff8b7b3: Pull complete [2020-09-15T16:34:23.376Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-09-15T16:34:23.376Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-15T16:34:23.376Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-09-15T16:34:23.656Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-09-15T16:34:23.656Z] ---> Running in 53560872a707 [2020-09-15T16:34:23.656Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-09-15T16:34:23.918Z] v3.12.0-320-g7ac7f0b0a6 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-15T16:34:23.918Z] v3.12.0-324-g4b4c2fd71c [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-15T16:34:23.918Z] OK: 12748 distinct packages available [2020-09-15T16:34:23.918Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-09-15T16:34:23.918Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-09-15T16:34:23.918Z] Removing intermediate container 9b3b96bbeabc [2020-09-15T16:34:23.918Z] ---> e3dbd5896e9b [2020-09-15T16:34:23.918Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-09-15T16:34:23.918Z] OK: 233 MiB in 51 packages [2020-09-15T16:34:24.183Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-09-15T16:34:24.183Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-09-15T16:34:24.183Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-09-15T16:34:24.444Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-15T16:34:24.444Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-09-15T16:34:24.444Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-09-15T16:34:24.444Z] ---> Running in 0c4e6ccb3929 [2020-09-15T16:34:24.444Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-09-15T16:34:24.444Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-09-15T16:34:24.444Z] (29/33) Installing py3-progress (1.5-r0) [2020-09-15T16:34:24.444Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-09-15T16:34:24.444Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-09-15T16:34:24.712Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-09-15T16:34:24.712Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-09-15T16:34:24.976Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-15T16:34:25.240Z] Executing busybox-1.31.1-r16.trigger [2020-09-15T16:34:25.240Z] OK: 71 MiB in 55 packages [2020-09-15T16:34:25.240Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-15T16:34:25.502Z] v3.12.0-320-g7ac7f0b0a6 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-15T16:34:25.502Z] v3.12.0-324-g4b4c2fd71c [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-15T16:34:25.502Z] OK: 12748 distinct packages available [2020-09-15T16:34:25.764Z] OK: 233 MiB in 51 packages [2020-09-15T16:34:26.027Z] Removing intermediate container fb09fcd908f2 [2020-09-15T16:34:26.027Z] ---> cb318dc53449 [2020-09-15T16:34:26.027Z] Step 6/20 : COPY go.mod . [2020-09-15T16:34:26.027Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-15T16:34:26.027Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-15T16:34:26.289Z] ---> 7b60477c5042 [2020-09-15T16:34:26.289Z] Step 7/20 : RUN go mod download [2020-09-15T16:34:26.551Z] v3.12.0-320-g7ac7f0b0a6 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-15T16:34:26.551Z] v3.12.0-324-g4b4c2fd71c [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-15T16:34:26.551Z] OK: 12748 distinct packages available [2020-09-15T16:34:26.813Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-15T16:34:26.813Z] ---> Running in e3bdc9687fd4 [2020-09-15T16:34:26.813Z] Removing intermediate container d49c31be0ab9 [2020-09-15T16:34:26.813Z] ---> d060d25ef64c [2020-09-15T16:34:26.813Z] Step 6/26 : COPY go.mod . [2020-09-15T16:34:26.813Z] OK: 233 MiB in 51 packages [2020-09-15T16:34:27.290Z] 209524e5b208: Pull complete [2020-09-15T16:34:27.290Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-09-15T16:34:27.290Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-09-15T16:34:27.290Z] ---> 5bddaf1c2fca [2020-09-15T16:34:27.290Z] 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-09-15T16:34:27.388Z] v3.12.0-320-g7ac7f0b0a6 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-15T16:34:27.388Z] v3.12.0-324-g4b4c2fd71c [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-15T16:34:27.388Z] OK: 12748 distinct packages available [2020-09-15T16:34:27.388Z] OK: 233 MiB in 51 packages [2020-09-15T16:34:29.308Z] ---> cf1662bd1699 [2020-09-15T16:34:29.308Z] Step 7/26 : RUN go mod download [2020-09-15T16:34:30.705Z] ---> Running in 70d3e8bf33ec [2020-09-15T16:34:31.869Z] ---> Running in ee7a405cc8d5 [2020-09-15T16:34:31.869Z] Removing intermediate container 53560872a707 [2020-09-15T16:34:31.869Z] ---> 47c5a1fc8554 [2020-09-15T16:34:31.869Z] Step 6/24 : COPY go.mod . [2020-09-15T16:34:32.139Z] Removing intermediate container c13710e38bcd [2020-09-15T16:34:32.139Z] ---> 116be68ffcb4 [2020-09-15T16:34:32.139Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-09-15T16:34:32.139Z] Removing intermediate container e3bdc9687fd4 [2020-09-15T16:34:32.139Z] ---> 1475ced9dd6d [2020-09-15T16:34:32.139Z] Step 8/20 : COPY . . [2020-09-15T16:34:32.139Z] Removing intermediate container 0c4e6ccb3929 [2020-09-15T16:34:32.139Z] ---> 0dc585112f1b [2020-09-15T16:34:32.139Z] Step 6/23 : COPY go.mod . [2020-09-15T16:34:32.164Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-15T16:34:32.402Z] ---> Running in 1e160c3d0c43 [2020-09-15T16:34:32.402Z] ---> e29a3070210d [2020-09-15T16:34:32.402Z] Step 7/24 : RUN go mod download [2020-09-15T16:34:32.978Z] ---> Running in 9bf4433a1ae2 [2020-09-15T16:34:33.138Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-15T16:34:33.730Z] (1/12) Installing libmagic (5.38-r0) [2020-09-15T16:34:34.002Z] (2/12) Installing file (5.38-r0) [2020-09-15T16:34:34.002Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-09-15T16:34:34.002Z] (4/12) Installing g++ (9.3.0-r2) [2020-09-15T16:34:34.895Z] ---> 8acf2b00cdf7 [2020-09-15T16:34:34.895Z] Step 7/23 : RUN go mod download [2020-09-15T16:34:36.297Z] ---> Running in a899a3fb6f1f [2020-09-15T16:34:36.870Z] Collecting docker-compose==1.23.2 [2020-09-15T16:34:36.871Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-09-15T16:34:37.817Z] Collecting dockerpty<0.5,>=0.4.1 [2020-09-15T16:34:37.817Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-09-15T16:34:38.083Z] Removing intermediate container ee7a405cc8d5 [2020-09-15T16:34:38.083Z] ---> 275b060042a6 [2020-09-15T16:34:38.083Z] Step 8/26 : COPY . . [2020-09-15T16:34:39.381Z] (5/12) Installing fortify-headers (1.1-r0) [2020-09-15T16:34:39.381Z] (6/12) Installing patch (2.7.6-r6) [2020-09-15T16:34:39.381Z] (7/12) Installing build-base (0.5-r2) [2020-09-15T16:34:39.381Z] (8/12) Installing libsodium (1.0.18-r0) [2020-09-15T16:34:39.381Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-09-15T16:34:39.650Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-09-15T16:34:39.650Z] (11/12) Installing libzmq (4.3.3-r0) [2020-09-15T16:34:39.650Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-09-15T16:34:39.923Z] Executing busybox-1.31.1-r16.trigger [2020-09-15T16:34:39.923Z] OK: 217 MiB in 51 packages [2020-09-15T16:34:41.415Z] 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-09-15T16:34:41.989Z] Collecting PyYAML<4,>=3.10 [2020-09-15T16:34:41.990Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-09-15T16:34:44.248Z] Removing intermediate container 70d3e8bf33ec [2020-09-15T16:34:44.248Z] ---> b6997bf7bb68 [2020-09-15T16:34:44.248Z] Step 4/7 : WORKDIR /edgex-go [2020-09-15T16:34:44.248Z] ---> Running in 8c4ba5b08574 [2020-09-15T16:34:44.519Z] Removing intermediate container 8c4ba5b08574 [2020-09-15T16:34:44.519Z] ---> 812ae74824eb [2020-09-15T16:34:44.519Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-09-15T16:34:44.552Z] Removing intermediate container 9bf4433a1ae2 [2020-09-15T16:34:44.552Z] ---> 183342c8b133 [2020-09-15T16:34:44.552Z] Step 8/24 : COPY . . [2020-09-15T16:34:44.552Z] Collecting texttable<0.10,>=0.9.0 [2020-09-15T16:34:44.552Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-09-15T16:34:45.122Z] latest: Pulling from library/docker [2020-09-15T16:34:45.122Z] b538f80385f9: Already exists [2020-09-15T16:34:45.122Z] 259a493cd78d: Pulling fs layer [2020-09-15T16:34:45.122Z] b8e66b5100f5: Pulling fs layer [2020-09-15T16:34:45.122Z] 39dc9c94d07c: Pulling fs layer [2020-09-15T16:34:45.122Z] 551b823b3b82: Pulling fs layer [2020-09-15T16:34:45.122Z] 3c52a74df98c: Pulling fs layer [2020-09-15T16:34:45.122Z] 6c9b121b6998: Pulling fs layer [2020-09-15T16:34:45.122Z] 6c9b121b6998: Waiting [2020-09-15T16:34:45.122Z] 3c52a74df98c: Waiting [2020-09-15T16:34:45.122Z] 551b823b3b82: Waiting [2020-09-15T16:34:45.122Z] b8e66b5100f5: Verifying Checksum [2020-09-15T16:34:45.122Z] b8e66b5100f5: Download complete [2020-09-15T16:34:45.398Z] 259a493cd78d: Verifying Checksum [2020-09-15T16:34:45.399Z] 259a493cd78d: Download complete [2020-09-15T16:34:45.399Z] 551b823b3b82: Verifying Checksum [2020-09-15T16:34:45.399Z] 551b823b3b82: Download complete [2020-09-15T16:34:45.399Z] 3c52a74df98c: Verifying Checksum [2020-09-15T16:34:45.399Z] 3c52a74df98c: Download complete [2020-09-15T16:34:45.684Z] 6c9b121b6998: Verifying Checksum [2020-09-15T16:34:45.684Z] 6c9b121b6998: Download complete [2020-09-15T16:34:45.961Z] 259a493cd78d: Pull complete [2020-09-15T16:34:46.556Z] b8e66b5100f5: Pull complete [2020-09-15T16:34:46.556Z] 39dc9c94d07c: Verifying Checksum [2020-09-15T16:34:46.556Z] 39dc9c94d07c: Download complete [2020-09-15T16:34:47.113Z] Collecting websocket-client<1.0,>=0.32.0 [2020-09-15T16:34:47.113Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-09-15T16:34:48.499Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-09-15T16:34:48.761Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-09-15T16:34:49.943Z] 39dc9c94d07c: Pull complete [2020-09-15T16:34:50.215Z] 551b823b3b82: Pull complete [2020-09-15T16:34:50.489Z] 3c52a74df98c: Pull complete [2020-09-15T16:34:50.761Z] 6c9b121b6998: Pull complete [2020-09-15T16:34:50.761Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-09-15T16:34:50.761Z] Status: Downloaded newer image for docker:latest [2020-09-15T16:34:51.333Z] Collecting docopt<0.7,>=0.6.1 [2020-09-15T16:34:51.333Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-09-15T16:34:54.140Z] ---> 766df6b3e1d5 [2020-09-15T16:34:54.140Z] Step 6/7 : COPY go.mod . [2020-09-15T16:34:54.747Z] ---> dcb1401e2dea [2020-09-15T16:34:54.747Z] Step 7/7 : RUN go mod download [2020-09-15T16:34:54.747Z] ---> Running in 119cc3d3c7b6 [2020-09-15T16:34:55.567Z] Collecting jsonschema<3,>=2.5.1 [2020-09-15T16:34:55.567Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-09-15T16:34:55.567Z] Removing intermediate container a899a3fb6f1f [2020-09-15T16:34:55.567Z] ---> 69eb7a46d286 [2020-09-15T16:34:55.567Z] Step 8/23 : COPY . . [2020-09-15T16:34:56.515Z] Collecting docker<4.0,>=3.6.0 [2020-09-15T16:34:56.787Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-09-15T16:34:59.343Z] Collecting cached-property<2,>=1.2.0 [2020-09-15T16:34:59.343Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-09-15T16:35:01.648Z] 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-09-15T16:35:02.363Z] Collecting idna<2.8,>=2.5 [2020-09-15T16:35:02.363Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-09-15T16:35:02.363Z] ---> f686d4abc235 [2020-09-15T16:35:02.363Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-09-15T16:35:03.406Z] 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-09-15T16:35:04.847Z] Collecting urllib3<1.25,>=1.21.1 [2020-09-15T16:35:04.847Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-09-15T16:35:06.237Z] ---> Running in 677d7f8853ee [2020-09-15T16:35:06.237Z] Collecting docker-pycreds>=0.4.0 [2020-09-15T16:35:06.237Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-09-15T16:35:06.237Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-09-15T16:35:06.237Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-09-15T16:35:06.237Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-09-15T16:35:06.237Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-09-15T16:35:06.237Z] ---> fc5fa6d23e63 [2020-09-15T16:35:06.237Z] 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-09-15T16:35:06.237Z] Installing collected packages: dockerpty, PyYAML, texttable, websocket-client, idna, urllib3, requests, docopt, jsonschema, docker-pycreds, docker, cached-property, docker-compose [2020-09-15T16:35:06.237Z] Running setup.py install for dockerpty: started [2020-09-15T16:35:06.819Z] ---> f48cad42fbec [2020-09-15T16:35:06.819Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-09-15T16:35:07.091Z] Running setup.py install for dockerpty: finished with status 'done' [2020-09-15T16:35:07.091Z] Running setup.py install for PyYAML: started [2020-09-15T16:35:07.359Z] ---> Running in 27880674f757 [2020-09-15T16:35:07.625Z] ---> Running in 3d4f3f8c8866 [2020-09-15T16:35:08.576Z] Running setup.py install for PyYAML: finished with status 'done' [2020-09-15T16:35:08.576Z] Running setup.py install for texttable: started [2020-09-15T16:35:09.530Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.25" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-09-15T16:35:09.530Z] Running setup.py install for texttable: finished with status 'done' [2020-09-15T16:35:10.477Z] Attempting uninstall: idna [2020-09-15T16:35:10.477Z] Found existing installation: idna 2.9 [2020-09-15T16:35:10.477Z] Uninstalling idna-2.9: [2020-09-15T16:35:10.477Z] Successfully uninstalled idna-2.9 [2020-09-15T16:35:11.900Z] Attempting uninstall: urllib3 [2020-09-15T16:35:11.900Z] Found existing installation: urllib3 1.25.9 [2020-09-15T16:35:11.900Z] Uninstalling urllib3-1.25.9: [2020-09-15T16:35:11.900Z] ---> 4f9c017650f0 [2020-09-15T16:35:11.900Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-09-15T16:35:11.900Z] Successfully uninstalled urllib3-1.25.9 [2020-09-15T16:35:12.180Z] ---> Running in 59b7a3af3011 [2020-09-15T16:35:12.449Z] Attempting uninstall: requests [2020-09-15T16:35:12.449Z] Found existing installation: requests 2.23.0 [2020-09-15T16:35:12.449Z] Uninstalling requests-2.23.0: [2020-09-15T16:35:12.449Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.25" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-09-15T16:35:12.450Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.25" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-09-15T16:35:12.450Z] Successfully uninstalled requests-2.23.0 [2020-09-15T16:35:12.450Z] Running setup.py install for docopt: started [2020-09-15T16:35:13.064Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.25" -o cmd/core-data/core-data ./cmd/core-data [2020-09-15T16:35:13.345Z] Running setup.py install for docopt: finished with status 'done' [2020-09-15T16:35:14.347Z] Successfully installed PyYAML-3.13 cached-property-1.5.1 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-09-15T16:35:21.032Z] Removing intermediate container 1e160c3d0c43 [2020-09-15T16:35:21.032Z] ---> e50c4e04c920 [2020-09-15T16:35:21.032Z] Step 22/27 : RUN apk --no-cache add curl [2020-09-15T16:35:21.303Z] ---> Running in 502f8c070c59 [2020-09-15T16:35:21.575Z] Removing intermediate container 119cc3d3c7b6 [2020-09-15T16:35:21.575Z] ---> c5d066870282 [2020-09-15T16:35:21.575Z] Successfully built c5d066870282 [2020-09-15T16:35:21.575Z] Successfully tagged ci-base-image-arm64:latest [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-09-15T16:35:22.560Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-09-15T16:35:22.560Z] [2020-09-15T16:35:22.560Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:35:23.225Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-09-15T16:35:23.225Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-09-15T16:35:23.225Z] 29e5d40040c1: Pulling fs layer [2020-09-15T16:35:23.225Z] 1ce36da41761: Pulling fs layer [2020-09-15T16:35:23.225Z] 25b303627fd3: Pulling fs layer [2020-09-15T16:35:23.268Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-15T16:35:23.268Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-15T16:35:23.268Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-09-15T16:35:23.268Z] (2/3) Installing libcurl (7.69.1-r0) [2020-09-15T16:35:23.268Z] (3/3) Installing curl (7.69.1-r0) [2020-09-15T16:35:23.268Z] Executing busybox-1.31.1-r16.trigger [2020-09-15T16:35:23.537Z] OK: 72 MiB in 58 packages [2020-09-15T16:35:23.819Z] 29e5d40040c1: Verifying Checksum [2020-09-15T16:35:23.819Z] 29e5d40040c1: Download complete [2020-09-15T16:35:24.111Z] 1ce36da41761: Verifying Checksum [2020-09-15T16:35:24.111Z] 1ce36da41761: Download complete [2020-09-15T16:35:24.391Z] 29e5d40040c1: Pull complete [2020-09-15T16:35:24.970Z] Removing intermediate container 502f8c070c59 [2020-09-15T16:35:24.970Z] ---> b91849c13fff [2020-09-15T16:35:24.970Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-09-15T16:35:24.970Z] ---> Running in a9053de0d1b6 [2020-09-15T16:35:25.238Z] Removing intermediate container a9053de0d1b6 [2020-09-15T16:35:25.238Z] ---> 3b56be4c1363 [2020-09-15T16:35:25.238Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-15T16:35:25.238Z] ---> Running in 5471288aaa3a [2020-09-15T16:35:25.516Z] Removing intermediate container 5471288aaa3a [2020-09-15T16:35:25.516Z] ---> cc1292244745 [2020-09-15T16:35:25.516Z] Step 25/27 : LABEL arch=x86_64 [2020-09-15T16:35:25.516Z] ---> Running in c4b9d9ead18b [2020-09-15T16:35:25.781Z] Removing intermediate container c4b9d9ead18b [2020-09-15T16:35:25.781Z] ---> c5ef9ebc35f2 [2020-09-15T16:35:25.781Z] Step 26/27 : LABEL git_sha=79f01a0b03b1bfc4590bac9ca9ba51eef1791c37 [2020-09-15T16:35:25.833Z] 1ce36da41761: Pull complete [2020-09-15T16:35:25.833Z] 25b303627fd3: Download complete [2020-09-15T16:35:26.046Z] ---> Running in 381fe1b7fc26 [2020-09-15T16:35:27.473Z] Removing intermediate container 381fe1b7fc26 [2020-09-15T16:35:27.473Z] ---> 1b9d27b6de75 [2020-09-15T16:35:27.473Z] Step 27/27 : LABEL version=1.2.2-dev.25 [2020-09-15T16:35:27.473Z] ---> Running in 34b6e94adbd6 [2020-09-15T16:35:27.746Z] Removing intermediate container 34b6e94adbd6 [2020-09-15T16:35:27.746Z] ---> a2e2dc226d4c [2020-09-15T16:35:27.746Z] [2020-09-15T16:35:28.020Z] Successfully built a2e2dc226d4c [2020-09-15T16:35:28.020Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-09-15T16:35:28.020Z] Building docker-core-command-go [2020-09-15T16:35:36.004Z] 25b303627fd3: Pull complete [2020-09-15T16:35:36.004Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-09-15T16:35:36.004Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-09-15T16:35:36.004Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-09-15T16:35:36.284Z] prd-ubuntu18.04-docker-arm64-4c-16g-43327 does not seem to be running inside a container [2020-09-15T16:35:36.373Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/140 -v /w/workspace/edgex-go/140:/w/workspace/edgex-go/140:rw,z -v /w/workspace/edgex-go/140@tmp:/w/workspace/edgex-go/140@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-15T16:35:38.143Z]  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.25" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-09-15T16:35:39.831Z] $ docker top ce15fa58382dff2d0119d39f8c9e6f6397d1a245ef6540c1f4a76efd874e6288 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-15T16:35:41.312Z] + docker-compose build --help [2020-09-15T16:35:41.312Z] + grep parallel [2020-09-15T16:35:43.476Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-15T16:35:43.476Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-09-15T16:35:43.476Z] ---> 4f3293ce093b [2020-09-15T16:35:43.476Z] Step 3/22 : WORKDIR /edgex-go [2020-09-15T16:35:43.476Z] ---> Using cache [2020-09-15T16:35:43.476Z] ---> 91bc89df5b4f [2020-09-15T16:35:43.476Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-15T16:35:43.476Z] ---> Using cache [2020-09-15T16:35:43.476Z] ---> e3dbd5896e9b [2020-09-15T16:35:43.476Z] Step 5/22 : RUN apk update && apk add make git [2020-09-15T16:35:43.739Z] Removing intermediate container 677d7f8853ee [2020-09-15T16:35:43.739Z] ---> a54033e1ff9b [2020-09-15T16:35:43.739Z] [2020-09-15T16:35:43.739Z] Step 10/20 : FROM alpine [2020-09-15T16:35:44.001Z] ---> a24bb4013296 [2020-09-15T16:35:44.001Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-09-15T16:35:44.683Z] --parallel Build images in parallel. [Pipeline] } [2020-09-15T16:35:44.712Z] $ docker stop --time=1 ce15fa58382dff2d0119d39f8c9e6f6397d1a245ef6540c1f4a76efd874e6288 [2020-09-15T16:35:44.963Z] ---> Running in cb456a975bf5 [2020-09-15T16:35:44.964Z] ---> Running in 8bad74ee64aa [2020-09-15T16:35:45.957Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.25" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-09-15T16:35:45.957Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-15T16:35:45.957Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-15T16:35:45.957Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-15T16:35:46.240Z] v3.12.0-320-g7ac7f0b0a6 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-09-15T16:35:46.240Z] v3.12.0-324-g4b4c2fd71c [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-09-15T16:35:46.240Z] OK: 12748 distinct packages available [2020-09-15T16:35:46.519Z] (1/4) Installing ca-certificates (20191127-r4) [2020-09-15T16:35:46.519Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-09-15T16:35:46.519Z] (3/4) Installing libcurl (7.69.1-r0) [2020-09-15T16:35:46.519Z] (4/4) Installing curl (7.69.1-r0) [2020-09-15T16:35:46.519Z] Executing busybox-1.31.1-r16.trigger [2020-09-15T16:35:46.726Z] $ docker rm -f ce15fa58382dff2d0119d39f8c9e6f6397d1a245ef6540c1f4a76efd874e6288 [2020-09-15T16:35:46.783Z] Executing ca-certificates-20191127-r4.trigger [2020-09-15T16:35:46.783Z] OK: 7 MiB in 18 packages [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:35:47.549Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-09-15T16:35:47.549Z] . [Pipeline] withDockerContainer [2020-09-15T16:35:47.815Z] prd-ubuntu18.04-docker-arm64-4c-16g-43327 does not seem to be running inside a container [2020-09-15T16:35:47.913Z] $ 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/140 -v /w/workspace/edgex-go/140:/w/workspace/edgex-go/140:rw,z -v /w/workspace/edgex-go/140@tmp:/w/workspace/edgex-go/140@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-15T16:35:48.709Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-15T16:35:49.478Z] $ docker top ea81303059a8896febc61c6f994a4cce168bd8b9187c5f2ad003020a1647ddaa -eo pid,comm [2020-09-15T16:35:49.663Z] Removing intermediate container 3d4f3f8c8866 [2020-09-15T16:35:49.663Z] ---> 5e2eaed7a558 [2020-09-15T16:35:49.663Z] [2020-09-15T16:35:49.663Z] Step 10/24 : FROM scratch [2020-09-15T16:35:49.663Z] ---> [2020-09-15T16:35:49.663Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [Pipeline] { [Pipeline] sh [2020-09-15T16:35:50.248Z] ---> Using cache [2020-09-15T16:35:50.248Z] ---> d0e280bae318 [2020-09-15T16:35:50.248Z] Step 12/24 : ENV APP_PORT=48060 [2020-09-15T16:35:50.523Z] ---> Running in 57b63ff0a174 [2020-09-15T16:35:50.523Z] Removing intermediate container cb456a975bf5 [2020-09-15T16:35:50.523Z] ---> dff29d7082c4 [2020-09-15T16:35:50.523Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-09-15T16:35:50.583Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-09-15T16:35:51.101Z] v3.12.0-320-g7ac7f0b0a6 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-15T16:35:51.101Z] v3.12.0-324-g4b4c2fd71c [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-15T16:35:51.101Z] OK: 12748 distinct packages available [2020-09-15T16:35:51.101Z] OK: 233 MiB in 51 packages [2020-09-15T16:35:53.021Z] ---> Running in 2cb5706ebf4e [2020-09-15T16:35:53.968Z] Removing intermediate container 57b63ff0a174 [2020-09-15T16:35:53.968Z] ---> 7e5d01e6f846 [2020-09-15T16:35:53.968Z] Step 13/24 : EXPOSE $APP_PORT [2020-09-15T16:35:53.968Z] Removing intermediate container 27880674f757 [2020-09-15T16:35:53.968Z] ---> 5ef13d69c10a [2020-09-15T16:35:53.968Z] [2020-09-15T16:35:53.968Z] Step 10/26 : FROM alpine:3.10 [2020-09-15T16:35:53.968Z] ---> Running in acf7e367fe71 [2020-09-15T16:35:53.968Z] Removing intermediate container 2cb5706ebf4e [2020-09-15T16:35:53.968Z] ---> 8a3ca50d0e5f [2020-09-15T16:35:53.968Z] Step 13/20 : WORKDIR /edgex [2020-09-15T16:35:53.968Z] Removing intermediate container 59b7a3af3011 [2020-09-15T16:35:53.968Z] ---> 639c4c5739c8 [2020-09-15T16:35:53.968Z] [2020-09-15T16:35:53.968Z] Step 10/23 : FROM alpine [2020-09-15T16:35:53.968Z] ---> a24bb4013296 [2020-09-15T16:35:53.968Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-09-15T16:35:54.025Z] Building docker-core-command-go ... [2020-09-15T16:35:54.025Z] Building docker-core-data-go ... [2020-09-15T16:35:54.025Z] Building docker-core-metadata-go ... [2020-09-15T16:35:54.025Z] Building docker-security-proxy-setup-go ... [2020-09-15T16:35:54.025Z] Building docker-security-secrets-setup-go ... [2020-09-15T16:35:54.025Z] Building docker-security-secretstore-setup-go ... [2020-09-15T16:35:54.025Z] Building docker-support-logging-go ... [2020-09-15T16:35:54.025Z] Building docker-support-notifications-go ... [2020-09-15T16:35:54.025Z] Building docker-support-scheduler-go ... [2020-09-15T16:35:54.025Z] Building docker-sys-mgmt-agent-go ... [2020-09-15T16:35:54.025Z] Building docker-sys-mgmt-agent-go [2020-09-15T16:35:54.025Z] Building docker-core-data-go [2020-09-15T16:35:54.025Z] Building docker-security-secretstore-setup-go [2020-09-15T16:35:54.025Z] Building docker-support-notifications-go [2020-09-15T16:35:54.025Z] Building docker-support-scheduler-go [2020-09-15T16:35:54.230Z] 3.10: Pulling from library/alpine [2020-09-15T16:35:54.231Z] ---> Running in 085fd2c1d163 [2020-09-15T16:35:54.231Z] ---> Running in d97f9d83c961 [2020-09-15T16:35:54.231Z] Removing intermediate container acf7e367fe71 [2020-09-15T16:35:54.231Z] ---> 3d24695fbc1a [2020-09-15T16:35:54.231Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-09-15T16:35:54.231Z] Removing intermediate container 8bad74ee64aa [2020-09-15T16:35:54.231Z] ---> 9025773c0edf [2020-09-15T16:35:54.231Z] Step 6/22 : COPY go.mod . [2020-09-15T16:35:54.493Z] Removing intermediate container 085fd2c1d163 [2020-09-15T16:35:54.493Z] ---> 286a48d5426a [2020-09-15T16:35:54.493Z] Step 12/23 : ENV APP_PORT=48080 [2020-09-15T16:35:54.493Z] Removing intermediate container d97f9d83c961 [2020-09-15T16:35:54.493Z] ---> f04a84ca2d2f [2020-09-15T16:35:54.493Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-09-15T16:35:54.762Z] ---> Running in d1224378de0a [2020-09-15T16:35:55.023Z] ---> 730bfad50fc7 [2020-09-15T16:35:55.023Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-09-15T16:35:55.023Z] ---> ab6df964e3bd [2020-09-15T16:35:55.023Z] Step 7/22 : RUN go mod download [2020-09-15T16:35:55.023Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-09-15T16:35:55.023Z] Status: Downloaded newer image for alpine:3.10 [2020-09-15T16:35:55.023Z] ---> 33737c77b278 [2020-09-15T16:35:55.023Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-09-15T16:35:55.023Z] ---> be4e4bea2c2e [2020-09-15T16:35:55.023Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-09-15T16:35:55.598Z] ---> Running in 9999819a9ab7 [2020-09-15T16:35:55.860Z] Removing intermediate container d1224378de0a [2020-09-15T16:35:55.860Z] ---> 61bb2b85d834 [2020-09-15T16:35:55.860Z] Step 13/23 : EXPOSE $APP_PORT [2020-09-15T16:35:56.803Z] ---> Running in e19dc538b35f [2020-09-15T16:35:56.804Z] ---> Running in 68fcf06b5bb7 [2020-09-15T16:35:57.069Z] ---> 6ba7e11da454 [2020-09-15T16:35:57.069Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-09-15T16:35:57.069Z] ---> cf335d267c87 [2020-09-15T16:35:57.069Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-09-15T16:35:57.336Z] ---> Running in 902a9cdbdefc [2020-09-15T16:35:57.336Z] Removing intermediate container 68fcf06b5bb7 [2020-09-15T16:35:57.336Z] ---> 36524bc14625 [2020-09-15T16:35:57.336Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-15T16:35:57.612Z] ---> Running in dcbd324dac8d [2020-09-15T16:35:57.612Z] Removing intermediate container 902a9cdbdefc [2020-09-15T16:35:57.612Z] ---> 576df2e19d95 [2020-09-15T16:35:57.612Z] Step 17/20 : CMD ["--init=true"] [2020-09-15T16:35:57.891Z] ---> 2d5689b26b4f [2020-09-15T16:35:57.891Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-09-15T16:35:57.891Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-09-15T16:35:57.891Z] ---> Running in 1be63aa75daf [2020-09-15T16:35:57.891Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-09-15T16:35:57.891Z] v3.10.5-86-g877a2f9d6c [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-09-15T16:35:57.891Z] v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-09-15T16:35:57.891Z] OK: 10346 distinct packages available [2020-09-15T16:35:58.159Z] ---> 838971e39928 [2020-09-15T16:35:58.159Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-09-15T16:35:58.159Z] (1/5) Installing ca-certificates (20191127-r2) [2020-09-15T16:35:58.159Z] Removing intermediate container 1be63aa75daf [2020-09-15T16:35:58.159Z] ---> 7b14fd93b39c [2020-09-15T16:35:58.159Z] Step 18/20 : LABEL arch=x86_64 [2020-09-15T16:35:58.159Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-09-15T16:35:58.159Z] (3/5) Installing libcurl (7.66.0-r0) [2020-09-15T16:35:58.159Z] (4/5) Installing curl (7.66.0-r0) [2020-09-15T16:35:58.159Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-09-15T16:35:58.159Z] Executing busybox-1.30.1-r3.trigger [2020-09-15T16:35:58.159Z] Executing ca-certificates-20191127-r2.trigger [2020-09-15T16:35:58.735Z] OK: 7 MiB in 19 packages [2020-09-15T16:35:59.713Z] ---> Running in 886f7c3dcdab [2020-09-15T16:35:59.713Z] ---> 13c44383f0b8 [2020-09-15T16:35:59.713Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-09-15T16:35:59.995Z] Removing intermediate container 9999819a9ab7 [2020-09-15T16:35:59.995Z] ---> 462aaff08f00 [2020-09-15T16:35:59.995Z] Step 8/22 : COPY . . [2020-09-15T16:36:00.586Z] Removing intermediate container 886f7c3dcdab [2020-09-15T16:36:00.586Z] ---> 2e6366419976 [2020-09-15T16:36:00.586Z] Step 19/20 : LABEL git_sha=79f01a0b03b1bfc4590bac9ca9ba51eef1791c37 [2020-09-15T16:36:01.162Z] ---> 0a21c7c4eff2 [2020-09-15T16:36:01.162Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-09-15T16:36:01.162Z] ---> Running in 31aca47a9a8e [2020-09-15T16:36:01.425Z] Removing intermediate container e19dc538b35f [2020-09-15T16:36:01.425Z] ---> 1c1597b77f26 [2020-09-15T16:36:01.425Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-09-15T16:36:01.425Z] ---> Running in 91afe7e5023a [2020-09-15T16:36:03.977Z] Removing intermediate container dcbd324dac8d [2020-09-15T16:36:03.977Z] ---> 158fcbe3c83d [2020-09-15T16:36:03.977Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-09-15T16:36:03.977Z] ---> Running in 35a8650c8025 [2020-09-15T16:36:03.977Z] Removing intermediate container 31aca47a9a8e [2020-09-15T16:36:03.977Z] ---> c4537dec351b [2020-09-15T16:36:03.977Z] Step 20/20 : LABEL version=1.2.2-dev.25 [2020-09-15T16:36:06.536Z] ---> Running in a2c8b902342d [2020-09-15T16:36:07.113Z] ---> Running in c30563c0e751 [2020-09-15T16:36:08.062Z] Removing intermediate container 91afe7e5023a [2020-09-15T16:36:08.062Z] ---> fd3e4bf285e1 [2020-09-15T16:36:08.062Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-15T16:36:09.009Z] Removing intermediate container 35a8650c8025 [2020-09-15T16:36:09.009Z] ---> e05bb64529ff [2020-09-15T16:36:09.009Z] Step 13/26 : WORKDIR / [2020-09-15T16:36:10.930Z] Removing intermediate container c30563c0e751 [2020-09-15T16:36:10.930Z] ---> 32ad3a9bddbd [2020-09-15T16:36:10.930Z] [2020-09-15T16:36:10.930Z] ---> Running in 1f64ced9f8f6 [2020-09-15T16:36:10.930Z] ---> Running in e470b12b83a6 [2020-09-15T16:36:10.930Z] Successfully built 32ad3a9bddbd [2020-09-15T16:36:10.930Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-09-15T16:36:11.878Z]  Building docker-security-proxy-setup-go ... done  ---> cbe906bda11d [2020-09-15T16:36:11.878Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-09-15T16:36:12.142Z] Removing intermediate container e470b12b83a6 [2020-09-15T16:36:12.142Z] ---> b1a8135aaf6b [2020-09-15T16:36:12.142Z] Step 22/24 : LABEL arch=x86_64 [2020-09-15T16:36:12.142Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-15T16:36:12.142Z] ---> Running in 9e0af5901ed5 [2020-09-15T16:36:12.142Z] ---> Running in 282fc29216a4 [2020-09-15T16:36:12.406Z] Removing intermediate container 1f64ced9f8f6 [2020-09-15T16:36:12.406Z] ---> f7771d888b2d [2020-09-15T16:36:12.406Z] 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-09-15T16:36:12.406Z] Removing intermediate container 282fc29216a4 [2020-09-15T16:36:12.406Z] ---> 585710bb1c14 [2020-09-15T16:36:12.406Z] Step 23/24 : LABEL git_sha=79f01a0b03b1bfc4590bac9ca9ba51eef1791c37 [2020-09-15T16:36:12.671Z] ---> Running in 0ee05b3d42ad [2020-09-15T16:36:12.671Z] ---> 53d1a3eec500 [2020-09-15T16:36:12.671Z] 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-09-15T16:36:12.935Z] Removing intermediate container 0ee05b3d42ad [2020-09-15T16:36:12.935Z] ---> 220b68220985 [2020-09-15T16:36:12.935Z] Step 24/24 : LABEL version=1.2.2-dev.25 [2020-09-15T16:36:12.935Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.25" -o cmd/core-command/core-command ./cmd/core-command [2020-09-15T16:36:12.935Z] ---> Running in 2d5bab93c129 [2020-09-15T16:36:13.203Z] ---> 390b0aadbd08 [2020-09-15T16:36:13.203Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-09-15T16:36:13.203Z] Removing intermediate container 2d5bab93c129 [2020-09-15T16:36:13.203Z] ---> c719b1233238 [2020-09-15T16:36:13.203Z] [2020-09-15T16:36:13.203Z] Successfully built c719b1233238 [2020-09-15T16:36:13.203Z] Successfully tagged docker-support-notifications-go:latest [2020-09-15T16:36:13.467Z]  Building docker-support-notifications-go ... done  ---> de9e81766b43 [2020-09-15T16:36:13.467Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-09-15T16:36:13.736Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-15T16:36:14.002Z] ---> d74b480bb4e4 [2020-09-15T16:36:14.002Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-09-15T16:36:14.579Z] ---> b9d9a1ea3e20 [2020-09-15T16:36:14.579Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-09-15T16:36:15.163Z] (1/5) Installing libgcc (9.3.0-r2) [2020-09-15T16:36:15.164Z] (2/5) Installing libsodium (1.0.18-r0) [2020-09-15T16:36:15.428Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-09-15T16:36:15.695Z] ---> 465606af1477 [2020-09-15T16:36:15.695Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-09-15T16:36:15.962Z] (4/5) Installing libzmq (4.3.3-r0) [2020-09-15T16:36:15.963Z] (5/5) Installing zeromq (4.3.3-r0) [2020-09-15T16:36:16.228Z] Executing busybox-1.31.1-r16.trigger [2020-09-15T16:36:16.228Z] OK: 8 MiB in 19 packages [2020-09-15T16:36:16.497Z] ---> 47f28d3a14be [2020-09-15T16:36:16.497Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-09-15T16:36:17.084Z] ---> 60a8527d02f8 [2020-09-15T16:36:17.084Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-09-15T16:36:17.084Z] ---> Running in 0e249d7c9636 [2020-09-15T16:36:17.084Z] Removing intermediate container a2c8b902342d [2020-09-15T16:36:17.084Z] ---> ba4c89cc3cbc [2020-09-15T16:36:17.084Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-09-15T16:36:17.663Z] ---> a51f1bbb94be [2020-09-15T16:36:17.663Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-09-15T16:36:19.623Z] ---> 7375f8272a43 [2020-09-15T16:36:19.623Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-09-15T16:36:19.897Z] Removing intermediate container 0e249d7c9636 [2020-09-15T16:36:19.897Z] ---> 4cd6dab4be03 [2020-09-15T16:36:19.897Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-09-15T16:36:19.897Z] ---> Running in d7f776200f30 [2020-09-15T16:36:19.897Z] ---> 8ea8384f61e0 [2020-09-15T16:36:19.897Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-09-15T16:36:20.167Z] ---> Running in 819fc27a4153 [2020-09-15T16:36:20.167Z] Removing intermediate container d7f776200f30 [2020-09-15T16:36:20.167Z] ---> 4dae795408d1 [2020-09-15T16:36:20.167Z] Step 24/26 : LABEL arch=x86_64 [2020-09-15T16:36:20.440Z] ---> Running in d724b6681faf [2020-09-15T16:36:20.716Z] Removing intermediate container 819fc27a4153 [2020-09-15T16:36:20.716Z] ---> e9e01ae8b81b [2020-09-15T16:36:20.716Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-15T16:36:20.716Z] ---> Running in 55bbf747b194 [2020-09-15T16:36:20.716Z] Removing intermediate container d724b6681faf [2020-09-15T16:36:20.716Z] ---> eadae3a531d5 [2020-09-15T16:36:20.716Z] Step 25/26 : LABEL git_sha=79f01a0b03b1bfc4590bac9ca9ba51eef1791c37 [2020-09-15T16:36:21.011Z] ---> Running in 377d4bc3e31a [2020-09-15T16:36:21.011Z] Removing intermediate container 55bbf747b194 [2020-09-15T16:36:21.011Z] ---> d367da4e1361 [2020-09-15T16:36:21.012Z] Step 21/23 : LABEL arch=x86_64 [2020-09-15T16:36:21.284Z] ---> Running in 6bf846b1b43e [2020-09-15T16:36:21.284Z] Removing intermediate container 377d4bc3e31a [2020-09-15T16:36:21.284Z] ---> 61c07f494efc [2020-09-15T16:36:21.284Z] Step 26/26 : LABEL version=1.2.2-dev.25 [2020-09-15T16:36:21.554Z] ---> Running in e3698081b24c [2020-09-15T16:36:21.554Z] Removing intermediate container 6bf846b1b43e [2020-09-15T16:36:21.554Z] ---> 86cb003960eb [2020-09-15T16:36:21.554Z] Step 22/23 : LABEL git_sha=79f01a0b03b1bfc4590bac9ca9ba51eef1791c37 [2020-09-15T16:36:21.554Z] ---> Running in 4e99a4215582 [2020-09-15T16:36:21.822Z] Removing intermediate container e3698081b24c [2020-09-15T16:36:21.822Z] ---> 40f9f15ca3d2 [2020-09-15T16:36:21.822Z] [2020-09-15T16:36:22.083Z] Successfully built 40f9f15ca3d2 [2020-09-15T16:36:22.083Z] Removing intermediate container 4e99a4215582 [2020-09-15T16:36:22.083Z] ---> 94b06396bce1 [2020-09-15T16:36:22.083Z] Step 23/23 : LABEL version=1.2.2-dev.25 [2020-09-15T16:36:22.083Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-09-15T16:36:22.345Z]  Building docker-security-secretstore-setup-go ... done  ---> Running in 5228c013c8e1 [2020-09-15T16:36:22.345Z] Removing intermediate container 5228c013c8e1 [2020-09-15T16:36:22.345Z] ---> d9701306f5ed [2020-09-15T16:36:22.345Z] [2020-09-15T16:36:22.606Z] Successfully built d9701306f5ed [2020-09-15T16:36:22.606Z] Successfully tagged docker-core-data-go:latest [2020-09-15T16:36:25.913Z]  Building docker-core-data-go ... done Removing intermediate container 9e0af5901ed5 [2020-09-15T16:36:25.913Z] ---> d952e3be9133 [2020-09-15T16:36:25.913Z] [2020-09-15T16:36:25.913Z] Step 10/22 : FROM scratch [2020-09-15T16:36:25.913Z] ---> [2020-09-15T16:36:25.913Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-09-15T16:36:25.913Z] ---> Using cache [2020-09-15T16:36:25.913Z] ---> cc19d6877a76 [2020-09-15T16:36:25.913Z] Step 12/22 : ENV APP_PORT=48082 [2020-09-15T16:36:25.913Z] ---> Running in 3fa173061048 [2020-09-15T16:36:25.913Z] Removing intermediate container 3fa173061048 [2020-09-15T16:36:25.913Z] ---> 23070c894be2 [2020-09-15T16:36:25.913Z] Step 13/22 : EXPOSE $APP_PORT [2020-09-15T16:36:25.913Z] ---> Running in 2e24e0693689 [2020-09-15T16:36:25.913Z] Removing intermediate container 2e24e0693689 [2020-09-15T16:36:25.913Z] ---> e8929a127bd7 [2020-09-15T16:36:25.913Z] Step 14/22 : WORKDIR / [2020-09-15T16:36:25.913Z] ---> Running in b87c6159707d [2020-09-15T16:36:26.173Z] Removing intermediate container b87c6159707d [2020-09-15T16:36:26.173Z] ---> 444497f2dc74 [2020-09-15T16:36:26.173Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-09-15T16:36:26.434Z] ---> 102e8e27456f [2020-09-15T16:36:26.434Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-09-15T16:36:27.009Z] ---> 950346b4e654 [2020-09-15T16:36:27.009Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-09-15T16:36:27.270Z] ---> 6c6da1bf0060 [2020-09-15T16:36:27.270Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-09-15T16:36:27.270Z] ---> Running in 27347438f3fe [2020-09-15T16:36:27.532Z] Removing intermediate container 27347438f3fe [2020-09-15T16:36:27.532Z] ---> fdccbec25dcb [2020-09-15T16:36:27.532Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-15T16:36:27.532Z] ---> Running in b97942f12a5e [2020-09-15T16:36:27.793Z] Removing intermediate container b97942f12a5e [2020-09-15T16:36:27.793Z] ---> a0576c3c6ee2 [2020-09-15T16:36:27.793Z] Step 20/22 : LABEL arch=x86_64 [2020-09-15T16:36:27.793Z] ---> Running in ec2614dafa9c [2020-09-15T16:36:27.793Z] Removing intermediate container ec2614dafa9c [2020-09-15T16:36:27.793Z] ---> 27da7b3b1343 [2020-09-15T16:36:27.793Z] Step 21/22 : LABEL git_sha=79f01a0b03b1bfc4590bac9ca9ba51eef1791c37 [2020-09-15T16:36:28.054Z] ---> Running in 8eccefabe2d9 [2020-09-15T16:36:28.054Z] Removing intermediate container 8eccefabe2d9 [2020-09-15T16:36:28.054Z] ---> 7b6de4640479 [2020-09-15T16:36:28.054Z] Step 22/22 : LABEL version=1.2.2-dev.25 [2020-09-15T16:36:28.316Z] ---> Running in d404ba633551 [2020-09-15T16:36:28.316Z] Removing intermediate container d404ba633551 [2020-09-15T16:36:28.316Z] ---> c3ad62500816 [2020-09-15T16:36:28.316Z] [2020-09-15T16:36:28.578Z] Successfully built c3ad62500816 [2020-09-15T16:36:28.578Z] Successfully tagged docker-core-command-go:latest [2020-09-15T16:36:28.851Z]  Building docker-core-command-go ... done  [Pipeline] } [2020-09-15T16:36:28.891Z] $ docker stop --time=1 8383499fa9b63310d697ad2c69357a80c33f193776d1c5dab07524a55aacdbaa [2020-09-15T16:36:30.638Z] $ docker rm -f 8383499fa9b63310d697ad2c69357a80c33f193776d1c5dab07524a55aacdbaa [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-15T16:36:32.136Z] + docker images [2020-09-15T16:36:32.136Z] + grep docker [2020-09-15T16:36:32.136Z] docker-core-command-go latest c3ad62500816 3 seconds ago 12.2MB [2020-09-15T16:36:32.136Z] docker-core-data-go latest d9701306f5ed 9 seconds ago 23.5MB [2020-09-15T16:36:32.136Z] docker-security-secretstore-setup-go latest 40f9f15ca3d2 10 seconds ago 32.4MB [2020-09-15T16:36:32.136Z] docker-support-notifications-go latest c719b1233238 19 seconds ago 13.6MB [2020-09-15T16:36:32.136Z] docker-security-proxy-setup-go latest 32ad3a9bddbd 22 seconds ago 15.8MB [2020-09-15T16:36:32.136Z] docker-sys-mgmt-agent-go latest a2e2dc226d4c About a minute ago 284MB [2020-09-15T16:36:32.137Z] docker-security-secrets-setup-go latest cc704386cda3 2 minutes ago 24MB [2020-09-15T16:36:32.137Z] docker-core-metadata-go latest 27a274c95a68 2 minutes ago 13.5MB [2020-09-15T16:36:32.137Z] docker-support-scheduler-go latest 3794c2399d8c 2 minutes ago 12.3MB [2020-09-15T16:36:32.137Z] docker-support-logging-go latest b7fd9bac7768 2 minutes ago 11.1MB [2020-09-15T16:36:32.137Z] docker latest 81f5749c9058 2 months ago 211MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-09-15T16:36:32.779Z] provisioning config files... [2020-09-15T16:36:32.820Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/140@tmp/config4165842324484490970tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-09-15T16:36:33.222Z] ---> docker-login.sh [2020-09-15T16:36:33.222Z] nexus3.edgexfoundry.org:10001 [2020-09-15T16:36:33.222Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-15T16:36:33.222Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-15T16:36:33.222Z] Configure a credential helper to remove this warning. See [2020-09-15T16:36:33.222Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-15T16:36:33.222Z] [2020-09-15T16:36:33.222Z] Login Succeeded [2020-09-15T16:36:33.222Z] nexus3.edgexfoundry.org:10002 [2020-09-15T16:36:33.487Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-15T16:36:33.748Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-15T16:36:33.748Z] Configure a credential helper to remove this warning. See [2020-09-15T16:36:33.748Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-15T16:36:33.748Z] [2020-09-15T16:36:33.748Z] Login Succeeded [2020-09-15T16:36:33.748Z] nexus3.edgexfoundry.org:10003 [2020-09-15T16:36:33.748Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-15T16:36:33.748Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-15T16:36:33.748Z] Configure a credential helper to remove this warning. See [2020-09-15T16:36:33.748Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-15T16:36:33.748Z] [2020-09-15T16:36:33.748Z] Login Succeeded [2020-09-15T16:36:33.748Z] nexus3.edgexfoundry.org:10004 [2020-09-15T16:36:34.009Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-15T16:36:34.009Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-15T16:36:34.009Z] Configure a credential helper to remove this warning. See [2020-09-15T16:36:34.009Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-15T16:36:34.009Z] [2020-09-15T16:36:34.009Z] Login Succeeded [2020-09-15T16:36:34.009Z] docker.io [2020-09-15T16:36:34.272Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-15T16:36:34.272Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-15T16:36:34.272Z] Configure a credential helper to remove this warning. See [2020-09-15T16:36:34.272Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-15T16:36:34.272Z] [2020-09-15T16:36:34.272Z] Login Succeeded [2020-09-15T16:36:34.272Z] ---> docker-login.sh ends [Pipeline] } [2020-09-15T16:36:34.281Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-15T16:36:34.559Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2020-09-15T16:36:34.559Z] 79f01a0b03b1bfc4590bac9ca9ba51eef1791c37 [2020-09-15T16:36:34.559Z] 1.2.2-dev.25 [2020-09-15T16:36:34.559Z] 79f01a0b03b1bfc4590bac9ca9ba51eef1791c37-1.2.2-dev.25 [2020-09-15T16:36:34.559Z] master [2020-09-15T16:36:34.559Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:36:35.091Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:79f01a0b03b1bfc4590bac9ca9ba51eef1791c37 [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:36:35.404Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:79f01a0b03b1bfc4590bac9ca9ba51eef1791c37 [2020-09-15T16:36:35.404Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-09-15T16:36:35.404Z] 9b420f22f8a4: Preparing [2020-09-15T16:36:35.404Z] 357ce121793c: Preparing [2020-09-15T16:36:35.404Z] 2ad60bc76603: Preparing [2020-09-15T16:36:35.404Z] 2ad60bc76603: Pushed [2020-09-15T16:36:35.404Z] 9b420f22f8a4: Pushed [2020-09-15T16:36:36.795Z] 357ce121793c: Pushed [2020-09-15T16:36:36.795Z] 79f01a0b03b1bfc4590bac9ca9ba51eef1791c37: digest: sha256:e49e6f729ee10cfbf5130563e1fb9083b15cb365a931b27dba56cfb2ff0a17c9 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:36:37.103Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.25 [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:36:37.518Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.25 [2020-09-15T16:36:37.518Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-09-15T16:36:37.518Z] 9b420f22f8a4: Preparing [2020-09-15T16:36:37.518Z] 357ce121793c: Preparing [2020-09-15T16:36:37.518Z] 2ad60bc76603: Preparing [2020-09-15T16:36:37.518Z] 357ce121793c: Layer already exists [2020-09-15T16:36:37.518Z] 2ad60bc76603: Layer already exists [2020-09-15T16:36:37.518Z] 9b420f22f8a4: Layer already exists [2020-09-15T16:36:37.518Z] 1.2.2-dev.25: digest: sha256:e49e6f729ee10cfbf5130563e1fb9083b15cb365a931b27dba56cfb2ff0a17c9 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:36:37.888Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:79f01a0b03b1bfc4590bac9ca9ba51eef1791c37-1.2.2-dev.25 [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:36:38.189Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:79f01a0b03b1bfc4590bac9ca9ba51eef1791c37-1.2.2-dev.25 [2020-09-15T16:36:38.189Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-09-15T16:36:38.189Z] 9b420f22f8a4: Preparing [2020-09-15T16:36:38.189Z] 357ce121793c: Preparing [2020-09-15T16:36:38.189Z] 2ad60bc76603: Preparing [2020-09-15T16:36:38.189Z] 9b420f22f8a4: Layer already exists [2020-09-15T16:36:38.189Z] 2ad60bc76603: Layer already exists [2020-09-15T16:36:38.189Z] 357ce121793c: Layer already exists [2020-09-15T16:36:38.189Z] 79f01a0b03b1bfc4590bac9ca9ba51eef1791c37-1.2.2-dev.25: digest: sha256:e49e6f729ee10cfbf5130563e1fb9083b15cb365a931b27dba56cfb2ff0a17c9 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:36:38.512Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:36:38.810Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2020-09-15T16:36:38.810Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-09-15T16:36:38.810Z] 9b420f22f8a4: Preparing [2020-09-15T16:36:38.810Z] 357ce121793c: Preparing [2020-09-15T16:36:38.810Z] 2ad60bc76603: Preparing [2020-09-15T16:36:38.810Z] 9b420f22f8a4: Layer already exists [2020-09-15T16:36:38.810Z] 2ad60bc76603: Layer already exists [2020-09-15T16:36:38.810Z] 357ce121793c: Layer already exists [2020-09-15T16:36:38.810Z] master: digest: sha256:e49e6f729ee10cfbf5130563e1fb9083b15cb365a931b27dba56cfb2ff0a17c9 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-15T16:36:38.995Z] ===================================================== [Pipeline] echo [2020-09-15T16:36:39.044Z] taggedImages: [2020-09-15T16:36:39.044Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:79f01a0b03b1bfc4590bac9ca9ba51eef1791c37 [2020-09-15T16:36:39.044Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.25 [2020-09-15T16:36:39.044Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:79f01a0b03b1bfc4590bac9ca9ba51eef1791c37-1.2.2-dev.25 [2020-09-15T16:36:39.044Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2020-09-15T16:36:39.109Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2020-09-15T16:36:39.110Z] 79f01a0b03b1bfc4590bac9ca9ba51eef1791c37 [2020-09-15T16:36:39.110Z] 1.2.2-dev.25 [2020-09-15T16:36:39.110Z] 79f01a0b03b1bfc4590bac9ca9ba51eef1791c37-1.2.2-dev.25 [2020-09-15T16:36:39.110Z] master [2020-09-15T16:36:39.110Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:36:39.591Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:79f01a0b03b1bfc4590bac9ca9ba51eef1791c37 [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:36:39.896Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:79f01a0b03b1bfc4590bac9ca9ba51eef1791c37 [2020-09-15T16:36:39.896Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-09-15T16:36:39.896Z] e6f45e09d2df: Preparing [2020-09-15T16:36:39.896Z] 31839f455828: Preparing [2020-09-15T16:36:39.896Z] ac6475ef4754: Preparing [2020-09-15T16:36:39.896Z] acec82506547: Preparing [2020-09-15T16:36:39.896Z] 9bdad7fb4ee3: Preparing [2020-09-15T16:36:39.896Z] 50644c29ef5a: Preparing [2020-09-15T16:36:39.896Z] 50644c29ef5a: Waiting [2020-09-15T16:36:39.896Z] 9bdad7fb4ee3: Pushed [2020-09-15T16:36:39.896Z] e6f45e09d2df: Pushed [2020-09-15T16:36:39.896Z] ac6475ef4754: Pushed [2020-09-15T16:36:40.157Z] 50644c29ef5a: Layer already exists [2020-09-15T16:36:40.157Z] acec82506547: Pushed [2020-09-15T16:36:41.543Z] 31839f455828: Pushed [2020-09-15T16:36:41.543Z] 79f01a0b03b1bfc4590bac9ca9ba51eef1791c37: digest: sha256:d1316772c5f8c2af298595e547797c9cd45f32f88cae11654d0c3839c6e34759 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:36:41.852Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.25 [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:36:42.155Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.25 [2020-09-15T16:36:42.155Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-09-15T16:36:42.155Z] e6f45e09d2df: Preparing [2020-09-15T16:36:42.155Z] 31839f455828: Preparing [2020-09-15T16:36:42.155Z] ac6475ef4754: Preparing [2020-09-15T16:36:42.155Z] acec82506547: Preparing [2020-09-15T16:36:42.155Z] 9bdad7fb4ee3: Preparing [2020-09-15T16:36:42.155Z] 50644c29ef5a: Preparing [2020-09-15T16:36:42.155Z] 50644c29ef5a: Waiting [2020-09-15T16:36:42.155Z] acec82506547: Layer already exists [2020-09-15T16:36:42.155Z] 31839f455828: Layer already exists [2020-09-15T16:36:42.155Z] e6f45e09d2df: Layer already exists [2020-09-15T16:36:42.155Z] ac6475ef4754: Layer already exists [2020-09-15T16:36:42.155Z] 9bdad7fb4ee3: Layer already exists [2020-09-15T16:36:42.155Z] 50644c29ef5a: Layer already exists [2020-09-15T16:36:42.155Z] 1.2.2-dev.25: digest: sha256:d1316772c5f8c2af298595e547797c9cd45f32f88cae11654d0c3839c6e34759 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:36:42.463Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:79f01a0b03b1bfc4590bac9ca9ba51eef1791c37-1.2.2-dev.25 [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:36:42.764Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:79f01a0b03b1bfc4590bac9ca9ba51eef1791c37-1.2.2-dev.25 [2020-09-15T16:36:42.764Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-09-15T16:36:42.764Z] e6f45e09d2df: Preparing [2020-09-15T16:36:42.764Z] 31839f455828: Preparing [2020-09-15T16:36:42.764Z] ac6475ef4754: Preparing [2020-09-15T16:36:42.764Z] acec82506547: Preparing [2020-09-15T16:36:42.764Z] 9bdad7fb4ee3: Preparing [2020-09-15T16:36:42.764Z] 50644c29ef5a: Preparing [2020-09-15T16:36:42.764Z] 50644c29ef5a: Waiting [2020-09-15T16:36:42.764Z] 31839f455828: Layer already exists [2020-09-15T16:36:42.764Z] acec82506547: Layer already exists [2020-09-15T16:36:42.764Z] ac6475ef4754: Layer already exists [2020-09-15T16:36:42.764Z] 9bdad7fb4ee3: Layer already exists [2020-09-15T16:36:42.764Z] e6f45e09d2df: Layer already exists [2020-09-15T16:36:42.764Z] 50644c29ef5a: Layer already exists [2020-09-15T16:36:42.764Z] 79f01a0b03b1bfc4590bac9ca9ba51eef1791c37-1.2.2-dev.25: digest: sha256:d1316772c5f8c2af298595e547797c9cd45f32f88cae11654d0c3839c6e34759 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:36:43.075Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:36:43.378Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2020-09-15T16:36:43.378Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-09-15T16:36:43.378Z] e6f45e09d2df: Preparing [2020-09-15T16:36:43.378Z] 31839f455828: Preparing [2020-09-15T16:36:43.378Z] ac6475ef4754: Preparing [2020-09-15T16:36:43.378Z] acec82506547: Preparing [2020-09-15T16:36:43.378Z] 9bdad7fb4ee3: Preparing [2020-09-15T16:36:43.378Z] 50644c29ef5a: Preparing [2020-09-15T16:36:43.378Z] e6f45e09d2df: Layer already exists [2020-09-15T16:36:43.378Z] 9bdad7fb4ee3: Layer already exists [2020-09-15T16:36:43.378Z] 31839f455828: Layer already exists [2020-09-15T16:36:43.378Z] acec82506547: Layer already exists [2020-09-15T16:36:43.378Z] ac6475ef4754: Layer already exists [2020-09-15T16:36:43.378Z] 50644c29ef5a: Layer already exists [2020-09-15T16:36:43.378Z] master: digest: sha256:d1316772c5f8c2af298595e547797c9cd45f32f88cae11654d0c3839c6e34759 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-15T16:36:43.643Z] ===================================================== [Pipeline] echo [2020-09-15T16:36:43.692Z] taggedImages: [2020-09-15T16:36:43.692Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:79f01a0b03b1bfc4590bac9ca9ba51eef1791c37 [2020-09-15T16:36:43.692Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.25 [2020-09-15T16:36:43.692Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:79f01a0b03b1bfc4590bac9ca9ba51eef1791c37-1.2.2-dev.25 [2020-09-15T16:36:43.692Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2020-09-15T16:36:43.761Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2020-09-15T16:36:43.761Z] 79f01a0b03b1bfc4590bac9ca9ba51eef1791c37 [2020-09-15T16:36:43.761Z] 1.2.2-dev.25 [2020-09-15T16:36:43.761Z] 79f01a0b03b1bfc4590bac9ca9ba51eef1791c37-1.2.2-dev.25 [2020-09-15T16:36:43.761Z] master [2020-09-15T16:36:43.761Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:36:44.252Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:79f01a0b03b1bfc4590bac9ca9ba51eef1791c37 [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:36:44.555Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:79f01a0b03b1bfc4590bac9ca9ba51eef1791c37 [2020-09-15T16:36:44.555Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-09-15T16:36:44.555Z] d11d09c24773: Preparing [2020-09-15T16:36:44.555Z] f48cd0f60674: Preparing [2020-09-15T16:36:44.555Z] ac45a5630a22: Preparing [2020-09-15T16:36:44.555Z] ac45a5630a22: Pushed [2020-09-15T16:36:44.555Z] d11d09c24773: Pushed [2020-09-15T16:36:45.940Z] f48cd0f60674: Pushed [2020-09-15T16:36:46.202Z] 79f01a0b03b1bfc4590bac9ca9ba51eef1791c37: digest: sha256:f293d834d2a1fd00134effecb469e02991ccc414c7a025655b0f81339203eb8d size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:36:46.510Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.25 [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:36:46.814Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.25 [2020-09-15T16:36:46.814Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-09-15T16:36:46.814Z] d11d09c24773: Preparing [2020-09-15T16:36:46.814Z] f48cd0f60674: Preparing [2020-09-15T16:36:46.814Z] ac45a5630a22: Preparing [2020-09-15T16:36:46.814Z] f48cd0f60674: Layer already exists [2020-09-15T16:36:46.814Z] ac45a5630a22: Layer already exists [2020-09-15T16:36:46.814Z] d11d09c24773: Layer already exists [2020-09-15T16:36:46.815Z] 1.2.2-dev.25: digest: sha256:f293d834d2a1fd00134effecb469e02991ccc414c7a025655b0f81339203eb8d size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:36:47.122Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:79f01a0b03b1bfc4590bac9ca9ba51eef1791c37-1.2.2-dev.25 [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:36:47.424Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:79f01a0b03b1bfc4590bac9ca9ba51eef1791c37-1.2.2-dev.25 [2020-09-15T16:36:47.424Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-09-15T16:36:47.424Z] d11d09c24773: Preparing [2020-09-15T16:36:47.424Z] f48cd0f60674: Preparing [2020-09-15T16:36:47.424Z] ac45a5630a22: Preparing [2020-09-15T16:36:47.424Z] f48cd0f60674: Layer already exists [2020-09-15T16:36:47.424Z] d11d09c24773: Layer already exists [2020-09-15T16:36:47.424Z] ac45a5630a22: Layer already exists [2020-09-15T16:36:47.424Z] 79f01a0b03b1bfc4590bac9ca9ba51eef1791c37-1.2.2-dev.25: digest: sha256:f293d834d2a1fd00134effecb469e02991ccc414c7a025655b0f81339203eb8d size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:36:47.728Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:36:48.028Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2020-09-15T16:36:48.029Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-09-15T16:36:48.029Z] d11d09c24773: Preparing [2020-09-15T16:36:48.029Z] f48cd0f60674: Preparing [2020-09-15T16:36:48.029Z] ac45a5630a22: Preparing [2020-09-15T16:36:48.029Z] d11d09c24773: Layer already exists [2020-09-15T16:36:48.029Z] f48cd0f60674: Layer already exists [2020-09-15T16:36:48.029Z] ac45a5630a22: Layer already exists [2020-09-15T16:36:48.029Z] master: digest: sha256:f293d834d2a1fd00134effecb469e02991ccc414c7a025655b0f81339203eb8d size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-15T16:36:48.215Z] ===================================================== [Pipeline] echo [2020-09-15T16:36:48.263Z] taggedImages: [2020-09-15T16:36:48.263Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:79f01a0b03b1bfc4590bac9ca9ba51eef1791c37 [2020-09-15T16:36:48.263Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.25 [2020-09-15T16:36:48.263Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:79f01a0b03b1bfc4590bac9ca9ba51eef1791c37-1.2.2-dev.25 [2020-09-15T16:36:48.263Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2020-09-15T16:36:48.325Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2020-09-15T16:36:48.325Z] 79f01a0b03b1bfc4590bac9ca9ba51eef1791c37 [2020-09-15T16:36:48.325Z] 1.2.2-dev.25 [2020-09-15T16:36:48.325Z] 79f01a0b03b1bfc4590bac9ca9ba51eef1791c37-1.2.2-dev.25 [2020-09-15T16:36:48.325Z] master [2020-09-15T16:36:48.325Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:36:49.593Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:79f01a0b03b1bfc4590bac9ca9ba51eef1791c37 [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:36:50.467Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:79f01a0b03b1bfc4590bac9ca9ba51eef1791c37 [2020-09-15T16:36:50.467Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-09-15T16:36:50.467Z] 65caafcf9b11: Preparing [2020-09-15T16:36:50.467Z] 318e33c7399d: Preparing [2020-09-15T16:36:50.467Z] 5bd69233ce30: Preparing [2020-09-15T16:36:50.467Z] fb20c186f68e: Preparing [2020-09-15T16:36:50.467Z] 50644c29ef5a: Preparing [2020-09-15T16:36:50.467Z] 50644c29ef5a: Layer already exists [2020-09-15T16:36:50.467Z] 318e33c7399d: Pushed [2020-09-15T16:36:50.467Z] 5bd69233ce30: Pushed [2020-09-15T16:36:51.105Z] fb20c186f68e: Pushed [2020-09-15T16:36:51.389Z] 65caafcf9b11: Pushed [2020-09-15T16:36:51.654Z] 79f01a0b03b1bfc4590bac9ca9ba51eef1791c37: digest: sha256:b50205972486fd33f2bbd098ce3c36177f3a427a68e49d2882c54c2d58b87738 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:36:51.987Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.25 [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:36:52.287Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.25 [2020-09-15T16:36:52.287Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-09-15T16:36:52.287Z] 65caafcf9b11: Preparing [2020-09-15T16:36:52.287Z] 318e33c7399d: Preparing [2020-09-15T16:36:52.287Z] 5bd69233ce30: Preparing [2020-09-15T16:36:52.287Z] fb20c186f68e: Preparing [2020-09-15T16:36:52.287Z] 50644c29ef5a: Preparing [2020-09-15T16:36:52.287Z] 5bd69233ce30: Layer already exists [2020-09-15T16:36:52.287Z] 65caafcf9b11: Layer already exists [2020-09-15T16:36:52.287Z] 50644c29ef5a: Layer already exists [2020-09-15T16:36:52.287Z] fb20c186f68e: Layer already exists [2020-09-15T16:36:52.287Z] 318e33c7399d: Layer already exists [2020-09-15T16:36:52.287Z] 1.2.2-dev.25: digest: sha256:b50205972486fd33f2bbd098ce3c36177f3a427a68e49d2882c54c2d58b87738 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:36:52.592Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:79f01a0b03b1bfc4590bac9ca9ba51eef1791c37-1.2.2-dev.25 [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:36:52.892Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:79f01a0b03b1bfc4590bac9ca9ba51eef1791c37-1.2.2-dev.25 [2020-09-15T16:36:52.892Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-09-15T16:36:52.892Z] 65caafcf9b11: Preparing [2020-09-15T16:36:52.892Z] 318e33c7399d: Preparing [2020-09-15T16:36:52.892Z] 5bd69233ce30: Preparing [2020-09-15T16:36:52.892Z] fb20c186f68e: Preparing [2020-09-15T16:36:52.892Z] 50644c29ef5a: Preparing [2020-09-15T16:36:52.892Z] fb20c186f68e: Layer already exists [2020-09-15T16:36:52.892Z] 65caafcf9b11: Layer already exists [2020-09-15T16:36:52.892Z] 318e33c7399d: Layer already exists [2020-09-15T16:36:52.892Z] 50644c29ef5a: Layer already exists [2020-09-15T16:36:52.892Z] 5bd69233ce30: Layer already exists [2020-09-15T16:36:52.892Z] 79f01a0b03b1bfc4590bac9ca9ba51eef1791c37-1.2.2-dev.25: digest: sha256:b50205972486fd33f2bbd098ce3c36177f3a427a68e49d2882c54c2d58b87738 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:36:53.212Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:36:53.520Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2020-09-15T16:36:53.520Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-09-15T16:36:53.520Z] 65caafcf9b11: Preparing [2020-09-15T16:36:53.520Z] 318e33c7399d: Preparing [2020-09-15T16:36:53.520Z] 5bd69233ce30: Preparing [2020-09-15T16:36:53.520Z] fb20c186f68e: Preparing [2020-09-15T16:36:53.520Z] 50644c29ef5a: Preparing [2020-09-15T16:36:53.520Z] 50644c29ef5a: Layer already exists [2020-09-15T16:36:53.520Z] 318e33c7399d: Layer already exists [2020-09-15T16:36:53.520Z] 65caafcf9b11: Layer already exists [2020-09-15T16:36:53.520Z] fb20c186f68e: Layer already exists [2020-09-15T16:36:53.520Z] 5bd69233ce30: Layer already exists [2020-09-15T16:36:53.520Z] master: digest: sha256:b50205972486fd33f2bbd098ce3c36177f3a427a68e49d2882c54c2d58b87738 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-15T16:36:53.738Z] ===================================================== [Pipeline] echo [2020-09-15T16:36:53.818Z] taggedImages: [2020-09-15T16:36:53.818Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:79f01a0b03b1bfc4590bac9ca9ba51eef1791c37 [2020-09-15T16:36:53.818Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.25 [2020-09-15T16:36:53.818Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:79f01a0b03b1bfc4590bac9ca9ba51eef1791c37-1.2.2-dev.25 [2020-09-15T16:36:53.818Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo [2020-09-15T16:36:53.884Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go with the following tags: [2020-09-15T16:36:53.884Z] 79f01a0b03b1bfc4590bac9ca9ba51eef1791c37 [2020-09-15T16:36:53.884Z] 1.2.2-dev.25 [2020-09-15T16:36:53.884Z] 79f01a0b03b1bfc4590bac9ca9ba51eef1791c37-1.2.2-dev.25 [2020-09-15T16:36:53.884Z] master [2020-09-15T16:36:53.884Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:36:54.402Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:79f01a0b03b1bfc4590bac9ca9ba51eef1791c37 [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:36:54.703Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:79f01a0b03b1bfc4590bac9ca9ba51eef1791c37 [2020-09-15T16:36:54.703Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-09-15T16:36:54.703Z] 672aec2caee0: Preparing [2020-09-15T16:36:54.703Z] f49dd4eef848: Preparing [2020-09-15T16:36:54.703Z] 3a44cd3c6794: Preparing [2020-09-15T16:36:54.703Z] 503cafa3f176: Preparing [2020-09-15T16:36:54.703Z] 503cafa3f176: Preparing [2020-09-15T16:36:54.703Z] 11fc42559db4: Preparing [2020-09-15T16:36:54.703Z] 2b520b8e8203: Preparing [2020-09-15T16:36:54.703Z] 0bd8a0c580e2: Preparing [2020-09-15T16:36:54.703Z] 672aec2caee0: Preparing [2020-09-15T16:36:54.703Z] a5da3e4d5395: Preparing [2020-09-15T16:36:54.703Z] d4f741b61ea3: Preparing [2020-09-15T16:36:54.703Z] fe0b73b119c4: Preparing [2020-09-15T16:36:54.703Z] 50644c29ef5a: Preparing [2020-09-15T16:36:54.703Z] 0bd8a0c580e2: Waiting [2020-09-15T16:36:54.703Z] a5da3e4d5395: Waiting [2020-09-15T16:36:54.703Z] d4f741b61ea3: Waiting [2020-09-15T16:36:54.703Z] fe0b73b119c4: Waiting [2020-09-15T16:36:54.703Z] 50644c29ef5a: Waiting [2020-09-15T16:36:54.703Z] 2b520b8e8203: Waiting [2020-09-15T16:36:54.703Z] 3a44cd3c6794: Pushed [2020-09-15T16:36:54.703Z] 503cafa3f176: Pushed [2020-09-15T16:36:54.703Z] 11fc42559db4: Pushed [2020-09-15T16:36:54.965Z] f49dd4eef848: Pushed [2020-09-15T16:36:54.965Z] 2b520b8e8203: Pushed [2020-09-15T16:36:54.965Z] a5da3e4d5395: Pushed [2020-09-15T16:36:54.965Z] d4f741b61ea3: Pushed [2020-09-15T16:36:54.965Z] 50644c29ef5a: Layer already exists [2020-09-15T16:36:55.536Z] fe0b73b119c4: Pushed [2020-09-15T16:36:55.536Z] 672aec2caee0: Pushed [2020-09-15T16:36:56.107Z] 0bd8a0c580e2: Pushed [2020-09-15T16:36:56.107Z] 79f01a0b03b1bfc4590bac9ca9ba51eef1791c37: digest: sha256:1cda5157430633c8bbe17b23bcdff4d5c2c2b10015898883b627e2edd3e58ae6 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:36:56.413Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.25 [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:36:56.717Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.25 [2020-09-15T16:36:56.717Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-09-15T16:36:56.717Z] 672aec2caee0: Preparing [2020-09-15T16:36:56.717Z] f49dd4eef848: Preparing [2020-09-15T16:36:56.717Z] 3a44cd3c6794: Preparing [2020-09-15T16:36:56.717Z] 503cafa3f176: Preparing [2020-09-15T16:36:56.717Z] 503cafa3f176: Preparing [2020-09-15T16:36:56.717Z] 11fc42559db4: Preparing [2020-09-15T16:36:56.717Z] 2b520b8e8203: Preparing [2020-09-15T16:36:56.717Z] 0bd8a0c580e2: Preparing [2020-09-15T16:36:56.717Z] 672aec2caee0: Preparing [2020-09-15T16:36:56.717Z] a5da3e4d5395: Preparing [2020-09-15T16:36:56.717Z] d4f741b61ea3: Preparing [2020-09-15T16:36:56.717Z] fe0b73b119c4: Preparing [2020-09-15T16:36:56.717Z] 50644c29ef5a: Preparing [2020-09-15T16:36:56.717Z] 2b520b8e8203: Waiting [2020-09-15T16:36:56.717Z] 0bd8a0c580e2: Waiting [2020-09-15T16:36:56.717Z] a5da3e4d5395: Waiting [2020-09-15T16:36:56.717Z] d4f741b61ea3: Waiting [2020-09-15T16:36:56.717Z] fe0b73b119c4: Waiting [2020-09-15T16:36:56.717Z] 50644c29ef5a: Waiting [2020-09-15T16:36:56.717Z] f49dd4eef848: Layer already exists [2020-09-15T16:36:56.717Z] 503cafa3f176: Layer already exists [2020-09-15T16:36:56.717Z] 672aec2caee0: Layer already exists [2020-09-15T16:36:56.717Z] 3a44cd3c6794: Layer already exists [2020-09-15T16:36:56.717Z] 11fc42559db4: Layer already exists [2020-09-15T16:36:56.717Z] 0bd8a0c580e2: Layer already exists [2020-09-15T16:36:56.717Z] 2b520b8e8203: Layer already exists [2020-09-15T16:36:56.717Z] a5da3e4d5395: Layer already exists [2020-09-15T16:36:56.717Z] fe0b73b119c4: Layer already exists [2020-09-15T16:36:56.717Z] d4f741b61ea3: Layer already exists [2020-09-15T16:36:56.717Z] 50644c29ef5a: Layer already exists [2020-09-15T16:36:56.717Z] 1.2.2-dev.25: digest: sha256:1cda5157430633c8bbe17b23bcdff4d5c2c2b10015898883b627e2edd3e58ae6 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:36:57.026Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:79f01a0b03b1bfc4590bac9ca9ba51eef1791c37-1.2.2-dev.25 [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:36:57.326Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:79f01a0b03b1bfc4590bac9ca9ba51eef1791c37-1.2.2-dev.25 [2020-09-15T16:36:57.326Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-09-15T16:36:57.326Z] 672aec2caee0: Preparing [2020-09-15T16:36:57.326Z] f49dd4eef848: Preparing [2020-09-15T16:36:57.326Z] 3a44cd3c6794: Preparing [2020-09-15T16:36:57.326Z] 503cafa3f176: Preparing [2020-09-15T16:36:57.326Z] 503cafa3f176: Preparing [2020-09-15T16:36:57.326Z] 11fc42559db4: Preparing [2020-09-15T16:36:57.326Z] 2b520b8e8203: Preparing [2020-09-15T16:36:57.326Z] 0bd8a0c580e2: Preparing [2020-09-15T16:36:57.326Z] 672aec2caee0: Preparing [2020-09-15T16:36:57.326Z] a5da3e4d5395: Preparing [2020-09-15T16:36:57.326Z] d4f741b61ea3: Preparing [2020-09-15T16:36:57.326Z] fe0b73b119c4: Preparing [2020-09-15T16:36:57.326Z] 50644c29ef5a: Preparing [2020-09-15T16:36:57.326Z] 2b520b8e8203: Waiting [2020-09-15T16:36:57.326Z] 0bd8a0c580e2: Waiting [2020-09-15T16:36:57.326Z] a5da3e4d5395: Waiting [2020-09-15T16:36:57.326Z] d4f741b61ea3: Waiting [2020-09-15T16:36:57.326Z] fe0b73b119c4: Waiting [2020-09-15T16:36:57.326Z] 50644c29ef5a: Waiting [2020-09-15T16:36:57.326Z] 503cafa3f176: Layer already exists [2020-09-15T16:36:57.326Z] 672aec2caee0: Layer already exists [2020-09-15T16:36:57.326Z] 11fc42559db4: Layer already exists [2020-09-15T16:36:57.326Z] f49dd4eef848: Layer already exists [2020-09-15T16:36:57.326Z] 3a44cd3c6794: Layer already exists [2020-09-15T16:36:57.326Z] 2b520b8e8203: Layer already exists [2020-09-15T16:36:57.326Z] a5da3e4d5395: Layer already exists [2020-09-15T16:36:57.326Z] 0bd8a0c580e2: Layer already exists [2020-09-15T16:36:57.326Z] d4f741b61ea3: Layer already exists [2020-09-15T16:36:57.326Z] fe0b73b119c4: Layer already exists [2020-09-15T16:36:57.326Z] 50644c29ef5a: Layer already exists [2020-09-15T16:36:57.326Z] 79f01a0b03b1bfc4590bac9ca9ba51eef1791c37-1.2.2-dev.25: digest: sha256:1cda5157430633c8bbe17b23bcdff4d5c2c2b10015898883b627e2edd3e58ae6 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:36:57.636Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:36:57.943Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [2020-09-15T16:36:57.944Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-09-15T16:36:57.944Z] 672aec2caee0: Preparing [2020-09-15T16:36:57.944Z] f49dd4eef848: Preparing [2020-09-15T16:36:57.944Z] 3a44cd3c6794: Preparing [2020-09-15T16:36:57.944Z] 503cafa3f176: Preparing [2020-09-15T16:36:57.944Z] 503cafa3f176: Preparing [2020-09-15T16:36:57.944Z] 11fc42559db4: Preparing [2020-09-15T16:36:57.944Z] 2b520b8e8203: Preparing [2020-09-15T16:36:57.944Z] 0bd8a0c580e2: Preparing [2020-09-15T16:36:57.944Z] 672aec2caee0: Preparing [2020-09-15T16:36:57.944Z] a5da3e4d5395: Preparing [2020-09-15T16:36:57.944Z] d4f741b61ea3: Preparing [2020-09-15T16:36:57.944Z] fe0b73b119c4: Preparing [2020-09-15T16:36:57.944Z] 50644c29ef5a: Preparing [2020-09-15T16:36:57.944Z] 2b520b8e8203: Waiting [2020-09-15T16:36:57.944Z] 0bd8a0c580e2: Waiting [2020-09-15T16:36:57.944Z] a5da3e4d5395: Waiting [2020-09-15T16:36:57.944Z] d4f741b61ea3: Waiting [2020-09-15T16:36:57.944Z] fe0b73b119c4: Waiting [2020-09-15T16:36:57.944Z] 50644c29ef5a: Waiting [2020-09-15T16:36:57.944Z] 503cafa3f176: Layer already exists [2020-09-15T16:36:57.944Z] 672aec2caee0: Layer already exists [2020-09-15T16:36:57.944Z] 11fc42559db4: Layer already exists [2020-09-15T16:36:57.944Z] 3a44cd3c6794: Layer already exists [2020-09-15T16:36:57.944Z] f49dd4eef848: Layer already exists [2020-09-15T16:36:57.944Z] 0bd8a0c580e2: Layer already exists [2020-09-15T16:36:57.944Z] 2b520b8e8203: Layer already exists [2020-09-15T16:36:57.944Z] a5da3e4d5395: Layer already exists [2020-09-15T16:36:57.944Z] d4f741b61ea3: Layer already exists [2020-09-15T16:36:57.944Z] fe0b73b119c4: Layer already exists [2020-09-15T16:36:57.944Z] 50644c29ef5a: Layer already exists [2020-09-15T16:36:57.944Z] master: digest: sha256:1cda5157430633c8bbe17b23bcdff4d5c2c2b10015898883b627e2edd3e58ae6 size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-15T16:36:58.180Z] ===================================================== [Pipeline] echo [2020-09-15T16:36:58.230Z] taggedImages: [2020-09-15T16:36:58.230Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:79f01a0b03b1bfc4590bac9ca9ba51eef1791c37 [2020-09-15T16:36:58.230Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.25 [2020-09-15T16:36:58.230Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:79f01a0b03b1bfc4590bac9ca9ba51eef1791c37-1.2.2-dev.25 [2020-09-15T16:36:58.230Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] echo [2020-09-15T16:36:58.293Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2020-09-15T16:36:58.293Z] 79f01a0b03b1bfc4590bac9ca9ba51eef1791c37 [2020-09-15T16:36:58.293Z] 1.2.2-dev.25 [2020-09-15T16:36:58.293Z] 79f01a0b03b1bfc4590bac9ca9ba51eef1791c37-1.2.2-dev.25 [2020-09-15T16:36:58.293Z] master [2020-09-15T16:36:58.293Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:36:58.811Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:79f01a0b03b1bfc4590bac9ca9ba51eef1791c37 [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:36:59.111Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:79f01a0b03b1bfc4590bac9ca9ba51eef1791c37 [2020-09-15T16:36:59.111Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-09-15T16:36:59.111Z] 47099e7e6573: Preparing [2020-09-15T16:36:59.111Z] debfe5400dca: Preparing [2020-09-15T16:36:59.111Z] 54ee5f78acef: Preparing [2020-09-15T16:36:59.111Z] 6a6b464f96ee: Preparing [2020-09-15T16:36:59.111Z] a86aad9db351: Preparing [2020-09-15T16:36:59.111Z] 9af6e91da48d: Preparing [2020-09-15T16:36:59.111Z] 760db58fee8b: Preparing [2020-09-15T16:36:59.111Z] 8e7ba4f75782: Preparing [2020-09-15T16:36:59.111Z] 46a25a5ad8fd: Preparing [2020-09-15T16:36:59.111Z] 7cafc9d34c25: Preparing [2020-09-15T16:36:59.111Z] 1b3ee35aacca: Preparing [2020-09-15T16:36:59.111Z] 8e7ba4f75782: Waiting [2020-09-15T16:36:59.111Z] 46a25a5ad8fd: Waiting [2020-09-15T16:36:59.111Z] 7cafc9d34c25: Waiting [2020-09-15T16:36:59.111Z] 1b3ee35aacca: Waiting [2020-09-15T16:36:59.111Z] 9af6e91da48d: Waiting [2020-09-15T16:36:59.111Z] 760db58fee8b: Waiting [2020-09-15T16:36:59.111Z] 47099e7e6573: Pushed [2020-09-15T16:36:59.374Z] debfe5400dca: Pushed [2020-09-15T16:36:59.374Z] 9af6e91da48d: Pushed [2020-09-15T16:36:59.374Z] 760db58fee8b: Pushed [2020-09-15T16:36:59.374Z] 8e7ba4f75782: Pushed [2020-09-15T16:36:59.635Z] 46a25a5ad8fd: Pushed [2020-09-15T16:36:59.636Z] 1b3ee35aacca: Layer already exists [2020-09-15T16:36:59.897Z] 7cafc9d34c25: Pushed [2020-09-15T16:36:59.897Z] 54ee5f78acef: Pushed [2020-09-15T16:37:00.159Z] a86aad9db351: Pushed [2020-09-15T16:37:00.159Z] 6a6b464f96ee: Pushed [2020-09-15T16:37:00.419Z] 79f01a0b03b1bfc4590bac9ca9ba51eef1791c37: digest: sha256:7b82aacb22521a6085f1b17c4a2acaa402d72a07bd609b088bf78d701e5d918d size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:37:00.722Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.25 [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:37:01.026Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.25 [2020-09-15T16:37:01.026Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-09-15T16:37:01.026Z] 47099e7e6573: Preparing [2020-09-15T16:37:01.026Z] debfe5400dca: Preparing [2020-09-15T16:37:01.026Z] 54ee5f78acef: Preparing [2020-09-15T16:37:01.026Z] 6a6b464f96ee: Preparing [2020-09-15T16:37:01.026Z] a86aad9db351: Preparing [2020-09-15T16:37:01.026Z] 9af6e91da48d: Preparing [2020-09-15T16:37:01.026Z] 760db58fee8b: Preparing [2020-09-15T16:37:01.026Z] 8e7ba4f75782: Preparing [2020-09-15T16:37:01.026Z] 46a25a5ad8fd: Preparing [2020-09-15T16:37:01.026Z] 7cafc9d34c25: Preparing [2020-09-15T16:37:01.026Z] 1b3ee35aacca: Preparing [2020-09-15T16:37:01.026Z] 8e7ba4f75782: Waiting [2020-09-15T16:37:01.026Z] 46a25a5ad8fd: Waiting [2020-09-15T16:37:01.026Z] 1b3ee35aacca: Waiting [2020-09-15T16:37:01.026Z] 9af6e91da48d: Waiting [2020-09-15T16:37:01.026Z] 760db58fee8b: Waiting [2020-09-15T16:37:01.026Z] 7cafc9d34c25: Waiting [2020-09-15T16:37:01.026Z] 47099e7e6573: Layer already exists [2020-09-15T16:37:01.026Z] a86aad9db351: Layer already exists [2020-09-15T16:37:01.026Z] 6a6b464f96ee: Layer already exists [2020-09-15T16:37:01.026Z] 54ee5f78acef: Layer already exists [2020-09-15T16:37:01.026Z] debfe5400dca: Layer already exists [2020-09-15T16:37:01.026Z] 760db58fee8b: Layer already exists [2020-09-15T16:37:01.027Z] 7cafc9d34c25: Layer already exists [2020-09-15T16:37:01.027Z] 9af6e91da48d: Layer already exists [2020-09-15T16:37:01.027Z] 8e7ba4f75782: Layer already exists [2020-09-15T16:37:01.027Z] 46a25a5ad8fd: Layer already exists [2020-09-15T16:37:01.027Z] 1b3ee35aacca: Layer already exists [2020-09-15T16:37:01.027Z] 1.2.2-dev.25: digest: sha256:7b82aacb22521a6085f1b17c4a2acaa402d72a07bd609b088bf78d701e5d918d size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:37:01.341Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:79f01a0b03b1bfc4590bac9ca9ba51eef1791c37-1.2.2-dev.25 [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:37:01.638Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:79f01a0b03b1bfc4590bac9ca9ba51eef1791c37-1.2.2-dev.25 [2020-09-15T16:37:01.639Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-09-15T16:37:01.639Z] 47099e7e6573: Preparing [2020-09-15T16:37:01.639Z] debfe5400dca: Preparing [2020-09-15T16:37:01.639Z] 54ee5f78acef: Preparing [2020-09-15T16:37:01.639Z] 6a6b464f96ee: Preparing [2020-09-15T16:37:01.639Z] a86aad9db351: Preparing [2020-09-15T16:37:01.639Z] 9af6e91da48d: Preparing [2020-09-15T16:37:01.639Z] 760db58fee8b: Preparing [2020-09-15T16:37:01.639Z] 8e7ba4f75782: Preparing [2020-09-15T16:37:01.639Z] 46a25a5ad8fd: Preparing [2020-09-15T16:37:01.639Z] 7cafc9d34c25: Preparing [2020-09-15T16:37:01.639Z] 1b3ee35aacca: Preparing [2020-09-15T16:37:01.639Z] 9af6e91da48d: Waiting [2020-09-15T16:37:01.639Z] 46a25a5ad8fd: Waiting [2020-09-15T16:37:01.639Z] 760db58fee8b: Waiting [2020-09-15T16:37:01.639Z] 8e7ba4f75782: Waiting [2020-09-15T16:37:01.639Z] 7cafc9d34c25: Waiting [2020-09-15T16:37:01.639Z] 1b3ee35aacca: Waiting [2020-09-15T16:37:01.639Z] 47099e7e6573: Layer already exists [2020-09-15T16:37:01.639Z] 6a6b464f96ee: Layer already exists [2020-09-15T16:37:01.639Z] a86aad9db351: Layer already exists [2020-09-15T16:37:01.639Z] debfe5400dca: Layer already exists [2020-09-15T16:37:01.639Z] 54ee5f78acef: Layer already exists [2020-09-15T16:37:01.639Z] 760db58fee8b: Layer already exists [2020-09-15T16:37:01.639Z] 8e7ba4f75782: Layer already exists [2020-09-15T16:37:01.639Z] 9af6e91da48d: Layer already exists [2020-09-15T16:37:01.639Z] 7cafc9d34c25: Layer already exists [2020-09-15T16:37:01.639Z] 46a25a5ad8fd: Layer already exists [2020-09-15T16:37:01.639Z] 1b3ee35aacca: Layer already exists [2020-09-15T16:37:01.639Z] 79f01a0b03b1bfc4590bac9ca9ba51eef1791c37-1.2.2-dev.25: digest: sha256:7b82aacb22521a6085f1b17c4a2acaa402d72a07bd609b088bf78d701e5d918d size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:37:01.947Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:37:02.251Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2020-09-15T16:37:02.251Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-09-15T16:37:02.251Z] 47099e7e6573: Preparing [2020-09-15T16:37:02.251Z] debfe5400dca: Preparing [2020-09-15T16:37:02.251Z] 54ee5f78acef: Preparing [2020-09-15T16:37:02.251Z] 6a6b464f96ee: Preparing [2020-09-15T16:37:02.251Z] a86aad9db351: Preparing [2020-09-15T16:37:02.251Z] 9af6e91da48d: Preparing [2020-09-15T16:37:02.251Z] 760db58fee8b: Preparing [2020-09-15T16:37:02.251Z] 8e7ba4f75782: Preparing [2020-09-15T16:37:02.251Z] 46a25a5ad8fd: Preparing [2020-09-15T16:37:02.251Z] 7cafc9d34c25: Preparing [2020-09-15T16:37:02.251Z] 1b3ee35aacca: Preparing [2020-09-15T16:37:02.251Z] 8e7ba4f75782: Waiting [2020-09-15T16:37:02.251Z] 46a25a5ad8fd: Waiting [2020-09-15T16:37:02.251Z] 7cafc9d34c25: Waiting [2020-09-15T16:37:02.251Z] 1b3ee35aacca: Waiting [2020-09-15T16:37:02.251Z] 9af6e91da48d: Waiting [2020-09-15T16:37:02.251Z] 760db58fee8b: Waiting [2020-09-15T16:37:02.251Z] 54ee5f78acef: Layer already exists [2020-09-15T16:37:02.251Z] a86aad9db351: Layer already exists [2020-09-15T16:37:02.251Z] debfe5400dca: Layer already exists [2020-09-15T16:37:02.251Z] 47099e7e6573: Layer already exists [2020-09-15T16:37:02.251Z] 6a6b464f96ee: Layer already exists [2020-09-15T16:37:02.251Z] 760db58fee8b: Layer already exists [2020-09-15T16:37:02.251Z] 8e7ba4f75782: Layer already exists [2020-09-15T16:37:02.251Z] 9af6e91da48d: Layer already exists [2020-09-15T16:37:02.251Z] 7cafc9d34c25: Layer already exists [2020-09-15T16:37:02.251Z] 46a25a5ad8fd: Layer already exists [2020-09-15T16:37:02.251Z] 1b3ee35aacca: Layer already exists [2020-09-15T16:37:02.251Z] master: digest: sha256:7b82aacb22521a6085f1b17c4a2acaa402d72a07bd609b088bf78d701e5d918d size: 2616 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-15T16:37:02.471Z] ===================================================== [Pipeline] echo [2020-09-15T16:37:02.517Z] taggedImages: [2020-09-15T16:37:02.517Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:79f01a0b03b1bfc4590bac9ca9ba51eef1791c37 [2020-09-15T16:37:02.517Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.25 [2020-09-15T16:37:02.517Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:79f01a0b03b1bfc4590bac9ca9ba51eef1791c37-1.2.2-dev.25 [2020-09-15T16:37:02.517Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2020-09-15T16:37:02.582Z] [edgeXDocker.push] Tagging docker image docker-support-logging-go with the following tags: [2020-09-15T16:37:02.582Z] 79f01a0b03b1bfc4590bac9ca9ba51eef1791c37 [2020-09-15T16:37:02.582Z] 1.2.2-dev.25 [2020-09-15T16:37:02.582Z] 79f01a0b03b1bfc4590bac9ca9ba51eef1791c37-1.2.2-dev.25 [2020-09-15T16:37:02.582Z] master [2020-09-15T16:37:02.582Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:37:03.065Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:79f01a0b03b1bfc4590bac9ca9ba51eef1791c37 [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:37:03.362Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:79f01a0b03b1bfc4590bac9ca9ba51eef1791c37 [2020-09-15T16:37:03.362Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-09-15T16:37:03.362Z] 5454e58285af: Preparing [2020-09-15T16:37:03.362Z] 2e85ef92e6b7: Preparing [2020-09-15T16:37:03.362Z] c3d0495cc75c: Preparing [2020-09-15T16:37:03.362Z] e8d7f9b7e221: Preparing [2020-09-15T16:37:03.362Z] 5454e58285af: Pushed [2020-09-15T16:37:03.362Z] c3d0495cc75c: Pushed [2020-09-15T16:37:03.702Z] e8d7f9b7e221: Pushed [2020-09-15T16:37:04.331Z] 2e85ef92e6b7: Pushed [2020-09-15T16:37:04.592Z] 79f01a0b03b1bfc4590bac9ca9ba51eef1791c37: digest: sha256:6562c6bc798724c43e244a78af43e65926ef676a7a747416572855ef372fb048 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:37:04.930Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.25 [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:37:05.226Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.25 [2020-09-15T16:37:05.226Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-09-15T16:37:05.226Z] 5454e58285af: Preparing [2020-09-15T16:37:05.226Z] 2e85ef92e6b7: Preparing [2020-09-15T16:37:05.226Z] c3d0495cc75c: Preparing [2020-09-15T16:37:05.226Z] e8d7f9b7e221: Preparing [2020-09-15T16:37:05.226Z] 2e85ef92e6b7: Layer already exists [2020-09-15T16:37:05.226Z] 5454e58285af: Layer already exists [2020-09-15T16:37:05.226Z] e8d7f9b7e221: Layer already exists [2020-09-15T16:37:05.226Z] c3d0495cc75c: Layer already exists [2020-09-15T16:37:05.226Z] 1.2.2-dev.25: digest: sha256:6562c6bc798724c43e244a78af43e65926ef676a7a747416572855ef372fb048 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:37:05.533Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:79f01a0b03b1bfc4590bac9ca9ba51eef1791c37-1.2.2-dev.25 [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:37:05.831Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:79f01a0b03b1bfc4590bac9ca9ba51eef1791c37-1.2.2-dev.25 [2020-09-15T16:37:05.831Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-09-15T16:37:05.831Z] 5454e58285af: Preparing [2020-09-15T16:37:05.831Z] 2e85ef92e6b7: Preparing [2020-09-15T16:37:05.831Z] c3d0495cc75c: Preparing [2020-09-15T16:37:05.831Z] e8d7f9b7e221: Preparing [2020-09-15T16:37:05.831Z] e8d7f9b7e221: Layer already exists [2020-09-15T16:37:05.831Z] 5454e58285af: Layer already exists [2020-09-15T16:37:05.831Z] c3d0495cc75c: Layer already exists [2020-09-15T16:37:05.831Z] 2e85ef92e6b7: Layer already exists [2020-09-15T16:37:05.831Z] 79f01a0b03b1bfc4590bac9ca9ba51eef1791c37-1.2.2-dev.25: digest: sha256:6562c6bc798724c43e244a78af43e65926ef676a7a747416572855ef372fb048 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:37:06.135Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:37:06.430Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [2020-09-15T16:37:06.430Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-09-15T16:37:06.430Z] 5454e58285af: Preparing [2020-09-15T16:37:06.430Z] 2e85ef92e6b7: Preparing [2020-09-15T16:37:06.430Z] c3d0495cc75c: Preparing [2020-09-15T16:37:06.430Z] e8d7f9b7e221: Preparing [2020-09-15T16:37:06.430Z] 5454e58285af: Layer already exists [2020-09-15T16:37:06.430Z] 2e85ef92e6b7: Layer already exists [2020-09-15T16:37:06.430Z] e8d7f9b7e221: Layer already exists [2020-09-15T16:37:06.430Z] c3d0495cc75c: Layer already exists [2020-09-15T16:37:06.430Z] master: digest: sha256:6562c6bc798724c43e244a78af43e65926ef676a7a747416572855ef372fb048 size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-15T16:37:06.628Z] ===================================================== [Pipeline] echo [2020-09-15T16:37:06.702Z] taggedImages: [2020-09-15T16:37:06.702Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:79f01a0b03b1bfc4590bac9ca9ba51eef1791c37 [2020-09-15T16:37:06.702Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.25 [2020-09-15T16:37:06.702Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:79f01a0b03b1bfc4590bac9ca9ba51eef1791c37-1.2.2-dev.25 [2020-09-15T16:37:06.702Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] echo [2020-09-15T16:37:06.780Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2020-09-15T16:37:06.780Z] 79f01a0b03b1bfc4590bac9ca9ba51eef1791c37 [2020-09-15T16:37:06.780Z] 1.2.2-dev.25 [2020-09-15T16:37:06.780Z] 79f01a0b03b1bfc4590bac9ca9ba51eef1791c37-1.2.2-dev.25 [2020-09-15T16:37:06.780Z] master [2020-09-15T16:37:06.780Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:37:07.262Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:79f01a0b03b1bfc4590bac9ca9ba51eef1791c37 [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:37:07.560Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:79f01a0b03b1bfc4590bac9ca9ba51eef1791c37 [2020-09-15T16:37:07.560Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-09-15T16:37:07.560Z] cde57a05b7f9: Preparing [2020-09-15T16:37:07.560Z] cb9359e1d9b2: Preparing [2020-09-15T16:37:07.560Z] 9d4889bfef57: Preparing [2020-09-15T16:37:07.560Z] cbdc9b225bf7: Preparing [2020-09-15T16:37:07.560Z] 2abf99822574: Preparing [2020-09-15T16:37:07.560Z] 6922a202b3ed: Preparing [2020-09-15T16:37:07.560Z] 6922a202b3ed: Waiting [2020-09-15T16:37:07.560Z] 9d4889bfef57: Pushed [2020-09-15T16:37:07.560Z] cde57a05b7f9: Pushed [2020-09-15T16:37:07.560Z] cbdc9b225bf7: Pushed [2020-09-15T16:37:07.821Z] 2abf99822574: Pushed [2020-09-15T16:37:07.821Z] 6922a202b3ed: Pushed [2020-09-15T16:37:08.763Z] cb9359e1d9b2: Pushed [2020-09-15T16:37:09.024Z] 79f01a0b03b1bfc4590bac9ca9ba51eef1791c37: digest: sha256:f5c3e4e6b3fb472ff1692948302bc579a4e0010e90bea1b4a9e3934155b8c7c6 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:37:09.330Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.25 [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:37:09.626Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.25 [2020-09-15T16:37:09.627Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-09-15T16:37:09.627Z] cde57a05b7f9: Preparing [2020-09-15T16:37:09.627Z] cb9359e1d9b2: Preparing [2020-09-15T16:37:09.627Z] 9d4889bfef57: Preparing [2020-09-15T16:37:09.627Z] cbdc9b225bf7: Preparing [2020-09-15T16:37:09.627Z] 2abf99822574: Preparing [2020-09-15T16:37:09.627Z] 6922a202b3ed: Preparing [2020-09-15T16:37:09.627Z] 6922a202b3ed: Waiting [2020-09-15T16:37:09.627Z] cbdc9b225bf7: Layer already exists [2020-09-15T16:37:09.627Z] cde57a05b7f9: Layer already exists [2020-09-15T16:37:09.627Z] cb9359e1d9b2: Layer already exists [2020-09-15T16:37:09.627Z] 9d4889bfef57: Layer already exists [2020-09-15T16:37:09.627Z] 2abf99822574: Layer already exists [2020-09-15T16:37:09.627Z] 6922a202b3ed: Layer already exists [2020-09-15T16:37:09.627Z] 1.2.2-dev.25: digest: sha256:f5c3e4e6b3fb472ff1692948302bc579a4e0010e90bea1b4a9e3934155b8c7c6 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:37:09.930Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:79f01a0b03b1bfc4590bac9ca9ba51eef1791c37-1.2.2-dev.25 [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:37:10.228Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:79f01a0b03b1bfc4590bac9ca9ba51eef1791c37-1.2.2-dev.25 [2020-09-15T16:37:10.228Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-09-15T16:37:10.228Z] cde57a05b7f9: Preparing [2020-09-15T16:37:10.228Z] cb9359e1d9b2: Preparing [2020-09-15T16:37:10.228Z] 9d4889bfef57: Preparing [2020-09-15T16:37:10.228Z] cbdc9b225bf7: Preparing [2020-09-15T16:37:10.228Z] 2abf99822574: Preparing [2020-09-15T16:37:10.228Z] 6922a202b3ed: Preparing [2020-09-15T16:37:10.228Z] 6922a202b3ed: Waiting [2020-09-15T16:37:10.228Z] 9d4889bfef57: Layer already exists [2020-09-15T16:37:10.228Z] cb9359e1d9b2: Layer already exists [2020-09-15T16:37:10.228Z] cbdc9b225bf7: Layer already exists [2020-09-15T16:37:10.228Z] 2abf99822574: Layer already exists [2020-09-15T16:37:10.228Z] cde57a05b7f9: Layer already exists [2020-09-15T16:37:10.228Z] 6922a202b3ed: Layer already exists [2020-09-15T16:37:10.228Z] 79f01a0b03b1bfc4590bac9ca9ba51eef1791c37-1.2.2-dev.25: digest: sha256:f5c3e4e6b3fb472ff1692948302bc579a4e0010e90bea1b4a9e3934155b8c7c6 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:37:10.531Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:37:10.829Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2020-09-15T16:37:10.829Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-09-15T16:37:10.829Z] cde57a05b7f9: Preparing [2020-09-15T16:37:10.829Z] cb9359e1d9b2: Preparing [2020-09-15T16:37:10.829Z] 9d4889bfef57: Preparing [2020-09-15T16:37:10.829Z] cbdc9b225bf7: Preparing [2020-09-15T16:37:10.829Z] 2abf99822574: Preparing [2020-09-15T16:37:10.829Z] 6922a202b3ed: Preparing [2020-09-15T16:37:10.829Z] 6922a202b3ed: Waiting [2020-09-15T16:37:10.829Z] cde57a05b7f9: Layer already exists [2020-09-15T16:37:10.829Z] 2abf99822574: Layer already exists [2020-09-15T16:37:10.829Z] cb9359e1d9b2: Layer already exists [2020-09-15T16:37:10.829Z] 9d4889bfef57: Layer already exists [2020-09-15T16:37:10.829Z] cbdc9b225bf7: Layer already exists [2020-09-15T16:37:10.829Z] 6922a202b3ed: Layer already exists [2020-09-15T16:37:10.829Z] master: digest: sha256:f5c3e4e6b3fb472ff1692948302bc579a4e0010e90bea1b4a9e3934155b8c7c6 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-15T16:37:11.021Z] ===================================================== [Pipeline] echo [2020-09-15T16:37:11.070Z] taggedImages: [2020-09-15T16:37:11.070Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:79f01a0b03b1bfc4590bac9ca9ba51eef1791c37 [2020-09-15T16:37:11.070Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.25 [2020-09-15T16:37:11.070Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:79f01a0b03b1bfc4590bac9ca9ba51eef1791c37-1.2.2-dev.25 [2020-09-15T16:37:11.070Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2020-09-15T16:37:11.138Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2020-09-15T16:37:11.138Z] 79f01a0b03b1bfc4590bac9ca9ba51eef1791c37 [2020-09-15T16:37:11.138Z] 1.2.2-dev.25 [2020-09-15T16:37:11.138Z] 79f01a0b03b1bfc4590bac9ca9ba51eef1791c37-1.2.2-dev.25 [2020-09-15T16:37:11.138Z] master [2020-09-15T16:37:11.138Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:37:11.620Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:79f01a0b03b1bfc4590bac9ca9ba51eef1791c37 [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:37:11.919Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:79f01a0b03b1bfc4590bac9ca9ba51eef1791c37 [2020-09-15T16:37:11.919Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-09-15T16:37:11.919Z] c433b16f2bfb: Preparing [2020-09-15T16:37:11.919Z] 5ef7455f3e03: Preparing [2020-09-15T16:37:11.919Z] 0fe81dcd3938: Preparing [2020-09-15T16:37:11.919Z] c433b16f2bfb: Pushed [2020-09-15T16:37:11.919Z] 0fe81dcd3938: Pushed [2020-09-15T16:37:13.303Z] 5ef7455f3e03: Pushed [2020-09-15T16:37:13.303Z] 79f01a0b03b1bfc4590bac9ca9ba51eef1791c37: digest: sha256:e8e71979a02967f91ecf50296676b2320eed5a2e5be626d2732b4a57562ef19f size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:37:13.606Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.25 [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:37:13.904Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.25 [2020-09-15T16:37:13.904Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-09-15T16:37:13.904Z] c433b16f2bfb: Preparing [2020-09-15T16:37:13.904Z] 5ef7455f3e03: Preparing [2020-09-15T16:37:13.904Z] 0fe81dcd3938: Preparing [2020-09-15T16:37:13.904Z] c433b16f2bfb: Layer already exists [2020-09-15T16:37:13.904Z] 5ef7455f3e03: Layer already exists [2020-09-15T16:37:13.904Z] 0fe81dcd3938: Layer already exists [2020-09-15T16:37:13.904Z] 1.2.2-dev.25: digest: sha256:e8e71979a02967f91ecf50296676b2320eed5a2e5be626d2732b4a57562ef19f size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:37:14.205Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:79f01a0b03b1bfc4590bac9ca9ba51eef1791c37-1.2.2-dev.25 [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:37:14.504Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:79f01a0b03b1bfc4590bac9ca9ba51eef1791c37-1.2.2-dev.25 [2020-09-15T16:37:14.504Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-09-15T16:37:14.504Z] c433b16f2bfb: Preparing [2020-09-15T16:37:14.504Z] 5ef7455f3e03: Preparing [2020-09-15T16:37:14.504Z] 0fe81dcd3938: Preparing [2020-09-15T16:37:14.504Z] 0fe81dcd3938: Layer already exists [2020-09-15T16:37:14.504Z] c433b16f2bfb: Layer already exists [2020-09-15T16:37:14.504Z] 5ef7455f3e03: Layer already exists [2020-09-15T16:37:14.504Z] 79f01a0b03b1bfc4590bac9ca9ba51eef1791c37-1.2.2-dev.25: digest: sha256:e8e71979a02967f91ecf50296676b2320eed5a2e5be626d2732b4a57562ef19f size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:37:14.807Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:37:15.104Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2020-09-15T16:37:15.104Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-09-15T16:37:15.104Z] c433b16f2bfb: Preparing [2020-09-15T16:37:15.104Z] 5ef7455f3e03: Preparing [2020-09-15T16:37:15.104Z] 0fe81dcd3938: Preparing [2020-09-15T16:37:15.104Z] c433b16f2bfb: Layer already exists [2020-09-15T16:37:15.104Z] 0fe81dcd3938: Layer already exists [2020-09-15T16:37:15.104Z] 5ef7455f3e03: Layer already exists [2020-09-15T16:37:15.104Z] master: digest: sha256:e8e71979a02967f91ecf50296676b2320eed5a2e5be626d2732b4a57562ef19f size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-15T16:37:15.300Z] ===================================================== [Pipeline] echo [2020-09-15T16:37:15.347Z] taggedImages: [2020-09-15T16:37:15.347Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:79f01a0b03b1bfc4590bac9ca9ba51eef1791c37 [2020-09-15T16:37:15.347Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.25 [2020-09-15T16:37:15.347Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:79f01a0b03b1bfc4590bac9ca9ba51eef1791c37-1.2.2-dev.25 [2020-09-15T16:37:15.347Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2020-09-15T16:37:15.414Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2020-09-15T16:37:15.414Z] 79f01a0b03b1bfc4590bac9ca9ba51eef1791c37 [2020-09-15T16:37:15.414Z] 1.2.2-dev.25 [2020-09-15T16:37:15.414Z] 79f01a0b03b1bfc4590bac9ca9ba51eef1791c37-1.2.2-dev.25 [2020-09-15T16:37:15.414Z] master [2020-09-15T16:37:15.414Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:37:15.996Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:79f01a0b03b1bfc4590bac9ca9ba51eef1791c37 [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:37:16.305Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:79f01a0b03b1bfc4590bac9ca9ba51eef1791c37 [2020-09-15T16:37:16.305Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-09-15T16:37:16.305Z] 1bdab02774c3: Preparing [2020-09-15T16:37:16.305Z] e85929b82160: Preparing [2020-09-15T16:37:16.305Z] 48d36a66cf47: Preparing [2020-09-15T16:37:16.305Z] eb96d185d8da: Preparing [2020-09-15T16:37:16.305Z] 3ec43e756549: Preparing [2020-09-15T16:37:16.305Z] 865aabe77267: Preparing [2020-09-15T16:37:16.305Z] d4241e9a5246: Preparing [2020-09-15T16:37:16.305Z] 8890c171a12b: Preparing [2020-09-15T16:37:16.305Z] 4ae5bd84d450: Preparing [2020-09-15T16:37:16.305Z] 723a561964c8: Preparing [2020-09-15T16:37:16.305Z] 78764725b56c: Preparing [2020-09-15T16:37:16.305Z] 51d6d3d09136: Preparing [2020-09-15T16:37:16.305Z] 1507bc794612: Preparing [2020-09-15T16:37:16.305Z] 50644c29ef5a: Preparing [2020-09-15T16:37:16.305Z] 865aabe77267: Waiting [2020-09-15T16:37:16.305Z] d4241e9a5246: Waiting [2020-09-15T16:37:16.305Z] 8890c171a12b: Waiting [2020-09-15T16:37:16.305Z] 4ae5bd84d450: Waiting [2020-09-15T16:37:16.305Z] 723a561964c8: Waiting [2020-09-15T16:37:16.305Z] 78764725b56c: Waiting [2020-09-15T16:37:16.305Z] 51d6d3d09136: Waiting [2020-09-15T16:37:16.305Z] 1507bc794612: Waiting [2020-09-15T16:37:16.305Z] 50644c29ef5a: Waiting [2020-09-15T16:37:16.567Z] 3ec43e756549: Pushed [2020-09-15T16:37:16.567Z] 1bdab02774c3: Pushed [2020-09-15T16:37:16.828Z] eb96d185d8da: Pushed [2020-09-15T16:37:16.828Z] 8890c171a12b: Layer already exists [2020-09-15T16:37:16.828Z] 4ae5bd84d450: Layer already exists [2020-09-15T16:37:16.828Z] 723a561964c8: Layer already exists [2020-09-15T16:37:16.828Z] d4241e9a5246: Pushed [2020-09-15T16:37:16.828Z] 78764725b56c: Layer already exists [2020-09-15T16:37:17.091Z] 51d6d3d09136: Layer already exists [2020-09-15T16:37:17.091Z] 50644c29ef5a: Layer already exists [2020-09-15T16:37:17.091Z] 1507bc794612: Layer already exists [2020-09-15T16:37:17.667Z] 865aabe77267: Pushed [2020-09-15T16:37:17.667Z] e85929b82160: Pushed [2020-09-15T16:37:25.817Z] 48d36a66cf47: Pushed [2020-09-15T16:37:25.817Z] 79f01a0b03b1bfc4590bac9ca9ba51eef1791c37: digest: sha256:86f73a1f1fbd93ff31acac9774deb3713337251347f58277d5c0f006ce1a08fa size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:37:26.133Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.25 [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:37:26.434Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.25 [2020-09-15T16:37:26.434Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-09-15T16:37:26.434Z] 1bdab02774c3: Preparing [2020-09-15T16:37:26.434Z] e85929b82160: Preparing [2020-09-15T16:37:26.434Z] 48d36a66cf47: Preparing [2020-09-15T16:37:26.434Z] eb96d185d8da: Preparing [2020-09-15T16:37:26.434Z] 3ec43e756549: Preparing [2020-09-15T16:37:26.434Z] 865aabe77267: Preparing [2020-09-15T16:37:26.434Z] d4241e9a5246: Preparing [2020-09-15T16:37:26.434Z] 8890c171a12b: Preparing [2020-09-15T16:37:26.434Z] 4ae5bd84d450: Preparing [2020-09-15T16:37:26.434Z] 723a561964c8: Preparing [2020-09-15T16:37:26.434Z] 78764725b56c: Preparing [2020-09-15T16:37:26.434Z] 51d6d3d09136: Preparing [2020-09-15T16:37:26.434Z] 1507bc794612: Preparing [2020-09-15T16:37:26.434Z] 50644c29ef5a: Preparing [2020-09-15T16:37:26.434Z] 8890c171a12b: Waiting [2020-09-15T16:37:26.434Z] 4ae5bd84d450: Waiting [2020-09-15T16:37:26.434Z] 723a561964c8: Waiting [2020-09-15T16:37:26.434Z] 78764725b56c: Waiting [2020-09-15T16:37:26.434Z] 51d6d3d09136: Waiting [2020-09-15T16:37:26.434Z] 1507bc794612: Waiting [2020-09-15T16:37:26.434Z] 50644c29ef5a: Waiting [2020-09-15T16:37:26.434Z] 865aabe77267: Waiting [2020-09-15T16:37:26.434Z] d4241e9a5246: Waiting [2020-09-15T16:37:26.434Z] 3ec43e756549: Layer already exists [2020-09-15T16:37:26.434Z] 1bdab02774c3: Layer already exists [2020-09-15T16:37:26.434Z] eb96d185d8da: Layer already exists [2020-09-15T16:37:26.434Z] e85929b82160: Layer already exists [2020-09-15T16:37:26.434Z] 48d36a66cf47: Layer already exists [2020-09-15T16:37:26.434Z] d4241e9a5246: Layer already exists [2020-09-15T16:37:26.434Z] 865aabe77267: Layer already exists [2020-09-15T16:37:26.434Z] 8890c171a12b: Layer already exists [2020-09-15T16:37:26.434Z] 4ae5bd84d450: Layer already exists [2020-09-15T16:37:26.434Z] 723a561964c8: Layer already exists [2020-09-15T16:37:26.434Z] 78764725b56c: Layer already exists [2020-09-15T16:37:26.434Z] 50644c29ef5a: Layer already exists [2020-09-15T16:37:26.434Z] 51d6d3d09136: Layer already exists [2020-09-15T16:37:26.434Z] 1507bc794612: Layer already exists [2020-09-15T16:37:26.434Z] 1.2.2-dev.25: digest: sha256:86f73a1f1fbd93ff31acac9774deb3713337251347f58277d5c0f006ce1a08fa size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:37:26.738Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:79f01a0b03b1bfc4590bac9ca9ba51eef1791c37-1.2.2-dev.25 [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:37:27.039Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:79f01a0b03b1bfc4590bac9ca9ba51eef1791c37-1.2.2-dev.25 [2020-09-15T16:37:27.039Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-09-15T16:37:27.039Z] 1bdab02774c3: Preparing [2020-09-15T16:37:27.039Z] e85929b82160: Preparing [2020-09-15T16:37:27.039Z] 48d36a66cf47: Preparing [2020-09-15T16:37:27.039Z] eb96d185d8da: Preparing [2020-09-15T16:37:27.039Z] 3ec43e756549: Preparing [2020-09-15T16:37:27.039Z] 865aabe77267: Preparing [2020-09-15T16:37:27.039Z] d4241e9a5246: Preparing [2020-09-15T16:37:27.039Z] 8890c171a12b: Preparing [2020-09-15T16:37:27.039Z] 4ae5bd84d450: Preparing [2020-09-15T16:37:27.039Z] 723a561964c8: Preparing [2020-09-15T16:37:27.039Z] 78764725b56c: Preparing [2020-09-15T16:37:27.039Z] 51d6d3d09136: Preparing [2020-09-15T16:37:27.039Z] 1507bc794612: Preparing [2020-09-15T16:37:27.039Z] 50644c29ef5a: Preparing [2020-09-15T16:37:27.039Z] d4241e9a5246: Waiting [2020-09-15T16:37:27.039Z] 8890c171a12b: Waiting [2020-09-15T16:37:27.039Z] 865aabe77267: Waiting [2020-09-15T16:37:27.039Z] 4ae5bd84d450: Waiting [2020-09-15T16:37:27.039Z] 51d6d3d09136: Waiting [2020-09-15T16:37:27.039Z] 1507bc794612: Waiting [2020-09-15T16:37:27.039Z] 50644c29ef5a: Waiting [2020-09-15T16:37:27.039Z] 723a561964c8: Waiting [2020-09-15T16:37:27.039Z] 78764725b56c: Waiting [2020-09-15T16:37:27.039Z] 1bdab02774c3: Layer already exists [2020-09-15T16:37:27.039Z] 3ec43e756549: Layer already exists [2020-09-15T16:37:27.039Z] eb96d185d8da: Layer already exists [2020-09-15T16:37:27.039Z] 48d36a66cf47: Layer already exists [2020-09-15T16:37:27.039Z] e85929b82160: Layer already exists [2020-09-15T16:37:27.039Z] d4241e9a5246: Layer already exists [2020-09-15T16:37:27.039Z] 865aabe77267: Layer already exists [2020-09-15T16:37:27.039Z] 4ae5bd84d450: Layer already exists [2020-09-15T16:37:27.039Z] 8890c171a12b: Layer already exists [2020-09-15T16:37:27.039Z] 723a561964c8: Layer already exists [2020-09-15T16:37:27.039Z] 78764725b56c: Layer already exists [2020-09-15T16:37:27.039Z] 51d6d3d09136: Layer already exists [2020-09-15T16:37:27.039Z] 50644c29ef5a: Layer already exists [2020-09-15T16:37:27.039Z] 1507bc794612: Layer already exists [2020-09-15T16:37:27.039Z] 79f01a0b03b1bfc4590bac9ca9ba51eef1791c37-1.2.2-dev.25: digest: sha256:86f73a1f1fbd93ff31acac9774deb3713337251347f58277d5c0f006ce1a08fa size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:37:27.345Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:37:27.646Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2020-09-15T16:37:27.646Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-09-15T16:37:27.646Z] 1bdab02774c3: Preparing [2020-09-15T16:37:27.646Z] e85929b82160: Preparing [2020-09-15T16:37:27.646Z] 48d36a66cf47: Preparing [2020-09-15T16:37:27.646Z] eb96d185d8da: Preparing [2020-09-15T16:37:27.646Z] 3ec43e756549: Preparing [2020-09-15T16:37:27.646Z] 865aabe77267: Preparing [2020-09-15T16:37:27.646Z] d4241e9a5246: Preparing [2020-09-15T16:37:27.646Z] 8890c171a12b: Preparing [2020-09-15T16:37:27.646Z] 4ae5bd84d450: Preparing [2020-09-15T16:37:27.646Z] 723a561964c8: Preparing [2020-09-15T16:37:27.646Z] 78764725b56c: Preparing [2020-09-15T16:37:27.646Z] 51d6d3d09136: Preparing [2020-09-15T16:37:27.646Z] 1507bc794612: Preparing [2020-09-15T16:37:27.646Z] 50644c29ef5a: Preparing [2020-09-15T16:37:27.646Z] 865aabe77267: Waiting [2020-09-15T16:37:27.646Z] d4241e9a5246: Waiting [2020-09-15T16:37:27.646Z] 8890c171a12b: Waiting [2020-09-15T16:37:27.646Z] 4ae5bd84d450: Waiting [2020-09-15T16:37:27.646Z] 723a561964c8: Waiting [2020-09-15T16:37:27.646Z] 78764725b56c: Waiting [2020-09-15T16:37:27.646Z] 50644c29ef5a: Waiting [2020-09-15T16:37:27.646Z] 51d6d3d09136: Waiting [2020-09-15T16:37:27.646Z] 1507bc794612: Waiting [2020-09-15T16:37:27.646Z] 1bdab02774c3: Layer already exists [2020-09-15T16:37:27.646Z] e85929b82160: Layer already exists [2020-09-15T16:37:27.646Z] 3ec43e756549: Layer already exists [2020-09-15T16:37:27.646Z] eb96d185d8da: Layer already exists [2020-09-15T16:37:27.646Z] 48d36a66cf47: Layer already exists [2020-09-15T16:37:27.646Z] 865aabe77267: Layer already exists [2020-09-15T16:37:27.646Z] 4ae5bd84d450: Layer already exists [2020-09-15T16:37:27.646Z] 723a561964c8: Layer already exists [2020-09-15T16:37:27.646Z] 8890c171a12b: Layer already exists [2020-09-15T16:37:27.646Z] d4241e9a5246: Layer already exists [2020-09-15T16:37:27.646Z] 51d6d3d09136: Layer already exists [2020-09-15T16:37:27.646Z] 78764725b56c: Layer already exists [2020-09-15T16:37:27.646Z] 50644c29ef5a: Layer already exists [2020-09-15T16:37:27.646Z] 1507bc794612: Layer already exists [2020-09-15T16:37:27.646Z] master: digest: sha256:86f73a1f1fbd93ff31acac9774deb3713337251347f58277d5c0f006ce1a08fa size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-15T16:37:27.865Z] ===================================================== [Pipeline] echo [2020-09-15T16:37:27.913Z] taggedImages: [2020-09-15T16:37:27.913Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:79f01a0b03b1bfc4590bac9ca9ba51eef1791c37 [2020-09-15T16:37:27.913Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.25 [2020-09-15T16:37:27.913Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:79f01a0b03b1bfc4590bac9ca9ba51eef1791c37-1.2.2-dev.25 [2020-09-15T16:37:27.913Z] - 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-09-15T16:37:30.841Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-15T16:37:30.841Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-09-15T16:37:30.841Z] ---> c5d066870282 [2020-09-15T16:37:30.841Z] Step 3/27 : WORKDIR /edgex-go [2020-09-15T16:37:30.841Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-15T16:37:30.841Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-09-15T16:37:30.841Z] ---> c5d066870282 [2020-09-15T16:37:30.841Z] Step 3/21 : WORKDIR /edgex-go [2020-09-15T16:37:30.841Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-15T16:37:30.841Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-09-15T16:37:30.841Z] ---> c5d066870282 [2020-09-15T16:37:30.841Z] Step 3/24 : WORKDIR /edgex-go [2020-09-15T16:37:30.841Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-15T16:37:30.841Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-09-15T16:37:30.841Z] ---> c5d066870282 [2020-09-15T16:37:30.841Z] Step 3/26 : WORKDIR /edgex-go [2020-09-15T16:37:30.841Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-15T16:37:30.841Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-09-15T16:37:30.841Z] ---> c5d066870282 [2020-09-15T16:37:30.841Z] Step 3/23 : WORKDIR /edgex-go [2020-09-15T16:37:30.841Z] ---> Running in debd96c8e1f7 [2020-09-15T16:37:30.841Z] ---> Running in 8ba3fe9100b6 [2020-09-15T16:37:30.841Z] ---> Running in 7af9351499e6 [2020-09-15T16:37:30.841Z] ---> Running in bcc8f1334470 [2020-09-15T16:37:30.841Z] ---> Running in 32c7f2263e5d [2020-09-15T16:37:30.841Z] Removing intermediate container bcc8f1334470 [2020-09-15T16:37:30.841Z] ---> 4590a0072258 [2020-09-15T16:37:30.841Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-15T16:37:30.841Z] Removing intermediate container 7af9351499e6 [2020-09-15T16:37:30.841Z] ---> 893e4a7e61e2 [2020-09-15T16:37:30.841Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-15T16:37:30.841Z] Removing intermediate container debd96c8e1f7 [2020-09-15T16:37:30.841Z] ---> 84e310e962a9 [2020-09-15T16:37:30.841Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-15T16:37:30.841Z] Removing intermediate container 32c7f2263e5d [2020-09-15T16:37:30.841Z] ---> 038564968585 [2020-09-15T16:37:30.841Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-15T16:37:30.841Z] Removing intermediate container 8ba3fe9100b6 [2020-09-15T16:37:30.841Z] ---> e9160c586483 [2020-09-15T16:37:30.841Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-15T16:37:30.841Z] ---> Running in c112d96d5aa5 [2020-09-15T16:37:30.841Z] ---> Running in 8a560ea1fc25 [2020-09-15T16:37:30.841Z] ---> Running in f89e08344dfa [2020-09-15T16:37:30.841Z] ---> Running in 926e49ae8541 [2020-09-15T16:37:30.841Z] ---> Running in ff3ccd250ad0 [2020-09-15T16:37:30.841Z] Removing intermediate container 8a560ea1fc25 [2020-09-15T16:37:30.841Z] ---> 998549af2849 [2020-09-15T16:37:30.841Z] Step 5/26 : RUN apk update && apk add make git [2020-09-15T16:37:30.841Z] Removing intermediate container c112d96d5aa5 [2020-09-15T16:37:30.841Z] ---> 5bdb472a9f78 [2020-09-15T16:37:30.841Z] Step 5/27 : RUN apk update && apk add make bash git [2020-09-15T16:37:30.841Z] ---> Running in 1687d8f889e6 [2020-09-15T16:37:30.841Z] ---> Running in 1ba668e6c399 [2020-09-15T16:37:30.841Z] Removing intermediate container 926e49ae8541 [2020-09-15T16:37:30.841Z] ---> ec4aa631c507 [2020-09-15T16:37:30.841Z] Step 5/21 : RUN apk update && apk add make git [2020-09-15T16:37:30.841Z] ---> Running in 7b0e77f823e3 [2020-09-15T16:37:30.841Z] Removing intermediate container f89e08344dfa [2020-09-15T16:37:30.841Z] ---> 520cfb5d48d3 [2020-09-15T16:37:30.841Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-09-15T16:37:30.841Z] Removing intermediate container ff3ccd250ad0 [2020-09-15T16:37:30.841Z] ---> f611888a4b37 [2020-09-15T16:37:30.841Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-09-15T16:37:30.841Z] ---> Running in aa85e541f302 [2020-09-15T16:37:30.841Z] ---> Running in fc09812e06da [2020-09-15T16:37:30.841Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-15T16:37:30.841Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-15T16:37:30.841Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-15T16:37:30.841Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-15T16:37:30.841Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-15T16:37:30.841Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-15T16:37:30.841Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-15T16:37:30.841Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-15T16:37:30.841Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-15T16:37:30.841Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-15T16:37:30.841Z] v3.12.0-320-g7ac7f0b0a6 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-15T16:37:30.841Z] v3.12.0-324-g4b4c2fd71c [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-15T16:37:30.841Z] OK: 12619 distinct packages available [2020-09-15T16:37:30.841Z] v3.12.0-320-g7ac7f0b0a6 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-15T16:37:30.841Z] v3.12.0-324-g4b4c2fd71c [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-15T16:37:30.841Z] OK: 12619 distinct packages available [2020-09-15T16:37:30.841Z] v3.12.0-320-g7ac7f0b0a6 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-15T16:37:30.841Z] v3.12.0-324-g4b4c2fd71c [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-15T16:37:30.841Z] OK: 12619 distinct packages available [2020-09-15T16:37:31.119Z] OK: 217 MiB in 51 packages [2020-09-15T16:37:31.119Z] OK: 217 MiB in 51 packages [2020-09-15T16:37:31.119Z] v3.12.0-320-g7ac7f0b0a6 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-15T16:37:31.119Z] v3.12.0-324-g4b4c2fd71c [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-15T16:37:31.119Z] OK: 12619 distinct packages available [2020-09-15T16:37:31.398Z] v3.12.0-320-g7ac7f0b0a6 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-15T16:37:31.398Z] v3.12.0-324-g4b4c2fd71c [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-15T16:37:31.398Z] OK: 12619 distinct packages available [2020-09-15T16:37:32.040Z] OK: 217 MiB in 51 packages [2020-09-15T16:37:32.040Z] OK: 217 MiB in 51 packages [2020-09-15T16:37:32.319Z] OK: 217 MiB in 51 packages [2020-09-15T16:37:33.766Z] Removing intermediate container 1687d8f889e6 [2020-09-15T16:37:33.766Z] ---> ed679922c124 [2020-09-15T16:37:33.766Z] Step 6/26 : COPY go.mod . [2020-09-15T16:37:33.766Z] Removing intermediate container 1ba668e6c399 [2020-09-15T16:37:33.766Z] ---> eaa25a1b76fc [2020-09-15T16:37:33.766Z] Step 6/27 : COPY go.mod . [2020-09-15T16:37:33.766Z] Removing intermediate container fc09812e06da [2020-09-15T16:37:33.766Z] ---> 85365c4dfda7 [2020-09-15T16:37:33.766Z] Step 6/23 : COPY go.mod .Removing intermediate container 7b0e77f823e3 [2020-09-15T16:37:33.766Z] [2020-09-15T16:37:33.766Z] ---> f05103e9eecd [2020-09-15T16:37:33.766Z] Step 6/21 : COPY go.mod . [2020-09-15T16:37:34.060Z] Removing intermediate container aa85e541f302 [2020-09-15T16:37:34.060Z] ---> c53f98ece361 [2020-09-15T16:37:34.060Z] Step 6/24 : COPY go.mod . [2020-09-15T16:37:34.661Z] ---> d537a510b37e [2020-09-15T16:37:34.661Z] Step 7/26 : RUN go mod download [2020-09-15T16:37:34.661Z] ---> Running in 002dd92bb5ff [2020-09-15T16:37:34.661Z] ---> 5aca2a7352da [2020-09-15T16:37:34.661Z] Step 7/27 : RUN go mod download [2020-09-15T16:37:34.941Z] ---> 90825ce94a92 [2020-09-15T16:37:34.941Z] Step 7/21 : RUN go mod download [2020-09-15T16:37:34.941Z] ---> 737c4f37b399 [2020-09-15T16:37:34.941Z] Step 7/23 : RUN go mod download [2020-09-15T16:37:34.941Z] ---> Running in a61a9c9c53bb [2020-09-15T16:37:35.214Z] ---> Running in 2e0c334554be [2020-09-15T16:37:35.214Z] ---> a7b33cbfd864 [2020-09-15T16:37:35.214Z] Step 7/24 : RUN go mod download [2020-09-15T16:37:35.214Z] ---> Running in 8b95fe0a66bb [2020-09-15T16:37:35.490Z] ---> Running in b0bdfdd8f560 [2020-09-15T16:37:39.819Z] Removing intermediate container 002dd92bb5ff [2020-09-15T16:37:39.819Z] ---> c33accdc356b [2020-09-15T16:37:39.819Z] Step 8/26 : COPY . . [2020-09-15T16:37:40.911Z] Removing intermediate container a61a9c9c53bb [2020-09-15T16:37:40.911Z] ---> 652a85c1dea9 [2020-09-15T16:37:40.911Z] Step 8/27 : COPY . . [2020-09-15T16:37:41.888Z] Removing intermediate container 2e0c334554be [2020-09-15T16:37:41.888Z] ---> ec7f4b5754e8 [2020-09-15T16:37:41.888Z] Step 8/23 : COPY . . [2020-09-15T16:37:42.863Z] Removing intermediate container b0bdfdd8f560 [2020-09-15T16:37:42.863Z] ---> 2a46e86379be [2020-09-15T16:37:42.863Z] Step 8/24 : COPY . . [2020-09-15T16:37:44.294Z] Removing intermediate container 8b95fe0a66bb [2020-09-15T16:37:44.294Z] ---> b9d3ca1946b2 [2020-09-15T16:37:44.294Z] Step 8/21 : COPY . . [2020-09-15T16:38:02.631Z] ---> 03032d0912a8 [2020-09-15T16:38:02.631Z] 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-09-15T16:38:02.631Z] ---> d389ab58ad3a [2020-09-15T16:38:02.631Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-09-15T16:38:02.631Z] ---> cc8d866aefa2 [2020-09-15T16:38:02.631Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-09-15T16:38:02.631Z] ---> Running in 5b3988ebc3dc [2020-09-15T16:38:02.631Z] ---> 70872823b6a0 [2020-09-15T16:38:02.631Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-09-15T16:38:02.631Z] ---> Running in eca1a5cab071 [2020-09-15T16:38:02.631Z] ---> a976741bc4d4 [2020-09-15T16:38:02.631Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-09-15T16:38:02.631Z] ---> Running in 9d75edb6b5ee [2020-09-15T16:38:02.631Z] ---> Running in 200198b4de52 [2020-09-15T16:38:02.631Z] ---> Running in f6f8e2f4d468 [2020-09-15T16:38:04.632Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.25" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-09-15T16:38:04.632Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.25" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-09-15T16:38:04.908Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.25" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-09-15T16:38:05.187Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.25" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-09-15T16:38:05.187Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.25" -o cmd/core-data/core-data ./cmd/core-data [2020-09-15T16:39:27.027Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.25" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-09-15T16:39:33.767Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.25" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-09-15T16:39:35.215Z] Removing intermediate container 5b3988ebc3dc [2020-09-15T16:39:35.215Z] ---> 91c0e3b7a9c2 [2020-09-15T16:39:35.215Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-09-15T16:39:35.215Z] ---> Running in d6262b175f53 [2020-09-15T16:39:37.864Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.25" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-09-15T16:39:44.588Z] Removing intermediate container d6262b175f53 [2020-09-15T16:39:44.588Z] ---> 8ad14a0a69ea [2020-09-15T16:39:44.588Z] [2020-09-15T16:39:44.588Z] Step 11/27 : FROM docker:latest [2020-09-15T16:39:44.588Z] ---> ce9d55ae87f1 [2020-09-15T16:39:44.588Z] Step 12/27 : RUN apk add --no-cache bash [2020-09-15T16:39:44.884Z] ---> Running in 9a69eb4adccf [2020-09-15T16:39:46.868Z] Removing intermediate container eca1a5cab071 [2020-09-15T16:39:46.868Z] ---> 7b3ade15e49c [2020-09-15T16:39:46.868Z] [2020-09-15T16:39:46.868Z] Step 10/26 : FROM alpine:3.10 [2020-09-15T16:39:47.143Z] 3.10: Pulling from library/alpine [2020-09-15T16:39:47.418Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-15T16:39:47.693Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-15T16:39:48.292Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-09-15T16:39:48.571Z] Status: Downloaded newer image for alpine:3.10 [2020-09-15T16:39:48.572Z] ---> 536a684cf733 [2020-09-15T16:39:48.572Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-09-15T16:39:48.572Z] (1/2) Installing readline (8.0.4-r0) [2020-09-15T16:39:48.572Z] (2/2) Installing bash (5.0.17-r0) [2020-09-15T16:39:48.572Z] Executing bash-5.0.17-r0.post-install [2020-09-15T16:39:48.572Z] Executing busybox-1.31.1-r16.trigger [2020-09-15T16:39:48.572Z] OK: 12 MiB in 22 packages [2020-09-15T16:39:48.844Z] ---> Running in ecf034d8f8b6 [2020-09-15T16:39:50.836Z] Removing intermediate container 9a69eb4adccf [2020-09-15T16:39:50.836Z] ---> 4633980a15cf [2020-09-15T16:39:50.836Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-09-15T16:39:50.836Z] ---> Running in 35dcc9641597 [2020-09-15T16:39:51.819Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-09-15T16:39:51.819Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-09-15T16:39:52.429Z] v3.10.5-86-g877a2f9d6c [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-09-15T16:39:52.429Z] v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-09-15T16:39:52.429Z] OK: 10167 distinct packages available [2020-09-15T16:39:53.031Z] (1/5) Installing ca-certificates (20191127-r2) [2020-09-15T16:39:53.031Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-09-15T16:39:53.031Z] (3/5) Installing libcurl (7.66.0-r0) [2020-09-15T16:39:53.308Z] (4/5) Installing curl (7.66.0-r0) [2020-09-15T16:39:53.308Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-09-15T16:39:53.308Z] Executing busybox-1.30.1-r3.trigger [2020-09-15T16:39:53.308Z] Executing ca-certificates-20191127-r2.trigger [2020-09-15T16:39:53.585Z] OK: 7 MiB in 19 packages [2020-09-15T16:39:55.588Z] Removing intermediate container 35dcc9641597 [2020-09-15T16:39:55.588Z] ---> 7137db2e0399 [2020-09-15T16:39:55.588Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-09-15T16:39:55.588Z] ---> Running in 1c6c864a9168 [2020-09-15T16:39:57.581Z] Removing intermediate container 1c6c864a9168 [2020-09-15T16:39:57.581Z] ---> fe256817fac7 [2020-09-15T16:39:57.581Z] Step 15/27 : ENV APP_PORT=48090 [2020-09-15T16:39:57.581Z] Removing intermediate container ecf034d8f8b6 [2020-09-15T16:39:57.581Z] ---> 1b1f4b497dcb [2020-09-15T16:39:57.581Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-09-15T16:39:57.581Z] ---> Running in a4c17483d2d7 [2020-09-15T16:39:57.856Z] ---> Running in 7a4059ab34d1 [2020-09-15T16:39:59.333Z] Removing intermediate container 7a4059ab34d1 [2020-09-15T16:39:59.333Z] ---> db910357a3aa [2020-09-15T16:39:59.333Z] Step 13/26 : WORKDIR / [2020-09-15T16:39:59.333Z] Removing intermediate container a4c17483d2d7 [2020-09-15T16:39:59.333Z] ---> 0ca3e838625f [2020-09-15T16:39:59.333Z] Step 16/27 : EXPOSE $APP_PORT [2020-09-15T16:39:59.612Z] ---> Running in e6e2f1bd2d3d [2020-09-15T16:39:59.612Z] ---> Running in 8a16beaace2c [2020-09-15T16:40:00.593Z] Removing intermediate container e6e2f1bd2d3d [2020-09-15T16:40:00.593Z] ---> 9d61603e72cc [2020-09-15T16:40:00.593Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-09-15T16:40:01.187Z] Removing intermediate container 8a16beaace2c [2020-09-15T16:40:01.187Z] ---> 3d4939633a40 [2020-09-15T16:40:01.187Z] 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-09-15T16:40:01.786Z] Removing intermediate container f6f8e2f4d468 [2020-09-15T16:40:01.786Z] ---> 34cbed8a2725 [2020-09-15T16:40:01.786Z] [2020-09-15T16:40:01.786Z] Step 10/21 : FROM scratch [2020-09-15T16:40:01.786Z] ---> [2020-09-15T16:40:01.786Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-09-15T16:40:01.786Z] Removing intermediate container 200198b4de52 [2020-09-15T16:40:01.786Z] ---> f7d2fd9acb50 [2020-09-15T16:40:01.786Z] [2020-09-15T16:40:01.786Z] Step 10/24 : FROM scratch [2020-09-15T16:40:01.786Z] ---> [2020-09-15T16:40:01.786Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-09-15T16:40:02.061Z] ---> Running in a43cf364db35 [2020-09-15T16:40:02.061Z] ---> Running in 620a041ac4e5 [2020-09-15T16:40:02.348Z] ---> 1672dccf5ca5 [2020-09-15T16:40:02.348Z] 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-09-15T16:40:02.348Z] ---> c4b3cafd3d7d [2020-09-15T16:40:02.348Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-09-15T16:40:02.625Z] Removing intermediate container a43cf364db35 [2020-09-15T16:40:02.625Z] ---> 0b0d43313191 [2020-09-15T16:40:02.625Z] Step 12/21 : ENV APP_PORT=48085 [2020-09-15T16:40:02.905Z] Removing intermediate container 620a041ac4e5 [2020-09-15T16:40:02.905Z] ---> ee07ca51ffb7 [2020-09-15T16:40:02.905Z] Step 12/24 : ENV APP_PORT=48060 [2020-09-15T16:40:02.905Z] ---> Running in 702aca315c76 [2020-09-15T16:40:02.905Z] ---> Running in 8d0789e9f82a [2020-09-15T16:40:03.507Z] Removing intermediate container 702aca315c76 [2020-09-15T16:40:03.507Z] ---> 38df4be23bb8 [2020-09-15T16:40:03.507Z] Step 13/21 : EXPOSE $APP_PORT [2020-09-15T16:40:03.793Z] ---> Running in 5c3e2014ff76 [2020-09-15T16:40:03.793Z] Removing intermediate container 8d0789e9f82a [2020-09-15T16:40:03.793Z] ---> 948b5760ab38 [2020-09-15T16:40:03.793Z] Step 13/24 : EXPOSE $APP_PORT [2020-09-15T16:40:03.793Z] ---> 0059b6c65fc4 [2020-09-15T16:40:03.793Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-09-15T16:40:03.793Z] ---> ec4e2a6bd736 [2020-09-15T16:40:03.793Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-09-15T16:40:03.793Z] ---> Running in cc2a4a3a7003 [2020-09-15T16:40:04.389Z] Removing intermediate container 5c3e2014ff76 [2020-09-15T16:40:04.389Z] ---> e872759694a0 [2020-09-15T16:40:04.389Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-09-15T16:40:04.389Z] Removing intermediate container cc2a4a3a7003 [2020-09-15T16:40:04.389Z] ---> 4dbe1cc84ac0 [2020-09-15T16:40:04.389Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-09-15T16:40:04.987Z] ---> be2e674d4785 [2020-09-15T16:40:04.987Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-09-15T16:40:04.987Z] ---> ebbc778ae8c4 [2020-09-15T16:40:04.987Z] Step 20/27 : RUN apk --no-cache add py-pip [2020-09-15T16:40:05.591Z] ---> a5ee097dc85f [2020-09-15T16:40:05.591Z] ---> Running in be0756597300 [2020-09-15T16:40:05.591Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-09-15T16:40:05.591Z] ---> 7abca58f65c8 [2020-09-15T16:40:05.591Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-09-15T16:40:05.872Z] ---> 6ba80d9f3b02 [2020-09-15T16:40:05.872Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-09-15T16:40:07.860Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-15T16:40:07.860Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-15T16:40:08.172Z] ---> d0a344806096 [2020-09-15T16:40:08.172Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-09-15T16:40:08.172Z] ---> cc47a9313e95 [2020-09-15T16:40:08.172Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-09-15T16:40:08.172Z] ---> 76740b57fea1 [2020-09-15T16:40:08.172Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-09-15T16:40:08.452Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-09-15T16:40:08.452Z] (2/33) Installing expat (2.2.9-r1) [2020-09-15T16:40:08.452Z] (3/33) Installing libffi (3.3-r2) [2020-09-15T16:40:08.452Z] (4/33) Installing gdbm (1.13-r1) [2020-09-15T16:40:08.452Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-09-15T16:40:08.452Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-09-15T16:40:08.452Z] (7/33) Installing python3 (3.8.5-r0) [2020-09-15T16:40:10.458Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-09-15T16:40:10.458Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-09-15T16:40:10.458Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-09-15T16:40:10.458Z] (11/33) Installing py3-six (1.15.0-r0) [2020-09-15T16:40:10.458Z] (12/33) Installing py3-packaging (20.4-r0) [2020-09-15T16:40:10.458Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-09-15T16:40:10.734Z] ---> ba3f66cc6ecb [2020-09-15T16:40:10.734Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-09-15T16:40:10.734Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-09-15T16:40:10.734Z] (15/33) Installing py3-idna (2.9-r0) [2020-09-15T16:40:10.734Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-09-15T16:40:10.734Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-09-15T16:40:10.734Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-09-15T16:40:10.734Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-09-15T16:40:11.019Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-09-15T16:40:11.019Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-09-15T16:40:11.019Z] ---> 50ec8ced163b [2020-09-15T16:40:11.019Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-09-15T16:40:11.019Z] ---> e02a02d12bc1 [2020-09-15T16:40:11.019Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-09-15T16:40:11.019Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-09-15T16:40:11.019Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-09-15T16:40:11.019Z] ---> Running in db03e3ae7a28 [2020-09-15T16:40:11.019Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-09-15T16:40:11.019Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-09-15T16:40:11.019Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-09-15T16:40:11.300Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-09-15T16:40:11.300Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-09-15T16:40:11.300Z] (29/33) Installing py3-progress (1.5-r0) [2020-09-15T16:40:11.300Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-09-15T16:40:11.300Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-09-15T16:40:11.300Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-09-15T16:40:11.300Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-09-15T16:40:11.578Z] Executing busybox-1.31.1-r16.trigger [2020-09-15T16:40:11.578Z] OK: 71 MiB in 55 packages [2020-09-15T16:40:11.913Z] Removing intermediate container db03e3ae7a28 [2020-09-15T16:40:11.913Z] ---> cbfb71c62409 [2020-09-15T16:40:11.913Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-15T16:40:12.220Z] ---> 550489f6588d [2020-09-15T16:40:12.220Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-09-15T16:40:12.220Z] ---> Running in fd875c2cd88e [2020-09-15T16:40:12.839Z] ---> 6535ac8008b1 [2020-09-15T16:40:12.839Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-09-15T16:40:12.839Z] Removing intermediate container fd875c2cd88e [2020-09-15T16:40:12.839Z] ---> 99fae95d1860 [2020-09-15T16:40:12.839Z] Step 19/21 : LABEL arch=arm64 [2020-09-15T16:40:13.442Z] ---> Running in 2a01e5e6e165 [2020-09-15T16:40:14.046Z] ---> 0958d9f22434 [2020-09-15T16:40:14.046Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-09-15T16:40:14.046Z] Removing intermediate container 2a01e5e6e165 [2020-09-15T16:40:14.046Z] ---> 5107c6daee2c [2020-09-15T16:40:14.046Z] Step 20/21 : LABEL git_sha=79f01a0b03b1bfc4590bac9ca9ba51eef1791c37 [2020-09-15T16:40:14.321Z] ---> 88dc1ed44c38 [2020-09-15T16:40:14.321Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-09-15T16:40:14.321Z] ---> Running in 7bf252bdf465 [2020-09-15T16:40:14.592Z] ---> Running in 94eb516061bd [2020-09-15T16:40:15.575Z] Removing intermediate container 94eb516061bd [2020-09-15T16:40:15.575Z] ---> 2d8fed9092bf [2020-09-15T16:40:15.575Z] Step 21/21 : LABEL version=1.2.2-dev.25 [2020-09-15T16:40:15.855Z] ---> badf4b1f671a [2020-09-15T16:40:15.855Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-09-15T16:40:15.855Z] ---> Running in 91f285d4ce44 [2020-09-15T16:40:15.855Z] ---> Running in 4ecba65f82a1 [2020-09-15T16:40:16.454Z] Removing intermediate container 91f285d4ce44 [2020-09-15T16:40:16.454Z] ---> 44ff3d4780cb [2020-09-15T16:40:16.454Z] [2020-09-15T16:40:16.743Z] Removing intermediate container 4ecba65f82a1 [2020-09-15T16:40:16.743Z] ---> 5cd4f56c16c6 [2020-09-15T16:40:16.743Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-15T16:40:17.024Z] Successfully built 44ff3d4780cb [2020-09-15T16:40:17.297Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-09-15T16:40:17.297Z] Building docker-security-secrets-setup-go [2020-09-15T16:40:17.297Z]  Building docker-support-scheduler-go ... done  ---> Running in 431dcd1de3f0 [2020-09-15T16:40:18.751Z] Removing intermediate container 431dcd1de3f0 [2020-09-15T16:40:18.751Z] ---> 462fe188b480 [2020-09-15T16:40:18.751Z] Step 22/24 : LABEL arch=arm64 [2020-09-15T16:40:18.751Z] Removing intermediate container 7bf252bdf465 [2020-09-15T16:40:18.751Z] ---> 1c99bc7cfd15 [2020-09-15T16:40:18.751Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-09-15T16:40:20.736Z] ---> Running in 74d1d2297bf4 [2020-09-15T16:40:20.736Z] ---> Running in 35567f4a6a8e [2020-09-15T16:40:21.009Z] Removing intermediate container 9d75edb6b5ee [2020-09-15T16:40:21.009Z] ---> 27f19736d89b [2020-09-15T16:40:21.009Z] [2020-09-15T16:40:21.009Z] Step 10/23 : FROM alpine [2020-09-15T16:40:21.281Z] latest: Pulling from library/alpine [2020-09-15T16:40:21.555Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-09-15T16:40:21.826Z] Removing intermediate container 74d1d2297bf4 [2020-09-15T16:40:21.826Z] ---> 5f329baccd4a [2020-09-15T16:40:21.826Z] Step 24/26 : LABEL arch=arm64 [2020-09-15T16:40:21.826Z] Removing intermediate container 35567f4a6a8e [2020-09-15T16:40:21.826Z] ---> 0261615cc4a2 [2020-09-15T16:40:21.826Z] Status: Downloaded newer image for alpine:latest [2020-09-15T16:40:21.826Z] ---> 62ee0e9f8440 [2020-09-15T16:40:21.826Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-09-15T16:40:21.826Z] Step 23/24 : LABEL git_sha=79f01a0b03b1bfc4590bac9ca9ba51eef1791c37 [2020-09-15T16:40:21.826Z] Removing intermediate container be0756597300 [2020-09-15T16:40:21.826Z] ---> c434a1812f42 [2020-09-15T16:40:21.826Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-09-15T16:40:22.540Z] ---> Running in 37c4522697d8 [2020-09-15T16:40:22.540Z] ---> Running in cf73c9d21268 [2020-09-15T16:40:22.540Z] ---> Running in 0a47e790e2a3 [2020-09-15T16:40:22.540Z] ---> Running in da3bd68796a9 [2020-09-15T16:40:23.671Z] Removing intermediate container da3bd68796a9 [2020-09-15T16:40:23.671Z] ---> 70b2ca6da539 [2020-09-15T16:40:23.671Z] Step 12/23 : ENV APP_PORT=48080 [2020-09-15T16:40:23.671Z] Removing intermediate container 37c4522697d8 [2020-09-15T16:40:23.671Z] ---> 168fd22c8fe0 [2020-09-15T16:40:23.671Z] Step 24/24 : LABEL version=1.2.2-dev.25 [2020-09-15T16:40:23.951Z] Removing intermediate container cf73c9d21268 [2020-09-15T16:40:23.951Z] ---> 82865662ca01 [2020-09-15T16:40:23.951Z] Step 25/26 : LABEL git_sha=79f01a0b03b1bfc4590bac9ca9ba51eef1791c37 [2020-09-15T16:40:23.951Z] ---> Running in c18d926a7fd8 [2020-09-15T16:40:23.951Z] ---> Running in 8c92d77225ff [2020-09-15T16:40:24.250Z] ---> Running in 28a3873a266e [2020-09-15T16:40:24.875Z] Removing intermediate container 8c92d77225ff [2020-09-15T16:40:24.875Z] ---> fd50ff78c9bb [2020-09-15T16:40:24.875Z] Step 13/23 : EXPOSE $APP_PORT [2020-09-15T16:40:25.153Z] ---> Running in c25a499ccc7b [2020-09-15T16:40:25.482Z] Removing intermediate container c18d926a7fd8 [2020-09-15T16:40:25.482Z] ---> c7c2fddabcf3 [2020-09-15T16:40:25.482Z] [2020-09-15T16:40:25.482Z] Removing intermediate container 28a3873a266e [2020-09-15T16:40:25.482Z] ---> 12abb9b370cc [2020-09-15T16:40:25.482Z] Step 26/26 : LABEL version=1.2.2-dev.25 [2020-09-15T16:40:26.091Z] ---> Running in a5aa692b006e [2020-09-15T16:40:26.091Z] Successfully built c7c2fddabcf3 [2020-09-15T16:40:26.091Z] Removing intermediate container c25a499ccc7b [2020-09-15T16:40:26.091Z] ---> 60e5e19b96c2 [2020-09-15T16:40:26.091Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-15T16:40:26.368Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-09-15T16:40:26.368Z] Building docker-security-proxy-setup-go [2020-09-15T16:40:26.641Z]  Building docker-support-notifications-go ... done  ---> Running in 2da590b89794 [2020-09-15T16:40:26.919Z] Removing intermediate container a5aa692b006e [2020-09-15T16:40:26.919Z] ---> 81daebd5dc8d [2020-09-15T16:40:26.919Z] [2020-09-15T16:40:27.194Z] Successfully built 81daebd5dc8d [2020-09-15T16:40:27.194Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-09-15T16:40:27.194Z] Building docker-core-command-go [2020-09-15T16:40:29.827Z]  Building docker-security-secretstore-setup-go ... done Collecting docker-compose==1.23.2 [2020-09-15T16:40:29.828Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-09-15T16:40:30.818Z] Collecting docopt<0.7,>=0.6.1 [2020-09-15T16:40:30.818Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-09-15T16:40:31.111Z] Removing intermediate container 2da590b89794 [2020-09-15T16:40:31.111Z] ---> adef6fdca3e7 [2020-09-15T16:40:31.111Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-09-15T16:40:31.711Z] ---> Running in e93435d8cf3b [2020-09-15T16:40:33.689Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-15T16:40:33.689Z] Collecting dockerpty<0.5,>=0.4.1 [2020-09-15T16:40:33.689Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-09-15T16:40:34.284Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-15T16:40:35.723Z] (1/5) Installing libgcc (9.3.0-r2) [2020-09-15T16:40:35.723Z] (2/5) Installing libsodium (1.0.18-r0) [2020-09-15T16:40:35.723Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-09-15T16:40:35.998Z] (4/5) Installing libzmq (4.3.3-r0) [2020-09-15T16:40:35.998Z] Collecting docker<4.0,>=3.6.0 [2020-09-15T16:40:35.998Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-09-15T16:40:36.273Z] (5/5) Installing zeromq (4.3.3-r0) [2020-09-15T16:40:36.273Z] Executing busybox-1.31.1-r16.trigger [2020-09-15T16:40:36.273Z] OK: 8 MiB in 19 packages [2020-09-15T16:40:37.268Z] Collecting jsonschema<3,>=2.5.1 [2020-09-15T16:40:37.268Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-09-15T16:40:38.329Z] 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-09-15T16:40:38.924Z] Collecting texttable<0.10,>=0.9.0 [2020-09-15T16:40:38.924Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-09-15T16:40:40.896Z] Removing intermediate container e93435d8cf3b [2020-09-15T16:40:40.896Z] ---> 3868342f15f0 [2020-09-15T16:40:40.896Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-09-15T16:40:41.883Z] ---> e10052a85b21 [2020-09-15T16:40:41.883Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-09-15T16:40:42.867Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-09-15T16:40:42.867Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-09-15T16:40:43.853Z] ---> cbd17a9e6806 [2020-09-15T16:40:43.854Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-09-15T16:40:43.854Z] Collecting cached-property<2,>=1.2.0 [2020-09-15T16:40:43.854Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-09-15T16:40:44.464Z] Collecting websocket-client<1.0,>=0.32.0 [2020-09-15T16:40:44.464Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-09-15T16:40:44.738Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-15T16:40:44.738Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-09-15T16:40:44.738Z] ---> c5d066870282 [2020-09-15T16:40:44.738Z] Step 3/29 : WORKDIR /edgex-go [2020-09-15T16:40:44.738Z] ---> Using cache [2020-09-15T16:40:44.738Z] ---> e9160c586483 [2020-09-15T16:40:44.738Z] Step 4/29 : RUN apk update && apk add make git [2020-09-15T16:40:45.338Z] ---> Running in 8d9c28b9057e [2020-09-15T16:40:45.338Z] ---> 2ab0aaec4514 [2020-09-15T16:40:45.338Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-09-15T16:40:45.617Z] ---> Running in 05badd26c979 [2020-09-15T16:40:45.900Z] Collecting PyYAML<4,>=3.10 [2020-09-15T16:40:45.900Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-09-15T16:40:46.501Z] Removing intermediate container 05badd26c979 [2020-09-15T16:40:46.501Z] ---> 332682b14ca5 [2020-09-15T16:40:46.501Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-15T16:40:47.107Z] ---> Running in 3d5fd29c6904 [2020-09-15T16:40:47.385Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-15T16:40:48.364Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-15T16:40:48.364Z] Removing intermediate container 3d5fd29c6904 [2020-09-15T16:40:48.364Z] ---> 2ee6c73367ab [2020-09-15T16:40:48.364Z] Step 21/23 : LABEL arch=arm64 [2020-09-15T16:40:48.968Z] ---> Running in 642fbcb266d1 [2020-09-15T16:40:49.578Z] v3.12.0-320-g7ac7f0b0a6 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-15T16:40:49.578Z] v3.12.0-324-g4b4c2fd71c [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-15T16:40:49.578Z] OK: 12619 distinct packages available [2020-09-15T16:40:49.851Z] Removing intermediate container 642fbcb266d1 [2020-09-15T16:40:49.851Z] ---> defa6ed876f1 [2020-09-15T16:40:49.851Z] Step 22/23 : LABEL git_sha=79f01a0b03b1bfc4590bac9ca9ba51eef1791c37 [2020-09-15T16:40:50.130Z] Collecting docker-pycreds>=0.4.0 [2020-09-15T16:40:50.130Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-09-15T16:40:50.404Z] OK: 217 MiB in 51 packages [2020-09-15T16:40:50.690Z] ---> Running in 7f31502a5e55 [2020-09-15T16:40:50.690Z] Collecting idna<2.8,>=2.5 [2020-09-15T16:40:50.690Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-09-15T16:40:50.961Z] 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-09-15T16:40:51.569Z] Collecting urllib3<1.25,>=1.21.1 [2020-09-15T16:40:51.569Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-09-15T16:40:51.569Z] Removing intermediate container 7f31502a5e55 [2020-09-15T16:40:51.569Z] ---> 8a7dc89a71b2 [2020-09-15T16:40:51.569Z] Step 23/23 : LABEL version=1.2.2-dev.25 [2020-09-15T16:40:52.169Z] 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-09-15T16:40:52.169Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-09-15T16:40:52.169Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-09-15T16:40:52.169Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-09-15T16:40:52.169Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-09-15T16:40:52.452Z] ---> Running in f24046feec04 [2020-09-15T16:40:52.452Z] Removing intermediate container 8d9c28b9057e [2020-09-15T16:40:52.452Z] ---> 5bacb46e7bed [2020-09-15T16:40:52.452Z] Step 5/29 : COPY go.mod . [2020-09-15T16:40:53.052Z] Removing intermediate container f24046feec04 [2020-09-15T16:40:53.052Z] ---> 8a259364719c [2020-09-15T16:40:53.052Z] [2020-09-15T16:40:53.328Z] Installing collected packages: docopt, dockerpty, websocket-client, docker-pycreds, idna, urllib3, requests, docker, jsonschema, texttable, cached-property, PyYAML, docker-compose [2020-09-15T16:40:53.328Z] Running setup.py install for docopt: started [2020-09-15T16:40:53.605Z] Successfully built 8a259364719c [2020-09-15T16:40:53.879Z] ---> 9104dfa279cd [2020-09-15T16:40:53.879Z] Step 6/29 : RUN go mod download [2020-09-15T16:40:53.879Z] Successfully tagged docker-core-data-go-arm64:latest [2020-09-15T16:40:53.879Z]  Building docker-core-data-go ... done Building docker-support-logging-go [2020-09-15T16:40:54.483Z] ---> Running in 925bc965ba4c [2020-09-15T16:40:55.924Z] Running setup.py install for docopt: finished with status 'done' [2020-09-15T16:40:55.924Z] Running setup.py install for dockerpty: started [2020-09-15T16:40:58.554Z] Running setup.py install for dockerpty: finished with status 'done' [2020-09-15T16:40:58.835Z] Attempting uninstall: idna [2020-09-15T16:40:58.835Z] Found existing installation: idna 2.9 [2020-09-15T16:40:58.835Z] Uninstalling idna-2.9: [2020-09-15T16:40:58.835Z] Successfully uninstalled idna-2.9 [2020-09-15T16:40:59.817Z] Removing intermediate container 925bc965ba4c [2020-09-15T16:40:59.817Z] ---> ef9d791b15dd [2020-09-15T16:40:59.817Z] Step 7/29 : COPY . . [2020-09-15T16:40:59.817Z] Attempting uninstall: urllib3 [2020-09-15T16:40:59.817Z] Found existing installation: urllib3 1.25.9 [2020-09-15T16:40:59.817Z] Uninstalling urllib3-1.25.9: [2020-09-15T16:41:00.091Z] Successfully uninstalled urllib3-1.25.9 [2020-09-15T16:41:00.692Z] Attempting uninstall: requests [2020-09-15T16:41:00.692Z] Found existing installation: requests 2.23.0 [2020-09-15T16:41:00.692Z] Uninstalling requests-2.23.0: [2020-09-15T16:41:00.970Z] Successfully uninstalled requests-2.23.0 [2020-09-15T16:41:01.957Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-15T16:41:01.957Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-09-15T16:41:01.957Z] ---> c5d066870282 [2020-09-15T16:41:01.957Z] Step 3/20 : WORKDIR /edgex-go [2020-09-15T16:41:01.957Z] ---> Using cache [2020-09-15T16:41:01.957Z] ---> e9160c586483 [2020-09-15T16:41:01.957Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-15T16:41:01.957Z] ---> Using cache [2020-09-15T16:41:01.957Z] ---> ec4aa631c507 [2020-09-15T16:41:01.957Z] Step 5/20 : RUN apk update && apk add make git [2020-09-15T16:41:01.957Z] ---> Using cache [2020-09-15T16:41:01.957Z] ---> f05103e9eecd [2020-09-15T16:41:01.957Z] Step 6/20 : COPY go.mod . [2020-09-15T16:41:01.957Z] ---> Using cache [2020-09-15T16:41:01.957Z] ---> 90825ce94a92 [2020-09-15T16:41:01.957Z] Step 7/20 : RUN go mod download [2020-09-15T16:41:01.957Z] ---> Using cache [2020-09-15T16:41:01.957Z] ---> b9d3ca1946b2 [2020-09-15T16:41:01.957Z] Step 8/20 : COPY . . [2020-09-15T16:41:01.957Z] ---> Using cache [2020-09-15T16:41:01.957Z] ---> 70872823b6a0 [2020-09-15T16:41:01.957Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-09-15T16:41:02.943Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-15T16:41:02.943Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-09-15T16:41:02.943Z] ---> c5d066870282 [2020-09-15T16:41:02.943Z] Step 3/22 : WORKDIR /edgex-go [2020-09-15T16:41:02.943Z] ---> Using cache [2020-09-15T16:41:02.943Z] ---> e9160c586483 [2020-09-15T16:41:02.943Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-15T16:41:02.943Z] ---> Using cache [2020-09-15T16:41:02.943Z] ---> ec4aa631c507 [2020-09-15T16:41:02.943Z] Step 5/22 : RUN apk update && apk add make git [2020-09-15T16:41:02.943Z] ---> Using cache [2020-09-15T16:41:02.943Z] ---> f05103e9eecd [2020-09-15T16:41:02.943Z] Step 6/22 : COPY go.mod . [2020-09-15T16:41:02.943Z] ---> Using cache [2020-09-15T16:41:02.943Z] ---> 90825ce94a92 [2020-09-15T16:41:02.943Z] Step 7/22 : RUN go mod download [2020-09-15T16:41:02.943Z] ---> Using cache [2020-09-15T16:41:02.943Z] ---> b9d3ca1946b2 [2020-09-15T16:41:02.943Z] Step 8/22 : COPY . . [2020-09-15T16:41:02.943Z] ---> Using cache [2020-09-15T16:41:02.943Z] ---> 70872823b6a0 [2020-09-15T16:41:02.943Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-09-15T16:41:03.922Z] Running setup.py install for texttable: started [2020-09-15T16:41:05.361Z] ---> Running in 29013efc3353 [2020-09-15T16:41:05.361Z] ---> Running in 8b45cc0d4132 [2020-09-15T16:41:06.343Z] Running setup.py install for texttable: finished with status 'done' [2020-09-15T16:41:06.343Z] Running setup.py install for PyYAML: started [2020-09-15T16:41:07.813Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.25" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-09-15T16:41:08.088Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.25" -o cmd/core-command/core-command ./cmd/core-command [2020-09-15T16:41:09.536Z] Running setup.py install for PyYAML: finished with status 'done' [2020-09-15T16:41:10.553Z] Successfully installed PyYAML-3.13 cached-property-1.5.1 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-09-15T16:41:20.782Z] Removing intermediate container 0a47e790e2a3 [2020-09-15T16:41:20.782Z] ---> 19a83b83c1d4 [2020-09-15T16:41:20.782Z] Step 22/27 : RUN apk --no-cache add curl [2020-09-15T16:41:20.782Z] ---> Running in e0ed8d34ddc4 [2020-09-15T16:41:21.392Z] ---> dcd74a50f612 [2020-09-15T16:41:21.392Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-09-15T16:41:21.997Z] ---> Running in 7b5992ebc27f [2020-09-15T16:41:22.276Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-15T16:41:22.276Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-09-15T16:41:22.276Z] ---> c5d066870282 [2020-09-15T16:41:22.276Z] Step 3/22 : WORKDIR /edgex-go [2020-09-15T16:41:22.276Z] ---> Using cache [2020-09-15T16:41:22.276Z] ---> e9160c586483 [2020-09-15T16:41:22.276Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-15T16:41:22.276Z] ---> Using cache [2020-09-15T16:41:22.276Z] ---> ec4aa631c507 [2020-09-15T16:41:22.276Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-09-15T16:41:22.276Z] ---> Running in 1b1676eeb8ff [2020-09-15T16:41:22.880Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-15T16:41:23.157Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-15T16:41:24.141Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-09-15T16:41:24.141Z] (2/3) Installing libcurl (7.69.1-r0) [2020-09-15T16:41:24.141Z] (3/3) Installing curl (7.69.1-r0) [2020-09-15T16:41:24.141Z] Executing busybox-1.31.1-r16.trigger [2020-09-15T16:41:24.141Z] OK: 71 MiB in 58 packages [2020-09-15T16:41:25.120Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-15T16:41:25.391Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.25" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-09-15T16:41:25.991Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-15T16:41:25.991Z] Removing intermediate container e0ed8d34ddc4 [2020-09-15T16:41:25.991Z] ---> 04e93f029910 [2020-09-15T16:41:25.991Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-09-15T16:41:26.272Z] ---> Running in 9b2310e5f617 [2020-09-15T16:41:26.872Z] Removing intermediate container 9b2310e5f617 [2020-09-15T16:41:26.872Z] ---> a14272b89ed4 [2020-09-15T16:41:26.872Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-15T16:41:26.872Z] ---> Running in edc0288a7984 [2020-09-15T16:41:27.147Z] v3.12.0-320-g7ac7f0b0a6 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-15T16:41:27.147Z] v3.12.0-324-g4b4c2fd71c [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-15T16:41:27.147Z] OK: 12619 distinct packages available [2020-09-15T16:41:27.421Z] Removing intermediate container edc0288a7984 [2020-09-15T16:41:27.697Z] ---> 430d8a01bcf0 [2020-09-15T16:41:27.697Z] Step 25/27 : LABEL arch=arm64 [2020-09-15T16:41:27.697Z] ---> Running in 38e6903f338b [2020-09-15T16:41:28.299Z] OK: 217 MiB in 51 packages [2020-09-15T16:41:28.299Z] Removing intermediate container 38e6903f338b [2020-09-15T16:41:28.299Z] ---> ae84c71c89d2 [2020-09-15T16:41:28.299Z] Step 26/27 : LABEL git_sha=79f01a0b03b1bfc4590bac9ca9ba51eef1791c37 [2020-09-15T16:41:28.576Z] ---> Running in 8f96dc26e926 [2020-09-15T16:41:29.177Z] Removing intermediate container 8f96dc26e926 [2020-09-15T16:41:29.177Z] ---> 58cca14cf626 [2020-09-15T16:41:29.177Z] Step 27/27 : LABEL version=1.2.2-dev.25 [2020-09-15T16:41:29.453Z] ---> Running in fab60506b110 [2020-09-15T16:41:29.453Z] OK: 217 MiB in 51 packages [2020-09-15T16:41:30.053Z] Removing intermediate container fab60506b110 [2020-09-15T16:41:30.053Z] ---> e63abe40a76f [2020-09-15T16:41:30.053Z] [2020-09-15T16:41:31.037Z] Successfully built e63abe40a76f [2020-09-15T16:41:31.037Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-09-15T16:41:31.037Z]  Building docker-sys-mgmt-agent-go ... done Building docker-core-metadata-go [2020-09-15T16:41:31.314Z] Removing intermediate container 1b1676eeb8ff [2020-09-15T16:41:31.314Z] ---> 41d7ed7ec447 [2020-09-15T16:41:31.590Z] Step 6/22 : COPY go.mod . [2020-09-15T16:41:33.580Z] ---> de5543971856 [2020-09-15T16:41:33.580Z] Step 7/22 : RUN go mod download [2020-09-15T16:41:33.858Z] ---> Running in e9ca24afc15c [2020-09-15T16:41:40.614Z] Removing intermediate container e9ca24afc15c [2020-09-15T16:41:40.614Z] ---> a2389ac42808 [2020-09-15T16:41:40.614Z] Step 8/22 : COPY . . [2020-09-15T16:41:53.108Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-15T16:41:53.108Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-09-15T16:41:53.108Z] ---> c5d066870282 [2020-09-15T16:41:53.108Z] Step 3/22 : WORKDIR /edgex-go [2020-09-15T16:41:53.108Z] ---> Using cache [2020-09-15T16:41:53.108Z] ---> e9160c586483 [2020-09-15T16:41:53.108Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-15T16:41:53.108Z] ---> Using cache [2020-09-15T16:41:53.108Z] ---> ec4aa631c507 [2020-09-15T16:41:53.108Z] Step 5/22 : RUN apk update && apk add make git [2020-09-15T16:41:53.108Z] ---> Using cache [2020-09-15T16:41:53.108Z] ---> f05103e9eecd [2020-09-15T16:41:53.108Z] Step 6/22 : COPY go.mod . [2020-09-15T16:41:53.108Z] ---> Using cache [2020-09-15T16:41:53.108Z] ---> 90825ce94a92 [2020-09-15T16:41:53.108Z] Step 7/22 : RUN go mod download [2020-09-15T16:41:53.108Z] ---> Using cache [2020-09-15T16:41:53.108Z] ---> b9d3ca1946b2 [2020-09-15T16:41:53.108Z] Step 8/22 : COPY . . [2020-09-15T16:41:53.108Z] ---> Using cache [2020-09-15T16:41:53.108Z] ---> 70872823b6a0 [2020-09-15T16:41:53.108Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-09-15T16:41:57.457Z] ---> Running in 7d5565bcc609 [2020-09-15T16:42:00.168Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.25" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-09-15T16:42:02.869Z] ---> 35aa140c3ea7 [2020-09-15T16:42:02.869Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-09-15T16:42:02.869Z] ---> Running in 48206f0d4d25 [2020-09-15T16:42:05.497Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.25" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-09-15T16:42:28.615Z] Removing intermediate container 8b45cc0d4132 [2020-09-15T16:42:28.615Z] ---> 342b7ae62830 [2020-09-15T16:42:28.615Z] [2020-09-15T16:42:28.615Z] Step 10/20 : FROM alpine [2020-09-15T16:42:28.615Z] ---> 62ee0e9f8440 [2020-09-15T16:42:28.615Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-09-15T16:42:28.615Z] ---> Running in 7a48a09c1925 [2020-09-15T16:42:30.067Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-15T16:42:30.067Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-15T16:42:31.055Z] v3.12.0-320-g7ac7f0b0a6 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-09-15T16:42:31.055Z] v3.12.0-324-g4b4c2fd71c [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-09-15T16:42:31.055Z] OK: 12619 distinct packages available [2020-09-15T16:42:32.041Z] (1/4) Installing ca-certificates (20191127-r4) [2020-09-15T16:42:32.041Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-09-15T16:42:32.041Z] (3/4) Installing libcurl (7.69.1-r0) [2020-09-15T16:42:32.041Z] (4/4) Installing curl (7.69.1-r0) [2020-09-15T16:42:32.041Z] Executing busybox-1.31.1-r16.trigger [2020-09-15T16:42:32.041Z] Executing ca-certificates-20191127-r4.trigger [2020-09-15T16:42:32.319Z] OK: 7 MiB in 18 packages [2020-09-15T16:42:34.971Z] Removing intermediate container 7a48a09c1925 [2020-09-15T16:42:34.971Z] ---> 5a082e3ab783 [2020-09-15T16:42:34.971Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-09-15T16:42:34.971Z] ---> Running in f53e723ed6f3 [2020-09-15T16:42:35.574Z] Removing intermediate container f53e723ed6f3 [2020-09-15T16:42:35.574Z] ---> 913bb7f10000 [2020-09-15T16:42:35.574Z] Step 13/20 : WORKDIR /edgex [2020-09-15T16:42:35.849Z] ---> Running in a0010e23f394 [2020-09-15T16:42:36.446Z] Removing intermediate container a0010e23f394 [2020-09-15T16:42:36.446Z] ---> 04aaff22b7fa [2020-09-15T16:42:36.446Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-09-15T16:42:37.456Z] ---> 06ebbd0c6c03 [2020-09-15T16:42:37.456Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-09-15T16:42:38.892Z] ---> 086dbf77965f [2020-09-15T16:42:38.892Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-09-15T16:42:39.175Z] ---> Running in fb7fcaca76b1 [2020-09-15T16:42:39.775Z] Removing intermediate container fb7fcaca76b1 [2020-09-15T16:42:39.775Z] ---> e50c56588774 [2020-09-15T16:42:39.775Z] Step 17/20 : CMD ["--init=true"] [2020-09-15T16:42:39.775Z] ---> Running in 33a5fcc0e3bb [2020-09-15T16:42:40.374Z] Removing intermediate container 33a5fcc0e3bb [2020-09-15T16:42:40.374Z] ---> 5c91125db00b [2020-09-15T16:42:40.374Z] Step 18/20 : LABEL arch=arm64 [2020-09-15T16:42:40.649Z] ---> Running in a5c0a9ed4a75 [2020-09-15T16:42:41.254Z] Removing intermediate container a5c0a9ed4a75 [2020-09-15T16:42:41.254Z] ---> a0a5318d9ebc [2020-09-15T16:42:41.254Z] Step 19/20 : LABEL git_sha=79f01a0b03b1bfc4590bac9ca9ba51eef1791c37 [2020-09-15T16:42:41.529Z] ---> Running in e08bffab64bf [2020-09-15T16:42:42.516Z] Removing intermediate container e08bffab64bf [2020-09-15T16:42:42.516Z] ---> 2b059d9e6ba5 [2020-09-15T16:42:42.516Z] Step 20/20 : LABEL version=1.2.2-dev.25 [2020-09-15T16:42:42.516Z] ---> Running in c4eaf12212f7 [2020-09-15T16:42:43.974Z] Removing intermediate container c4eaf12212f7 [2020-09-15T16:42:43.974Z] ---> 058d979ba750 [2020-09-15T16:42:43.974Z] [2020-09-15T16:42:44.251Z] Successfully built 058d979ba750 [2020-09-15T16:42:44.251Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-09-15T16:42:45.709Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 7b5992ebc27f [2020-09-15T16:42:45.709Z] ---> 124383287dec [2020-09-15T16:42:45.709Z] [2020-09-15T16:42:45.709Z] Step 9/29 : FROM alpine:latest [2020-09-15T16:42:45.709Z] ---> 62ee0e9f8440 [2020-09-15T16:42:45.709Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-09-15T16:42:45.987Z] ---> Running in 19b9bce10685 [2020-09-15T16:42:46.587Z] Removing intermediate container 19b9bce10685 [2020-09-15T16:42:46.587Z] ---> a187948ccd02 [2020-09-15T16:42:46.874Z] Step 11/29 : USER root [2020-09-15T16:42:46.874Z] ---> Running in 38c4b6a1a424 [2020-09-15T16:42:47.490Z] Removing intermediate container 38c4b6a1a424 [2020-09-15T16:42:47.490Z] ---> 599847e52318 [2020-09-15T16:42:47.490Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-09-15T16:42:47.768Z] ---> Running in ceec6f65055c [2020-09-15T16:42:49.781Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-15T16:42:50.060Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-15T16:42:51.047Z] v3.12.0-320-g7ac7f0b0a6 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-09-15T16:42:51.047Z] v3.12.0-324-g4b4c2fd71c [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-09-15T16:42:51.047Z] OK: 12619 distinct packages available [2020-09-15T16:42:51.655Z] (1/2) Installing ca-certificates (20191127-r4) [2020-09-15T16:42:51.655Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-09-15T16:42:51.655Z] Executing busybox-1.31.1-r16.trigger [2020-09-15T16:42:51.936Z] Executing ca-certificates-20191127-r4.trigger [2020-09-15T16:42:51.936Z] OK: 6 MiB in 16 packages [2020-09-15T16:42:55.340Z] Removing intermediate container ceec6f65055c [2020-09-15T16:42:55.340Z] ---> f1ac1dffb94e [2020-09-15T16:42:55.340Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-09-15T16:42:55.340Z] ---> Running in c5609e8b7f55 [2020-09-15T16:42:55.946Z] Removing intermediate container c5609e8b7f55 [2020-09-15T16:42:55.946Z] ---> 7e45fcbb10fe [2020-09-15T16:42:55.946Z] Step 14/29 : WORKDIR $BASE_DIR [2020-09-15T16:42:56.222Z] ---> Running in a23b4a285435 [2020-09-15T16:42:56.222Z] Removing intermediate container 29013efc3353 [2020-09-15T16:42:56.222Z] ---> 234cb89b600a [2020-09-15T16:42:56.222Z] [2020-09-15T16:42:56.222Z] Step 10/22 : FROM scratch [2020-09-15T16:42:56.222Z] ---> [2020-09-15T16:42:56.222Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-09-15T16:42:56.497Z] ---> Using cache [2020-09-15T16:42:56.497Z] ---> 0b0d43313191 [2020-09-15T16:42:56.497Z] Step 12/22 : ENV APP_PORT=48082 [2020-09-15T16:42:56.769Z] ---> Running in 245396b3e29c [2020-09-15T16:42:57.043Z] Removing intermediate container a23b4a285435 [2020-09-15T16:42:57.043Z] ---> 987ce7270fc5 [2020-09-15T16:42:57.043Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-09-15T16:42:57.319Z] ---> Running in 991fb934f88c [2020-09-15T16:42:57.592Z] Removing intermediate container 245396b3e29c [2020-09-15T16:42:57.592Z] ---> 2c6b3ff2afc8 [2020-09-15T16:42:57.592Z] Step 13/22 : EXPOSE $APP_PORT [2020-09-15T16:42:57.592Z] ---> Running in 6430f2d63d16 [2020-09-15T16:42:58.578Z] Removing intermediate container 6430f2d63d16 [2020-09-15T16:42:58.578Z] ---> 26d003ef166c [2020-09-15T16:42:58.578Z] Step 14/22 : WORKDIR / [2020-09-15T16:42:58.578Z] ---> Running in 51efbf9a20b5 [2020-09-15T16:42:59.557Z] Removing intermediate container 51efbf9a20b5 [2020-09-15T16:42:59.557Z] ---> 45e058f7564b [2020-09-15T16:42:59.557Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-09-15T16:43:00.992Z] ---> b1677b0ecde9 [2020-09-15T16:43:00.992Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-09-15T16:43:01.595Z] Removing intermediate container 991fb934f88c [2020-09-15T16:43:01.595Z] ---> 932c5a8c6c76 [2020-09-15T16:43:01.595Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-09-15T16:43:03.032Z] ---> ba4dced8ccbd [2020-09-15T16:43:03.032Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-09-15T16:43:03.630Z] ---> 14d2504e0f01 [2020-09-15T16:43:03.630Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-09-15T16:43:04.628Z] ---> 266fa83bee63 [2020-09-15T16:43:04.628Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-09-15T16:43:04.628Z] ---> 76794e63f902 [2020-09-15T16:43:04.628Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-09-15T16:43:04.903Z] ---> Running in b240efa7a83b [2020-09-15T16:43:05.899Z] Removing intermediate container b240efa7a83b [2020-09-15T16:43:05.899Z] ---> 0ab9e9b8155f [2020-09-15T16:43:05.899Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-15T16:43:05.899Z] ---> Running in 6da0b1cfd7ff [2020-09-15T16:43:06.177Z] ---> f6dd15ebb5ec [2020-09-15T16:43:06.177Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-09-15T16:43:06.781Z] Removing intermediate container 6da0b1cfd7ff [2020-09-15T16:43:06.781Z] ---> 4df53ff77905 [2020-09-15T16:43:06.781Z] Step 20/22 : LABEL arch=arm64 [2020-09-15T16:43:07.063Z] ---> Running in b54e0b66362a [2020-09-15T16:43:07.348Z] ---> 85618ff65ebc [2020-09-15T16:43:07.348Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-09-15T16:43:07.952Z] Removing intermediate container b54e0b66362a [2020-09-15T16:43:07.952Z] ---> bd90b8148034 [2020-09-15T16:43:07.952Z] Step 21/22 : LABEL git_sha=79f01a0b03b1bfc4590bac9ca9ba51eef1791c37 [2020-09-15T16:43:08.235Z] ---> Running in 18401da15a49 [2020-09-15T16:43:08.837Z] ---> 5ca2ee664c7d [2020-09-15T16:43:08.837Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-09-15T16:43:08.837Z] Removing intermediate container 18401da15a49 [2020-09-15T16:43:08.837Z] ---> 23fefd143157 [2020-09-15T16:43:08.837Z] Step 22/22 : LABEL version=1.2.2-dev.25 [2020-09-15T16:43:09.115Z] ---> Running in b5e76d6357ec [2020-09-15T16:43:09.115Z] ---> Running in 10fee3b81901 [2020-09-15T16:43:10.105Z] Removing intermediate container 10fee3b81901 [2020-09-15T16:43:10.105Z] ---> d0a457d0dd4c [2020-09-15T16:43:10.105Z] [2020-09-15T16:43:10.708Z] Successfully built d0a457d0dd4c [2020-09-15T16:43:10.708Z] Successfully tagged docker-core-command-go-arm64:latest [2020-09-15T16:43:13.362Z]  Building docker-core-command-go ... done Removing intermediate container b5e76d6357ec [2020-09-15T16:43:13.362Z] ---> 4676af05fe8c [2020-09-15T16:43:13.362Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-09-15T16:43:13.961Z] ---> 836d26a1eb1b [2020-09-15T16:43:13.961Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-09-15T16:43:14.237Z] ---> Running in 1d549d8faa1a [2020-09-15T16:43:18.549Z] Removing intermediate container 1d549d8faa1a [2020-09-15T16:43:18.549Z] ---> 7c72c99b41e5 [2020-09-15T16:43:18.549Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-09-15T16:43:18.549Z] ---> Running in 7c795953f99b [2020-09-15T16:43:21.173Z] Removing intermediate container 48206f0d4d25 [2020-09-15T16:43:21.173Z] ---> fdd68f692766 [2020-09-15T16:43:21.173Z] [2020-09-15T16:43:21.173Z] Step 10/22 : FROM scratch [2020-09-15T16:43:21.173Z] ---> [2020-09-15T16:43:21.173Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-09-15T16:43:21.446Z] ---> Using cache [2020-09-15T16:43:21.446Z] ---> ee07ca51ffb7 [2020-09-15T16:43:21.446Z] Step 12/22 : ENV APP_PORT=48061 [2020-09-15T16:43:21.716Z] ---> Running in abcdd776bd3c [2020-09-15T16:43:21.988Z] Removing intermediate container abcdd776bd3c [2020-09-15T16:43:21.988Z] ---> a7c08237204e [2020-09-15T16:43:21.988Z] Step 13/22 : EXPOSE $APP_PORT [2020-09-15T16:43:22.262Z] Removing intermediate container 7c795953f99b [2020-09-15T16:43:22.262Z] ---> 73220a6aedd1 [2020-09-15T16:43:22.262Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-09-15T16:43:22.262Z] ---> Running in e25a883e26eb [2020-09-15T16:43:22.262Z] ---> Running in ce17e6d1fc07 [2020-09-15T16:43:22.869Z] Removing intermediate container e25a883e26eb [2020-09-15T16:43:22.869Z] ---> 9cf9bfd7a94c [2020-09-15T16:43:22.869Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-09-15T16:43:22.869Z] Removing intermediate container ce17e6d1fc07 [2020-09-15T16:43:22.869Z] ---> daeb479bd977 [2020-09-15T16:43:22.869Z] Step 26/29 : CMD [ "generate" ] [2020-09-15T16:43:23.140Z] ---> Running in 828c5bdc07a2 [2020-09-15T16:43:23.412Z] ---> 09fa15557683 [2020-09-15T16:43:23.412Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-09-15T16:43:23.412Z] Removing intermediate container 828c5bdc07a2 [2020-09-15T16:43:23.412Z] ---> 609157d804e2 [2020-09-15T16:43:23.412Z] Step 27/29 : LABEL arch=arm64 [2020-09-15T16:43:23.682Z] ---> Running in 4ddff08708ab [2020-09-15T16:43:24.278Z] Removing intermediate container 4ddff08708ab [2020-09-15T16:43:24.278Z] ---> df63586ef4f7 [2020-09-15T16:43:24.278Z] Step 28/29 : LABEL git_sha=79f01a0b03b1bfc4590bac9ca9ba51eef1791c37 [2020-09-15T16:43:24.278Z] ---> 6ecb9e4810c8 [2020-09-15T16:43:24.278Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-09-15T16:43:24.550Z] ---> Running in 2dd21b7dcf5f [2020-09-15T16:43:25.141Z] Removing intermediate container 2dd21b7dcf5f [2020-09-15T16:43:25.141Z] ---> 84981834faaa [2020-09-15T16:43:25.141Z] Step 29/29 : LABEL version=1.2.2-dev.25 [2020-09-15T16:43:25.411Z] ---> Running in 556755d61b4e [2020-09-15T16:43:25.411Z] ---> bc1062b56b94 [2020-09-15T16:43:25.411Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-09-15T16:43:25.681Z] Removing intermediate container 556755d61b4e [2020-09-15T16:43:25.681Z] ---> 9caa778d6f4c [2020-09-15T16:43:25.681Z] [2020-09-15T16:43:26.270Z] Successfully built 9caa778d6f4c [2020-09-15T16:43:26.270Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-09-15T16:43:26.538Z]  Building docker-security-secrets-setup-go ... done  ---> e2c02219b89e [2020-09-15T16:43:26.538Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-09-15T16:43:26.809Z] ---> Running in 9af59683def8 [2020-09-15T16:43:27.403Z] Removing intermediate container 9af59683def8 [2020-09-15T16:43:27.403Z] ---> 233342980401 [2020-09-15T16:43:27.403Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-15T16:43:27.674Z] ---> Running in 85ed5447ace7 [2020-09-15T16:43:27.674Z] Removing intermediate container 7d5565bcc609 [2020-09-15T16:43:27.674Z] ---> 3a022bf00228 [2020-09-15T16:43:27.674Z] [2020-09-15T16:43:27.674Z] Step 10/22 : FROM scratch [2020-09-15T16:43:27.674Z] ---> [2020-09-15T16:43:27.674Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-09-15T16:43:27.945Z] ---> Using cache [2020-09-15T16:43:27.945Z] ---> 0b0d43313191 [2020-09-15T16:43:27.945Z] Step 12/22 : ENV APP_PORT=48081 [2020-09-15T16:43:27.945Z] ---> Running in 0050fb094d1d [2020-09-15T16:43:28.218Z] Removing intermediate container 85ed5447ace7 [2020-09-15T16:43:28.218Z] ---> 02619fbc9b91 [2020-09-15T16:43:28.218Z] Step 20/22 : LABEL arch=arm64 [2020-09-15T16:43:28.218Z] ---> Running in eb1996744b1a [2020-09-15T16:43:28.491Z] Removing intermediate container 0050fb094d1d [2020-09-15T16:43:28.491Z] ---> b2613af637fc [2020-09-15T16:43:28.491Z] Step 13/22 : EXPOSE $APP_PORT [2020-09-15T16:43:28.491Z] ---> Running in 645df977e832 [2020-09-15T16:43:28.762Z] Removing intermediate container eb1996744b1a [2020-09-15T16:43:28.762Z] ---> a2310e97226a [2020-09-15T16:43:28.762Z] Step 21/22 : LABEL git_sha=79f01a0b03b1bfc4590bac9ca9ba51eef1791c37 [2020-09-15T16:43:29.033Z] ---> Running in 46c542217d2d [2020-09-15T16:43:29.033Z] Removing intermediate container 645df977e832 [2020-09-15T16:43:29.033Z] ---> 23b322c1cf4f [2020-09-15T16:43:29.033Z] Step 14/22 : WORKDIR / [2020-09-15T16:43:29.303Z] ---> Running in faebf6e3dbd5 [2020-09-15T16:43:29.303Z] Removing intermediate container 46c542217d2d [2020-09-15T16:43:29.303Z] ---> fe80e4bd5a50 [2020-09-15T16:43:29.303Z] Step 22/22 : LABEL version=1.2.2-dev.25 [2020-09-15T16:43:29.573Z] ---> Running in e7bec5b588fb [2020-09-15T16:43:29.573Z] Removing intermediate container faebf6e3dbd5 [2020-09-15T16:43:29.573Z] ---> b6fbbbeb085f [2020-09-15T16:43:29.573Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-09-15T16:43:29.843Z] Removing intermediate container e7bec5b588fb [2020-09-15T16:43:30.112Z] ---> f61a919d8717 [2020-09-15T16:43:30.112Z] [2020-09-15T16:43:30.383Z] Successfully built f61a919d8717 [2020-09-15T16:43:30.383Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-09-15T16:43:30.383Z]  Building docker-support-logging-go ... done  ---> 2c8d8c9f6ef3 [2020-09-15T16:43:30.383Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-09-15T16:43:31.803Z] ---> 1d706633e948 [2020-09-15T16:43:31.803Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-09-15T16:43:32.391Z] ---> 39119b2f0f89 [2020-09-15T16:43:32.391Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-09-15T16:43:32.391Z] ---> Running in 3605fc4bf31d [2020-09-15T16:43:32.982Z] Removing intermediate container 3605fc4bf31d [2020-09-15T16:43:32.982Z] ---> f8512d53a207 [2020-09-15T16:43:32.982Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-15T16:43:32.982Z] ---> Running in 59060ff449be [2020-09-15T16:43:33.575Z] Removing intermediate container 59060ff449be [2020-09-15T16:43:33.575Z] ---> 2e978cb5dc12 [2020-09-15T16:43:33.575Z] Step 20/22 : LABEL arch=arm64 [2020-09-15T16:43:33.575Z] ---> Running in 86555e9991f0 [2020-09-15T16:43:33.844Z] Removing intermediate container 86555e9991f0 [2020-09-15T16:43:33.844Z] ---> 36e9f1b6d6de [2020-09-15T16:43:33.844Z] Step 21/22 : LABEL git_sha=79f01a0b03b1bfc4590bac9ca9ba51eef1791c37 [2020-09-15T16:43:34.116Z] ---> Running in d4e0795ab08c [2020-09-15T16:43:34.388Z] Removing intermediate container d4e0795ab08c [2020-09-15T16:43:34.388Z] ---> e730a460bc44 [2020-09-15T16:43:34.388Z] Step 22/22 : LABEL version=1.2.2-dev.25 [2020-09-15T16:43:34.658Z] ---> Running in 23b61bbea9ff [2020-09-15T16:43:34.926Z] Removing intermediate container 23b61bbea9ff [2020-09-15T16:43:34.926Z] ---> b3349d334c4b [2020-09-15T16:43:34.926Z] [2020-09-15T16:43:35.518Z] Successfully built b3349d334c4b [2020-09-15T16:43:35.518Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-09-15T16:43:35.533Z]  Building docker-core-metadata-go ... done  [Pipeline] } [2020-09-15T16:43:35.546Z] $ docker stop --time=1 ea81303059a8896febc61c6f994a4cce168bd8b9187c5f2ad003020a1647ddaa [2020-09-15T16:43:37.418Z] $ docker rm -f ea81303059a8896febc61c6f994a4cce168bd8b9187c5f2ad003020a1647ddaa [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-15T16:43:38.115Z] + + docker images [2020-09-15T16:43:38.115Z] grep docker [2020-09-15T16:43:38.389Z] docker-core-metadata-go-arm64 latest b3349d334c4b 4 seconds ago 12.7MB [2020-09-15T16:43:38.389Z] docker-support-logging-go-arm64 latest f61a919d8717 9 seconds ago 10.6MB [2020-09-15T16:43:38.389Z] docker-security-secrets-setup-go-arm64 latest 9caa778d6f4c 13 seconds ago 22.7MB [2020-09-15T16:43:38.389Z] docker-core-command-go-arm64 latest d0a457d0dd4c 29 seconds ago 11.4MB [2020-09-15T16:43:38.389Z] docker-security-proxy-setup-go-arm64 latest 058d979ba750 55 seconds ago 15.1MB [2020-09-15T16:43:38.389Z] docker-sys-mgmt-agent-go-arm64 latest e63abe40a76f 2 minutes ago 265MB [2020-09-15T16:43:38.389Z] docker-core-data-go-arm64 latest 8a259364719c 2 minutes ago 22.2MB [2020-09-15T16:43:38.389Z] docker-security-secretstore-setup-go-arm64 latest 81daebd5dc8d 3 minutes ago 30.8MB [2020-09-15T16:43:38.389Z] docker-support-notifications-go-arm64 latest c7c2fddabcf3 3 minutes ago 12.9MB [2020-09-15T16:43:38.389Z] docker-support-scheduler-go-arm64 latest 44ff3d4780cb 3 minutes ago 11.5MB [2020-09-15T16:43:38.389Z] docker latest ce9d55ae87f1 2 months ago 193MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-09-15T16:43:38.885Z] provisioning config files... [2020-09-15T16:43:38.939Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/140@tmp/config5118780627303696237tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-09-15T16:43:39.333Z] ---> docker-login.sh [2020-09-15T16:43:39.333Z] nexus3.edgexfoundry.org:10001 [2020-09-15T16:43:39.612Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-15T16:43:39.891Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-15T16:43:39.891Z] Configure a credential helper to remove this warning. See [2020-09-15T16:43:39.891Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-15T16:43:39.891Z] [2020-09-15T16:43:39.891Z] Login Succeeded [2020-09-15T16:43:39.891Z] nexus3.edgexfoundry.org:10002 [2020-09-15T16:43:40.172Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-15T16:43:40.466Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-15T16:43:40.466Z] Configure a credential helper to remove this warning. See [2020-09-15T16:43:40.466Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-15T16:43:40.466Z] [2020-09-15T16:43:40.466Z] Login Succeeded [2020-09-15T16:43:40.466Z] nexus3.edgexfoundry.org:10003 [2020-09-15T16:43:40.743Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-15T16:43:41.016Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-15T16:43:41.016Z] Configure a credential helper to remove this warning. See [2020-09-15T16:43:41.016Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-15T16:43:41.016Z] [2020-09-15T16:43:41.016Z] Login Succeeded [2020-09-15T16:43:41.016Z] nexus3.edgexfoundry.org:10004 [2020-09-15T16:43:41.291Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-15T16:43:41.560Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-15T16:43:41.560Z] Configure a credential helper to remove this warning. See [2020-09-15T16:43:41.560Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-15T16:43:41.560Z] [2020-09-15T16:43:41.560Z] Login Succeeded [2020-09-15T16:43:41.560Z] docker.io [2020-09-15T16:43:41.833Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-15T16:43:42.102Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-15T16:43:42.102Z] Configure a credential helper to remove this warning. See [2020-09-15T16:43:42.102Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-15T16:43:42.102Z] [2020-09-15T16:43:42.102Z] Login Succeeded [2020-09-15T16:43:42.102Z] ---> docker-login.sh ends [Pipeline] } [2020-09-15T16:43:42.119Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-15T16:43:42.349Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2020-09-15T16:43:42.349Z] 79f01a0b03b1bfc4590bac9ca9ba51eef1791c37 [2020-09-15T16:43:42.349Z] 1.2.2-dev.25 [2020-09-15T16:43:42.349Z] 79f01a0b03b1bfc4590bac9ca9ba51eef1791c37-1.2.2-dev.25 [2020-09-15T16:43:42.349Z] master [2020-09-15T16:43:42.349Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:43:42.863Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:79f01a0b03b1bfc4590bac9ca9ba51eef1791c37 [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:43:43.199Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:79f01a0b03b1bfc4590bac9ca9ba51eef1791c37 [2020-09-15T16:43:43.199Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-09-15T16:43:43.199Z] eeb7a581a99c: Preparing [2020-09-15T16:43:43.199Z] d358de564e72: Preparing [2020-09-15T16:43:43.199Z] dabe07bd78f2: Preparing [2020-09-15T16:43:43.487Z] eeb7a581a99c: Pushed [2020-09-15T16:43:43.487Z] dabe07bd78f2: Pushed [2020-09-15T16:43:46.857Z] d358de564e72: Pushed [2020-09-15T16:43:46.857Z] 79f01a0b03b1bfc4590bac9ca9ba51eef1791c37: digest: sha256:1cf84872433970d2ff4b49b75429fb5e8245bb5869d0c077e620988dc60fec09 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:43:47.198Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.25 [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:43:47.536Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.25 [2020-09-15T16:43:47.536Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-09-15T16:43:47.536Z] eeb7a581a99c: Preparing [2020-09-15T16:43:47.536Z] d358de564e72: Preparing [2020-09-15T16:43:47.536Z] dabe07bd78f2: Preparing [2020-09-15T16:43:47.536Z] eeb7a581a99c: Layer already exists [2020-09-15T16:43:47.536Z] d358de564e72: Layer already exists [2020-09-15T16:43:47.536Z] dabe07bd78f2: Layer already exists [2020-09-15T16:43:47.805Z] 1.2.2-dev.25: digest: sha256:1cf84872433970d2ff4b49b75429fb5e8245bb5869d0c077e620988dc60fec09 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:43:48.145Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:79f01a0b03b1bfc4590bac9ca9ba51eef1791c37-1.2.2-dev.25 [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:43:48.480Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:79f01a0b03b1bfc4590bac9ca9ba51eef1791c37-1.2.2-dev.25 [2020-09-15T16:43:48.480Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-09-15T16:43:48.480Z] eeb7a581a99c: Preparing [2020-09-15T16:43:48.480Z] d358de564e72: Preparing [2020-09-15T16:43:48.480Z] dabe07bd78f2: Preparing [2020-09-15T16:43:48.480Z] eeb7a581a99c: Layer already exists [2020-09-15T16:43:48.480Z] dabe07bd78f2: Layer already exists [2020-09-15T16:43:48.480Z] d358de564e72: Layer already exists [2020-09-15T16:43:48.751Z] 79f01a0b03b1bfc4590bac9ca9ba51eef1791c37-1.2.2-dev.25: digest: sha256:1cf84872433970d2ff4b49b75429fb5e8245bb5869d0c077e620988dc60fec09 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:43:49.094Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:43:49.433Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2020-09-15T16:43:49.433Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-09-15T16:43:49.433Z] eeb7a581a99c: Preparing [2020-09-15T16:43:49.433Z] d358de564e72: Preparing [2020-09-15T16:43:49.433Z] dabe07bd78f2: Preparing [2020-09-15T16:43:49.433Z] dabe07bd78f2: Layer already exists [2020-09-15T16:43:49.433Z] eeb7a581a99c: Layer already exists [2020-09-15T16:43:49.433Z] d358de564e72: Layer already exists [2020-09-15T16:43:49.702Z] master: digest: sha256:1cf84872433970d2ff4b49b75429fb5e8245bb5869d0c077e620988dc60fec09 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-15T16:43:49.933Z] ===================================================== [Pipeline] echo [2020-09-15T16:43:49.983Z] taggedImages: [2020-09-15T16:43:49.983Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:79f01a0b03b1bfc4590bac9ca9ba51eef1791c37 [2020-09-15T16:43:49.983Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.25 [2020-09-15T16:43:49.983Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:79f01a0b03b1bfc4590bac9ca9ba51eef1791c37-1.2.2-dev.25 [2020-09-15T16:43:49.983Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2020-09-15T16:43:50.054Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2020-09-15T16:43:50.055Z] 79f01a0b03b1bfc4590bac9ca9ba51eef1791c37 [2020-09-15T16:43:50.055Z] 1.2.2-dev.25 [2020-09-15T16:43:50.055Z] 79f01a0b03b1bfc4590bac9ca9ba51eef1791c37-1.2.2-dev.25 [2020-09-15T16:43:50.055Z] master [2020-09-15T16:43:50.055Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:43:50.662Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:79f01a0b03b1bfc4590bac9ca9ba51eef1791c37 [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:43:51.032Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:79f01a0b03b1bfc4590bac9ca9ba51eef1791c37 [2020-09-15T16:43:51.032Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-09-15T16:43:51.032Z] 0bd60c1db432: Preparing [2020-09-15T16:43:51.032Z] 07ce77ab6e82: Preparing [2020-09-15T16:43:51.032Z] 6520bbe3d640: Preparing [2020-09-15T16:43:51.032Z] 4f0b303cb2f2: Preparing [2020-09-15T16:43:51.032Z] 64d802dbcdec: Preparing [2020-09-15T16:43:51.032Z] e2f13739ad41: Preparing [2020-09-15T16:43:51.032Z] e2f13739ad41: Waiting [2020-09-15T16:43:51.305Z] 0bd60c1db432: Pushed [2020-09-15T16:43:51.305Z] 6520bbe3d640: Pushed [2020-09-15T16:43:51.305Z] 64d802dbcdec: Pushed [2020-09-15T16:43:51.305Z] e2f13739ad41: Layer already exists [2020-09-15T16:43:51.895Z] 4f0b303cb2f2: Pushed [2020-09-15T16:43:55.260Z] 07ce77ab6e82: Pushed [2020-09-15T16:43:55.260Z] 79f01a0b03b1bfc4590bac9ca9ba51eef1791c37: digest: sha256:8a0c966f1c9039aab30119c0f277cb69a3d24ed62af028177d1bec9b12328a20 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:43:55.599Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.25 [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:43:55.932Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.25 [2020-09-15T16:43:55.932Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-09-15T16:43:55.932Z] 0bd60c1db432: Preparing [2020-09-15T16:43:55.932Z] 07ce77ab6e82: Preparing [2020-09-15T16:43:55.932Z] 6520bbe3d640: Preparing [2020-09-15T16:43:55.932Z] 4f0b303cb2f2: Preparing [2020-09-15T16:43:55.932Z] 64d802dbcdec: Preparing [2020-09-15T16:43:55.932Z] e2f13739ad41: Preparing [2020-09-15T16:43:55.932Z] e2f13739ad41: Waiting [2020-09-15T16:43:55.932Z] 07ce77ab6e82: Layer already exists [2020-09-15T16:43:55.932Z] 6520bbe3d640: Layer already exists [2020-09-15T16:43:55.932Z] 0bd60c1db432: Layer already exists [2020-09-15T16:43:55.932Z] 4f0b303cb2f2: Layer already exists [2020-09-15T16:43:55.932Z] 64d802dbcdec: Layer already exists [2020-09-15T16:43:55.932Z] e2f13739ad41: Layer already exists [2020-09-15T16:43:56.200Z] 1.2.2-dev.25: digest: sha256:8a0c966f1c9039aab30119c0f277cb69a3d24ed62af028177d1bec9b12328a20 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:43:56.538Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:79f01a0b03b1bfc4590bac9ca9ba51eef1791c37-1.2.2-dev.25 [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:43:56.873Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:79f01a0b03b1bfc4590bac9ca9ba51eef1791c37-1.2.2-dev.25 [2020-09-15T16:43:56.873Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-09-15T16:43:56.873Z] 0bd60c1db432: Preparing [2020-09-15T16:43:56.873Z] 07ce77ab6e82: Preparing [2020-09-15T16:43:56.873Z] 6520bbe3d640: Preparing [2020-09-15T16:43:56.873Z] 4f0b303cb2f2: Preparing [2020-09-15T16:43:56.873Z] 64d802dbcdec: Preparing [2020-09-15T16:43:56.873Z] e2f13739ad41: Preparing [2020-09-15T16:43:56.873Z] e2f13739ad41: Waiting [2020-09-15T16:43:57.142Z] 07ce77ab6e82: Layer already exists [2020-09-15T16:43:57.142Z] 6520bbe3d640: Layer already exists [2020-09-15T16:43:57.142Z] e2f13739ad41: Layer already exists [2020-09-15T16:43:58.109Z] 4f0b303cb2f2: Layer already exists [2020-09-15T16:43:58.109Z] 64d802dbcdec: Layer already exists [2020-09-15T16:43:58.109Z] 0bd60c1db432: Layer already exists [2020-09-15T16:43:58.109Z] 79f01a0b03b1bfc4590bac9ca9ba51eef1791c37-1.2.2-dev.25: digest: sha256:8a0c966f1c9039aab30119c0f277cb69a3d24ed62af028177d1bec9b12328a20 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:43:58.453Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:43:58.790Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2020-09-15T16:43:58.790Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-09-15T16:43:58.790Z] 0bd60c1db432: Preparing [2020-09-15T16:43:58.790Z] 07ce77ab6e82: Preparing [2020-09-15T16:43:58.790Z] 6520bbe3d640: Preparing [2020-09-15T16:43:58.790Z] 4f0b303cb2f2: Preparing [2020-09-15T16:43:58.790Z] 64d802dbcdec: Preparing [2020-09-15T16:43:58.790Z] e2f13739ad41: Preparing [2020-09-15T16:43:58.790Z] e2f13739ad41: Waiting [2020-09-15T16:43:58.790Z] 64d802dbcdec: Layer already exists [2020-09-15T16:43:58.790Z] 0bd60c1db432: Layer already exists [2020-09-15T16:43:58.790Z] 4f0b303cb2f2: Layer already exists [2020-09-15T16:43:58.790Z] 6520bbe3d640: Layer already exists [2020-09-15T16:43:58.790Z] 07ce77ab6e82: Layer already exists [2020-09-15T16:43:58.790Z] e2f13739ad41: Layer already exists [2020-09-15T16:43:59.067Z] master: digest: sha256:8a0c966f1c9039aab30119c0f277cb69a3d24ed62af028177d1bec9b12328a20 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-15T16:43:59.253Z] ===================================================== [Pipeline] echo [2020-09-15T16:43:59.323Z] taggedImages: [2020-09-15T16:43:59.323Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:79f01a0b03b1bfc4590bac9ca9ba51eef1791c37 [2020-09-15T16:43:59.323Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.25 [2020-09-15T16:43:59.323Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:79f01a0b03b1bfc4590bac9ca9ba51eef1791c37-1.2.2-dev.25 [2020-09-15T16:43:59.323Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2020-09-15T16:43:59.386Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2020-09-15T16:43:59.386Z] 79f01a0b03b1bfc4590bac9ca9ba51eef1791c37 [2020-09-15T16:43:59.386Z] 1.2.2-dev.25 [2020-09-15T16:43:59.386Z] 79f01a0b03b1bfc4590bac9ca9ba51eef1791c37-1.2.2-dev.25 [2020-09-15T16:43:59.386Z] master [2020-09-15T16:43:59.386Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:43:59.907Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:79f01a0b03b1bfc4590bac9ca9ba51eef1791c37 [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:44:00.235Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:79f01a0b03b1bfc4590bac9ca9ba51eef1791c37 [2020-09-15T16:44:00.236Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-09-15T16:44:00.236Z] 8375a3cf812c: Preparing [2020-09-15T16:44:00.236Z] a0912d7564ee: Preparing [2020-09-15T16:44:00.236Z] 6f6437c1f308: Preparing [2020-09-15T16:44:00.510Z] 6f6437c1f308: Pushed [2020-09-15T16:44:00.510Z] 8375a3cf812c: Pushed [2020-09-15T16:44:03.871Z] a0912d7564ee: Pushed [2020-09-15T16:44:03.871Z] 79f01a0b03b1bfc4590bac9ca9ba51eef1791c37: digest: sha256:77d44a66dfb494c4a3e963eb6d4b75f1045480b6ec7662dfe230637c8a101c3e size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:44:04.210Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.25 [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:44:04.542Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.25 [2020-09-15T16:44:04.542Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-09-15T16:44:04.542Z] 8375a3cf812c: Preparing [2020-09-15T16:44:04.542Z] a0912d7564ee: Preparing [2020-09-15T16:44:04.542Z] 6f6437c1f308: Preparing [2020-09-15T16:44:04.542Z] a0912d7564ee: Layer already exists [2020-09-15T16:44:04.542Z] 8375a3cf812c: Layer already exists [2020-09-15T16:44:04.542Z] 6f6437c1f308: Layer already exists [2020-09-15T16:44:04.810Z] 1.2.2-dev.25: digest: sha256:77d44a66dfb494c4a3e963eb6d4b75f1045480b6ec7662dfe230637c8a101c3e size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:44:05.149Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:79f01a0b03b1bfc4590bac9ca9ba51eef1791c37-1.2.2-dev.25 [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:44:05.482Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:79f01a0b03b1bfc4590bac9ca9ba51eef1791c37-1.2.2-dev.25 [2020-09-15T16:44:05.482Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-09-15T16:44:05.482Z] 8375a3cf812c: Preparing [2020-09-15T16:44:05.482Z] a0912d7564ee: Preparing [2020-09-15T16:44:05.482Z] 6f6437c1f308: Preparing [2020-09-15T16:44:05.482Z] 6f6437c1f308: Layer already exists [2020-09-15T16:44:05.482Z] 8375a3cf812c: Layer already exists [2020-09-15T16:44:05.482Z] a0912d7564ee: Layer already exists [2020-09-15T16:44:05.751Z] 79f01a0b03b1bfc4590bac9ca9ba51eef1791c37-1.2.2-dev.25: digest: sha256:77d44a66dfb494c4a3e963eb6d4b75f1045480b6ec7662dfe230637c8a101c3e size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:44:06.091Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:44:06.426Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2020-09-15T16:44:06.426Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-09-15T16:44:06.426Z] 8375a3cf812c: Preparing [2020-09-15T16:44:06.426Z] a0912d7564ee: Preparing [2020-09-15T16:44:06.426Z] 6f6437c1f308: Preparing [2020-09-15T16:44:06.426Z] 6f6437c1f308: Layer already exists [2020-09-15T16:44:06.426Z] a0912d7564ee: Layer already exists [2020-09-15T16:44:06.426Z] 8375a3cf812c: Layer already exists [2020-09-15T16:44:06.697Z] master: digest: sha256:77d44a66dfb494c4a3e963eb6d4b75f1045480b6ec7662dfe230637c8a101c3e size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-15T16:44:06.906Z] ===================================================== [Pipeline] echo [2020-09-15T16:44:06.952Z] taggedImages: [2020-09-15T16:44:06.952Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:79f01a0b03b1bfc4590bac9ca9ba51eef1791c37 [2020-09-15T16:44:06.952Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.25 [2020-09-15T16:44:06.952Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:79f01a0b03b1bfc4590bac9ca9ba51eef1791c37-1.2.2-dev.25 [2020-09-15T16:44:06.952Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2020-09-15T16:44:07.024Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2020-09-15T16:44:07.024Z] 79f01a0b03b1bfc4590bac9ca9ba51eef1791c37 [2020-09-15T16:44:07.024Z] 1.2.2-dev.25 [2020-09-15T16:44:07.024Z] 79f01a0b03b1bfc4590bac9ca9ba51eef1791c37-1.2.2-dev.25 [2020-09-15T16:44:07.024Z] master [2020-09-15T16:44:07.024Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:44:07.559Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:79f01a0b03b1bfc4590bac9ca9ba51eef1791c37 [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:44:07.894Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:79f01a0b03b1bfc4590bac9ca9ba51eef1791c37 [2020-09-15T16:44:07.894Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-09-15T16:44:07.894Z] 431e3b1bafb1: Preparing [2020-09-15T16:44:07.894Z] 1f7f7ece8173: Preparing [2020-09-15T16:44:07.894Z] 9629360ac317: Preparing [2020-09-15T16:44:07.894Z] d875b0993b72: Preparing [2020-09-15T16:44:07.894Z] e2f13739ad41: Preparing [2020-09-15T16:44:08.164Z] e2f13739ad41: Layer already exists [2020-09-15T16:44:08.164Z] 9629360ac317: Pushed [2020-09-15T16:44:08.164Z] 1f7f7ece8173: Pushed [2020-09-15T16:44:08.754Z] d875b0993b72: Pushed [2020-09-15T16:44:10.176Z] 431e3b1bafb1: Pushed [2020-09-15T16:44:10.445Z] 79f01a0b03b1bfc4590bac9ca9ba51eef1791c37: digest: sha256:e8d35caa45f9354a58f08e17b47dca2519aee8e4717e30c3d492e5d3a4697be4 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:44:10.782Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.25 [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:44:11.126Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.25 [2020-09-15T16:44:11.126Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-09-15T16:44:11.126Z] 431e3b1bafb1: Preparing [2020-09-15T16:44:11.126Z] 1f7f7ece8173: Preparing [2020-09-15T16:44:11.126Z] 9629360ac317: Preparing [2020-09-15T16:44:11.126Z] d875b0993b72: Preparing [2020-09-15T16:44:11.126Z] e2f13739ad41: Preparing [2020-09-15T16:44:11.126Z] e2f13739ad41: Layer already exists [2020-09-15T16:44:11.126Z] 1f7f7ece8173: Layer already exists [2020-09-15T16:44:11.126Z] 431e3b1bafb1: Layer already exists [2020-09-15T16:44:11.126Z] 9629360ac317: Layer already exists [2020-09-15T16:44:11.126Z] d875b0993b72: Layer already exists [2020-09-15T16:44:11.399Z] 1.2.2-dev.25: digest: sha256:e8d35caa45f9354a58f08e17b47dca2519aee8e4717e30c3d492e5d3a4697be4 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:44:11.767Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:79f01a0b03b1bfc4590bac9ca9ba51eef1791c37-1.2.2-dev.25 [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:44:12.129Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:79f01a0b03b1bfc4590bac9ca9ba51eef1791c37-1.2.2-dev.25 [2020-09-15T16:44:12.130Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-09-15T16:44:12.130Z] 431e3b1bafb1: Preparing [2020-09-15T16:44:12.130Z] 1f7f7ece8173: Preparing [2020-09-15T16:44:12.130Z] 9629360ac317: Preparing [2020-09-15T16:44:12.130Z] d875b0993b72: Preparing [2020-09-15T16:44:12.130Z] e2f13739ad41: Preparing [2020-09-15T16:44:12.130Z] 1f7f7ece8173: Layer already exists [2020-09-15T16:44:12.130Z] 9629360ac317: Layer already exists [2020-09-15T16:44:12.130Z] 431e3b1bafb1: Layer already exists [2020-09-15T16:44:12.130Z] e2f13739ad41: Layer already exists [2020-09-15T16:44:12.130Z] d875b0993b72: Layer already exists [2020-09-15T16:44:12.404Z] 79f01a0b03b1bfc4590bac9ca9ba51eef1791c37-1.2.2-dev.25: digest: sha256:e8d35caa45f9354a58f08e17b47dca2519aee8e4717e30c3d492e5d3a4697be4 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:44:12.757Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:44:13.110Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2020-09-15T16:44:13.110Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-09-15T16:44:13.110Z] 431e3b1bafb1: Preparing [2020-09-15T16:44:13.110Z] 1f7f7ece8173: Preparing [2020-09-15T16:44:13.110Z] 9629360ac317: Preparing [2020-09-15T16:44:13.110Z] d875b0993b72: Preparing [2020-09-15T16:44:13.110Z] e2f13739ad41: Preparing [2020-09-15T16:44:13.110Z] e2f13739ad41: Layer already exists [2020-09-15T16:44:13.110Z] 1f7f7ece8173: Layer already exists [2020-09-15T16:44:13.110Z] 431e3b1bafb1: Layer already exists [2020-09-15T16:44:13.110Z] d875b0993b72: Layer already exists [2020-09-15T16:44:13.110Z] 9629360ac317: Layer already exists [2020-09-15T16:44:13.378Z] master: digest: sha256:e8d35caa45f9354a58f08e17b47dca2519aee8e4717e30c3d492e5d3a4697be4 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-15T16:44:13.590Z] ===================================================== [Pipeline] echo [2020-09-15T16:44:13.634Z] taggedImages: [2020-09-15T16:44:13.634Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:79f01a0b03b1bfc4590bac9ca9ba51eef1791c37 [2020-09-15T16:44:13.634Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.25 [2020-09-15T16:44:13.634Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:79f01a0b03b1bfc4590bac9ca9ba51eef1791c37-1.2.2-dev.25 [2020-09-15T16:44:13.634Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2020-09-15T16:44:13.719Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go-arm64 with the following tags: [2020-09-15T16:44:13.719Z] 79f01a0b03b1bfc4590bac9ca9ba51eef1791c37 [2020-09-15T16:44:13.719Z] 1.2.2-dev.25 [2020-09-15T16:44:13.719Z] 79f01a0b03b1bfc4590bac9ca9ba51eef1791c37-1.2.2-dev.25 [2020-09-15T16:44:13.719Z] master [2020-09-15T16:44:13.719Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:44:14.245Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:79f01a0b03b1bfc4590bac9ca9ba51eef1791c37 [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:44:14.585Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:79f01a0b03b1bfc4590bac9ca9ba51eef1791c37 [2020-09-15T16:44:14.585Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-09-15T16:44:14.585Z] e285471c219c: Preparing [2020-09-15T16:44:14.585Z] 0e21fe355fe9: Preparing [2020-09-15T16:44:14.585Z] 9e42cee31b38: Preparing [2020-09-15T16:44:14.585Z] 60e3c8942a5d: Preparing [2020-09-15T16:44:14.585Z] 60e3c8942a5d: Preparing [2020-09-15T16:44:14.585Z] 2f7ccac664c4: Preparing [2020-09-15T16:44:14.585Z] 8bff1ebe5f63: Preparing [2020-09-15T16:44:14.585Z] 252c6d15eb14: Preparing [2020-09-15T16:44:14.585Z] e285471c219c: Preparing [2020-09-15T16:44:14.585Z] d3f176918336: Preparing [2020-09-15T16:44:14.585Z] 4629edd972bd: Preparing [2020-09-15T16:44:14.585Z] c7c66665737b: Preparing [2020-09-15T16:44:14.585Z] e2f13739ad41: Preparing [2020-09-15T16:44:14.585Z] d3f176918336: Waiting [2020-09-15T16:44:14.585Z] 8bff1ebe5f63: Waiting [2020-09-15T16:44:14.585Z] 4629edd972bd: Waiting [2020-09-15T16:44:14.585Z] e2f13739ad41: Waiting [2020-09-15T16:44:14.585Z] 252c6d15eb14: Waiting [2020-09-15T16:44:14.585Z] c7c66665737b: Waiting [2020-09-15T16:44:14.858Z] 0e21fe355fe9: Pushed [2020-09-15T16:44:14.858Z] 2f7ccac664c4: Pushed [2020-09-15T16:44:14.858Z] 9e42cee31b38: Pushed [2020-09-15T16:44:14.858Z] 60e3c8942a5d: Pushed [2020-09-15T16:44:15.127Z] d3f176918336: Pushed [2020-09-15T16:44:15.127Z] 8bff1ebe5f63: Pushed [2020-09-15T16:44:15.127Z] 252c6d15eb14: Pushed [2020-09-15T16:44:15.127Z] 4629edd972bd: Pushed [2020-09-15T16:44:15.127Z] e2f13739ad41: Layer already exists [2020-09-15T16:44:15.397Z] c7c66665737b: Pushed [2020-09-15T16:44:17.359Z] e285471c219c: Pushed [2020-09-15T16:44:17.359Z] 79f01a0b03b1bfc4590bac9ca9ba51eef1791c37: digest: sha256:c290e9064267a461600b55fc396a4cb498a21be9b7f5a92c6e93d703310cb346 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:44:17.700Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.25 [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:44:18.036Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.25 [2020-09-15T16:44:18.036Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-09-15T16:44:18.036Z] e285471c219c: Preparing [2020-09-15T16:44:18.036Z] 0e21fe355fe9: Preparing [2020-09-15T16:44:18.036Z] 9e42cee31b38: Preparing [2020-09-15T16:44:18.036Z] 60e3c8942a5d: Preparing [2020-09-15T16:44:18.036Z] 60e3c8942a5d: Preparing [2020-09-15T16:44:18.036Z] 2f7ccac664c4: Preparing [2020-09-15T16:44:18.036Z] 8bff1ebe5f63: Preparing [2020-09-15T16:44:18.036Z] 252c6d15eb14: Preparing [2020-09-15T16:44:18.036Z] e285471c219c: Preparing [2020-09-15T16:44:18.036Z] d3f176918336: Preparing [2020-09-15T16:44:18.036Z] 4629edd972bd: Preparing [2020-09-15T16:44:18.036Z] c7c66665737b: Preparing [2020-09-15T16:44:18.036Z] e2f13739ad41: Preparing [2020-09-15T16:44:18.036Z] 8bff1ebe5f63: Waiting [2020-09-15T16:44:18.036Z] 252c6d15eb14: Waiting [2020-09-15T16:44:18.036Z] d3f176918336: Waiting [2020-09-15T16:44:18.036Z] 4629edd972bd: Waiting [2020-09-15T16:44:18.036Z] c7c66665737b: Waiting [2020-09-15T16:44:18.036Z] e2f13739ad41: Waiting [2020-09-15T16:44:18.036Z] 0e21fe355fe9: Layer already exists [2020-09-15T16:44:18.036Z] 9e42cee31b38: Layer already exists [2020-09-15T16:44:18.036Z] 60e3c8942a5d: Layer already exists [2020-09-15T16:44:18.036Z] 2f7ccac664c4: Layer already exists [2020-09-15T16:44:18.036Z] e285471c219c: Layer already exists [2020-09-15T16:44:18.036Z] d3f176918336: Layer already exists [2020-09-15T16:44:18.036Z] 8bff1ebe5f63: Layer already exists [2020-09-15T16:44:18.036Z] 252c6d15eb14: Layer already exists [2020-09-15T16:44:18.036Z] 4629edd972bd: Layer already exists [2020-09-15T16:44:18.036Z] c7c66665737b: Layer already exists [2020-09-15T16:44:18.036Z] e2f13739ad41: Layer already exists [2020-09-15T16:44:18.305Z] 1.2.2-dev.25: digest: sha256:c290e9064267a461600b55fc396a4cb498a21be9b7f5a92c6e93d703310cb346 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:44:18.642Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:79f01a0b03b1bfc4590bac9ca9ba51eef1791c37-1.2.2-dev.25 [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:44:18.981Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:79f01a0b03b1bfc4590bac9ca9ba51eef1791c37-1.2.2-dev.25 [2020-09-15T16:44:18.981Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-09-15T16:44:18.981Z] e285471c219c: Preparing [2020-09-15T16:44:18.981Z] 0e21fe355fe9: Preparing [2020-09-15T16:44:18.981Z] 9e42cee31b38: Preparing [2020-09-15T16:44:18.981Z] 60e3c8942a5d: Preparing [2020-09-15T16:44:18.981Z] 60e3c8942a5d: Preparing [2020-09-15T16:44:18.981Z] 2f7ccac664c4: Preparing [2020-09-15T16:44:18.981Z] 8bff1ebe5f63: Preparing [2020-09-15T16:44:18.981Z] 252c6d15eb14: Preparing [2020-09-15T16:44:18.981Z] e285471c219c: Preparing [2020-09-15T16:44:18.981Z] d3f176918336: Preparing [2020-09-15T16:44:18.981Z] 4629edd972bd: Preparing [2020-09-15T16:44:18.981Z] c7c66665737b: Preparing [2020-09-15T16:44:18.981Z] e2f13739ad41: Preparing [2020-09-15T16:44:18.981Z] 4629edd972bd: Waiting [2020-09-15T16:44:18.981Z] 8bff1ebe5f63: Waiting [2020-09-15T16:44:18.981Z] 252c6d15eb14: Waiting [2020-09-15T16:44:18.981Z] d3f176918336: Waiting [2020-09-15T16:44:18.981Z] e2f13739ad41: Waiting [2020-09-15T16:44:18.981Z] c7c66665737b: Waiting [2020-09-15T16:44:18.981Z] 60e3c8942a5d: Layer already exists [2020-09-15T16:44:18.981Z] 9e42cee31b38: Layer already exists [2020-09-15T16:44:18.981Z] 2f7ccac664c4: Layer already exists [2020-09-15T16:44:18.981Z] e285471c219c: Layer already exists [2020-09-15T16:44:18.981Z] 0e21fe355fe9: Layer already exists [2020-09-15T16:44:19.254Z] 252c6d15eb14: Layer already exists [2020-09-15T16:44:19.254Z] c7c66665737b: Layer already exists [2020-09-15T16:44:19.254Z] d3f176918336: Layer already exists [2020-09-15T16:44:19.254Z] 8bff1ebe5f63: Layer already exists [2020-09-15T16:44:19.254Z] 4629edd972bd: Layer already exists [2020-09-15T16:44:19.254Z] e2f13739ad41: Layer already exists [2020-09-15T16:44:19.254Z] 79f01a0b03b1bfc4590bac9ca9ba51eef1791c37-1.2.2-dev.25: digest: sha256:c290e9064267a461600b55fc396a4cb498a21be9b7f5a92c6e93d703310cb346 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:44:19.603Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:44:19.937Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [2020-09-15T16:44:19.937Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-09-15T16:44:19.937Z] e285471c219c: Preparing [2020-09-15T16:44:19.937Z] 0e21fe355fe9: Preparing [2020-09-15T16:44:19.937Z] 9e42cee31b38: Preparing [2020-09-15T16:44:19.937Z] 60e3c8942a5d: Preparing [2020-09-15T16:44:19.937Z] 60e3c8942a5d: Preparing [2020-09-15T16:44:19.937Z] 2f7ccac664c4: Preparing [2020-09-15T16:44:19.937Z] 8bff1ebe5f63: Preparing [2020-09-15T16:44:19.937Z] 252c6d15eb14: Preparing [2020-09-15T16:44:19.937Z] e285471c219c: Preparing [2020-09-15T16:44:19.937Z] d3f176918336: Preparing [2020-09-15T16:44:19.937Z] 4629edd972bd: Preparing [2020-09-15T16:44:19.937Z] c7c66665737b: Preparing [2020-09-15T16:44:19.937Z] e2f13739ad41: Preparing [2020-09-15T16:44:19.937Z] d3f176918336: Waiting [2020-09-15T16:44:19.937Z] 4629edd972bd: Waiting [2020-09-15T16:44:19.937Z] c7c66665737b: Waiting [2020-09-15T16:44:19.937Z] e2f13739ad41: Waiting [2020-09-15T16:44:19.937Z] 8bff1ebe5f63: Waiting [2020-09-15T16:44:19.937Z] 252c6d15eb14: Waiting [2020-09-15T16:44:19.937Z] 9e42cee31b38: Layer already exists [2020-09-15T16:44:19.937Z] 60e3c8942a5d: Layer already exists [2020-09-15T16:44:19.937Z] 0e21fe355fe9: Layer already exists [2020-09-15T16:44:20.210Z] e285471c219c: Layer already exists [2020-09-15T16:44:20.210Z] 2f7ccac664c4: Layer already exists [2020-09-15T16:44:20.210Z] 8bff1ebe5f63: Layer already exists [2020-09-15T16:44:20.210Z] 252c6d15eb14: Layer already exists [2020-09-15T16:44:20.210Z] 4629edd972bd: Layer already exists [2020-09-15T16:44:20.210Z] d3f176918336: Layer already exists [2020-09-15T16:44:20.210Z] c7c66665737b: Layer already exists [2020-09-15T16:44:20.210Z] e2f13739ad41: Layer already exists [2020-09-15T16:44:20.210Z] master: digest: sha256:c290e9064267a461600b55fc396a4cb498a21be9b7f5a92c6e93d703310cb346 size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-15T16:44:20.534Z] ===================================================== [Pipeline] echo [2020-09-15T16:44:20.580Z] taggedImages: [2020-09-15T16:44:20.580Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:79f01a0b03b1bfc4590bac9ca9ba51eef1791c37 [2020-09-15T16:44:20.580Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.25 [2020-09-15T16:44:20.580Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:79f01a0b03b1bfc4590bac9ca9ba51eef1791c37-1.2.2-dev.25 [2020-09-15T16:44:20.580Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [Pipeline] echo [2020-09-15T16:44:20.676Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2020-09-15T16:44:20.676Z] 79f01a0b03b1bfc4590bac9ca9ba51eef1791c37 [2020-09-15T16:44:20.676Z] 1.2.2-dev.25 [2020-09-15T16:44:20.676Z] 79f01a0b03b1bfc4590bac9ca9ba51eef1791c37-1.2.2-dev.25 [2020-09-15T16:44:20.676Z] master [2020-09-15T16:44:20.676Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:44:21.184Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:79f01a0b03b1bfc4590bac9ca9ba51eef1791c37 [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:44:21.517Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:79f01a0b03b1bfc4590bac9ca9ba51eef1791c37 [2020-09-15T16:44:21.517Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-09-15T16:44:21.517Z] ddea7dc67e4c: Preparing [2020-09-15T16:44:21.517Z] 7c3d7b3a6b59: Preparing [2020-09-15T16:44:21.517Z] a5d3d7e0d393: Preparing [2020-09-15T16:44:21.517Z] 0e129f5dad2e: Preparing [2020-09-15T16:44:21.517Z] 3291b0b71dcb: Preparing [2020-09-15T16:44:21.517Z] cb6b50d638c6: Preparing [2020-09-15T16:44:21.517Z] 9e7dac5ffd07: Preparing [2020-09-15T16:44:21.517Z] cb6b50d638c6: Waiting [2020-09-15T16:44:21.517Z] 42856ab86902: Preparing [2020-09-15T16:44:21.517Z] be9f3e46312e: Preparing [2020-09-15T16:44:21.517Z] 656b427009f8: Preparing [2020-09-15T16:44:21.517Z] 66b385cf80cf: Preparing [2020-09-15T16:44:21.517Z] 42856ab86902: Waiting [2020-09-15T16:44:21.517Z] 9e7dac5ffd07: Waiting [2020-09-15T16:44:21.517Z] 66b385cf80cf: Waiting [2020-09-15T16:44:21.517Z] 656b427009f8: Waiting [2020-09-15T16:44:21.789Z] 7c3d7b3a6b59: Pushed [2020-09-15T16:44:21.789Z] ddea7dc67e4c: Pushed [2020-09-15T16:44:22.064Z] cb6b50d638c6: Pushed [2020-09-15T16:44:22.064Z] 9e7dac5ffd07: Pushed [2020-09-15T16:44:22.334Z] 42856ab86902: Pushed [2020-09-15T16:44:22.334Z] be9f3e46312e: Pushed [2020-09-15T16:44:22.611Z] 66b385cf80cf: Layer already exists [2020-09-15T16:44:22.886Z] 656b427009f8: Pushed [2020-09-15T16:44:23.862Z] a5d3d7e0d393: Pushed [2020-09-15T16:44:23.862Z] 3291b0b71dcb: Pushed [2020-09-15T16:44:23.862Z] 0e129f5dad2e: Pushed [2020-09-15T16:44:24.132Z] 79f01a0b03b1bfc4590bac9ca9ba51eef1791c37: digest: sha256:fb468ab33d0f41e712703ee957aba0b202ef399be96b4844ceab2a04ad94008f size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:44:24.474Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.25 [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:44:24.807Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.25 [2020-09-15T16:44:24.807Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-09-15T16:44:24.807Z] ddea7dc67e4c: Preparing [2020-09-15T16:44:24.807Z] 7c3d7b3a6b59: Preparing [2020-09-15T16:44:24.807Z] a5d3d7e0d393: Preparing [2020-09-15T16:44:24.807Z] 0e129f5dad2e: Preparing [2020-09-15T16:44:24.807Z] 3291b0b71dcb: Preparing [2020-09-15T16:44:24.807Z] cb6b50d638c6: Preparing [2020-09-15T16:44:24.807Z] 9e7dac5ffd07: Preparing [2020-09-15T16:44:24.807Z] 42856ab86902: Preparing [2020-09-15T16:44:24.807Z] be9f3e46312e: Preparing [2020-09-15T16:44:24.807Z] cb6b50d638c6: Waiting [2020-09-15T16:44:24.807Z] 656b427009f8: Preparing [2020-09-15T16:44:24.807Z] 66b385cf80cf: Preparing [2020-09-15T16:44:24.807Z] 42856ab86902: Waiting [2020-09-15T16:44:24.807Z] be9f3e46312e: Waiting [2020-09-15T16:44:24.807Z] 656b427009f8: Waiting [2020-09-15T16:44:24.807Z] 66b385cf80cf: Waiting [2020-09-15T16:44:24.807Z] 9e7dac5ffd07: Waiting [2020-09-15T16:44:24.807Z] 0e129f5dad2e: Layer already exists [2020-09-15T16:44:24.807Z] 3291b0b71dcb: Layer already exists [2020-09-15T16:44:24.807Z] a5d3d7e0d393: Layer already exists [2020-09-15T16:44:24.807Z] ddea7dc67e4c: Layer already exists [2020-09-15T16:44:24.807Z] 7c3d7b3a6b59: Layer already exists [2020-09-15T16:44:25.078Z] be9f3e46312e: Layer already exists [2020-09-15T16:44:25.078Z] cb6b50d638c6: Layer already exists [2020-09-15T16:44:25.078Z] 42856ab86902: Layer already exists [2020-09-15T16:44:25.078Z] 9e7dac5ffd07: Layer already exists [2020-09-15T16:44:25.079Z] 656b427009f8: Layer already exists [2020-09-15T16:44:25.079Z] 66b385cf80cf: Layer already exists [2020-09-15T16:44:25.079Z] 1.2.2-dev.25: digest: sha256:fb468ab33d0f41e712703ee957aba0b202ef399be96b4844ceab2a04ad94008f size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:44:25.420Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:79f01a0b03b1bfc4590bac9ca9ba51eef1791c37-1.2.2-dev.25 [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:44:25.751Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:79f01a0b03b1bfc4590bac9ca9ba51eef1791c37-1.2.2-dev.25 [2020-09-15T16:44:25.751Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-09-15T16:44:25.751Z] ddea7dc67e4c: Preparing [2020-09-15T16:44:25.751Z] 7c3d7b3a6b59: Preparing [2020-09-15T16:44:25.751Z] a5d3d7e0d393: Preparing [2020-09-15T16:44:25.751Z] 0e129f5dad2e: Preparing [2020-09-15T16:44:25.751Z] 3291b0b71dcb: Preparing [2020-09-15T16:44:25.751Z] cb6b50d638c6: Preparing [2020-09-15T16:44:25.751Z] 9e7dac5ffd07: Preparing [2020-09-15T16:44:25.751Z] 42856ab86902: Preparing [2020-09-15T16:44:25.751Z] be9f3e46312e: Preparing [2020-09-15T16:44:25.751Z] 656b427009f8: Preparing [2020-09-15T16:44:25.751Z] 66b385cf80cf: Preparing [2020-09-15T16:44:25.751Z] 42856ab86902: Waiting [2020-09-15T16:44:25.751Z] be9f3e46312e: Waiting [2020-09-15T16:44:25.751Z] cb6b50d638c6: Waiting [2020-09-15T16:44:25.751Z] 656b427009f8: Waiting [2020-09-15T16:44:25.751Z] 66b385cf80cf: Waiting [2020-09-15T16:44:25.751Z] 9e7dac5ffd07: Waiting [2020-09-15T16:44:25.751Z] a5d3d7e0d393: Layer already exists [2020-09-15T16:44:26.020Z] 0e129f5dad2e: Layer already exists [2020-09-15T16:44:26.020Z] 7c3d7b3a6b59: Layer already exists [2020-09-15T16:44:26.020Z] 3291b0b71dcb: Layer already exists [2020-09-15T16:44:26.020Z] ddea7dc67e4c: Layer already exists [2020-09-15T16:44:26.020Z] cb6b50d638c6: Layer already exists [2020-09-15T16:44:26.020Z] be9f3e46312e: Layer already exists [2020-09-15T16:44:26.020Z] 9e7dac5ffd07: Layer already exists [2020-09-15T16:44:26.020Z] 42856ab86902: Layer already exists [2020-09-15T16:44:26.020Z] 656b427009f8: Layer already exists [2020-09-15T16:44:26.020Z] 66b385cf80cf: Layer already exists [2020-09-15T16:44:26.020Z] 79f01a0b03b1bfc4590bac9ca9ba51eef1791c37-1.2.2-dev.25: digest: sha256:fb468ab33d0f41e712703ee957aba0b202ef399be96b4844ceab2a04ad94008f size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:44:26.355Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:44:26.685Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2020-09-15T16:44:26.685Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-09-15T16:44:26.685Z] ddea7dc67e4c: Preparing [2020-09-15T16:44:26.685Z] 7c3d7b3a6b59: Preparing [2020-09-15T16:44:26.685Z] a5d3d7e0d393: Preparing [2020-09-15T16:44:26.685Z] 0e129f5dad2e: Preparing [2020-09-15T16:44:26.685Z] 3291b0b71dcb: Preparing [2020-09-15T16:44:26.685Z] cb6b50d638c6: Preparing [2020-09-15T16:44:26.685Z] 9e7dac5ffd07: Preparing [2020-09-15T16:44:26.685Z] 42856ab86902: Preparing [2020-09-15T16:44:26.685Z] be9f3e46312e: Preparing [2020-09-15T16:44:26.685Z] 656b427009f8: Preparing [2020-09-15T16:44:26.685Z] 66b385cf80cf: Preparing [2020-09-15T16:44:26.685Z] cb6b50d638c6: Waiting [2020-09-15T16:44:26.685Z] 9e7dac5ffd07: Waiting [2020-09-15T16:44:26.685Z] 42856ab86902: Waiting [2020-09-15T16:44:26.685Z] be9f3e46312e: Waiting [2020-09-15T16:44:26.685Z] 656b427009f8: Waiting [2020-09-15T16:44:26.685Z] 0e129f5dad2e: Layer already exists [2020-09-15T16:44:26.685Z] 3291b0b71dcb: Layer already exists [2020-09-15T16:44:26.954Z] ddea7dc67e4c: Layer already exists [2020-09-15T16:44:26.954Z] 7c3d7b3a6b59: Layer already exists [2020-09-15T16:44:26.954Z] a5d3d7e0d393: Layer already exists [2020-09-15T16:44:26.954Z] 9e7dac5ffd07: Layer already exists [2020-09-15T16:44:26.954Z] cb6b50d638c6: Layer already exists [2020-09-15T16:44:26.954Z] 42856ab86902: Layer already exists [2020-09-15T16:44:26.954Z] be9f3e46312e: Layer already exists [2020-09-15T16:44:26.954Z] 656b427009f8: Layer already exists [2020-09-15T16:44:26.954Z] 66b385cf80cf: Layer already exists [2020-09-15T16:44:26.954Z] master: digest: sha256:fb468ab33d0f41e712703ee957aba0b202ef399be96b4844ceab2a04ad94008f size: 2616 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-15T16:44:27.165Z] ===================================================== [Pipeline] echo [2020-09-15T16:44:27.236Z] taggedImages: [2020-09-15T16:44:27.236Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:79f01a0b03b1bfc4590bac9ca9ba51eef1791c37 [2020-09-15T16:44:27.236Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.25 [2020-09-15T16:44:27.236Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:79f01a0b03b1bfc4590bac9ca9ba51eef1791c37-1.2.2-dev.25 [2020-09-15T16:44:27.236Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2020-09-15T16:44:27.304Z] [edgeXDocker.push] Tagging docker image docker-support-logging-go-arm64 with the following tags: [2020-09-15T16:44:27.304Z] 79f01a0b03b1bfc4590bac9ca9ba51eef1791c37 [2020-09-15T16:44:27.304Z] 1.2.2-dev.25 [2020-09-15T16:44:27.304Z] 79f01a0b03b1bfc4590bac9ca9ba51eef1791c37-1.2.2-dev.25 [2020-09-15T16:44:27.304Z] master [2020-09-15T16:44:27.304Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:44:27.821Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:79f01a0b03b1bfc4590bac9ca9ba51eef1791c37 [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:44:28.149Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:79f01a0b03b1bfc4590bac9ca9ba51eef1791c37 [2020-09-15T16:44:28.150Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-09-15T16:44:28.420Z] 99b9f0606f6f: Preparing [2020-09-15T16:44:28.420Z] aa1c3ed8d550: Preparing [2020-09-15T16:44:28.420Z] f8dbd664e229: Preparing [2020-09-15T16:44:28.420Z] b6e3561c8430: Preparing [2020-09-15T16:44:28.689Z] 99b9f0606f6f: Pushed [2020-09-15T16:44:28.689Z] f8dbd664e229: Pushed [2020-09-15T16:44:28.689Z] b6e3561c8430: Pushed [2020-09-15T16:44:31.282Z] aa1c3ed8d550: Pushed [2020-09-15T16:44:31.282Z] 79f01a0b03b1bfc4590bac9ca9ba51eef1791c37: digest: sha256:fdaf767eb3a89132605d6fe5972388aef58915d3bcc19f49b56788ad59e46ff0 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:44:31.617Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.25 [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:44:31.949Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.25 [2020-09-15T16:44:31.949Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-09-15T16:44:31.949Z] 99b9f0606f6f: Preparing [2020-09-15T16:44:31.949Z] aa1c3ed8d550: Preparing [2020-09-15T16:44:31.949Z] f8dbd664e229: Preparing [2020-09-15T16:44:31.949Z] b6e3561c8430: Preparing [2020-09-15T16:44:31.949Z] f8dbd664e229: Layer already exists [2020-09-15T16:44:31.949Z] 99b9f0606f6f: Layer already exists [2020-09-15T16:44:31.949Z] aa1c3ed8d550: Layer already exists [2020-09-15T16:44:31.949Z] b6e3561c8430: Layer already exists [2020-09-15T16:44:32.220Z] 1.2.2-dev.25: digest: sha256:fdaf767eb3a89132605d6fe5972388aef58915d3bcc19f49b56788ad59e46ff0 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:44:32.557Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:79f01a0b03b1bfc4590bac9ca9ba51eef1791c37-1.2.2-dev.25 [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:44:32.890Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:79f01a0b03b1bfc4590bac9ca9ba51eef1791c37-1.2.2-dev.25 [2020-09-15T16:44:32.891Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-09-15T16:44:32.891Z] 99b9f0606f6f: Preparing [2020-09-15T16:44:32.891Z] aa1c3ed8d550: Preparing [2020-09-15T16:44:32.891Z] f8dbd664e229: Preparing [2020-09-15T16:44:32.891Z] b6e3561c8430: Preparing [2020-09-15T16:44:32.891Z] b6e3561c8430: Layer already exists [2020-09-15T16:44:32.891Z] f8dbd664e229: Layer already exists [2020-09-15T16:44:32.891Z] aa1c3ed8d550: Layer already exists [2020-09-15T16:44:33.160Z] 99b9f0606f6f: Layer already exists [2020-09-15T16:44:33.160Z] 79f01a0b03b1bfc4590bac9ca9ba51eef1791c37-1.2.2-dev.25: digest: sha256:fdaf767eb3a89132605d6fe5972388aef58915d3bcc19f49b56788ad59e46ff0 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:44:33.524Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:44:33.854Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [2020-09-15T16:44:33.854Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-09-15T16:44:33.854Z] 99b9f0606f6f: Preparing [2020-09-15T16:44:33.854Z] aa1c3ed8d550: Preparing [2020-09-15T16:44:33.854Z] f8dbd664e229: Preparing [2020-09-15T16:44:33.854Z] b6e3561c8430: Preparing [2020-09-15T16:44:33.854Z] aa1c3ed8d550: Layer already exists [2020-09-15T16:44:33.854Z] 99b9f0606f6f: Layer already exists [2020-09-15T16:44:33.854Z] b6e3561c8430: Layer already exists [2020-09-15T16:44:33.854Z] f8dbd664e229: Layer already exists [2020-09-15T16:44:34.128Z] master: digest: sha256:fdaf767eb3a89132605d6fe5972388aef58915d3bcc19f49b56788ad59e46ff0 size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-15T16:44:34.314Z] ===================================================== [Pipeline] echo [2020-09-15T16:44:34.359Z] taggedImages: [2020-09-15T16:44:34.359Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:79f01a0b03b1bfc4590bac9ca9ba51eef1791c37 [2020-09-15T16:44:34.359Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.25 [2020-09-15T16:44:34.359Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:79f01a0b03b1bfc4590bac9ca9ba51eef1791c37-1.2.2-dev.25 [2020-09-15T16:44:34.359Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] echo [2020-09-15T16:44:34.419Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2020-09-15T16:44:34.419Z] 79f01a0b03b1bfc4590bac9ca9ba51eef1791c37 [2020-09-15T16:44:34.419Z] 1.2.2-dev.25 [2020-09-15T16:44:34.419Z] 79f01a0b03b1bfc4590bac9ca9ba51eef1791c37-1.2.2-dev.25 [2020-09-15T16:44:34.419Z] master [2020-09-15T16:44:34.419Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:44:34.943Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:79f01a0b03b1bfc4590bac9ca9ba51eef1791c37 [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:44:35.271Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:79f01a0b03b1bfc4590bac9ca9ba51eef1791c37 [2020-09-15T16:44:35.271Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-09-15T16:44:35.271Z] 1d18c95faee1: Preparing [2020-09-15T16:44:35.271Z] b7ba357bca3c: Preparing [2020-09-15T16:44:35.271Z] 117f2b462576: Preparing [2020-09-15T16:44:35.271Z] 923cf6b1fd94: Preparing [2020-09-15T16:44:35.271Z] 2662e08e1171: Preparing [2020-09-15T16:44:35.271Z] bba33a1c25d1: Preparing [2020-09-15T16:44:35.271Z] bba33a1c25d1: Waiting [2020-09-15T16:44:35.552Z] 1d18c95faee1: Pushed [2020-09-15T16:44:35.552Z] 117f2b462576: Pushed [2020-09-15T16:44:35.552Z] 923cf6b1fd94: Pushed [2020-09-15T16:44:35.552Z] 2662e08e1171: Pushed [2020-09-15T16:44:35.828Z] bba33a1c25d1: Pushed [2020-09-15T16:44:38.429Z] b7ba357bca3c: Pushed [2020-09-15T16:44:38.700Z] 79f01a0b03b1bfc4590bac9ca9ba51eef1791c37: digest: sha256:d5b3034946f437f3207eda03fd0b754efa519218c5dc675258b098eafdd73928 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:44:39.038Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.25 [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:44:39.372Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.25 [2020-09-15T16:44:39.372Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-09-15T16:44:39.372Z] 1d18c95faee1: Preparing [2020-09-15T16:44:39.372Z] b7ba357bca3c: Preparing [2020-09-15T16:44:39.372Z] 117f2b462576: Preparing [2020-09-15T16:44:39.372Z] 923cf6b1fd94: Preparing [2020-09-15T16:44:39.372Z] 2662e08e1171: Preparing [2020-09-15T16:44:39.372Z] bba33a1c25d1: Preparing [2020-09-15T16:44:39.372Z] bba33a1c25d1: Waiting [2020-09-15T16:44:39.372Z] 117f2b462576: Layer already exists [2020-09-15T16:44:39.372Z] 2662e08e1171: Layer already exists [2020-09-15T16:44:39.372Z] 1d18c95faee1: Layer already exists [2020-09-15T16:44:39.372Z] b7ba357bca3c: Layer already exists [2020-09-15T16:44:39.372Z] 923cf6b1fd94: Layer already exists [2020-09-15T16:44:39.372Z] bba33a1c25d1: Layer already exists [2020-09-15T16:44:39.641Z] 1.2.2-dev.25: digest: sha256:d5b3034946f437f3207eda03fd0b754efa519218c5dc675258b098eafdd73928 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:44:39.977Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:79f01a0b03b1bfc4590bac9ca9ba51eef1791c37-1.2.2-dev.25 [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:44:40.310Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:79f01a0b03b1bfc4590bac9ca9ba51eef1791c37-1.2.2-dev.25 [2020-09-15T16:44:40.311Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-09-15T16:44:40.311Z] 1d18c95faee1: Preparing [2020-09-15T16:44:40.311Z] b7ba357bca3c: Preparing [2020-09-15T16:44:40.311Z] 117f2b462576: Preparing [2020-09-15T16:44:40.311Z] 923cf6b1fd94: Preparing [2020-09-15T16:44:40.311Z] 2662e08e1171: Preparing [2020-09-15T16:44:40.311Z] bba33a1c25d1: Preparing [2020-09-15T16:44:40.311Z] bba33a1c25d1: Waiting [2020-09-15T16:44:40.311Z] b7ba357bca3c: Layer already exists [2020-09-15T16:44:40.311Z] 923cf6b1fd94: Layer already exists [2020-09-15T16:44:40.311Z] 1d18c95faee1: Layer already exists [2020-09-15T16:44:40.311Z] 117f2b462576: Layer already exists [2020-09-15T16:44:40.311Z] 2662e08e1171: Layer already exists [2020-09-15T16:44:40.311Z] bba33a1c25d1: Layer already exists [2020-09-15T16:44:40.579Z] 79f01a0b03b1bfc4590bac9ca9ba51eef1791c37-1.2.2-dev.25: digest: sha256:d5b3034946f437f3207eda03fd0b754efa519218c5dc675258b098eafdd73928 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:44:40.914Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:44:41.243Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2020-09-15T16:44:41.243Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-09-15T16:44:41.243Z] 1d18c95faee1: Preparing [2020-09-15T16:44:41.243Z] b7ba357bca3c: Preparing [2020-09-15T16:44:41.243Z] 117f2b462576: Preparing [2020-09-15T16:44:41.243Z] 923cf6b1fd94: Preparing [2020-09-15T16:44:41.243Z] 2662e08e1171: Preparing [2020-09-15T16:44:41.243Z] bba33a1c25d1: Preparing [2020-09-15T16:44:41.243Z] bba33a1c25d1: Waiting [2020-09-15T16:44:41.243Z] 923cf6b1fd94: Layer already exists [2020-09-15T16:44:41.243Z] 2662e08e1171: Layer already exists [2020-09-15T16:44:41.243Z] 117f2b462576: Layer already exists [2020-09-15T16:44:41.243Z] 1d18c95faee1: Layer already exists [2020-09-15T16:44:41.243Z] b7ba357bca3c: Layer already exists [2020-09-15T16:44:41.527Z] bba33a1c25d1: Layer already exists [2020-09-15T16:44:41.527Z] master: digest: sha256:d5b3034946f437f3207eda03fd0b754efa519218c5dc675258b098eafdd73928 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-15T16:44:41.723Z] ===================================================== [Pipeline] echo [2020-09-15T16:44:41.773Z] taggedImages: [2020-09-15T16:44:41.773Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:79f01a0b03b1bfc4590bac9ca9ba51eef1791c37 [2020-09-15T16:44:41.773Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.25 [2020-09-15T16:44:41.773Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:79f01a0b03b1bfc4590bac9ca9ba51eef1791c37-1.2.2-dev.25 [2020-09-15T16:44:41.773Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2020-09-15T16:44:41.837Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2020-09-15T16:44:41.837Z] 79f01a0b03b1bfc4590bac9ca9ba51eef1791c37 [2020-09-15T16:44:41.837Z] 1.2.2-dev.25 [2020-09-15T16:44:41.837Z] 79f01a0b03b1bfc4590bac9ca9ba51eef1791c37-1.2.2-dev.25 [2020-09-15T16:44:41.837Z] master [2020-09-15T16:44:41.837Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:44:42.379Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:79f01a0b03b1bfc4590bac9ca9ba51eef1791c37 [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:44:42.735Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:79f01a0b03b1bfc4590bac9ca9ba51eef1791c37 [2020-09-15T16:44:42.735Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-09-15T16:44:42.735Z] 9a1ab4295f80: Preparing [2020-09-15T16:44:42.735Z] 7cf26aee8b0c: Preparing [2020-09-15T16:44:42.735Z] b900a14ab4ef: Preparing [2020-09-15T16:44:43.014Z] 9a1ab4295f80: Pushed [2020-09-15T16:44:43.014Z] b900a14ab4ef: Pushed [2020-09-15T16:44:46.403Z] 7cf26aee8b0c: Pushed [2020-09-15T16:44:46.403Z] 79f01a0b03b1bfc4590bac9ca9ba51eef1791c37: digest: sha256:a1872136a61af8cab6d3a17eba02a30076a13b598028bbe11c109838ac7a727a size: 944 [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:44:46.741Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.25 [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:44:47.084Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.25 [2020-09-15T16:44:47.084Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-09-15T16:44:47.084Z] 9a1ab4295f80: Preparing [2020-09-15T16:44:47.084Z] 7cf26aee8b0c: Preparing [2020-09-15T16:44:47.084Z] b900a14ab4ef: Preparing [2020-09-15T16:44:47.084Z] 9a1ab4295f80: Layer already exists [2020-09-15T16:44:47.084Z] b900a14ab4ef: Layer already exists [2020-09-15T16:44:47.355Z] 7cf26aee8b0c: Layer already exists [2020-09-15T16:44:47.355Z] 1.2.2-dev.25: digest: sha256:a1872136a61af8cab6d3a17eba02a30076a13b598028bbe11c109838ac7a727a size: 944 [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:44:47.694Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:79f01a0b03b1bfc4590bac9ca9ba51eef1791c37-1.2.2-dev.25 [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:44:48.027Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:79f01a0b03b1bfc4590bac9ca9ba51eef1791c37-1.2.2-dev.25 [2020-09-15T16:44:48.027Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-09-15T16:44:48.027Z] 9a1ab4295f80: Preparing [2020-09-15T16:44:48.027Z] 7cf26aee8b0c: Preparing [2020-09-15T16:44:48.027Z] b900a14ab4ef: Preparing [2020-09-15T16:44:48.297Z] 9a1ab4295f80: Layer already exists [2020-09-15T16:44:48.297Z] 7cf26aee8b0c: Layer already exists [2020-09-15T16:44:48.297Z] b900a14ab4ef: Layer already exists [2020-09-15T16:44:48.297Z] 79f01a0b03b1bfc4590bac9ca9ba51eef1791c37-1.2.2-dev.25: digest: sha256:a1872136a61af8cab6d3a17eba02a30076a13b598028bbe11c109838ac7a727a size: 944 [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:44:48.633Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:44:48.965Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2020-09-15T16:44:48.965Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-09-15T16:44:48.965Z] 9a1ab4295f80: Preparing [2020-09-15T16:44:48.965Z] 7cf26aee8b0c: Preparing [2020-09-15T16:44:48.965Z] b900a14ab4ef: Preparing [2020-09-15T16:44:48.965Z] 9a1ab4295f80: Layer already exists [2020-09-15T16:44:48.965Z] 7cf26aee8b0c: Layer already exists [2020-09-15T16:44:48.965Z] b900a14ab4ef: Layer already exists [2020-09-15T16:44:49.235Z] master: digest: sha256:a1872136a61af8cab6d3a17eba02a30076a13b598028bbe11c109838ac7a727a size: 944 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-15T16:44:49.431Z] ===================================================== [Pipeline] echo [2020-09-15T16:44:49.498Z] taggedImages: [2020-09-15T16:44:49.498Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:79f01a0b03b1bfc4590bac9ca9ba51eef1791c37 [2020-09-15T16:44:49.498Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.25 [2020-09-15T16:44:49.498Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:79f01a0b03b1bfc4590bac9ca9ba51eef1791c37-1.2.2-dev.25 [2020-09-15T16:44:49.498Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2020-09-15T16:44:49.562Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2020-09-15T16:44:49.562Z] 79f01a0b03b1bfc4590bac9ca9ba51eef1791c37 [2020-09-15T16:44:49.562Z] 1.2.2-dev.25 [2020-09-15T16:44:49.562Z] 79f01a0b03b1bfc4590bac9ca9ba51eef1791c37-1.2.2-dev.25 [2020-09-15T16:44:49.562Z] master [2020-09-15T16:44:49.562Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:44:50.076Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:79f01a0b03b1bfc4590bac9ca9ba51eef1791c37 [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:44:50.419Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:79f01a0b03b1bfc4590bac9ca9ba51eef1791c37 [2020-09-15T16:44:50.419Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-09-15T16:44:50.419Z] 286abedd14c3: Preparing [2020-09-15T16:44:50.419Z] ecdfd4b83fe9: Preparing [2020-09-15T16:44:50.419Z] 62a6a0e3d02c: Preparing [2020-09-15T16:44:50.419Z] bfa843418ab1: Preparing [2020-09-15T16:44:50.419Z] d0560b773adc: Preparing [2020-09-15T16:44:50.419Z] efd2bee6a3f1: Preparing [2020-09-15T16:44:50.419Z] 0f0ba86b229d: Preparing [2020-09-15T16:44:50.419Z] dcafda8adff7: Preparing [2020-09-15T16:44:50.419Z] 48d9eb58abf3: Preparing [2020-09-15T16:44:50.419Z] e5de615b7841: Preparing [2020-09-15T16:44:50.419Z] b0d752909cf9: Preparing [2020-09-15T16:44:50.419Z] 94fdc660876c: Preparing [2020-09-15T16:44:50.419Z] 4e7279dfc0c0: Preparing [2020-09-15T16:44:50.419Z] e2f13739ad41: Preparing [2020-09-15T16:44:50.419Z] 0f0ba86b229d: Waiting [2020-09-15T16:44:50.419Z] e5de615b7841: Waiting [2020-09-15T16:44:50.419Z] dcafda8adff7: Waiting [2020-09-15T16:44:50.419Z] 48d9eb58abf3: Waiting [2020-09-15T16:44:50.419Z] efd2bee6a3f1: Waiting [2020-09-15T16:44:50.419Z] 94fdc660876c: Waiting [2020-09-15T16:44:50.419Z] b0d752909cf9: Waiting [2020-09-15T16:44:50.419Z] 4e7279dfc0c0: Waiting [2020-09-15T16:44:50.419Z] e2f13739ad41: Waiting [2020-09-15T16:44:51.016Z] d0560b773adc: Pushed [2020-09-15T16:44:51.288Z] 286abedd14c3: Pushed [2020-09-15T16:44:51.884Z] bfa843418ab1: Pushed [2020-09-15T16:44:51.884Z] dcafda8adff7: Layer already exists [2020-09-15T16:44:51.884Z] 48d9eb58abf3: Layer already exists [2020-09-15T16:44:51.884Z] e5de615b7841: Layer already exists [2020-09-15T16:44:51.884Z] 0f0ba86b229d: Pushed [2020-09-15T16:44:51.884Z] b0d752909cf9: Layer already exists [2020-09-15T16:44:51.884Z] 94fdc660876c: Layer already exists [2020-09-15T16:44:51.884Z] 4e7279dfc0c0: Layer already exists [2020-09-15T16:44:51.884Z] e2f13739ad41: Layer already exists [2020-09-15T16:44:52.481Z] ecdfd4b83fe9: Pushed [2020-09-15T16:44:53.074Z] efd2bee6a3f1: Pushed [2020-09-15T16:45:05.422Z] 62a6a0e3d02c: Pushed [2020-09-15T16:45:05.422Z] 79f01a0b03b1bfc4590bac9ca9ba51eef1791c37: digest: sha256:40ed177ea568c23a5bd5aeb34c55620ce95a267a218d7016f71db1d7f2af3e2a size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:45:05.760Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.25 [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:45:06.092Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.25 [2020-09-15T16:45:06.092Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-09-15T16:45:06.092Z] 286abedd14c3: Preparing [2020-09-15T16:45:06.092Z] ecdfd4b83fe9: Preparing [2020-09-15T16:45:06.092Z] 62a6a0e3d02c: Preparing [2020-09-15T16:45:06.092Z] bfa843418ab1: Preparing [2020-09-15T16:45:06.092Z] d0560b773adc: Preparing [2020-09-15T16:45:06.092Z] efd2bee6a3f1: Preparing [2020-09-15T16:45:06.092Z] 0f0ba86b229d: Preparing [2020-09-15T16:45:06.092Z] dcafda8adff7: Preparing [2020-09-15T16:45:06.092Z] 48d9eb58abf3: Preparing [2020-09-15T16:45:06.092Z] e5de615b7841: Preparing [2020-09-15T16:45:06.092Z] b0d752909cf9: Preparing [2020-09-15T16:45:06.092Z] 94fdc660876c: Preparing [2020-09-15T16:45:06.092Z] 4e7279dfc0c0: Preparing [2020-09-15T16:45:06.092Z] e2f13739ad41: Preparing [2020-09-15T16:45:06.092Z] dcafda8adff7: Waiting [2020-09-15T16:45:06.092Z] 48d9eb58abf3: Waiting [2020-09-15T16:45:06.092Z] e5de615b7841: Waiting [2020-09-15T16:45:06.092Z] b0d752909cf9: Waiting [2020-09-15T16:45:06.092Z] 94fdc660876c: Waiting [2020-09-15T16:45:06.092Z] 4e7279dfc0c0: Waiting [2020-09-15T16:45:06.092Z] e2f13739ad41: Waiting [2020-09-15T16:45:06.092Z] efd2bee6a3f1: Waiting [2020-09-15T16:45:06.092Z] 0f0ba86b229d: Waiting [2020-09-15T16:45:06.364Z] d0560b773adc: Layer already exists [2020-09-15T16:45:06.364Z] 286abedd14c3: Layer already exists [2020-09-15T16:45:06.364Z] bfa843418ab1: Layer already exists [2020-09-15T16:45:06.364Z] 62a6a0e3d02c: Layer already exists [2020-09-15T16:45:06.364Z] ecdfd4b83fe9: Layer already exists [2020-09-15T16:45:06.364Z] efd2bee6a3f1: Layer already exists [2020-09-15T16:45:06.364Z] 0f0ba86b229d: Layer already exists [2020-09-15T16:45:06.364Z] 48d9eb58abf3: Layer already exists [2020-09-15T16:45:06.364Z] e5de615b7841: Layer already exists [2020-09-15T16:45:06.364Z] dcafda8adff7: Layer already exists [2020-09-15T16:45:06.364Z] b0d752909cf9: Layer already exists [2020-09-15T16:45:06.364Z] 4e7279dfc0c0: Layer already exists [2020-09-15T16:45:06.364Z] 94fdc660876c: Layer already exists [2020-09-15T16:45:06.364Z] e2f13739ad41: Layer already exists [2020-09-15T16:45:06.364Z] 1.2.2-dev.25: digest: sha256:40ed177ea568c23a5bd5aeb34c55620ce95a267a218d7016f71db1d7f2af3e2a size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:45:06.703Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:79f01a0b03b1bfc4590bac9ca9ba51eef1791c37-1.2.2-dev.25 [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:45:07.042Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:79f01a0b03b1bfc4590bac9ca9ba51eef1791c37-1.2.2-dev.25 [2020-09-15T16:45:07.042Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-09-15T16:45:07.042Z] 286abedd14c3: Preparing [2020-09-15T16:45:07.042Z] ecdfd4b83fe9: Preparing [2020-09-15T16:45:07.042Z] 62a6a0e3d02c: Preparing [2020-09-15T16:45:07.042Z] bfa843418ab1: Preparing [2020-09-15T16:45:07.042Z] d0560b773adc: Preparing [2020-09-15T16:45:07.042Z] efd2bee6a3f1: Preparing [2020-09-15T16:45:07.042Z] 0f0ba86b229d: Preparing [2020-09-15T16:45:07.042Z] dcafda8adff7: Preparing [2020-09-15T16:45:07.042Z] 48d9eb58abf3: Preparing [2020-09-15T16:45:07.042Z] e5de615b7841: Preparing [2020-09-15T16:45:07.042Z] b0d752909cf9: Preparing [2020-09-15T16:45:07.042Z] 94fdc660876c: Preparing [2020-09-15T16:45:07.043Z] 4e7279dfc0c0: Preparing [2020-09-15T16:45:07.043Z] e2f13739ad41: Preparing [2020-09-15T16:45:07.043Z] efd2bee6a3f1: Waiting [2020-09-15T16:45:07.043Z] b0d752909cf9: Waiting [2020-09-15T16:45:07.043Z] 94fdc660876c: Waiting [2020-09-15T16:45:07.043Z] 4e7279dfc0c0: Waiting [2020-09-15T16:45:07.043Z] e2f13739ad41: Waiting [2020-09-15T16:45:07.043Z] 0f0ba86b229d: Waiting [2020-09-15T16:45:07.043Z] 48d9eb58abf3: Waiting [2020-09-15T16:45:07.043Z] e5de615b7841: Waiting [2020-09-15T16:45:07.043Z] dcafda8adff7: Waiting [2020-09-15T16:45:07.043Z] 62a6a0e3d02c: Layer already exists [2020-09-15T16:45:07.043Z] 286abedd14c3: Layer already exists [2020-09-15T16:45:07.043Z] ecdfd4b83fe9: Layer already exists [2020-09-15T16:45:07.043Z] d0560b773adc: Layer already exists [2020-09-15T16:45:07.043Z] bfa843418ab1: Layer already exists [2020-09-15T16:45:07.043Z] efd2bee6a3f1: Layer already exists [2020-09-15T16:45:07.043Z] dcafda8adff7: Layer already exists [2020-09-15T16:45:07.043Z] 0f0ba86b229d: Layer already exists [2020-09-15T16:45:07.043Z] 48d9eb58abf3: Layer already exists [2020-09-15T16:45:07.043Z] e5de615b7841: Layer already exists [2020-09-15T16:45:07.312Z] 4e7279dfc0c0: Layer already exists [2020-09-15T16:45:07.312Z] b0d752909cf9: Layer already exists [2020-09-15T16:45:07.312Z] 94fdc660876c: Layer already exists [2020-09-15T16:45:07.312Z] e2f13739ad41: Layer already exists [2020-09-15T16:45:07.312Z] 79f01a0b03b1bfc4590bac9ca9ba51eef1791c37-1.2.2-dev.25: digest: sha256:40ed177ea568c23a5bd5aeb34c55620ce95a267a218d7016f71db1d7f2af3e2a size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:45:07.648Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:45:07.983Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2020-09-15T16:45:07.983Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-09-15T16:45:07.983Z] 286abedd14c3: Preparing [2020-09-15T16:45:07.983Z] ecdfd4b83fe9: Preparing [2020-09-15T16:45:07.983Z] 62a6a0e3d02c: Preparing [2020-09-15T16:45:07.983Z] bfa843418ab1: Preparing [2020-09-15T16:45:07.983Z] d0560b773adc: Preparing [2020-09-15T16:45:07.983Z] efd2bee6a3f1: Preparing [2020-09-15T16:45:07.983Z] 0f0ba86b229d: Preparing [2020-09-15T16:45:07.983Z] dcafda8adff7: Preparing [2020-09-15T16:45:07.983Z] 48d9eb58abf3: Preparing [2020-09-15T16:45:07.983Z] e5de615b7841: Preparing [2020-09-15T16:45:07.983Z] b0d752909cf9: Preparing [2020-09-15T16:45:07.983Z] 94fdc660876c: Preparing [2020-09-15T16:45:07.983Z] 4e7279dfc0c0: Preparing [2020-09-15T16:45:07.983Z] e2f13739ad41: Preparing [2020-09-15T16:45:07.983Z] 48d9eb58abf3: Waiting [2020-09-15T16:45:07.983Z] e5de615b7841: Waiting [2020-09-15T16:45:07.983Z] b0d752909cf9: Waiting [2020-09-15T16:45:07.983Z] 94fdc660876c: Waiting [2020-09-15T16:45:07.983Z] 0f0ba86b229d: Waiting [2020-09-15T16:45:07.983Z] dcafda8adff7: Waiting [2020-09-15T16:45:07.983Z] efd2bee6a3f1: Waiting [2020-09-15T16:45:07.983Z] e2f13739ad41: Waiting [2020-09-15T16:45:07.983Z] 4e7279dfc0c0: Waiting [2020-09-15T16:45:07.983Z] 286abedd14c3: Layer already exists [2020-09-15T16:45:07.983Z] ecdfd4b83fe9: Layer already exists [2020-09-15T16:45:07.983Z] 62a6a0e3d02c: Layer already exists [2020-09-15T16:45:07.983Z] d0560b773adc: Layer already exists [2020-09-15T16:45:07.983Z] bfa843418ab1: Layer already exists [2020-09-15T16:45:08.255Z] efd2bee6a3f1: Layer already exists [2020-09-15T16:45:08.255Z] 48d9eb58abf3: Layer already exists [2020-09-15T16:45:08.255Z] 0f0ba86b229d: Layer already exists [2020-09-15T16:45:08.255Z] dcafda8adff7: Layer already exists [2020-09-15T16:45:08.255Z] e5de615b7841: Layer already exists [2020-09-15T16:45:08.255Z] b0d752909cf9: Layer already exists [2020-09-15T16:45:08.255Z] e2f13739ad41: Layer already exists [2020-09-15T16:45:08.255Z] 4e7279dfc0c0: Layer already exists [2020-09-15T16:45:08.255Z] 94fdc660876c: Layer already exists [2020-09-15T16:45:08.255Z] master: digest: sha256:40ed177ea568c23a5bd5aeb34c55620ce95a267a218d7016f71db1d7f2af3e2a size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-15T16:45:08.443Z] ===================================================== [Pipeline] echo [2020-09-15T16:45:08.489Z] taggedImages: [2020-09-15T16:45:08.489Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:79f01a0b03b1bfc4590bac9ca9ba51eef1791c37 [2020-09-15T16:45:08.489Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.25 [2020-09-15T16:45:08.489Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:79f01a0b03b1bfc4590bac9ca9ba51eef1791c37-1.2.2-dev.25 [2020-09-15T16:45:08.489Z] - 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-09-15T16:45:09.764Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-09-15T16:45:09.766Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-09-15T16:45:09.811Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:45:10.177Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-09-15T16:45:10.177Z] [2020-09-15T16:45:10.177Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:45:10.648Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-09-15T16:45:10.648Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-09-15T16:45:10.648Z] cbdbe7a5bc2a: Already exists [2020-09-15T16:45:10.648Z] 408f87550127: Pulling fs layer [2020-09-15T16:45:10.648Z] fe522b08c979: Pulling fs layer [2020-09-15T16:45:10.648Z] 221eaa008020: Pulling fs layer [2020-09-15T16:45:10.648Z] 2a4607e5d6b9: Pulling fs layer [2020-09-15T16:45:10.648Z] 8f79b27c4fd2: Pulling fs layer [2020-09-15T16:45:10.648Z] e5c8dbe1645b: Pulling fs layer [2020-09-15T16:45:10.648Z] 23e8b3b47431: Pulling fs layer [2020-09-15T16:45:10.648Z] 5c568d65a230: Pulling fs layer [2020-09-15T16:45:10.648Z] e5c8dbe1645b: Waiting [2020-09-15T16:45:10.648Z] 23e8b3b47431: Waiting [2020-09-15T16:45:10.648Z] 5c568d65a230: Waiting [2020-09-15T16:45:10.648Z] 2a4607e5d6b9: Waiting [2020-09-15T16:45:10.648Z] 8f79b27c4fd2: Waiting [2020-09-15T16:45:10.648Z] fe522b08c979: Verifying Checksum [2020-09-15T16:45:10.648Z] fe522b08c979: Download complete [2020-09-15T16:45:10.648Z] 408f87550127: Verifying Checksum [2020-09-15T16:45:10.648Z] 408f87550127: Download complete [2020-09-15T16:45:10.648Z] 2a4607e5d6b9: Download complete [2020-09-15T16:45:10.648Z] 8f79b27c4fd2: Verifying Checksum [2020-09-15T16:45:10.648Z] 8f79b27c4fd2: Download complete [2020-09-15T16:45:10.909Z] 408f87550127: Pull complete [2020-09-15T16:45:11.171Z] fe522b08c979: Pull complete [2020-09-15T16:45:11.745Z] e5c8dbe1645b: Verifying Checksum [2020-09-15T16:45:11.745Z] e5c8dbe1645b: Download complete [2020-09-15T16:45:13.135Z] 5c568d65a230: Verifying Checksum [2020-09-15T16:45:13.135Z] 5c568d65a230: Download complete [2020-09-15T16:45:13.135Z] 23e8b3b47431: Verifying Checksum [2020-09-15T16:45:13.135Z] 23e8b3b47431: Download complete [2020-09-15T16:45:13.716Z] 221eaa008020: Verifying Checksum [2020-09-15T16:45:13.716Z] 221eaa008020: Download complete [2020-09-15T16:45:20.340Z] 221eaa008020: Pull complete [2020-09-15T16:45:21.728Z] 2a4607e5d6b9: Pull complete [2020-09-15T16:45:21.728Z] 8f79b27c4fd2: Pull complete [2020-09-15T16:45:25.037Z] e5c8dbe1645b: Pull complete [2020-09-15T16:45:29.254Z] 23e8b3b47431: Pull complete [2020-09-15T16:45:29.827Z] 5c568d65a230: Pull complete [2020-09-15T16:45:29.827Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-09-15T16:45:29.827Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-09-15T16:45:29.827Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-09-15T16:45:30.106Z] prd-centos7-docker-4c-2g-43326 does not seem to be running inside a container [2020-09-15T16:45:30.204Z] $ 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/140:/ws -w /ws --entrypoint= -w /w/workspace/edgex-go/140 -v /w/workspace/edgex-go/140:/w/workspace/edgex-go/140:rw,z -v /w/workspace/edgex-go/140@tmp:/w/workspace/edgex-go/140@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-15T16:45:31.764Z] $ docker top 51f072d3ca0cd391649677c86edbe5f9e4a8fb56552a63a30abac326117dfe78 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-15T16:45:32.281Z] + snyk monitor '--org=edgex-jenkins' [2020-09-15T16:45:50.421Z] [2020-09-15T16:45:50.421Z] Monitoring /w/workspace/edgex-go/140 (github.com/edgexfoundry/edgex-go)... [2020-09-15T16:45:50.421Z] [2020-09-15T16:45:50.421Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/cdc8383d-e21a-4274-bc32-5b6632c3ba97 [2020-09-15T16:45:50.421Z] [2020-09-15T16:45:50.421Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-09-15T16:45:50.421Z] [2020-09-15T16:45:50.421Z] [2020-09-15T16:45:50.421Z] Snyk CLI supports Node.js 8 and higher. [2020-09-15T16:45:50.421Z] Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. [2020-09-15T16:45:50.421Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-09-15T16:45:50.421Z] [2020-09-15T16:45:50.421Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-09-15T16:45:50.421Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } [2020-09-15T16:45:50.437Z] $ docker stop --time=1 51f072d3ca0cd391649677c86edbe5f9e4a8fb56552a63a30abac326117dfe78 [2020-09-15T16:45:53.318Z] $ docker rm -f 51f072d3ca0cd391649677c86edbe5f9e4a8fb56552a63a30abac326117dfe78 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:45:54.730Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-15T16:45:54.731Z] [2020-09-15T16:45:54.731Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:45:55.082Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-15T16:45:56.027Z] latest: Pulling from edgex-devops/edgex-klar [2020-09-15T16:45:56.027Z] e7c96db7181b: Pulling fs layer [2020-09-15T16:45:56.027Z] 1868ca2cb446: Pulling fs layer [2020-09-15T16:45:56.027Z] 136be5d0fe8e: Pulling fs layer [2020-09-15T16:45:56.027Z] 894bfe63afcb: Pulling fs layer [2020-09-15T16:45:56.027Z] 894bfe63afcb: Waiting [2020-09-15T16:45:56.027Z] 1868ca2cb446: Verifying Checksum [2020-09-15T16:45:56.027Z] 1868ca2cb446: Download complete [2020-09-15T16:45:56.027Z] 136be5d0fe8e: Verifying Checksum [2020-09-15T16:45:56.027Z] 136be5d0fe8e: Download complete [2020-09-15T16:45:56.289Z] e7c96db7181b: Download complete [2020-09-15T16:45:56.289Z] 894bfe63afcb: Verifying Checksum [2020-09-15T16:45:56.289Z] 894bfe63afcb: Download complete [2020-09-15T16:45:56.549Z] e7c96db7181b: Pull complete [2020-09-15T16:45:56.549Z] 1868ca2cb446: Pull complete [2020-09-15T16:45:56.818Z] 136be5d0fe8e: Pull complete [2020-09-15T16:45:57.079Z] 894bfe63afcb: Pull complete [2020-09-15T16:45:57.079Z] Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 [2020-09-15T16:45:57.079Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-15T16:45:57.079Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer [2020-09-15T16:45:57.195Z] prd-centos7-docker-4c-2g-43326 does not seem to be running inside a container [2020-09-15T16:45:57.243Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/140 -v /w/workspace/edgex-go/140:/w/workspace/edgex-go/140:rw,z -v /w/workspace/edgex-go/140@tmp:/w/workspace/edgex-go/140@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-15T16:45:58.256Z] $ docker top 26d587c6609ee5a67ae7174bc38005690253f2e8cbaadb79fcb53a5318deb044 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-15T16:45:58.780Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go:79f01a0b03b1bfc4590bac9ca9ba51eef1791c37 [2020-09-15T16:45:58.780Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-15T16:46:01.485Z] $ docker stop --time=1 26d587c6609ee5a67ae7174bc38005690253f2e8cbaadb79fcb53a5318deb044 [2020-09-15T16:46:02.841Z] $ docker rm -f 26d587c6609ee5a67ae7174bc38005690253f2e8cbaadb79fcb53a5318deb044 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:46:03.316Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-15T16:46:03.316Z] . [Pipeline] withDockerContainer [2020-09-15T16:46:03.425Z] prd-centos7-docker-4c-2g-43326 does not seem to be running inside a container [2020-09-15T16:46:03.474Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/140 -v /w/workspace/edgex-go/140:/w/workspace/edgex-go/140:rw,z -v /w/workspace/edgex-go/140@tmp:/w/workspace/edgex-go/140@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-15T16:46:04.198Z] $ docker top 753c45cc01b7c903ffe1c1e23e00aeb0a4563d80dbe4197663e0e6cbf8c41967 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-15T16:46:04.760Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go:79f01a0b03b1bfc4590bac9ca9ba51eef1791c37 [2020-09-15T16:46:04.760Z] + tee [2020-09-15T16:46:04.760Z] clair timeout 1m0s [2020-09-15T16:46:04.760Z] docker timeout: 1m0s [2020-09-15T16:46:04.760Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-15T16:46:05.437Z] $ docker stop --time=1 753c45cc01b7c903ffe1c1e23e00aeb0a4563d80dbe4197663e0e6cbf8c41967 [2020-09-15T16:46:06.810Z] $ docker rm -f 753c45cc01b7c903ffe1c1e23e00aeb0a4563d80dbe4197663e0e6cbf8c41967 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-15T16:46:07.298Z] + mkdir -p /w/workspace/edgex-go/140/clair-reports [Pipeline] echo [2020-09-15T16:46:07.311Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/140/clair-reports/clair_results_docker-core-command-go_79f01a0b03b1bfc4590bac9ca9ba51eef1791c37.html [Pipeline] writeFile [Pipeline] step [2020-09-15T16:46:07.364Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:46:07.776Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-15T16:46:07.776Z] . [Pipeline] withDockerContainer [2020-09-15T16:46:07.881Z] prd-centos7-docker-4c-2g-43326 does not seem to be running inside a container [2020-09-15T16:46:07.929Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/140 -v /w/workspace/edgex-go/140:/w/workspace/edgex-go/140:rw,z -v /w/workspace/edgex-go/140@tmp:/w/workspace/edgex-go/140@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-15T16:46:08.666Z] $ docker top 70bbba08919642db7b87e06343bfa98f823b04c955a844b601574491fbb71c92 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-15T16:46:09.198Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go:79f01a0b03b1bfc4590bac9ca9ba51eef1791c37 [2020-09-15T16:46:09.198Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-15T16:46:14.725Z] $ docker stop --time=1 70bbba08919642db7b87e06343bfa98f823b04c955a844b601574491fbb71c92 [2020-09-15T16:46:16.098Z] $ docker rm -f 70bbba08919642db7b87e06343bfa98f823b04c955a844b601574491fbb71c92 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:46:16.582Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-15T16:46:16.582Z] . [Pipeline] withDockerContainer [2020-09-15T16:46:16.680Z] prd-centos7-docker-4c-2g-43326 does not seem to be running inside a container [2020-09-15T16:46:16.726Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/140 -v /w/workspace/edgex-go/140:/w/workspace/edgex-go/140:rw,z -v /w/workspace/edgex-go/140@tmp:/w/workspace/edgex-go/140@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-15T16:46:17.412Z] $ docker top 26651d8e7621ed8c1a68b9362daeb4b4c76220c257b85eaf198733a173ab926a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-15T16:46:17.940Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go:79f01a0b03b1bfc4590bac9ca9ba51eef1791c37 [2020-09-15T16:46:17.940Z] + tee [2020-09-15T16:46:17.940Z] clair timeout 1m0s [2020-09-15T16:46:17.940Z] docker timeout: 1m0s [2020-09-15T16:46:17.940Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-15T16:46:18.998Z] $ docker stop --time=1 26651d8e7621ed8c1a68b9362daeb4b4c76220c257b85eaf198733a173ab926a [2020-09-15T16:46:20.673Z] $ docker rm -f 26651d8e7621ed8c1a68b9362daeb4b4c76220c257b85eaf198733a173ab926a [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-15T16:46:21.221Z] + mkdir -p /w/workspace/edgex-go/140/clair-reports [Pipeline] echo [2020-09-15T16:46:21.234Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/140/clair-reports/clair_results_docker-core-data-go_79f01a0b03b1bfc4590bac9ca9ba51eef1791c37.html [Pipeline] writeFile [Pipeline] step [2020-09-15T16:46:21.287Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:46:21.634Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-15T16:46:21.634Z] . [Pipeline] withDockerContainer [2020-09-15T16:46:21.894Z] prd-centos7-docker-4c-2g-43326 does not seem to be running inside a container [2020-09-15T16:46:21.987Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/140 -v /w/workspace/edgex-go/140:/w/workspace/edgex-go/140:rw,z -v /w/workspace/edgex-go/140@tmp:/w/workspace/edgex-go/140@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-15T16:46:22.589Z] $ docker top 9e9e8ad89330262b4e0123b3c6d35f725bf654ccd0a59605fb2f1f005972505c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-15T16:46:23.117Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go:79f01a0b03b1bfc4590bac9ca9ba51eef1791c37 [2020-09-15T16:46:23.117Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-15T16:46:25.844Z] $ docker stop --time=1 9e9e8ad89330262b4e0123b3c6d35f725bf654ccd0a59605fb2f1f005972505c [2020-09-15T16:46:27.253Z] $ docker rm -f 9e9e8ad89330262b4e0123b3c6d35f725bf654ccd0a59605fb2f1f005972505c [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:46:27.793Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-15T16:46:27.793Z] . [Pipeline] withDockerContainer [2020-09-15T16:46:27.892Z] prd-centos7-docker-4c-2g-43326 does not seem to be running inside a container [2020-09-15T16:46:27.937Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/140 -v /w/workspace/edgex-go/140:/w/workspace/edgex-go/140:rw,z -v /w/workspace/edgex-go/140@tmp:/w/workspace/edgex-go/140@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-15T16:46:28.640Z] $ docker top 8548c454a7149dbddd624ba28bb8ff3627993a1010e49a26b09c89dae2cbf1b2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-15T16:46:29.184Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go:79f01a0b03b1bfc4590bac9ca9ba51eef1791c37 [2020-09-15T16:46:29.184Z] + tee [2020-09-15T16:46:29.184Z] clair timeout 1m0s [2020-09-15T16:46:29.184Z] docker timeout: 1m0s [2020-09-15T16:46:29.184Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-15T16:46:29.866Z] $ docker stop --time=1 8548c454a7149dbddd624ba28bb8ff3627993a1010e49a26b09c89dae2cbf1b2 [2020-09-15T16:46:31.248Z] $ docker rm -f 8548c454a7149dbddd624ba28bb8ff3627993a1010e49a26b09c89dae2cbf1b2 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-15T16:46:31.737Z] + mkdir -p /w/workspace/edgex-go/140/clair-reports [Pipeline] echo [2020-09-15T16:46:31.749Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/140/clair-reports/clair_results_docker-core-metadata-go_79f01a0b03b1bfc4590bac9ca9ba51eef1791c37.html [Pipeline] writeFile [Pipeline] step [2020-09-15T16:46:31.802Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:46:32.142Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-15T16:46:32.142Z] . [Pipeline] withDockerContainer [2020-09-15T16:46:32.244Z] prd-centos7-docker-4c-2g-43326 does not seem to be running inside a container [2020-09-15T16:46:32.287Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/140 -v /w/workspace/edgex-go/140:/w/workspace/edgex-go/140:rw,z -v /w/workspace/edgex-go/140@tmp:/w/workspace/edgex-go/140@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-15T16:46:33.009Z] $ docker top 32721929c7e4825a8b61d3c9402a83d5a41e194cc37106ce57c60dde03dfc2b8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-15T16:46:33.537Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:79f01a0b03b1bfc4590bac9ca9ba51eef1791c37 [2020-09-15T16:46:33.537Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-15T16:46:37.943Z] $ docker stop --time=1 32721929c7e4825a8b61d3c9402a83d5a41e194cc37106ce57c60dde03dfc2b8 [2020-09-15T16:46:39.424Z] $ docker rm -f 32721929c7e4825a8b61d3c9402a83d5a41e194cc37106ce57c60dde03dfc2b8 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:46:39.940Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-15T16:46:39.940Z] . [Pipeline] withDockerContainer [2020-09-15T16:46:40.051Z] prd-centos7-docker-4c-2g-43326 does not seem to be running inside a container [2020-09-15T16:46:40.108Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/140 -v /w/workspace/edgex-go/140:/w/workspace/edgex-go/140:rw,z -v /w/workspace/edgex-go/140@tmp:/w/workspace/edgex-go/140@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-15T16:46:40.831Z] $ docker top 58d5ab3a0f462aad40ad3abddb5a7001ee276ee8360730a655032ea726a915ea -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-15T16:46:41.394Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:79f01a0b03b1bfc4590bac9ca9ba51eef1791c37 [2020-09-15T16:46:41.394Z] + tee [2020-09-15T16:46:41.394Z] clair timeout 1m0s [2020-09-15T16:46:41.394Z] docker timeout: 1m0s [2020-09-15T16:46:41.394Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-15T16:46:42.111Z] $ docker stop --time=1 58d5ab3a0f462aad40ad3abddb5a7001ee276ee8360730a655032ea726a915ea [2020-09-15T16:46:43.503Z] $ docker rm -f 58d5ab3a0f462aad40ad3abddb5a7001ee276ee8360730a655032ea726a915ea [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-15T16:46:43.987Z] + mkdir -p /w/workspace/edgex-go/140/clair-reports [Pipeline] echo [2020-09-15T16:46:44.003Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/140/clair-reports/clair_results_docker-security-proxy-setup-go_79f01a0b03b1bfc4590bac9ca9ba51eef1791c37.html [Pipeline] writeFile [Pipeline] step [2020-09-15T16:46:44.073Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:46:44.437Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-15T16:46:44.437Z] . [Pipeline] withDockerContainer [2020-09-15T16:46:44.541Z] prd-centos7-docker-4c-2g-43326 does not seem to be running inside a container [2020-09-15T16:46:44.589Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/140 -v /w/workspace/edgex-go/140:/w/workspace/edgex-go/140:rw,z -v /w/workspace/edgex-go/140@tmp:/w/workspace/edgex-go/140@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-15T16:46:45.234Z] $ docker top 8960cd07a6f4171f38b78d7e3bf2381a362d1005d9e718dfa25206f9dc20a760 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-15T16:46:45.843Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:79f01a0b03b1bfc4590bac9ca9ba51eef1791c37 [2020-09-15T16:46:45.843Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-15T16:46:52.638Z] $ docker stop --time=1 8960cd07a6f4171f38b78d7e3bf2381a362d1005d9e718dfa25206f9dc20a760 [2020-09-15T16:46:54.082Z] $ docker rm -f 8960cd07a6f4171f38b78d7e3bf2381a362d1005d9e718dfa25206f9dc20a760 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:46:54.632Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-15T16:46:54.632Z] . [Pipeline] withDockerContainer [2020-09-15T16:46:54.771Z] prd-centos7-docker-4c-2g-43326 does not seem to be running inside a container [2020-09-15T16:46:55.127Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/140 -v /w/workspace/edgex-go/140:/w/workspace/edgex-go/140:rw,z -v /w/workspace/edgex-go/140@tmp:/w/workspace/edgex-go/140@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-15T16:46:55.989Z] $ docker top cc9fd53b7f510d2712798406521be777f98a2c9b5c61591b82a3645a3f6ac2e8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-15T16:46:56.532Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:79f01a0b03b1bfc4590bac9ca9ba51eef1791c37 [2020-09-15T16:46:56.532Z] + tee [2020-09-15T16:46:56.532Z] clair timeout 1m0s [2020-09-15T16:46:56.532Z] docker timeout: 1m0s [2020-09-15T16:46:56.532Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-15T16:46:58.027Z] $ docker stop --time=1 cc9fd53b7f510d2712798406521be777f98a2c9b5c61591b82a3645a3f6ac2e8 [2020-09-15T16:46:59.382Z] $ docker rm -f cc9fd53b7f510d2712798406521be777f98a2c9b5c61591b82a3645a3f6ac2e8 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-15T16:46:59.849Z] + mkdir -p /w/workspace/edgex-go/140/clair-reports [Pipeline] echo [2020-09-15T16:46:59.862Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/140/clair-reports/clair_results_docker-security-secrets-setup-go_79f01a0b03b1bfc4590bac9ca9ba51eef1791c37.html [Pipeline] writeFile [Pipeline] step [2020-09-15T16:46:59.914Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:47:01.323Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-15T16:47:01.323Z] . [Pipeline] withDockerContainer [2020-09-15T16:47:01.426Z] prd-centos7-docker-4c-2g-43326 does not seem to be running inside a container [2020-09-15T16:47:01.471Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/140 -v /w/workspace/edgex-go/140:/w/workspace/edgex-go/140:rw,z -v /w/workspace/edgex-go/140@tmp:/w/workspace/edgex-go/140@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-15T16:47:02.157Z] $ docker top 873e7738eceb3998c6e1ebef0d0d2779d4af53dc029cd63e5ce7d2f7018df003 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-15T16:47:02.678Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:79f01a0b03b1bfc4590bac9ca9ba51eef1791c37 [2020-09-15T16:47:02.678Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-15T16:47:10.981Z] $ docker stop --time=1 873e7738eceb3998c6e1ebef0d0d2779d4af53dc029cd63e5ce7d2f7018df003 [2020-09-15T16:47:12.380Z] $ docker rm -f 873e7738eceb3998c6e1ebef0d0d2779d4af53dc029cd63e5ce7d2f7018df003 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:47:12.922Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-15T16:47:12.922Z] . [Pipeline] withDockerContainer [2020-09-15T16:47:13.025Z] prd-centos7-docker-4c-2g-43326 does not seem to be running inside a container [2020-09-15T16:47:13.071Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/140 -v /w/workspace/edgex-go/140:/w/workspace/edgex-go/140:rw,z -v /w/workspace/edgex-go/140@tmp:/w/workspace/edgex-go/140@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-15T16:47:13.788Z] $ docker top 00a2149fd989dc58752ec1fce74949528f02fe5e2ea890f26a5b6f8b6b6cc189 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-15T16:47:14.423Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:79f01a0b03b1bfc4590bac9ca9ba51eef1791c37 [2020-09-15T16:47:14.423Z] + tee [2020-09-15T16:47:14.423Z] clair timeout 1m0s [2020-09-15T16:47:14.423Z] docker timeout: 1m0s [2020-09-15T16:47:14.423Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-15T16:47:16.028Z] $ docker stop --time=1 00a2149fd989dc58752ec1fce74949528f02fe5e2ea890f26a5b6f8b6b6cc189 [2020-09-15T16:47:17.419Z] $ docker rm -f 00a2149fd989dc58752ec1fce74949528f02fe5e2ea890f26a5b6f8b6b6cc189 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-15T16:47:17.911Z] + mkdir -p /w/workspace/edgex-go/140/clair-reports [Pipeline] echo [2020-09-15T16:47:17.924Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/140/clair-reports/clair_results_docker-security-secretstore-setup-go_79f01a0b03b1bfc4590bac9ca9ba51eef1791c37.html [Pipeline] writeFile [Pipeline] step [2020-09-15T16:47:17.979Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:47:18.326Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-15T16:47:18.326Z] . [Pipeline] withDockerContainer [2020-09-15T16:47:18.433Z] prd-centos7-docker-4c-2g-43326 does not seem to be running inside a container [2020-09-15T16:47:18.480Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/140 -v /w/workspace/edgex-go/140:/w/workspace/edgex-go/140:rw,z -v /w/workspace/edgex-go/140@tmp:/w/workspace/edgex-go/140@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-15T16:47:19.227Z] $ docker top 07b685a1d63911bc6456edca668a01bc8ca9cbac9c42a8758315600902721394 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-15T16:47:19.755Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go:79f01a0b03b1bfc4590bac9ca9ba51eef1791c37 [2020-09-15T16:47:19.755Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-15T16:47:23.219Z] $ docker stop --time=1 07b685a1d63911bc6456edca668a01bc8ca9cbac9c42a8758315600902721394 [2020-09-15T16:47:24.575Z] $ docker rm -f 07b685a1d63911bc6456edca668a01bc8ca9cbac9c42a8758315600902721394 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:47:25.039Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-15T16:47:25.040Z] . [Pipeline] withDockerContainer [2020-09-15T16:47:25.144Z] prd-centos7-docker-4c-2g-43326 does not seem to be running inside a container [2020-09-15T16:47:25.193Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/140 -v /w/workspace/edgex-go/140:/w/workspace/edgex-go/140:rw,z -v /w/workspace/edgex-go/140@tmp:/w/workspace/edgex-go/140@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-15T16:47:25.809Z] $ docker top a27a0060acf38f41c7aa54fb6ac93b916015bd6ab3b8b610437f174d9fd2e3d9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-15T16:47:26.368Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go:79f01a0b03b1bfc4590bac9ca9ba51eef1791c37 [2020-09-15T16:47:26.368Z] + tee [2020-09-15T16:47:26.368Z] clair timeout 1m0s [2020-09-15T16:47:26.368Z] docker timeout: 1m0s [2020-09-15T16:47:26.368Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-15T16:47:27.051Z] $ docker stop --time=1 a27a0060acf38f41c7aa54fb6ac93b916015bd6ab3b8b610437f174d9fd2e3d9 [2020-09-15T16:47:28.439Z] $ docker rm -f a27a0060acf38f41c7aa54fb6ac93b916015bd6ab3b8b610437f174d9fd2e3d9 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-15T16:47:28.919Z] + mkdir -p /w/workspace/edgex-go/140/clair-reports [Pipeline] echo [2020-09-15T16:47:28.932Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/140/clair-reports/clair_results_docker-support-logging-go_79f01a0b03b1bfc4590bac9ca9ba51eef1791c37.html [Pipeline] writeFile [Pipeline] step [2020-09-15T16:47:28.985Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:47:29.372Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-15T16:47:29.373Z] . [Pipeline] withDockerContainer [2020-09-15T16:47:29.473Z] prd-centos7-docker-4c-2g-43326 does not seem to be running inside a container [2020-09-15T16:47:29.516Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/140 -v /w/workspace/edgex-go/140:/w/workspace/edgex-go/140:rw,z -v /w/workspace/edgex-go/140@tmp:/w/workspace/edgex-go/140@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-15T16:47:30.220Z] $ docker top 1b54c8ccd1cdc23f6589026d77d6a87158bf91a76a2b3252f041276129a840a0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-15T16:47:30.842Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go:79f01a0b03b1bfc4590bac9ca9ba51eef1791c37 [2020-09-15T16:47:30.842Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-15T16:47:36.319Z] $ docker stop --time=1 1b54c8ccd1cdc23f6589026d77d6a87158bf91a76a2b3252f041276129a840a0 [2020-09-15T16:47:37.731Z] $ docker rm -f 1b54c8ccd1cdc23f6589026d77d6a87158bf91a76a2b3252f041276129a840a0 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:47:38.246Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-15T16:47:38.246Z] . [Pipeline] withDockerContainer [2020-09-15T16:47:38.371Z] prd-centos7-docker-4c-2g-43326 does not seem to be running inside a container [2020-09-15T16:47:38.415Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/140 -v /w/workspace/edgex-go/140:/w/workspace/edgex-go/140:rw,z -v /w/workspace/edgex-go/140@tmp:/w/workspace/edgex-go/140@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-15T16:47:39.172Z] $ docker top 6852e4ab33a5de477ecca77ce179890d92d1a55257137b8c4674a760ce82a22f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-15T16:47:39.695Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go:79f01a0b03b1bfc4590bac9ca9ba51eef1791c37 [2020-09-15T16:47:39.695Z] + tee [2020-09-15T16:47:39.695Z] clair timeout 1m0s [2020-09-15T16:47:39.695Z] docker timeout: 1m0s [2020-09-15T16:47:39.695Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-15T16:47:40.762Z] $ docker stop --time=1 6852e4ab33a5de477ecca77ce179890d92d1a55257137b8c4674a760ce82a22f [2020-09-15T16:47:42.147Z] $ docker rm -f 6852e4ab33a5de477ecca77ce179890d92d1a55257137b8c4674a760ce82a22f [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-15T16:47:42.612Z] + mkdir -p /w/workspace/edgex-go/140/clair-reports [Pipeline] echo [2020-09-15T16:47:42.626Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/140/clair-reports/clair_results_docker-support-notifications-go_79f01a0b03b1bfc4590bac9ca9ba51eef1791c37.html [Pipeline] writeFile [Pipeline] step [2020-09-15T16:47:42.684Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:47:43.022Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-15T16:47:43.023Z] . [Pipeline] withDockerContainer [2020-09-15T16:47:43.157Z] prd-centos7-docker-4c-2g-43326 does not seem to be running inside a container [2020-09-15T16:47:43.254Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/140 -v /w/workspace/edgex-go/140:/w/workspace/edgex-go/140:rw,z -v /w/workspace/edgex-go/140@tmp:/w/workspace/edgex-go/140@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-15T16:47:43.902Z] $ docker top f7611bc982bbba2bf26210d033b64d26a574e7569f995f0d8ce9476f3780060e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-15T16:47:44.444Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:79f01a0b03b1bfc4590bac9ca9ba51eef1791c37 [2020-09-15T16:47:44.444Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-15T16:47:47.158Z] $ docker stop --time=1 f7611bc982bbba2bf26210d033b64d26a574e7569f995f0d8ce9476f3780060e [2020-09-15T16:47:48.565Z] $ docker rm -f f7611bc982bbba2bf26210d033b64d26a574e7569f995f0d8ce9476f3780060e [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:47:49.055Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-15T16:47:49.055Z] . [Pipeline] withDockerContainer [2020-09-15T16:47:49.156Z] prd-centos7-docker-4c-2g-43326 does not seem to be running inside a container [2020-09-15T16:47:49.197Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/140 -v /w/workspace/edgex-go/140:/w/workspace/edgex-go/140:rw,z -v /w/workspace/edgex-go/140@tmp:/w/workspace/edgex-go/140@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-15T16:47:49.928Z] $ docker top c88e6bd93bff5962c8e10951b3ff4f13efe85a1eac6381cfe5ae346eb5b0438c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-15T16:47:50.616Z] + + /klartee nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:79f01a0b03b1bfc4590bac9ca9ba51eef1791c37 [2020-09-15T16:47:50.616Z] [2020-09-15T16:47:50.616Z] clair timeout 1m0s [2020-09-15T16:47:50.616Z] docker timeout: 1m0s [2020-09-15T16:47:50.616Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-15T16:47:51.293Z] $ docker stop --time=1 c88e6bd93bff5962c8e10951b3ff4f13efe85a1eac6381cfe5ae346eb5b0438c [2020-09-15T16:47:52.663Z] $ docker rm -f c88e6bd93bff5962c8e10951b3ff4f13efe85a1eac6381cfe5ae346eb5b0438c [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-15T16:47:53.136Z] + mkdir -p /w/workspace/edgex-go/140/clair-reports [Pipeline] echo [2020-09-15T16:47:53.150Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/140/clair-reports/clair_results_docker-support-scheduler-go_79f01a0b03b1bfc4590bac9ca9ba51eef1791c37.html [Pipeline] writeFile [Pipeline] step [2020-09-15T16:47:53.204Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:47:53.545Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-15T16:47:53.545Z] . [Pipeline] withDockerContainer [2020-09-15T16:47:53.648Z] prd-centos7-docker-4c-2g-43326 does not seem to be running inside a container [2020-09-15T16:47:53.692Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/140 -v /w/workspace/edgex-go/140:/w/workspace/edgex-go/140:rw,z -v /w/workspace/edgex-go/140@tmp:/w/workspace/edgex-go/140@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-15T16:47:54.402Z] $ docker top 2cb60abc463b1901a4ad481083a9bae097b9f5c3f9bf7fb66d3178d842061205 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-15T16:47:54.956Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:79f01a0b03b1bfc4590bac9ca9ba51eef1791c37 [2020-09-15T16:47:54.956Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-15T16:48:10.131Z] $ docker stop --time=1 2cb60abc463b1901a4ad481083a9bae097b9f5c3f9bf7fb66d3178d842061205 [2020-09-15T16:48:11.615Z] $ docker rm -f 2cb60abc463b1901a4ad481083a9bae097b9f5c3f9bf7fb66d3178d842061205 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:48:12.102Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-15T16:48:12.102Z] . [Pipeline] withDockerContainer [2020-09-15T16:48:12.211Z] prd-centos7-docker-4c-2g-43326 does not seem to be running inside a container [2020-09-15T16:48:12.258Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/140 -v /w/workspace/edgex-go/140:/w/workspace/edgex-go/140:rw,z -v /w/workspace/edgex-go/140@tmp:/w/workspace/edgex-go/140@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-15T16:48:13.049Z] $ docker top e1ecdcaad95405d0155ea1b1e6013c03a26e490842bb91f3621ec7c5a466bde0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-15T16:48:13.666Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:79f01a0b03b1bfc4590bac9ca9ba51eef1791c37 [2020-09-15T16:48:13.666Z] + tee [2020-09-15T16:48:13.666Z] clair timeout 1m0s [2020-09-15T16:48:13.666Z] docker timeout: 1m0s [2020-09-15T16:48:13.666Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-15T16:48:15.169Z] $ docker stop --time=1 e1ecdcaad95405d0155ea1b1e6013c03a26e490842bb91f3621ec7c5a466bde0 [2020-09-15T16:48:16.672Z] $ docker rm -f e1ecdcaad95405d0155ea1b1e6013c03a26e490842bb91f3621ec7c5a466bde0 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-15T16:48:17.175Z] + mkdir -p /w/workspace/edgex-go/140/clair-reports [Pipeline] echo [2020-09-15T16:48:17.188Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/140/clair-reports/clair_results_docker-sys-mgmt-agent-go_79f01a0b03b1bfc4590bac9ca9ba51eef1791c37.html [Pipeline] writeFile [Pipeline] step [2020-09-15T16:48:17.245Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:48:17.589Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-15T16:48:17.589Z] . [Pipeline] withDockerContainer [2020-09-15T16:48:17.689Z] prd-centos7-docker-4c-2g-43326 does not seem to be running inside a container [2020-09-15T16:48:17.731Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/140 -v /w/workspace/edgex-go/140:/w/workspace/edgex-go/140:rw,z -v /w/workspace/edgex-go/140@tmp:/w/workspace/edgex-go/140@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-15T16:48:18.508Z] $ docker top 49f37466ef8d6270fef46bcd0f751720dfb51822f83ff782c8e8fa726ab76d2e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-15T16:48:19.080Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:79f01a0b03b1bfc4590bac9ca9ba51eef1791c37 [2020-09-15T16:48:19.080Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-15T16:48:21.809Z] $ docker stop --time=1 49f37466ef8d6270fef46bcd0f751720dfb51822f83ff782c8e8fa726ab76d2e [2020-09-15T16:48:23.314Z] $ docker rm -f 49f37466ef8d6270fef46bcd0f751720dfb51822f83ff782c8e8fa726ab76d2e [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:48:23.810Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-15T16:48:23.811Z] . [Pipeline] withDockerContainer [2020-09-15T16:48:23.918Z] prd-centos7-docker-4c-2g-43326 does not seem to be running inside a container [2020-09-15T16:48:23.964Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/140 -v /w/workspace/edgex-go/140:/w/workspace/edgex-go/140:rw,z -v /w/workspace/edgex-go/140@tmp:/w/workspace/edgex-go/140@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-15T16:48:24.721Z] $ docker top 8a6bafbc4f5c682d59db890d8bc7a307e4480966891569ff2d6c5e65918a652b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-15T16:48:25.253Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:79f01a0b03b1bfc4590bac9ca9ba51eef1791c37 [2020-09-15T16:48:25.253Z] + tee [2020-09-15T16:48:25.253Z] clair timeout 1m0s [2020-09-15T16:48:25.253Z] docker timeout: 1m0s [2020-09-15T16:48:25.253Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-15T16:48:25.954Z] $ docker stop --time=1 8a6bafbc4f5c682d59db890d8bc7a307e4480966891569ff2d6c5e65918a652b [2020-09-15T16:48:27.434Z] $ docker rm -f 8a6bafbc4f5c682d59db890d8bc7a307e4480966891569ff2d6c5e65918a652b [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-15T16:48:27.926Z] + mkdir -p /w/workspace/edgex-go/140/clair-reports [Pipeline] echo [2020-09-15T16:48:27.939Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/140/clair-reports/clair_results_docker-core-command-go-arm64_79f01a0b03b1bfc4590bac9ca9ba51eef1791c37.html [Pipeline] writeFile [Pipeline] step [2020-09-15T16:48:28.027Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:48:28.376Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-15T16:48:28.376Z] . [Pipeline] withDockerContainer [2020-09-15T16:48:28.477Z] prd-centos7-docker-4c-2g-43326 does not seem to be running inside a container [2020-09-15T16:48:28.522Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/140 -v /w/workspace/edgex-go/140:/w/workspace/edgex-go/140:rw,z -v /w/workspace/edgex-go/140@tmp:/w/workspace/edgex-go/140@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-15T16:48:29.274Z] $ docker top e75142f5e209fb11fa17d03b4bbb7aaa54cd74885c98cb7f6d44df9a1c4fc892 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-15T16:48:29.830Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:79f01a0b03b1bfc4590bac9ca9ba51eef1791c37 [2020-09-15T16:48:29.830Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-15T16:48:35.288Z] $ docker stop --time=1 e75142f5e209fb11fa17d03b4bbb7aaa54cd74885c98cb7f6d44df9a1c4fc892 [2020-09-15T16:48:36.740Z] $ docker rm -f e75142f5e209fb11fa17d03b4bbb7aaa54cd74885c98cb7f6d44df9a1c4fc892 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:48:37.225Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-15T16:48:37.225Z] . [Pipeline] withDockerContainer [2020-09-15T16:48:37.330Z] prd-centos7-docker-4c-2g-43326 does not seem to be running inside a container [2020-09-15T16:48:37.376Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/140 -v /w/workspace/edgex-go/140:/w/workspace/edgex-go/140:rw,z -v /w/workspace/edgex-go/140@tmp:/w/workspace/edgex-go/140@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-15T16:48:38.162Z] $ docker top c86df3e22510856a69cd03ddbe9d99c6023a91a33e5960e10a08a1eefa8beb54 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-15T16:48:38.697Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:79f01a0b03b1bfc4590bac9ca9ba51eef1791c37 [2020-09-15T16:48:38.697Z] + tee [2020-09-15T16:48:38.697Z] clair timeout 1m0s [2020-09-15T16:48:38.697Z] docker timeout: 1m0s [2020-09-15T16:48:38.697Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-15T16:48:39.747Z] $ docker stop --time=1 c86df3e22510856a69cd03ddbe9d99c6023a91a33e5960e10a08a1eefa8beb54 [2020-09-15T16:48:41.220Z] $ docker rm -f c86df3e22510856a69cd03ddbe9d99c6023a91a33e5960e10a08a1eefa8beb54 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-15T16:48:41.704Z] + mkdir -p /w/workspace/edgex-go/140/clair-reports [Pipeline] echo [2020-09-15T16:48:41.717Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/140/clair-reports/clair_results_docker-core-data-go-arm64_79f01a0b03b1bfc4590bac9ca9ba51eef1791c37.html [Pipeline] writeFile [Pipeline] step [2020-09-15T16:48:41.771Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:48:42.109Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-15T16:48:42.109Z] . [Pipeline] withDockerContainer [2020-09-15T16:48:42.211Z] prd-centos7-docker-4c-2g-43326 does not seem to be running inside a container [2020-09-15T16:48:42.264Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/140 -v /w/workspace/edgex-go/140:/w/workspace/edgex-go/140:rw,z -v /w/workspace/edgex-go/140@tmp:/w/workspace/edgex-go/140@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-15T16:48:43.000Z] $ docker top b7ad0f26511fc1f34c10eee037468fc83ea9c0e810e79ff8309561c4d10e93dc -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-15T16:48:43.518Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:79f01a0b03b1bfc4590bac9ca9ba51eef1791c37 [2020-09-15T16:48:43.518Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-15T16:48:46.231Z] $ docker stop --time=1 b7ad0f26511fc1f34c10eee037468fc83ea9c0e810e79ff8309561c4d10e93dc [2020-09-15T16:48:47.669Z] $ docker rm -f b7ad0f26511fc1f34c10eee037468fc83ea9c0e810e79ff8309561c4d10e93dc [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:48:48.171Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-15T16:48:48.171Z] . [Pipeline] withDockerContainer [2020-09-15T16:48:48.273Z] prd-centos7-docker-4c-2g-43326 does not seem to be running inside a container [2020-09-15T16:48:48.319Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/140 -v /w/workspace/edgex-go/140:/w/workspace/edgex-go/140:rw,z -v /w/workspace/edgex-go/140@tmp:/w/workspace/edgex-go/140@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-15T16:48:49.108Z] $ docker top 69aa056e59a8f80bf7c3de3995ddf53d95095a6803c06a539a36ea3dac6f946e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-15T16:48:49.673Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:79f01a0b03b1bfc4590bac9ca9ba51eef1791c37 [2020-09-15T16:48:49.674Z] + tee [2020-09-15T16:48:49.674Z] clair timeout 1m0s [2020-09-15T16:48:49.674Z] docker timeout: 1m0s [2020-09-15T16:48:49.674Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-15T16:48:50.427Z] $ docker stop --time=1 69aa056e59a8f80bf7c3de3995ddf53d95095a6803c06a539a36ea3dac6f946e [2020-09-15T16:48:52.064Z] $ docker rm -f 69aa056e59a8f80bf7c3de3995ddf53d95095a6803c06a539a36ea3dac6f946e [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-15T16:48:52.543Z] + mkdir -p /w/workspace/edgex-go/140/clair-reports [Pipeline] echo [2020-09-15T16:48:52.556Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/140/clair-reports/clair_results_docker-core-metadata-go-arm64_79f01a0b03b1bfc4590bac9ca9ba51eef1791c37.html [Pipeline] writeFile [Pipeline] step [2020-09-15T16:48:52.621Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:48:52.957Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-15T16:48:52.957Z] . [Pipeline] withDockerContainer [2020-09-15T16:48:53.060Z] prd-centos7-docker-4c-2g-43326 does not seem to be running inside a container [2020-09-15T16:48:53.147Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/140 -v /w/workspace/edgex-go/140:/w/workspace/edgex-go/140:rw,z -v /w/workspace/edgex-go/140@tmp:/w/workspace/edgex-go/140@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-15T16:48:53.918Z] $ docker top 2467febaee545dfb87190659380154603f896ccb388a56cca9bec013bce7bff0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-15T16:48:54.455Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:79f01a0b03b1bfc4590bac9ca9ba51eef1791c37 [2020-09-15T16:48:54.455Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-15T16:48:58.865Z] $ docker stop --time=1 2467febaee545dfb87190659380154603f896ccb388a56cca9bec013bce7bff0 [2020-09-15T16:49:00.322Z] $ docker rm -f 2467febaee545dfb87190659380154603f896ccb388a56cca9bec013bce7bff0 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:49:00.879Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-15T16:49:00.879Z] . [Pipeline] withDockerContainer [2020-09-15T16:49:00.981Z] prd-centos7-docker-4c-2g-43326 does not seem to be running inside a container [2020-09-15T16:49:01.027Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/140 -v /w/workspace/edgex-go/140:/w/workspace/edgex-go/140:rw,z -v /w/workspace/edgex-go/140@tmp:/w/workspace/edgex-go/140@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-15T16:49:01.767Z] $ docker top 52cb1f260820be8e901ea7f79ef5237b1f1e6572081dab92dba5ee8eecaf1b98 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-15T16:49:02.310Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:79f01a0b03b1bfc4590bac9ca9ba51eef1791c37 [2020-09-15T16:49:02.310Z] + tee [2020-09-15T16:49:02.310Z] clair timeout 1m0s [2020-09-15T16:49:02.310Z] docker timeout: 1m0s [2020-09-15T16:49:02.310Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-15T16:49:03.355Z] $ docker stop --time=1 52cb1f260820be8e901ea7f79ef5237b1f1e6572081dab92dba5ee8eecaf1b98 [2020-09-15T16:49:04.721Z] $ docker rm -f 52cb1f260820be8e901ea7f79ef5237b1f1e6572081dab92dba5ee8eecaf1b98 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-15T16:49:05.201Z] + mkdir -p /w/workspace/edgex-go/140/clair-reports [Pipeline] echo [2020-09-15T16:49:05.214Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/140/clair-reports/clair_results_docker-security-proxy-setup-go-arm64_79f01a0b03b1bfc4590bac9ca9ba51eef1791c37.html [Pipeline] writeFile [Pipeline] step [2020-09-15T16:49:05.269Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:49:05.621Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-15T16:49:05.621Z] . [Pipeline] withDockerContainer [2020-09-15T16:49:05.752Z] prd-centos7-docker-4c-2g-43326 does not seem to be running inside a container [2020-09-15T16:49:05.797Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/140 -v /w/workspace/edgex-go/140:/w/workspace/edgex-go/140:rw,z -v /w/workspace/edgex-go/140@tmp:/w/workspace/edgex-go/140@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-15T16:49:06.522Z] $ docker top 963bd68f075bbbefcd8fd2cc66360a31835b7ce5c923c50c9c96ff9dd19c60ef -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-15T16:49:07.112Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:79f01a0b03b1bfc4590bac9ca9ba51eef1791c37 [2020-09-15T16:49:07.112Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-15T16:49:15.437Z] $ docker stop --time=1 963bd68f075bbbefcd8fd2cc66360a31835b7ce5c923c50c9c96ff9dd19c60ef [2020-09-15T16:49:16.814Z] $ docker rm -f 963bd68f075bbbefcd8fd2cc66360a31835b7ce5c923c50c9c96ff9dd19c60ef [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:49:17.328Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-15T16:49:17.328Z] . [Pipeline] withDockerContainer [2020-09-15T16:49:17.431Z] prd-centos7-docker-4c-2g-43326 does not seem to be running inside a container [2020-09-15T16:49:17.475Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/140 -v /w/workspace/edgex-go/140:/w/workspace/edgex-go/140:rw,z -v /w/workspace/edgex-go/140@tmp:/w/workspace/edgex-go/140@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-15T16:49:18.170Z] $ docker top 263ea0efd89ebb70ac93cedc3f412251609acc80b512271baaba3e44f4613b3e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-15T16:49:18.703Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:79f01a0b03b1bfc4590bac9ca9ba51eef1791c37 [2020-09-15T16:49:18.703Z] + tee [2020-09-15T16:49:18.703Z] clair timeout 1m0s [2020-09-15T16:49:18.703Z] docker timeout: 1m0s [2020-09-15T16:49:18.703Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-15T16:49:20.251Z] $ docker stop --time=1 263ea0efd89ebb70ac93cedc3f412251609acc80b512271baaba3e44f4613b3e [2020-09-15T16:49:21.662Z] $ docker rm -f 263ea0efd89ebb70ac93cedc3f412251609acc80b512271baaba3e44f4613b3e [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-15T16:49:22.193Z] + mkdir -p /w/workspace/edgex-go/140/clair-reports [Pipeline] echo [2020-09-15T16:49:22.206Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/140/clair-reports/clair_results_docker-security-secrets-setup-go-arm64_79f01a0b03b1bfc4590bac9ca9ba51eef1791c37.html [Pipeline] writeFile [Pipeline] step [2020-09-15T16:49:22.285Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:49:22.624Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-15T16:49:22.624Z] . [Pipeline] withDockerContainer [2020-09-15T16:49:22.722Z] prd-centos7-docker-4c-2g-43326 does not seem to be running inside a container [2020-09-15T16:49:22.764Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/140 -v /w/workspace/edgex-go/140:/w/workspace/edgex-go/140:rw,z -v /w/workspace/edgex-go/140@tmp:/w/workspace/edgex-go/140@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-15T16:49:23.386Z] $ docker top 626ea1c0cd87b89938bb8e76b1850dadd5b8081fe175adf4ee276dc71a4447c3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-15T16:49:23.906Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:79f01a0b03b1bfc4590bac9ca9ba51eef1791c37 [2020-09-15T16:49:23.906Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-15T16:49:32.227Z] $ docker stop --time=1 626ea1c0cd87b89938bb8e76b1850dadd5b8081fe175adf4ee276dc71a4447c3 [2020-09-15T16:49:33.607Z] $ docker rm -f 626ea1c0cd87b89938bb8e76b1850dadd5b8081fe175adf4ee276dc71a4447c3 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:49:34.083Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-15T16:49:34.083Z] . [Pipeline] withDockerContainer [2020-09-15T16:49:34.184Z] prd-centos7-docker-4c-2g-43326 does not seem to be running inside a container [2020-09-15T16:49:34.254Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/140 -v /w/workspace/edgex-go/140:/w/workspace/edgex-go/140:rw,z -v /w/workspace/edgex-go/140@tmp:/w/workspace/edgex-go/140@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-15T16:49:34.980Z] $ docker top 3791de21918367889227c6a0df935c0b599a9b2754da8fd242bf639812b1d86d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-15T16:49:35.529Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:79f01a0b03b1bfc4590bac9ca9ba51eef1791c37 [2020-09-15T16:49:35.529Z] + tee [2020-09-15T16:49:35.529Z] clair timeout 1m0s [2020-09-15T16:49:35.529Z] docker timeout: 1m0s [2020-09-15T16:49:35.529Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-15T16:49:37.025Z] $ docker stop --time=1 3791de21918367889227c6a0df935c0b599a9b2754da8fd242bf639812b1d86d [2020-09-15T16:49:38.394Z] $ docker rm -f 3791de21918367889227c6a0df935c0b599a9b2754da8fd242bf639812b1d86d [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-15T16:49:38.879Z] + mkdir -p /w/workspace/edgex-go/140/clair-reports [Pipeline] echo [2020-09-15T16:49:38.894Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/140/clair-reports/clair_results_docker-security-secretstore-setup-go-arm64_79f01a0b03b1bfc4590bac9ca9ba51eef1791c37.html [Pipeline] writeFile [Pipeline] step [2020-09-15T16:49:38.946Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:49:39.283Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-15T16:49:39.283Z] . [Pipeline] withDockerContainer [2020-09-15T16:49:39.382Z] prd-centos7-docker-4c-2g-43326 does not seem to be running inside a container [2020-09-15T16:49:39.426Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/140 -v /w/workspace/edgex-go/140:/w/workspace/edgex-go/140:rw,z -v /w/workspace/edgex-go/140@tmp:/w/workspace/edgex-go/140@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-15T16:49:40.179Z] $ docker top dad9477fd584c16ee5b6034d3bb4d3cead700e2d26a91d333a84571ff29a070e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-15T16:49:40.806Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:79f01a0b03b1bfc4590bac9ca9ba51eef1791c37 [2020-09-15T16:49:40.806Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-15T16:49:44.278Z] $ docker stop --time=1 dad9477fd584c16ee5b6034d3bb4d3cead700e2d26a91d333a84571ff29a070e [2020-09-15T16:49:45.695Z] $ docker rm -f dad9477fd584c16ee5b6034d3bb4d3cead700e2d26a91d333a84571ff29a070e [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:49:46.236Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-15T16:49:46.237Z] . [Pipeline] withDockerContainer [2020-09-15T16:49:46.346Z] prd-centos7-docker-4c-2g-43326 does not seem to be running inside a container [2020-09-15T16:49:46.392Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/140 -v /w/workspace/edgex-go/140:/w/workspace/edgex-go/140:rw,z -v /w/workspace/edgex-go/140@tmp:/w/workspace/edgex-go/140@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-15T16:49:47.030Z] $ docker top c3d7fa63bf59f2cc9689b0a1268b7b83901baf964167a4211342270a316fbe91 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-15T16:49:47.593Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:79f01a0b03b1bfc4590bac9ca9ba51eef1791c37 [2020-09-15T16:49:47.593Z] + tee [2020-09-15T16:49:47.593Z] clair timeout 1m0s [2020-09-15T16:49:47.593Z] docker timeout: 1m0s [2020-09-15T16:49:47.593Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-15T16:49:48.294Z] $ docker stop --time=1 c3d7fa63bf59f2cc9689b0a1268b7b83901baf964167a4211342270a316fbe91 [2020-09-15T16:49:49.660Z] $ docker rm -f c3d7fa63bf59f2cc9689b0a1268b7b83901baf964167a4211342270a316fbe91 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-15T16:49:50.152Z] + mkdir -p /w/workspace/edgex-go/140/clair-reports [Pipeline] echo [2020-09-15T16:49:50.165Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/140/clair-reports/clair_results_docker-support-logging-go-arm64_79f01a0b03b1bfc4590bac9ca9ba51eef1791c37.html [Pipeline] writeFile [Pipeline] step [2020-09-15T16:49:50.228Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:49:50.574Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-15T16:49:50.574Z] . [Pipeline] withDockerContainer [2020-09-15T16:49:50.674Z] prd-centos7-docker-4c-2g-43326 does not seem to be running inside a container [2020-09-15T16:49:50.717Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/140 -v /w/workspace/edgex-go/140:/w/workspace/edgex-go/140:rw,z -v /w/workspace/edgex-go/140@tmp:/w/workspace/edgex-go/140@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-15T16:49:51.436Z] $ docker top 1dc98c6a09a19c1a82e9c7b8b34bec81ce0893dcb61dae4decbfefcf37dade3b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-15T16:49:52.023Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:79f01a0b03b1bfc4590bac9ca9ba51eef1791c37 [2020-09-15T16:49:52.023Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-15T16:49:57.508Z] $ docker stop --time=1 1dc98c6a09a19c1a82e9c7b8b34bec81ce0893dcb61dae4decbfefcf37dade3b [2020-09-15T16:49:58.930Z] $ docker rm -f 1dc98c6a09a19c1a82e9c7b8b34bec81ce0893dcb61dae4decbfefcf37dade3b [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:49:59.413Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-15T16:49:59.413Z] . [Pipeline] withDockerContainer [2020-09-15T16:49:59.512Z] prd-centos7-docker-4c-2g-43326 does not seem to be running inside a container [2020-09-15T16:49:59.553Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/140 -v /w/workspace/edgex-go/140:/w/workspace/edgex-go/140:rw,z -v /w/workspace/edgex-go/140@tmp:/w/workspace/edgex-go/140@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-15T16:50:00.310Z] $ docker top d1119c64f885cbb88d9337471a3209922da608588fd953efe0ade9caae156f67 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-15T16:50:00.995Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:79f01a0b03b1bfc4590bac9ca9ba51eef1791c37 [2020-09-15T16:50:00.995Z] + tee [2020-09-15T16:50:00.995Z] clair timeout 1m0s [2020-09-15T16:50:00.995Z] docker timeout: 1m0s [2020-09-15T16:50:00.995Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-15T16:50:02.091Z] $ docker stop --time=1 d1119c64f885cbb88d9337471a3209922da608588fd953efe0ade9caae156f67 [2020-09-15T16:50:03.489Z] $ docker rm -f d1119c64f885cbb88d9337471a3209922da608588fd953efe0ade9caae156f67 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-15T16:50:04.014Z] + mkdir -p /w/workspace/edgex-go/140/clair-reports [Pipeline] echo [2020-09-15T16:50:04.044Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/140/clair-reports/clair_results_docker-support-notifications-go-arm64_79f01a0b03b1bfc4590bac9ca9ba51eef1791c37.html [Pipeline] writeFile [Pipeline] step [2020-09-15T16:50:04.101Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:50:04.447Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-15T16:50:04.447Z] . [Pipeline] withDockerContainer [2020-09-15T16:50:04.553Z] prd-centos7-docker-4c-2g-43326 does not seem to be running inside a container [2020-09-15T16:50:04.597Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/140 -v /w/workspace/edgex-go/140:/w/workspace/edgex-go/140:rw,z -v /w/workspace/edgex-go/140@tmp:/w/workspace/edgex-go/140@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-15T16:50:05.268Z] $ docker top 22ec53f25a42f1ae07ab5259baa6b85201c08f8aee1aa44a24a02aa91510cea5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-15T16:50:05.818Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:79f01a0b03b1bfc4590bac9ca9ba51eef1791c37 [2020-09-15T16:50:05.818Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-15T16:50:08.528Z] $ docker stop --time=1 22ec53f25a42f1ae07ab5259baa6b85201c08f8aee1aa44a24a02aa91510cea5 [2020-09-15T16:50:09.916Z] $ docker rm -f 22ec53f25a42f1ae07ab5259baa6b85201c08f8aee1aa44a24a02aa91510cea5 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:50:10.511Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-15T16:50:10.511Z] . [Pipeline] withDockerContainer [2020-09-15T16:50:10.617Z] prd-centos7-docker-4c-2g-43326 does not seem to be running inside a container [2020-09-15T16:50:10.662Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/140 -v /w/workspace/edgex-go/140:/w/workspace/edgex-go/140:rw,z -v /w/workspace/edgex-go/140@tmp:/w/workspace/edgex-go/140@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-15T16:50:11.374Z] $ docker top 741ae4d33085a3c57fcc8f9806125bbc95f4f9869fd088fd349d57c6ef86f319 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-15T16:50:11.928Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:79f01a0b03b1bfc4590bac9ca9ba51eef1791c37 [2020-09-15T16:50:11.928Z] + tee [2020-09-15T16:50:11.928Z] clair timeout 1m0s [2020-09-15T16:50:11.928Z] docker timeout: 1m0s [2020-09-15T16:50:11.928Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-15T16:50:12.609Z] $ docker stop --time=1 741ae4d33085a3c57fcc8f9806125bbc95f4f9869fd088fd349d57c6ef86f319 [2020-09-15T16:50:13.969Z] $ docker rm -f 741ae4d33085a3c57fcc8f9806125bbc95f4f9869fd088fd349d57c6ef86f319 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-15T16:50:14.462Z] + mkdir -p /w/workspace/edgex-go/140/clair-reports [Pipeline] echo [2020-09-15T16:50:14.475Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/140/clair-reports/clair_results_docker-support-scheduler-go-arm64_79f01a0b03b1bfc4590bac9ca9ba51eef1791c37.html [Pipeline] writeFile [Pipeline] step [2020-09-15T16:50:14.602Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:50:14.941Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-15T16:50:14.941Z] . [Pipeline] withDockerContainer [2020-09-15T16:50:15.041Z] prd-centos7-docker-4c-2g-43326 does not seem to be running inside a container [2020-09-15T16:50:15.082Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/140 -v /w/workspace/edgex-go/140:/w/workspace/edgex-go/140:rw,z -v /w/workspace/edgex-go/140@tmp:/w/workspace/edgex-go/140@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-15T16:50:15.769Z] $ docker top ea5fde0b492d5995b1a9fad76be8edc3084077faccbd9001e7a1ec39e5d69798 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-15T16:50:16.288Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:79f01a0b03b1bfc4590bac9ca9ba51eef1791c37 [2020-09-15T16:50:16.288Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-15T16:50:31.420Z] $ docker stop --time=1 ea5fde0b492d5995b1a9fad76be8edc3084077faccbd9001e7a1ec39e5d69798 [2020-09-15T16:50:32.823Z] $ docker rm -f ea5fde0b492d5995b1a9fad76be8edc3084077faccbd9001e7a1ec39e5d69798 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:50:33.295Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-15T16:50:33.295Z] . [Pipeline] withDockerContainer [2020-09-15T16:50:33.399Z] prd-centos7-docker-4c-2g-43326 does not seem to be running inside a container [2020-09-15T16:50:33.445Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/140 -v /w/workspace/edgex-go/140:/w/workspace/edgex-go/140:rw,z -v /w/workspace/edgex-go/140@tmp:/w/workspace/edgex-go/140@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-15T16:50:34.158Z] $ docker top 9c336d197ffe44c495c5243de495d3434e51145e585f3410e8e1e140c551fd86 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-15T16:50:34.688Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:79f01a0b03b1bfc4590bac9ca9ba51eef1791c37 [2020-09-15T16:50:34.688Z] + tee [2020-09-15T16:50:34.688Z] clair timeout 1m0s [2020-09-15T16:50:34.688Z] docker timeout: 1m0s [2020-09-15T16:50:34.688Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-15T16:50:36.178Z] $ docker stop --time=1 9c336d197ffe44c495c5243de495d3434e51145e585f3410e8e1e140c551fd86 [2020-09-15T16:50:37.546Z] $ docker rm -f 9c336d197ffe44c495c5243de495d3434e51145e585f3410e8e1e140c551fd86 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-15T16:50:38.001Z] + mkdir -p /w/workspace/edgex-go/140/clair-reports [Pipeline] echo [2020-09-15T16:50:38.014Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/140/clair-reports/clair_results_docker-sys-mgmt-agent-go-arm64_79f01a0b03b1bfc4590bac9ca9ba51eef1791c37.html [Pipeline] writeFile [Pipeline] step [2020-09-15T16:50:38.067Z] Archiving artifacts [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2020-09-15T16:50:38.620Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: true [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-15T16:50:38.686Z] provisioning config files... [2020-09-15T16:50:38.694Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/140@tmp/config7300354955341608361tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-09-15T16:50:39.080Z] --> edgex-publish-swagger.sh [2020-09-15T16:50:39.081Z] === Publish openapi/v1 API === [2020-09-15T16:50:39.081Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2020-09-15T16:50:39.081Z] [publishToSwagger] Publishing API Name [core-command] [2020-09-15T16:50:39.081Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-09-15T16:50:39.081Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/core-command?oas=3.0.0&isPrivate=false&force=true [2020-09-15T16:50:39.081Z] [publishToSwagger] Publishing API Name [core-data] [2020-09-15T16:50:39.081Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-09-15T16:50:39.081Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/core-data?oas=3.0.0&isPrivate=false&force=true [2020-09-15T16:50:39.081Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-09-15T16:50:39.081Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-09-15T16:50:39.081Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/core-metadata?oas=3.0.0&isPrivate=false&force=true [2020-09-15T16:50:39.081Z] [publishToSwagger] Publishing API Name [support-logging] [2020-09-15T16:50:39.081Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-09-15T16:50:39.081Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/support-logging?oas=3.0.0&isPrivate=false&force=true [2020-09-15T16:50:39.081Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-09-15T16:50:39.081Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-09-15T16:50:39.081Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/support-notifications?oas=3.0.0&isPrivate=false&force=true [2020-09-15T16:50:39.081Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-09-15T16:50:39.081Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-09-15T16:50:39.081Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/support-scheduler?oas=3.0.0&isPrivate=false&force=true [2020-09-15T16:50:39.081Z] [publishToSwagger] Publishing API Name [system-agent] [2020-09-15T16:50:39.081Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-09-15T16:50:39.081Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/system-agent?oas=3.0.0&isPrivate=false&force=true [2020-09-15T16:50:39.081Z] === Publish openapi/v2 API === [2020-09-15T16:50:39.081Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2020-09-15T16:50:39.081Z] [publishToSwagger] Publishing API Name [core-command] [2020-09-15T16:50:39.081Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-09-15T16:50:39.081Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/core-command?oas=3.0.0&isPrivate=false&force=true [2020-09-15T16:50:39.081Z] [publishToSwagger] Publishing API Name [core-data] [2020-09-15T16:50:39.081Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-09-15T16:50:39.081Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/core-data?oas=3.0.0&isPrivate=false&force=true [2020-09-15T16:50:39.081Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-09-15T16:50:39.081Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-09-15T16:50:39.081Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/core-metadata?oas=3.0.0&isPrivate=false&force=true [2020-09-15T16:50:39.081Z] [publishToSwagger] Publishing API Name [support-logging] [2020-09-15T16:50:39.081Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-09-15T16:50:39.081Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/support-logging?oas=3.0.0&isPrivate=false&force=true [2020-09-15T16:50:39.081Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-09-15T16:50:39.081Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-09-15T16:50:39.081Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/support-notifications?oas=3.0.0&isPrivate=false&force=true [2020-09-15T16:50:39.081Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-09-15T16:50:39.081Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-09-15T16:50:39.081Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/support-scheduler?oas=3.0.0&isPrivate=false&force=true [2020-09-15T16:50:39.081Z] [publishToSwagger] Publishing API Name [system-agent] [2020-09-15T16:50:39.081Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-09-15T16:50:39.081Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/system-agent?oas=3.0.0&isPrivate=false&force=true [Pipeline] } [2020-09-15T16:50:39.091Z] 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-09-15T16:50:49.064Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-15T16:50:49.064Z] . [Pipeline] withDockerContainer [2020-09-15T16:50:49.169Z] prd-centos7-docker-4c-2g-43326 does not seem to be running inside a container [2020-09-15T16:50:49.211Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/140 -v /w/workspace/edgex-go/140:/w/workspace/edgex-go/140:rw,z -v /w/workspace/edgex-go/140@tmp:/w/workspace/edgex-go/140@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-15T16:50:50.181Z] $ docker top a4bae50102e3da12a3f7428c66b028cb3f4b05e7eadeefd83fb4e7edc18a5a6d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-15T16:50:50.533Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-15T16:50:50.533Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-15T16:50:50.855Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-15T16:50:50.860Z] $ docker exec a4bae50102e3da12a3f7428c66b028cb3f4b05e7eadeefd83fb4e7edc18a5a6d ssh-agent [2020-09-15T16:50:51.039Z] SSH_AUTH_SOCK=/tmp/ssh-rD011Jjb2vD1/agent.11 [2020-09-15T16:50:51.039Z] SSH_AGENT_PID=16 [2020-09-15T16:50:51.048Z] Running ssh-add (command line suppressed) [2020-09-15T16:50:51.185Z] Identity added: /w/workspace/edgex-go/140@tmp/private_key_2096246376135142502.key (/w/workspace/edgex-go/140@tmp/private_key_2096246376135142502.key) [2020-09-15T16:50:51.240Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-15T16:50:51.573Z] + git semver tag [2020-09-15T16:50:51.574Z] # -> Open(): unable to determine branch for HEAD [2020-09-15T16:50:51.574Z] # $GIT_DIR = /w/workspace/edgex-go/140/.git [2020-09-15T16:50:51.574Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/140 [2020-09-15T16:50:51.574Z] # $SEMVER_REMOTE_NAME = origin [2020-09-15T16:50:51.574Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-15T16:50:51.574Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-15T16:50:51.574Z] # $SEMVER_BRANCH = master [2020-09-15T16:50:51.574Z] # $SEMVER_DIR = /w/workspace/edgex-go/140/.semver [2020-09-15T16:50:51.574Z] # 79f01a0b03b1bfc4590bac9ca9ba51eef1791c37 HEAD [2020-09-15T16:50:52.146Z] # -> Force: false [2020-09-15T16:50:52.146Z] # 726c7efd022c7f861acbaadf9bd9bd22c6102ea0 refs/tags/v1.2.2-dev.25 [Pipeline] } [2020-09-15T16:50:52.159Z] $ docker exec --env ******** --env ******** a4bae50102e3da12a3f7428c66b028cb3f4b05e7eadeefd83fb4e7edc18a5a6d ssh-agent -k [2020-09-15T16:50:52.309Z] unset SSH_AUTH_SOCK; [2020-09-15T16:50:52.309Z] unset SSH_AGENT_PID; [2020-09-15T16:50:52.309Z] echo Agent pid 16 killed; [2020-09-15T16:50:52.364Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-15T16:50:52.814Z] + git semver [Pipeline] } [2020-09-15T16:50:52.832Z] $ docker stop --time=1 a4bae50102e3da12a3f7428c66b028cb3f4b05e7eadeefd83fb4e7edc18a5a6d [2020-09-15T16:50:54.187Z] $ docker rm -f a4bae50102e3da12a3f7428c66b028cb3f4b05e7eadeefd83fb4e7edc18a5a6d [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:50:54.801Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-15T16:50:54.801Z] [2020-09-15T16:50:54.801Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:50:55.163Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-15T16:50:55.163Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-09-15T16:50:55.163Z] ab5ef0e58194: Pulling fs layer [2020-09-15T16:50:55.163Z] 9712f1f96733: Pulling fs layer [2020-09-15T16:50:55.163Z] 63f879dbbcfc: Pulling fs layer [2020-09-15T16:50:55.163Z] 0d9ebad4ef96: Pulling fs layer [2020-09-15T16:50:55.163Z] e9a5061849ea: Pulling fs layer [2020-09-15T16:50:55.163Z] d747dcd14b5f: Pulling fs layer [2020-09-15T16:50:55.163Z] 2de7ff778b66: Pulling fs layer [2020-09-15T16:50:55.163Z] e9a5061849ea: Waiting [2020-09-15T16:50:55.163Z] d747dcd14b5f: Waiting [2020-09-15T16:50:55.163Z] 2de7ff778b66: Waiting [2020-09-15T16:50:55.163Z] 0d9ebad4ef96: Waiting [2020-09-15T16:50:55.163Z] 9712f1f96733: Verifying Checksum [2020-09-15T16:50:55.163Z] 9712f1f96733: Download complete [2020-09-15T16:50:56.553Z] 63f879dbbcfc: Verifying Checksum [2020-09-15T16:50:56.553Z] 63f879dbbcfc: Download complete [2020-09-15T16:50:56.819Z] e9a5061849ea: Verifying Checksum [2020-09-15T16:50:56.819Z] e9a5061849ea: Download complete [2020-09-15T16:50:56.819Z] d747dcd14b5f: Verifying Checksum [2020-09-15T16:50:56.819Z] d747dcd14b5f: Download complete [2020-09-15T16:50:57.392Z] 0d9ebad4ef96: Verifying Checksum [2020-09-15T16:50:57.392Z] 0d9ebad4ef96: Download complete [2020-09-15T16:50:57.392Z] 2de7ff778b66: Verifying Checksum [2020-09-15T16:50:57.392Z] 2de7ff778b66: Download complete [2020-09-15T16:50:57.392Z] ab5ef0e58194: Download complete [2020-09-15T16:51:01.611Z] ab5ef0e58194: Pull complete [2020-09-15T16:51:01.872Z] 9712f1f96733: Pull complete [2020-09-15T16:51:04.434Z] 63f879dbbcfc: Pull complete [2020-09-15T16:51:09.733Z] 0d9ebad4ef96: Pull complete [2020-09-15T16:51:11.123Z] e9a5061849ea: Pull complete [2020-09-15T16:51:11.123Z] d747dcd14b5f: Pull complete [2020-09-15T16:51:13.711Z] 2de7ff778b66: Pull complete [2020-09-15T16:51:13.711Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-09-15T16:51:13.711Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-15T16:51:13.711Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-09-15T16:51:13.926Z] prd-centos7-docker-4c-2g-43326 does not seem to be running inside a container [2020-09-15T16:51:13.970Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/140 -v /w/workspace/edgex-go/140:/w/workspace/edgex-go/140:rw,z -v /w/workspace/edgex-go/140@tmp:/w/workspace/edgex-go/140@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-15T16:51:17.987Z] $ docker top 563ff3c882d94b851bb413433d9babf132c9616a6b7a7477b523339e6ba2b3fa -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-09-15T16:51:18.310Z] provisioning config files... [2020-09-15T16:51:18.319Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/140@tmp/config3330266925500496988tmp [2020-09-15T16:51:18.336Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/140@tmp/config4944834283453829878tmp [2020-09-15T16:51:18.350Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/140@tmp/config8509926557139693311tmp [Pipeline] { [Pipeline] echo [2020-09-15T16:51:18.412Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-15T16:51:18.707Z] ---> sigul-configuration.sh [2020-09-15T16:51:18.707Z] gpg: directory `/root/.gnupg' created [2020-09-15T16:51:18.707Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-09-15T16:51:18.707Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-09-15T16:51:18.707Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-09-15T16:51:18.707Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-09-15T16:51:18.707Z] gpg: CAST5 encrypted data [2020-09-15T16:51:18.970Z] gpg: encrypted with 1 passphrase [2020-09-15T16:51:18.970Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-09-15T16:51:19.265Z] + mkdir /home/jenkins [2020-09-15T16:51:19.265Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-09-15T16:51:19.559Z] + 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-09-15T16:51:19.570Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-15T16:51:19.865Z] ---> sigul-install.sh [2020-09-15T16:51:25.168Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-09-15T16:51:26.395Z] + git tag --list [2020-09-15T16:51:26.395Z] v1.2.2-dev.25 [Pipeline] sh [2020-09-15T16:51:26.842Z] + lftools sign git-tag v1.2.2-dev.25 [2020-09-15T16:51:28.230Z] Signing Git tag with Sigul... [2020-09-15T16:51:28.230Z] Signing v1.2.2-dev.25 [Pipeline] echo [2020-09-15T16:51:29.187Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-15T16:51:29.480Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-09-15T16:51:29.489Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-09-15T16:51:29.602Z] $ docker stop --time=1 563ff3c882d94b851bb413433d9babf132c9616a6b7a7477b523339e6ba2b3fa [2020-09-15T16:51:31.594Z] $ docker rm -f 563ff3c882d94b851bb413433d9babf132c9616a6b7a7477b523339e6ba2b3fa [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:51:32.827Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-15T16:51:32.827Z] . [Pipeline] withDockerContainer [2020-09-15T16:51:32.935Z] prd-centos7-docker-4c-2g-43326 does not seem to be running inside a container [2020-09-15T16:51:32.978Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/140 -v /w/workspace/edgex-go/140:/w/workspace/edgex-go/140:rw,z -v /w/workspace/edgex-go/140@tmp:/w/workspace/edgex-go/140@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-15T16:51:33.764Z] $ docker top 3caf58c63857fe8639d1b17c0d82252ab295deb8f19f9b2e44c97193c9482da5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-15T16:51:34.254Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-15T16:51:34.254Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-15T16:51:34.480Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-15T16:51:34.490Z] $ docker exec 3caf58c63857fe8639d1b17c0d82252ab295deb8f19f9b2e44c97193c9482da5 ssh-agent [2020-09-15T16:51:34.666Z] SSH_AUTH_SOCK=/tmp/ssh-MqP5ZYqPEVYe/agent.12 [2020-09-15T16:51:34.666Z] SSH_AGENT_PID=17 [2020-09-15T16:51:34.672Z] Running ssh-add (command line suppressed) [2020-09-15T16:51:34.801Z] Identity added: /w/workspace/edgex-go/140@tmp/private_key_2839881614675367583.key (/w/workspace/edgex-go/140@tmp/private_key_2839881614675367583.key) [2020-09-15T16:51:34.856Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-15T16:51:35.190Z] + git semver bump pre [2020-09-15T16:51:35.191Z] # -> Open(): unable to determine branch for HEAD [2020-09-15T16:51:35.191Z] # $GIT_DIR = /w/workspace/edgex-go/140/.git [2020-09-15T16:51:35.191Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/140 [2020-09-15T16:51:35.191Z] # $SEMVER_REMOTE_NAME = origin [2020-09-15T16:51:35.191Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-15T16:51:35.191Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-15T16:51:35.191Z] # $SEMVER_BRANCH = master [2020-09-15T16:51:35.191Z] # $SEMVER_DIR = /w/workspace/edgex-go/140/.semver [2020-09-15T16:51:35.191Z] 1.2.2-dev.26 [Pipeline] } [2020-09-15T16:51:35.205Z] $ docker exec --env ******** --env ******** 3caf58c63857fe8639d1b17c0d82252ab295deb8f19f9b2e44c97193c9482da5 ssh-agent -k [2020-09-15T16:51:35.332Z] unset SSH_AUTH_SOCK; [2020-09-15T16:51:35.332Z] unset SSH_AGENT_PID; [2020-09-15T16:51:35.332Z] echo Agent pid 17 killed; [2020-09-15T16:51:35.387Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-15T16:51:35.934Z] + git semver [Pipeline] } [2020-09-15T16:51:35.952Z] $ docker stop --time=1 3caf58c63857fe8639d1b17c0d82252ab295deb8f19f9b2e44c97193c9482da5 [2020-09-15T16:51:37.359Z] $ docker rm -f 3caf58c63857fe8639d1b17c0d82252ab295deb8f19f9b2e44c97193c9482da5 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:51:37.888Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-15T16:51:37.888Z] . [Pipeline] withDockerContainer [2020-09-15T16:51:37.991Z] prd-centos7-docker-4c-2g-43326 does not seem to be running inside a container [2020-09-15T16:51:38.032Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/140 -v /w/workspace/edgex-go/140:/w/workspace/edgex-go/140:rw,z -v /w/workspace/edgex-go/140@tmp:/w/workspace/edgex-go/140@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-15T16:51:38.769Z] $ docker top 653dcad1a977e755c030711de5c9632a8f55af5233cb4490fe87035a5499f2ea -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-15T16:51:39.083Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-15T16:51:39.083Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-15T16:51:39.278Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-15T16:51:39.282Z] $ docker exec 653dcad1a977e755c030711de5c9632a8f55af5233cb4490fe87035a5499f2ea ssh-agent [2020-09-15T16:51:39.463Z] SSH_AUTH_SOCK=/tmp/ssh-LO8PDdaiPJ4w/agent.11 [2020-09-15T16:51:39.463Z] SSH_AGENT_PID=16 [2020-09-15T16:51:39.470Z] Running ssh-add (command line suppressed) [2020-09-15T16:51:39.604Z] Identity added: /w/workspace/edgex-go/140@tmp/private_key_7853617610250459154.key (/w/workspace/edgex-go/140@tmp/private_key_7853617610250459154.key) [2020-09-15T16:51:39.662Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-15T16:51:40.004Z] + git semver push [2020-09-15T16:51:40.004Z] # -> Open(): unable to determine branch for HEAD [2020-09-15T16:51:40.004Z] # $GIT_DIR = /w/workspace/edgex-go/140/.git [2020-09-15T16:51:40.004Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/140 [2020-09-15T16:51:40.004Z] # $SEMVER_REMOTE_NAME = origin [2020-09-15T16:51:40.004Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-15T16:51:40.004Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-15T16:51:40.004Z] # $SEMVER_BRANCH = master [2020-09-15T16:51:40.004Z] # $SEMVER_DIR = /w/workspace/edgex-go/140/.semver [Pipeline] } [2020-09-15T16:51:50.031Z] $ docker exec --env ******** --env ******** 653dcad1a977e755c030711de5c9632a8f55af5233cb4490fe87035a5499f2ea ssh-agent -k [2020-09-15T16:51:50.159Z] unset SSH_AUTH_SOCK; [2020-09-15T16:51:50.159Z] unset SSH_AGENT_PID; [2020-09-15T16:51:50.159Z] echo Agent pid 16 killed; [2020-09-15T16:51:50.221Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-15T16:51:50.748Z] + git semver [Pipeline] } [2020-09-15T16:51:50.764Z] $ docker stop --time=1 653dcad1a977e755c030711de5c9632a8f55af5233cb4490fe87035a5499f2ea [2020-09-15T16:51:52.460Z] $ docker rm -f 653dcad1a977e755c030711de5c9632a8f55af5233cb4490fe87035a5499f2ea [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-09-15T16:51:53.404Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-15T16:51:54.276Z] ---> package-listing.sh [2020-09-15T16:51:54.276Z] ++ facter osfamily [2020-09-15T16:51:54.276Z] ++ tr '[:upper:]' '[:lower:]' [2020-09-15T16:51:54.276Z] + OS_FAMILY=redhat [2020-09-15T16:51:54.276Z] + workspace=/w/workspace/edgex-go/140 [2020-09-15T16:51:54.276Z] + START_PACKAGES=/tmp/packages_start.txt [2020-09-15T16:51:54.276Z] + END_PACKAGES=/tmp/packages_end.txt [2020-09-15T16:51:54.276Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-09-15T16:51:54.276Z] + PACKAGES=/tmp/packages_start.txt [2020-09-15T16:51:54.276Z] + '[' /w/workspace/edgex-go/140 ']' [2020-09-15T16:51:54.276Z] + PACKAGES=/tmp/packages_end.txt [2020-09-15T16:51:54.276Z] + case "${OS_FAMILY}" in [2020-09-15T16:51:54.276Z] + rpm -qa [2020-09-15T16:51:54.276Z] + sort [2020-09-15T16:51:58.487Z] + '[' -f /tmp/packages_start.txt ']' [2020-09-15T16:51:58.487Z] + '[' -f /tmp/packages_end.txt ']' [2020-09-15T16:51:58.487Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-09-15T16:51:58.487Z] + '[' /w/workspace/edgex-go/140 ']' [2020-09-15T16:51:58.487Z] + mkdir -p /w/workspace/edgex-go/140/archives/ [2020-09-15T16:51:58.487Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/140/archives/ [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:51:59.641Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-15T16:51:59.641Z] [2020-09-15T16:51:59.641Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:51:59.980Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-15T16:51:59.980Z] alpine: Pulling from edgex-lftools-log-publisher [2020-09-15T16:51:59.980Z] df20fa9351a1: Already exists [2020-09-15T16:51:59.980Z] 36b3adc4ff6f: Pulling fs layer [2020-09-15T16:51:59.980Z] 8ad3a11d3b57: Pulling fs layer [2020-09-15T16:51:59.980Z] 46f8f816bc3b: Pulling fs layer [2020-09-15T16:51:59.980Z] 0dadc02b9964: Pulling fs layer [2020-09-15T16:51:59.980Z] ce6a7cf60c04: Pulling fs layer [2020-09-15T16:51:59.980Z] 7a184a31f384: Pulling fs layer [2020-09-15T16:51:59.980Z] 0879bd2ef858: Pulling fs layer [2020-09-15T16:51:59.980Z] 0dadc02b9964: Waiting [2020-09-15T16:51:59.980Z] 7a184a31f384: Waiting [2020-09-15T16:51:59.980Z] ce6a7cf60c04: Waiting [2020-09-15T16:51:59.980Z] 0879bd2ef858: Waiting [2020-09-15T16:51:59.980Z] 46f8f816bc3b: Verifying Checksum [2020-09-15T16:51:59.980Z] 46f8f816bc3b: Download complete [2020-09-15T16:51:59.980Z] 36b3adc4ff6f: Verifying Checksum [2020-09-15T16:51:59.980Z] 36b3adc4ff6f: Download complete [2020-09-15T16:51:59.980Z] ce6a7cf60c04: Verifying Checksum [2020-09-15T16:51:59.980Z] ce6a7cf60c04: Download complete [2020-09-15T16:51:59.980Z] 7a184a31f384: Verifying Checksum [2020-09-15T16:51:59.980Z] 7a184a31f384: Download complete [2020-09-15T16:52:00.241Z] 0dadc02b9964: Verifying Checksum [2020-09-15T16:52:00.241Z] 0dadc02b9964: Download complete [2020-09-15T16:52:00.241Z] 8ad3a11d3b57: Verifying Checksum [2020-09-15T16:52:00.241Z] 8ad3a11d3b57: Download complete [2020-09-15T16:52:00.507Z] 36b3adc4ff6f: Pull complete [2020-09-15T16:52:01.082Z] 0879bd2ef858: Verifying Checksum [2020-09-15T16:52:01.082Z] 0879bd2ef858: Download complete [2020-09-15T16:52:01.345Z] 8ad3a11d3b57: Pull complete [2020-09-15T16:52:01.345Z] 46f8f816bc3b: Pull complete [2020-09-15T16:52:01.924Z] 0dadc02b9964: Pull complete [2020-09-15T16:52:01.924Z] ce6a7cf60c04: Pull complete [2020-09-15T16:52:02.187Z] 7a184a31f384: Pull complete [2020-09-15T16:52:04.737Z] 0879bd2ef858: Pull complete [2020-09-15T16:52:04.737Z] Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 [2020-09-15T16:52:04.737Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-15T16:52:04.737Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-09-15T16:52:04.862Z] prd-centos7-docker-4c-2g-43326 does not seem to be running inside a container [2020-09-15T16:52:04.906Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa-host -w /w/workspace/edgex-go/140 -v /w/workspace/edgex-go/140:/w/workspace/edgex-go/140:rw,z -v /w/workspace/edgex-go/140@tmp:/w/workspace/edgex-go/140@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-09-15T16:52:08.283Z] $ docker top 4f7364f01303bdae586818cd31e7d6e74613dcd87a635e7046b781c051c33ec1 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-15T16:52:08.841Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-09-15T16:52:09.158Z] + ls /var/log/sa-host [2020-09-15T16:52:09.158Z] + sadf -c /var/log/sa-host/sa05 [2020-09-15T16:52:09.158Z] file_magic: OK [2020-09-15T16:52:09.158Z] HZ: Using current value: 100 [2020-09-15T16:52:09.158Z] file_header: OK [2020-09-15T16:52:09.158Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-09-15T16:52:09.158Z] Statistics: [2020-09-15T16:52:09.158Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-15T16:52:09.158Z] File successfully converted to sysstat format version 12.2.1 [2020-09-15T16:52:09.158Z] + sadf -c /var/log/sa-host/sa15 [2020-09-15T16:52:09.158Z] file_magic: OK [2020-09-15T16:52:09.158Z] HZ: Using current value: 100 [2020-09-15T16:52:09.158Z] file_header: OK [2020-09-15T16:52:09.158Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-09-15T16:52:09.158Z] Statistics: [2020-09-15T16:52:09.158Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-15T16:52:09.158Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-15T16:52:09.222Z] provisioning config files... [2020-09-15T16:52:09.239Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/140@tmp/config9087504243361584423tmp [Pipeline] { [Pipeline] echo [2020-09-15T16:52:09.315Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-15T16:52:09.611Z] ---> create-netrc.sh [Pipeline] echo [2020-09-15T16:52:09.621Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-15T16:52:09.916Z] ---> logs-deploy.sh [2020-09-15T16:52:09.916Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/140 [2020-09-15T16:52:09.916Z] INFO: archiving workspace using pattern(s): [2020-09-15T16:52:11.303Z] Archives upload complete. [2020-09-15T16:52:11.303Z] INFO: archiving logs to Nexus [2020-09-15T16:52:12.248Z] ---> uname -a: [2020-09-15T16:52:12.248Z] Linux 4f7364f01303 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux [2020-09-15T16:52:12.248Z] [2020-09-15T16:52:12.248Z] [2020-09-15T16:52:12.248Z] ---> lscpu: [2020-09-15T16:52:12.248Z] Architecture: x86_64 [2020-09-15T16:52:12.248Z] CPU op-mode(s): 32-bit, 64-bit [2020-09-15T16:52:12.248Z] Byte Order: Little Endian [2020-09-15T16:52:12.248Z] Address sizes: 40 bits physical, 48 bits virtual [2020-09-15T16:52:12.248Z] CPU(s): 4 [2020-09-15T16:52:12.248Z] On-line CPU(s) list: 0-3 [2020-09-15T16:52:12.248Z] Thread(s) per core: 1 [2020-09-15T16:52:12.248Z] Core(s) per socket: 1 [2020-09-15T16:52:12.248Z] Socket(s): 4 [2020-09-15T16:52:12.248Z] NUMA node(s): 1 [2020-09-15T16:52:12.248Z] Vendor ID: GenuineIntel [2020-09-15T16:52:12.248Z] CPU family: 6 [2020-09-15T16:52:12.248Z] Model: 44 [2020-09-15T16:52:12.248Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-09-15T16:52:12.248Z] Stepping: 1 [2020-09-15T16:52:12.248Z] CPU MHz: 2933.396 [2020-09-15T16:52:12.248Z] BogoMIPS: 5866.79 [2020-09-15T16:52:12.248Z] Virtualization: VT-x [2020-09-15T16:52:12.248Z] Hypervisor vendor: KVM [2020-09-15T16:52:12.248Z] Virtualization type: full [2020-09-15T16:52:12.248Z] L1d cache: 128 KiB [2020-09-15T16:52:12.248Z] L1i cache: 128 KiB [2020-09-15T16:52:12.248Z] L2 cache: 16 MiB [2020-09-15T16:52:12.248Z] L3 cache: 64 MiB [2020-09-15T16:52:12.248Z] NUMA node0 CPU(s): 0-3 [2020-09-15T16:52:12.248Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-09-15T16:52:12.248Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-09-15T16:52:12.248Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-09-15T16:52:12.248Z] Vulnerability Meltdown: Mitigation; PTI [2020-09-15T16:52:12.248Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-09-15T16:52:12.248Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-09-15T16:52:12.248Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-09-15T16:52:12.249Z] Vulnerability Tsx async abort: Not affected [2020-09-15T16:52:12.249Z] 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-09-15T16:52:12.249Z] [2020-09-15T16:52:12.249Z] [2020-09-15T16:52:12.249Z] ---> nproc: [2020-09-15T16:52:12.249Z] 4 [2020-09-15T16:52:12.249Z] [2020-09-15T16:52:12.249Z] [2020-09-15T16:52:12.249Z] ---> df -h: [2020-09-15T16:52:12.249Z] Filesystem Size Used Available Use% Mounted on [2020-09-15T16:52:12.249Z] overlay 50.0G 13.1G 36.9G 26% / [2020-09-15T16:52:12.249Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-09-15T16:52:12.249Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-09-15T16:52:12.249Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-09-15T16:52:12.249Z] /dev/vda1 50.0G 13.1G 36.9G 26% /etc/resolv.conf [2020-09-15T16:52:12.249Z] /dev/vda1 50.0G 13.1G 36.9G 26% /etc/hostname [2020-09-15T16:52:12.249Z] /dev/vda1 50.0G 13.1G 36.9G 26% /etc/hosts [2020-09-15T16:52:12.249Z] /dev/vda1 50.0G 13.1G 36.9G 26% /var/log/sa-host [2020-09-15T16:52:12.249Z] /dev/vda1 50.0G 13.1G 36.9G 26% /w/workspace/edgex-go/140 [2020-09-15T16:52:12.249Z] /dev/vda1 50.0G 13.1G 36.9G 26% /w/workspace/edgex-go/140@tmp [2020-09-15T16:52:12.249Z] [2020-09-15T16:52:12.249Z] [2020-09-15T16:52:12.249Z] ---> free -m: [2020-09-15T16:52:12.249Z] total used free shared buff/cache available [2020-09-15T16:52:12.249Z] Mem: 1837 679 262 0 895 1102 [2020-09-15T16:52:12.249Z] Swap: 1023 67 956 [2020-09-15T16:52:12.249Z] [2020-09-15T16:52:12.249Z] [2020-09-15T16:52:12.249Z] ---> ip addr: [2020-09-15T16:52:12.249Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-09-15T16:52:12.249Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-09-15T16:52:12.249Z] inet 127.0.0.1/8 scope host lo [2020-09-15T16:52:12.249Z] valid_lft forever preferred_lft forever [2020-09-15T16:52:12.249Z] 210: eth0@if211: mtu 1458 qdisc noqueue state UP [2020-09-15T16:52:12.249Z] link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff [2020-09-15T16:52:12.249Z] inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 [2020-09-15T16:52:12.249Z] valid_lft forever preferred_lft forever [2020-09-15T16:52:12.249Z] [2020-09-15T16:52:12.249Z] [2020-09-15T16:52:12.249Z] ---> sar -b -r -n DEV: [2020-09-15T16:52:12.249Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/15/20 _x86_64_ (4 CPU) [2020-09-15T16:52:12.249Z] [2020-09-15T16:52:12.249Z] 16:28:46 LINUX RESTART (4 CPU) [2020-09-15T16:52:12.249Z] [2020-09-15T16:52:12.249Z] 16:30:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2020-09-15T16:52:12.249Z] 16:31:01 117.81 71.94 45.87 0.00 5488.81 26427.11 0.00 [2020-09-15T16:52:12.249Z] 16:32:01 267.61 46.75 220.86 0.00 3155.68 60565.11 0.00 [2020-09-15T16:52:12.249Z] 16:33:02 2383.37 2044.84 338.53 0.00 148932.91 198034.74 0.00 [2020-09-15T16:52:12.249Z] 16:34:06 900.64 614.03 286.62 0.00 48380.02 84491.66 0.00 [2020-09-15T16:52:12.249Z] 16:35:02 2230.27 1883.79 346.48 0.00 98121.81 122672.80 0.00 [2020-09-15T16:52:12.249Z] 16:36:01 1085.08 775.50 309.57 0.00 48175.05 74904.52 0.00 [2020-09-15T16:52:12.249Z] 16:37:01 244.12 116.26 127.86 0.00 8503.06 23310.29 0.00 [2020-09-15T16:52:12.249Z] 16:38:01 98.47 91.93 6.54 0.00 3805.03 141.73 0.00 [2020-09-15T16:52:12.249Z] 16:39:01 0.48 0.02 0.47 0.00 0.40 7.04 0.00 [2020-09-15T16:52:12.249Z] 16:40:01 0.90 0.60 0.30 0.00 105.11 3.45 0.00 [2020-09-15T16:52:12.249Z] 16:41:01 0.30 0.02 0.28 0.00 1.07 3.38 0.00 [2020-09-15T16:52:12.249Z] 16:42:01 0.25 0.00 0.25 0.00 0.00 2.51 0.00 [2020-09-15T16:52:12.249Z] 16:43:01 0.23 0.00 0.23 0.00 0.00 2.25 0.00 [2020-09-15T16:52:12.249Z] 16:44:01 1.98 1.67 0.32 0.00 52.62 3.53 0.00 [2020-09-15T16:52:12.249Z] 16:45:01 0.77 0.05 0.72 0.00 2.13 14.54 0.00 [2020-09-15T16:52:12.249Z] 16:46:01 180.14 46.18 133.96 0.00 3444.38 34611.90 0.00 [2020-09-15T16:52:12.249Z] 16:47:01 41.12 9.31 31.81 0.00 360.51 519.49 0.00 [2020-09-15T16:52:12.249Z] 16:48:02 29.49 2.96 26.53 0.00 91.34 427.91 0.00 [2020-09-15T16:52:12.249Z] 16:49:01 27.65 0.24 27.41 0.00 6.77 440.00 0.00 [2020-09-15T16:52:12.249Z] 16:50:01 27.48 0.27 27.21 0.00 6.92 433.01 0.00 [2020-09-15T16:52:12.249Z] 16:51:01 69.97 16.14 53.83 0.00 2134.04 16558.49 0.00 [2020-09-15T16:52:12.249Z] 16:52:01 237.69 132.73 104.96 0.00 10301.21 21874.85 0.00 [2020-09-15T16:52:12.249Z] Average: 357.38 262.59 94.78 0.00 17194.86 30163.88 0.00 [2020-09-15T16:52:12.249Z] [2020-09-15T16:52:12.249Z] 16:30:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-09-15T16:52:12.249Z] 16:31:01 78380 0 665256 35.36 2596 1135324 1530608 52.24 674480 960352 70172 [2020-09-15T16:52:12.249Z] 16:32:01 209732 0 702480 37.34 1492 967852 1276908 43.58 562560 858448 89812 [2020-09-15T16:52:12.249Z] 16:33:02 69748 0 836700 44.47 0 975108 2741840 93.57 711076 923300 91232 [2020-09-15T16:52:12.249Z] 16:34:06 53636 0 750744 39.90 0 1077176 1919088 65.50 766972 861684 37808 [2020-09-15T16:52:12.249Z] 16:35:02 119356 0 705292 37.48 0 1056908 1831756 62.51 648720 921572 82536 [2020-09-15T16:52:12.249Z] 16:36:01 76252 0 623312 33.13 0 1181992 1506564 51.42 713092 887640 49092 [2020-09-15T16:52:12.249Z] 16:37:01 397276 0 582948 30.98 0 901332 1336096 45.60 507760 766588 32 [2020-09-15T16:52:12.249Z] 16:38:01 318744 0 552736 29.38 0 1010076 1155004 39.42 484160 869496 20 [2020-09-15T16:52:12.249Z] 16:39:01 320756 0 550764 29.27 0 1010036 1144580 39.06 483388 868488 8 [2020-09-15T16:52:12.249Z] 16:40:01 316060 0 552312 29.35 0 1013184 1140432 38.92 488288 868584 8 [2020-09-15T16:52:12.249Z] 16:41:01 316880 0 551516 29.31 0 1013160 1123112 38.33 488156 868080 8 [2020-09-15T16:52:12.249Z] 16:42:01 317200 0 551152 29.29 0 1013204 1123076 38.33 487920 868112 8 [2020-09-15T16:52:12.249Z] 16:43:01 316724 0 551616 29.32 0 1013216 1123160 38.33 488396 868112 8 [2020-09-15T16:52:12.249Z] 16:44:01 315760 0 551636 29.32 0 1014160 1123064 38.33 488296 868644 16 [2020-09-15T16:52:12.249Z] 16:45:01 315680 0 551740 29.32 0 1014136 1123052 38.33 488384 868644 8 [2020-09-15T16:52:12.249Z] 16:46:01 203892 0 606632 32.24 0 1071032 1419892 48.46 621696 822136 44 [2020-09-15T16:52:12.249Z] 16:47:01 123168 0 684652 36.39 0 1073736 2108412 71.96 698468 825884 24 [2020-09-15T16:52:12.249Z] 16:48:02 221472 0 585860 31.14 0 1074224 1319732 45.04 604440 823272 56 [2020-09-15T16:52:12.249Z] 16:49:01 206968 0 600244 31.90 0 1074344 1307336 44.62 620260 823172 36 [2020-09-15T16:52:12.249Z] 16:50:01 231256 0 575824 30.60 0 1074476 1316860 44.94 593988 823200 32 [2020-09-15T16:52:12.249Z] 16:51:01 177160 0 591028 31.41 0 1113368 1280892 43.71 606884 848744 81404 [2020-09-15T16:52:12.249Z] 16:52:01 124296 0 668608 35.53 0 1088652 1353180 46.18 553192 888956 59808 [2020-09-15T16:52:12.249Z] Average: 219563 0 617866 32.84 186 1043941 1422938 48.56 580935 862869 25553 [2020-09-15T16:52:12.249Z] [2020-09-15T16:52:12.249Z] 16:30:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2020-09-15T16:52:12.249Z] 16:31:01 eth0 1827.03 1612.10 5663.00 2847.42 0.00 0.00 0.00 0.00 [2020-09-15T16:52:12.249Z] 16:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-15T16:52:12.249Z] 16:31:01 docker0 846.80 674.77 68.26 2653.82 0.00 0.00 0.00 0.00 [2020-09-15T16:52:12.249Z] 16:32:01 eth0 511.33 405.27 3606.33 49.90 0.00 0.00 0.00 0.00 [2020-09-15T16:52:12.249Z] 16:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-15T16:52:12.249Z] 16:32:01 docker0 115.41 149.51 8.60 836.88 0.00 0.00 0.00 0.00 [2020-09-15T16:52:12.249Z] 16:33:02 vethbc7a357 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-15T16:52:12.249Z] 16:33:02 veth7c09c58 0.00 0.46 0.00 0.02 0.00 0.00 0.00 0.00 [2020-09-15T16:52:12.249Z] 16:33:02 eth0 78.71 55.21 181.90 72.32 0.00 0.00 0.00 0.00 [2020-09-15T16:52:12.249Z] 16:33:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-15T16:52:12.249Z] 16:34:06 veth7c09c58 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2020-09-15T16:52:12.249Z] 16:34:06 eth0 57.85 35.52 98.74 56.87 0.00 0.00 0.00 0.00 [2020-09-15T16:52:12.249Z] 16:34:06 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-15T16:52:12.249Z] 16:34:06 docker0 927.93 809.17 73.65 3498.91 0.00 0.00 0.00 0.00 [2020-09-15T16:52:12.249Z] 16:35:02 veth7c09c58 0.00 0.29 0.00 0.01 0.00 0.00 0.00 0.00 [2020-09-15T16:52:12.249Z] 16:35:02 veth1f56cde 3.05 3.23 0.44 18.99 0.00 0.00 0.00 0.00 [2020-09-15T16:52:12.249Z] 16:35:02 eth0 109.07 61.89 508.26 29.02 0.00 0.00 0.00 0.00 [2020-09-15T16:52:12.249Z] 16:35:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-15T16:52:12.249Z] 16:36:01 veth7c09c58 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 [2020-09-15T16:52:12.249Z] 16:36:01 eth0 116.34 84.87 233.65 108.27 0.00 0.00 0.00 0.00 [2020-09-15T16:52:12.249Z] 16:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-15T16:52:12.249Z] 16:36:01 docker0 1050.51 956.98 82.32 4348.82 0.00 0.00 0.00 0.00 [2020-09-15T16:52:12.249Z] 16:37:01 eth0 288.85 255.16 183.33 857.54 0.00 0.00 0.00 0.00 [2020-09-15T16:52:12.249Z] 16:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-15T16:52:12.249Z] 16:37:01 docker0 2.51 8.39 0.14 44.46 0.00 0.00 0.00 0.00 [2020-09-15T16:52:12.249Z] 16:38:01 eth0 210.74 200.52 89.21 837.28 0.00 0.00 0.00 0.00 [2020-09-15T16:52:12.249Z] 16:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-15T16:52:12.249Z] 16:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-15T16:52:12.249Z] 16:39:01 eth0 1.50 0.38 0.59 0.35 0.00 0.00 0.00 0.00 [2020-09-15T16:52:12.249Z] 16:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-15T16:52:12.249Z] 16:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-15T16:52:12.249Z] 16:40:01 eth0 1.05 0.48 0.43 0.30 0.00 0.00 0.00 0.00 [2020-09-15T16:52:12.249Z] 16:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-15T16:52:12.249Z] 16:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-15T16:52:12.249Z] 16:41:01 eth0 1.52 0.35 0.39 0.20 0.00 0.00 0.00 0.00 [2020-09-15T16:52:12.249Z] 16:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-15T16:52:12.249Z] 16:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-15T16:52:12.249Z] 16:42:01 eth0 1.27 0.40 0.34 0.21 0.00 0.00 0.00 0.00 [2020-09-15T16:52:12.249Z] 16:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-15T16:52:12.249Z] 16:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-15T16:52:12.249Z] 16:43:01 eth0 0.75 0.38 0.30 0.17 0.00 0.00 0.00 0.00 [2020-09-15T16:52:12.249Z] 16:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-15T16:52:12.249Z] 16:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-15T16:52:12.249Z] 16:44:01 eth0 1.10 0.40 0.33 0.24 0.00 0.00 0.00 0.00 [2020-09-15T16:52:12.249Z] 16:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-15T16:52:12.249Z] 16:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-15T16:52:12.249Z] 16:45:01 eth0 0.28 0.18 0.14 0.07 0.00 0.00 0.00 0.00 [2020-09-15T16:52:12.249Z] 16:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-15T16:52:12.249Z] 16:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-15T16:52:12.249Z] 16:46:01 eth0 514.18 462.86 4148.43 75.04 0.00 0.00 0.00 0.00 [2020-09-15T16:52:12.249Z] 16:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-15T16:52:12.249Z] 16:46:01 veth8415097 0.40 0.45 0.08 0.17 0.00 0.00 0.00 0.00 [2020-09-15T16:52:12.249Z] 16:46:01 docker0 40.44 42.28 3.62 233.45 0.00 0.00 0.00 0.00 [2020-09-15T16:52:12.249Z] 16:47:01 veth5efde91 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-15T16:52:12.249Z] 16:47:01 vethf2b7490 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-15T16:52:12.250Z] 16:47:01 eth0 127.33 99.08 112.45 107.96 0.00 0.00 0.00 0.00 [2020-09-15T16:52:12.250Z] 16:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-15T16:52:12.250Z] 16:48:02 eth0 121.30 95.92 99.48 94.84 0.00 0.00 0.00 0.00 [2020-09-15T16:52:12.250Z] 16:48:02 veth66e760a 0.40 0.55 0.13 0.23 0.00 0.00 0.00 0.00 [2020-09-15T16:52:12.250Z] 16:48:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-15T16:52:12.250Z] 16:48:02 docker0 1086.73 1001.45 86.91 4568.73 0.00 0.00 0.00 0.00 [2020-09-15T16:52:12.250Z] 16:49:01 eth0 116.54 91.99 102.54 88.20 0.00 0.00 0.00 0.00 [2020-09-15T16:52:12.250Z] 16:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-15T16:52:12.250Z] 16:49:01 docker0 3.83 3.39 0.90 1.62 0.00 0.00 0.00 0.00 [2020-09-15T16:52:12.250Z] 16:50:01 eth0 110.40 85.80 99.91 90.24 0.00 0.00 0.00 0.00 [2020-09-15T16:52:12.250Z] 16:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-15T16:52:12.250Z] 16:50:01 veth69c686c 0.30 0.27 0.05 0.14 0.00 0.00 0.00 0.00 [2020-09-15T16:52:12.250Z] 16:50:01 docker0 4.23 3.89 1.16 1.95 0.00 0.00 0.00 0.00 [2020-09-15T16:52:12.250Z] 16:51:01 eth0 2741.93 2036.07 6177.53 269.33 0.00 0.00 0.00 0.00 [2020-09-15T16:52:12.250Z] 16:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-15T16:52:12.250Z] 16:51:01 docker0 2.16 2.00 0.62 0.99 0.00 0.00 0.00 0.00 [2020-09-15T16:52:12.250Z] 16:52:01 eth0 195.96 151.12 951.49 93.55 0.00 0.00 0.00 0.00 [2020-09-15T16:52:12.250Z] 16:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-15T16:52:12.250Z] 16:52:01 docker0 29.24 35.01 1.88 199.19 0.00 0.00 0.00 0.00 [2020-09-15T16:52:12.250Z] Average: eth0 324.57 260.98 1012.06 258.51 0.00 0.00 0.00 0.00 [2020-09-15T16:52:12.250Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-15T16:52:12.250Z] Average: docker0 51.27 47.61 4.16 217.28 0.00 0.00 0.00 0.00 [2020-09-15T16:52:12.250Z] [2020-09-15T16:52:12.250Z] [2020-09-15T16:52:12.250Z] ---> sar -P ALL: [2020-09-15T16:52:12.250Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/15/20 _x86_64_ (4 CPU) [2020-09-15T16:52:12.250Z] [2020-09-15T16:52:12.250Z] 16:28:46 LINUX RESTART (4 CPU) [2020-09-15T16:52:12.250Z] [2020-09-15T16:52:12.250Z] 16:30:01 CPU %user %nice %system %iowait %steal %idle [2020-09-15T16:52:12.250Z] 16:31:01 all 16.74 0.00 6.50 1.10 0.05 75.61 [2020-09-15T16:52:12.250Z] 16:31:01 0 29.06 0.00 9.11 0.43 0.03 61.37 [2020-09-15T16:52:12.250Z] 16:31:01 1 12.49 0.00 5.12 1.62 0.03 80.74 [2020-09-15T16:52:12.250Z] 16:31:01 2 13.56 0.00 6.26 1.74 0.07 78.37 [2020-09-15T16:52:12.250Z] 16:31:01 3 11.88 0.00 5.53 0.61 0.05 81.92 [2020-09-15T16:52:12.250Z] 16:32:01 all 12.83 0.00 9.46 6.20 0.03 71.47 [2020-09-15T16:52:12.250Z] 16:32:01 0 13.13 0.00 10.63 5.26 0.03 70.95 [2020-09-15T16:52:12.250Z] 16:32:01 1 12.74 0.00 8.80 8.12 0.05 70.30 [2020-09-15T16:52:12.250Z] 16:32:01 2 13.54 0.00 9.27 7.42 0.02 69.76 [2020-09-15T16:52:12.250Z] 16:32:01 3 11.92 0.00 9.14 4.00 0.03 74.90 [2020-09-15T16:52:12.250Z] 16:33:02 all 19.47 0.00 23.66 21.21 0.07 35.58 [2020-09-15T16:52:12.250Z] 16:33:02 0 19.14 0.00 22.32 20.24 0.09 38.20 [2020-09-15T16:52:12.250Z] 16:33:02 1 19.15 0.00 23.69 24.13 0.07 32.97 [2020-09-15T16:52:12.250Z] 16:33:02 2 18.01 0.00 23.82 21.57 0.07 36.52 [2020-09-15T16:52:12.250Z] 16:33:02 3 21.60 0.00 24.83 18.88 0.05 34.64 [2020-09-15T16:52:12.250Z] 16:34:06 all 49.32 0.00 18.34 17.25 0.03 15.05 [2020-09-15T16:52:12.250Z] 16:34:06 0 48.73 0.00 17.97 15.15 0.02 18.13 [2020-09-15T16:52:12.250Z] 16:34:06 1 50.14 0.00 18.61 16.69 0.05 14.52 [2020-09-15T16:52:12.250Z] 16:34:06 2 48.89 0.00 18.37 22.18 0.03 10.53 [2020-09-15T16:52:12.250Z] 16:34:06 3 49.53 0.00 18.41 15.00 0.03 17.03 [2020-09-15T16:52:12.250Z] 16:35:02 all 15.04 0.00 17.75 34.72 0.04 32.45 [2020-09-15T16:52:12.250Z] 16:35:02 0 13.90 0.00 18.20 33.92 0.04 33.94 [2020-09-15T16:52:12.250Z] 16:35:02 1 15.24 0.00 17.47 33.32 0.04 33.93 [2020-09-15T16:52:12.250Z] 16:35:02 2 17.45 0.00 17.34 31.23 0.06 33.94 [2020-09-15T16:52:12.250Z] 16:35:02 3 13.55 0.00 18.01 40.49 0.04 27.91 [2020-09-15T16:52:12.250Z] 16:36:01 all 47.00 0.00 18.24 20.88 0.04 13.84 [2020-09-15T16:52:12.250Z] 16:36:01 0 47.05 0.00 17.97 23.03 0.03 11.91 [2020-09-15T16:52:12.250Z] 16:36:01 1 47.54 0.00 18.64 19.94 0.03 13.85 [2020-09-15T16:52:12.250Z] 16:36:01 2 45.97 0.00 18.49 19.21 0.03 16.29 [2020-09-15T16:52:12.250Z] 16:36:01 3 47.44 0.00 17.87 21.33 0.05 13.31 [2020-09-15T16:52:12.250Z] 16:37:01 all 18.25 0.00 8.23 8.03 0.03 65.47 [2020-09-15T16:52:12.250Z] 16:37:01 0 17.84 0.00 7.83 8.29 0.03 66.01 [2020-09-15T16:52:12.250Z] 16:37:01 1 18.95 0.00 8.60 8.21 0.02 64.22 [2020-09-15T16:52:12.250Z] 16:37:01 2 18.72 0.00 8.27 10.25 0.03 62.73 [2020-09-15T16:52:12.250Z] 16:37:01 3 17.49 0.00 8.21 5.36 0.02 68.92 [2020-09-15T16:52:12.250Z] 16:38:01 all 5.05 0.00 1.87 2.25 0.02 90.81 [2020-09-15T16:52:12.250Z] 16:38:01 0 4.53 0.00 2.15 2.23 0.02 91.07 [2020-09-15T16:52:12.250Z] 16:38:01 1 5.39 0.00 1.81 2.38 0.02 90.41 [2020-09-15T16:52:12.250Z] 16:38:01 2 5.22 0.00 1.77 2.38 0.02 90.61 [2020-09-15T16:52:12.250Z] 16:38:01 3 5.07 0.00 1.74 2.03 0.02 91.14 [2020-09-15T16:52:12.250Z] 16:39:01 all 0.18 0.00 0.03 0.00 0.00 99.79 [2020-09-15T16:52:12.250Z] 16:39:01 0 0.07 0.00 0.03 0.00 0.00 99.90 [2020-09-15T16:52:12.250Z] 16:39:01 1 0.53 0.00 0.03 0.00 0.00 99.43 [2020-09-15T16:52:12.250Z] 16:39:01 2 0.02 0.00 0.03 0.00 0.00 99.95 [2020-09-15T16:52:12.250Z] 16:39:01 3 0.10 0.00 0.03 0.00 0.00 99.87 [2020-09-15T16:52:12.250Z] 16:40:01 all 0.17 0.00 0.03 0.00 0.00 99.80 [2020-09-15T16:52:12.250Z] 16:40:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2020-09-15T16:52:12.250Z] 16:40:01 1 0.05 0.00 0.03 0.00 0.00 99.92 [2020-09-15T16:52:12.250Z] 16:40:01 2 0.53 0.00 0.03 0.00 0.00 99.43 [2020-09-15T16:52:12.250Z] 16:40:01 3 0.05 0.00 0.02 0.00 0.00 99.93 [2020-09-15T16:52:12.250Z] 16:41:01 all 0.15 0.00 0.03 0.00 0.00 99.82 [2020-09-15T16:52:12.250Z] 16:41:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2020-09-15T16:52:12.250Z] 16:41:01 1 0.05 0.00 0.03 0.00 0.00 99.92 [2020-09-15T16:52:12.250Z] 16:41:01 2 0.02 0.00 0.03 0.00 0.00 99.95 [2020-09-15T16:52:12.250Z] 16:41:01 3 0.52 0.00 0.03 0.00 0.00 99.45 [2020-09-15T16:52:12.250Z] [2020-09-15T16:52:12.250Z] 16:41:01 CPU %user %nice %system %iowait %steal %idle [2020-09-15T16:52:12.250Z] 16:42:01 all 0.15 0.00 0.03 0.00 0.00 99.82 [2020-09-15T16:52:12.250Z] 16:42:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2020-09-15T16:52:12.250Z] 16:42:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2020-09-15T16:52:12.250Z] 16:42:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2020-09-15T16:52:12.250Z] 16:42:01 3 0.53 0.00 0.03 0.00 0.00 99.43 [2020-09-15T16:52:12.250Z] 16:43:01 all 0.06 0.00 0.04 0.00 0.00 99.90 [2020-09-15T16:52:12.250Z] 16:43:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2020-09-15T16:52:12.250Z] 16:43:01 1 0.07 0.00 0.03 0.00 0.00 99.90 [2020-09-15T16:52:12.250Z] 16:43:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2020-09-15T16:52:12.250Z] 16:43:01 3 0.15 0.00 0.08 0.00 0.00 99.77 [2020-09-15T16:52:12.250Z] 16:44:01 all 0.13 0.00 0.06 0.02 0.00 99.79 [2020-09-15T16:52:12.250Z] 16:44:01 0 0.05 0.00 0.10 0.07 0.00 99.78 [2020-09-15T16:52:12.250Z] 16:44:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2020-09-15T16:52:12.250Z] 16:44:01 2 0.03 0.00 0.03 0.02 0.00 99.92 [2020-09-15T16:52:12.250Z] 16:44:01 3 0.42 0.00 0.07 0.00 0.00 99.52 [2020-09-15T16:52:12.250Z] 16:45:01 all 0.16 0.00 0.04 0.00 0.00 99.80 [2020-09-15T16:52:12.250Z] 16:45:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2020-09-15T16:52:12.250Z] 16:45:01 1 0.53 0.00 0.03 0.00 0.00 99.43 [2020-09-15T16:52:12.250Z] 16:45:01 2 0.03 0.00 0.05 0.00 0.00 99.92 [2020-09-15T16:52:12.250Z] 16:45:01 3 0.05 0.00 0.03 0.02 0.00 99.90 [2020-09-15T16:52:12.250Z] 16:46:01 all 8.67 0.00 6.38 5.43 0.03 79.49 [2020-09-15T16:52:12.250Z] 16:46:01 0 9.20 0.00 7.18 5.55 0.02 78.05 [2020-09-15T16:52:12.250Z] 16:46:01 1 8.07 0.00 6.51 4.44 0.03 80.95 [2020-09-15T16:52:12.250Z] 16:46:01 2 8.91 0.00 6.32 7.59 0.03 77.15 [2020-09-15T16:52:12.250Z] 16:46:01 3 8.50 0.00 5.50 4.15 0.03 81.82 [2020-09-15T16:52:12.250Z] 16:47:01 all 3.64 0.00 4.07 1.49 0.02 90.79 [2020-09-15T16:52:12.250Z] 16:47:01 0 3.73 0.00 3.73 1.43 0.02 91.10 [2020-09-15T16:52:12.250Z] 16:47:01 1 3.71 0.00 4.54 1.40 0.02 90.33 [2020-09-15T16:52:12.250Z] 16:47:01 2 3.58 0.00 4.00 1.21 0.02 91.18 [2020-09-15T16:52:12.250Z] 16:47:01 3 3.52 0.00 3.99 1.94 0.02 90.53 [2020-09-15T16:52:12.250Z] 16:48:02 all 3.23 0.00 3.53 0.69 0.02 92.54 [2020-09-15T16:52:12.250Z] 16:48:02 0 3.80 0.00 4.17 0.93 0.02 91.08 [2020-09-15T16:52:12.250Z] 16:48:02 1 3.27 0.00 3.64 0.55 0.02 92.51 [2020-09-15T16:52:12.250Z] 16:48:02 2 2.92 0.00 3.34 0.45 0.02 93.27 [2020-09-15T16:52:12.250Z] 16:48:02 3 2.91 0.00 2.95 0.82 0.02 93.30 [2020-09-15T16:52:12.250Z] 16:49:01 all 3.09 0.00 3.67 1.10 0.00 92.13 [2020-09-15T16:52:12.250Z] 16:49:01 0 3.39 0.00 4.31 0.84 0.00 91.47 [2020-09-15T16:52:12.250Z] 16:49:01 1 3.22 0.00 3.96 0.74 0.00 92.09 [2020-09-15T16:52:12.250Z] 16:49:01 2 2.72 0.00 3.06 1.47 0.00 92.75 [2020-09-15T16:52:12.250Z] 16:49:01 3 3.04 0.00 3.35 1.37 0.00 92.24 [2020-09-15T16:52:12.250Z] 16:50:01 all 3.35 0.00 3.59 0.53 0.01 92.52 [2020-09-15T16:52:12.250Z] 16:50:01 0 3.47 0.00 4.10 0.49 0.02 91.93 [2020-09-15T16:52:12.250Z] 16:50:01 1 3.60 0.00 3.94 0.55 0.02 91.89 [2020-09-15T16:52:12.250Z] 16:50:01 2 3.09 0.00 2.79 0.64 0.02 93.47 [2020-09-15T16:52:12.250Z] 16:50:01 3 3.26 0.00 3.53 0.44 0.00 92.77 [2020-09-15T16:52:12.250Z] 16:51:01 all 8.62 0.00 6.96 0.92 0.02 83.48 [2020-09-15T16:52:12.250Z] 16:51:01 0 8.69 0.00 9.29 0.93 0.00 81.09 [2020-09-15T16:52:12.250Z] 16:51:01 1 8.36 0.00 6.11 1.58 0.02 83.94 [2020-09-15T16:52:12.250Z] 16:51:01 2 8.83 0.00 6.14 0.53 0.02 84.49 [2020-09-15T16:52:12.250Z] 16:51:01 3 8.60 0.00 6.36 0.64 0.03 84.36 [2020-09-15T16:52:12.250Z] 16:52:01 all 9.69 0.00 7.53 4.75 0.03 78.01 [2020-09-15T16:52:12.250Z] 16:52:01 0 8.63 0.00 8.03 5.21 0.02 78.11 [2020-09-15T16:52:12.250Z] 16:52:01 1 9.54 0.00 6.97 4.02 0.02 79.45 [2020-09-15T16:52:12.250Z] 16:52:01 2 8.23 0.00 8.22 5.80 0.03 77.72 [2020-09-15T16:52:12.250Z] 16:52:01 3 12.36 0.00 6.88 3.97 0.03 76.75 [2020-09-15T16:52:12.250Z] [2020-09-15T16:52:12.250Z] Average: CPU %user %nice %system %iowait %steal %idle [2020-09-15T16:52:12.250Z] Average: all 10.20 0.00 6.29 5.61 0.02 77.89 [2020-09-15T16:52:12.250Z] Average: 0 10.64 0.00 6.62 5.50 0.02 77.22 [2020-09-15T16:52:12.250Z] Average: 1 10.10 0.00 6.23 5.67 0.02 77.98 [2020-09-15T16:52:12.250Z] Average: 2 9.97 0.00 6.18 5.96 0.02 77.87 [2020-09-15T16:52:12.250Z] Average: 3 10.07 0.00 6.12 5.31 0.02 78.48 [2020-09-15T16:52:12.250Z] [2020-09-15T16:52:12.250Z] [2020-09-15T16:52:12.250Z]