Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from b3e2acdd145c3d3302f02c8490918cd30aaf4f4f Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision ad104866bbc8c98dca93091e1a8abeb835fd4e4d Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision ad104866bbc8c98dca93091e1a8abeb835fd4e4d using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision ad104866bbc8c98dca93091e1a8abeb835fd4e4d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f ad104866bbc8c98dca93091e1a8abeb835fd4e4d # timeout=10 Commit message: "Merge pull request #251 from ernestojeda/fix-codecov-uploader" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-3766 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/165 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/165 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision b3e2acdd145c3d3302f02c8490918cd30aaf4f4f (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b3e2acdd145c3d3302f02c8490918cd30aaf4f4f # timeout=10 Commit message: "fix(notifications): include From/To in SMTP header (#2758)" > git rev-list --no-walk d16f9af4789b1c810caf567d1912f559f3cf35d1 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-10-06T20:51:18.889Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-10-06T20:51:19.151Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-10-06T20:51:19.472Z] ========================================================= [2020-10-06T20:51:19.472Z] EdgeX Global Pipelines Version Info [2020-10-06T20:51:19.472Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-10-06T20:51:22.170Z] ------------------- [2020-10-06T20:51:22.170Z] stable info: [2020-10-06T20:51:22.170Z] ------------------- [2020-10-06T20:51:22.170Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-06T20:51:22.170Z] Commit SHA: ad104866bbc8c98dca93091e1a8abeb835fd4e4d [2020-10-06T20:51:22.170Z] Message: update stable to v1.0.131 [2020-10-06T20:51:23.146Z] ------------------- [2020-10-06T20:51:23.146Z] experimental info: [2020-10-06T20:51:23.146Z] ------------------- [2020-10-06T20:51:23.146Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-10-06T20:51:23.146Z] Commit SHA: 570db4806bfd36b7d07759f4849a4530ec9e8d2a [2020-10-06T20:51:23.146Z] Message: update experimental to v1.0.134 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-10-06T20:51:23.521Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-10-06T20:51:23.614Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-10-06T20:51:23.717Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-10-06T20:51:23.851Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-10-06T20:51:23.992Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-10-06T20:51:24.099Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-10-06T20:51:24.189Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-10-06T20:51:24.290Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-10-06T20:51:24.388Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-10-06T20:51:24.486Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-10-06T20:51:24.574Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-10-06T20:51:24.684Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-10-06T20:51:24.771Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-10-06T20:51:24.859Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-10-06T20:51:24.949Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-10-06T20:51:25.055Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-10-06T20:51:25.145Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-10-06T20:51:25.238Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-10-06T20:51:25.332Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-10-06T20:51:25.441Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-10-06T20:51:25.541Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-10-06T20:51:25.627Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-10-06T20:51:25.724Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-10-06T20:51:25.809Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-10-06T20:51:25.898Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b3e2acdd145c3d3302f02c8490918cd30aaf4f4f [Pipeline] echo [2020-10-06T20:51:26.005Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b3e2acd [Pipeline] echo [2020-10-06T20:51:26.093Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] sh [2020-10-06T20:51:26.495Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secrets-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-logging/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2020-10-06T20:51:26.495Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-06T20:51:26.495Z] ++ dirname cmd/core-command/Dockerfile [2020-10-06T20:51:26.495Z] ++ cut -d/ -f2 [2020-10-06T20:51:26.495Z] + echo core-command,cmd/core-command/Dockerfile [2020-10-06T20:51:26.495Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-06T20:51:26.495Z] ++ dirname cmd/core-data/Dockerfile [2020-10-06T20:51:26.495Z] ++ cut -d/ -f2 [2020-10-06T20:51:26.495Z] + echo core-data,cmd/core-data/Dockerfile [2020-10-06T20:51:26.495Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-06T20:51:26.495Z] ++ cut -d/ -f2 [2020-10-06T20:51:26.495Z] ++ dirname cmd/core-metadata/Dockerfile [2020-10-06T20:51:26.495Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-10-06T20:51:26.495Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-06T20:51:26.495Z] ++ cut -d/ -f2 [2020-10-06T20:51:26.495Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-10-06T20:51:26.495Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-10-06T20:51:26.495Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-06T20:51:26.495Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-10-06T20:51:26.495Z] ++ cut -d/ -f2 [2020-10-06T20:51:26.495Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-10-06T20:51:26.495Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-06T20:51:26.495Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-10-06T20:51:26.495Z] ++ cut -d/ -f2 [2020-10-06T20:51:26.495Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-10-06T20:51:26.495Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-06T20:51:26.495Z] ++ dirname cmd/support-logging/Dockerfile [2020-10-06T20:51:26.495Z] ++ cut -d/ -f2 [2020-10-06T20:51:26.495Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-10-06T20:51:26.495Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-06T20:51:26.495Z] ++ dirname cmd/support-notifications/Dockerfile [2020-10-06T20:51:26.495Z] ++ cut -d/ -f2 [2020-10-06T20:51:26.495Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-10-06T20:51:26.495Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-06T20:51:26.495Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-10-06T20:51:26.495Z] ++ cut -d/ -f2 [2020-10-06T20:51:26.495Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-10-06T20:51:26.495Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-06T20:51:26.495Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-10-06T20:51:26.495Z] ++ cut -d/ -f2 [2020-10-06T20:51:26.495Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-10-06T20:51:26.614Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secrets-setup-go, dockerfile:cmd/security-secrets-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-logging-go, dockerfile:cmd/support-logging/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2020-10-06T20:51:27.651Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-06T20:51:27.934Z] [2020-10-06T20:51:27.934Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-10-06T20:51:28.428Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-06T20:51:28.763Z] latest: Pulling from edgex-devops/git-semver [2020-10-06T20:51:28.763Z] 31603596830f: Pulling fs layer [2020-10-06T20:51:28.763Z] 2a8b12db71e7: Pulling fs layer [2020-10-06T20:51:28.763Z] 6ca5941a6612: Pulling fs layer [2020-10-06T20:51:28.763Z] ecc8261a40a4: Pulling fs layer [2020-10-06T20:51:28.763Z] ecc8261a40a4: Waiting [2020-10-06T20:51:28.763Z] 2a8b12db71e7: Verifying Checksum [2020-10-06T20:51:28.763Z] 2a8b12db71e7: Download complete [2020-10-06T20:51:29.073Z] 31603596830f: Verifying Checksum [2020-10-06T20:51:29.073Z] 31603596830f: Download complete [2020-10-06T20:51:29.361Z] ecc8261a40a4: Verifying Checksum [2020-10-06T20:51:29.361Z] ecc8261a40a4: Download complete [2020-10-06T20:51:29.361Z] 6ca5941a6612: Verifying Checksum [2020-10-06T20:51:29.361Z] 6ca5941a6612: Download complete [2020-10-06T20:51:29.641Z] 31603596830f: Pull complete [2020-10-06T20:51:29.935Z] 2a8b12db71e7: Pull complete [2020-10-06T20:51:31.433Z] 6ca5941a6612: Pull complete [2020-10-06T20:51:32.036Z] ecc8261a40a4: Pull complete [2020-10-06T20:51:32.036Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-10-06T20:51:32.036Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-06T20:51:32.036Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-10-06T20:51:32.289Z] prd-centos7-docker-4c-2g-3766 does not seem to be running inside a container [2020-10-06T20:51:32.426Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/165 -v /w/workspace/edgex-go/165:/w/workspace/edgex-go/165:rw,z -v /w/workspace/edgex-go/165@tmp:/w/workspace/edgex-go/165@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-06T20:51:35.095Z] $ docker top fc0d151aa395210d08d643d195063e2aa497ba9cc287dbbbff12479da2b224dc -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-06T20:51:35.619Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-06T20:51:35.619Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-06T20:51:36.052Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-06T20:51:36.059Z] $ docker exec fc0d151aa395210d08d643d195063e2aa497ba9cc287dbbbff12479da2b224dc ssh-agent [2020-10-06T20:51:36.457Z] SSH_AUTH_SOCK=/tmp/ssh-Nd7djeJRek0K/agent.11 [2020-10-06T20:51:36.457Z] SSH_AGENT_PID=16 [2020-10-06T20:51:36.486Z] Running ssh-add (command line suppressed) [2020-10-06T20:51:36.700Z] Identity added: /w/workspace/edgex-go/165@tmp/private_key_7696102329251948719.key (/w/workspace/edgex-go/165@tmp/private_key_7696102329251948719.key) [2020-10-06T20:51:36.789Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-06T20:51:37.176Z] + git describe --exact-match --tags HEAD [2020-10-06T20:51:37.176Z] fatal: no tag exactly matches 'b3e2acdd145c3d3302f02c8490918cd30aaf4f4f' [Pipeline] } [2020-10-06T20:51:37.223Z] $ docker exec --env ******** --env ******** fc0d151aa395210d08d643d195063e2aa497ba9cc287dbbbff12479da2b224dc ssh-agent -k [2020-10-06T20:51:37.433Z] unset SSH_AUTH_SOCK; [2020-10-06T20:51:37.434Z] unset SSH_AGENT_PID; [2020-10-06T20:51:37.434Z] echo Agent pid 16 killed; [2020-10-06T20:51:37.504Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-10-06T20:51:37.600Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-10-06T20:51:37.600Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-10-06T20:51:37.695Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-06T20:51:37.695Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-06T20:51:37.928Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-06T20:51:37.936Z] $ docker exec fc0d151aa395210d08d643d195063e2aa497ba9cc287dbbbff12479da2b224dc ssh-agent [2020-10-06T20:51:38.231Z] SSH_AUTH_SOCK=/tmp/ssh-7rIB7B9aEu93/agent.46 [2020-10-06T20:51:38.231Z] SSH_AGENT_PID=51 [2020-10-06T20:51:38.241Z] Running ssh-add (command line suppressed) [2020-10-06T20:51:38.467Z] Identity added: /w/workspace/edgex-go/165@tmp/private_key_4167012278135741630.key (/w/workspace/edgex-go/165@tmp/private_key_4167012278135741630.key) [2020-10-06T20:51:38.564Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-06T20:51:38.945Z] + git semver init [2020-10-06T20:51:38.945Z] # -> Open(): unable to determine branch for HEAD [2020-10-06T20:51:38.945Z] # $GIT_DIR = /w/workspace/edgex-go/165/.git [2020-10-06T20:51:38.945Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/165 [2020-10-06T20:51:38.945Z] # $SEMVER_REMOTE_NAME = origin [2020-10-06T20:51:38.945Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-06T20:51:38.945Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-06T20:51:38.945Z] # $SEMVER_BRANCH = master [2020-10-06T20:51:38.945Z] # $SEMVER_TEMP = /tmp/semver-252820466 [2020-10-06T20:51:38.945Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-10-06T20:52:11.557Z] # '/tmp/semver-252820466' -> '/w/workspace/edgex-go/165/.semver' [2020-10-06T20:52:11.557Z] # -> Force: false [2020-10-06T20:52:11.557Z] # $SEMVER_DIR = /w/workspace/edgex-go/165/.semver [Pipeline] } [2020-10-06T20:52:11.587Z] $ docker exec --env ******** --env ******** fc0d151aa395210d08d643d195063e2aa497ba9cc287dbbbff12479da2b224dc ssh-agent -k [2020-10-06T20:52:11.922Z] unset SSH_AUTH_SOCK; [2020-10-06T20:52:11.924Z] unset SSH_AGENT_PID; [2020-10-06T20:52:11.924Z] echo Agent pid 51 killed; [2020-10-06T20:52:12.040Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-06T20:52:12.552Z] + git semver [Pipeline] } [2020-10-06T20:52:12.599Z] $ docker stop --time=1 fc0d151aa395210d08d643d195063e2aa497ba9cc287dbbbff12479da2b224dc [2020-10-06T20:52:14.459Z] $ docker rm -f fc0d151aa395210d08d643d195063e2aa497ba9cc287dbbbff12479da2b224dc [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-10-06T20:52:35.326Z] Stashed 67 file(s) [Pipeline] echo [2020-10-06T20:52:35.329Z] [edgeXSemver]: initialized semver on version 1.2.2-dev.50 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] echo [2020-10-06T20:52:36.189Z] ========================================================= [2020-10-06T20:52:36.189Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-10-06T20:52:36.189Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-06T20:52:36.583Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2020-10-06T20:52:43.506Z] Sending build context to Docker daemon 324.7MB [2020-10-06T20:52:43.506Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-06T20:52:43.506Z] Step 2/7 : FROM ${BASE} [2020-10-06T20:52:43.506Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-10-06T20:52:43.506Z] df20fa9351a1: Pulling fs layer [2020-10-06T20:52:43.506Z] ed8968b2872e: Pulling fs layer [2020-10-06T20:52:43.506Z] a92cc7c5fd73: Pulling fs layer [2020-10-06T20:52:43.506Z] e871e8e8d7a9: Pulling fs layer [2020-10-06T20:52:43.506Z] e73272ec9a57: Pulling fs layer [2020-10-06T20:52:43.506Z] 1e910a182e73: Pulling fs layer [2020-10-06T20:52:43.506Z] 4e634b169226: Pulling fs layer [2020-10-06T20:52:43.506Z] e871e8e8d7a9: Waiting [2020-10-06T20:52:43.506Z] e73272ec9a57: Waiting [2020-10-06T20:52:43.506Z] 1e910a182e73: Waiting [2020-10-06T20:52:43.506Z] 4e634b169226: Waiting [2020-10-06T20:52:43.506Z] a92cc7c5fd73: Verifying Checksum [2020-10-06T20:52:43.506Z] a92cc7c5fd73: Download complete [2020-10-06T20:52:43.506Z] ed8968b2872e: Download complete [2020-10-06T20:52:43.506Z] e73272ec9a57: Verifying Checksum [2020-10-06T20:52:43.506Z] e73272ec9a57: Download complete [2020-10-06T20:52:43.823Z] 1e910a182e73: Verifying Checksum [2020-10-06T20:52:43.823Z] 1e910a182e73: Download complete [2020-10-06T20:52:44.633Z] df20fa9351a1: Verifying Checksum [2020-10-06T20:52:44.633Z] df20fa9351a1: Download complete [2020-10-06T20:52:45.127Z] df20fa9351a1: Pull complete [2020-10-06T20:52:45.436Z] ed8968b2872e: Pull complete [2020-10-06T20:52:45.436Z] a92cc7c5fd73: Pull complete [2020-10-06T20:52:48.867Z] 4e634b169226: Verifying Checksum [2020-10-06T20:52:48.867Z] 4e634b169226: Download complete [2020-10-06T20:52:50.913Z] Still waiting to schedule task [2020-10-06T20:52:50.914Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-3765’ is offline [2020-10-06T20:52:51.796Z] e871e8e8d7a9: Verifying Checksum [2020-10-06T20:52:51.796Z] e871e8e8d7a9: Download complete [2020-10-06T20:53:00.190Z] e871e8e8d7a9: Pull complete [2020-10-06T20:53:00.190Z] e73272ec9a57: Pull complete [2020-10-06T20:53:00.190Z] 1e910a182e73: Pull complete [2020-10-06T20:53:05.610Z] 4e634b169226: Pull complete [2020-10-06T20:53:05.610Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-10-06T20:53:05.610Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-10-06T20:53:05.610Z] ---> f7629b54cfaa [2020-10-06T20:53:05.610Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-10-06T20:53:05.610Z] ---> Running in a2974c67017f [2020-10-06T20:53:05.610Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-06T20:53:06.197Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-06T20:53:06.774Z] (1/12) Installing libmagic (5.38-r0) [2020-10-06T20:53:07.047Z] (2/12) Installing file (5.38-r0) [2020-10-06T20:53:07.047Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-10-06T20:53:07.384Z] (4/12) Installing g++ (9.3.0-r2) [2020-10-06T20:53:10.807Z] (5/12) Installing fortify-headers (1.1-r0) [2020-10-06T20:53:10.807Z] (6/12) Installing patch (2.7.6-r6) [2020-10-06T20:53:10.807Z] (7/12) Installing build-base (0.5-r2) [2020-10-06T20:53:10.807Z] (8/12) Installing libsodium (1.0.18-r0) [2020-10-06T20:53:10.807Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-10-06T20:53:10.807Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-10-06T20:53:11.080Z] (11/12) Installing libzmq (4.3.3-r0) [2020-10-06T20:53:11.080Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-10-06T20:53:11.080Z] Executing busybox-1.31.1-r16.trigger [2020-10-06T20:53:11.080Z] OK: 233 MiB in 51 packages [2020-10-06T20:53:14.508Z] Removing intermediate container a2974c67017f [2020-10-06T20:53:14.508Z] ---> b47306ac1dc1 [2020-10-06T20:53:14.508Z] Step 4/7 : WORKDIR /edgex-go [2020-10-06T20:53:14.508Z] ---> Running in 1c0d00d5e6f0 [2020-10-06T20:53:14.508Z] Removing intermediate container 1c0d00d5e6f0 [2020-10-06T20:53:14.508Z] ---> 1f6086320218 [2020-10-06T20:53:14.508Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-10-06T20:53:14.771Z] latest: Pulling from library/docker [2020-10-06T20:53:15.043Z] df20fa9351a1: Already exists [2020-10-06T20:53:15.043Z] 25ad7478873d: Pulling fs layer [2020-10-06T20:53:15.043Z] 4684f6177b5d: Pulling fs layer [2020-10-06T20:53:15.043Z] 8ba584e970af: Pulling fs layer [2020-10-06T20:53:15.043Z] 3cdc74d2b06d: Pulling fs layer [2020-10-06T20:53:15.043Z] 4cf5a0d07c1f: Pulling fs layer [2020-10-06T20:53:15.043Z] fca0ccc462d5: Pulling fs layer [2020-10-06T20:53:15.043Z] 3cdc74d2b06d: Waiting [2020-10-06T20:53:15.043Z] 4cf5a0d07c1f: Waiting [2020-10-06T20:53:15.043Z] fca0ccc462d5: Waiting [2020-10-06T20:53:15.316Z] 4684f6177b5d: Verifying Checksum [2020-10-06T20:53:15.316Z] 4684f6177b5d: Download complete [2020-10-06T20:53:15.316Z] 25ad7478873d: Verifying Checksum [2020-10-06T20:53:15.316Z] 25ad7478873d: Download complete [2020-10-06T20:53:15.316Z] 3cdc74d2b06d: Verifying Checksum [2020-10-06T20:53:15.316Z] 3cdc74d2b06d: Download complete [2020-10-06T20:53:15.615Z] 4cf5a0d07c1f: Verifying Checksum [2020-10-06T20:53:15.615Z] 4cf5a0d07c1f: Download complete [2020-10-06T20:53:15.615Z] fca0ccc462d5: Verifying Checksum [2020-10-06T20:53:15.615Z] fca0ccc462d5: Download complete [2020-10-06T20:53:15.904Z] 25ad7478873d: Pull complete [2020-10-06T20:53:16.219Z] 4684f6177b5d: Pull complete [2020-10-06T20:53:16.589Z] 8ba584e970af: Verifying Checksum [2020-10-06T20:53:16.589Z] 8ba584e970af: Download complete [2020-10-06T20:53:20.911Z] 8ba584e970af: Pull complete [2020-10-06T20:53:20.911Z] 3cdc74d2b06d: Pull complete [2020-10-06T20:53:21.188Z] 4cf5a0d07c1f: Pull complete [2020-10-06T20:53:21.456Z] fca0ccc462d5: Pull complete [2020-10-06T20:53:21.456Z] Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 [2020-10-06T20:53:21.456Z] Status: Downloaded newer image for docker:latest [2020-10-06T20:53:23.608Z] ---> 3377df21b4db [2020-10-06T20:53:23.608Z] Step 6/7 : COPY go.mod . [2020-10-06T20:53:23.894Z] ---> ad84f586dcb2 [2020-10-06T20:53:23.894Z] Step 7/7 : RUN go mod download [2020-10-06T20:53:23.894Z] ---> Running in 5af7d5416510 [2020-10-06T20:53:50.982Z] Removing intermediate container 5af7d5416510 [2020-10-06T20:53:50.982Z] ---> 09c57c735fda [2020-10-06T20:53:50.982Z] Successfully built 09c57c735fda [2020-10-06T20:53:50.982Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-06T20:53:51.365Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-06T20:53:51.647Z] . [Pipeline] withDockerContainer [2020-10-06T20:53:51.883Z] prd-centos7-docker-4c-2g-3766 does not seem to be running inside a container [2020-10-06T20:53:52.070Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/165 -v /w/workspace/edgex-go/165:/w/workspace/edgex-go/165:rw,z -v /w/workspace/edgex-go/165@tmp:/w/workspace/edgex-go/165@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-10-06T20:53:53.512Z] $ docker top 50fc03b13935da8057874db9bd456cdbe21dc643c3b54bf5822d8e51ed9d1903 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-06T20:53:54.162Z] + go version [2020-10-06T20:53:54.162Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-10-06T20:53:54.191Z] $ docker stop --time=1 50fc03b13935da8057874db9bd456cdbe21dc643c3b54bf5822d8e51ed9d1903 [2020-10-06T20:53:55.721Z] $ docker rm -f 50fc03b13935da8057874db9bd456cdbe21dc643c3b54bf5822d8e51ed9d1903 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-06T20:53:59.908Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-06T20:53:59.908Z] [2020-10-06T20:53:59.908Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-10-06T20:54:00.287Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-06T20:54:00.287Z] latest: Pulling from edgex-devops/edgex-compose [2020-10-06T20:54:00.287Z] cbdbe7a5bc2a: Pulling fs layer [2020-10-06T20:54:00.287Z] ca9280d653b3: Pulling fs layer [2020-10-06T20:54:00.287Z] 7e9c9ca2126c: Pulling fs layer [2020-10-06T20:54:00.880Z] cbdbe7a5bc2a: Verifying Checksum [2020-10-06T20:54:00.880Z] cbdbe7a5bc2a: Download complete [2020-10-06T20:54:01.160Z] cbdbe7a5bc2a: Pull complete [2020-10-06T20:54:01.439Z] ca9280d653b3: Verifying Checksum [2020-10-06T20:54:01.439Z] ca9280d653b3: Download complete [2020-10-06T20:54:03.570Z] ca9280d653b3: Pull complete [2020-10-06T20:54:04.552Z] 7e9c9ca2126c: Verifying Checksum [2020-10-06T20:54:04.552Z] 7e9c9ca2126c: Download complete [2020-10-06T20:54:12.790Z] 7e9c9ca2126c: Pull complete [2020-10-06T20:54:12.790Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-10-06T20:54:12.790Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-06T20:54:12.790Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-10-06T20:54:12.993Z] prd-centos7-docker-4c-2g-3766 does not seem to be running inside a container [2020-10-06T20:54:13.108Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/165 -v /w/workspace/edgex-go/165:/w/workspace/edgex-go/165:rw,z -v /w/workspace/edgex-go/165@tmp:/w/workspace/edgex-go/165@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-10-06T20:54:14.762Z] $ docker top 2f70f6c2276ff005abb8287b675c2a19bf1fa8499c2e5397faa8a28e09132734 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-06T20:54:15.393Z] + docker-compose build --help [2020-10-06T20:54:15.393Z] + grep parallel [2020-10-06T20:54:16.822Z] --parallel Build images in parallel. [Pipeline] } [2020-10-06T20:54:16.842Z] $ docker stop --time=1 2f70f6c2276ff005abb8287b675c2a19bf1fa8499c2e5397faa8a28e09132734 [2020-10-06T20:54:18.518Z] $ docker rm -f 2f70f6c2276ff005abb8287b675c2a19bf1fa8499c2e5397faa8a28e09132734 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-06T20:54:19.241Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-06T20:54:19.241Z] . [Pipeline] withDockerContainer [2020-10-06T20:54:19.500Z] prd-centos7-docker-4c-2g-3766 does not seem to be running inside a container [2020-10-06T20:54:19.587Z] $ 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/165 -v /w/workspace/edgex-go/165:/w/workspace/edgex-go/165:rw,z -v /w/workspace/edgex-go/165@tmp:/w/workspace/edgex-go/165@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-10-06T20:54:20.596Z] $ docker top bc90b900663556e8da2b27ee100775d05dc7606b1cc22df10d4ecb25ae09fd33 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-06T20:54:21.220Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-10-06T20:54:22.703Z] Building docker-core-command-go ... [2020-10-06T20:54:22.703Z] Building docker-core-data-go ... [2020-10-06T20:54:22.703Z] Building docker-core-metadata-go ... [2020-10-06T20:54:22.703Z] Building docker-security-proxy-setup-go ... [2020-10-06T20:54:22.703Z] Building docker-security-secrets-setup-go ... [2020-10-06T20:54:22.703Z] Building docker-security-secretstore-setup-go ... [2020-10-06T20:54:22.703Z] Building docker-support-logging-go ... [2020-10-06T20:54:22.703Z] Building docker-support-notifications-go ... [2020-10-06T20:54:22.703Z] Building docker-support-scheduler-go ... [2020-10-06T20:54:22.703Z] Building docker-sys-mgmt-agent-go ... [2020-10-06T20:54:22.703Z] Building docker-security-proxy-setup-go [2020-10-06T20:54:22.703Z] Building docker-support-notifications-go [2020-10-06T20:54:22.703Z] Building docker-support-scheduler-go [2020-10-06T20:54:22.703Z] Building docker-core-metadata-go [2020-10-06T20:54:22.703Z] Building docker-sys-mgmt-agent-go [2020-10-06T20:54:53.362Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-3767 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2020-10-06T20:54:53.477Z] Running in /w/workspace/edgex-go/165 [Pipeline] { [Pipeline] checkout [2020-10-06T20:54:55.586Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-06T20:54:55.586Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-10-06T20:54:55.586Z] ---> 09c57c735fda [2020-10-06T20:54:55.586Z] Step 3/21 : WORKDIR /edgex-go [2020-10-06T20:54:55.586Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-06T20:54:55.586Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-06T20:54:55.586Z] ---> 09c57c735fda [2020-10-06T20:54:55.586Z] Step 3/22 : WORKDIR /edgex-go [2020-10-06T20:54:55.586Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-06T20:54:55.586Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-10-06T20:54:55.586Z] ---> 09c57c735fda [2020-10-06T20:54:55.586Z] Step 3/20 : WORKDIR /edgex-go [2020-10-06T20:54:55.586Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-06T20:54:55.586Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-10-06T20:54:55.586Z] ---> 09c57c735fda [2020-10-06T20:54:55.586Z] Step 3/24 : WORKDIR /edgex-go [2020-10-06T20:54:55.586Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-06T20:54:55.586Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-10-06T20:54:55.586Z] ---> 09c57c735fda [2020-10-06T20:54:55.586Z] Step 3/27 : WORKDIR /edgex-go [2020-10-06T20:54:55.586Z] ---> Running in e678b4f234e7 [2020-10-06T20:54:55.586Z] ---> Running in 2d1052f106ee [2020-10-06T20:54:55.586Z] ---> Running in 2c7601bd3255 [2020-10-06T20:54:55.586Z] ---> Running in 78cd9fdcddf7 [2020-10-06T20:54:55.586Z] ---> Running in 578d4f69157e [2020-10-06T20:54:55.586Z] Removing intermediate container 2c7601bd3255 [2020-10-06T20:54:55.586Z] ---> ac5434decdca [2020-10-06T20:54:55.586Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-06T20:54:55.586Z] Removing intermediate container e678b4f234e7 [2020-10-06T20:54:55.586Z] ---> 50e20f60eb34 [2020-10-06T20:54:55.586Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-06T20:54:55.586Z] Removing intermediate container 78cd9fdcddf7 [2020-10-06T20:54:55.586Z] ---> 6c212493edaf [2020-10-06T20:54:55.586Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-06T20:54:55.586Z] Removing intermediate container 2d1052f106ee [2020-10-06T20:54:55.586Z] ---> c72bd384bc4a [2020-10-06T20:54:55.586Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-06T20:54:55.586Z] Removing intermediate container 578d4f69157e [2020-10-06T20:54:55.587Z] ---> 38841cf03453 [2020-10-06T20:54:55.587Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-06T20:54:55.587Z] ---> Running in 0e3b2539ccbd [2020-10-06T20:54:55.587Z] ---> Running in 4b435710e103 [2020-10-06T20:54:55.587Z] ---> Running in b292a44d4848 [2020-10-06T20:54:55.587Z] ---> Running in 723ac86d44bd [2020-10-06T20:54:55.587Z] ---> Running in 7eff1470a51b [2020-10-06T20:54:57.614Z] Removing intermediate container b292a44d4848 [2020-10-06T20:54:57.614Z] ---> c397823b5591 [2020-10-06T20:54:57.614Z] Step 5/22 : RUN apk update && apk add make git [2020-10-06T20:54:57.906Z] Removing intermediate container 723ac86d44bd [2020-10-06T20:54:57.906Z] ---> d83ca26f76d6 [2020-10-06T20:54:57.906Z] Step 5/21 : RUN apk update && apk add make git [2020-10-06T20:54:57.906Z] ---> Running in 353e2be23a6d [2020-10-06T20:54:57.906Z] Removing intermediate container 0e3b2539ccbd [2020-10-06T20:54:57.906Z] ---> 88a39568fbfe [2020-10-06T20:54:57.906Z] Step 5/20 : RUN apk update && apk add make git [2020-10-06T20:54:57.906Z] ---> Running in 9aeb038e34c8 [2020-10-06T20:54:58.200Z] Removing intermediate container 4b435710e103 [2020-10-06T20:54:58.200Z] ---> 5dabb0d546fa [2020-10-06T20:54:58.200Z] Step 5/27 : RUN apk update && apk add make bash git [2020-10-06T20:54:58.200Z] ---> Running in e3b9ce471d37 [2020-10-06T20:54:58.200Z] ---> Running in 0c102cb521c8 [2020-10-06T20:54:58.200Z] Removing intermediate container 7eff1470a51b [2020-10-06T20:54:58.200Z] ---> 23de7adff4f5 [2020-10-06T20:54:58.200Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-10-06T20:54:58.317Z] using credential edgex-jenkins-ssh [2020-10-06T20:54:58.375Z] Cloning the remote Git repository [2020-10-06T20:54:58.499Z] ---> Running in c64093449165 [2020-10-06T20:54:58.506Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-10-06T20:54:59.488Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-06T20:54:59.488Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-06T20:54:59.488Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-06T20:54:59.488Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-06T20:54:59.488Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-06T20:54:58.627Z] > git init /w/workspace/edgex-go/165 # timeout=10 [2020-10-06T20:54:58.704Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-06T20:54:58.706Z] > git --version # timeout=10 [2020-10-06T20:54:58.729Z] > git --version # 'git version 2.17.1' [2020-10-06T20:54:58.731Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-06T20:54:58.818Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-06T20:55:00.122Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-06T20:55:00.122Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-06T20:55:00.486Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-06T20:55:00.771Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-06T20:55:00.771Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-06T20:55:00.771Z] v3.12.0-365-g49d48cd6ad [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-06T20:55:00.771Z] v3.12.0-367-g68df6e6312 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-06T20:55:00.771Z] OK: 12752 distinct packages available [2020-10-06T20:55:01.081Z] v3.12.0-365-g49d48cd6ad [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-06T20:55:01.081Z] v3.12.0-367-g68df6e6312 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-06T20:55:01.081Z] OK: 12752 distinct packages available [2020-10-06T20:55:01.081Z] v3.12.0-365-g49d48cd6ad [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-06T20:55:01.081Z] v3.12.0-367-g68df6e6312 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-06T20:55:01.081Z] OK: 12752 distinct packages available [2020-10-06T20:55:01.405Z] OK: 233 MiB in 51 packages [2020-10-06T20:55:01.405Z] OK: 233 MiB in 51 packages [2020-10-06T20:55:01.405Z] v3.12.0-365-g49d48cd6ad [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-06T20:55:01.405Z] v3.12.0-367-g68df6e6312 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-06T20:55:01.405Z] OK: 12752 distinct packages available [2020-10-06T20:55:01.731Z] v3.12.0-365-g49d48cd6ad [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-06T20:55:01.731Z] v3.12.0-367-g68df6e6312 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-06T20:55:01.731Z] OK: 12752 distinct packages available [2020-10-06T20:55:01.731Z] OK: 233 MiB in 51 packages [2020-10-06T20:55:01.731Z] OK: 233 MiB in 51 packages [2020-10-06T20:55:02.015Z] OK: 233 MiB in 51 packages [2020-10-06T20:55:03.026Z] Removing intermediate container c64093449165 [2020-10-06T20:55:03.026Z] ---> 8c58744a6f8e [2020-10-06T20:55:03.026Z] Step 6/24 : COPY go.mod . [2020-10-06T20:55:03.026Z] Removing intermediate container 9aeb038e34c8 [2020-10-06T20:55:03.026Z] ---> 8e03abc919e6 [2020-10-06T20:55:03.026Z] Step 6/21 : COPY go.mod . [2020-10-06T20:55:03.026Z] Removing intermediate container e3b9ce471d37 [2020-10-06T20:55:03.026Z] ---> 10c02b619edc [2020-10-06T20:55:03.026Z] Step 6/20 : COPY go.mod . [2020-10-06T20:55:03.026Z] Removing intermediate container 0c102cb521c8 [2020-10-06T20:55:03.026Z] ---> 592caa741cbe [2020-10-06T20:55:03.026Z] Step 6/27 : COPY go.mod . [2020-10-06T20:55:03.306Z] Removing intermediate container 353e2be23a6d [2020-10-06T20:55:03.306Z] ---> dbecb2d9ceae [2020-10-06T20:55:03.306Z] Step 6/22 : COPY go.mod . [2020-10-06T20:55:03.306Z] ---> a12a77fdc6d9 [2020-10-06T20:55:03.306Z] Step 7/24 : RUN go mod download [2020-10-06T20:55:03.594Z] ---> Running in 48dbf56fced6 [2020-10-06T20:55:03.594Z] ---> e4622f13f074 [2020-10-06T20:55:03.594Z] Step 7/21 : RUN go mod download [2020-10-06T20:55:03.594Z] ---> dc900c21f309 [2020-10-06T20:55:03.594Z] Step 7/27 : RUN go mod download [2020-10-06T20:55:03.870Z] ---> 3754c6dd188f [2020-10-06T20:55:03.870Z] Step 7/20 : RUN go mod download [2020-10-06T20:55:03.870Z] ---> 03eaf94faad0 [2020-10-06T20:55:03.870Z] Step 7/22 : RUN go mod download [2020-10-06T20:55:03.870Z] ---> Running in bae010c51332 [2020-10-06T20:55:03.870Z] ---> Running in 2d1e99f78dc6 [2020-10-06T20:55:04.157Z] ---> Running in 7d9d4cb1468c [2020-10-06T20:55:04.157Z] ---> Running in 35b17c1624c2 [2020-10-06T20:55:06.893Z] Removing intermediate container 35b17c1624c2 [2020-10-06T20:55:06.893Z] ---> ce50dac71136 [2020-10-06T20:55:06.893Z] Step 8/22 : COPY . . [2020-10-06T20:55:06.893Z] Removing intermediate container 7d9d4cb1468c [2020-10-06T20:55:06.893Z] ---> 37259b6ff3b2 [2020-10-06T20:55:06.893Z] Step 8/20 : COPY . . [2020-10-06T20:55:06.893Z] Removing intermediate container 2d1e99f78dc6 [2020-10-06T20:55:06.893Z] ---> c99469c32f6b [2020-10-06T20:55:06.893Z] Step 8/27 : COPY . . [2020-10-06T20:55:07.217Z] Removing intermediate container bae010c51332 [2020-10-06T20:55:07.217Z] ---> 1c8f98ba2687 [2020-10-06T20:55:07.217Z] Step 8/21 : COPY . . [2020-10-06T20:55:07.217Z] Removing intermediate container 48dbf56fced6 [2020-10-06T20:55:07.217Z] ---> e42bf6bb6787 [2020-10-06T20:55:07.217Z] Step 8/24 : COPY . . [2020-10-06T20:55:17.427Z] Checking out Revision b3e2acdd145c3d3302f02c8490918cd30aaf4f4f (master) [2020-10-06T20:55:16.769Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-06T20:55:16.783Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-06T20:55:16.813Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-06T20:55:16.849Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-06T20:55:16.849Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-06T20:55:16.860Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-06T20:55:17.460Z] > git config core.sparsecheckout # timeout=10 [2020-10-06T20:55:17.476Z] > git checkout -f b3e2acdd145c3d3302f02c8490918cd30aaf4f4f # timeout=10 [2020-10-06T20:55:22.202Z] Commit message: "fix(notifications): include From/To in SMTP header (#2758)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-06T20:55:34.495Z] ========================================================= [2020-10-06T20:55:34.495Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-10-06T20:55:34.495Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-06T20:55:35.364Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2020-10-06T20:55:39.693Z] Sending build context to Docker daemon 324.7MB [2020-10-06T20:55:39.693Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-06T20:55:39.693Z] Step 2/7 : FROM ${BASE} [2020-10-06T20:55:39.693Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-10-06T20:55:39.693Z] b538f80385f9: Pulling fs layer [2020-10-06T20:55:39.693Z] 74f711af9a0d: Pulling fs layer [2020-10-06T20:55:39.693Z] 99f96fe45779: Pulling fs layer [2020-10-06T20:55:39.693Z] 8529a6b9a6be: Pulling fs layer [2020-10-06T20:55:39.693Z] 45590311c82a: Pulling fs layer [2020-10-06T20:55:39.693Z] 69ca0ff8b7b3: Pulling fs layer [2020-10-06T20:55:39.693Z] 209524e5b208: Pulling fs layer [2020-10-06T20:55:39.693Z] 209524e5b208: Waiting [2020-10-06T20:55:39.693Z] 45590311c82a: Waiting [2020-10-06T20:55:39.693Z] 69ca0ff8b7b3: Waiting [2020-10-06T20:55:39.693Z] 8529a6b9a6be: Waiting [2020-10-06T20:55:39.693Z] 74f711af9a0d: Verifying Checksum [2020-10-06T20:55:39.693Z] 74f711af9a0d: Download complete [2020-10-06T20:55:39.969Z] 45590311c82a: Verifying Checksum [2020-10-06T20:55:39.969Z] 45590311c82a: Download complete [2020-10-06T20:55:39.969Z] 69ca0ff8b7b3: Verifying Checksum [2020-10-06T20:55:39.969Z] 69ca0ff8b7b3: Download complete [2020-10-06T20:55:39.969Z] b538f80385f9: Download complete [2020-10-06T20:55:40.955Z] b538f80385f9: Pull complete [2020-10-06T20:55:41.245Z] 74f711af9a0d: Pull complete [2020-10-06T20:55:41.863Z] 99f96fe45779: Pull complete [2020-10-06T20:55:42.136Z] 209524e5b208: Verifying Checksum [2020-10-06T20:55:42.136Z] 209524e5b208: Download complete [2020-10-06T20:55:44.122Z] 8529a6b9a6be: Verifying Checksum [2020-10-06T20:55:44.123Z] 8529a6b9a6be: Download complete [2020-10-06T20:55:46.543Z] ---> c7c90838411a [2020-10-06T20:55:46.543Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-10-06T20:55:46.543Z] ---> 48a5775560bf [2020-10-06T20:55:46.543Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-10-06T20:55:46.543Z] ---> 69de5952a736 [2020-10-06T20:55:46.543Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-10-06T20:55:46.543Z] ---> Running in bd48a73a66cd [2020-10-06T20:55:46.543Z] ---> 604ea3a5fc34 [2020-10-06T20:55:46.543Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-10-06T20:55:46.543Z] ---> a7c7a00d6d71 [2020-10-06T20:55:46.543Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-10-06T20:55:46.543Z] ---> Running in 95a2712c84fc [2020-10-06T20:55:46.543Z] ---> Running in 5445bb6f32cc [2020-10-06T20:55:46.543Z] ---> Running in db52a9ae8b95 [2020-10-06T20:55:46.543Z] ---> Running in d3c41de728fd [2020-10-06T20:55:46.543Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.50" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-10-06T20:55:46.543Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.50" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-10-06T20:55:46.543Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.50" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-10-06T20:55:46.543Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.50" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-10-06T20:55:46.543Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.50" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-10-06T20:55:56.567Z] 8529a6b9a6be: Pull complete [2020-10-06T20:55:56.567Z] 45590311c82a: Pull complete [2020-10-06T20:55:56.567Z] 69ca0ff8b7b3: Pull complete [2020-10-06T20:55:59.977Z] 209524e5b208: Pull complete [2020-10-06T20:55:59.977Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-10-06T20:55:59.977Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-10-06T20:55:59.977Z] ---> 5bddaf1c2fca [2020-10-06T20:55:59.977Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-10-06T20:56:03.402Z] ---> Running in 11f3efc47bc3 [2020-10-06T20:56:04.847Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-06T20:56:05.820Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-06T20:56:06.414Z] (1/12) Installing libmagic (5.38-r0) [2020-10-06T20:56:06.685Z] (2/12) Installing file (5.38-r0) [2020-10-06T20:56:06.685Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-10-06T20:56:06.955Z] (4/12) Installing g++ (9.3.0-r2) [2020-10-06T20:56:13.653Z] (5/12) Installing fortify-headers (1.1-r0) [2020-10-06T20:56:13.653Z] (6/12) Installing patch (2.7.6-r6) [2020-10-06T20:56:13.653Z] (7/12) Installing build-base (0.5-r2) [2020-10-06T20:56:13.653Z] (8/12) Installing libsodium (1.0.18-r0) [2020-10-06T20:56:13.653Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-10-06T20:56:13.653Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-10-06T20:56:13.653Z] (11/12) Installing libzmq (4.3.3-r0) [2020-10-06T20:56:13.653Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-10-06T20:56:13.653Z] Executing busybox-1.31.1-r16.trigger [2020-10-06T20:56:13.653Z] OK: 217 MiB in 51 packages [2020-10-06T20:56:17.964Z] Removing intermediate container 11f3efc47bc3 [2020-10-06T20:56:17.964Z] ---> afc9d569d09b [2020-10-06T20:56:17.964Z] Step 4/7 : WORKDIR /edgex-go [2020-10-06T20:56:17.964Z] ---> Running in 3485dc3951a9 [2020-10-06T20:56:18.236Z] Removing intermediate container 3485dc3951a9 [2020-10-06T20:56:18.236Z] ---> b8e646e01e89 [2020-10-06T20:56:18.236Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-10-06T20:56:18.845Z] latest: Pulling from library/docker [2020-10-06T20:56:18.845Z] b538f80385f9: Already exists [2020-10-06T20:56:18.846Z] 259a493cd78d: Pulling fs layer [2020-10-06T20:56:18.846Z] b8e66b5100f5: Pulling fs layer [2020-10-06T20:56:18.846Z] 7f8258a56ab6: Pulling fs layer [2020-10-06T20:56:18.846Z] 75a0a0ebb566: Pulling fs layer [2020-10-06T20:56:18.846Z] 4a2c62f0a2a3: Pulling fs layer [2020-10-06T20:56:18.846Z] 294320357d30: Pulling fs layer [2020-10-06T20:56:18.846Z] 4a2c62f0a2a3: Waiting [2020-10-06T20:56:18.846Z] 294320357d30: Waiting [2020-10-06T20:56:18.846Z] 75a0a0ebb566: Waiting [2020-10-06T20:56:18.846Z] b8e66b5100f5: Download complete [2020-10-06T20:56:18.846Z] 259a493cd78d: Download complete [2020-10-06T20:56:19.129Z] 75a0a0ebb566: Verifying Checksum [2020-10-06T20:56:19.129Z] 75a0a0ebb566: Download complete [2020-10-06T20:56:19.129Z] 4a2c62f0a2a3: Verifying Checksum [2020-10-06T20:56:19.129Z] 4a2c62f0a2a3: Download complete [2020-10-06T20:56:19.129Z] 294320357d30: Verifying Checksum [2020-10-06T20:56:19.129Z] 294320357d30: Download complete [2020-10-06T20:56:19.739Z] 259a493cd78d: Pull complete [2020-10-06T20:56:20.017Z] b8e66b5100f5: Pull complete [2020-10-06T20:56:20.292Z] 7f8258a56ab6: Verifying Checksum [2020-10-06T20:56:23.688Z] 7f8258a56ab6: Pull complete [2020-10-06T20:56:23.962Z] 75a0a0ebb566: Pull complete [2020-10-06T20:56:24.238Z] 4a2c62f0a2a3: Pull complete [2020-10-06T20:56:24.511Z] 294320357d30: Pull complete [2020-10-06T20:56:24.511Z] Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 [2020-10-06T20:56:24.511Z] Status: Downloaded newer image for docker:latest [2020-10-06T20:56:27.896Z] ---> 116ea6873884 [2020-10-06T20:56:27.896Z] Step 6/7 : COPY go.mod . [2020-10-06T20:56:28.169Z] ---> 25f63f6b9177 [2020-10-06T20:56:28.169Z] Step 7/7 : RUN go mod download [2020-10-06T20:56:28.445Z] ---> Running in 73767513a7da [2020-10-06T20:56:34.162Z] Removing intermediate container d3c41de728fd [2020-10-06T20:56:34.162Z] ---> 2cb15c3ddb8d [2020-10-06T20:56:34.162Z] [2020-10-06T20:56:34.162Z] Step 10/20 : FROM alpine [2020-10-06T20:56:34.162Z] latest: Pulling from library/alpine [2020-10-06T20:56:34.162Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-10-06T20:56:34.162Z] Status: Downloaded newer image for alpine:latest [2020-10-06T20:56:34.162Z] ---> a24bb4013296 [2020-10-06T20:56:34.162Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-10-06T20:56:34.162Z] Removing intermediate container 5445bb6f32cc [2020-10-06T20:56:34.162Z] ---> 247df4ff4ed8 [2020-10-06T20:56:34.162Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-10-06T20:56:34.162Z] ---> Running in a1e7613553d7 [2020-10-06T20:56:34.162Z] ---> Running in bf5f0c8b04ee [2020-10-06T20:56:34.162Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.50" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-10-06T20:56:34.162Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-06T20:56:34.162Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-06T20:56:34.162Z] v3.12.0-365-g49d48cd6ad [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-06T20:56:34.162Z] v3.12.0-367-g68df6e6312 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-06T20:56:34.162Z] OK: 12750 distinct packages available [2020-10-06T20:56:34.162Z] (1/4) Installing ca-certificates (20191127-r4) [2020-10-06T20:56:34.162Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-10-06T20:56:34.162Z] (3/4) Installing libcurl (7.69.1-r1) [2020-10-06T20:56:34.162Z] (4/4) Installing curl (7.69.1-r1) [2020-10-06T20:56:34.162Z] Executing busybox-1.31.1-r16.trigger [2020-10-06T20:56:34.162Z] Executing ca-certificates-20191127-r4.trigger [2020-10-06T20:56:34.162Z] OK: 7 MiB in 18 packages [2020-10-06T20:56:36.219Z] Removing intermediate container db52a9ae8b95 [2020-10-06T20:56:36.219Z] ---> 13534a0e96c9 [2020-10-06T20:56:36.219Z] [2020-10-06T20:56:36.219Z] Step 10/21 : FROM scratch [2020-10-06T20:56:36.219Z] ---> [2020-10-06T20:56:36.219Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-06T20:56:36.219Z] Removing intermediate container 95a2712c84fc [2020-10-06T20:56:36.219Z] ---> 3e5676ad32e6 [2020-10-06T20:56:36.219Z] [2020-10-06T20:56:36.219Z] Step 10/24 : FROM scratch [2020-10-06T20:56:36.219Z] ---> [2020-10-06T20:56:36.219Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-06T20:56:36.219Z] Removing intermediate container a1e7613553d7 [2020-10-06T20:56:36.219Z] ---> 5928ac8de242 [2020-10-06T20:56:36.219Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-06T20:56:36.219Z] ---> Running in cdada6f5f7a7 [2020-10-06T20:56:36.510Z] ---> Running in 609d327c8bc7 [2020-10-06T20:56:36.510Z] Removing intermediate container bf5f0c8b04ee [2020-10-06T20:56:36.510Z] ---> 9e89bb9c84d1 [2020-10-06T20:56:36.510Z] [2020-10-06T20:56:36.510Z] Step 11/27 : FROM docker:latest [2020-10-06T20:56:36.510Z] ---> 809cc4dba987 [2020-10-06T20:56:36.510Z] Step 12/27 : RUN apk add --no-cache bash [2020-10-06T20:56:36.510Z] ---> Running in 8291c3e60f06 [2020-10-06T20:56:38.520Z] ---> Running in 8498845d861d [2020-10-06T20:56:38.520Z] Removing intermediate container cdada6f5f7a7 [2020-10-06T20:56:38.520Z] ---> 859aa0c50c6f [2020-10-06T20:56:38.520Z] Step 13/20 : WORKDIR /edgex [2020-10-06T20:56:38.520Z] Removing intermediate container 609d327c8bc7 [2020-10-06T20:56:38.520Z] ---> c142fae4c48b [2020-10-06T20:56:38.520Z] Step 12/21 : ENV APP_PORT=48085 [2020-10-06T20:56:38.520Z] Removing intermediate container 8291c3e60f06 [2020-10-06T20:56:38.520Z] ---> 9cfc013a43d9 [2020-10-06T20:56:38.520Z] Step 12/24 : ENV APP_PORT=48060 [2020-10-06T20:56:38.520Z] ---> Running in 5ebf6853c48f [2020-10-06T20:56:38.520Z] ---> Running in 0ed4924a3382 [2020-10-06T20:56:38.892Z] ---> Running in 30d9917738d4 [2020-10-06T20:56:39.196Z] Removing intermediate container bd48a73a66cd [2020-10-06T20:56:39.196Z] ---> e97410d25cbb [2020-10-06T20:56:39.196Z] [2020-10-06T20:56:39.196Z] Step 10/22 : FROM scratch [2020-10-06T20:56:39.196Z] ---> [2020-10-06T20:56:39.196Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-06T20:56:39.196Z] ---> Using cache [2020-10-06T20:56:39.196Z] ---> c142fae4c48b [2020-10-06T20:56:39.196Z] Step 12/22 : ENV APP_PORT=48081 [2020-10-06T20:56:39.512Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-06T20:56:39.512Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-06T20:56:39.800Z] ---> Running in d8980953c404 [2020-10-06T20:56:39.800Z] (1/2) Installing readline (8.0.4-r0) [2020-10-06T20:56:39.800Z] Removing intermediate container 0ed4924a3382 [2020-10-06T20:56:39.800Z] ---> bd903b055ea7 [2020-10-06T20:56:39.800Z] Step 13/21 : EXPOSE $APP_PORT [2020-10-06T20:56:39.800Z] (2/2) Installing bash (5.0.17-r0) [2020-10-06T20:56:39.800Z] Removing intermediate container 30d9917738d4 [2020-10-06T20:56:39.800Z] ---> 9d831961d714 [2020-10-06T20:56:39.800Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-06T20:56:39.800Z] Executing bash-5.0.17-r0.post-install [2020-10-06T20:56:40.110Z] Executing busybox-1.31.1-r16.trigger [2020-10-06T20:56:40.110Z] OK: 12 MiB in 22 packages [2020-10-06T20:56:40.110Z] Removing intermediate container 5ebf6853c48f [2020-10-06T20:56:40.110Z] ---> a6ce905b6fa7 [2020-10-06T20:56:40.110Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-10-06T20:56:40.110Z] ---> Running in 41c0525ecf08 [2020-10-06T20:56:40.110Z] ---> Running in d66ed2d5e370 [2020-10-06T20:56:40.110Z] Removing intermediate container d8980953c404 [2020-10-06T20:56:40.110Z] ---> 8361c9dacb8f [2020-10-06T20:56:40.110Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-06T20:56:40.416Z] ---> Running in 18c7ced6c9b2 [2020-10-06T20:56:40.416Z] Removing intermediate container d66ed2d5e370 [2020-10-06T20:56:40.416Z] ---> bc01b2158f16 [2020-10-06T20:56:40.416Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-10-06T20:56:40.416Z] Removing intermediate container 41c0525ecf08 [2020-10-06T20:56:40.416Z] ---> 62cd858da358 [2020-10-06T20:56:40.416Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-10-06T20:56:40.689Z] ---> 9cc8b2c37c4a [2020-10-06T20:56:40.689Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-10-06T20:56:40.689Z] Removing intermediate container 18c7ced6c9b2 [2020-10-06T20:56:40.689Z] ---> b9d48c8f0415 [2020-10-06T20:56:40.689Z] Step 14/22 : WORKDIR / [2020-10-06T20:56:40.959Z] ---> 349db4112c11 [2020-10-06T20:56:40.959Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-10-06T20:56:40.959Z] ---> Running in 87640a85c32c [2020-10-06T20:56:41.240Z] ---> 9e2af3586d9c [2020-10-06T20:56:41.240Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-10-06T20:56:41.240Z] Removing intermediate container 8498845d861d [2020-10-06T20:56:41.240Z] ---> 19c7904ead25 [2020-10-06T20:56:41.240Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-10-06T20:56:41.240Z] ---> Running in 9200e67d8b99 [2020-10-06T20:56:41.240Z] ---> 540339d97ee2 [2020-10-06T20:56:41.240Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-10-06T20:56:41.554Z] Removing intermediate container 87640a85c32c [2020-10-06T20:56:41.554Z] ---> 3e9bc668ef16 [2020-10-06T20:56:41.554Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-10-06T20:56:41.834Z] ---> Running in f040bc6c3e6a [2020-10-06T20:56:42.113Z] ---> 260caecae280 [2020-10-06T20:56:42.113Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-10-06T20:56:42.113Z] ---> f90c03a09a13 [2020-10-06T20:56:42.113Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-10-06T20:56:42.113Z] ---> fbfbc514fc9c [2020-10-06T20:56:42.113Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-10-06T20:56:42.836Z] Removing intermediate container f040bc6c3e6a [2020-10-06T20:56:42.836Z] ---> 78fd1cde30c4 [2020-10-06T20:56:42.836Z] Step 17/20 : CMD ["--init=true"] [2020-10-06T20:56:42.836Z] ---> 66c73a3232ab [2020-10-06T20:56:42.836Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-10-06T20:56:43.148Z] ---> Running in 3d2c07b90869 [2020-10-06T20:56:43.148Z] ---> 9248ec8870de [2020-10-06T20:56:43.148Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-10-06T20:56:43.148Z] ---> Running in 7dcce0d4163f [2020-10-06T20:56:43.436Z] ---> 98bbe8876be1 [2020-10-06T20:56:43.436Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-10-06T20:56:43.436Z] Removing intermediate container 7dcce0d4163f [2020-10-06T20:56:43.436Z] ---> f93eb85be776 [2020-10-06T20:56:43.436Z] Step 18/20 : LABEL arch=x86_64 [2020-10-06T20:56:43.733Z] Removing intermediate container 3d2c07b90869 [2020-10-06T20:56:43.733Z] ---> ab0a85175b57 [2020-10-06T20:56:43.733Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-06T20:56:43.733Z] ---> Running in c548b30c4465 [2020-10-06T20:56:43.733Z] ---> a1c5a511a937 [2020-10-06T20:56:43.733Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-10-06T20:56:43.733Z] ---> Running in 8de2f65cd0ec [2020-10-06T20:56:43.733Z] Removing intermediate container 9200e67d8b99 [2020-10-06T20:56:43.733Z] ---> 6f873670de94 [2020-10-06T20:56:43.733Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-10-06T20:56:44.017Z] ---> Running in 7b337d7b8b2a [2020-10-06T20:56:44.017Z] Removing intermediate container c548b30c4465 [2020-10-06T20:56:44.017Z] ---> 5721eeeb9d6a [2020-10-06T20:56:44.017Z] Step 19/20 : LABEL git_sha=b3e2acdd145c3d3302f02c8490918cd30aaf4f4f [2020-10-06T20:56:44.299Z] ---> 41e02c9ee30d [2020-10-06T20:56:44.299Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-10-06T20:56:44.299Z] Removing intermediate container 8de2f65cd0ec [2020-10-06T20:56:44.299Z] ---> d69793a3cbc3 [2020-10-06T20:56:44.299Z] Step 19/21 : LABEL arch=x86_64 [2020-10-06T20:56:44.570Z] ---> Running in c72ae3fc531c [2020-10-06T20:56:44.859Z] ---> Running in b2354a8f605f [2020-10-06T20:56:44.859Z] ---> Running in dfb48484a577 [2020-10-06T20:56:44.859Z] Removing intermediate container 7b337d7b8b2a [2020-10-06T20:56:44.859Z] ---> 89a626eed82c [2020-10-06T20:56:44.859Z] Step 15/27 : ENV APP_PORT=48090 [2020-10-06T20:56:44.859Z] ---> fcb03d40ebcb [2020-10-06T20:56:44.859Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-10-06T20:56:45.143Z] ---> Running in 41dd6fa7cfd5 [2020-10-06T20:56:45.143Z] Removing intermediate container c72ae3fc531c [2020-10-06T20:56:45.143Z] ---> 75a5f9ed9e77 [2020-10-06T20:56:45.143Z] Step 20/20 : LABEL version=1.2.2-dev.50 [2020-10-06T20:56:45.424Z] Removing intermediate container b2354a8f605f [2020-10-06T20:56:45.424Z] ---> 7e145506276c [2020-10-06T20:56:45.424Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-06T20:56:45.424Z] Removing intermediate container dfb48484a577 [2020-10-06T20:56:45.424Z] ---> da76405188fc [2020-10-06T20:56:45.424Z] Step 20/21 : LABEL git_sha=b3e2acdd145c3d3302f02c8490918cd30aaf4f4f [2020-10-06T20:56:45.424Z] ---> Running in d20aed3ca7be [2020-10-06T20:56:45.424Z] ---> Running in 2adec463828e [2020-10-06T20:56:45.424Z] ---> Running in 45a05eec47d7 [2020-10-06T20:56:45.703Z] ---> 36e48b12c9aa [2020-10-06T20:56:45.703Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-10-06T20:56:45.703Z] Removing intermediate container 41dd6fa7cfd5 [2020-10-06T20:56:45.703Z] ---> 507e05a3d60d [2020-10-06T20:56:45.703Z] Step 16/27 : EXPOSE $APP_PORT [2020-10-06T20:56:45.703Z] ---> Running in cd9eed2a9338 [2020-10-06T20:56:45.703Z] ---> Running in dee0ea6e132b [2020-10-06T20:56:45.969Z] Removing intermediate container 2adec463828e [2020-10-06T20:56:45.969Z] ---> 8a77d0293762 [2020-10-06T20:56:45.969Z] Step 20/22 : LABEL arch=x86_64 [2020-10-06T20:56:45.969Z] Removing intermediate container d20aed3ca7be [2020-10-06T20:56:45.969Z] ---> 82e6db8cb26d [2020-10-06T20:56:45.969Z] [2020-10-06T20:56:45.969Z] Removing intermediate container 45a05eec47d7 [2020-10-06T20:56:45.969Z] ---> e536979c0a25 [2020-10-06T20:56:45.969Z] Step 21/21 : LABEL version=1.2.2-dev.50 [2020-10-06T20:56:45.969Z] ---> Running in b2651cc00aa4 [2020-10-06T20:56:46.246Z] Successfully built 82e6db8cb26d [2020-10-06T20:56:46.246Z] ---> Running in 062c9c55c420 [2020-10-06T20:56:46.246Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-10-06T20:56:46.246Z] Building docker-security-secretstore-setup-go [2020-10-06T20:56:46.552Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container dee0ea6e132b [2020-10-06T20:56:46.552Z] ---> 3c6ddfcdaed0 [2020-10-06T20:56:46.552Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-10-06T20:56:46.552Z] Removing intermediate container cd9eed2a9338 [2020-10-06T20:56:46.552Z] ---> d035daa6e650 [2020-10-06T20:56:46.552Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-06T20:56:46.552Z] Removing intermediate container b2651cc00aa4 [2020-10-06T20:56:46.552Z] ---> aea0df95c216 [2020-10-06T20:56:46.552Z] Step 21/22 : LABEL git_sha=b3e2acdd145c3d3302f02c8490918cd30aaf4f4f [2020-10-06T20:56:46.552Z] ---> Running in b2e2d9374b8f [2020-10-06T20:56:46.552Z] ---> Running in 8433740a6c58 [2020-10-06T20:56:46.832Z] Removing intermediate container 062c9c55c420 [2020-10-06T20:56:46.832Z] ---> 863200978903 [2020-10-06T20:56:46.832Z] [2020-10-06T20:56:46.832Z] Successfully built 863200978903 [2020-10-06T20:56:47.109Z] Removing intermediate container b2e2d9374b8f [2020-10-06T20:56:47.109Z] ---> 72144ed9e076 [2020-10-06T20:56:47.109Z] Step 22/24 : LABEL arch=x86_64 [2020-10-06T20:56:47.109Z] Successfully tagged docker-support-scheduler-go:latest [2020-10-06T20:56:47.109Z] Building docker-security-secrets-setup-go [2020-10-06T20:56:47.109Z]  Building docker-support-scheduler-go ... done Removing intermediate container 8433740a6c58 [2020-10-06T20:56:47.109Z] ---> 2c1e3b62e33f [2020-10-06T20:56:47.109Z] Step 22/22 : LABEL version=1.2.2-dev.50 [2020-10-06T20:56:47.419Z] ---> Running in f97ac9f2ebe9 [2020-10-06T20:56:47.419Z] ---> Running in 49c6e4c65a20 [2020-10-06T20:56:47.771Z] ---> 4dc94a442d5c [2020-10-06T20:56:47.771Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-10-06T20:56:48.092Z] Removing intermediate container f97ac9f2ebe9 [2020-10-06T20:56:48.092Z] ---> 9cc8d373d423 [2020-10-06T20:56:48.092Z] Step 23/24 : LABEL git_sha=b3e2acdd145c3d3302f02c8490918cd30aaf4f4f [2020-10-06T20:56:48.414Z] Removing intermediate container 49c6e4c65a20 [2020-10-06T20:56:48.414Z] ---> c882cb7fd282 [2020-10-06T20:56:48.414Z] [2020-10-06T20:56:48.759Z] Successfully built c882cb7fd282 [2020-10-06T20:56:48.759Z] ---> Running in c41fc58aa17f [2020-10-06T20:56:48.759Z] Successfully tagged docker-core-metadata-go:latest [2020-10-06T20:56:48.759Z] Building docker-core-command-go [2020-10-06T20:56:50.552Z]  Building docker-core-metadata-go ... done  ---> 46fb2be977a4 [2020-10-06T20:56:50.552Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-10-06T20:56:51.161Z] Removing intermediate container c41fc58aa17f [2020-10-06T20:56:51.161Z] ---> 5ebf8177dfee [2020-10-06T20:56:51.161Z] Step 24/24 : LABEL version=1.2.2-dev.50 [2020-10-06T20:56:52.653Z] ---> Running in a8e2db58f753 [2020-10-06T20:56:52.653Z] ---> 84e31b2bff5e [2020-10-06T20:56:52.653Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-10-06T20:56:52.653Z] ---> Running in d83b7703b082 [2020-10-06T20:56:52.653Z] Removing intermediate container a8e2db58f753 [2020-10-06T20:56:52.653Z] ---> 57c0ce77ea08 [2020-10-06T20:56:52.653Z] [2020-10-06T20:56:52.921Z] Successfully built 57c0ce77ea08 [2020-10-06T20:56:52.921Z] Successfully tagged docker-support-notifications-go:latest [2020-10-06T20:56:52.921Z] Building docker-core-data-go [2020-10-06T20:56:53.903Z]  Building docker-support-notifications-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-06T20:56:53.903Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-06T20:56:54.177Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-10-06T20:56:54.178Z] (2/33) Installing expat (2.2.9-r1) [2020-10-06T20:56:54.178Z] (3/33) Installing libffi (3.3-r2) [2020-10-06T20:56:54.178Z] (4/33) Installing gdbm (1.13-r1) [2020-10-06T20:56:54.178Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-10-06T20:56:54.178Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-10-06T20:56:54.178Z] (7/33) Installing python3 (3.8.5-r0) [2020-10-06T20:56:55.260Z] Removing intermediate container 73767513a7da [2020-10-06T20:56:55.260Z] ---> e8b35eaf2854 [2020-10-06T20:56:55.260Z] Successfully built e8b35eaf2854 [2020-10-06T20:56:55.260Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-06T20:56:55.672Z] + docker inspect -f . ci-base-image-arm64 [2020-10-06T20:56:55.672Z] . [Pipeline] withDockerContainer [2020-10-06T20:56:55.910Z] prd-ubuntu18.04-docker-arm64-4c-16g-3767 does not seem to be running inside a container [2020-10-06T20:56:56.019Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/165 -v /w/workspace/edgex-go/165:/w/workspace/edgex-go/165:rw,z -v /w/workspace/edgex-go/165@tmp:/w/workspace/edgex-go/165@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-10-06T20:56:57.953Z] $ docker top 86659087d875e71de3256681ce797551021ff45441dbbd44e9c52f18191d1a11 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-06T20:56:59.363Z] + go version [2020-10-06T20:56:59.364Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-10-06T20:56:59.398Z] $ docker stop --time=1 86659087d875e71de3256681ce797551021ff45441dbbd44e9c52f18191d1a11 [2020-10-06T20:57:00.928Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-10-06T20:57:00.928Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-10-06T20:57:00.928Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-10-06T20:57:00.928Z] (11/33) Installing py3-six (1.15.0-r0) [2020-10-06T20:57:01.235Z] (12/33) Installing py3-packaging (20.4-r0) [2020-10-06T20:57:01.318Z] $ docker rm -f 86659087d875e71de3256681ce797551021ff45441dbbd44e9c52f18191d1a11 [2020-10-06T20:57:01.539Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-10-06T20:57:01.540Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-10-06T20:57:01.540Z] (15/33) Installing py3-idna (2.9-r0) [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [2020-10-06T20:57:01.850Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-10-06T20:57:01.850Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-10-06T20:57:01.850Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-10-06T20:57:01.850Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-10-06T20:57:01.850Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-10-06T20:57:01.850Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-10-06T20:57:01.850Z] (22/33) Installing py3-colorama (0.4.3-r0) [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [2020-10-06T20:57:02.121Z] (23/33) Installing py3-distlib (0.3.0-r0) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-06T20:57:02.438Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-10-06T20:57:02.439Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-10-06T20:57:02.523Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-06T20:57:02.736Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-10-06T20:57:02.737Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-10-06T20:57:02.737Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-10-06T20:57:02.798Z] [2020-10-06T20:57:02.798Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-06T20:57:03.037Z] (29/33) Installing py3-progress (1.5-r0) [2020-10-06T20:57:03.037Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-10-06T20:57:03.037Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-10-06T20:57:03.037Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-10-06T20:57:03.037Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-10-06T20:57:03.037Z] Executing busybox-1.31.1-r16.trigger [2020-10-06T20:57:03.184Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-06T20:57:03.349Z] OK: 71 MiB in 55 packages [2020-10-06T20:57:03.463Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-10-06T20:57:03.463Z] 29e5d40040c1: Pulling fs layer [2020-10-06T20:57:03.463Z] 1ce36da41761: Pulling fs layer [2020-10-06T20:57:03.463Z] 25b303627fd3: Pulling fs layer [2020-10-06T20:57:03.463Z] 29e5d40040c1: Verifying Checksum [2020-10-06T20:57:03.463Z] 29e5d40040c1: Download complete [2020-10-06T20:57:04.065Z] 29e5d40040c1: Pull complete [2020-10-06T20:57:04.066Z] 1ce36da41761: Verifying Checksum [2020-10-06T20:57:04.066Z] 1ce36da41761: Download complete [2020-10-06T20:57:05.505Z] 1ce36da41761: Pull complete [2020-10-06T20:57:05.777Z] 25b303627fd3: Verifying Checksum [2020-10-06T20:57:05.777Z] 25b303627fd3: Download complete [2020-10-06T20:57:08.984Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-06T20:57:08.984Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-10-06T20:57:08.984Z] ---> 09c57c735fda [2020-10-06T20:57:08.984Z] Step 3/29 : WORKDIR /edgex-go [2020-10-06T20:57:08.984Z] ---> Using cache [2020-10-06T20:57:08.984Z] ---> 38841cf03453 [2020-10-06T20:57:08.984Z] Step 4/29 : RUN apk update && apk add make git [2020-10-06T20:57:08.984Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-06T20:57:08.984Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-10-06T20:57:08.984Z] ---> 09c57c735fda [2020-10-06T20:57:08.984Z] Step 3/26 : WORKDIR /edgex-go [2020-10-06T20:57:08.984Z] ---> Using cache [2020-10-06T20:57:08.984Z] ---> 38841cf03453 [2020-10-06T20:57:08.984Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-06T20:57:08.984Z] ---> Using cache [2020-10-06T20:57:08.984Z] ---> 23de7adff4f5 [2020-10-06T20:57:08.984Z] Step 5/26 : RUN apk update && apk add make git [2020-10-06T20:57:09.586Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-06T20:57:09.586Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-06T20:57:09.586Z] ---> 09c57c735fda [2020-10-06T20:57:09.586Z] Step 3/22 : WORKDIR /edgex-go [2020-10-06T20:57:09.586Z] ---> Using cache [2020-10-06T20:57:09.586Z] ---> 38841cf03453 [2020-10-06T20:57:09.586Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-06T20:57:09.586Z] ---> Using cache [2020-10-06T20:57:09.586Z] ---> 23de7adff4f5 [2020-10-06T20:57:09.586Z] Step 5/22 : RUN apk update && apk add make git [2020-10-06T20:57:10.573Z] ---> Running in 92a37b6ef02c [2020-10-06T20:57:10.573Z] ---> Running in ff20a03da3f8 [2020-10-06T20:57:10.573Z] ---> Running in 23f44bdc52c7 [2020-10-06T20:57:14.107Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-06T20:57:14.107Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-06T20:57:14.107Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-06T20:57:14.775Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-06T20:57:14.775Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-06T20:57:14.775Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-06T20:57:15.106Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-06T20:57:15.107Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-10-06T20:57:15.107Z] ---> 09c57c735fda [2020-10-06T20:57:15.107Z] Step 3/23 : WORKDIR /edgex-go [2020-10-06T20:57:15.107Z] ---> Using cache [2020-10-06T20:57:15.107Z] ---> 38841cf03453 [2020-10-06T20:57:15.107Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-06T20:57:15.107Z] ---> Using cache [2020-10-06T20:57:15.107Z] ---> 23de7adff4f5 [2020-10-06T20:57:15.107Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-10-06T20:57:15.544Z] v3.12.0-365-g49d48cd6ad [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-06T20:57:15.544Z] v3.12.0-367-g68df6e6312 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-06T20:57:15.544Z] OK: 12752 distinct packages available [2020-10-06T20:57:15.544Z] v3.12.0-365-g49d48cd6ad [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-06T20:57:15.544Z] v3.12.0-367-g68df6e6312 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-06T20:57:15.544Z] OK: 12752 distinct packages available [2020-10-06T20:57:15.544Z] v3.12.0-365-g49d48cd6ad [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-06T20:57:15.544Z] v3.12.0-367-g68df6e6312 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-06T20:57:15.544Z] OK: 12752 distinct packages available [2020-10-06T20:57:15.544Z] ---> Running in 20f543a876b2 [2020-10-06T20:57:15.866Z] OK: 233 MiB in 51 packages [2020-10-06T20:57:15.866Z] OK: 233 MiB in 51 packages [2020-10-06T20:57:15.866Z] OK: 233 MiB in 51 packages [2020-10-06T20:57:15.932Z] 25b303627fd3: Pull complete [2020-10-06T20:57:15.932Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-10-06T20:57:15.932Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-06T20:57:15.932Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-10-06T20:57:16.172Z] prd-ubuntu18.04-docker-arm64-4c-16g-3767 does not seem to be running inside a container [2020-10-06T20:57:16.272Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/165 -v /w/workspace/edgex-go/165:/w/workspace/edgex-go/165:rw,z -v /w/workspace/edgex-go/165@tmp:/w/workspace/edgex-go/165@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-10-06T20:57:17.068Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-06T20:57:17.401Z] Removing intermediate container 23f44bdc52c7 [2020-10-06T20:57:17.401Z] ---> 4ede1e546de7 [2020-10-06T20:57:17.401Z] Step 5/29 : COPY go.mod . [2020-10-06T20:57:17.401Z] Removing intermediate container ff20a03da3f8 [2020-10-06T20:57:17.401Z] ---> a606d7349b5b [2020-10-06T20:57:17.401Z] Step 6/26 : COPY go.mod . [2020-10-06T20:57:17.687Z] Removing intermediate container 92a37b6ef02c [2020-10-06T20:57:17.687Z] ---> a78cb212fb79 [2020-10-06T20:57:17.687Z] Step 6/22 : COPY go.mod . [2020-10-06T20:57:17.687Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-06T20:57:17.687Z] ---> d945e2b58cee [2020-10-06T20:57:17.687Z] Step 6/29 : RUN go mod download [2020-10-06T20:57:17.981Z] ---> Running in bfa40d2baeb2 [2020-10-06T20:57:17.981Z] ---> 547f9eff7ac1 [2020-10-06T20:57:17.981Z] Step 7/26 : RUN go mod download [2020-10-06T20:57:18.329Z] v3.12.0-365-g49d48cd6ad [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-06T20:57:18.329Z] v3.12.0-367-g68df6e6312 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-06T20:57:18.329Z] OK: 12752 distinct packages available [2020-10-06T20:57:18.329Z] ---> 38c738fdffb6 [2020-10-06T20:57:18.329Z] Step 7/22 : RUN go mod download [2020-10-06T20:57:18.329Z] ---> Running in e097e59c8d66 [2020-10-06T20:57:18.706Z] OK: 233 MiB in 51 packages [2020-10-06T20:57:19.424Z] ---> Running in fd13643cdcab [2020-10-06T20:57:19.759Z] $ docker top a6d1bf2819bbb7a6b98e5e98a85964388cbd21e7d55ca13bcfbb4be477a6686a -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-06T20:57:20.457Z] Removing intermediate container 20f543a876b2 [2020-10-06T20:57:20.457Z] ---> a8c2c5a379a7 [2020-10-06T20:57:20.457Z] Step 6/23 : COPY go.mod . [2020-10-06T20:57:21.076Z] ---> 80c32351b832 [2020-10-06T20:57:21.076Z] Step 7/23 : RUN go mod download [2020-10-06T20:57:21.170Z] + docker-compose build --help [2020-10-06T20:57:21.170Z] + grep parallel [2020-10-06T20:57:21.344Z] ---> Running in f3b0796ec623 [2020-10-06T20:57:22.480Z] Removing intermediate container bfa40d2baeb2 [2020-10-06T20:57:22.480Z] ---> 0b0e1670ecff [2020-10-06T20:57:22.480Z] Step 7/29 : COPY . . [2020-10-06T20:57:23.237Z] Removing intermediate container d83b7703b082 [2020-10-06T20:57:23.237Z] ---> fd683d3281d8 [2020-10-06T20:57:23.237Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-10-06T20:57:23.237Z] Removing intermediate container e097e59c8d66 [2020-10-06T20:57:23.237Z] ---> 0a201549c0bf [2020-10-06T20:57:23.237Z] Step 8/26 : COPY . . [2020-10-06T20:57:24.322Z] ---> Running in 70fda731a530 [2020-10-06T20:57:24.322Z] Removing intermediate container fd13643cdcab [2020-10-06T20:57:24.322Z] ---> deba9411bc5e [2020-10-06T20:57:24.322Z] Step 8/22 : COPY . . [2020-10-06T20:57:24.543Z] --parallel Build images in parallel. [Pipeline] } [2020-10-06T20:57:24.581Z] $ docker stop --time=1 a6d1bf2819bbb7a6b98e5e98a85964388cbd21e7d55ca13bcfbb4be477a6686a [2020-10-06T20:57:26.512Z] $ docker rm -f a6d1bf2819bbb7a6b98e5e98a85964388cbd21e7d55ca13bcfbb4be477a6686a [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-06T20:57:27.290Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-06T20:57:27.290Z] . [Pipeline] withDockerContainer [2020-10-06T20:57:27.559Z] prd-ubuntu18.04-docker-arm64-4c-16g-3767 does not seem to be running inside a container [2020-10-06T20:57:27.657Z] $ 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/165 -v /w/workspace/edgex-go/165:/w/workspace/edgex-go/165:rw,z -v /w/workspace/edgex-go/165@tmp:/w/workspace/edgex-go/165@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-10-06T20:57:29.070Z] $ docker top 5742349ff804ca641edef1672b90376339b892673b555e0600ddc16fc9a5e6d8 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-06T20:57:30.083Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-10-06T20:57:33.468Z] Building docker-core-command-go ... [2020-10-06T20:57:33.468Z] Building docker-core-data-go ... [2020-10-06T20:57:33.468Z] Building docker-core-metadata-go ... [2020-10-06T20:57:33.468Z] Building docker-security-proxy-setup-go ... [2020-10-06T20:57:33.468Z] Building docker-security-secrets-setup-go ... [2020-10-06T20:57:33.468Z] Building docker-security-secretstore-setup-go ... [2020-10-06T20:57:33.468Z] Building docker-support-logging-go ... [2020-10-06T20:57:33.468Z] Building docker-support-notifications-go ... [2020-10-06T20:57:33.468Z] Building docker-support-scheduler-go ... [2020-10-06T20:57:33.468Z] Building docker-sys-mgmt-agent-go ... [2020-10-06T20:57:33.468Z] Building docker-core-data-go [2020-10-06T20:57:33.468Z] Building docker-security-secretstore-setup-go [2020-10-06T20:57:33.468Z] Building docker-support-notifications-go [2020-10-06T20:57:33.468Z] Building docker-security-secrets-setup-go [2020-10-06T20:57:33.468Z] Building docker-security-proxy-setup-go [2020-10-06T20:57:34.540Z] Removing intermediate container f3b0796ec623 [2020-10-06T20:57:34.540Z] ---> 0279db35def0 [2020-10-06T20:57:34.540Z] Step 8/23 : COPY . . [2020-10-06T20:57:49.647Z] Collecting docker-compose==1.23.2 [2020-10-06T20:57:49.647Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-10-06T20:57:49.983Z] Collecting websocket-client<1.0,>=0.32.0 [2020-10-06T20:57:49.983Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-10-06T20:57:50.677Z] Collecting docopt<0.7,>=0.6.1 [2020-10-06T20:57:50.677Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-10-06T20:57:53.911Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-10-06T20:57:54.570Z] Collecting jsonschema<3,>=2.5.1 [2020-10-06T20:57:54.570Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-10-06T20:57:54.570Z] Collecting dockerpty<0.5,>=0.4.1 [2020-10-06T20:57:54.570Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-10-06T20:57:55.557Z] ---> b915a2ff5ba5 [2020-10-06T20:57:55.557Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-10-06T20:57:55.903Z] ---> 3337f8677bdb [2020-10-06T20:57:55.903Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-10-06T20:57:56.182Z] ---> 2a6db78f8c7f [2020-10-06T20:57:56.182Z] Step 9/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup cmd/security-secretstore-read/security-secretstore-read [2020-10-06T20:57:56.182Z] ---> Running in ea42fc0f4ff5 [2020-10-06T20:57:56.182Z] Collecting texttable<0.10,>=0.9.0 [2020-10-06T20:57:56.182Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-10-06T20:57:56.182Z] ---> Running in 5499adebb2a8 [2020-10-06T20:57:56.182Z] ---> Running in 60165c182d28 [2020-10-06T20:57:57.173Z] Collecting docker<4.0,>=3.6.0 [2020-10-06T20:57:57.173Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-10-06T20:57:58.587Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.50" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-10-06T20:57:58.587Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-10-06T20:57:58.587Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-10-06T20:57:58.587Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.50" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-10-06T20:57:58.587Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.50" -o cmd/core-command/core-command ./cmd/core-command [2020-10-06T20:57:58.587Z] Collecting PyYAML<4,>=3.10 [2020-10-06T20:57:58.893Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-10-06T20:57:59.947Z] ---> 092379370a3d [2020-10-06T20:57:59.947Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-10-06T20:58:00.243Z] Collecting cached-property<2,>=1.2.0 [2020-10-06T20:58:00.553Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-10-06T20:58:00.870Z] ---> Running in 1e3473a2c51b [2020-10-06T20:58:00.870Z] Collecting docker-pycreds>=0.4.0 [2020-10-06T20:58:00.870Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-10-06T20:58:01.285Z] Collecting urllib3<1.25,>=1.21.1 [2020-10-06T20:58:01.285Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-10-06T20:58:01.285Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2020-10-06T20:58:01.769Z] Collecting idna<2.8,>=2.5 [2020-10-06T20:58:01.769Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-10-06T20:58:01.769Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2020-10-06T20:58:01.769Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-10-06T20:58:01.769Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-10-06T20:58:01.770Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-10-06T20:58:01.770Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-10-06T20:58:02.145Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.50" -o cmd/core-data/core-data ./cmd/core-data [2020-10-06T20:58:02.145Z] Installing collected packages: websocket-client, docopt, jsonschema, dockerpty, texttable, docker-pycreds, urllib3, idna, requests, docker, PyYAML, cached-property, docker-compose [2020-10-06T20:58:02.429Z] Running setup.py install for docopt: started [2020-10-06T20:58:04.004Z] Running setup.py install for docopt: finished with status 'done' [2020-10-06T20:58:04.004Z] Running setup.py install for dockerpty: started [2020-10-06T20:58:06.362Z] Running setup.py install for dockerpty: finished with status 'done' [2020-10-06T20:58:06.362Z] Running setup.py install for texttable: started [2020-10-06T20:58:07.434Z] Running setup.py install for texttable: finished with status 'done' [2020-10-06T20:58:07.434Z] Attempting uninstall: urllib3 [2020-10-06T20:58:07.434Z] Found existing installation: urllib3 1.25.9 [2020-10-06T20:58:07.434Z] Uninstalling urllib3-1.25.9: [2020-10-06T20:58:08.138Z] Successfully uninstalled urllib3-1.25.9 [2020-10-06T20:58:08.421Z] Attempting uninstall: idna [2020-10-06T20:58:08.421Z] Found existing installation: idna 2.9 [2020-10-06T20:58:08.421Z] Uninstalling idna-2.9: [2020-10-06T20:58:08.421Z] Successfully uninstalled idna-2.9 [2020-10-06T20:58:09.109Z] Attempting uninstall: requests [2020-10-06T20:58:09.109Z] Found existing installation: requests 2.23.0 [2020-10-06T20:58:09.109Z] Uninstalling requests-2.23.0: [2020-10-06T20:58:09.109Z] Successfully uninstalled requests-2.23.0 [2020-10-06T20:58:09.723Z] Running setup.py install for PyYAML: started [2020-10-06T20:58:11.212Z] Running setup.py install for PyYAML: finished with status 'done' [2020-10-06T20:58:11.937Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2020-10-06T20:58:19.025Z] Removing intermediate container 70fda731a530 [2020-10-06T20:58:19.025Z] ---> bf34d95099b9 [2020-10-06T20:58:19.025Z] Step 22/27 : RUN apk --no-cache add curl [2020-10-06T20:58:20.100Z] ---> Running in a1bb86bba5e0 [2020-10-06T20:58:22.343Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-06T20:58:22.343Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-06T20:58:22.732Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-10-06T20:58:22.732Z] (2/3) Installing libcurl (7.69.1-r1) [2020-10-06T20:58:22.732Z] (3/3) Installing curl (7.69.1-r1) [2020-10-06T20:58:22.732Z] Executing busybox-1.31.1-r16.trigger [2020-10-06T20:58:22.732Z] OK: 72 MiB in 58 packages [2020-10-06T20:58:25.643Z] Removing intermediate container a1bb86bba5e0 [2020-10-06T20:58:25.643Z] ---> 71ed6e5371b1 [2020-10-06T20:58:25.643Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-10-06T20:58:25.952Z] ---> Running in cfc92bea7a50 [2020-10-06T20:58:26.295Z] Removing intermediate container cfc92bea7a50 [2020-10-06T20:58:26.295Z] ---> d06efd05d749 [2020-10-06T20:58:26.295Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-06T20:58:26.630Z] ---> Running in 74bea5eff1ea [2020-10-06T20:58:26.904Z] Removing intermediate container 74bea5eff1ea [2020-10-06T20:58:26.904Z] ---> ee74eb3e2381 [2020-10-06T20:58:26.904Z] Step 25/27 : LABEL arch=x86_64 [2020-10-06T20:58:26.904Z] ---> Running in dddbf9c2a071 [2020-10-06T20:58:27.683Z] Removing intermediate container dddbf9c2a071 [2020-10-06T20:58:27.683Z] ---> 4ce39ff2a6df [2020-10-06T20:58:27.683Z] Step 26/27 : LABEL git_sha=b3e2acdd145c3d3302f02c8490918cd30aaf4f4f [2020-10-06T20:58:27.683Z] ---> Running in a9f0619c4412 [2020-10-06T20:58:28.348Z] Removing intermediate container a9f0619c4412 [2020-10-06T20:58:28.348Z] ---> a40543667849 [2020-10-06T20:58:28.348Z] Step 27/27 : LABEL version=1.2.2-dev.50 [2020-10-06T20:58:28.348Z] ---> Running in 792d8175c756 [2020-10-06T20:58:29.048Z] Removing intermediate container 792d8175c756 [2020-10-06T20:58:29.048Z] ---> ec1736f9ecff [2020-10-06T20:58:29.048Z] [2020-10-06T20:58:29.428Z] Successfully built ec1736f9ecff [2020-10-06T20:58:29.747Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-10-06T20:58:29.747Z] Building docker-support-logging-go [2020-10-06T20:58:34.270Z]  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.50" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-10-06T20:58:40.529Z] Removing intermediate container ea42fc0f4ff5 [2020-10-06T20:58:40.529Z] ---> 76811261ddd6 [2020-10-06T20:58:40.529Z] [2020-10-06T20:58:40.529Z] Step 9/29 : FROM alpine:latest [2020-10-06T20:58:40.529Z] ---> a24bb4013296 [2020-10-06T20:58:40.529Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-10-06T20:58:40.805Z] ---> Running in 64fa791ffbb9 [2020-10-06T20:58:41.418Z] Removing intermediate container 64fa791ffbb9 [2020-10-06T20:58:41.419Z] ---> 4a8a59c24ef8 [2020-10-06T20:58:41.419Z] Step 11/29 : USER root [2020-10-06T20:58:41.703Z] ---> Running in 644ae69d4ece [2020-10-06T20:58:43.954Z] Removing intermediate container 644ae69d4ece [2020-10-06T20:58:43.954Z] ---> 7180dbc9d9cb [2020-10-06T20:58:43.954Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-10-06T20:58:43.954Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.50" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-10-06T20:58:43.954Z] ---> Running in ac1ece200a76 [2020-10-06T20:58:46.159Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-06T20:58:46.434Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-06T20:58:46.777Z] v3.12.0-365-g49d48cd6ad [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-06T20:58:46.777Z] v3.12.0-367-g68df6e6312 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-06T20:58:46.777Z] OK: 12750 distinct packages available [2020-10-06T20:58:47.070Z] (1/2) Installing ca-certificates (20191127-r4) [2020-10-06T20:58:47.342Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-10-06T20:58:47.342Z] Executing busybox-1.31.1-r16.trigger [2020-10-06T20:58:47.342Z] Executing ca-certificates-20191127-r4.trigger [2020-10-06T20:58:47.342Z] OK: 6 MiB in 16 packages [2020-10-06T20:58:51.253Z] Removing intermediate container 5499adebb2a8 [2020-10-06T20:58:51.253Z] ---> 940ae83b1254 [2020-10-06T20:58:51.253Z] [2020-10-06T20:58:51.253Z] Step 10/22 : FROM scratch [2020-10-06T20:58:51.253Z] ---> [2020-10-06T20:58:51.253Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-06T20:58:52.923Z] Removing intermediate container ac1ece200a76 [2020-10-06T20:58:52.923Z] ---> 6668e212c6ac [2020-10-06T20:58:52.923Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-10-06T20:58:52.923Z] ---> Using cache [2020-10-06T20:58:52.923Z] ---> c142fae4c48b [2020-10-06T20:58:52.923Z] Step 12/22 : ENV APP_PORT=48082 [2020-10-06T20:58:54.344Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-06T20:58:54.344Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-06T20:58:54.344Z] ---> 09c57c735fda [2020-10-06T20:58:54.344Z] Step 3/22 : WORKDIR /edgex-go [2020-10-06T20:58:54.344Z] ---> Using cache [2020-10-06T20:58:54.344Z] ---> 38841cf03453 [2020-10-06T20:58:54.344Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-06T20:58:54.345Z] ---> Using cache [2020-10-06T20:58:54.345Z] ---> 23de7adff4f5 [2020-10-06T20:58:54.345Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-10-06T20:58:55.332Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-06T20:58:55.333Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-10-06T20:58:55.333Z] ---> e8b35eaf2854 [2020-10-06T20:58:55.333Z] Step 3/23 : WORKDIR /edgex-go [2020-10-06T20:58:55.754Z] ---> Running in 59cee54a22cf [2020-10-06T20:58:55.755Z] ---> Running in 72f9af689408 [2020-10-06T20:58:56.036Z] ---> Running in f310805ac2de [2020-10-06T20:58:56.036Z] Removing intermediate container 59cee54a22cf [2020-10-06T20:58:56.036Z] ---> f01f966d2dc1 [2020-10-06T20:58:56.036Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-06T20:58:56.036Z] Removing intermediate container 60165c182d28 [2020-10-06T20:58:56.036Z] ---> 5b7ef79d33fb [2020-10-06T20:58:56.036Z] [2020-10-06T20:58:56.036Z] Step 10/26 : FROM alpine:3.10 [2020-10-06T20:58:56.315Z] ---> Running in 5d42cf4afc8f [2020-10-06T20:58:56.315Z] Removing intermediate container f310805ac2de [2020-10-06T20:58:56.315Z] ---> 6ceaa20f5a75 [2020-10-06T20:58:56.315Z] Step 14/29 : WORKDIR $BASE_DIR [2020-10-06T20:58:56.589Z] ---> Running in c3abc97fa2c8 [2020-10-06T20:58:56.589Z] Removing intermediate container 5d42cf4afc8f [2020-10-06T20:58:56.589Z] ---> 5d7ac5d0ab88 [2020-10-06T20:58:56.589Z] Step 14/22 : WORKDIR / [2020-10-06T20:58:56.589Z] ---> Running in 24553f519773 [2020-10-06T20:58:56.865Z] Removing intermediate container c3abc97fa2c8 [2020-10-06T20:58:56.865Z] ---> 235679995093 [2020-10-06T20:58:56.865Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-10-06T20:58:56.865Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-06T20:58:57.147Z] ---> Running in 9c81565d3b97 [2020-10-06T20:58:57.147Z] Removing intermediate container 24553f519773 [2020-10-06T20:58:57.147Z] ---> e661acd56969 [2020-10-06T20:58:57.147Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-10-06T20:58:57.513Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-06T20:58:57.513Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-10-06T20:58:57.513Z] ---> e8b35eaf2854 [2020-10-06T20:58:57.513Z] Step 3/24 : WORKDIR /edgex-go [2020-10-06T20:58:57.513Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-06T20:58:57.513Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-10-06T20:58:57.513Z] ---> e8b35eaf2854 [2020-10-06T20:58:57.513Z] Step 3/29 : WORKDIR /edgex-go [2020-10-06T20:58:57.513Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-06T20:58:57.513Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-10-06T20:58:57.513Z] ---> e8b35eaf2854 [2020-10-06T20:58:57.513Z] Step 3/26 : WORKDIR /edgex-go [2020-10-06T20:58:57.513Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-06T20:58:57.513Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-10-06T20:58:57.513Z] ---> e8b35eaf2854 [2020-10-06T20:58:57.513Z] Step 3/20 : WORKDIR /edgex-go [2020-10-06T20:58:58.236Z] 3.10: Pulling from library/alpine [2020-10-06T20:58:58.236Z] ---> f330df99d7ea [2020-10-06T20:58:58.236Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-10-06T20:58:58.949Z] ---> Running in e65ddd2cabdd [2020-10-06T20:58:58.949Z] ---> Running in 9029f08a75d3 [2020-10-06T20:58:58.949Z] ---> Running in 4c94a9e0094e [2020-10-06T20:58:58.949Z] ---> Running in 5144ef53e969 [2020-10-06T20:58:58.949Z] ---> Running in 917687e58d33 [2020-10-06T20:58:59.924Z] Removing intermediate container 917687e58d33 [2020-10-06T20:58:59.924Z] ---> 757b8c0e7949 [2020-10-06T20:58:59.924Z] Step 4/29 : RUN apk update && apk add make git [2020-10-06T20:58:59.924Z] Removing intermediate container 4c94a9e0094e [2020-10-06T20:58:59.924Z] ---> 2becd45b6783 [2020-10-06T20:58:59.924Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-06T20:58:59.924Z] Removing intermediate container 9029f08a75d3 [2020-10-06T20:58:59.924Z] ---> 472f5d1ecf87 [2020-10-06T20:58:59.924Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-06T20:58:59.924Z] Removing intermediate container 5144ef53e969 [2020-10-06T20:58:59.924Z] ---> 767f43467495 [2020-10-06T20:58:59.924Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-06T20:58:59.924Z] Removing intermediate container e65ddd2cabdd [2020-10-06T20:58:59.924Z] ---> f48308740176 [2020-10-06T20:58:59.924Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-06T20:58:59.924Z] ---> Running in ec064118d39b [2020-10-06T20:58:59.924Z] ---> Running in e06e0af068d4 [2020-10-06T20:58:59.924Z] ---> Running in 23cc9acd3686 [2020-10-06T20:59:00.203Z] ---> Running in 53f7deafe8a0 [2020-10-06T20:59:00.203Z] ---> Running in b01cdc9ab4bd [2020-10-06T20:59:00.323Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-10-06T20:59:02.264Z] Status: Downloaded newer image for alpine:3.10 [2020-10-06T20:59:02.264Z] ---> be4e4bea2c2e [2020-10-06T20:59:02.264Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-10-06T20:59:02.264Z] ---> 35e43492a939 [2020-10-06T20:59:02.264Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-10-06T20:59:02.264Z] Removing intermediate container 1e3473a2c51b [2020-10-06T20:59:02.264Z] ---> 311de88aadf5 [2020-10-06T20:59:02.264Z] [2020-10-06T20:59:02.264Z] Step 10/23 : FROM alpine [2020-10-06T20:59:02.264Z] ---> a24bb4013296 [2020-10-06T20:59:02.264Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-06T20:59:02.264Z] ---> Running in 8922aea945e2 [2020-10-06T20:59:02.264Z] Removing intermediate container 9c81565d3b97 [2020-10-06T20:59:02.264Z] ---> 867a04d32965 [2020-10-06T20:59:02.264Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-10-06T20:59:02.536Z] ---> Running in 504f7f2b2963 [2020-10-06T20:59:02.536Z] ---> 4b70ddf8b8a9 [2020-10-06T20:59:02.536Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-10-06T20:59:02.802Z] ---> Running in 3d21bd88f848 [2020-10-06T20:59:02.802Z] Removing intermediate container 504f7f2b2963 [2020-10-06T20:59:02.802Z] ---> 939aa6756a89 [2020-10-06T20:59:02.802Z] Step 12/23 : ENV APP_PORT=48080 [2020-10-06T20:59:02.883Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-06T20:59:03.077Z] ---> f5cee45ce240 [2020-10-06T20:59:03.077Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-10-06T20:59:03.077Z] ---> Running in 349d1706ae79 [2020-10-06T20:59:03.077Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-06T20:59:03.077Z] Removing intermediate container 3d21bd88f848 [2020-10-06T20:59:03.077Z] ---> 09279779a3a5 [2020-10-06T20:59:03.077Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-06T20:59:03.077Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-10-06T20:59:03.077Z] ---> Running in cc9f34d4becc [2020-10-06T20:59:03.355Z] Removing intermediate container 349d1706ae79 [2020-10-06T20:59:03.355Z] ---> 1de821228ebd [2020-10-06T20:59:03.355Z] Step 13/23 : EXPOSE $APP_PORT [2020-10-06T20:59:03.355Z] ---> Running in 6815bb20d9a0 [2020-10-06T20:59:03.355Z] ---> a9fa3abb5dfc [2020-10-06T20:59:03.355Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-10-06T20:59:03.654Z] Removing intermediate container cc9f34d4becc [2020-10-06T20:59:03.654Z] ---> a40951ab040b [2020-10-06T20:59:03.654Z] Step 20/22 : LABEL arch=x86_64 [2020-10-06T20:59:03.654Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-10-06T20:59:03.654Z] Removing intermediate container 6815bb20d9a0 [2020-10-06T20:59:03.654Z] ---> c227e953ee49 [2020-10-06T20:59:03.654Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-06T20:59:03.654Z] ---> Running in 96a3842d0026 [2020-10-06T20:59:03.882Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-06T20:59:03.934Z] ---> Running in 108897460ef0 [2020-10-06T20:59:03.934Z] ---> 8ba97dddd757 [2020-10-06T20:59:03.934Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-10-06T20:59:03.934Z] v3.10.5-94-gea6eea6e70 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-10-06T20:59:03.934Z] v3.10.5-92-g0ca6a6f012 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-10-06T20:59:03.934Z] OK: 10346 distinct packages available [2020-10-06T20:59:04.160Z] Removing intermediate container e06e0af068d4 [2020-10-06T20:59:04.160Z] ---> e3a41a275dfa [2020-10-06T20:59:04.160Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-10-06T20:59:04.160Z] ---> Running in 64b44cba35a5 [2020-10-06T20:59:04.205Z] Removing intermediate container 96a3842d0026 [2020-10-06T20:59:04.205Z] ---> 52167d8ffa85 [2020-10-06T20:59:04.205Z] Step 21/22 : LABEL git_sha=b3e2acdd145c3d3302f02c8490918cd30aaf4f4f [2020-10-06T20:59:04.205Z] (1/5) Installing ca-certificates (20191127-r2) [2020-10-06T20:59:04.205Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-10-06T20:59:04.205Z] (3/5) Installing libcurl (7.66.0-r1) [2020-10-06T20:59:04.205Z] (4/5) Installing curl (7.66.0-r1) [2020-10-06T20:59:04.205Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-10-06T20:59:04.205Z] Executing busybox-1.30.1-r3.trigger [2020-10-06T20:59:04.205Z] Executing ca-certificates-20191127-r2.trigger [2020-10-06T20:59:04.434Z] Removing intermediate container ec064118d39b [2020-10-06T20:59:04.434Z] ---> d0fcbd92a66a [2020-10-06T20:59:04.434Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-10-06T20:59:04.484Z] OK: 7 MiB in 19 packages [2020-10-06T20:59:04.484Z] ---> Running in 76649b57d8a4 [2020-10-06T20:59:04.733Z] Removing intermediate container 53f7deafe8a0 [2020-10-06T20:59:04.733Z] ---> e800a3a782cd [2020-10-06T20:59:04.733Z] Step 5/26 : RUN apk update && apk add make git [2020-10-06T20:59:04.733Z] Removing intermediate container b01cdc9ab4bd [2020-10-06T20:59:04.733Z] ---> c833a3c3c79f [2020-10-06T20:59:04.733Z] Step 5/20 : RUN apk update && apk add make git [2020-10-06T20:59:04.733Z] ---> Running in 035fde13abdd [2020-10-06T20:59:04.772Z] ---> 61acc0db5c9e [2020-10-06T20:59:04.772Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-10-06T20:59:04.772Z] Removing intermediate container 76649b57d8a4 [2020-10-06T20:59:04.772Z] ---> e56a0f47e194 [2020-10-06T20:59:04.772Z] Step 22/22 : LABEL version=1.2.2-dev.50 [2020-10-06T20:59:05.006Z] ---> Running in 6e9e29740983 [2020-10-06T20:59:05.006Z] ---> Running in 99f811233a1c [2020-10-06T20:59:05.043Z] ---> Running in d98b6f0f1558 [2020-10-06T20:59:05.311Z] ---> 4b887da32677 [2020-10-06T20:59:05.311Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-10-06T20:59:05.577Z] Removing intermediate container d98b6f0f1558 [2020-10-06T20:59:05.577Z] ---> 57f8cada2a45 [2020-10-06T20:59:05.577Z] [2020-10-06T20:59:05.577Z] ---> Running in e5361903c07c [2020-10-06T20:59:05.577Z] Removing intermediate container 8922aea945e2 [2020-10-06T20:59:05.577Z] ---> 2638cba687d5 [2020-10-06T20:59:05.577Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-06T20:59:05.577Z] Removing intermediate container 108897460ef0 [2020-10-06T20:59:05.577Z] ---> 1e763508f125 [2020-10-06T20:59:05.577Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-10-06T20:59:05.868Z] Successfully built 57f8cada2a45 [2020-10-06T20:59:05.868Z] ---> Running in 22843de9f06c [2020-10-06T20:59:05.868Z] Successfully tagged docker-core-command-go:latest [2020-10-06T20:59:05.868Z]  Building docker-core-command-go ... done  ---> Running in 5c7f1135a2c1 [2020-10-06T20:59:05.998Z] v3.12.0-365-g49d48cd6ad [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-06T20:59:05.998Z] v3.12.0-367-g68df6e6312 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-06T20:59:05.998Z] OK: 12623 distinct packages available [2020-10-06T20:59:06.154Z] Removing intermediate container 22843de9f06c [2020-10-06T20:59:06.154Z] ---> 87bd03dc4b4b [2020-10-06T20:59:06.154Z] Step 13/26 : WORKDIR / [2020-10-06T20:59:06.422Z] ---> Running in b357afe2359a [2020-10-06T20:59:06.602Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-06T20:59:06.695Z] Removing intermediate container b357afe2359a [2020-10-06T20:59:06.695Z] ---> 46cae312cbc6 [2020-10-06T20:59:06.695Z] Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-10-06T20:59:06.695Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-06T20:59:06.877Z] OK: 217 MiB in 51 packages [2020-10-06T20:59:07.171Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-06T20:59:07.288Z] ---> 63032cd81ffe [2020-10-06T20:59:07.289Z] Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-10-06T20:59:07.289Z] Removing intermediate container e5361903c07c [2020-10-06T20:59:07.289Z] ---> dda026475cd4 [2020-10-06T20:59:07.289Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-10-06T20:59:07.446Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-06T20:59:07.447Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-06T20:59:07.624Z] ---> f178a6d45280 [2020-10-06T20:59:07.624Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-10-06T20:59:07.624Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-06T20:59:07.624Z] ---> 66c29e5b380b [2020-10-06T20:59:07.624Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-06T20:59:07.624Z] ---> Running in 3752a9fb5ff0 [2020-10-06T20:59:07.721Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-06T20:59:07.953Z] v3.12.0-365-g49d48cd6ad [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-06T20:59:07.953Z] v3.12.0-367-g68df6e6312 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-06T20:59:07.953Z] OK: 12752 distinct packages available [2020-10-06T20:59:07.953Z] ---> 2c0d91be5d9e [2020-10-06T20:59:07.953Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-10-06T20:59:07.994Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-06T20:59:08.230Z] OK: 233 MiB in 51 packages [2020-10-06T20:59:08.269Z] Removing intermediate container 23cc9acd3686 [2020-10-06T20:59:08.269Z] ---> ade200b30767 [2020-10-06T20:59:08.269Z] Step 5/29 : COPY go.mod . [2020-10-06T20:59:08.504Z] ---> 341d50e09814 [2020-10-06T20:59:08.504Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-10-06T20:59:08.544Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-06T20:59:08.544Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-06T20:59:08.775Z] OK: 233 MiB in 51 packages [2020-10-06T20:59:08.817Z] ---> 2ee0c296b80f [2020-10-06T20:59:08.817Z] Step 6/29 : RUN go mod download [2020-10-06T20:59:09.090Z] ---> Running in ebcad4b46542 [2020-10-06T20:59:09.365Z] v3.12.0-365-g49d48cd6ad [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-06T20:59:09.365Z] v3.12.0-367-g68df6e6312 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-06T20:59:09.365Z] OK: 12623 distinct packages available [2020-10-06T20:59:09.377Z] ---> 9d66a436d82a [2020-10-06T20:59:09.377Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-10-06T20:59:09.377Z] (1/5) Installing libgcc (9.3.0-r2) [2020-10-06T20:59:09.377Z] (2/5) Installing libsodium (1.0.18-r0) [2020-10-06T20:59:09.679Z] Removing intermediate container 72f9af689408 [2020-10-06T20:59:09.679Z] ---> b73105553487 [2020-10-06T20:59:09.679Z] Step 6/22 : COPY go.mod . [2020-10-06T20:59:09.679Z] Removing intermediate container 3752a9fb5ff0 [2020-10-06T20:59:09.679Z] ---> 203c449bdbab [2020-10-06T20:59:09.679Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-10-06T20:59:09.965Z] ---> Running in 53f169223a29 [2020-10-06T20:59:09.965Z] ---> d23794f81e3f [2020-10-06T20:59:09.965Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-10-06T20:59:09.971Z] OK: 217 MiB in 51 packages [2020-10-06T20:59:10.246Z] v3.12.0-365-g49d48cd6ad [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-06T20:59:10.246Z] v3.12.0-367-g68df6e6312 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-06T20:59:10.246Z] OK: 12623 distinct packages available [2020-10-06T20:59:10.250Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-10-06T20:59:10.250Z] ---> 30ec099c86e5 [2020-10-06T20:59:10.250Z] Step 7/22 : RUN go mod download [2020-10-06T20:59:10.250Z] ---> Running in f3fa24855b82 [2020-10-06T20:59:10.528Z] v3.12.0-365-g49d48cd6ad [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-06T20:59:10.528Z] v3.12.0-367-g68df6e6312 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-06T20:59:10.528Z] OK: 12623 distinct packages available [2020-10-06T20:59:10.528Z] v3.12.0-365-g49d48cd6ad [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-06T20:59:10.528Z] v3.12.0-367-g68df6e6312 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-06T20:59:10.528Z] OK: 12623 distinct packages available [2020-10-06T20:59:10.845Z] ---> 5e5463257e64 [2020-10-06T20:59:10.845Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-10-06T20:59:11.431Z] ---> 89719e7c32b4 [2020-10-06T20:59:11.431Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-06T20:59:11.431Z] ---> Running in 5dee12bbd0cf [2020-10-06T20:59:11.531Z] OK: 217 MiB in 51 packages [2020-10-06T20:59:11.531Z] OK: 217 MiB in 51 packages [2020-10-06T20:59:11.711Z] Removing intermediate container 53f169223a29 [2020-10-06T20:59:11.711Z] ---> 444d157e4a64 [2020-10-06T20:59:11.711Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-10-06T20:59:11.807Z] OK: 217 MiB in 51 packages [2020-10-06T20:59:11.807Z] Removing intermediate container 035fde13abdd [2020-10-06T20:59:11.807Z] ---> 08176377599a [2020-10-06T20:59:11.807Z] Step 6/24 : COPY go.mod . [2020-10-06T20:59:11.999Z] ---> Running in 97faa3cae052 [2020-10-06T20:59:12.271Z] (4/5) Installing libzmq (4.3.3-r0) [2020-10-06T20:59:12.271Z] Removing intermediate container 97faa3cae052 [2020-10-06T20:59:12.271Z] ---> 3f946e94f3fb [2020-10-06T20:59:12.271Z] Step 26/29 : CMD [ "generate" ] [2020-10-06T20:59:12.271Z] ---> Running in 2decb2df678a [2020-10-06T20:59:12.271Z] Removing intermediate container f3fa24855b82 [2020-10-06T20:59:12.271Z] ---> a82b5b7b43c4 [2020-10-06T20:59:12.271Z] Step 8/22 : COPY . . [2020-10-06T20:59:12.699Z] Removing intermediate container 2decb2df678a [2020-10-06T20:59:12.699Z] ---> 5ed3784fa549 [2020-10-06T20:59:12.699Z] Step 27/29 : LABEL arch=x86_64 [2020-10-06T20:59:13.022Z] (5/5) Installing zeromq (4.3.3-r0) [2020-10-06T20:59:13.022Z] Executing busybox-1.31.1-r16.trigger [2020-10-06T20:59:13.022Z] OK: 8 MiB in 19 packages [2020-10-06T20:59:13.262Z] ---> c25c3fcb4a36 [2020-10-06T20:59:13.263Z] Step 7/24 : RUN go mod download [2020-10-06T20:59:13.263Z] ---> Running in 1db767a95da8 [2020-10-06T20:59:13.263Z] Removing intermediate container 64b44cba35a5 [2020-10-06T20:59:13.263Z] ---> 465df4c97cae [2020-10-06T20:59:13.263Z] Step 6/23 : COPY go.mod . [2020-10-06T20:59:13.877Z] Removing intermediate container 99f811233a1c [2020-10-06T20:59:13.877Z] ---> 842cea656c0c [2020-10-06T20:59:13.877Z] Step 6/20 : COPY go.mod . [2020-10-06T20:59:13.877Z] Removing intermediate container 6e9e29740983 [2020-10-06T20:59:13.877Z] ---> 3199a2203f2e [2020-10-06T20:59:13.877Z] Step 6/26 : COPY go.mod . [2020-10-06T20:59:13.877Z] Removing intermediate container ebcad4b46542 [2020-10-06T20:59:13.877Z] ---> 2d1ceb20f230 [2020-10-06T20:59:13.877Z] Step 7/29 : COPY . . [2020-10-06T20:59:14.013Z] ---> Running in 23fef657349e [2020-10-06T20:59:14.872Z] ---> ebb77dde4bb4 [2020-10-06T20:59:14.872Z] Step 7/23 : RUN go mod download [2020-10-06T20:59:14.872Z] ---> Running in 78aef3498ee2 [2020-10-06T20:59:14.872Z] ---> 39675e02ae89 [2020-10-06T20:59:14.872Z] Step 7/26 : RUN go mod download [2020-10-06T20:59:15.147Z] ---> 7eb8764e5c79 [2020-10-06T20:59:15.148Z] Step 7/20 : RUN go mod download [2020-10-06T20:59:15.423Z] ---> Running in da733ca9acd4 [2020-10-06T20:59:15.633Z] Removing intermediate container 5dee12bbd0cf [2020-10-06T20:59:15.633Z] ---> 9a83efb4ae19 [2020-10-06T20:59:15.633Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-10-06T20:59:15.633Z] Removing intermediate container 23fef657349e [2020-10-06T20:59:15.633Z] ---> 363cf0ecc66b [2020-10-06T20:59:15.633Z] Step 28/29 : LABEL git_sha=b3e2acdd145c3d3302f02c8490918cd30aaf4f4f [2020-10-06T20:59:15.709Z] ---> Running in cfa886375493 [2020-10-06T20:59:15.908Z] ---> Running in 2efe63ff50fa [2020-10-06T20:59:15.908Z] ---> Running in 3796d669f502 [2020-10-06T20:59:16.938Z] Removing intermediate container 5c7f1135a2c1 [2020-10-06T20:59:16.938Z] ---> 403431ef3dce [2020-10-06T20:59:16.938Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-10-06T20:59:17.536Z] Removing intermediate container 3796d669f502 [2020-10-06T20:59:17.536Z] ---> 5ea7f1d73b20 [2020-10-06T20:59:17.536Z] Step 29/29 : LABEL version=1.2.2-dev.50 [2020-10-06T20:59:17.536Z] Removing intermediate container 2efe63ff50fa [2020-10-06T20:59:17.536Z] ---> 78b4684c18ca [2020-10-06T20:59:17.536Z] Step 24/26 : LABEL arch=x86_64 [2020-10-06T20:59:18.347Z] Removing intermediate container 1db767a95da8 [2020-10-06T20:59:18.347Z] ---> 7dbd1a315e80 [2020-10-06T20:59:18.347Z] Step 8/24 : COPY . . [2020-10-06T20:59:18.966Z] ---> 20c4f456d9cc [2020-10-06T20:59:18.966Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-10-06T20:59:18.966Z] ---> Running in 534b31e7dfed [2020-10-06T20:59:18.966Z] ---> Running in 7e744494e371 [2020-10-06T20:59:20.576Z] Removing intermediate container 7e744494e371 [2020-10-06T20:59:20.576Z] ---> 12046a18cd29 [2020-10-06T20:59:20.576Z] Step 25/26 : LABEL git_sha=b3e2acdd145c3d3302f02c8490918cd30aaf4f4f [2020-10-06T20:59:20.576Z] Removing intermediate container 534b31e7dfed [2020-10-06T20:59:20.576Z] ---> 69b2166cef38 [2020-10-06T20:59:20.576Z] [2020-10-06T20:59:20.576Z] ---> Running in 0878cdd48420 [2020-10-06T20:59:20.999Z] Removing intermediate container 78aef3498ee2 [2020-10-06T20:59:20.999Z] ---> 7b2d216b71d5 [2020-10-06T20:59:20.999Z] Step 8/23 : COPY . . [2020-10-06T20:59:21.197Z] Successfully built 69b2166cef38 [2020-10-06T20:59:21.197Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-10-06T20:59:21.275Z] Removing intermediate container cfa886375493 [2020-10-06T20:59:21.275Z] ---> 345ab41c32a3 [2020-10-06T20:59:21.275Z] Step 8/20 : COPY . . [2020-10-06T20:59:21.548Z] Removing intermediate container da733ca9acd4 [2020-10-06T20:59:21.548Z] ---> 4744c6fa8353 [2020-10-06T20:59:21.548Z] Step 8/26 : COPY . . [2020-10-06T20:59:21.670Z]  Building docker-security-secrets-setup-go ... done  ---> db2bd18ea0ee [2020-10-06T20:59:21.670Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-10-06T20:59:21.940Z] Removing intermediate container 0878cdd48420 [2020-10-06T20:59:21.940Z] ---> 955fbcc785e6 [2020-10-06T20:59:21.940Z] Step 26/26 : LABEL version=1.2.2-dev.50 [2020-10-06T20:59:23.366Z] ---> Running in d8fca96918bf [2020-10-06T20:59:23.366Z] ---> 12e3efec75b3 [2020-10-06T20:59:23.366Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-10-06T20:59:24.338Z] ---> Running in 5658909e662c [2020-10-06T20:59:25.299Z] Removing intermediate container d8fca96918bf [2020-10-06T20:59:25.299Z] ---> 227d3594733a [2020-10-06T20:59:25.299Z] [2020-10-06T20:59:25.586Z] Successfully built 227d3594733a [2020-10-06T20:59:25.586Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-10-06T20:59:25.586Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 5658909e662c [2020-10-06T20:59:25.586Z] ---> 67904ef5727d [2020-10-06T20:59:25.586Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-06T20:59:25.865Z] ---> Running in 3cbd7adb27e4 [2020-10-06T20:59:25.865Z] ---> a672d4636f3d [2020-10-06T20:59:25.865Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-10-06T20:59:25.865Z] ---> Running in 015b20693e7e [2020-10-06T20:59:26.137Z] Removing intermediate container 3cbd7adb27e4 [2020-10-06T20:59:26.137Z] ---> a0499e511a54 [2020-10-06T20:59:26.137Z] Step 21/23 : LABEL arch=x86_64 [2020-10-06T20:59:26.137Z] ---> Running in f07692b77a40 [2020-10-06T20:59:26.435Z] Removing intermediate container f07692b77a40 [2020-10-06T20:59:26.435Z] ---> acaec708b381 [2020-10-06T20:59:26.435Z] Step 22/23 : LABEL git_sha=b3e2acdd145c3d3302f02c8490918cd30aaf4f4f [2020-10-06T20:59:26.726Z] ---> Running in 5dbab39e67e3 [2020-10-06T20:59:26.726Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.50" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-10-06T20:59:27.010Z] Removing intermediate container 5dbab39e67e3 [2020-10-06T20:59:27.010Z] ---> a44dcf042a15 [2020-10-06T20:59:27.010Z] Step 23/23 : LABEL version=1.2.2-dev.50 [2020-10-06T20:59:27.010Z] ---> Running in 2a50d78cab08 [2020-10-06T20:59:27.288Z] Removing intermediate container 2a50d78cab08 [2020-10-06T20:59:27.288Z] ---> e37b7d71a8e8 [2020-10-06T20:59:27.288Z] [2020-10-06T20:59:27.570Z] Successfully built e37b7d71a8e8 [2020-10-06T20:59:27.570Z] Successfully tagged docker-core-data-go:latest [2020-10-06T20:59:42.901Z]  Building docker-core-data-go ... done Removing intermediate container 015b20693e7e [2020-10-06T20:59:42.901Z] ---> fba665ec3c0f [2020-10-06T20:59:42.901Z] [2020-10-06T20:59:42.901Z] Step 10/22 : FROM scratch [2020-10-06T20:59:42.901Z] ---> [2020-10-06T20:59:42.901Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-06T20:59:42.901Z] ---> Using cache [2020-10-06T20:59:42.901Z] ---> 9cfc013a43d9 [2020-10-06T20:59:42.901Z] Step 12/22 : ENV APP_PORT=48061 [2020-10-06T20:59:42.901Z] ---> Running in 2b667872b69a [2020-10-06T20:59:42.901Z] Removing intermediate container 2b667872b69a [2020-10-06T20:59:42.901Z] ---> cac8cec3733e [2020-10-06T20:59:42.901Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-06T20:59:42.901Z] ---> Running in 46e5f5962d1c [2020-10-06T20:59:42.901Z] Removing intermediate container 46e5f5962d1c [2020-10-06T20:59:42.901Z] ---> 02bc064b239c [2020-10-06T20:59:42.901Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-10-06T20:59:43.165Z] ---> d0c7ed1a2114 [2020-10-06T20:59:43.165Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-10-06T20:59:43.428Z] ---> b83917ae920e [2020-10-06T20:59:43.428Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-10-06T20:59:43.723Z] ---> fda27d366c59 [2020-10-06T20:59:43.723Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-10-06T20:59:43.723Z] ---> d9555003510a [2020-10-06T20:59:43.723Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-10-06T20:59:43.723Z] ---> 9a10da87f582 [2020-10-06T20:59:43.723Z] Step 9/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup cmd/security-secretstore-read/security-secretstore-read [2020-10-06T20:59:43.723Z] ---> 0e2ca9a79b17 [2020-10-06T20:59:43.723Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-10-06T20:59:43.723Z] ---> 939d618febca [2020-10-06T20:59:43.723Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-10-06T20:59:43.723Z] ---> Running in becba2a6c6ce [2020-10-06T20:59:43.723Z] ---> Running in 509dc0e3658b [2020-10-06T20:59:43.723Z] ---> Running in a6d1ca5c0997 [2020-10-06T20:59:43.723Z] ---> Running in af323579bc68 [2020-10-06T20:59:43.723Z] ---> Running in 28c7ec9f1585 [2020-10-06T20:59:44.033Z] ---> 612ba4100a64 [2020-10-06T20:59:44.033Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-10-06T20:59:44.298Z] ---> b2df3bee7fae [2020-10-06T20:59:44.298Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-10-06T20:59:44.565Z] ---> Running in 16c1dc58ab30 [2020-10-06T20:59:44.831Z] Removing intermediate container 16c1dc58ab30 [2020-10-06T20:59:44.831Z] ---> 5269c4ffaf6f [2020-10-06T20:59:44.831Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-06T20:59:44.831Z] ---> Running in 325a5375bfdc [2020-10-06T20:59:44.831Z] Removing intermediate container 325a5375bfdc [2020-10-06T20:59:44.831Z] ---> c8a985560c16 [2020-10-06T20:59:44.831Z] Step 20/22 : LABEL arch=x86_64 [2020-10-06T20:59:45.103Z] ---> Running in bfbe467a2d23 [2020-10-06T20:59:45.103Z] Removing intermediate container bfbe467a2d23 [2020-10-06T20:59:45.103Z] ---> c91667080a0b [2020-10-06T20:59:45.103Z] Step 21/22 : LABEL git_sha=b3e2acdd145c3d3302f02c8490918cd30aaf4f4f [2020-10-06T20:59:45.370Z] ---> Running in e157eec66234 [2020-10-06T20:59:45.371Z] Removing intermediate container e157eec66234 [2020-10-06T20:59:45.371Z] ---> 6dc10958775e [2020-10-06T20:59:45.371Z] Step 22/22 : LABEL version=1.2.2-dev.50 [2020-10-06T20:59:45.637Z] ---> Running in 5d0a376c2440 [2020-10-06T20:59:45.714Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.50" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-10-06T20:59:45.905Z] Removing intermediate container 5d0a376c2440 [2020-10-06T20:59:45.905Z] ---> 5c47a54e9a0f [2020-10-06T20:59:45.905Z] [2020-10-06T20:59:45.905Z] Successfully built 5c47a54e9a0f [2020-10-06T20:59:45.989Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.50" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-10-06T20:59:45.989Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.50" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-10-06T20:59:46.172Z] Successfully tagged docker-support-logging-go:latest [2020-10-06T20:59:46.264Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.50" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-10-06T20:59:46.462Z]  Building docker-support-logging-go ... done  [Pipeline] } [2020-10-06T20:59:46.542Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.50" -o cmd/core-data/core-data ./cmd/core-data [2020-10-06T20:59:46.503Z] $ docker stop --time=1 bc90b900663556e8da2b27ee100775d05dc7606b1cc22df10d4ecb25ae09fd33 [2020-10-06T20:59:48.309Z] $ docker rm -f bc90b900663556e8da2b27ee100775d05dc7606b1cc22df10d4ecb25ae09fd33 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-06T20:59:49.054Z] + docker images [2020-10-06T20:59:49.054Z] + grep docker [2020-10-06T20:59:49.317Z] docker-support-logging-go latest 5c47a54e9a0f 4 seconds ago 11.1MB [2020-10-06T20:59:49.317Z] docker-core-data-go latest e37b7d71a8e8 22 seconds ago 23.6MB [2020-10-06T20:59:49.317Z] docker-security-secretstore-setup-go latest 227d3594733a 25 seconds ago 32.4MB [2020-10-06T20:59:49.317Z] docker-security-secrets-setup-go latest 69b2166cef38 30 seconds ago 24MB [2020-10-06T20:59:49.317Z] docker-core-command-go latest 57f8cada2a45 44 seconds ago 12.2MB [2020-10-06T20:59:49.317Z] docker-sys-mgmt-agent-go latest ec1736f9ecff About a minute ago 290MB [2020-10-06T20:59:49.317Z] docker-support-notifications-go latest 57c0ce77ea08 2 minutes ago 13.6MB [2020-10-06T20:59:49.317Z] docker-core-metadata-go latest c882cb7fd282 3 minutes ago 14.2MB [2020-10-06T20:59:49.317Z] docker-support-scheduler-go latest 863200978903 3 minutes ago 12.3MB [2020-10-06T20:59:49.317Z] docker-security-proxy-setup-go latest 82e6db8cb26d 3 minutes ago 15.8MB [2020-10-06T20:59:49.317Z] docker latest 809cc4dba987 2 weeks ago 217MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-10-06T20:59:49.867Z] provisioning config files... [2020-10-06T20:59:50.039Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/165@tmp/config3434011646616088157tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-10-06T20:59:50.495Z] ---> docker-login.sh [2020-10-06T20:59:50.496Z] nexus3.edgexfoundry.org:10001 [2020-10-06T20:59:50.764Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-06T20:59:50.764Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-06T20:59:50.764Z] Configure a credential helper to remove this warning. See [2020-10-06T20:59:50.764Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-06T20:59:50.764Z] [2020-10-06T20:59:50.764Z] Login Succeeded [2020-10-06T20:59:50.764Z] nexus3.edgexfoundry.org:10002 [2020-10-06T20:59:51.039Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-06T20:59:51.039Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-06T20:59:51.039Z] Configure a credential helper to remove this warning. See [2020-10-06T20:59:51.039Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-06T20:59:51.039Z] [2020-10-06T20:59:51.039Z] Login Succeeded [2020-10-06T20:59:51.039Z] nexus3.edgexfoundry.org:10003 [2020-10-06T20:59:51.322Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-06T20:59:51.587Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-06T20:59:51.587Z] Configure a credential helper to remove this warning. See [2020-10-06T20:59:51.587Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-06T20:59:51.587Z] [2020-10-06T20:59:51.587Z] Login Succeeded [2020-10-06T20:59:51.587Z] nexus3.edgexfoundry.org:10004 [2020-10-06T20:59:51.587Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-06T20:59:51.860Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-06T20:59:51.860Z] Configure a credential helper to remove this warning. See [2020-10-06T20:59:51.860Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-06T20:59:51.860Z] [2020-10-06T20:59:51.860Z] Login Succeeded [2020-10-06T20:59:51.860Z] docker.io [2020-10-06T20:59:52.130Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-06T20:59:52.416Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-06T20:59:52.416Z] Configure a credential helper to remove this warning. See [2020-10-06T20:59:52.416Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-06T20:59:52.416Z] [2020-10-06T20:59:52.416Z] Login Succeeded [2020-10-06T20:59:52.416Z] ---> docker-login.sh ends [Pipeline] } [2020-10-06T20:59:52.430Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-06T20:59:52.643Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2020-10-06T20:59:52.643Z] b3e2acdd145c3d3302f02c8490918cd30aaf4f4f [2020-10-06T20:59:52.643Z] 1.2.2-dev.50 [2020-10-06T20:59:52.643Z] b3e2acdd145c3d3302f02c8490918cd30aaf4f4f-1.2.2-dev.50 [2020-10-06T20:59:52.643Z] master [2020-10-06T20:59:52.643Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-06T20:59:53.253Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:b3e2acdd145c3d3302f02c8490918cd30aaf4f4f [Pipeline] isUnix [Pipeline] sh [2020-10-06T20:59:54.029Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:b3e2acdd145c3d3302f02c8490918cd30aaf4f4f [2020-10-06T20:59:54.029Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-10-06T20:59:54.029Z] 06678913574d: Preparing [2020-10-06T20:59:54.029Z] d1b11944e14b: Preparing [2020-10-06T20:59:54.029Z] 51037fe5543a: Preparing [2020-10-06T20:59:54.619Z] 51037fe5543a: Pushed [2020-10-06T20:59:54.619Z] 06678913574d: Pushed [2020-10-06T20:59:56.217Z] d1b11944e14b: Pushed [2020-10-06T20:59:56.481Z] b3e2acdd145c3d3302f02c8490918cd30aaf4f4f: digest: sha256:b21e450921fda1e2a02e28ce4c892d2d6ffdb5df73bc0e7538f5ad124b77e4af size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-06T20:59:56.806Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.50 [Pipeline] isUnix [Pipeline] sh [2020-10-06T20:59:57.123Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.50 [2020-10-06T20:59:57.123Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-10-06T20:59:57.123Z] 06678913574d: Preparing [2020-10-06T20:59:57.123Z] d1b11944e14b: Preparing [2020-10-06T20:59:57.123Z] 51037fe5543a: Preparing [2020-10-06T20:59:57.123Z] 51037fe5543a: Layer already exists [2020-10-06T20:59:57.123Z] d1b11944e14b: Layer already exists [2020-10-06T20:59:57.123Z] 06678913574d: Layer already exists [2020-10-06T20:59:57.123Z] 1.2.2-dev.50: digest: sha256:b21e450921fda1e2a02e28ce4c892d2d6ffdb5df73bc0e7538f5ad124b77e4af size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-06T20:59:57.448Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:b3e2acdd145c3d3302f02c8490918cd30aaf4f4f-1.2.2-dev.50 [Pipeline] isUnix [Pipeline] sh [2020-10-06T20:59:57.758Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:b3e2acdd145c3d3302f02c8490918cd30aaf4f4f-1.2.2-dev.50 [2020-10-06T20:59:57.758Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-10-06T20:59:57.758Z] 06678913574d: Preparing [2020-10-06T20:59:57.758Z] d1b11944e14b: Preparing [2020-10-06T20:59:57.758Z] 51037fe5543a: Preparing [2020-10-06T20:59:57.758Z] d1b11944e14b: Layer already exists [2020-10-06T20:59:57.758Z] 51037fe5543a: Layer already exists [2020-10-06T20:59:57.758Z] 06678913574d: Layer already exists [2020-10-06T20:59:57.758Z] b3e2acdd145c3d3302f02c8490918cd30aaf4f4f-1.2.2-dev.50: digest: sha256:b21e450921fda1e2a02e28ce4c892d2d6ffdb5df73bc0e7538f5ad124b77e4af size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-06T20:59:58.080Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-06T20:59:58.444Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2020-10-06T20:59:58.444Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-10-06T20:59:58.444Z] 06678913574d: Preparing [2020-10-06T20:59:58.444Z] d1b11944e14b: Preparing [2020-10-06T20:59:58.444Z] 51037fe5543a: Preparing [2020-10-06T20:59:58.444Z] 51037fe5543a: Layer already exists [2020-10-06T20:59:58.444Z] 06678913574d: Layer already exists [2020-10-06T20:59:58.444Z] d1b11944e14b: Layer already exists [2020-10-06T20:59:58.716Z] master: digest: sha256:b21e450921fda1e2a02e28ce4c892d2d6ffdb5df73bc0e7538f5ad124b77e4af size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-06T20:59:59.019Z] ===================================================== [Pipeline] echo [2020-10-06T20:59:59.077Z] taggedImages: [2020-10-06T20:59:59.077Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:b3e2acdd145c3d3302f02c8490918cd30aaf4f4f [2020-10-06T20:59:59.077Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.50 [2020-10-06T20:59:59.077Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:b3e2acdd145c3d3302f02c8490918cd30aaf4f4f-1.2.2-dev.50 [2020-10-06T20:59:59.077Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2020-10-06T20:59:59.139Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2020-10-06T20:59:59.139Z] b3e2acdd145c3d3302f02c8490918cd30aaf4f4f [2020-10-06T20:59:59.139Z] 1.2.2-dev.50 [2020-10-06T20:59:59.139Z] b3e2acdd145c3d3302f02c8490918cd30aaf4f4f-1.2.2-dev.50 [2020-10-06T20:59:59.139Z] master [2020-10-06T20:59:59.139Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-06T20:59:59.620Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:b3e2acdd145c3d3302f02c8490918cd30aaf4f4f [Pipeline] isUnix [Pipeline] sh [2020-10-06T20:59:59.974Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:b3e2acdd145c3d3302f02c8490918cd30aaf4f4f [2020-10-06T20:59:59.974Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-10-06T20:59:59.974Z] 3703b4a10253: Preparing [2020-10-06T20:59:59.974Z] d967d4faf08a: Preparing [2020-10-06T20:59:59.974Z] 44efcd589f93: Preparing [2020-10-06T20:59:59.974Z] afef9b69ec42: Preparing [2020-10-06T20:59:59.974Z] 75c4272d0419: Preparing [2020-10-06T20:59:59.974Z] 50644c29ef5a: Preparing [2020-10-06T20:59:59.974Z] 50644c29ef5a: Waiting [2020-10-06T21:00:00.271Z] 3703b4a10253: Pushed [2020-10-06T21:00:00.271Z] 75c4272d0419: Pushed [2020-10-06T21:00:00.271Z] 44efcd589f93: Pushed [2020-10-06T21:00:01.260Z] afef9b69ec42: Pushed [2020-10-06T21:00:01.559Z] 50644c29ef5a: Layer already exists [2020-10-06T21:00:03.560Z] d967d4faf08a: Pushed [2020-10-06T21:00:03.829Z] b3e2acdd145c3d3302f02c8490918cd30aaf4f4f: digest: sha256:9b0ae846974b147b6539d25d4c22fdf575a5f613fadc1bf9f4a5909facc8d45a size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:00:04.205Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.50 [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:00:04.581Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.50 [2020-10-06T21:00:04.581Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-10-06T21:00:04.581Z] 3703b4a10253: Preparing [2020-10-06T21:00:04.581Z] d967d4faf08a: Preparing [2020-10-06T21:00:04.581Z] 44efcd589f93: Preparing [2020-10-06T21:00:04.581Z] afef9b69ec42: Preparing [2020-10-06T21:00:04.581Z] 75c4272d0419: Preparing [2020-10-06T21:00:04.581Z] 50644c29ef5a: Preparing [2020-10-06T21:00:04.581Z] 50644c29ef5a: Waiting [2020-10-06T21:00:04.581Z] afef9b69ec42: Layer already exists [2020-10-06T21:00:04.581Z] d967d4faf08a: Layer already exists [2020-10-06T21:00:04.581Z] 3703b4a10253: Layer already exists [2020-10-06T21:00:04.581Z] 75c4272d0419: Layer already exists [2020-10-06T21:00:04.581Z] 44efcd589f93: Layer already exists [2020-10-06T21:00:04.886Z] 50644c29ef5a: Layer already exists [2020-10-06T21:00:04.886Z] 1.2.2-dev.50: digest: sha256:9b0ae846974b147b6539d25d4c22fdf575a5f613fadc1bf9f4a5909facc8d45a size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:00:05.256Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:b3e2acdd145c3d3302f02c8490918cd30aaf4f4f-1.2.2-dev.50 [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:00:05.593Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:b3e2acdd145c3d3302f02c8490918cd30aaf4f4f-1.2.2-dev.50 [2020-10-06T21:00:05.593Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-10-06T21:00:05.593Z] 3703b4a10253: Preparing [2020-10-06T21:00:05.593Z] d967d4faf08a: Preparing [2020-10-06T21:00:05.593Z] 44efcd589f93: Preparing [2020-10-06T21:00:05.593Z] afef9b69ec42: Preparing [2020-10-06T21:00:05.593Z] 75c4272d0419: Preparing [2020-10-06T21:00:05.593Z] 50644c29ef5a: Preparing [2020-10-06T21:00:05.593Z] 50644c29ef5a: Waiting [2020-10-06T21:00:05.593Z] afef9b69ec42: Layer already exists [2020-10-06T21:00:05.861Z] 44efcd589f93: Layer already exists [2020-10-06T21:00:05.861Z] d967d4faf08a: Layer already exists [2020-10-06T21:00:05.861Z] 75c4272d0419: Layer already exists [2020-10-06T21:00:05.861Z] 3703b4a10253: Layer already exists [2020-10-06T21:00:05.861Z] 50644c29ef5a: Layer already exists [2020-10-06T21:00:05.861Z] b3e2acdd145c3d3302f02c8490918cd30aaf4f4f-1.2.2-dev.50: digest: sha256:9b0ae846974b147b6539d25d4c22fdf575a5f613fadc1bf9f4a5909facc8d45a size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:00:06.198Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:00:06.546Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2020-10-06T21:00:06.546Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-10-06T21:00:06.546Z] 3703b4a10253: Preparing [2020-10-06T21:00:06.546Z] d967d4faf08a: Preparing [2020-10-06T21:00:06.546Z] 44efcd589f93: Preparing [2020-10-06T21:00:06.546Z] afef9b69ec42: Preparing [2020-10-06T21:00:06.546Z] 75c4272d0419: Preparing [2020-10-06T21:00:06.546Z] 50644c29ef5a: Preparing [2020-10-06T21:00:06.546Z] 50644c29ef5a: Waiting [2020-10-06T21:00:06.546Z] 75c4272d0419: Layer already exists [2020-10-06T21:00:06.546Z] 3703b4a10253: Layer already exists [2020-10-06T21:00:06.546Z] afef9b69ec42: Layer already exists [2020-10-06T21:00:06.546Z] d967d4faf08a: Layer already exists [2020-10-06T21:00:06.546Z] 44efcd589f93: Layer already exists [2020-10-06T21:00:06.546Z] 50644c29ef5a: Layer already exists [2020-10-06T21:00:06.821Z] master: digest: sha256:9b0ae846974b147b6539d25d4c22fdf575a5f613fadc1bf9f4a5909facc8d45a size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-06T21:00:07.080Z] ===================================================== [Pipeline] echo [2020-10-06T21:00:07.137Z] taggedImages: [2020-10-06T21:00:07.137Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:b3e2acdd145c3d3302f02c8490918cd30aaf4f4f [2020-10-06T21:00:07.137Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.50 [2020-10-06T21:00:07.137Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:b3e2acdd145c3d3302f02c8490918cd30aaf4f4f-1.2.2-dev.50 [2020-10-06T21:00:07.137Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2020-10-06T21:00:07.213Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2020-10-06T21:00:07.213Z] b3e2acdd145c3d3302f02c8490918cd30aaf4f4f [2020-10-06T21:00:07.213Z] 1.2.2-dev.50 [2020-10-06T21:00:07.213Z] b3e2acdd145c3d3302f02c8490918cd30aaf4f4f-1.2.2-dev.50 [2020-10-06T21:00:07.213Z] master [2020-10-06T21:00:07.213Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:00:07.820Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:b3e2acdd145c3d3302f02c8490918cd30aaf4f4f [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:00:08.445Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:b3e2acdd145c3d3302f02c8490918cd30aaf4f4f [2020-10-06T21:00:08.445Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-10-06T21:00:08.445Z] 109b846ca8af: Preparing [2020-10-06T21:00:08.445Z] 1f0bde665807: Preparing [2020-10-06T21:00:08.445Z] 3be60857ae24: Preparing [2020-10-06T21:00:08.742Z] 109b846ca8af: Pushed [2020-10-06T21:00:08.742Z] 3be60857ae24: Pushed [2020-10-06T21:00:10.781Z] 1f0bde665807: Pushed [2020-10-06T21:00:11.056Z] b3e2acdd145c3d3302f02c8490918cd30aaf4f4f: digest: sha256:b66fcc927e30f7d0600afe1529cf4cecfc92c5dec33fb88f4708ef08d5611855 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:00:11.411Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.50 [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:00:11.747Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.50 [2020-10-06T21:00:11.747Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-10-06T21:00:11.747Z] 109b846ca8af: Preparing [2020-10-06T21:00:11.747Z] 1f0bde665807: Preparing [2020-10-06T21:00:11.747Z] 3be60857ae24: Preparing [2020-10-06T21:00:11.747Z] 109b846ca8af: Layer already exists [2020-10-06T21:00:11.747Z] 3be60857ae24: Layer already exists [2020-10-06T21:00:11.747Z] 1f0bde665807: Layer already exists [2020-10-06T21:00:11.747Z] 1.2.2-dev.50: digest: sha256:b66fcc927e30f7d0600afe1529cf4cecfc92c5dec33fb88f4708ef08d5611855 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:00:12.114Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:b3e2acdd145c3d3302f02c8490918cd30aaf4f4f-1.2.2-dev.50 [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:00:12.447Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:b3e2acdd145c3d3302f02c8490918cd30aaf4f4f-1.2.2-dev.50 [2020-10-06T21:00:12.447Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-10-06T21:00:12.447Z] 109b846ca8af: Preparing [2020-10-06T21:00:12.447Z] 1f0bde665807: Preparing [2020-10-06T21:00:12.447Z] 3be60857ae24: Preparing [2020-10-06T21:00:12.718Z] 3be60857ae24: Layer already exists [2020-10-06T21:00:12.718Z] 109b846ca8af: Layer already exists [2020-10-06T21:00:12.718Z] 1f0bde665807: Layer already exists [2020-10-06T21:00:12.718Z] b3e2acdd145c3d3302f02c8490918cd30aaf4f4f-1.2.2-dev.50: digest: sha256:b66fcc927e30f7d0600afe1529cf4cecfc92c5dec33fb88f4708ef08d5611855 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:00:13.178Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:00:13.561Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2020-10-06T21:00:13.561Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-10-06T21:00:13.561Z] 109b846ca8af: Preparing [2020-10-06T21:00:13.561Z] 1f0bde665807: Preparing [2020-10-06T21:00:13.561Z] 3be60857ae24: Preparing [2020-10-06T21:00:13.561Z] 3be60857ae24: Layer already exists [2020-10-06T21:00:13.561Z] 109b846ca8af: Layer already exists [2020-10-06T21:00:13.561Z] 1f0bde665807: Layer already exists [2020-10-06T21:00:13.831Z] master: digest: sha256:b66fcc927e30f7d0600afe1529cf4cecfc92c5dec33fb88f4708ef08d5611855 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-06T21:00:14.059Z] ===================================================== [Pipeline] echo [2020-10-06T21:00:14.109Z] taggedImages: [2020-10-06T21:00:14.109Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:b3e2acdd145c3d3302f02c8490918cd30aaf4f4f [2020-10-06T21:00:14.109Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.50 [2020-10-06T21:00:14.109Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:b3e2acdd145c3d3302f02c8490918cd30aaf4f4f-1.2.2-dev.50 [2020-10-06T21:00:14.109Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2020-10-06T21:00:14.213Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2020-10-06T21:00:14.213Z] b3e2acdd145c3d3302f02c8490918cd30aaf4f4f [2020-10-06T21:00:14.213Z] 1.2.2-dev.50 [2020-10-06T21:00:14.213Z] b3e2acdd145c3d3302f02c8490918cd30aaf4f4f-1.2.2-dev.50 [2020-10-06T21:00:14.213Z] master [2020-10-06T21:00:14.213Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:00:14.870Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:b3e2acdd145c3d3302f02c8490918cd30aaf4f4f [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:00:15.521Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:b3e2acdd145c3d3302f02c8490918cd30aaf4f4f [2020-10-06T21:00:15.521Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-10-06T21:00:15.521Z] 9000b1dd232c: Preparing [2020-10-06T21:00:15.521Z] 8aed014bc548: Preparing [2020-10-06T21:00:15.521Z] e1f50d1fd621: Preparing [2020-10-06T21:00:15.521Z] 5cf5d5b340e2: Preparing [2020-10-06T21:00:15.521Z] 50644c29ef5a: Preparing [2020-10-06T21:00:15.521Z] 50644c29ef5a: Layer already exists [2020-10-06T21:00:15.792Z] 8aed014bc548: Pushed [2020-10-06T21:00:15.792Z] e1f50d1fd621: Pushed [2020-10-06T21:00:16.394Z] 5cf5d5b340e2: Pushed [2020-10-06T21:00:16.971Z] 9000b1dd232c: Pushed [2020-10-06T21:00:17.238Z] b3e2acdd145c3d3302f02c8490918cd30aaf4f4f: digest: sha256:b20eb69e404a75b750de5bd48db861d80aa23a5a86cab5972072e879bacd9a6a size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:00:17.848Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.50 [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:00:18.259Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.50 [2020-10-06T21:00:18.259Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-10-06T21:00:18.259Z] 9000b1dd232c: Preparing [2020-10-06T21:00:18.259Z] 8aed014bc548: Preparing [2020-10-06T21:00:18.259Z] e1f50d1fd621: Preparing [2020-10-06T21:00:18.259Z] 5cf5d5b340e2: Preparing [2020-10-06T21:00:18.259Z] 50644c29ef5a: Preparing [2020-10-06T21:00:18.259Z] 5cf5d5b340e2: Layer already exists [2020-10-06T21:00:18.259Z] e1f50d1fd621: Layer already exists [2020-10-06T21:00:18.259Z] 50644c29ef5a: Layer already exists [2020-10-06T21:00:18.259Z] 8aed014bc548: Layer already exists [2020-10-06T21:00:18.530Z] 9000b1dd232c: Layer already exists [2020-10-06T21:00:19.938Z] 1.2.2-dev.50: digest: sha256:b20eb69e404a75b750de5bd48db861d80aa23a5a86cab5972072e879bacd9a6a size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:00:20.302Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:b3e2acdd145c3d3302f02c8490918cd30aaf4f4f-1.2.2-dev.50 [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:00:20.620Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:b3e2acdd145c3d3302f02c8490918cd30aaf4f4f-1.2.2-dev.50 [2020-10-06T21:00:20.620Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-10-06T21:00:20.620Z] 9000b1dd232c: Preparing [2020-10-06T21:00:20.620Z] 8aed014bc548: Preparing [2020-10-06T21:00:20.620Z] e1f50d1fd621: Preparing [2020-10-06T21:00:20.620Z] 5cf5d5b340e2: Preparing [2020-10-06T21:00:20.620Z] 50644c29ef5a: Preparing [2020-10-06T21:00:20.620Z] 50644c29ef5a: Layer already exists [2020-10-06T21:00:20.620Z] e1f50d1fd621: Layer already exists [2020-10-06T21:00:20.620Z] 9000b1dd232c: Layer already exists [2020-10-06T21:00:20.620Z] 5cf5d5b340e2: Layer already exists [2020-10-06T21:00:20.620Z] 8aed014bc548: Layer already exists [2020-10-06T21:00:20.881Z] b3e2acdd145c3d3302f02c8490918cd30aaf4f4f-1.2.2-dev.50: digest: sha256:b20eb69e404a75b750de5bd48db861d80aa23a5a86cab5972072e879bacd9a6a size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:00:21.223Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:00:21.539Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2020-10-06T21:00:21.539Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-10-06T21:00:21.539Z] 9000b1dd232c: Preparing [2020-10-06T21:00:21.539Z] 8aed014bc548: Preparing [2020-10-06T21:00:21.539Z] e1f50d1fd621: Preparing [2020-10-06T21:00:21.539Z] 5cf5d5b340e2: Preparing [2020-10-06T21:00:21.539Z] 50644c29ef5a: Preparing [2020-10-06T21:00:21.539Z] e1f50d1fd621: Layer already exists [2020-10-06T21:00:21.539Z] 50644c29ef5a: Layer already exists [2020-10-06T21:00:21.539Z] 5cf5d5b340e2: Layer already exists [2020-10-06T21:00:21.539Z] 9000b1dd232c: Layer already exists [2020-10-06T21:00:21.539Z] 8aed014bc548: Layer already exists [2020-10-06T21:00:21.807Z] master: digest: sha256:b20eb69e404a75b750de5bd48db861d80aa23a5a86cab5972072e879bacd9a6a size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-06T21:00:22.061Z] ===================================================== [Pipeline] echo [2020-10-06T21:00:22.203Z] taggedImages: [2020-10-06T21:00:22.203Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:b3e2acdd145c3d3302f02c8490918cd30aaf4f4f [2020-10-06T21:00:22.203Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.50 [2020-10-06T21:00:22.203Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:b3e2acdd145c3d3302f02c8490918cd30aaf4f4f-1.2.2-dev.50 [2020-10-06T21:00:22.203Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo [2020-10-06T21:00:22.277Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go with the following tags: [2020-10-06T21:00:22.277Z] b3e2acdd145c3d3302f02c8490918cd30aaf4f4f [2020-10-06T21:00:22.277Z] 1.2.2-dev.50 [2020-10-06T21:00:22.277Z] b3e2acdd145c3d3302f02c8490918cd30aaf4f4f-1.2.2-dev.50 [2020-10-06T21:00:22.277Z] master [2020-10-06T21:00:22.277Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:00:23.139Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:b3e2acdd145c3d3302f02c8490918cd30aaf4f4f [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:00:23.810Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:b3e2acdd145c3d3302f02c8490918cd30aaf4f4f [2020-10-06T21:00:23.810Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-10-06T21:00:24.092Z] 75911dcd4614: Preparing [2020-10-06T21:00:24.092Z] d191fb91a767: Preparing [2020-10-06T21:00:24.092Z] 78998afe76c3: Preparing [2020-10-06T21:00:24.092Z] 3cdbb9435990: Preparing [2020-10-06T21:00:24.092Z] 3cdbb9435990: Preparing [2020-10-06T21:00:24.092Z] 648cdc4ced48: Preparing [2020-10-06T21:00:24.092Z] 4e4a71424f0d: Preparing [2020-10-06T21:00:24.092Z] 4111aa8e4b74: Preparing [2020-10-06T21:00:24.092Z] 75911dcd4614: Preparing [2020-10-06T21:00:24.092Z] 1735041c50d2: Preparing [2020-10-06T21:00:24.092Z] 491decc2b899: Preparing [2020-10-06T21:00:24.092Z] 4293cd75b44b: Preparing [2020-10-06T21:00:24.092Z] 50644c29ef5a: Preparing [2020-10-06T21:00:24.092Z] 4111aa8e4b74: Waiting [2020-10-06T21:00:24.092Z] 1735041c50d2: Waiting [2020-10-06T21:00:24.092Z] 491decc2b899: Waiting [2020-10-06T21:00:24.092Z] 4293cd75b44b: Waiting [2020-10-06T21:00:24.092Z] 50644c29ef5a: Waiting [2020-10-06T21:00:24.092Z] 4e4a71424f0d: Waiting [2020-10-06T21:00:24.766Z] 78998afe76c3: Pushed [2020-10-06T21:00:24.766Z] d191fb91a767: Pushed [2020-10-06T21:00:24.766Z] 648cdc4ced48: Pushed [2020-10-06T21:00:25.044Z] 3cdbb9435990: Pushed [2020-10-06T21:00:25.044Z] 4e4a71424f0d: Pushed [2020-10-06T21:00:25.044Z] 4111aa8e4b74: Pushed [2020-10-06T21:00:25.308Z] 50644c29ef5a: Layer already exists [2020-10-06T21:00:25.308Z] 491decc2b899: Pushed [2020-10-06T21:00:26.265Z] 1735041c50d2: Pushed [2020-10-06T21:00:26.265Z] 4293cd75b44b: Pushed [2020-10-06T21:00:26.848Z] 75911dcd4614: Pushed [2020-10-06T21:00:27.116Z] b3e2acdd145c3d3302f02c8490918cd30aaf4f4f: digest: sha256:6fa22d0e8e25736b39c5f43b2a4d156994dac8ba20a0b49ba8809370c3e1bb8d size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:00:27.446Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.50 [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:00:27.792Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.50 [2020-10-06T21:00:27.792Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-10-06T21:00:27.792Z] 75911dcd4614: Preparing [2020-10-06T21:00:27.792Z] d191fb91a767: Preparing [2020-10-06T21:00:27.792Z] 78998afe76c3: Preparing [2020-10-06T21:00:27.792Z] 3cdbb9435990: Preparing [2020-10-06T21:00:27.792Z] 3cdbb9435990: Preparing [2020-10-06T21:00:27.792Z] 648cdc4ced48: Preparing [2020-10-06T21:00:27.792Z] 4e4a71424f0d: Preparing [2020-10-06T21:00:27.792Z] 4111aa8e4b74: Preparing [2020-10-06T21:00:27.792Z] 75911dcd4614: Preparing [2020-10-06T21:00:27.792Z] 1735041c50d2: Preparing [2020-10-06T21:00:27.792Z] 491decc2b899: Preparing [2020-10-06T21:00:27.792Z] 4293cd75b44b: Preparing [2020-10-06T21:00:27.792Z] 50644c29ef5a: Preparing [2020-10-06T21:00:27.792Z] 4e4a71424f0d: Waiting [2020-10-06T21:00:27.792Z] 4111aa8e4b74: Waiting [2020-10-06T21:00:27.792Z] 1735041c50d2: Waiting [2020-10-06T21:00:27.792Z] 491decc2b899: Waiting [2020-10-06T21:00:27.792Z] 4293cd75b44b: Waiting [2020-10-06T21:00:27.792Z] 50644c29ef5a: Waiting [2020-10-06T21:00:27.792Z] 648cdc4ced48: Layer already exists [2020-10-06T21:00:27.792Z] 75911dcd4614: Layer already exists [2020-10-06T21:00:27.792Z] 78998afe76c3: Layer already exists [2020-10-06T21:00:27.792Z] 3cdbb9435990: Layer already exists [2020-10-06T21:00:27.792Z] d191fb91a767: Layer already exists [2020-10-06T21:00:28.057Z] 4111aa8e4b74: Layer already exists [2020-10-06T21:00:28.057Z] 4e4a71424f0d: Layer already exists [2020-10-06T21:00:28.057Z] 1735041c50d2: Layer already exists [2020-10-06T21:00:28.057Z] 4293cd75b44b: Layer already exists [2020-10-06T21:00:28.057Z] 491decc2b899: Layer already exists [2020-10-06T21:00:28.057Z] 50644c29ef5a: Layer already exists [2020-10-06T21:00:28.057Z] 1.2.2-dev.50: digest: sha256:6fa22d0e8e25736b39c5f43b2a4d156994dac8ba20a0b49ba8809370c3e1bb8d size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:00:28.397Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:b3e2acdd145c3d3302f02c8490918cd30aaf4f4f-1.2.2-dev.50 [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:00:28.725Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:b3e2acdd145c3d3302f02c8490918cd30aaf4f4f-1.2.2-dev.50 [2020-10-06T21:00:28.726Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-10-06T21:00:28.726Z] 75911dcd4614: Preparing [2020-10-06T21:00:28.726Z] d191fb91a767: Preparing [2020-10-06T21:00:28.726Z] 78998afe76c3: Preparing [2020-10-06T21:00:28.726Z] 3cdbb9435990: Preparing [2020-10-06T21:00:28.726Z] 3cdbb9435990: Preparing [2020-10-06T21:00:28.726Z] 648cdc4ced48: Preparing [2020-10-06T21:00:28.726Z] 4e4a71424f0d: Preparing [2020-10-06T21:00:28.726Z] 4111aa8e4b74: Preparing [2020-10-06T21:00:28.726Z] 75911dcd4614: Preparing [2020-10-06T21:00:28.726Z] 1735041c50d2: Preparing [2020-10-06T21:00:28.726Z] 491decc2b899: Preparing [2020-10-06T21:00:28.726Z] 4293cd75b44b: Preparing [2020-10-06T21:00:28.726Z] 50644c29ef5a: Preparing [2020-10-06T21:00:28.726Z] 4e4a71424f0d: Waiting [2020-10-06T21:00:28.726Z] 4111aa8e4b74: Waiting [2020-10-06T21:00:28.726Z] 1735041c50d2: Waiting [2020-10-06T21:00:28.726Z] 491decc2b899: Waiting [2020-10-06T21:00:28.726Z] 4293cd75b44b: Waiting [2020-10-06T21:00:28.726Z] 50644c29ef5a: Waiting [2020-10-06T21:00:28.726Z] d191fb91a767: Layer already exists [2020-10-06T21:00:28.726Z] 75911dcd4614: Layer already exists [2020-10-06T21:00:28.726Z] 648cdc4ced48: Layer already exists [2020-10-06T21:00:28.726Z] 78998afe76c3: Layer already exists [2020-10-06T21:00:28.994Z] 4e4a71424f0d: Layer already exists [2020-10-06T21:00:28.994Z] 491decc2b899: Layer already exists [2020-10-06T21:00:28.994Z] 50644c29ef5a: Layer already exists [2020-10-06T21:00:28.994Z] 4293cd75b44b: Layer already exists [2020-10-06T21:00:28.994Z] 3cdbb9435990: Layer already exists [2020-10-06T21:00:29.947Z] 1735041c50d2: Layer already exists [2020-10-06T21:00:29.947Z] 4111aa8e4b74: Layer already exists [2020-10-06T21:00:29.947Z] b3e2acdd145c3d3302f02c8490918cd30aaf4f4f-1.2.2-dev.50: digest: sha256:6fa22d0e8e25736b39c5f43b2a4d156994dac8ba20a0b49ba8809370c3e1bb8d size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:00:30.281Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:00:30.737Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [2020-10-06T21:00:30.737Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-10-06T21:00:30.737Z] 75911dcd4614: Preparing [2020-10-06T21:00:30.737Z] d191fb91a767: Preparing [2020-10-06T21:00:30.737Z] 78998afe76c3: Preparing [2020-10-06T21:00:30.737Z] 3cdbb9435990: Preparing [2020-10-06T21:00:30.737Z] 3cdbb9435990: Preparing [2020-10-06T21:00:30.737Z] 648cdc4ced48: Preparing [2020-10-06T21:00:30.737Z] 4e4a71424f0d: Preparing [2020-10-06T21:00:30.737Z] 4111aa8e4b74: Preparing [2020-10-06T21:00:30.737Z] 75911dcd4614: Preparing [2020-10-06T21:00:30.737Z] 1735041c50d2: Preparing [2020-10-06T21:00:30.737Z] 491decc2b899: Preparing [2020-10-06T21:00:30.737Z] 4293cd75b44b: Preparing [2020-10-06T21:00:30.737Z] 50644c29ef5a: Preparing [2020-10-06T21:00:30.737Z] 4e4a71424f0d: Waiting [2020-10-06T21:00:30.737Z] 4111aa8e4b74: Waiting [2020-10-06T21:00:30.737Z] 1735041c50d2: Waiting [2020-10-06T21:00:30.737Z] 491decc2b899: Waiting [2020-10-06T21:00:30.737Z] 4293cd75b44b: Waiting [2020-10-06T21:00:30.737Z] 50644c29ef5a: Waiting [2020-10-06T21:00:30.737Z] 648cdc4ced48: Layer already exists [2020-10-06T21:00:30.737Z] 3cdbb9435990: Layer already exists [2020-10-06T21:00:30.737Z] 78998afe76c3: Layer already exists [2020-10-06T21:00:30.737Z] 75911dcd4614: Layer already exists [2020-10-06T21:00:30.737Z] d191fb91a767: Layer already exists [2020-10-06T21:00:30.737Z] 1735041c50d2: Layer already exists [2020-10-06T21:00:30.737Z] 4e4a71424f0d: Layer already exists [2020-10-06T21:00:30.737Z] 4111aa8e4b74: Layer already exists [2020-10-06T21:00:30.737Z] 491decc2b899: Layer already exists [2020-10-06T21:00:30.737Z] 4293cd75b44b: Layer already exists [2020-10-06T21:00:30.737Z] 50644c29ef5a: Layer already exists [2020-10-06T21:00:31.003Z] master: digest: sha256:6fa22d0e8e25736b39c5f43b2a4d156994dac8ba20a0b49ba8809370c3e1bb8d size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-06T21:00:31.194Z] ===================================================== [Pipeline] echo [2020-10-06T21:00:31.482Z] taggedImages: [2020-10-06T21:00:31.482Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:b3e2acdd145c3d3302f02c8490918cd30aaf4f4f [2020-10-06T21:00:31.482Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.50 [2020-10-06T21:00:31.482Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:b3e2acdd145c3d3302f02c8490918cd30aaf4f4f-1.2.2-dev.50 [2020-10-06T21:00:31.482Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] echo [2020-10-06T21:00:31.599Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2020-10-06T21:00:31.599Z] b3e2acdd145c3d3302f02c8490918cd30aaf4f4f [2020-10-06T21:00:31.599Z] 1.2.2-dev.50 [2020-10-06T21:00:31.599Z] b3e2acdd145c3d3302f02c8490918cd30aaf4f4f-1.2.2-dev.50 [2020-10-06T21:00:31.599Z] master [2020-10-06T21:00:31.599Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:00:32.135Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:b3e2acdd145c3d3302f02c8490918cd30aaf4f4f [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:00:32.513Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:b3e2acdd145c3d3302f02c8490918cd30aaf4f4f [2020-10-06T21:00:32.514Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-10-06T21:00:32.514Z] 23840d5ca819: Preparing [2020-10-06T21:00:32.514Z] 81eb2239d4c3: Preparing [2020-10-06T21:00:32.514Z] 9e9136f7371f: Preparing [2020-10-06T21:00:32.514Z] 6cbf42b208a9: Preparing [2020-10-06T21:00:32.514Z] bb3b0215c4b5: Preparing [2020-10-06T21:00:32.514Z] da86f385dd93: Preparing [2020-10-06T21:00:32.514Z] b3ee2028a6d6: Preparing [2020-10-06T21:00:32.514Z] 3d645b01d7b5: Preparing [2020-10-06T21:00:32.514Z] 4ca1004809e9: Preparing [2020-10-06T21:00:32.514Z] 334b5dc8dd47: Preparing [2020-10-06T21:00:32.514Z] 1b3ee35aacca: Preparing [2020-10-06T21:00:32.514Z] da86f385dd93: Waiting [2020-10-06T21:00:32.514Z] b3ee2028a6d6: Waiting [2020-10-06T21:00:32.514Z] 3d645b01d7b5: Waiting [2020-10-06T21:00:32.514Z] 4ca1004809e9: Waiting [2020-10-06T21:00:32.514Z] 334b5dc8dd47: Waiting [2020-10-06T21:00:32.514Z] 1b3ee35aacca: Waiting [2020-10-06T21:00:33.166Z] 23840d5ca819: Pushed [2020-10-06T21:00:33.166Z] 81eb2239d4c3: Pushed [2020-10-06T21:00:33.459Z] da86f385dd93: Pushed [2020-10-06T21:00:33.459Z] b3ee2028a6d6: Pushed [2020-10-06T21:00:34.115Z] 3d645b01d7b5: Pushed [2020-10-06T21:00:34.115Z] 4ca1004809e9: Pushed [2020-10-06T21:00:34.401Z] 1b3ee35aacca: Layer already exists [2020-10-06T21:00:35.026Z] bb3b0215c4b5: Pushed [2020-10-06T21:00:35.294Z] 9e9136f7371f: Pushed [2020-10-06T21:00:35.294Z] 6cbf42b208a9: Pushed [2020-10-06T21:00:35.294Z] 334b5dc8dd47: Pushed [2020-10-06T21:00:35.558Z] b3e2acdd145c3d3302f02c8490918cd30aaf4f4f: digest: sha256:7ef837956c6765989053e4e7afabc6867deea52fd94ec98212a336bde1298010 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:00:35.905Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.50 [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:00:36.255Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.50 [2020-10-06T21:00:36.255Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-10-06T21:00:36.255Z] 23840d5ca819: Preparing [2020-10-06T21:00:36.255Z] 81eb2239d4c3: Preparing [2020-10-06T21:00:36.255Z] 9e9136f7371f: Preparing [2020-10-06T21:00:36.255Z] 6cbf42b208a9: Preparing [2020-10-06T21:00:36.255Z] bb3b0215c4b5: Preparing [2020-10-06T21:00:36.255Z] da86f385dd93: Preparing [2020-10-06T21:00:36.255Z] b3ee2028a6d6: Preparing [2020-10-06T21:00:36.255Z] 3d645b01d7b5: Preparing [2020-10-06T21:00:36.255Z] 4ca1004809e9: Preparing [2020-10-06T21:00:36.255Z] 334b5dc8dd47: Preparing [2020-10-06T21:00:36.255Z] 1b3ee35aacca: Preparing [2020-10-06T21:00:36.255Z] da86f385dd93: Waiting [2020-10-06T21:00:36.255Z] b3ee2028a6d6: Waiting [2020-10-06T21:00:36.255Z] 3d645b01d7b5: Waiting [2020-10-06T21:00:36.255Z] 4ca1004809e9: Waiting [2020-10-06T21:00:36.255Z] 334b5dc8dd47: Waiting [2020-10-06T21:00:36.255Z] 1b3ee35aacca: Waiting [2020-10-06T21:00:36.255Z] 6cbf42b208a9: Layer already exists [2020-10-06T21:00:36.255Z] 9e9136f7371f: Layer already exists [2020-10-06T21:00:36.255Z] 81eb2239d4c3: Layer already exists [2020-10-06T21:00:36.255Z] 23840d5ca819: Layer already exists [2020-10-06T21:00:36.255Z] bb3b0215c4b5: Layer already exists [2020-10-06T21:00:36.255Z] da86f385dd93: Layer already exists [2020-10-06T21:00:36.255Z] b3ee2028a6d6: Layer already exists [2020-10-06T21:00:36.534Z] 334b5dc8dd47: Layer already exists [2020-10-06T21:00:36.534Z] 4ca1004809e9: Layer already exists [2020-10-06T21:00:36.534Z] 1b3ee35aacca: Layer already exists [2020-10-06T21:00:36.534Z] 3d645b01d7b5: Layer already exists [2020-10-06T21:00:36.534Z] 1.2.2-dev.50: digest: sha256:7ef837956c6765989053e4e7afabc6867deea52fd94ec98212a336bde1298010 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:00:36.965Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:b3e2acdd145c3d3302f02c8490918cd30aaf4f4f-1.2.2-dev.50 [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:00:37.666Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:b3e2acdd145c3d3302f02c8490918cd30aaf4f4f-1.2.2-dev.50 [2020-10-06T21:00:37.667Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-10-06T21:00:37.667Z] 23840d5ca819: Preparing [2020-10-06T21:00:37.667Z] 81eb2239d4c3: Preparing [2020-10-06T21:00:37.667Z] 9e9136f7371f: Preparing [2020-10-06T21:00:37.667Z] 6cbf42b208a9: Preparing [2020-10-06T21:00:37.667Z] bb3b0215c4b5: Preparing [2020-10-06T21:00:37.667Z] da86f385dd93: Preparing [2020-10-06T21:00:37.667Z] b3ee2028a6d6: Preparing [2020-10-06T21:00:37.667Z] da86f385dd93: Waiting [2020-10-06T21:00:37.667Z] 3d645b01d7b5: Preparing [2020-10-06T21:00:37.667Z] 4ca1004809e9: Preparing [2020-10-06T21:00:37.667Z] 334b5dc8dd47: Preparing [2020-10-06T21:00:37.667Z] 1b3ee35aacca: Preparing [2020-10-06T21:00:37.667Z] b3ee2028a6d6: Waiting [2020-10-06T21:00:37.667Z] 3d645b01d7b5: Waiting [2020-10-06T21:00:37.667Z] 4ca1004809e9: Waiting [2020-10-06T21:00:37.667Z] 334b5dc8dd47: Waiting [2020-10-06T21:00:37.667Z] 1b3ee35aacca: Waiting [2020-10-06T21:00:37.938Z] 6cbf42b208a9: Layer already exists [2020-10-06T21:00:37.938Z] 81eb2239d4c3: Layer already exists [2020-10-06T21:00:37.938Z] 9e9136f7371f: Layer already exists [2020-10-06T21:00:37.938Z] da86f385dd93: Layer already exists [2020-10-06T21:00:37.938Z] b3ee2028a6d6: Layer already exists [2020-10-06T21:00:37.938Z] 3d645b01d7b5: Layer already exists [2020-10-06T21:00:37.938Z] 4ca1004809e9: Layer already exists [2020-10-06T21:00:37.938Z] 334b5dc8dd47: Layer already exists [2020-10-06T21:00:37.938Z] 1b3ee35aacca: Layer already exists [2020-10-06T21:00:38.207Z] 23840d5ca819: Layer already exists [2020-10-06T21:00:38.481Z] bb3b0215c4b5: Layer already exists [2020-10-06T21:00:38.481Z] b3e2acdd145c3d3302f02c8490918cd30aaf4f4f-1.2.2-dev.50: digest: sha256:7ef837956c6765989053e4e7afabc6867deea52fd94ec98212a336bde1298010 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:00:38.819Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:00:39.157Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2020-10-06T21:00:39.157Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-10-06T21:00:39.157Z] 23840d5ca819: Preparing [2020-10-06T21:00:39.157Z] 81eb2239d4c3: Preparing [2020-10-06T21:00:39.157Z] 9e9136f7371f: Preparing [2020-10-06T21:00:39.157Z] 6cbf42b208a9: Preparing [2020-10-06T21:00:39.157Z] bb3b0215c4b5: Preparing [2020-10-06T21:00:39.157Z] da86f385dd93: Preparing [2020-10-06T21:00:39.157Z] b3ee2028a6d6: Preparing [2020-10-06T21:00:39.157Z] 3d645b01d7b5: Preparing [2020-10-06T21:00:39.157Z] 4ca1004809e9: Preparing [2020-10-06T21:00:39.157Z] 334b5dc8dd47: Preparing [2020-10-06T21:00:39.157Z] 1b3ee35aacca: Preparing [2020-10-06T21:00:39.157Z] b3ee2028a6d6: Waiting [2020-10-06T21:00:39.157Z] 3d645b01d7b5: Waiting [2020-10-06T21:00:39.157Z] 4ca1004809e9: Waiting [2020-10-06T21:00:39.157Z] 334b5dc8dd47: Waiting [2020-10-06T21:00:39.157Z] da86f385dd93: Waiting [2020-10-06T21:00:39.157Z] 1b3ee35aacca: Waiting [2020-10-06T21:00:39.157Z] 81eb2239d4c3: Layer already exists [2020-10-06T21:00:39.157Z] bb3b0215c4b5: Layer already exists [2020-10-06T21:00:39.157Z] 6cbf42b208a9: Layer already exists [2020-10-06T21:00:39.157Z] 9e9136f7371f: Layer already exists [2020-10-06T21:00:39.157Z] 23840d5ca819: Layer already exists [2020-10-06T21:00:39.157Z] 3d645b01d7b5: Layer already exists [2020-10-06T21:00:39.157Z] 334b5dc8dd47: Layer already exists [2020-10-06T21:00:39.157Z] 4ca1004809e9: Layer already exists [2020-10-06T21:00:39.157Z] da86f385dd93: Layer already exists [2020-10-06T21:00:39.424Z] 1b3ee35aacca: Layer already exists [2020-10-06T21:00:39.424Z] b3ee2028a6d6: Layer already exists [2020-10-06T21:00:39.691Z] master: digest: sha256:7ef837956c6765989053e4e7afabc6867deea52fd94ec98212a336bde1298010 size: 2616 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-06T21:00:39.925Z] ===================================================== [Pipeline] echo [2020-10-06T21:00:39.978Z] taggedImages: [2020-10-06T21:00:39.978Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:b3e2acdd145c3d3302f02c8490918cd30aaf4f4f [2020-10-06T21:00:39.978Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.50 [2020-10-06T21:00:39.978Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:b3e2acdd145c3d3302f02c8490918cd30aaf4f4f-1.2.2-dev.50 [2020-10-06T21:00:39.978Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2020-10-06T21:00:40.064Z] [edgeXDocker.push] Tagging docker image docker-support-logging-go with the following tags: [2020-10-06T21:00:40.064Z] b3e2acdd145c3d3302f02c8490918cd30aaf4f4f [2020-10-06T21:00:40.064Z] 1.2.2-dev.50 [2020-10-06T21:00:40.064Z] b3e2acdd145c3d3302f02c8490918cd30aaf4f4f-1.2.2-dev.50 [2020-10-06T21:00:40.064Z] master [2020-10-06T21:00:40.064Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:00:40.941Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:b3e2acdd145c3d3302f02c8490918cd30aaf4f4f [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:00:41.878Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:b3e2acdd145c3d3302f02c8490918cd30aaf4f4f [2020-10-06T21:00:41.878Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-10-06T21:00:41.878Z] 457f37962e94: Preparing [2020-10-06T21:00:41.878Z] 3b9daf952378: Preparing [2020-10-06T21:00:41.878Z] 72ad73cb8b14: Preparing [2020-10-06T21:00:41.878Z] b3e72a78b693: Preparing [2020-10-06T21:00:42.170Z] 457f37962e94: Pushed [2020-10-06T21:00:42.170Z] 72ad73cb8b14: Pushed [2020-10-06T21:00:42.170Z] b3e72a78b693: Pushed [2020-10-06T21:00:43.749Z] 3b9daf952378: Pushed [2020-10-06T21:00:43.801Z] b3e2acdd145c3d3302f02c8490918cd30aaf4f4f: digest: sha256:2b95448567565e3e75eccbe8e1dfaf8a8ed4fe30f8d47f9066fa28d2d411578d size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:00:44.159Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.50 [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:00:44.516Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.50 [2020-10-06T21:00:44.516Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-10-06T21:00:44.516Z] 457f37962e94: Preparing [2020-10-06T21:00:44.516Z] 3b9daf952378: Preparing [2020-10-06T21:00:44.516Z] 72ad73cb8b14: Preparing [2020-10-06T21:00:44.516Z] b3e72a78b693: Preparing [2020-10-06T21:00:44.516Z] b3e72a78b693: Layer already exists [2020-10-06T21:00:44.516Z] 3b9daf952378: Layer already exists [2020-10-06T21:00:44.516Z] 72ad73cb8b14: Layer already exists [2020-10-06T21:00:44.516Z] 457f37962e94: Layer already exists [2020-10-06T21:00:44.516Z] 1.2.2-dev.50: digest: sha256:2b95448567565e3e75eccbe8e1dfaf8a8ed4fe30f8d47f9066fa28d2d411578d size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:00:44.836Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:b3e2acdd145c3d3302f02c8490918cd30aaf4f4f-1.2.2-dev.50 [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:00:45.198Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:b3e2acdd145c3d3302f02c8490918cd30aaf4f4f-1.2.2-dev.50 [2020-10-06T21:00:45.198Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-10-06T21:00:45.198Z] 457f37962e94: Preparing [2020-10-06T21:00:45.198Z] 3b9daf952378: Preparing [2020-10-06T21:00:45.198Z] 72ad73cb8b14: Preparing [2020-10-06T21:00:45.198Z] b3e72a78b693: Preparing [2020-10-06T21:00:45.198Z] 457f37962e94: Layer already exists [2020-10-06T21:00:45.198Z] 3b9daf952378: Layer already exists [2020-10-06T21:00:45.198Z] b3e72a78b693: Layer already exists [2020-10-06T21:00:45.198Z] 72ad73cb8b14: Layer already exists [2020-10-06T21:00:45.464Z] b3e2acdd145c3d3302f02c8490918cd30aaf4f4f-1.2.2-dev.50: digest: sha256:2b95448567565e3e75eccbe8e1dfaf8a8ed4fe30f8d47f9066fa28d2d411578d size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:00:45.900Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:00:46.238Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [2020-10-06T21:00:46.238Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-10-06T21:00:46.238Z] 457f37962e94: Preparing [2020-10-06T21:00:46.238Z] 3b9daf952378: Preparing [2020-10-06T21:00:46.238Z] 72ad73cb8b14: Preparing [2020-10-06T21:00:46.238Z] b3e72a78b693: Preparing [2020-10-06T21:00:46.238Z] 457f37962e94: Layer already exists [2020-10-06T21:00:46.238Z] b3e72a78b693: Layer already exists [2020-10-06T21:00:46.238Z] 3b9daf952378: Layer already exists [2020-10-06T21:00:46.238Z] 72ad73cb8b14: Layer already exists [2020-10-06T21:00:46.502Z] master: digest: sha256:2b95448567565e3e75eccbe8e1dfaf8a8ed4fe30f8d47f9066fa28d2d411578d size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-06T21:00:46.716Z] ===================================================== [Pipeline] echo [2020-10-06T21:00:46.768Z] taggedImages: [2020-10-06T21:00:46.769Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:b3e2acdd145c3d3302f02c8490918cd30aaf4f4f [2020-10-06T21:00:46.769Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.50 [2020-10-06T21:00:46.769Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:b3e2acdd145c3d3302f02c8490918cd30aaf4f4f-1.2.2-dev.50 [2020-10-06T21:00:46.769Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] echo [2020-10-06T21:00:46.835Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2020-10-06T21:00:46.835Z] b3e2acdd145c3d3302f02c8490918cd30aaf4f4f [2020-10-06T21:00:46.835Z] 1.2.2-dev.50 [2020-10-06T21:00:46.835Z] b3e2acdd145c3d3302f02c8490918cd30aaf4f4f-1.2.2-dev.50 [2020-10-06T21:00:46.835Z] master [2020-10-06T21:00:46.835Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:00:47.427Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:b3e2acdd145c3d3302f02c8490918cd30aaf4f4f [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:00:47.768Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:b3e2acdd145c3d3302f02c8490918cd30aaf4f4f [2020-10-06T21:00:47.769Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-10-06T21:00:47.769Z] a469845433cd: Preparing [2020-10-06T21:00:47.769Z] b9595774dbe4: Preparing [2020-10-06T21:00:47.769Z] f9673cc83a14: Preparing [2020-10-06T21:00:47.769Z] 62db805809b7: Preparing [2020-10-06T21:00:47.769Z] ce1e64bf6785: Preparing [2020-10-06T21:00:47.769Z] 4c8db9c1e2ca: Preparing [2020-10-06T21:00:47.769Z] 4c8db9c1e2ca: Waiting [2020-10-06T21:00:48.074Z] f9673cc83a14: Pushed [2020-10-06T21:00:48.372Z] 62db805809b7: Pushed [2020-10-06T21:00:48.372Z] a469845433cd: Pushed [2020-10-06T21:00:48.372Z] ce1e64bf6785: Pushed [2020-10-06T21:00:48.650Z] 4c8db9c1e2ca: Pushed [2020-10-06T21:00:50.058Z] b9595774dbe4: Pushed [2020-10-06T21:00:50.058Z] b3e2acdd145c3d3302f02c8490918cd30aaf4f4f: digest: sha256:85db267d5f4d89962cac2d6a9a453cdebe5643b9b66bac8fa96f989ddd379c52 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:00:50.389Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.50 [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:00:50.731Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.50 [2020-10-06T21:00:50.731Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-10-06T21:00:50.731Z] a469845433cd: Preparing [2020-10-06T21:00:50.731Z] b9595774dbe4: Preparing [2020-10-06T21:00:50.731Z] f9673cc83a14: Preparing [2020-10-06T21:00:50.731Z] 62db805809b7: Preparing [2020-10-06T21:00:50.731Z] ce1e64bf6785: Preparing [2020-10-06T21:00:50.731Z] 4c8db9c1e2ca: Preparing [2020-10-06T21:00:50.731Z] 4c8db9c1e2ca: Waiting [2020-10-06T21:00:50.731Z] a469845433cd: Layer already exists [2020-10-06T21:00:50.731Z] 62db805809b7: Layer already exists [2020-10-06T21:00:50.731Z] f9673cc83a14: Layer already exists [2020-10-06T21:00:50.731Z] ce1e64bf6785: Layer already exists [2020-10-06T21:00:50.731Z] b9595774dbe4: Layer already exists [2020-10-06T21:00:50.999Z] 4c8db9c1e2ca: Layer already exists [2020-10-06T21:00:50.999Z] 1.2.2-dev.50: digest: sha256:85db267d5f4d89962cac2d6a9a453cdebe5643b9b66bac8fa96f989ddd379c52 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:00:51.319Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:b3e2acdd145c3d3302f02c8490918cd30aaf4f4f-1.2.2-dev.50 [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:00:51.667Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:b3e2acdd145c3d3302f02c8490918cd30aaf4f4f-1.2.2-dev.50 [2020-10-06T21:00:51.667Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-10-06T21:00:51.667Z] a469845433cd: Preparing [2020-10-06T21:00:51.667Z] b9595774dbe4: Preparing [2020-10-06T21:00:51.667Z] f9673cc83a14: Preparing [2020-10-06T21:00:51.667Z] 62db805809b7: Preparing [2020-10-06T21:00:51.667Z] ce1e64bf6785: Preparing [2020-10-06T21:00:51.667Z] 4c8db9c1e2ca: Preparing [2020-10-06T21:00:51.667Z] 4c8db9c1e2ca: Waiting [2020-10-06T21:00:51.667Z] 62db805809b7: Layer already exists [2020-10-06T21:00:51.667Z] f9673cc83a14: Layer already exists [2020-10-06T21:00:51.667Z] ce1e64bf6785: Layer already exists [2020-10-06T21:00:51.667Z] a469845433cd: Layer already exists [2020-10-06T21:00:51.667Z] b9595774dbe4: Layer already exists [2020-10-06T21:00:51.667Z] 4c8db9c1e2ca: Layer already exists [2020-10-06T21:00:51.946Z] b3e2acdd145c3d3302f02c8490918cd30aaf4f4f-1.2.2-dev.50: digest: sha256:85db267d5f4d89962cac2d6a9a453cdebe5643b9b66bac8fa96f989ddd379c52 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:00:52.314Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:00:52.657Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2020-10-06T21:00:52.658Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-10-06T21:00:52.658Z] a469845433cd: Preparing [2020-10-06T21:00:52.658Z] b9595774dbe4: Preparing [2020-10-06T21:00:52.658Z] f9673cc83a14: Preparing [2020-10-06T21:00:52.658Z] 62db805809b7: Preparing [2020-10-06T21:00:52.658Z] ce1e64bf6785: Preparing [2020-10-06T21:00:52.658Z] 4c8db9c1e2ca: Preparing [2020-10-06T21:00:52.658Z] 4c8db9c1e2ca: Waiting [2020-10-06T21:00:52.658Z] 62db805809b7: Layer already exists [2020-10-06T21:00:52.658Z] b9595774dbe4: Layer already exists [2020-10-06T21:00:52.658Z] a469845433cd: Layer already exists [2020-10-06T21:00:52.658Z] ce1e64bf6785: Layer already exists [2020-10-06T21:00:52.658Z] 4c8db9c1e2ca: Layer already exists [2020-10-06T21:00:52.658Z] f9673cc83a14: Layer already exists [2020-10-06T21:00:52.927Z] master: digest: sha256:85db267d5f4d89962cac2d6a9a453cdebe5643b9b66bac8fa96f989ddd379c52 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-06T21:00:53.142Z] ===================================================== [Pipeline] echo [2020-10-06T21:00:53.216Z] taggedImages: [2020-10-06T21:00:53.216Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:b3e2acdd145c3d3302f02c8490918cd30aaf4f4f [2020-10-06T21:00:53.216Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.50 [2020-10-06T21:00:53.216Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:b3e2acdd145c3d3302f02c8490918cd30aaf4f4f-1.2.2-dev.50 [2020-10-06T21:00:53.216Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2020-10-06T21:00:53.345Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2020-10-06T21:00:53.345Z] b3e2acdd145c3d3302f02c8490918cd30aaf4f4f [2020-10-06T21:00:53.345Z] 1.2.2-dev.50 [2020-10-06T21:00:53.345Z] b3e2acdd145c3d3302f02c8490918cd30aaf4f4f-1.2.2-dev.50 [2020-10-06T21:00:53.345Z] master [2020-10-06T21:00:53.345Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:00:53.882Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:b3e2acdd145c3d3302f02c8490918cd30aaf4f4f [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:00:54.190Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:b3e2acdd145c3d3302f02c8490918cd30aaf4f4f [2020-10-06T21:00:54.190Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-10-06T21:00:54.190Z] 665f81d0a4d2: Preparing [2020-10-06T21:00:54.190Z] cc4ab6646adb: Preparing [2020-10-06T21:00:54.190Z] b3f8b9b65455: Preparing [2020-10-06T21:00:54.826Z] 665f81d0a4d2: Pushed [2020-10-06T21:00:54.826Z] b3f8b9b65455: Pushed [2020-10-06T21:00:56.341Z] cc4ab6646adb: Pushed [2020-10-06T21:00:56.628Z] b3e2acdd145c3d3302f02c8490918cd30aaf4f4f: digest: sha256:da4aa3acf597428694da4db9023cb9f5ee024c6c370efa3eec583d5b745c7289 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:00:56.981Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.50 [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:00:57.308Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.50 [2020-10-06T21:00:57.308Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-10-06T21:00:57.308Z] 665f81d0a4d2: Preparing [2020-10-06T21:00:57.308Z] cc4ab6646adb: Preparing [2020-10-06T21:00:57.308Z] b3f8b9b65455: Preparing [2020-10-06T21:00:57.308Z] 665f81d0a4d2: Layer already exists [2020-10-06T21:00:57.308Z] cc4ab6646adb: Layer already exists [2020-10-06T21:00:57.308Z] b3f8b9b65455: Layer already exists [2020-10-06T21:00:57.572Z] 1.2.2-dev.50: digest: sha256:da4aa3acf597428694da4db9023cb9f5ee024c6c370efa3eec583d5b745c7289 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:00:57.915Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:b3e2acdd145c3d3302f02c8490918cd30aaf4f4f-1.2.2-dev.50 [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:00:58.340Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:b3e2acdd145c3d3302f02c8490918cd30aaf4f4f-1.2.2-dev.50 [2020-10-06T21:00:58.340Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-10-06T21:00:58.340Z] 665f81d0a4d2: Preparing [2020-10-06T21:00:58.340Z] cc4ab6646adb: Preparing [2020-10-06T21:00:58.340Z] b3f8b9b65455: Preparing [2020-10-06T21:00:58.609Z] cc4ab6646adb: Layer already exists [2020-10-06T21:00:58.609Z] 665f81d0a4d2: Layer already exists [2020-10-06T21:00:58.609Z] b3f8b9b65455: Layer already exists [2020-10-06T21:00:58.609Z] b3e2acdd145c3d3302f02c8490918cd30aaf4f4f-1.2.2-dev.50: digest: sha256:da4aa3acf597428694da4db9023cb9f5ee024c6c370efa3eec583d5b745c7289 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:00:59.010Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:00:59.346Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2020-10-06T21:00:59.346Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-10-06T21:00:59.346Z] 665f81d0a4d2: Preparing [2020-10-06T21:00:59.346Z] cc4ab6646adb: Preparing [2020-10-06T21:00:59.346Z] b3f8b9b65455: Preparing [2020-10-06T21:00:59.615Z] cc4ab6646adb: Layer already exists [2020-10-06T21:00:59.615Z] b3f8b9b65455: Layer already exists [2020-10-06T21:00:59.615Z] 665f81d0a4d2: Layer already exists [2020-10-06T21:00:59.615Z] master: digest: sha256:da4aa3acf597428694da4db9023cb9f5ee024c6c370efa3eec583d5b745c7289 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-06T21:00:59.812Z] ===================================================== [Pipeline] echo [2020-10-06T21:00:59.863Z] taggedImages: [2020-10-06T21:00:59.863Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:b3e2acdd145c3d3302f02c8490918cd30aaf4f4f [2020-10-06T21:00:59.863Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.50 [2020-10-06T21:00:59.863Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:b3e2acdd145c3d3302f02c8490918cd30aaf4f4f-1.2.2-dev.50 [2020-10-06T21:00:59.863Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2020-10-06T21:00:59.933Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2020-10-06T21:00:59.933Z] b3e2acdd145c3d3302f02c8490918cd30aaf4f4f [2020-10-06T21:00:59.933Z] 1.2.2-dev.50 [2020-10-06T21:00:59.933Z] b3e2acdd145c3d3302f02c8490918cd30aaf4f4f-1.2.2-dev.50 [2020-10-06T21:00:59.933Z] master [2020-10-06T21:00:59.933Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:01:00.572Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:b3e2acdd145c3d3302f02c8490918cd30aaf4f4f [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:01:01.572Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:b3e2acdd145c3d3302f02c8490918cd30aaf4f4f [2020-10-06T21:01:01.572Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-10-06T21:01:01.572Z] ec235355069c: Preparing [2020-10-06T21:01:01.572Z] c02abf85705f: Preparing [2020-10-06T21:01:01.572Z] ba9743be2e37: Preparing [2020-10-06T21:01:01.572Z] 8ded70aa7722: Preparing [2020-10-06T21:01:01.572Z] 57581642b872: Preparing [2020-10-06T21:01:01.572Z] 0a19593658eb: Preparing [2020-10-06T21:01:01.572Z] 72057afa0912: Preparing [2020-10-06T21:01:01.572Z] 527eef706b20: Preparing [2020-10-06T21:01:01.572Z] 224742e9e948: Preparing [2020-10-06T21:01:01.572Z] 5391e5290f13: Preparing [2020-10-06T21:01:01.572Z] 13baed61c795: Preparing [2020-10-06T21:01:01.572Z] 51d6d3d09136: Preparing [2020-10-06T21:01:01.572Z] 1507bc794612: Preparing [2020-10-06T21:01:01.572Z] 50644c29ef5a: Preparing [2020-10-06T21:01:01.572Z] 0a19593658eb: Waiting [2020-10-06T21:01:01.572Z] 72057afa0912: Waiting [2020-10-06T21:01:01.572Z] 527eef706b20: Waiting [2020-10-06T21:01:01.572Z] 224742e9e948: Waiting [2020-10-06T21:01:01.572Z] 5391e5290f13: Waiting [2020-10-06T21:01:01.572Z] 13baed61c795: Waiting [2020-10-06T21:01:01.572Z] 51d6d3d09136: Waiting [2020-10-06T21:01:01.572Z] 1507bc794612: Waiting [2020-10-06T21:01:01.572Z] 50644c29ef5a: Waiting [2020-10-06T21:01:01.894Z] 57581642b872: Pushed [2020-10-06T21:01:01.894Z] ec235355069c: Pushed [2020-10-06T21:01:02.253Z] 8ded70aa7722: Pushed [2020-10-06T21:01:02.534Z] 527eef706b20: Layer already exists [2020-10-06T21:01:02.800Z] 224742e9e948: Layer already exists [2020-10-06T21:01:02.800Z] 5391e5290f13: Layer already exists [2020-10-06T21:01:02.800Z] 72057afa0912: Pushed [2020-10-06T21:01:02.800Z] 51d6d3d09136: Layer already exists [2020-10-06T21:01:02.800Z] 13baed61c795: Layer already exists [2020-10-06T21:01:03.074Z] 1507bc794612: Layer already exists [2020-10-06T21:01:03.074Z] 50644c29ef5a: Layer already exists [2020-10-06T21:01:03.683Z] 0a19593658eb: Pushed [2020-10-06T21:01:04.282Z] c02abf85705f: Pushed [2020-10-06T21:01:08.384Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.50" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-10-06T21:01:08.384Z] Removing intermediate container 28c7ec9f1585 [2020-10-06T21:01:08.384Z] ---> 23e2c975f9d6 [2020-10-06T21:01:08.384Z] [2020-10-06T21:01:08.384Z] Step 10/20 : FROM alpine [2020-10-06T21:01:08.384Z] Removing intermediate container 509dc0e3658b [2020-10-06T21:01:08.384Z] ---> 8379a0d69ff7 [2020-10-06T21:01:08.384Z] [2020-10-06T21:01:08.384Z] Step 9/29 : FROM alpine:latest [2020-10-06T21:01:08.384Z] latest: Pulling from library/alpine [2020-10-06T21:01:08.384Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-10-06T21:01:08.384Z] latest: Pulling from library/alpine [2020-10-06T21:01:08.384Z] Status: Downloaded newer image for alpine:latest [2020-10-06T21:01:08.384Z] ---> 62ee0e9f8440 [2020-10-06T21:01:08.384Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-10-06T21:01:08.384Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-10-06T21:01:08.384Z] Status: Image is up to date for alpine:latest [2020-10-06T21:01:08.384Z] ---> 62ee0e9f8440 [2020-10-06T21:01:08.384Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-10-06T21:01:08.384Z] ---> Running in b330aec9b12f [2020-10-06T21:01:08.384Z] ---> Running in fe604fb6927e [2020-10-06T21:01:08.985Z] Removing intermediate container b330aec9b12f [2020-10-06T21:01:08.985Z] ---> 1db8a6c94a15 [2020-10-06T21:01:08.985Z] Step 11/29 : USER root [2020-10-06T21:01:08.985Z] ---> Running in e63401a1b703 [2020-10-06T21:01:09.977Z] Removing intermediate container e63401a1b703 [2020-10-06T21:01:09.977Z] ---> 6482852f21c3 [2020-10-06T21:01:09.977Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-10-06T21:01:09.977Z] ---> Running in 818c36dd3629 [2020-10-06T21:01:11.427Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-06T21:01:11.427Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.50" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-10-06T21:01:11.427Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-06T21:01:12.422Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-06T21:01:12.698Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-06T21:01:12.698Z] v3.12.0-365-g49d48cd6ad [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-06T21:01:12.698Z] v3.12.0-368-g087e7176b9 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-06T21:01:12.698Z] OK: 12621 distinct packages available [2020-10-06T21:01:13.305Z] v3.12.0-365-g49d48cd6ad [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-06T21:01:13.305Z] v3.12.0-368-g087e7176b9 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-06T21:01:13.305Z] OK: 12621 distinct packages available [2020-10-06T21:01:13.586Z] (1/4) Installing ca-certificates (20191127-r4) [2020-10-06T21:01:13.586Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-10-06T21:01:13.869Z] (3/4) Installing libcurl (7.69.1-r1) [2020-10-06T21:01:13.869Z] (4/4) Installing curl (7.69.1-r1) [2020-10-06T21:01:13.869Z] Executing busybox-1.31.1-r16.trigger [2020-10-06T21:01:13.869Z] Executing ca-certificates-20191127-r4.trigger [2020-10-06T21:01:14.146Z] (1/2) Installing ca-certificates (20191127-r4) [2020-10-06T21:01:14.146Z] OK: 7 MiB in 18 packages [2020-10-06T21:01:14.146Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-10-06T21:01:14.146Z] Executing busybox-1.31.1-r16.trigger [2020-10-06T21:01:14.147Z] Executing ca-certificates-20191127-r4.trigger [2020-10-06T21:01:14.433Z] OK: 6 MiB in 16 packages [2020-10-06T21:01:14.497Z] ba9743be2e37: Pushed [2020-10-06T21:01:14.497Z] b3e2acdd145c3d3302f02c8490918cd30aaf4f4f: digest: sha256:7b7d22c5527c41e3f80c74dae1def7e38abcc28d2483eab64807c20a66e80a7d size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:01:14.848Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.50 [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:01:15.173Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.50 [2020-10-06T21:01:15.173Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-10-06T21:01:15.173Z] ec235355069c: Preparing [2020-10-06T21:01:15.173Z] c02abf85705f: Preparing [2020-10-06T21:01:15.174Z] ba9743be2e37: Preparing [2020-10-06T21:01:15.174Z] 8ded70aa7722: Preparing [2020-10-06T21:01:15.174Z] 57581642b872: Preparing [2020-10-06T21:01:15.174Z] 0a19593658eb: Preparing [2020-10-06T21:01:15.174Z] 72057afa0912: Preparing [2020-10-06T21:01:15.174Z] 527eef706b20: Preparing [2020-10-06T21:01:15.174Z] 224742e9e948: Preparing [2020-10-06T21:01:15.174Z] 5391e5290f13: Preparing [2020-10-06T21:01:15.174Z] 13baed61c795: Preparing [2020-10-06T21:01:15.174Z] 51d6d3d09136: Preparing [2020-10-06T21:01:15.174Z] 1507bc794612: Preparing [2020-10-06T21:01:15.174Z] 50644c29ef5a: Preparing [2020-10-06T21:01:15.174Z] 0a19593658eb: Waiting [2020-10-06T21:01:15.174Z] 72057afa0912: Waiting [2020-10-06T21:01:15.174Z] 527eef706b20: Waiting [2020-10-06T21:01:15.174Z] 224742e9e948: Waiting [2020-10-06T21:01:15.174Z] 5391e5290f13: Waiting [2020-10-06T21:01:15.174Z] 13baed61c795: Waiting [2020-10-06T21:01:15.174Z] 51d6d3d09136: Waiting [2020-10-06T21:01:15.174Z] 1507bc794612: Waiting [2020-10-06T21:01:15.174Z] 50644c29ef5a: Waiting [2020-10-06T21:01:15.174Z] c02abf85705f: Layer already exists [2020-10-06T21:01:15.174Z] ba9743be2e37: Layer already exists [2020-10-06T21:01:15.174Z] 57581642b872: Layer already exists [2020-10-06T21:01:15.174Z] ec235355069c: Layer already exists [2020-10-06T21:01:15.174Z] 8ded70aa7722: Layer already exists [2020-10-06T21:01:15.174Z] 72057afa0912: Layer already exists [2020-10-06T21:01:15.174Z] 0a19593658eb: Layer already exists [2020-10-06T21:01:15.174Z] 527eef706b20: Layer already exists [2020-10-06T21:01:15.174Z] 5391e5290f13: Layer already exists [2020-10-06T21:01:15.174Z] 224742e9e948: Layer already exists [2020-10-06T21:01:15.174Z] 13baed61c795: Layer already exists [2020-10-06T21:01:15.174Z] 51d6d3d09136: Layer already exists [2020-10-06T21:01:15.174Z] 1507bc794612: Layer already exists [2020-10-06T21:01:15.174Z] 50644c29ef5a: Layer already exists [2020-10-06T21:01:15.437Z] 1.2.2-dev.50: digest: sha256:7b7d22c5527c41e3f80c74dae1def7e38abcc28d2483eab64807c20a66e80a7d size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:01:15.806Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:b3e2acdd145c3d3302f02c8490918cd30aaf4f4f-1.2.2-dev.50 [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:01:16.129Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:b3e2acdd145c3d3302f02c8490918cd30aaf4f4f-1.2.2-dev.50 [2020-10-06T21:01:16.129Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-10-06T21:01:16.129Z] ec235355069c: Preparing [2020-10-06T21:01:16.129Z] c02abf85705f: Preparing [2020-10-06T21:01:16.129Z] ba9743be2e37: Preparing [2020-10-06T21:01:16.129Z] 8ded70aa7722: Preparing [2020-10-06T21:01:16.129Z] 57581642b872: Preparing [2020-10-06T21:01:16.129Z] 0a19593658eb: Preparing [2020-10-06T21:01:16.129Z] 72057afa0912: Preparing [2020-10-06T21:01:16.129Z] 527eef706b20: Preparing [2020-10-06T21:01:16.129Z] 224742e9e948: Preparing [2020-10-06T21:01:16.129Z] 5391e5290f13: Preparing [2020-10-06T21:01:16.129Z] 13baed61c795: Preparing [2020-10-06T21:01:16.129Z] 51d6d3d09136: Preparing [2020-10-06T21:01:16.129Z] 1507bc794612: Preparing [2020-10-06T21:01:16.129Z] 50644c29ef5a: Preparing [2020-10-06T21:01:16.129Z] 72057afa0912: Waiting [2020-10-06T21:01:16.129Z] 527eef706b20: Waiting [2020-10-06T21:01:16.129Z] 224742e9e948: Waiting [2020-10-06T21:01:16.129Z] 5391e5290f13: Waiting [2020-10-06T21:01:16.129Z] 13baed61c795: Waiting [2020-10-06T21:01:16.129Z] 51d6d3d09136: Waiting [2020-10-06T21:01:16.129Z] 1507bc794612: Waiting [2020-10-06T21:01:16.129Z] 50644c29ef5a: Waiting [2020-10-06T21:01:16.129Z] 0a19593658eb: Waiting [2020-10-06T21:01:16.129Z] 8ded70aa7722: Layer already exists [2020-10-06T21:01:16.129Z] ba9743be2e37: Layer already exists [2020-10-06T21:01:16.129Z] c02abf85705f: Layer already exists [2020-10-06T21:01:16.129Z] ec235355069c: Layer already exists [2020-10-06T21:01:16.129Z] 57581642b872: Layer already exists [2020-10-06T21:01:16.129Z] 224742e9e948: Layer already exists [2020-10-06T21:01:16.129Z] 0a19593658eb: Layer already exists [2020-10-06T21:01:16.129Z] 5391e5290f13: Layer already exists [2020-10-06T21:01:16.129Z] 72057afa0912: Layer already exists [2020-10-06T21:01:16.129Z] 527eef706b20: Layer already exists [2020-10-06T21:01:16.394Z] 51d6d3d09136: Layer already exists [2020-10-06T21:01:16.394Z] 13baed61c795: Layer already exists [2020-10-06T21:01:16.394Z] 50644c29ef5a: Layer already exists [2020-10-06T21:01:16.394Z] 1507bc794612: Layer already exists [2020-10-06T21:01:16.394Z] b3e2acdd145c3d3302f02c8490918cd30aaf4f4f-1.2.2-dev.50: digest: sha256:7b7d22c5527c41e3f80c74dae1def7e38abcc28d2483eab64807c20a66e80a7d size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:01:16.718Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:01:17.058Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2020-10-06T21:01:17.058Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-10-06T21:01:17.058Z] ec235355069c: Preparing [2020-10-06T21:01:17.058Z] c02abf85705f: Preparing [2020-10-06T21:01:17.058Z] ba9743be2e37: Preparing [2020-10-06T21:01:17.058Z] 8ded70aa7722: Preparing [2020-10-06T21:01:17.058Z] 57581642b872: Preparing [2020-10-06T21:01:17.058Z] 0a19593658eb: Preparing [2020-10-06T21:01:17.058Z] 72057afa0912: Preparing [2020-10-06T21:01:17.058Z] 527eef706b20: Preparing [2020-10-06T21:01:17.058Z] 224742e9e948: Preparing [2020-10-06T21:01:17.058Z] 5391e5290f13: Preparing [2020-10-06T21:01:17.058Z] 13baed61c795: Preparing [2020-10-06T21:01:17.058Z] 51d6d3d09136: Preparing [2020-10-06T21:01:17.058Z] 1507bc794612: Preparing [2020-10-06T21:01:17.058Z] 50644c29ef5a: Preparing [2020-10-06T21:01:17.058Z] 0a19593658eb: Waiting [2020-10-06T21:01:17.058Z] 72057afa0912: Waiting [2020-10-06T21:01:17.058Z] 527eef706b20: Waiting [2020-10-06T21:01:17.058Z] 224742e9e948: Waiting [2020-10-06T21:01:17.058Z] 5391e5290f13: Waiting [2020-10-06T21:01:17.058Z] 13baed61c795: Waiting [2020-10-06T21:01:17.058Z] 51d6d3d09136: Waiting [2020-10-06T21:01:17.058Z] 1507bc794612: Waiting [2020-10-06T21:01:17.058Z] 50644c29ef5a: Waiting [2020-10-06T21:01:17.107Z] Removing intermediate container fe604fb6927e [2020-10-06T21:01:17.108Z] ---> ade91a57c4d4 [2020-10-06T21:01:17.108Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-06T21:01:17.361Z] c02abf85705f: Layer already exists [2020-10-06T21:01:17.361Z] ec235355069c: Layer already exists [2020-10-06T21:01:17.361Z] 57581642b872: Layer already exists [2020-10-06T21:01:17.361Z] 8ded70aa7722: Layer already exists [2020-10-06T21:01:17.361Z] ba9743be2e37: Layer already exists [2020-10-06T21:01:17.361Z] 0a19593658eb: Layer already exists [2020-10-06T21:01:17.361Z] 527eef706b20: Layer already exists [2020-10-06T21:01:17.361Z] 72057afa0912: Layer already exists [2020-10-06T21:01:17.361Z] 5391e5290f13: Layer already exists [2020-10-06T21:01:17.361Z] 224742e9e948: Layer already exists [2020-10-06T21:01:17.361Z] 13baed61c795: Layer already exists [2020-10-06T21:01:17.361Z] 1507bc794612: Layer already exists [2020-10-06T21:01:17.361Z] 50644c29ef5a: Layer already exists [2020-10-06T21:01:17.361Z] 51d6d3d09136: Layer already exists [2020-10-06T21:01:17.361Z] master: digest: sha256:7b7d22c5527c41e3f80c74dae1def7e38abcc28d2483eab64807c20a66e80a7d size: 3253 [Pipeline] } [2020-10-06T21:01:17.412Z] ---> Running in 080b840bb666 [2020-10-06T21:01:17.412Z] Removing intermediate container 818c36dd3629 [2020-10-06T21:01:17.412Z] ---> 1008b9278fce [2020-10-06T21:01:17.412Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-06T21:01:17.653Z] ===================================================== [Pipeline] echo [2020-10-06T21:01:17.714Z] taggedImages: [2020-10-06T21:01:17.714Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:b3e2acdd145c3d3302f02c8490918cd30aaf4f4f [2020-10-06T21:01:17.714Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.50 [2020-10-06T21:01:17.714Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:b3e2acdd145c3d3302f02c8490918cd30aaf4f4f-1.2.2-dev.50 [2020-10-06T21:01:17.714Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] } [2020-10-06T21:01:17.741Z] ---> Running in 736348f3a19a [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [2020-10-06T21:01:18.159Z] Removing intermediate container 080b840bb666 [2020-10-06T21:01:18.159Z] ---> 16dada761e6e [2020-10-06T21:01:18.159Z] Step 13/20 : WORKDIR /edgex [2020-10-06T21:01:18.159Z] ---> Running in 016789963dd0 Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [2020-10-06T21:01:18.620Z] Removing intermediate container 736348f3a19a [2020-10-06T21:01:18.620Z] ---> 9317b7a47448 [2020-10-06T21:01:18.620Z] Step 14/29 : WORKDIR $BASE_DIR [2020-10-06T21:01:18.620Z] ---> Running in 10e5774f945b [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [2020-10-06T21:01:18.956Z] Removing intermediate container 016789963dd0 [2020-10-06T21:01:18.956Z] ---> 08ab9345ffbc [2020-10-06T21:01:18.956Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [Pipeline] } [2020-10-06T21:01:19.992Z] Removing intermediate container 10e5774f945b [2020-10-06T21:01:19.992Z] ---> 75a518032b2a [2020-10-06T21:01:19.992Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-10-06T21:01:19.992Z] ---> Running in 809f5f8a77b7 [2020-10-06T21:01:20.330Z] ---> bf5ab89eb1ef [2020-10-06T21:01:20.330Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-10-06T21:01:23.202Z] ---> 7c21ea8e8644 [2020-10-06T21:01:23.202Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-10-06T21:01:23.905Z] ---> Running in c2dc3c3b1e11 [2020-10-06T21:01:25.388Z] Removing intermediate container c2dc3c3b1e11 [2020-10-06T21:01:25.388Z] ---> d5773bcde02d [2020-10-06T21:01:25.388Z] Step 17/20 : CMD ["--init=true"] [2020-10-06T21:01:25.388Z] ---> Running in 96006f5f875c [2020-10-06T21:01:25.388Z] Removing intermediate container 809f5f8a77b7 [2020-10-06T21:01:25.388Z] ---> 2ad00e2cf8d1 [2020-10-06T21:01:25.388Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-10-06T21:01:25.675Z] Removing intermediate container a6d1ca5c0997 [2020-10-06T21:01:25.675Z] ---> 036437da4390 [2020-10-06T21:01:25.675Z] [2020-10-06T21:01:25.675Z] Step 10/26 : FROM alpine:3.10 [2020-10-06T21:01:25.977Z] Removing intermediate container 96006f5f875c [2020-10-06T21:01:25.977Z] ---> 1de9c0276729 [2020-10-06T21:01:25.977Z] Step 18/20 : LABEL arch=arm64 [2020-10-06T21:01:26.298Z] ---> Running in 7c18259042c9 [2020-10-06T21:01:26.581Z] 3.10: Pulling from library/alpine [2020-10-06T21:01:27.203Z] Removing intermediate container 7c18259042c9 [2020-10-06T21:01:27.203Z] ---> a3f42214ff2b [2020-10-06T21:01:27.203Z] Step 19/20 : LABEL git_sha=b3e2acdd145c3d3302f02c8490918cd30aaf4f4f [2020-10-06T21:01:27.819Z] ---> Running in 0d9f640e05c2 [2020-10-06T21:01:27.819Z] ---> 9fe795ad006b [2020-10-06T21:01:27.819Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-10-06T21:01:28.833Z] Removing intermediate container 0d9f640e05c2 [2020-10-06T21:01:28.833Z] ---> 87e67f2157d4 [2020-10-06T21:01:28.833Z] Step 20/20 : LABEL version=1.2.2-dev.50 [2020-10-06T21:01:28.833Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-10-06T21:01:28.833Z] Status: Downloaded newer image for alpine:3.10 [2020-10-06T21:01:28.833Z] ---> 536a684cf733 [2020-10-06T21:01:28.833Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-10-06T21:01:29.165Z] ---> Running in 4d6e2e67992c [2020-10-06T21:01:29.165Z] ---> Running in 74ee252d2490 [2020-10-06T21:01:29.503Z] ---> bf8a31d9591b [2020-10-06T21:01:29.503Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-10-06T21:01:30.516Z] Removing intermediate container 74ee252d2490 [2020-10-06T21:01:30.516Z] ---> 8304f18aa7f9 [2020-10-06T21:01:30.516Z] [2020-10-06T21:01:31.712Z] ---> 1680af13856a [2020-10-06T21:01:31.712Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-10-06T21:01:31.712Z] Successfully built 8304f18aa7f9 [2020-10-06T21:01:31.712Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-10-06T21:01:31.712Z]  Building docker-security-proxy-setup-go ... done Building docker-support-scheduler-go [2020-10-06T21:01:32.065Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-10-06T21:01:32.699Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-10-06T21:01:33.080Z] v3.10.5-94-gea6eea6e70 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-10-06T21:01:33.080Z] v3.10.5-92-g0ca6a6f012 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-10-06T21:01:33.080Z] OK: 10167 distinct packages available [2020-10-06T21:01:33.997Z] (1/5) Installing ca-certificates (20191127-r2) [2020-10-06T21:01:34.345Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-10-06T21:01:34.345Z] (3/5) Installing libcurl (7.66.0-r1) [2020-10-06T21:01:34.345Z] (4/5) Installing curl (7.66.0-r1) [2020-10-06T21:01:34.345Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-10-06T21:01:34.345Z] Executing busybox-1.30.1-r3.trigger [2020-10-06T21:01:34.345Z] Executing ca-certificates-20191127-r2.trigger [2020-10-06T21:01:36.144Z] ---> ca68e90de220 [2020-10-06T21:01:36.144Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-10-06T21:01:36.144Z] OK: 7 MiB in 19 packages [2020-10-06T21:01:36.144Z] Removing intermediate container becba2a6c6ce [2020-10-06T21:01:36.144Z] ---> 4ce1f266c1f4 [2020-10-06T21:01:36.144Z] [2020-10-06T21:01:36.144Z] Step 10/24 : FROM scratch [2020-10-06T21:01:36.144Z] ---> [2020-10-06T21:01:36.144Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-06T21:01:36.692Z] ---> Running in 0cbe39fc3dd7 [2020-10-06T21:01:38.006Z] ---> 4e127e86cfde [2020-10-06T21:01:38.006Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-10-06T21:01:38.006Z] Removing intermediate container 4d6e2e67992c [2020-10-06T21:01:38.006Z] ---> 626fd2c4491b [2020-10-06T21:01:38.006Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-06T21:01:38.006Z] ---> Running in b6fdd317216f [2020-10-06T21:01:38.006Z] Removing intermediate container 0cbe39fc3dd7 [2020-10-06T21:01:38.006Z] ---> cf636a71af07 [2020-10-06T21:01:38.006Z] Step 12/24 : ENV APP_PORT=48060 [2020-10-06T21:01:38.006Z] ---> Running in 2f3748b5d0a4 [2020-10-06T21:01:38.006Z] ---> Running in 7a67deecc375 [2020-10-06T21:01:38.873Z] Removing intermediate container 7a67deecc375 [2020-10-06T21:01:38.873Z] ---> ad6dab51ac28 [2020-10-06T21:01:38.873Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-06T21:01:38.873Z] Removing intermediate container 2f3748b5d0a4 [2020-10-06T21:01:38.873Z] ---> a432d01edcd0 [2020-10-06T21:01:38.873Z] Step 13/26 : WORKDIR / [2020-10-06T21:01:38.873Z] ---> Running in 887c65e54d11 [2020-10-06T21:01:39.154Z] ---> Running in 6635c5f709fb [2020-10-06T21:01:39.773Z] Removing intermediate container 887c65e54d11 [2020-10-06T21:01:39.773Z] ---> 27661117a263 [2020-10-06T21:01:39.773Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-10-06T21:01:39.773Z] Removing intermediate container 6635c5f709fb [2020-10-06T21:01:39.773Z] ---> 6dc41f52c318 [2020-10-06T21:01:39.773Z] Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-10-06T21:01:41.273Z] ---> 8e80194fc70d [2020-10-06T21:01:41.273Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-10-06T21:01:41.598Z] ---> 691670260208 [2020-10-06T21:01:41.598Z] Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-10-06T21:01:43.200Z] Removing intermediate container b6fdd317216f [2020-10-06T21:01:43.200Z] ---> ed38c92f1dcd [2020-10-06T21:01:43.200Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-10-06T21:01:43.200Z] ---> 3f77a9a6ec97 [2020-10-06T21:01:43.200Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-10-06T21:01:43.200Z] ---> f117ccc9e387 [2020-10-06T21:01:43.200Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-10-06T21:01:45.480Z] ---> 89d3d571fbba [2020-10-06T21:01:45.480Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-06T21:01:45.790Z] ---> 7d11c0a894fc [2020-10-06T21:01:45.790Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-10-06T21:01:45.790Z] ---> 30085eb2c935 [2020-10-06T21:01:45.790Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-10-06T21:01:45.790Z] ---> Running in dda86c24be21 [2020-10-06T21:01:47.955Z] ---> 70e4269bea1a [2020-10-06T21:01:47.955Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-10-06T21:01:48.261Z] ---> 68aa28f75640 [2020-10-06T21:01:48.261Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-10-06T21:01:50.306Z] ---> 71cba706828a [2020-10-06T21:01:50.306Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-10-06T21:01:50.583Z] ---> 6c3ea3432a5d [2020-10-06T21:01:50.583Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-10-06T21:01:50.583Z] Removing intermediate container dda86c24be21 [2020-10-06T21:01:50.583Z] ---> 258c59d770d1 [2020-10-06T21:01:50.583Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-10-06T21:01:51.185Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-06T21:01:51.185Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-10-06T21:01:51.185Z] ---> e8b35eaf2854 [2020-10-06T21:01:51.185Z] Step 3/21 : WORKDIR /edgex-go [2020-10-06T21:01:51.185Z] ---> Using cache [2020-10-06T21:01:51.185Z] ---> f48308740176 [2020-10-06T21:01:51.185Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-06T21:01:51.185Z] ---> Using cache [2020-10-06T21:01:51.185Z] ---> c833a3c3c79f [2020-10-06T21:01:51.185Z] Step 5/21 : RUN apk update && apk add make git [2020-10-06T21:01:51.185Z] ---> Using cache [2020-10-06T21:01:51.185Z] ---> 842cea656c0c [2020-10-06T21:01:51.185Z] Step 6/21 : COPY go.mod . [2020-10-06T21:01:51.185Z] ---> Using cache [2020-10-06T21:01:51.185Z] ---> 7eb8764e5c79 [2020-10-06T21:01:51.185Z] Step 7/21 : RUN go mod download [2020-10-06T21:01:51.185Z] ---> Using cache [2020-10-06T21:01:51.185Z] ---> 345ab41c32a3 [2020-10-06T21:01:51.185Z] Step 8/21 : COPY . . [2020-10-06T21:01:51.185Z] ---> Using cache [2020-10-06T21:01:51.185Z] ---> 939d618febca [2020-10-06T21:01:51.186Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-10-06T21:01:51.186Z] ---> Running in b33c688fa367 [2020-10-06T21:01:51.461Z] ---> Running in b9f53fdb87dd [2020-10-06T21:01:52.075Z] ---> c1c491c52373 [2020-10-06T21:01:52.075Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-10-06T21:01:52.075Z] ---> 8c20c3c69a8b [2020-10-06T21:01:52.075Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-10-06T21:01:52.353Z] ---> Running in 6b0f8027543d [2020-10-06T21:01:53.350Z] Removing intermediate container 6b0f8027543d [2020-10-06T21:01:53.350Z] ---> 9c9fb1d087f2 [2020-10-06T21:01:53.350Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-06T21:01:53.970Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.50" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-10-06T21:01:53.970Z] ---> Running in 71f5137ef1b5 [2020-10-06T21:01:54.254Z] ---> 90466485d6b8 [2020-10-06T21:01:54.254Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-10-06T21:01:55.704Z] Removing intermediate container 71f5137ef1b5 [2020-10-06T21:01:55.704Z] ---> 75b4ec991dbd [2020-10-06T21:01:55.704Z] Step 22/24 : LABEL arch=arm64 [2020-10-06T21:01:55.985Z] ---> 3e811e568445 [2020-10-06T21:01:55.985Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-06T21:01:55.985Z] ---> Running in 4119f7377974 [2020-10-06T21:01:56.261Z] ---> Running in 9dea645100cf [2020-10-06T21:01:56.261Z] Removing intermediate container b33c688fa367 [2020-10-06T21:01:56.261Z] ---> 85ef15b225a6 [2020-10-06T21:01:56.261Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-10-06T21:01:56.883Z] ---> Running in 6f3f69be8ca5 [2020-10-06T21:01:57.156Z] Removing intermediate container 4119f7377974 [2020-10-06T21:01:57.156Z] ---> 1f764f114b7f [2020-10-06T21:01:57.156Z] Step 23/24 : LABEL git_sha=b3e2acdd145c3d3302f02c8490918cd30aaf4f4f [2020-10-06T21:01:57.444Z] Removing intermediate container af323579bc68 [2020-10-06T21:01:57.444Z] ---> a3acc5cfab88 [2020-10-06T21:01:57.444Z] [2020-10-06T21:01:57.444Z] Step 10/23 : FROM alpine [2020-10-06T21:01:57.444Z] ---> 62ee0e9f8440 [2020-10-06T21:01:57.444Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-06T21:01:57.444Z] ---> Running in 4120a869b0a4 [2020-10-06T21:01:57.720Z] ---> Running in 2185e00fd07b [2020-10-06T21:01:57.997Z] Removing intermediate container 6f3f69be8ca5 [2020-10-06T21:01:57.997Z] ---> c7ade0f14732 [2020-10-06T21:01:57.997Z] Step 26/29 : CMD [ "generate" ] [2020-10-06T21:01:58.279Z] ---> Running in 965dbb2076d8 [2020-10-06T21:01:58.571Z] Removing intermediate container 4120a869b0a4 [2020-10-06T21:01:58.571Z] ---> 8cfb4144e249 [2020-10-06T21:01:58.571Z] Step 24/24 : LABEL version=1.2.2-dev.50 [2020-10-06T21:01:58.849Z] ---> Running in 22f48d6dfd09 [2020-10-06T21:01:58.849Z] Removing intermediate container 2185e00fd07b [2020-10-06T21:01:58.849Z] ---> d70e56ca8bd6 [2020-10-06T21:01:58.849Z] Step 12/23 : ENV APP_PORT=48080 [2020-10-06T21:01:59.126Z] Removing intermediate container 965dbb2076d8 [2020-10-06T21:01:59.126Z] ---> 1a8d523a73dd [2020-10-06T21:01:59.126Z] Step 27/29 : LABEL arch=arm64 [2020-10-06T21:01:59.404Z] ---> Running in 2a88624d0f26 [2020-10-06T21:01:59.404Z] ---> Running in 2a50445a5360 [2020-10-06T21:01:59.683Z] Removing intermediate container 22f48d6dfd09 [2020-10-06T21:01:59.683Z] ---> 806b880ef602 [2020-10-06T21:01:59.683Z] [2020-10-06T21:02:00.679Z] Removing intermediate container 2a88624d0f26 [2020-10-06T21:02:00.679Z] ---> b7eafc6e5463 [2020-10-06T21:02:00.679Z] Step 13/23 : EXPOSE $APP_PORT [2020-10-06T21:02:00.679Z] Removing intermediate container 2a50445a5360 [2020-10-06T21:02:00.679Z] ---> 71da586bcb00 [2020-10-06T21:02:00.679Z] Step 28/29 : LABEL git_sha=b3e2acdd145c3d3302f02c8490918cd30aaf4f4f [2020-10-06T21:02:00.960Z] Successfully built 806b880ef602 [2020-10-06T21:02:00.960Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-10-06T21:02:00.960Z]  Building docker-support-notifications-go ... done  ---> Running in 1e33d5014ba0 [2020-10-06T21:02:00.960Z] Building docker-core-command-go [2020-10-06T21:02:00.960Z] ---> Running in b10723b25283 [2020-10-06T21:02:00.960Z] Removing intermediate container 9dea645100cf [2020-10-06T21:02:00.960Z] ---> 0c26dff01bf9 [2020-10-06T21:02:00.960Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-10-06T21:02:01.565Z] ---> Running in a157ddee3829 [2020-10-06T21:02:01.848Z] Removing intermediate container b10723b25283 [2020-10-06T21:02:01.848Z] ---> b8aea3646802 [2020-10-06T21:02:01.848Z] Step 29/29 : LABEL version=1.2.2-dev.50Removing intermediate container 1e33d5014ba0 [2020-10-06T21:02:01.848Z] [2020-10-06T21:02:01.848Z] ---> 6c5e2acfd41a [2020-10-06T21:02:01.848Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-06T21:02:02.125Z] ---> Running in b52288943aed [2020-10-06T21:02:02.125Z] ---> Running in 6c69c7b3b993 [2020-10-06T21:02:02.406Z] Removing intermediate container a157ddee3829 [2020-10-06T21:02:02.406Z] ---> 84079aa46ce3 [2020-10-06T21:02:02.406Z] Step 24/26 : LABEL arch=arm64 [2020-10-06T21:02:03.015Z] ---> Running in b32fbd4da6a0 [2020-10-06T21:02:03.623Z] Removing intermediate container 6c69c7b3b993 [2020-10-06T21:02:03.623Z] ---> 2e2264910c65 [2020-10-06T21:02:03.623Z] [2020-10-06T21:02:04.228Z] Removing intermediate container b32fbd4da6a0 [2020-10-06T21:02:04.228Z] Successfully built 2e2264910c65 [2020-10-06T21:02:04.228Z] ---> af5d32f18bab [2020-10-06T21:02:04.228Z] Step 25/26 : LABEL git_sha=b3e2acdd145c3d3302f02c8490918cd30aaf4f4f [2020-10-06T21:02:04.228Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-10-06T21:02:04.228Z]  Building docker-security-secrets-setup-go ... done Building docker-sys-mgmt-agent-go [2020-10-06T21:02:04.831Z] ---> Running in a799d1424d52 [2020-10-06T21:02:05.826Z] Removing intermediate container a799d1424d52 [2020-10-06T21:02:05.826Z] ---> 3791b8a36994 [2020-10-06T21:02:05.826Z] Step 26/26 : LABEL version=1.2.2-dev.50 [2020-10-06T21:02:06.501Z] ---> Running in c48ffcc24d58 [2020-10-06T21:02:08.499Z] Removing intermediate container c48ffcc24d58 [2020-10-06T21:02:08.499Z] ---> c6a7b23a2ad7 [2020-10-06T21:02:08.499Z] [2020-10-06T21:02:08.499Z] Removing intermediate container b52288943aed [2020-10-06T21:02:08.499Z] ---> 19fc719b82dc [2020-10-06T21:02:08.499Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-10-06T21:02:09.108Z] Successfully built c6a7b23a2ad7 [2020-10-06T21:02:09.388Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-10-06T21:02:09.388Z]  Building docker-security-secretstore-setup-go ... done Building docker-support-logging-go [2020-10-06T21:02:09.388Z] ---> Running in 005cf8a47d5d [2020-10-06T21:02:11.402Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-06T21:02:13.394Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-06T21:02:15.392Z] (1/5) Installing libgcc (9.3.0-r2) [2020-10-06T21:02:15.392Z] (2/5) Installing libsodium (1.0.18-r0) [2020-10-06T21:02:15.392Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-10-06T21:02:15.997Z] (4/5) Installing libzmq (4.3.3-r0) [2020-10-06T21:02:16.276Z] (5/5) Installing zeromq (4.3.3-r0) [2020-10-06T21:02:16.276Z] Executing busybox-1.31.1-r16.trigger [2020-10-06T21:02:16.276Z] OK: 8 MiB in 19 packages [2020-10-06T21:02:21.728Z] Removing intermediate container 005cf8a47d5d [2020-10-06T21:02:21.728Z] ---> 88006d66f70f [2020-10-06T21:02:21.728Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-10-06T21:02:22.731Z] ---> 570e9f749718 [2020-10-06T21:02:22.731Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-10-06T21:02:26.173Z] ---> 904a1f27eb36 [2020-10-06T21:02:26.173Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-10-06T21:02:28.179Z] ---> 19acc440868b [2020-10-06T21:02:28.179Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-10-06T21:02:28.179Z] ---> Running in ec23663a650c [2020-10-06T21:02:29.639Z] Removing intermediate container ec23663a650c [2020-10-06T21:02:29.639Z] ---> 0efa3ff30487 [2020-10-06T21:02:29.639Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-06T21:02:29.918Z] ---> Running in b5aac11f3404 [2020-10-06T21:02:30.541Z] Removing intermediate container b5aac11f3404 [2020-10-06T21:02:30.541Z] ---> 757feda0b1cd [2020-10-06T21:02:30.541Z] Step 21/23 : LABEL arch=arm64 [2020-10-06T21:02:30.824Z] ---> Running in 958221e40327 [2020-10-06T21:02:31.430Z] Removing intermediate container 958221e40327 [2020-10-06T21:02:31.430Z] ---> 1b137c8da497 [2020-10-06T21:02:31.430Z] Step 22/23 : LABEL git_sha=b3e2acdd145c3d3302f02c8490918cd30aaf4f4f [2020-10-06T21:02:32.034Z] ---> Running in 188fadf955a9 [2020-10-06T21:02:33.032Z] Removing intermediate container 188fadf955a9 [2020-10-06T21:02:33.032Z] ---> 2dfc6d7d8ff0 [2020-10-06T21:02:33.032Z] Step 23/23 : LABEL version=1.2.2-dev.50 [2020-10-06T21:02:33.668Z] ---> Running in 82a20e61e0a7 [2020-10-06T21:02:34.655Z] Removing intermediate container 82a20e61e0a7 [2020-10-06T21:02:34.655Z] ---> 5cd1f929eaf9 [2020-10-06T21:02:34.655Z] [2020-10-06T21:02:36.107Z] Successfully built 5cd1f929eaf9 [2020-10-06T21:02:36.107Z] Successfully tagged docker-core-data-go-arm64:latest [2020-10-06T21:02:36.107Z] Building docker-core-metadata-go [2020-10-06T21:02:37.116Z]  Building docker-core-data-go ... done Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-06T21:02:37.116Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-06T21:02:37.116Z] ---> e8b35eaf2854 [2020-10-06T21:02:37.116Z] Step 3/22 : WORKDIR /edgex-go [2020-10-06T21:02:37.116Z] ---> Using cache [2020-10-06T21:02:37.116Z] ---> f48308740176 [2020-10-06T21:02:37.116Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-06T21:02:37.116Z] ---> Using cache [2020-10-06T21:02:37.116Z] ---> c833a3c3c79f [2020-10-06T21:02:37.116Z] Step 5/22 : RUN apk update && apk add make git [2020-10-06T21:02:37.116Z] ---> Using cache [2020-10-06T21:02:37.116Z] ---> 842cea656c0c [2020-10-06T21:02:37.116Z] Step 6/22 : COPY go.mod . [2020-10-06T21:02:37.116Z] ---> Using cache [2020-10-06T21:02:37.116Z] ---> 7eb8764e5c79 [2020-10-06T21:02:37.116Z] Step 7/22 : RUN go mod download [2020-10-06T21:02:37.116Z] ---> Using cache [2020-10-06T21:02:37.116Z] ---> 345ab41c32a3 [2020-10-06T21:02:37.116Z] Step 8/22 : COPY . . [2020-10-06T21:02:37.116Z] ---> Using cache [2020-10-06T21:02:37.116Z] ---> 939d618febca [2020-10-06T21:02:37.116Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-10-06T21:02:38.109Z] ---> Running in 56ea4ae87aad [2020-10-06T21:02:40.131Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.50" -o cmd/core-command/core-command ./cmd/core-command [2020-10-06T21:02:46.885Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-06T21:02:46.885Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-10-06T21:02:46.885Z] ---> e8b35eaf2854 [2020-10-06T21:02:46.885Z] Step 3/27 : WORKDIR /edgex-go [2020-10-06T21:02:46.885Z] ---> Using cache [2020-10-06T21:02:46.885Z] ---> f48308740176 [2020-10-06T21:02:46.885Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-06T21:02:46.885Z] ---> Using cache [2020-10-06T21:02:46.885Z] ---> c833a3c3c79f [2020-10-06T21:02:46.885Z] Step 5/27 : RUN apk update && apk add make bash git [2020-10-06T21:02:47.165Z] ---> Running in d061f23dabb2 [2020-10-06T21:02:49.818Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-06T21:02:50.814Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-06T21:02:52.274Z] Removing intermediate container b9f53fdb87dd [2020-10-06T21:02:52.274Z] ---> dcea60de503c [2020-10-06T21:02:52.274Z] [2020-10-06T21:02:52.274Z] Step 10/21 : FROM scratch [2020-10-06T21:02:52.274Z] ---> [2020-10-06T21:02:52.274Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-06T21:02:52.552Z] v3.12.0-365-g49d48cd6ad [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-06T21:02:52.552Z] v3.12.0-367-g68df6e6312 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-06T21:02:52.552Z] OK: 12623 distinct packages available [2020-10-06T21:02:52.835Z] ---> Running in 05486720b973 [2020-10-06T21:02:53.452Z] OK: 217 MiB in 51 packages [2020-10-06T21:02:53.739Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-06T21:02:53.739Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-06T21:02:53.739Z] ---> e8b35eaf2854 [2020-10-06T21:02:53.739Z] Step 3/22 : WORKDIR /edgex-go [2020-10-06T21:02:53.739Z] ---> Using cache [2020-10-06T21:02:53.739Z] ---> f48308740176 [2020-10-06T21:02:53.739Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-06T21:02:53.739Z] ---> Using cache [2020-10-06T21:02:53.739Z] ---> c833a3c3c79f [2020-10-06T21:02:53.739Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-10-06T21:02:53.739Z] ---> Running in a232f592f5f4 [2020-10-06T21:02:53.739Z] Removing intermediate container 05486720b973 [2020-10-06T21:02:53.739Z] ---> 3457c8718927 [2020-10-06T21:02:53.739Z] Step 12/21 : ENV APP_PORT=48085 [2020-10-06T21:02:54.020Z] ---> Running in c4eeb7c16f81 [2020-10-06T21:02:55.800Z] Removing intermediate container c4eeb7c16f81 [2020-10-06T21:02:55.800Z] ---> 82f17a15a853 [2020-10-06T21:02:55.800Z] Step 13/21 : EXPOSE $APP_PORT [2020-10-06T21:02:55.800Z] ---> Running in b50b83b8bed2 [2020-10-06T21:02:56.544Z] Removing intermediate container d061f23dabb2 [2020-10-06T21:02:56.544Z] ---> a4e25156729f [2020-10-06T21:02:56.544Z] Step 6/27 : COPY go.mod . [2020-10-06T21:02:57.183Z] Removing intermediate container b50b83b8bed2 [2020-10-06T21:02:57.183Z] ---> 955e8cb4da96 [2020-10-06T21:02:57.183Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-10-06T21:02:57.802Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-06T21:02:58.450Z] ---> 6d43a93247ea [2020-10-06T21:02:58.450Z] Step 7/27 : RUN go mod download [2020-10-06T21:02:58.765Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-06T21:02:59.051Z] ---> Running in 19fe391fe9de [2020-10-06T21:02:59.051Z] ---> 682fcd8247c9 [2020-10-06T21:02:59.051Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-10-06T21:03:00.567Z] v3.12.0-365-g49d48cd6ad [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-06T21:03:00.567Z] v3.12.0-367-g68df6e6312 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-06T21:03:00.567Z] OK: 12623 distinct packages available [2020-10-06T21:03:01.643Z] OK: 217 MiB in 51 packages [2020-10-06T21:03:02.643Z] OK: 217 MiB in 51 packages [2020-10-06T21:03:03.252Z] ---> 41f239d53fed [2020-10-06T21:03:03.252Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-10-06T21:03:05.255Z] ---> 2bc370854876 [2020-10-06T21:03:05.255Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-10-06T21:03:05.255Z] Removing intermediate container 19fe391fe9de [2020-10-06T21:03:05.255Z] ---> 6d3be92fbb48 [2020-10-06T21:03:05.255Z] Step 8/27 : COPY . . [2020-10-06T21:03:05.532Z] Removing intermediate container a232f592f5f4 [2020-10-06T21:03:05.532Z] ---> 52039f5fd292 [2020-10-06T21:03:05.532Z] Step 6/22 : COPY go.mod . [2020-10-06T21:03:05.532Z] ---> Running in 9aae63e4c5e5 [2020-10-06T21:03:06.535Z] Removing intermediate container 9aae63e4c5e5 [2020-10-06T21:03:06.535Z] ---> f20967f10cb7 [2020-10-06T21:03:06.535Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-06T21:03:06.810Z] ---> Running in f430577210fb [2020-10-06T21:03:07.087Z] ---> 8844e66f6054 [2020-10-06T21:03:07.087Z] Step 7/22 : RUN go mod download [2020-10-06T21:03:07.364Z] ---> Running in 8dc8c585aa65 [2020-10-06T21:03:07.982Z] Removing intermediate container f430577210fb [2020-10-06T21:03:07.982Z] ---> 55476cdec541 [2020-10-06T21:03:07.982Z] Step 19/21 : LABEL arch=arm64 [2020-10-06T21:03:08.581Z] ---> Running in 751be4a4eede [2020-10-06T21:03:10.030Z] Removing intermediate container 751be4a4eede [2020-10-06T21:03:10.030Z] ---> ddf9449c16d0 [2020-10-06T21:03:10.030Z] Step 20/21 : LABEL git_sha=b3e2acdd145c3d3302f02c8490918cd30aaf4f4f [2020-10-06T21:03:10.030Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-06T21:03:10.030Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-06T21:03:10.030Z] ---> e8b35eaf2854 [2020-10-06T21:03:10.030Z] Step 3/22 : WORKDIR /edgex-go [2020-10-06T21:03:10.030Z] ---> Using cache [2020-10-06T21:03:10.030Z] ---> f48308740176 [2020-10-06T21:03:10.030Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-06T21:03:10.030Z] ---> Using cache [2020-10-06T21:03:10.030Z] ---> c833a3c3c79f [2020-10-06T21:03:10.030Z] Step 5/22 : RUN apk update && apk add make git [2020-10-06T21:03:10.030Z] ---> Using cache [2020-10-06T21:03:10.030Z] ---> 842cea656c0c [2020-10-06T21:03:10.030Z] Step 6/22 : COPY go.mod . [2020-10-06T21:03:10.030Z] ---> Using cache [2020-10-06T21:03:10.030Z] ---> 7eb8764e5c79 [2020-10-06T21:03:10.030Z] Step 7/22 : RUN go mod download [2020-10-06T21:03:10.030Z] ---> Using cache [2020-10-06T21:03:10.030Z] ---> 345ab41c32a3 [2020-10-06T21:03:10.030Z] Step 8/22 : COPY . . [2020-10-06T21:03:10.030Z] ---> Using cache [2020-10-06T21:03:10.030Z] ---> 939d618febca [2020-10-06T21:03:10.030Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-10-06T21:03:10.306Z] ---> Running in d851e38ef466 [2020-10-06T21:03:10.593Z] ---> Running in d6e70cd86ce6 [2020-10-06T21:03:12.045Z] Removing intermediate container d851e38ef466 [2020-10-06T21:03:12.045Z] ---> b0768af9936a [2020-10-06T21:03:12.045Z] Step 21/21 : LABEL version=1.2.2-dev.50 [2020-10-06T21:03:12.644Z] ---> Running in acceb1a79e42 [2020-10-06T21:03:13.631Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.50" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-10-06T21:03:13.914Z] Removing intermediate container 8dc8c585aa65 [2020-10-06T21:03:13.914Z] ---> 68bb432e8438 [2020-10-06T21:03:13.914Z] Step 8/22 : COPY . . [2020-10-06T21:03:13.914Z] Removing intermediate container acceb1a79e42 [2020-10-06T21:03:13.914Z] ---> 8af03d862a99 [2020-10-06T21:03:13.914Z] [2020-10-06T21:03:14.902Z] Successfully built 8af03d862a99 [2020-10-06T21:03:14.902Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-10-06T21:03:37.147Z]  Building docker-support-scheduler-go ... done  ---> 1925a0d1df3c [2020-10-06T21:03:37.147Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-10-06T21:03:37.147Z] ---> Running in 570e2245c598 [2020-10-06T21:03:37.147Z] ---> 782e2e3bf125 [2020-10-06T21:03:37.147Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-10-06T21:03:37.147Z] ---> Running in a9d7b11fe39e [2020-10-06T21:03:38.591Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.50" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-10-06T21:03:39.195Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.50" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-10-06T21:03:51.647Z] Removing intermediate container 56ea4ae87aad [2020-10-06T21:03:51.647Z] ---> bb431e3d533f [2020-10-06T21:03:51.647Z] [2020-10-06T21:03:51.647Z] Step 10/22 : FROM scratch [2020-10-06T21:03:51.647Z] ---> [2020-10-06T21:03:51.647Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-06T21:03:51.647Z] ---> Using cache [2020-10-06T21:03:51.647Z] ---> 3457c8718927 [2020-10-06T21:03:51.647Z] Step 12/22 : ENV APP_PORT=48082 [2020-10-06T21:03:51.647Z] ---> Running in df11d4ff85aa [2020-10-06T21:03:51.923Z] Removing intermediate container df11d4ff85aa [2020-10-06T21:03:51.923Z] ---> 7406b57fd00b [2020-10-06T21:03:51.923Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-06T21:03:51.923Z] ---> Running in e0a8926191a3 [2020-10-06T21:03:52.527Z] Removing intermediate container e0a8926191a3 [2020-10-06T21:03:52.527Z] ---> d9e771eb0cfa [2020-10-06T21:03:52.527Z] Step 14/22 : WORKDIR / [2020-10-06T21:03:52.807Z] ---> Running in d76112cfbc97 [2020-10-06T21:03:53.413Z] Removing intermediate container d76112cfbc97 [2020-10-06T21:03:53.414Z] ---> f2eefd0b7ad6 [2020-10-06T21:03:53.414Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-10-06T21:03:54.402Z] ---> 7f47272b2a2a [2020-10-06T21:03:54.402Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-10-06T21:03:56.388Z] ---> bad4c248b6aa [2020-10-06T21:03:56.388Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-10-06T21:03:57.391Z] ---> 50f5186f252d [2020-10-06T21:03:57.391Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-10-06T21:03:57.391Z] ---> Running in 06ddbc351604 [2020-10-06T21:03:57.993Z] Removing intermediate container 06ddbc351604 [2020-10-06T21:03:57.993Z] ---> 756382ccbdc9 [2020-10-06T21:03:57.993Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-06T21:03:58.278Z] ---> Running in 8ad7e773e213 [2020-10-06T21:03:58.896Z] Removing intermediate container 8ad7e773e213 [2020-10-06T21:03:58.896Z] ---> 7636c592f843 [2020-10-06T21:03:58.896Z] Step 20/22 : LABEL arch=arm64 [2020-10-06T21:03:58.896Z] ---> Running in ef9f86c58372 [2020-10-06T21:03:59.505Z] Removing intermediate container ef9f86c58372 [2020-10-06T21:03:59.505Z] ---> dc262ce421dd [2020-10-06T21:03:59.505Z] Step 21/22 : LABEL git_sha=b3e2acdd145c3d3302f02c8490918cd30aaf4f4f [2020-10-06T21:03:59.781Z] ---> Running in b63bbd2e0a1f [2020-10-06T21:04:00.383Z] Removing intermediate container b63bbd2e0a1f [2020-10-06T21:04:00.383Z] ---> f82c3ae301df [2020-10-06T21:04:00.383Z] Step 22/22 : LABEL version=1.2.2-dev.50 [2020-10-06T21:04:00.659Z] ---> Running in d2ad24730ab2 [2020-10-06T21:04:01.262Z] Removing intermediate container d2ad24730ab2 [2020-10-06T21:04:01.262Z] ---> 53fd14342324 [2020-10-06T21:04:01.262Z] [2020-10-06T21:04:01.867Z] Successfully built 53fd14342324 [2020-10-06T21:04:01.867Z] Successfully tagged docker-core-command-go-arm64:latest [2020-10-06T21:04:40.917Z]  Building docker-core-command-go ... done Removing intermediate container 570e2245c598 [2020-10-06T21:04:40.917Z] ---> f8bf21ce52d7 [2020-10-06T21:04:40.917Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-10-06T21:04:40.917Z] ---> Running in 113bf45c0e9c [2020-10-06T21:04:42.360Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.50" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-10-06T21:04:42.635Z] Removing intermediate container a9d7b11fe39e [2020-10-06T21:04:42.635Z] ---> fe539d40a3d4 [2020-10-06T21:04:42.635Z] [2020-10-06T21:04:42.635Z] Step 10/22 : FROM scratch [2020-10-06T21:04:42.635Z] ---> [2020-10-06T21:04:42.635Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-06T21:04:42.925Z] Removing intermediate container d6e70cd86ce6 [2020-10-06T21:04:42.925Z] ---> e91305fb4b01 [2020-10-06T21:04:42.925Z] [2020-10-06T21:04:42.925Z] Step 10/22 : FROM scratch [2020-10-06T21:04:42.925Z] ---> [2020-10-06T21:04:42.925Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-06T21:04:42.925Z] ---> Using cache [2020-10-06T21:04:42.925Z] ---> cf636a71af07 [2020-10-06T21:04:42.925Z] Step 12/22 : ENV APP_PORT=48061 [2020-10-06T21:04:43.203Z] ---> Using cache [2020-10-06T21:04:43.203Z] ---> 3457c8718927 [2020-10-06T21:04:43.203Z] Step 12/22 : ENV APP_PORT=48081 [2020-10-06T21:04:43.203Z] ---> Running in c9617384a774 [2020-10-06T21:04:43.203Z] ---> Running in 013b5e2989bf [2020-10-06T21:04:43.479Z] Removing intermediate container c9617384a774 [2020-10-06T21:04:43.479Z] ---> 26d97f1040fc [2020-10-06T21:04:43.479Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-06T21:04:43.754Z] ---> Running in 5669cf965100 [2020-10-06T21:04:43.754Z] Removing intermediate container 013b5e2989bf [2020-10-06T21:04:43.754Z] ---> 85a96a1bf8c0 [2020-10-06T21:04:43.754Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-06T21:04:44.026Z] ---> Running in 60f7b275b33d [2020-10-06T21:04:44.298Z] Removing intermediate container 5669cf965100 [2020-10-06T21:04:44.298Z] ---> 2d82e88b5d9b [2020-10-06T21:04:44.298Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-10-06T21:04:44.571Z] Removing intermediate container 60f7b275b33d [2020-10-06T21:04:44.572Z] ---> 36b42b849d42 [2020-10-06T21:04:44.572Z] Step 14/22 : WORKDIR / [2020-10-06T21:04:44.572Z] ---> Running in 0574134c93a0 [2020-10-06T21:04:45.183Z] ---> 47a793e208c6 [2020-10-06T21:04:45.183Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-10-06T21:04:45.183Z] Removing intermediate container 0574134c93a0 [2020-10-06T21:04:45.183Z] ---> a98270f92e74 [2020-10-06T21:04:45.183Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-10-06T21:04:45.458Z] Removing intermediate container 113bf45c0e9c [2020-10-06T21:04:45.458Z] ---> a491ec472302 [2020-10-06T21:04:45.458Z] [2020-10-06T21:04:45.458Z] Step 11/27 : FROM docker:latest [2020-10-06T21:04:45.458Z] ---> 45884bde0078 [2020-10-06T21:04:45.458Z] Step 12/27 : RUN apk add --no-cache bash [2020-10-06T21:04:45.458Z] ---> Running in e340066c2b9b [2020-10-06T21:04:46.441Z] ---> 0fa4f0a064cb [2020-10-06T21:04:46.441Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-10-06T21:04:46.441Z] ---> 65a9aa67ead3 [2020-10-06T21:04:46.441Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-10-06T21:04:47.425Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-06T21:04:47.698Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-06T21:04:47.698Z] ---> e890c8c8c17c [2020-10-06T21:04:47.698Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-10-06T21:04:47.986Z] ---> 9517dcc330a7 [2020-10-06T21:04:47.986Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-10-06T21:04:48.261Z] (1/2) Installing readline (8.0.4-r0) [2020-10-06T21:04:48.261Z] (2/2) Installing bash (5.0.17-r0) [2020-10-06T21:04:48.261Z] Executing bash-5.0.17-r0.post-install [2020-10-06T21:04:48.537Z] Executing busybox-1.31.1-r16.trigger [2020-10-06T21:04:48.537Z] OK: 12 MiB in 22 packages [2020-10-06T21:04:48.820Z] ---> 580840882f05 [2020-10-06T21:04:48.820Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-10-06T21:04:48.820Z] ---> 8519c676c540 [2020-10-06T21:04:48.820Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-10-06T21:04:48.820Z] ---> Running in 65abb29a9139 [2020-10-06T21:04:48.820Z] ---> Running in a987848fe76e [2020-10-06T21:04:49.449Z] Removing intermediate container 65abb29a9139 [2020-10-06T21:04:49.449Z] ---> 1b42c8fff0ba [2020-10-06T21:04:49.449Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-06T21:04:49.449Z] Removing intermediate container a987848fe76e [2020-10-06T21:04:49.449Z] ---> 1009bf22ddff [2020-10-06T21:04:49.449Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-06T21:04:49.719Z] ---> Running in e059c2f560e6 [2020-10-06T21:04:49.719Z] ---> Running in ff89dc256f2c [2020-10-06T21:04:49.997Z] Removing intermediate container e340066c2b9b [2020-10-06T21:04:49.997Z] ---> f17191e13802 [2020-10-06T21:04:49.997Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-10-06T21:04:49.997Z] ---> Running in 45d495130b89 [2020-10-06T21:04:50.278Z] Removing intermediate container e059c2f560e6 [2020-10-06T21:04:50.279Z] ---> 7abbb136005d [2020-10-06T21:04:50.279Z] Step 20/22 : LABEL arch=arm64 [2020-10-06T21:04:50.279Z] Removing intermediate container ff89dc256f2c [2020-10-06T21:04:50.279Z] ---> ab00044c6f30 [2020-10-06T21:04:50.279Z] Step 20/22 : LABEL arch=arm64 [2020-10-06T21:04:50.279Z] ---> Running in ddae55d1b1a2 [2020-10-06T21:04:50.554Z] ---> Running in a9b58d3c5e76 [2020-10-06T21:04:51.152Z] Removing intermediate container ddae55d1b1a2 [2020-10-06T21:04:51.152Z] ---> 166e8bad2cf2 [2020-10-06T21:04:51.152Z] Step 21/22 : LABEL git_sha=b3e2acdd145c3d3302f02c8490918cd30aaf4f4f [2020-10-06T21:04:51.152Z] Removing intermediate container a9b58d3c5e76 [2020-10-06T21:04:51.152Z] ---> 7e501b6fe6eb [2020-10-06T21:04:51.152Z] Step 21/22 : LABEL git_sha=b3e2acdd145c3d3302f02c8490918cd30aaf4f4f [2020-10-06T21:04:51.152Z] ---> Running in 95fffedd3338 [2020-10-06T21:04:51.152Z] ---> Running in aa8edaa91535 [2020-10-06T21:04:51.749Z] Removing intermediate container 95fffedd3338 [2020-10-06T21:04:51.749Z] ---> 77fe27fbcc9b [2020-10-06T21:04:51.749Z] Step 22/22 : LABEL version=1.2.2-dev.50 [2020-10-06T21:04:51.749Z] Removing intermediate container aa8edaa91535 [2020-10-06T21:04:51.749Z] ---> 6b104af54c60 [2020-10-06T21:04:51.749Z] Step 22/22 : LABEL version=1.2.2-dev.50 [2020-10-06T21:04:51.749Z] ---> Running in c6016e152647 [2020-10-06T21:04:52.030Z] ---> Running in 6959fdbbc156 [2020-10-06T21:04:52.625Z] Removing intermediate container c6016e152647 [2020-10-06T21:04:52.625Z] ---> 300597b8a3df [2020-10-06T21:04:52.625Z] [2020-10-06T21:04:52.625Z] Removing intermediate container 6959fdbbc156 [2020-10-06T21:04:52.625Z] ---> 0c1f22e632c3 [2020-10-06T21:04:52.625Z] [2020-10-06T21:04:52.900Z] Successfully built 300597b8a3df [2020-10-06T21:04:52.900Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-10-06T21:04:53.176Z]  Building docker-support-logging-go ... done Successfully built 0c1f22e632c3 [2020-10-06T21:04:53.176Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-10-06T21:04:53.176Z]  Building docker-core-metadata-go ... done Removing intermediate container 45d495130b89 [2020-10-06T21:04:53.176Z] ---> f746fc3749c9 [2020-10-06T21:04:53.176Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-10-06T21:04:53.176Z] ---> Running in a1572db79f7b [2020-10-06T21:04:53.768Z] Removing intermediate container a1572db79f7b [2020-10-06T21:04:53.768Z] ---> 25d32b30388f [2020-10-06T21:04:53.768Z] Step 15/27 : ENV APP_PORT=48090 [2020-10-06T21:04:53.768Z] ---> Running in fe74ea57cdaa [2020-10-06T21:04:54.364Z] Removing intermediate container fe74ea57cdaa [2020-10-06T21:04:54.364Z] ---> 7353516b07a2 [2020-10-06T21:04:54.364Z] Step 16/27 : EXPOSE $APP_PORT [2020-10-06T21:04:54.364Z] ---> Running in cd7c5072d531 [2020-10-06T21:04:54.961Z] Removing intermediate container cd7c5072d531 [2020-10-06T21:04:54.961Z] ---> b3d17097080e [2020-10-06T21:04:54.961Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-10-06T21:04:55.942Z] ---> 4dd67ca19f29 [2020-10-06T21:04:55.942Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-10-06T21:04:56.921Z] ---> fd8c2ebcc0e9 [2020-10-06T21:04:56.921Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-10-06T21:04:57.516Z] ---> 4784c932f454 [2020-10-06T21:04:57.516Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-10-06T21:04:57.788Z] ---> Running in bd0a99bfd870 [2020-10-06T21:04:59.213Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-06T21:04:59.483Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-06T21:05:00.072Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-10-06T21:05:00.072Z] (2/33) Installing expat (2.2.9-r1) [2020-10-06T21:05:00.072Z] (3/33) Installing libffi (3.3-r2) [2020-10-06T21:05:00.072Z] (4/33) Installing gdbm (1.13-r1) [2020-10-06T21:05:00.072Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-10-06T21:05:00.072Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-10-06T21:05:00.072Z] (7/33) Installing python3 (3.8.5-r0) [2020-10-06T21:05:02.035Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-10-06T21:05:02.035Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-10-06T21:05:02.035Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-10-06T21:05:02.035Z] (11/33) Installing py3-six (1.15.0-r0) [2020-10-06T21:05:02.035Z] (12/33) Installing py3-packaging (20.4-r0) [2020-10-06T21:05:02.035Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-10-06T21:05:02.035Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-10-06T21:05:02.035Z] (15/33) Installing py3-idna (2.9-r0) [2020-10-06T21:05:02.035Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-10-06T21:05:02.035Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-10-06T21:05:02.310Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-10-06T21:05:02.310Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-10-06T21:05:02.310Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-10-06T21:05:02.310Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-10-06T21:05:02.310Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-10-06T21:05:02.310Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-10-06T21:05:02.310Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-10-06T21:05:02.310Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-10-06T21:05:02.310Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-10-06T21:05:02.310Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-10-06T21:05:02.587Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-10-06T21:05:02.587Z] (29/33) Installing py3-progress (1.5-r0) [2020-10-06T21:05:02.587Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-10-06T21:05:02.587Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-10-06T21:05:02.587Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-10-06T21:05:02.587Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-10-06T21:05:02.587Z] Executing busybox-1.31.1-r16.trigger [2020-10-06T21:05:02.587Z] OK: 71 MiB in 55 packages [2020-10-06T21:05:09.289Z] Removing intermediate container bd0a99bfd870 [2020-10-06T21:05:09.289Z] ---> e165afd800ad [2020-10-06T21:05:09.289Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-10-06T21:05:09.289Z] ---> Running in 2bffd8e3bd84 [2020-10-06T21:05:14.680Z] Collecting docker-compose==1.23.2 [2020-10-06T21:05:14.680Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-10-06T21:05:15.648Z] Collecting jsonschema<3,>=2.5.1 [2020-10-06T21:05:15.648Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-10-06T21:05:15.920Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-10-06T21:05:16.896Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-10-06T21:05:16.896Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-10-06T21:05:17.488Z] Collecting docopt<0.7,>=0.6.1 [2020-10-06T21:05:17.488Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-10-06T21:05:20.088Z] Collecting cached-property<2,>=1.2.0 [2020-10-06T21:05:20.088Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-10-06T21:05:20.088Z] Collecting websocket-client<1.0,>=0.32.0 [2020-10-06T21:05:20.088Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-10-06T21:05:21.511Z] Collecting dockerpty<0.5,>=0.4.1 [2020-10-06T21:05:21.511Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-10-06T21:05:22.935Z] Collecting texttable<0.10,>=0.9.0 [2020-10-06T21:05:23.207Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-10-06T21:05:25.169Z] Collecting docker<4.0,>=3.6.0 [2020-10-06T21:05:25.169Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-10-06T21:05:26.134Z] Collecting PyYAML<4,>=3.10 [2020-10-06T21:05:26.134Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-10-06T21:05:29.498Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2020-10-06T21:05:29.498Z] Collecting urllib3<1.25,>=1.21.1 [2020-10-06T21:05:29.498Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-10-06T21:05:30.088Z] Collecting idna<2.8,>=2.5 [2020-10-06T21:05:30.088Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-10-06T21:05:30.088Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2020-10-06T21:05:30.088Z] Collecting docker-pycreds>=0.4.0 [2020-10-06T21:05:30.088Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-10-06T21:05:30.360Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-10-06T21:05:30.360Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-10-06T21:05:30.360Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-10-06T21:05:30.360Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-10-06T21:05:30.955Z] Installing collected packages: jsonschema, urllib3, idna, requests, docopt, cached-property, websocket-client, dockerpty, texttable, docker-pycreds, docker, PyYAML, docker-compose [2020-10-06T21:05:31.552Z] Attempting uninstall: urllib3 [2020-10-06T21:05:31.552Z] Found existing installation: urllib3 1.25.9 [2020-10-06T21:05:31.552Z] Uninstalling urllib3-1.25.9: [2020-10-06T21:05:31.552Z] Successfully uninstalled urllib3-1.25.9 [2020-10-06T21:05:32.153Z] Attempting uninstall: idna [2020-10-06T21:05:32.153Z] Found existing installation: idna 2.9 [2020-10-06T21:05:32.153Z] Uninstalling idna-2.9: [2020-10-06T21:05:32.153Z] Successfully uninstalled idna-2.9 [2020-10-06T21:05:33.129Z] Attempting uninstall: requests [2020-10-06T21:05:33.129Z] Found existing installation: requests 2.23.0 [2020-10-06T21:05:33.129Z] Uninstalling requests-2.23.0: [2020-10-06T21:05:33.129Z] Successfully uninstalled requests-2.23.0 [2020-10-06T21:05:33.403Z] Running setup.py install for docopt: started [2020-10-06T21:05:35.377Z] Running setup.py install for docopt: finished with status 'done' [2020-10-06T21:05:35.377Z] Running setup.py install for dockerpty: started [2020-10-06T21:05:37.334Z] Running setup.py install for dockerpty: finished with status 'done' [2020-10-06T21:05:37.334Z] Running setup.py install for texttable: started [2020-10-06T21:05:39.292Z] Running setup.py install for texttable: finished with status 'done' [2020-10-06T21:05:39.886Z] Running setup.py install for PyYAML: started [2020-10-06T21:05:41.855Z] Running setup.py install for PyYAML: finished with status 'done' [2020-10-06T21:05:42.824Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2020-10-06T21:05:46.277Z] Removing intermediate container 2bffd8e3bd84 [2020-10-06T21:05:46.277Z] ---> 9c304687e519 [2020-10-06T21:05:46.277Z] Step 22/27 : RUN apk --no-cache add curl [2020-10-06T21:05:46.277Z] ---> Running in 789091df912d [2020-10-06T21:05:48.296Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-06T21:05:48.296Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-06T21:05:48.924Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-10-06T21:05:48.924Z] (2/3) Installing libcurl (7.69.1-r1) [2020-10-06T21:05:48.924Z] (3/3) Installing curl (7.69.1-r1) [2020-10-06T21:05:48.924Z] Executing busybox-1.31.1-r16.trigger [2020-10-06T21:05:48.924Z] OK: 71 MiB in 58 packages [2020-10-06T21:05:50.370Z] Removing intermediate container 789091df912d [2020-10-06T21:05:50.370Z] ---> eab163fe515b [2020-10-06T21:05:50.370Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-10-06T21:05:50.370Z] ---> Running in 8df61c8cff18 [2020-10-06T21:05:50.963Z] Removing intermediate container 8df61c8cff18 [2020-10-06T21:05:50.963Z] ---> 84afedf0af7a [2020-10-06T21:05:50.963Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-06T21:05:50.963Z] ---> Running in 015b54baf193 [2020-10-06T21:05:51.558Z] Removing intermediate container 015b54baf193 [2020-10-06T21:05:51.558Z] ---> 5e532db9509b [2020-10-06T21:05:51.558Z] Step 25/27 : LABEL arch=arm64 [2020-10-06T21:05:51.558Z] ---> Running in 613882b09666 [2020-10-06T21:05:51.831Z] Removing intermediate container 613882b09666 [2020-10-06T21:05:51.831Z] ---> 32c0fa95c2e1 [2020-10-06T21:05:51.831Z] Step 26/27 : LABEL git_sha=b3e2acdd145c3d3302f02c8490918cd30aaf4f4f [2020-10-06T21:05:52.106Z] ---> Running in 978c7c90ab7e [2020-10-06T21:05:52.700Z] Removing intermediate container 978c7c90ab7e [2020-10-06T21:05:52.700Z] ---> d9202ce0a5fb [2020-10-06T21:05:52.700Z] Step 27/27 : LABEL version=1.2.2-dev.50 [2020-10-06T21:05:52.700Z] ---> Running in 2b8429cee592 [2020-10-06T21:05:53.294Z] Removing intermediate container 2b8429cee592 [2020-10-06T21:05:53.294Z] ---> 605c44a186a6 [2020-10-06T21:05:53.294Z] [2020-10-06T21:05:53.565Z] Successfully built 605c44a186a6 [2020-10-06T21:05:53.565Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-10-06T21:05:53.853Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-10-06T21:05:53.891Z] $ docker stop --time=1 5742349ff804ca641edef1672b90376339b892673b555e0600ddc16fc9a5e6d8 [2020-10-06T21:05:55.831Z] $ docker rm -f 5742349ff804ca641edef1672b90376339b892673b555e0600ddc16fc9a5e6d8 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-06T21:05:56.524Z] + docker images [2020-10-06T21:05:56.524Z] + grep docker [2020-10-06T21:05:56.796Z] docker-sys-mgmt-agent-go-arm64 latest 605c44a186a6 4 seconds ago 270MB [2020-10-06T21:05:56.796Z] docker-core-metadata-go-arm64 latest 0c1f22e632c3 About a minute ago 13.2MB [2020-10-06T21:05:56.796Z] docker-support-logging-go-arm64 latest 300597b8a3df About a minute ago 10.6MB [2020-10-06T21:05:56.796Z] docker-core-command-go-arm64 latest 53fd14342324 About a minute ago 11.4MB [2020-10-06T21:05:56.796Z] docker-support-scheduler-go-arm64 latest 8af03d862a99 2 minutes ago 11.5MB [2020-10-06T21:05:56.796Z] docker-core-data-go-arm64 latest 5cd1f929eaf9 3 minutes ago 22.2MB [2020-10-06T21:05:56.796Z] docker-security-secretstore-setup-go-arm64 latest c6a7b23a2ad7 3 minutes ago 30.8MB [2020-10-06T21:05:56.796Z] docker-security-secrets-setup-go-arm64 latest 2e2264910c65 3 minutes ago 22.7MB [2020-10-06T21:05:56.796Z] docker-support-notifications-go-arm64 latest 806b880ef602 3 minutes ago 12.9MB [2020-10-06T21:05:56.796Z] docker-security-proxy-setup-go-arm64 latest 8304f18aa7f9 4 minutes ago 15.1MB [2020-10-06T21:05:56.796Z] docker latest 45884bde0078 2 weeks ago 198MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-10-06T21:05:57.372Z] provisioning config files... [2020-10-06T21:05:57.417Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/165@tmp/config6107981797562624569tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-10-06T21:05:57.811Z] ---> docker-login.sh [2020-10-06T21:05:57.812Z] nexus3.edgexfoundry.org:10001 [2020-10-06T21:05:58.084Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-06T21:05:58.356Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-06T21:05:58.356Z] Configure a credential helper to remove this warning. See [2020-10-06T21:05:58.356Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-06T21:05:58.356Z] [2020-10-06T21:05:58.356Z] Login Succeeded [2020-10-06T21:05:58.356Z] nexus3.edgexfoundry.org:10002 [2020-10-06T21:05:58.627Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-06T21:05:58.903Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-06T21:05:58.903Z] Configure a credential helper to remove this warning. See [2020-10-06T21:05:58.903Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-06T21:05:58.903Z] [2020-10-06T21:05:58.903Z] Login Succeeded [2020-10-06T21:05:58.903Z] nexus3.edgexfoundry.org:10003 [2020-10-06T21:05:59.174Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-06T21:05:59.449Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-06T21:05:59.449Z] Configure a credential helper to remove this warning. See [2020-10-06T21:05:59.449Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-06T21:05:59.449Z] [2020-10-06T21:05:59.449Z] Login Succeeded [2020-10-06T21:05:59.449Z] nexus3.edgexfoundry.org:10004 [2020-10-06T21:05:59.721Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-06T21:05:59.993Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-06T21:05:59.993Z] Configure a credential helper to remove this warning. See [2020-10-06T21:05:59.993Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-06T21:05:59.993Z] [2020-10-06T21:05:59.993Z] Login Succeeded [2020-10-06T21:05:59.993Z] docker.io [2020-10-06T21:06:00.265Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-06T21:06:00.856Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-06T21:06:00.856Z] Configure a credential helper to remove this warning. See [2020-10-06T21:06:00.856Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-06T21:06:00.856Z] [2020-10-06T21:06:00.856Z] Login Succeeded [2020-10-06T21:06:00.856Z] ---> docker-login.sh ends [Pipeline] } [2020-10-06T21:06:00.872Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-06T21:06:01.133Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2020-10-06T21:06:01.134Z] b3e2acdd145c3d3302f02c8490918cd30aaf4f4f [2020-10-06T21:06:01.134Z] 1.2.2-dev.50 [2020-10-06T21:06:01.134Z] b3e2acdd145c3d3302f02c8490918cd30aaf4f4f-1.2.2-dev.50 [2020-10-06T21:06:01.134Z] master [2020-10-06T21:06:01.134Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:06:01.662Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:b3e2acdd145c3d3302f02c8490918cd30aaf4f4f [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:06:02.002Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:b3e2acdd145c3d3302f02c8490918cd30aaf4f4f [2020-10-06T21:06:02.002Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-06T21:06:02.002Z] b50ee434eec6: Preparing [2020-10-06T21:06:02.002Z] da00e642ae6c: Preparing [2020-10-06T21:06:02.002Z] a9fbf47f0fc9: Preparing [2020-10-06T21:06:02.273Z] b50ee434eec6: Pushed [2020-10-06T21:06:02.273Z] a9fbf47f0fc9: Pushed [2020-10-06T21:06:04.879Z] da00e642ae6c: Pushed [2020-10-06T21:06:04.879Z] b3e2acdd145c3d3302f02c8490918cd30aaf4f4f: digest: sha256:2e8fe9347e273fb77606ee020d50236c496e5d3b611d8415a7538f9b3d616193 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:06:05.239Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.50 [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:06:05.572Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.50 [2020-10-06T21:06:05.572Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-06T21:06:05.572Z] b50ee434eec6: Preparing [2020-10-06T21:06:05.572Z] da00e642ae6c: Preparing [2020-10-06T21:06:05.572Z] a9fbf47f0fc9: Preparing [2020-10-06T21:06:05.572Z] a9fbf47f0fc9: Layer already exists [2020-10-06T21:06:05.572Z] b50ee434eec6: Layer already exists [2020-10-06T21:06:05.572Z] da00e642ae6c: Layer already exists [2020-10-06T21:06:05.843Z] 1.2.2-dev.50: digest: sha256:2e8fe9347e273fb77606ee020d50236c496e5d3b611d8415a7538f9b3d616193 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:06:06.187Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:b3e2acdd145c3d3302f02c8490918cd30aaf4f4f-1.2.2-dev.50 [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:06:06.521Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:b3e2acdd145c3d3302f02c8490918cd30aaf4f4f-1.2.2-dev.50 [2020-10-06T21:06:06.521Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-06T21:06:06.521Z] b50ee434eec6: Preparing [2020-10-06T21:06:06.521Z] da00e642ae6c: Preparing [2020-10-06T21:06:06.521Z] a9fbf47f0fc9: Preparing [2020-10-06T21:06:06.791Z] a9fbf47f0fc9: Layer already exists [2020-10-06T21:06:06.791Z] da00e642ae6c: Layer already exists [2020-10-06T21:06:06.791Z] b50ee434eec6: Layer already exists [2020-10-06T21:06:06.791Z] b3e2acdd145c3d3302f02c8490918cd30aaf4f4f-1.2.2-dev.50: digest: sha256:2e8fe9347e273fb77606ee020d50236c496e5d3b611d8415a7538f9b3d616193 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:06:07.136Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:06:07.470Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2020-10-06T21:06:07.470Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-06T21:06:07.470Z] b50ee434eec6: Preparing [2020-10-06T21:06:07.470Z] da00e642ae6c: Preparing [2020-10-06T21:06:07.470Z] a9fbf47f0fc9: Preparing [2020-10-06T21:06:07.740Z] a9fbf47f0fc9: Layer already exists [2020-10-06T21:06:07.740Z] da00e642ae6c: Layer already exists [2020-10-06T21:06:07.740Z] b50ee434eec6: Layer already exists [2020-10-06T21:06:07.740Z] master: digest: sha256:2e8fe9347e273fb77606ee020d50236c496e5d3b611d8415a7538f9b3d616193 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-06T21:06:07.949Z] ===================================================== [Pipeline] echo [2020-10-06T21:06:07.998Z] taggedImages: [2020-10-06T21:06:07.998Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:b3e2acdd145c3d3302f02c8490918cd30aaf4f4f [2020-10-06T21:06:07.998Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.50 [2020-10-06T21:06:07.998Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:b3e2acdd145c3d3302f02c8490918cd30aaf4f4f-1.2.2-dev.50 [2020-10-06T21:06:07.998Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2020-10-06T21:06:08.066Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2020-10-06T21:06:08.066Z] b3e2acdd145c3d3302f02c8490918cd30aaf4f4f [2020-10-06T21:06:08.066Z] 1.2.2-dev.50 [2020-10-06T21:06:08.066Z] b3e2acdd145c3d3302f02c8490918cd30aaf4f4f-1.2.2-dev.50 [2020-10-06T21:06:08.066Z] master [2020-10-06T21:06:08.066Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:06:08.594Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:b3e2acdd145c3d3302f02c8490918cd30aaf4f4f [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:06:08.926Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:b3e2acdd145c3d3302f02c8490918cd30aaf4f4f [2020-10-06T21:06:08.926Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-06T21:06:08.926Z] 205194d79325: Preparing [2020-10-06T21:06:08.926Z] 2f6a3e5bc5f6: Preparing [2020-10-06T21:06:08.926Z] 089bb8f57488: Preparing [2020-10-06T21:06:08.926Z] 7be576cdd164: Preparing [2020-10-06T21:06:08.926Z] fb9909381c8d: Preparing [2020-10-06T21:06:08.926Z] e2f13739ad41: Preparing [2020-10-06T21:06:08.926Z] e2f13739ad41: Waiting [2020-10-06T21:06:09.198Z] 089bb8f57488: Pushed [2020-10-06T21:06:09.198Z] 205194d79325: Pushed [2020-10-06T21:06:09.198Z] fb9909381c8d: Pushed [2020-10-06T21:06:09.470Z] e2f13739ad41: Layer already exists [2020-10-06T21:06:09.743Z] 7be576cdd164: Pushed [2020-10-06T21:06:12.342Z] 2f6a3e5bc5f6: Pushed [2020-10-06T21:06:12.613Z] b3e2acdd145c3d3302f02c8490918cd30aaf4f4f: digest: sha256:0acf5f587029e87927f45fae60abebc3374fd5df292cba4d0b7123e6f9e9d304 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:06:12.955Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.50 [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:06:13.289Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.50 [2020-10-06T21:06:13.289Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-06T21:06:13.289Z] 205194d79325: Preparing [2020-10-06T21:06:13.289Z] 2f6a3e5bc5f6: Preparing [2020-10-06T21:06:13.289Z] 089bb8f57488: Preparing [2020-10-06T21:06:13.289Z] 7be576cdd164: Preparing [2020-10-06T21:06:13.289Z] fb9909381c8d: Preparing [2020-10-06T21:06:13.289Z] e2f13739ad41: Preparing [2020-10-06T21:06:13.289Z] e2f13739ad41: Waiting [2020-10-06T21:06:13.560Z] 205194d79325: Layer already exists [2020-10-06T21:06:13.560Z] fb9909381c8d: Layer already exists [2020-10-06T21:06:13.560Z] 7be576cdd164: Layer already exists [2020-10-06T21:06:13.560Z] 2f6a3e5bc5f6: Layer already exists [2020-10-06T21:06:13.560Z] 089bb8f57488: Layer already exists [2020-10-06T21:06:13.560Z] e2f13739ad41: Layer already exists [2020-10-06T21:06:13.560Z] 1.2.2-dev.50: digest: sha256:0acf5f587029e87927f45fae60abebc3374fd5df292cba4d0b7123e6f9e9d304 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:06:13.900Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:b3e2acdd145c3d3302f02c8490918cd30aaf4f4f-1.2.2-dev.50 [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:06:14.240Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:b3e2acdd145c3d3302f02c8490918cd30aaf4f4f-1.2.2-dev.50 [2020-10-06T21:06:14.240Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-06T21:06:14.240Z] 205194d79325: Preparing [2020-10-06T21:06:14.240Z] 2f6a3e5bc5f6: Preparing [2020-10-06T21:06:14.240Z] 089bb8f57488: Preparing [2020-10-06T21:06:14.240Z] 7be576cdd164: Preparing [2020-10-06T21:06:14.240Z] fb9909381c8d: Preparing [2020-10-06T21:06:14.240Z] e2f13739ad41: Preparing [2020-10-06T21:06:14.240Z] e2f13739ad41: Waiting [2020-10-06T21:06:14.510Z] fb9909381c8d: Layer already exists [2020-10-06T21:06:14.511Z] 205194d79325: Layer already exists [2020-10-06T21:06:14.511Z] 7be576cdd164: Layer already exists [2020-10-06T21:06:14.511Z] 089bb8f57488: Layer already exists [2020-10-06T21:06:14.511Z] 2f6a3e5bc5f6: Layer already exists [2020-10-06T21:06:14.511Z] e2f13739ad41: Layer already exists [2020-10-06T21:06:14.511Z] b3e2acdd145c3d3302f02c8490918cd30aaf4f4f-1.2.2-dev.50: digest: sha256:0acf5f587029e87927f45fae60abebc3374fd5df292cba4d0b7123e6f9e9d304 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:06:14.854Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:06:15.197Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2020-10-06T21:06:15.197Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-06T21:06:15.197Z] 205194d79325: Preparing [2020-10-06T21:06:15.197Z] 2f6a3e5bc5f6: Preparing [2020-10-06T21:06:15.197Z] 089bb8f57488: Preparing [2020-10-06T21:06:15.197Z] 7be576cdd164: Preparing [2020-10-06T21:06:15.197Z] fb9909381c8d: Preparing [2020-10-06T21:06:15.197Z] e2f13739ad41: Preparing [2020-10-06T21:06:15.197Z] e2f13739ad41: Waiting [2020-10-06T21:06:15.197Z] 089bb8f57488: Layer already exists [2020-10-06T21:06:15.197Z] 2f6a3e5bc5f6: Layer already exists [2020-10-06T21:06:15.197Z] fb9909381c8d: Layer already exists [2020-10-06T21:06:15.197Z] 7be576cdd164: Layer already exists [2020-10-06T21:06:15.197Z] 205194d79325: Layer already exists [2020-10-06T21:06:15.197Z] e2f13739ad41: Layer already exists [2020-10-06T21:06:15.469Z] master: digest: sha256:0acf5f587029e87927f45fae60abebc3374fd5df292cba4d0b7123e6f9e9d304 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-06T21:06:15.674Z] ===================================================== [Pipeline] echo [2020-10-06T21:06:15.724Z] taggedImages: [2020-10-06T21:06:15.724Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:b3e2acdd145c3d3302f02c8490918cd30aaf4f4f [2020-10-06T21:06:15.724Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.50 [2020-10-06T21:06:15.724Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:b3e2acdd145c3d3302f02c8490918cd30aaf4f4f-1.2.2-dev.50 [2020-10-06T21:06:15.724Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2020-10-06T21:06:15.806Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2020-10-06T21:06:15.806Z] b3e2acdd145c3d3302f02c8490918cd30aaf4f4f [2020-10-06T21:06:15.806Z] 1.2.2-dev.50 [2020-10-06T21:06:15.806Z] b3e2acdd145c3d3302f02c8490918cd30aaf4f4f-1.2.2-dev.50 [2020-10-06T21:06:15.806Z] master [2020-10-06T21:06:15.806Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:06:16.362Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:b3e2acdd145c3d3302f02c8490918cd30aaf4f4f [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:06:16.708Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:b3e2acdd145c3d3302f02c8490918cd30aaf4f4f [2020-10-06T21:06:16.708Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-06T21:06:16.708Z] 76762dcafcf9: Preparing [2020-10-06T21:06:16.708Z] 2538f5b3e37e: Preparing [2020-10-06T21:06:16.708Z] 51f43a690bda: Preparing [2020-10-06T21:06:16.980Z] 51f43a690bda: Pushed [2020-10-06T21:06:16.980Z] 76762dcafcf9: Pushed [2020-10-06T21:06:20.352Z] 2538f5b3e37e: Pushed [2020-10-06T21:06:20.352Z] b3e2acdd145c3d3302f02c8490918cd30aaf4f4f: digest: sha256:08596c866da54c8da4e84d6ec00a51332a3c00a40ea317d671a7558789d49f54 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:06:20.688Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.50 [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:06:21.020Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.50 [2020-10-06T21:06:21.021Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-06T21:06:21.021Z] 76762dcafcf9: Preparing [2020-10-06T21:06:21.021Z] 2538f5b3e37e: Preparing [2020-10-06T21:06:21.021Z] 51f43a690bda: Preparing [2020-10-06T21:06:21.021Z] 76762dcafcf9: Layer already exists [2020-10-06T21:06:21.021Z] 51f43a690bda: Layer already exists [2020-10-06T21:06:21.021Z] 2538f5b3e37e: Layer already exists [2020-10-06T21:06:21.291Z] 1.2.2-dev.50: digest: sha256:08596c866da54c8da4e84d6ec00a51332a3c00a40ea317d671a7558789d49f54 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:06:21.631Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:b3e2acdd145c3d3302f02c8490918cd30aaf4f4f-1.2.2-dev.50 [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:06:21.962Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:b3e2acdd145c3d3302f02c8490918cd30aaf4f4f-1.2.2-dev.50 [2020-10-06T21:06:21.962Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-06T21:06:21.962Z] 76762dcafcf9: Preparing [2020-10-06T21:06:21.962Z] 2538f5b3e37e: Preparing [2020-10-06T21:06:21.962Z] 51f43a690bda: Preparing [2020-10-06T21:06:21.962Z] 76762dcafcf9: Layer already exists [2020-10-06T21:06:21.962Z] 51f43a690bda: Layer already exists [2020-10-06T21:06:21.962Z] 2538f5b3e37e: Layer already exists [2020-10-06T21:06:22.233Z] b3e2acdd145c3d3302f02c8490918cd30aaf4f4f-1.2.2-dev.50: digest: sha256:08596c866da54c8da4e84d6ec00a51332a3c00a40ea317d671a7558789d49f54 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:06:22.578Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:06:22.914Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2020-10-06T21:06:22.914Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-06T21:06:22.914Z] 76762dcafcf9: Preparing [2020-10-06T21:06:22.914Z] 2538f5b3e37e: Preparing [2020-10-06T21:06:22.914Z] 51f43a690bda: Preparing [2020-10-06T21:06:22.914Z] 2538f5b3e37e: Layer already exists [2020-10-06T21:06:22.914Z] 76762dcafcf9: Layer already exists [2020-10-06T21:06:22.914Z] 51f43a690bda: Layer already exists [2020-10-06T21:06:23.184Z] master: digest: sha256:08596c866da54c8da4e84d6ec00a51332a3c00a40ea317d671a7558789d49f54 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-06T21:06:23.434Z] ===================================================== [Pipeline] echo [2020-10-06T21:06:23.486Z] taggedImages: [2020-10-06T21:06:23.487Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:b3e2acdd145c3d3302f02c8490918cd30aaf4f4f [2020-10-06T21:06:23.487Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.50 [2020-10-06T21:06:23.487Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:b3e2acdd145c3d3302f02c8490918cd30aaf4f4f-1.2.2-dev.50 [2020-10-06T21:06:23.487Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2020-10-06T21:06:23.559Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2020-10-06T21:06:23.559Z] b3e2acdd145c3d3302f02c8490918cd30aaf4f4f [2020-10-06T21:06:23.559Z] 1.2.2-dev.50 [2020-10-06T21:06:23.559Z] b3e2acdd145c3d3302f02c8490918cd30aaf4f4f-1.2.2-dev.50 [2020-10-06T21:06:23.559Z] master [2020-10-06T21:06:23.559Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:06:24.069Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:b3e2acdd145c3d3302f02c8490918cd30aaf4f4f [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:06:24.407Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:b3e2acdd145c3d3302f02c8490918cd30aaf4f4f [2020-10-06T21:06:24.407Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-06T21:06:24.407Z] d952298cc6b3: Preparing [2020-10-06T21:06:24.407Z] ae41e0e54aab: Preparing [2020-10-06T21:06:24.407Z] 1d5ca78c70dc: Preparing [2020-10-06T21:06:24.407Z] 4969e790f7bc: Preparing [2020-10-06T21:06:24.407Z] e2f13739ad41: Preparing [2020-10-06T21:06:24.682Z] e2f13739ad41: Layer already exists [2020-10-06T21:06:24.682Z] ae41e0e54aab: Pushed [2020-10-06T21:06:24.952Z] 1d5ca78c70dc: Pushed [2020-10-06T21:06:25.222Z] 4969e790f7bc: Pushed [2020-10-06T21:06:27.185Z] d952298cc6b3: Pushed [2020-10-06T21:06:27.185Z] b3e2acdd145c3d3302f02c8490918cd30aaf4f4f: digest: sha256:8513847ad4807e67de739b7adf8684936e8ed8d2d5a1d8adaaaf185c637d95cb size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:06:27.524Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.50 [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:06:27.856Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.50 [2020-10-06T21:06:27.856Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-06T21:06:27.856Z] d952298cc6b3: Preparing [2020-10-06T21:06:27.856Z] ae41e0e54aab: Preparing [2020-10-06T21:06:27.856Z] 1d5ca78c70dc: Preparing [2020-10-06T21:06:27.856Z] 4969e790f7bc: Preparing [2020-10-06T21:06:27.856Z] e2f13739ad41: Preparing [2020-10-06T21:06:27.856Z] e2f13739ad41: Layer already exists [2020-10-06T21:06:27.856Z] ae41e0e54aab: Layer already exists [2020-10-06T21:06:27.856Z] 4969e790f7bc: Layer already exists [2020-10-06T21:06:27.856Z] 1d5ca78c70dc: Layer already exists [2020-10-06T21:06:28.128Z] d952298cc6b3: Layer already exists [2020-10-06T21:06:28.128Z] 1.2.2-dev.50: digest: sha256:8513847ad4807e67de739b7adf8684936e8ed8d2d5a1d8adaaaf185c637d95cb size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:06:28.473Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:b3e2acdd145c3d3302f02c8490918cd30aaf4f4f-1.2.2-dev.50 [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:06:28.809Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:b3e2acdd145c3d3302f02c8490918cd30aaf4f4f-1.2.2-dev.50 [2020-10-06T21:06:28.809Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-06T21:06:28.809Z] d952298cc6b3: Preparing [2020-10-06T21:06:28.809Z] ae41e0e54aab: Preparing [2020-10-06T21:06:28.809Z] 1d5ca78c70dc: Preparing [2020-10-06T21:06:28.809Z] 4969e790f7bc: Preparing [2020-10-06T21:06:28.809Z] e2f13739ad41: Preparing [2020-10-06T21:06:29.078Z] 1d5ca78c70dc: Layer already exists [2020-10-06T21:06:29.078Z] ae41e0e54aab: Layer already exists [2020-10-06T21:06:29.078Z] e2f13739ad41: Layer already exists [2020-10-06T21:06:29.078Z] 4969e790f7bc: Layer already exists [2020-10-06T21:06:29.078Z] d952298cc6b3: Layer already exists [2020-10-06T21:06:29.078Z] b3e2acdd145c3d3302f02c8490918cd30aaf4f4f-1.2.2-dev.50: digest: sha256:8513847ad4807e67de739b7adf8684936e8ed8d2d5a1d8adaaaf185c637d95cb size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:06:29.441Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:06:29.773Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2020-10-06T21:06:29.773Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-06T21:06:29.773Z] d952298cc6b3: Preparing [2020-10-06T21:06:29.773Z] ae41e0e54aab: Preparing [2020-10-06T21:06:29.773Z] 1d5ca78c70dc: Preparing [2020-10-06T21:06:29.773Z] 4969e790f7bc: Preparing [2020-10-06T21:06:29.773Z] e2f13739ad41: Preparing [2020-10-06T21:06:29.773Z] 4969e790f7bc: Layer already exists [2020-10-06T21:06:30.044Z] e2f13739ad41: Layer already exists [2020-10-06T21:06:30.044Z] d952298cc6b3: Layer already exists [2020-10-06T21:06:30.044Z] ae41e0e54aab: Layer already exists [2020-10-06T21:06:30.044Z] 1d5ca78c70dc: Layer already exists [2020-10-06T21:06:30.044Z] master: digest: sha256:8513847ad4807e67de739b7adf8684936e8ed8d2d5a1d8adaaaf185c637d95cb size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-06T21:06:30.365Z] ===================================================== [Pipeline] echo [2020-10-06T21:06:30.489Z] taggedImages: [2020-10-06T21:06:30.489Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:b3e2acdd145c3d3302f02c8490918cd30aaf4f4f [2020-10-06T21:06:30.489Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.50 [2020-10-06T21:06:30.489Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:b3e2acdd145c3d3302f02c8490918cd30aaf4f4f-1.2.2-dev.50 [2020-10-06T21:06:30.489Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2020-10-06T21:06:30.570Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go-arm64 with the following tags: [2020-10-06T21:06:30.570Z] b3e2acdd145c3d3302f02c8490918cd30aaf4f4f [2020-10-06T21:06:30.570Z] 1.2.2-dev.50 [2020-10-06T21:06:30.570Z] b3e2acdd145c3d3302f02c8490918cd30aaf4f4f-1.2.2-dev.50 [2020-10-06T21:06:30.570Z] master [2020-10-06T21:06:30.570Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:06:31.116Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:b3e2acdd145c3d3302f02c8490918cd30aaf4f4f [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:06:31.452Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:b3e2acdd145c3d3302f02c8490918cd30aaf4f4f [2020-10-06T21:06:31.452Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-06T21:06:31.452Z] 277cb1ca4d9d: Preparing [2020-10-06T21:06:31.452Z] 5ab36f2b0d7a: Preparing [2020-10-06T21:06:31.452Z] 004e759d1d02: Preparing [2020-10-06T21:06:31.452Z] 37ff0bd0425c: Preparing [2020-10-06T21:06:31.452Z] 37ff0bd0425c: Preparing [2020-10-06T21:06:31.452Z] 82cbf3443555: Preparing [2020-10-06T21:06:31.452Z] 4675e115aee3: Preparing [2020-10-06T21:06:31.452Z] 35e8e9f537f6: Preparing [2020-10-06T21:06:31.452Z] 277cb1ca4d9d: Preparing [2020-10-06T21:06:31.452Z] f5bf8374116d: Preparing [2020-10-06T21:06:31.452Z] 7c70139f50d9: Preparing [2020-10-06T21:06:31.452Z] b489fd70affe: Preparing [2020-10-06T21:06:31.452Z] e2f13739ad41: Preparing [2020-10-06T21:06:31.452Z] 35e8e9f537f6: Waiting [2020-10-06T21:06:31.452Z] f5bf8374116d: Waiting [2020-10-06T21:06:31.452Z] 4675e115aee3: Waiting [2020-10-06T21:06:31.452Z] b489fd70affe: Waiting [2020-10-06T21:06:31.452Z] e2f13739ad41: Waiting [2020-10-06T21:06:31.452Z] 7c70139f50d9: Waiting [2020-10-06T21:06:31.724Z] 5ab36f2b0d7a: Pushed [2020-10-06T21:06:31.725Z] 37ff0bd0425c: Pushed [2020-10-06T21:06:31.725Z] 004e759d1d02: Pushed [2020-10-06T21:06:31.725Z] 82cbf3443555: Pushed [2020-10-06T21:06:31.997Z] 4675e115aee3: Pushed [2020-10-06T21:06:31.997Z] 7c70139f50d9: Pushed [2020-10-06T21:06:31.997Z] 35e8e9f537f6: Pushed [2020-10-06T21:06:31.997Z] f5bf8374116d: Pushed [2020-10-06T21:06:32.267Z] e2f13739ad41: Layer already exists [2020-10-06T21:06:32.267Z] b489fd70affe: Pushed [2020-10-06T21:06:33.711Z] 277cb1ca4d9d: Pushed [2020-10-06T21:06:33.982Z] b3e2acdd145c3d3302f02c8490918cd30aaf4f4f: digest: sha256:88fb8d5cfca2a25c372da0fca716324b086cf76ec0b241cc5dc84a311982337d size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:06:34.587Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.50 [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:06:34.928Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.50 [2020-10-06T21:06:34.928Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-06T21:06:34.928Z] 277cb1ca4d9d: Preparing [2020-10-06T21:06:34.928Z] 5ab36f2b0d7a: Preparing [2020-10-06T21:06:34.928Z] 004e759d1d02: Preparing [2020-10-06T21:06:34.928Z] 37ff0bd0425c: Preparing [2020-10-06T21:06:34.928Z] 37ff0bd0425c: Preparing [2020-10-06T21:06:34.928Z] 82cbf3443555: Preparing [2020-10-06T21:06:34.928Z] 4675e115aee3: Preparing [2020-10-06T21:06:34.928Z] 35e8e9f537f6: Preparing [2020-10-06T21:06:34.928Z] 277cb1ca4d9d: Preparing [2020-10-06T21:06:34.928Z] f5bf8374116d: Preparing [2020-10-06T21:06:34.928Z] 7c70139f50d9: Preparing [2020-10-06T21:06:34.928Z] b489fd70affe: Preparing [2020-10-06T21:06:34.928Z] e2f13739ad41: Preparing [2020-10-06T21:06:34.928Z] b489fd70affe: Waiting [2020-10-06T21:06:34.928Z] e2f13739ad41: Waiting [2020-10-06T21:06:34.928Z] 4675e115aee3: Waiting [2020-10-06T21:06:34.928Z] 35e8e9f537f6: Waiting [2020-10-06T21:06:34.928Z] 7c70139f50d9: Waiting [2020-10-06T21:06:34.928Z] f5bf8374116d: Waiting [2020-10-06T21:06:34.928Z] 82cbf3443555: Layer already exists [2020-10-06T21:06:34.928Z] 004e759d1d02: Layer already exists [2020-10-06T21:06:34.928Z] 277cb1ca4d9d: Layer already exists [2020-10-06T21:06:35.201Z] 5ab36f2b0d7a: Layer already exists [2020-10-06T21:06:35.201Z] 37ff0bd0425c: Layer already exists [2020-10-06T21:06:35.201Z] 35e8e9f537f6: Layer already exists [2020-10-06T21:06:35.201Z] 4675e115aee3: Layer already exists [2020-10-06T21:06:35.201Z] b489fd70affe: Layer already exists [2020-10-06T21:06:35.201Z] f5bf8374116d: Layer already exists [2020-10-06T21:06:35.201Z] 7c70139f50d9: Layer already exists [2020-10-06T21:06:35.201Z] e2f13739ad41: Layer already exists [2020-10-06T21:06:35.201Z] 1.2.2-dev.50: digest: sha256:88fb8d5cfca2a25c372da0fca716324b086cf76ec0b241cc5dc84a311982337d size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:06:35.541Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:b3e2acdd145c3d3302f02c8490918cd30aaf4f4f-1.2.2-dev.50 [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:06:35.928Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:b3e2acdd145c3d3302f02c8490918cd30aaf4f4f-1.2.2-dev.50 [2020-10-06T21:06:35.928Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-06T21:06:35.928Z] 277cb1ca4d9d: Preparing [2020-10-06T21:06:35.928Z] 5ab36f2b0d7a: Preparing [2020-10-06T21:06:35.928Z] 004e759d1d02: Preparing [2020-10-06T21:06:35.928Z] 37ff0bd0425c: Preparing [2020-10-06T21:06:35.928Z] 37ff0bd0425c: Preparing [2020-10-06T21:06:35.928Z] 82cbf3443555: Preparing [2020-10-06T21:06:35.928Z] 4675e115aee3: Preparing [2020-10-06T21:06:35.928Z] 35e8e9f537f6: Preparing [2020-10-06T21:06:35.928Z] 277cb1ca4d9d: Preparing [2020-10-06T21:06:35.928Z] f5bf8374116d: Preparing [2020-10-06T21:06:35.928Z] 7c70139f50d9: Preparing [2020-10-06T21:06:35.928Z] b489fd70affe: Preparing [2020-10-06T21:06:35.928Z] e2f13739ad41: Preparing [2020-10-06T21:06:35.928Z] f5bf8374116d: Waiting [2020-10-06T21:06:35.928Z] 7c70139f50d9: Waiting [2020-10-06T21:06:35.928Z] b489fd70affe: Waiting [2020-10-06T21:06:35.928Z] e2f13739ad41: Waiting [2020-10-06T21:06:35.928Z] 4675e115aee3: Waiting [2020-10-06T21:06:35.928Z] 35e8e9f537f6: Waiting [2020-10-06T21:06:36.202Z] 5ab36f2b0d7a: Layer already exists [2020-10-06T21:06:36.202Z] 82cbf3443555: Layer already exists [2020-10-06T21:06:36.202Z] 37ff0bd0425c: Layer already exists [2020-10-06T21:06:36.202Z] 277cb1ca4d9d: Layer already exists [2020-10-06T21:06:36.202Z] 004e759d1d02: Layer already exists [2020-10-06T21:06:36.202Z] 4675e115aee3: Layer already exists [2020-10-06T21:06:36.202Z] 35e8e9f537f6: Layer already exists [2020-10-06T21:06:36.202Z] f5bf8374116d: Layer already exists [2020-10-06T21:06:36.202Z] 7c70139f50d9: Layer already exists [2020-10-06T21:06:36.202Z] b489fd70affe: Layer already exists [2020-10-06T21:06:36.202Z] e2f13739ad41: Layer already exists [2020-10-06T21:06:36.202Z] b3e2acdd145c3d3302f02c8490918cd30aaf4f4f-1.2.2-dev.50: digest: sha256:88fb8d5cfca2a25c372da0fca716324b086cf76ec0b241cc5dc84a311982337d size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:06:36.561Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:06:36.926Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [2020-10-06T21:06:36.926Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-06T21:06:36.926Z] 277cb1ca4d9d: Preparing [2020-10-06T21:06:36.926Z] 5ab36f2b0d7a: Preparing [2020-10-06T21:06:36.926Z] 004e759d1d02: Preparing [2020-10-06T21:06:36.926Z] 37ff0bd0425c: Preparing [2020-10-06T21:06:36.926Z] 37ff0bd0425c: Preparing [2020-10-06T21:06:36.926Z] 82cbf3443555: Preparing [2020-10-06T21:06:36.926Z] 4675e115aee3: Preparing [2020-10-06T21:06:36.926Z] 35e8e9f537f6: Preparing [2020-10-06T21:06:36.926Z] 277cb1ca4d9d: Preparing [2020-10-06T21:06:36.926Z] f5bf8374116d: Preparing [2020-10-06T21:06:36.926Z] 7c70139f50d9: Preparing [2020-10-06T21:06:36.926Z] b489fd70affe: Preparing [2020-10-06T21:06:36.926Z] e2f13739ad41: Preparing [2020-10-06T21:06:36.926Z] 4675e115aee3: Waiting [2020-10-06T21:06:36.926Z] 35e8e9f537f6: Waiting [2020-10-06T21:06:36.926Z] f5bf8374116d: Waiting [2020-10-06T21:06:36.926Z] 7c70139f50d9: Waiting [2020-10-06T21:06:36.926Z] b489fd70affe: Waiting [2020-10-06T21:06:36.926Z] e2f13739ad41: Waiting [2020-10-06T21:06:36.926Z] 277cb1ca4d9d: Layer already exists [2020-10-06T21:06:36.926Z] 37ff0bd0425c: Layer already exists [2020-10-06T21:06:36.926Z] 004e759d1d02: Layer already exists [2020-10-06T21:06:36.926Z] 82cbf3443555: Layer already exists [2020-10-06T21:06:36.926Z] 5ab36f2b0d7a: Layer already exists [2020-10-06T21:06:37.205Z] 4675e115aee3: Layer already exists [2020-10-06T21:06:37.205Z] f5bf8374116d: Layer already exists [2020-10-06T21:06:37.205Z] 35e8e9f537f6: Layer already exists [2020-10-06T21:06:37.205Z] b489fd70affe: Layer already exists [2020-10-06T21:06:37.205Z] 7c70139f50d9: Layer already exists [2020-10-06T21:06:37.205Z] e2f13739ad41: Layer already exists [2020-10-06T21:06:37.205Z] master: digest: sha256:88fb8d5cfca2a25c372da0fca716324b086cf76ec0b241cc5dc84a311982337d size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-06T21:06:37.436Z] ===================================================== [Pipeline] echo [2020-10-06T21:06:37.495Z] taggedImages: [2020-10-06T21:06:37.495Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:b3e2acdd145c3d3302f02c8490918cd30aaf4f4f [2020-10-06T21:06:37.495Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.50 [2020-10-06T21:06:37.495Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:b3e2acdd145c3d3302f02c8490918cd30aaf4f4f-1.2.2-dev.50 [2020-10-06T21:06:37.495Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [Pipeline] echo [2020-10-06T21:06:37.618Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2020-10-06T21:06:37.618Z] b3e2acdd145c3d3302f02c8490918cd30aaf4f4f [2020-10-06T21:06:37.618Z] 1.2.2-dev.50 [2020-10-06T21:06:37.618Z] b3e2acdd145c3d3302f02c8490918cd30aaf4f4f-1.2.2-dev.50 [2020-10-06T21:06:37.618Z] master [2020-10-06T21:06:37.619Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:06:38.196Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:b3e2acdd145c3d3302f02c8490918cd30aaf4f4f [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:06:38.589Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:b3e2acdd145c3d3302f02c8490918cd30aaf4f4f [2020-10-06T21:06:38.589Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-06T21:06:38.589Z] f50da5baa1b5: Preparing [2020-10-06T21:06:38.589Z] f9150da391b7: Preparing [2020-10-06T21:06:38.589Z] f2f73e04946b: Preparing [2020-10-06T21:06:38.589Z] 2a66bc969f06: Preparing [2020-10-06T21:06:38.589Z] 202db2c1a866: Preparing [2020-10-06T21:06:38.589Z] 24fc863f0ff6: Preparing [2020-10-06T21:06:38.589Z] dce8e954f5c6: Preparing [2020-10-06T21:06:38.589Z] e6bcb33f2704: Preparing [2020-10-06T21:06:38.589Z] 243033280857: Preparing [2020-10-06T21:06:38.589Z] 5e50f7da3786: Preparing [2020-10-06T21:06:38.589Z] 66b385cf80cf: Preparing [2020-10-06T21:06:38.589Z] 24fc863f0ff6: Waiting [2020-10-06T21:06:38.589Z] e6bcb33f2704: Waiting [2020-10-06T21:06:38.589Z] 243033280857: Waiting [2020-10-06T21:06:38.589Z] 5e50f7da3786: Waiting [2020-10-06T21:06:38.589Z] 66b385cf80cf: Waiting [2020-10-06T21:06:38.589Z] dce8e954f5c6: Waiting [2020-10-06T21:06:39.180Z] f50da5baa1b5: Pushed [2020-10-06T21:06:39.180Z] f9150da391b7: Pushed [2020-10-06T21:06:39.451Z] 24fc863f0ff6: Pushed [2020-10-06T21:06:39.451Z] dce8e954f5c6: Pushed [2020-10-06T21:06:39.451Z] 243033280857: Pushed [2020-10-06T21:06:39.721Z] e6bcb33f2704: Pushed [2020-10-06T21:06:39.721Z] 66b385cf80cf: Layer already exists [2020-10-06T21:06:40.315Z] 5e50f7da3786: Pushed [2020-10-06T21:06:40.913Z] f2f73e04946b: Pushed [2020-10-06T21:06:41.182Z] 202db2c1a866: Pushed [2020-10-06T21:06:41.182Z] 2a66bc969f06: Pushed [2020-10-06T21:06:41.453Z] b3e2acdd145c3d3302f02c8490918cd30aaf4f4f: digest: sha256:9b6b9443bf0bcb42d7aea7bca67c05a8f19213fc4cd0ae044cc301ddb493f168 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:06:41.794Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.50 [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:06:42.129Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.50 [2020-10-06T21:06:42.130Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-06T21:06:42.130Z] f50da5baa1b5: Preparing [2020-10-06T21:06:42.130Z] f9150da391b7: Preparing [2020-10-06T21:06:42.130Z] f2f73e04946b: Preparing [2020-10-06T21:06:42.130Z] 2a66bc969f06: Preparing [2020-10-06T21:06:42.130Z] 202db2c1a866: Preparing [2020-10-06T21:06:42.130Z] 24fc863f0ff6: Preparing [2020-10-06T21:06:42.130Z] dce8e954f5c6: Preparing [2020-10-06T21:06:42.130Z] e6bcb33f2704: Preparing [2020-10-06T21:06:42.130Z] 243033280857: Preparing [2020-10-06T21:06:42.130Z] 5e50f7da3786: Preparing [2020-10-06T21:06:42.130Z] 66b385cf80cf: Preparing [2020-10-06T21:06:42.130Z] 24fc863f0ff6: Waiting [2020-10-06T21:06:42.130Z] e6bcb33f2704: Waiting [2020-10-06T21:06:42.130Z] dce8e954f5c6: Waiting [2020-10-06T21:06:42.130Z] 5e50f7da3786: Waiting [2020-10-06T21:06:42.130Z] 66b385cf80cf: Waiting [2020-10-06T21:06:42.130Z] f9150da391b7: Layer already exists [2020-10-06T21:06:42.130Z] 2a66bc969f06: Layer already exists [2020-10-06T21:06:42.130Z] f50da5baa1b5: Layer already exists [2020-10-06T21:06:42.130Z] 202db2c1a866: Layer already exists [2020-10-06T21:06:42.130Z] f2f73e04946b: Layer already exists [2020-10-06T21:06:42.130Z] dce8e954f5c6: Layer already exists [2020-10-06T21:06:42.400Z] 24fc863f0ff6: Layer already exists [2020-10-06T21:06:42.400Z] 243033280857: Layer already exists [2020-10-06T21:06:42.400Z] e6bcb33f2704: Layer already exists [2020-10-06T21:06:42.400Z] 5e50f7da3786: Layer already exists [2020-10-06T21:06:42.400Z] 66b385cf80cf: Layer already exists [2020-10-06T21:06:42.400Z] 1.2.2-dev.50: digest: sha256:9b6b9443bf0bcb42d7aea7bca67c05a8f19213fc4cd0ae044cc301ddb493f168 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:06:42.740Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:b3e2acdd145c3d3302f02c8490918cd30aaf4f4f-1.2.2-dev.50 [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:06:43.069Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:b3e2acdd145c3d3302f02c8490918cd30aaf4f4f-1.2.2-dev.50 [2020-10-06T21:06:43.070Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-06T21:06:43.070Z] f50da5baa1b5: Preparing [2020-10-06T21:06:43.070Z] f9150da391b7: Preparing [2020-10-06T21:06:43.070Z] f2f73e04946b: Preparing [2020-10-06T21:06:43.070Z] 2a66bc969f06: Preparing [2020-10-06T21:06:43.070Z] 202db2c1a866: Preparing [2020-10-06T21:06:43.070Z] 24fc863f0ff6: Preparing [2020-10-06T21:06:43.070Z] dce8e954f5c6: Preparing [2020-10-06T21:06:43.070Z] e6bcb33f2704: Preparing [2020-10-06T21:06:43.070Z] 243033280857: Preparing [2020-10-06T21:06:43.070Z] 5e50f7da3786: Preparing [2020-10-06T21:06:43.070Z] 66b385cf80cf: Preparing [2020-10-06T21:06:43.070Z] 24fc863f0ff6: Waiting [2020-10-06T21:06:43.070Z] dce8e954f5c6: Waiting [2020-10-06T21:06:43.070Z] e6bcb33f2704: Waiting [2020-10-06T21:06:43.070Z] 243033280857: Waiting [2020-10-06T21:06:43.070Z] 5e50f7da3786: Waiting [2020-10-06T21:06:43.070Z] 66b385cf80cf: Waiting [2020-10-06T21:06:43.070Z] f2f73e04946b: Layer already exists [2020-10-06T21:06:43.070Z] 2a66bc969f06: Layer already exists [2020-10-06T21:06:43.070Z] 202db2c1a866: Layer already exists [2020-10-06T21:06:43.070Z] f50da5baa1b5: Layer already exists [2020-10-06T21:06:43.070Z] f9150da391b7: Layer already exists [2020-10-06T21:06:43.070Z] 24fc863f0ff6: Layer already exists [2020-10-06T21:06:43.070Z] 243033280857: Layer already exists [2020-10-06T21:06:43.070Z] dce8e954f5c6: Layer already exists [2020-10-06T21:06:43.070Z] e6bcb33f2704: Layer already exists [2020-10-06T21:06:43.070Z] 5e50f7da3786: Layer already exists [2020-10-06T21:06:43.341Z] 66b385cf80cf: Layer already exists [2020-10-06T21:06:43.341Z] b3e2acdd145c3d3302f02c8490918cd30aaf4f4f-1.2.2-dev.50: digest: sha256:9b6b9443bf0bcb42d7aea7bca67c05a8f19213fc4cd0ae044cc301ddb493f168 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:06:43.676Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:06:44.008Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2020-10-06T21:06:44.008Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-06T21:06:44.008Z] f50da5baa1b5: Preparing [2020-10-06T21:06:44.008Z] f9150da391b7: Preparing [2020-10-06T21:06:44.008Z] f2f73e04946b: Preparing [2020-10-06T21:06:44.008Z] 2a66bc969f06: Preparing [2020-10-06T21:06:44.008Z] 202db2c1a866: Preparing [2020-10-06T21:06:44.008Z] 24fc863f0ff6: Preparing [2020-10-06T21:06:44.008Z] dce8e954f5c6: Preparing [2020-10-06T21:06:44.008Z] e6bcb33f2704: Preparing [2020-10-06T21:06:44.008Z] 243033280857: Preparing [2020-10-06T21:06:44.008Z] 5e50f7da3786: Preparing [2020-10-06T21:06:44.008Z] 66b385cf80cf: Preparing [2020-10-06T21:06:44.008Z] e6bcb33f2704: Waiting [2020-10-06T21:06:44.008Z] 24fc863f0ff6: Waiting [2020-10-06T21:06:44.008Z] dce8e954f5c6: Waiting [2020-10-06T21:06:44.008Z] 243033280857: Waiting [2020-10-06T21:06:44.008Z] 66b385cf80cf: Waiting [2020-10-06T21:06:44.008Z] 5e50f7da3786: Waiting [2020-10-06T21:06:44.008Z] 2a66bc969f06: Layer already exists [2020-10-06T21:06:44.008Z] f9150da391b7: Layer already exists [2020-10-06T21:06:44.008Z] 202db2c1a866: Layer already exists [2020-10-06T21:06:44.008Z] f50da5baa1b5: Layer already exists [2020-10-06T21:06:44.008Z] f2f73e04946b: Layer already exists [2020-10-06T21:06:44.280Z] 24fc863f0ff6: Layer already exists [2020-10-06T21:06:44.280Z] e6bcb33f2704: Layer already exists [2020-10-06T21:06:44.280Z] dce8e954f5c6: Layer already exists [2020-10-06T21:06:44.280Z] 5e50f7da3786: Layer already exists [2020-10-06T21:06:44.280Z] 66b385cf80cf: Layer already exists [2020-10-06T21:06:44.280Z] 243033280857: Layer already exists [2020-10-06T21:06:44.280Z] master: digest: sha256:9b6b9443bf0bcb42d7aea7bca67c05a8f19213fc4cd0ae044cc301ddb493f168 size: 2616 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-06T21:06:44.466Z] ===================================================== [Pipeline] echo [2020-10-06T21:06:44.513Z] taggedImages: [2020-10-06T21:06:44.513Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:b3e2acdd145c3d3302f02c8490918cd30aaf4f4f [2020-10-06T21:06:44.513Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.50 [2020-10-06T21:06:44.513Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:b3e2acdd145c3d3302f02c8490918cd30aaf4f4f-1.2.2-dev.50 [2020-10-06T21:06:44.513Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2020-10-06T21:06:44.577Z] [edgeXDocker.push] Tagging docker image docker-support-logging-go-arm64 with the following tags: [2020-10-06T21:06:44.577Z] b3e2acdd145c3d3302f02c8490918cd30aaf4f4f [2020-10-06T21:06:44.577Z] 1.2.2-dev.50 [2020-10-06T21:06:44.577Z] b3e2acdd145c3d3302f02c8490918cd30aaf4f4f-1.2.2-dev.50 [2020-10-06T21:06:44.577Z] master [2020-10-06T21:06:44.577Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:06:45.108Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:b3e2acdd145c3d3302f02c8490918cd30aaf4f4f [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:06:45.441Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:b3e2acdd145c3d3302f02c8490918cd30aaf4f4f [2020-10-06T21:06:45.441Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-06T21:06:45.441Z] 34d12f7d5087: Preparing [2020-10-06T21:06:45.441Z] c85b2c4b8dc1: Preparing [2020-10-06T21:06:45.441Z] f3346a007564: Preparing [2020-10-06T21:06:45.441Z] 6fac0342a20a: Preparing [2020-10-06T21:06:45.714Z] 34d12f7d5087: Pushed [2020-10-06T21:06:45.714Z] f3346a007564: Pushed [2020-10-06T21:06:45.983Z] 6fac0342a20a: Pushed [2020-10-06T21:06:47.943Z] c85b2c4b8dc1: Pushed [2020-10-06T21:06:48.215Z] b3e2acdd145c3d3302f02c8490918cd30aaf4f4f: digest: sha256:922918b894021ae8f102bcc9fea3f9857c732d040aa26d0a1376de541e9d19b6 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:06:48.562Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.50 [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:06:48.902Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.50 [2020-10-06T21:06:48.902Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-06T21:06:48.902Z] 34d12f7d5087: Preparing [2020-10-06T21:06:48.902Z] c85b2c4b8dc1: Preparing [2020-10-06T21:06:48.902Z] f3346a007564: Preparing [2020-10-06T21:06:48.902Z] 6fac0342a20a: Preparing [2020-10-06T21:06:48.902Z] c85b2c4b8dc1: Layer already exists [2020-10-06T21:06:48.902Z] 34d12f7d5087: Layer already exists [2020-10-06T21:06:48.902Z] f3346a007564: Layer already exists [2020-10-06T21:06:49.174Z] 6fac0342a20a: Layer already exists [2020-10-06T21:06:49.174Z] 1.2.2-dev.50: digest: sha256:922918b894021ae8f102bcc9fea3f9857c732d040aa26d0a1376de541e9d19b6 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:06:49.511Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:b3e2acdd145c3d3302f02c8490918cd30aaf4f4f-1.2.2-dev.50 [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:06:49.841Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:b3e2acdd145c3d3302f02c8490918cd30aaf4f4f-1.2.2-dev.50 [2020-10-06T21:06:49.842Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-06T21:06:49.842Z] 34d12f7d5087: Preparing [2020-10-06T21:06:49.842Z] c85b2c4b8dc1: Preparing [2020-10-06T21:06:49.842Z] f3346a007564: Preparing [2020-10-06T21:06:49.842Z] 6fac0342a20a: Preparing [2020-10-06T21:06:50.113Z] c85b2c4b8dc1: Layer already exists [2020-10-06T21:06:50.113Z] 34d12f7d5087: Layer already exists [2020-10-06T21:06:50.113Z] 6fac0342a20a: Layer already exists [2020-10-06T21:06:50.113Z] f3346a007564: Layer already exists [2020-10-06T21:06:50.113Z] b3e2acdd145c3d3302f02c8490918cd30aaf4f4f-1.2.2-dev.50: digest: sha256:922918b894021ae8f102bcc9fea3f9857c732d040aa26d0a1376de541e9d19b6 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:06:50.450Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:06:50.783Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [2020-10-06T21:06:50.783Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-06T21:06:50.783Z] 34d12f7d5087: Preparing [2020-10-06T21:06:50.783Z] c85b2c4b8dc1: Preparing [2020-10-06T21:06:50.783Z] f3346a007564: Preparing [2020-10-06T21:06:50.783Z] 6fac0342a20a: Preparing [2020-10-06T21:06:50.783Z] c85b2c4b8dc1: Layer already exists [2020-10-06T21:06:50.783Z] 6fac0342a20a: Layer already exists [2020-10-06T21:06:50.784Z] 34d12f7d5087: Layer already exists [2020-10-06T21:06:51.052Z] f3346a007564: Layer already exists [2020-10-06T21:06:51.053Z] master: digest: sha256:922918b894021ae8f102bcc9fea3f9857c732d040aa26d0a1376de541e9d19b6 size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-06T21:06:51.255Z] ===================================================== [Pipeline] echo [2020-10-06T21:06:51.316Z] taggedImages: [2020-10-06T21:06:51.316Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:b3e2acdd145c3d3302f02c8490918cd30aaf4f4f [2020-10-06T21:06:51.316Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.50 [2020-10-06T21:06:51.316Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:b3e2acdd145c3d3302f02c8490918cd30aaf4f4f-1.2.2-dev.50 [2020-10-06T21:06:51.316Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] echo [2020-10-06T21:06:51.373Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2020-10-06T21:06:51.373Z] b3e2acdd145c3d3302f02c8490918cd30aaf4f4f [2020-10-06T21:06:51.373Z] 1.2.2-dev.50 [2020-10-06T21:06:51.373Z] b3e2acdd145c3d3302f02c8490918cd30aaf4f4f-1.2.2-dev.50 [2020-10-06T21:06:51.373Z] master [2020-10-06T21:06:51.373Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:06:51.865Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:b3e2acdd145c3d3302f02c8490918cd30aaf4f4f [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:06:52.204Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:b3e2acdd145c3d3302f02c8490918cd30aaf4f4f [2020-10-06T21:06:52.204Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-06T21:06:52.204Z] 07b4543e3d21: Preparing [2020-10-06T21:06:52.204Z] d7222bb856a1: Preparing [2020-10-06T21:06:52.204Z] 58a03023787c: Preparing [2020-10-06T21:06:52.204Z] a5f769aeab56: Preparing [2020-10-06T21:06:52.204Z] 8efaf89b789d: Preparing [2020-10-06T21:06:52.204Z] 504ddc26fa9d: Preparing [2020-10-06T21:06:52.204Z] 504ddc26fa9d: Waiting [2020-10-06T21:06:52.478Z] 58a03023787c: Pushed [2020-10-06T21:06:52.478Z] 07b4543e3d21: Pushed [2020-10-06T21:06:52.748Z] 8efaf89b789d: Pushed [2020-10-06T21:06:52.748Z] a5f769aeab56: Pushed [2020-10-06T21:06:52.748Z] 504ddc26fa9d: Pushed [2020-10-06T21:06:55.347Z] d7222bb856a1: Pushed [2020-10-06T21:06:55.616Z] b3e2acdd145c3d3302f02c8490918cd30aaf4f4f: digest: sha256:da6c49399f280cfc0fc6e9316a0b14d35ea6354580069552b3d3d82052e88191 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:06:55.995Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.50 [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:06:56.323Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.50 [2020-10-06T21:06:56.323Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-06T21:06:56.323Z] 07b4543e3d21: Preparing [2020-10-06T21:06:56.323Z] d7222bb856a1: Preparing [2020-10-06T21:06:56.323Z] 58a03023787c: Preparing [2020-10-06T21:06:56.323Z] a5f769aeab56: Preparing [2020-10-06T21:06:56.323Z] 8efaf89b789d: Preparing [2020-10-06T21:06:56.323Z] 504ddc26fa9d: Preparing [2020-10-06T21:06:56.323Z] 504ddc26fa9d: Waiting [2020-10-06T21:06:56.595Z] 07b4543e3d21: Layer already exists [2020-10-06T21:06:56.595Z] 8efaf89b789d: Layer already exists [2020-10-06T21:06:56.595Z] 58a03023787c: Layer already exists [2020-10-06T21:06:56.595Z] a5f769aeab56: Layer already exists [2020-10-06T21:06:56.595Z] d7222bb856a1: Layer already exists [2020-10-06T21:06:56.595Z] 504ddc26fa9d: Layer already exists [2020-10-06T21:06:56.595Z] 1.2.2-dev.50: digest: sha256:da6c49399f280cfc0fc6e9316a0b14d35ea6354580069552b3d3d82052e88191 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:06:56.927Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:b3e2acdd145c3d3302f02c8490918cd30aaf4f4f-1.2.2-dev.50 [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:06:57.261Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:b3e2acdd145c3d3302f02c8490918cd30aaf4f4f-1.2.2-dev.50 [2020-10-06T21:06:57.261Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-06T21:06:57.261Z] 07b4543e3d21: Preparing [2020-10-06T21:06:57.261Z] d7222bb856a1: Preparing [2020-10-06T21:06:57.261Z] 58a03023787c: Preparing [2020-10-06T21:06:57.261Z] a5f769aeab56: Preparing [2020-10-06T21:06:57.261Z] 8efaf89b789d: Preparing [2020-10-06T21:06:57.261Z] 504ddc26fa9d: Preparing [2020-10-06T21:06:57.261Z] 504ddc26fa9d: Waiting [2020-10-06T21:06:57.261Z] d7222bb856a1: Layer already exists [2020-10-06T21:06:57.261Z] 8efaf89b789d: Layer already exists [2020-10-06T21:06:57.261Z] 58a03023787c: Layer already exists [2020-10-06T21:06:57.261Z] a5f769aeab56: Layer already exists [2020-10-06T21:06:57.261Z] 07b4543e3d21: Layer already exists [2020-10-06T21:06:57.530Z] 504ddc26fa9d: Layer already exists [2020-10-06T21:06:57.530Z] b3e2acdd145c3d3302f02c8490918cd30aaf4f4f-1.2.2-dev.50: digest: sha256:da6c49399f280cfc0fc6e9316a0b14d35ea6354580069552b3d3d82052e88191 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:06:57.866Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:06:58.197Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2020-10-06T21:06:58.197Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-06T21:06:58.197Z] 07b4543e3d21: Preparing [2020-10-06T21:06:58.197Z] d7222bb856a1: Preparing [2020-10-06T21:06:58.197Z] 58a03023787c: Preparing [2020-10-06T21:06:58.197Z] a5f769aeab56: Preparing [2020-10-06T21:06:58.197Z] 8efaf89b789d: Preparing [2020-10-06T21:06:58.197Z] 504ddc26fa9d: Preparing [2020-10-06T21:06:58.197Z] 504ddc26fa9d: Waiting [2020-10-06T21:06:58.197Z] d7222bb856a1: Layer already exists [2020-10-06T21:06:58.197Z] 58a03023787c: Layer already exists [2020-10-06T21:06:58.197Z] 8efaf89b789d: Layer already exists [2020-10-06T21:06:58.197Z] a5f769aeab56: Layer already exists [2020-10-06T21:06:58.468Z] 07b4543e3d21: Layer already exists [2020-10-06T21:06:58.468Z] 504ddc26fa9d: Layer already exists [2020-10-06T21:06:58.468Z] master: digest: sha256:da6c49399f280cfc0fc6e9316a0b14d35ea6354580069552b3d3d82052e88191 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-06T21:06:58.650Z] ===================================================== [Pipeline] echo [2020-10-06T21:06:58.714Z] taggedImages: [2020-10-06T21:06:58.714Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:b3e2acdd145c3d3302f02c8490918cd30aaf4f4f [2020-10-06T21:06:58.714Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.50 [2020-10-06T21:06:58.714Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:b3e2acdd145c3d3302f02c8490918cd30aaf4f4f-1.2.2-dev.50 [2020-10-06T21:06:58.714Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2020-10-06T21:06:58.778Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2020-10-06T21:06:58.778Z] b3e2acdd145c3d3302f02c8490918cd30aaf4f4f [2020-10-06T21:06:58.778Z] 1.2.2-dev.50 [2020-10-06T21:06:58.778Z] b3e2acdd145c3d3302f02c8490918cd30aaf4f4f-1.2.2-dev.50 [2020-10-06T21:06:58.778Z] master [2020-10-06T21:06:58.778Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:06:59.286Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:b3e2acdd145c3d3302f02c8490918cd30aaf4f4f [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:06:59.618Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:b3e2acdd145c3d3302f02c8490918cd30aaf4f4f [2020-10-06T21:06:59.618Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-06T21:06:59.618Z] 4d5d4b22c982: Preparing [2020-10-06T21:06:59.618Z] 7c4857687b5e: Preparing [2020-10-06T21:06:59.618Z] 4f6e8e92ab58: Preparing [2020-10-06T21:06:59.891Z] 4f6e8e92ab58: Pushed [2020-10-06T21:06:59.891Z] 4d5d4b22c982: Pushed [2020-10-06T21:07:03.260Z] 7c4857687b5e: Pushed [2020-10-06T21:07:03.260Z] b3e2acdd145c3d3302f02c8490918cd30aaf4f4f: digest: sha256:499a9a8ba5c703244ce46ebef83c5f13737e3af80cff92a86ff2ff6752c046c9 size: 944 [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:07:03.598Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.50 [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:07:03.928Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.50 [2020-10-06T21:07:03.928Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-06T21:07:03.928Z] 4d5d4b22c982: Preparing [2020-10-06T21:07:03.928Z] 7c4857687b5e: Preparing [2020-10-06T21:07:03.928Z] 4f6e8e92ab58: Preparing [2020-10-06T21:07:03.928Z] 4f6e8e92ab58: Layer already exists [2020-10-06T21:07:03.928Z] 4d5d4b22c982: Layer already exists [2020-10-06T21:07:03.928Z] 7c4857687b5e: Layer already exists [2020-10-06T21:07:04.197Z] 1.2.2-dev.50: digest: sha256:499a9a8ba5c703244ce46ebef83c5f13737e3af80cff92a86ff2ff6752c046c9 size: 944 [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:07:04.532Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:b3e2acdd145c3d3302f02c8490918cd30aaf4f4f-1.2.2-dev.50 [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:07:04.873Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:b3e2acdd145c3d3302f02c8490918cd30aaf4f4f-1.2.2-dev.50 [2020-10-06T21:07:04.873Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-06T21:07:04.873Z] 4d5d4b22c982: Preparing [2020-10-06T21:07:04.873Z] 7c4857687b5e: Preparing [2020-10-06T21:07:04.873Z] 4f6e8e92ab58: Preparing [2020-10-06T21:07:04.873Z] 4d5d4b22c982: Layer already exists [2020-10-06T21:07:04.873Z] 4f6e8e92ab58: Layer already exists [2020-10-06T21:07:04.873Z] 7c4857687b5e: Layer already exists [2020-10-06T21:07:05.153Z] b3e2acdd145c3d3302f02c8490918cd30aaf4f4f-1.2.2-dev.50: digest: sha256:499a9a8ba5c703244ce46ebef83c5f13737e3af80cff92a86ff2ff6752c046c9 size: 944 [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:07:05.494Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:07:05.825Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2020-10-06T21:07:05.825Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-06T21:07:05.825Z] 4d5d4b22c982: Preparing [2020-10-06T21:07:05.825Z] 7c4857687b5e: Preparing [2020-10-06T21:07:05.825Z] 4f6e8e92ab58: Preparing [2020-10-06T21:07:06.095Z] 4f6e8e92ab58: Layer already exists [2020-10-06T21:07:06.095Z] 7c4857687b5e: Layer already exists [2020-10-06T21:07:06.095Z] 4d5d4b22c982: Layer already exists [2020-10-06T21:07:06.095Z] master: digest: sha256:499a9a8ba5c703244ce46ebef83c5f13737e3af80cff92a86ff2ff6752c046c9 size: 944 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-06T21:07:06.280Z] ===================================================== [Pipeline] echo [2020-10-06T21:07:06.324Z] taggedImages: [2020-10-06T21:07:06.324Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:b3e2acdd145c3d3302f02c8490918cd30aaf4f4f [2020-10-06T21:07:06.324Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.50 [2020-10-06T21:07:06.324Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:b3e2acdd145c3d3302f02c8490918cd30aaf4f4f-1.2.2-dev.50 [2020-10-06T21:07:06.324Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2020-10-06T21:07:06.397Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2020-10-06T21:07:06.397Z] b3e2acdd145c3d3302f02c8490918cd30aaf4f4f [2020-10-06T21:07:06.397Z] 1.2.2-dev.50 [2020-10-06T21:07:06.397Z] b3e2acdd145c3d3302f02c8490918cd30aaf4f4f-1.2.2-dev.50 [2020-10-06T21:07:06.397Z] master [2020-10-06T21:07:06.397Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:07:06.908Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:b3e2acdd145c3d3302f02c8490918cd30aaf4f4f [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:07:07.238Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:b3e2acdd145c3d3302f02c8490918cd30aaf4f4f [2020-10-06T21:07:07.238Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-06T21:07:07.238Z] 2df462b37894: Preparing [2020-10-06T21:07:07.238Z] 7874e4c4bd33: Preparing [2020-10-06T21:07:07.238Z] f7b52140aeec: Preparing [2020-10-06T21:07:07.238Z] 9137451f05c9: Preparing [2020-10-06T21:07:07.238Z] ea9066ab6112: Preparing [2020-10-06T21:07:07.238Z] 8d24822c364d: Preparing [2020-10-06T21:07:07.238Z] 3edd75912b22: Preparing [2020-10-06T21:07:07.238Z] f875f9e206db: Preparing [2020-10-06T21:07:07.238Z] 3994ac1dcb8b: Preparing [2020-10-06T21:07:07.238Z] 5f2247eaf593: Preparing [2020-10-06T21:07:07.238Z] 62d13be1b083: Preparing [2020-10-06T21:07:07.238Z] 94fdc660876c: Preparing [2020-10-06T21:07:07.238Z] 4e7279dfc0c0: Preparing [2020-10-06T21:07:07.238Z] 3edd75912b22: Waiting [2020-10-06T21:07:07.238Z] e2f13739ad41: Preparing [2020-10-06T21:07:07.238Z] f875f9e206db: Waiting [2020-10-06T21:07:07.238Z] 3994ac1dcb8b: Waiting [2020-10-06T21:07:07.238Z] 5f2247eaf593: Waiting [2020-10-06T21:07:07.238Z] 4e7279dfc0c0: Waiting [2020-10-06T21:07:07.238Z] e2f13739ad41: Waiting [2020-10-06T21:07:07.238Z] 8d24822c364d: Waiting [2020-10-06T21:07:07.238Z] 62d13be1b083: Waiting [2020-10-06T21:07:07.238Z] 94fdc660876c: Waiting [2020-10-06T21:07:07.833Z] ea9066ab6112: Pushed [2020-10-06T21:07:08.107Z] 2df462b37894: Pushed [2020-10-06T21:07:08.381Z] 9137451f05c9: Pushed [2020-10-06T21:07:08.653Z] f875f9e206db: Layer already exists [2020-10-06T21:07:08.653Z] 3994ac1dcb8b: Layer already exists [2020-10-06T21:07:08.653Z] 5f2247eaf593: Layer already exists [2020-10-06T21:07:08.653Z] 3edd75912b22: Pushed [2020-10-06T21:07:08.653Z] 62d13be1b083: Layer already exists [2020-10-06T21:07:08.653Z] 94fdc660876c: Layer already exists [2020-10-06T21:07:08.653Z] 4e7279dfc0c0: Layer already exists [2020-10-06T21:07:08.653Z] e2f13739ad41: Layer already exists [2020-10-06T21:07:09.248Z] 7874e4c4bd33: Pushed [2020-10-06T21:07:10.222Z] 8d24822c364d: Pushed [2020-10-06T21:07:20.342Z] f7b52140aeec: Pushed [2020-10-06T21:07:20.611Z] b3e2acdd145c3d3302f02c8490918cd30aaf4f4f: digest: sha256:3503e6eca59b02ab47dec9aa5c370342f80de3b0237a5649ece3a34f5f56697a size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:07:20.947Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.50 [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:07:21.275Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.50 [2020-10-06T21:07:21.276Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-06T21:07:21.276Z] 2df462b37894: Preparing [2020-10-06T21:07:21.276Z] 7874e4c4bd33: Preparing [2020-10-06T21:07:21.276Z] f7b52140aeec: Preparing [2020-10-06T21:07:21.276Z] 9137451f05c9: Preparing [2020-10-06T21:07:21.276Z] ea9066ab6112: Preparing [2020-10-06T21:07:21.276Z] 8d24822c364d: Preparing [2020-10-06T21:07:21.276Z] 3edd75912b22: Preparing [2020-10-06T21:07:21.276Z] f875f9e206db: Preparing [2020-10-06T21:07:21.276Z] 3994ac1dcb8b: Preparing [2020-10-06T21:07:21.276Z] 5f2247eaf593: Preparing [2020-10-06T21:07:21.276Z] 62d13be1b083: Preparing [2020-10-06T21:07:21.276Z] 94fdc660876c: Preparing [2020-10-06T21:07:21.276Z] 4e7279dfc0c0: Preparing [2020-10-06T21:07:21.276Z] e2f13739ad41: Preparing [2020-10-06T21:07:21.276Z] f875f9e206db: Waiting [2020-10-06T21:07:21.276Z] 8d24822c364d: Waiting [2020-10-06T21:07:21.276Z] 3edd75912b22: Waiting [2020-10-06T21:07:21.276Z] 5f2247eaf593: Waiting [2020-10-06T21:07:21.276Z] 62d13be1b083: Waiting [2020-10-06T21:07:21.276Z] 94fdc660876c: Waiting [2020-10-06T21:07:21.276Z] 4e7279dfc0c0: Waiting [2020-10-06T21:07:21.276Z] 3994ac1dcb8b: Waiting [2020-10-06T21:07:21.276Z] 7874e4c4bd33: Layer already exists [2020-10-06T21:07:21.276Z] 9137451f05c9: Layer already exists [2020-10-06T21:07:21.276Z] 2df462b37894: Layer already exists [2020-10-06T21:07:21.276Z] f7b52140aeec: Layer already exists [2020-10-06T21:07:21.276Z] ea9066ab6112: Layer already exists [2020-10-06T21:07:21.547Z] 3edd75912b22: Layer already exists [2020-10-06T21:07:21.547Z] 8d24822c364d: Layer already exists [2020-10-06T21:07:21.547Z] 5f2247eaf593: Layer already exists [2020-10-06T21:07:21.547Z] f875f9e206db: Layer already exists [2020-10-06T21:07:21.547Z] 3994ac1dcb8b: Layer already exists [2020-10-06T21:07:21.547Z] 4e7279dfc0c0: Layer already exists [2020-10-06T21:07:21.547Z] 94fdc660876c: Layer already exists [2020-10-06T21:07:21.547Z] 62d13be1b083: Layer already exists [2020-10-06T21:07:21.547Z] e2f13739ad41: Layer already exists [2020-10-06T21:07:21.547Z] 1.2.2-dev.50: digest: sha256:3503e6eca59b02ab47dec9aa5c370342f80de3b0237a5649ece3a34f5f56697a size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:07:21.884Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:b3e2acdd145c3d3302f02c8490918cd30aaf4f4f-1.2.2-dev.50 [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:07:22.217Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:b3e2acdd145c3d3302f02c8490918cd30aaf4f4f-1.2.2-dev.50 [2020-10-06T21:07:22.217Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-06T21:07:22.217Z] 2df462b37894: Preparing [2020-10-06T21:07:22.217Z] 7874e4c4bd33: Preparing [2020-10-06T21:07:22.217Z] f7b52140aeec: Preparing [2020-10-06T21:07:22.218Z] 9137451f05c9: Preparing [2020-10-06T21:07:22.218Z] ea9066ab6112: Preparing [2020-10-06T21:07:22.218Z] 8d24822c364d: Preparing [2020-10-06T21:07:22.218Z] 3edd75912b22: Preparing [2020-10-06T21:07:22.218Z] f875f9e206db: Preparing [2020-10-06T21:07:22.218Z] 3994ac1dcb8b: Preparing [2020-10-06T21:07:22.218Z] 5f2247eaf593: Preparing [2020-10-06T21:07:22.218Z] 62d13be1b083: Preparing [2020-10-06T21:07:22.218Z] 94fdc660876c: Preparing [2020-10-06T21:07:22.218Z] 4e7279dfc0c0: Preparing [2020-10-06T21:07:22.218Z] e2f13739ad41: Preparing [2020-10-06T21:07:22.218Z] 8d24822c364d: Waiting [2020-10-06T21:07:22.218Z] 3edd75912b22: Waiting [2020-10-06T21:07:22.218Z] f875f9e206db: Waiting [2020-10-06T21:07:22.218Z] 3994ac1dcb8b: Waiting [2020-10-06T21:07:22.218Z] 5f2247eaf593: Waiting [2020-10-06T21:07:22.218Z] 62d13be1b083: Waiting [2020-10-06T21:07:22.218Z] 94fdc660876c: Waiting [2020-10-06T21:07:22.218Z] 4e7279dfc0c0: Waiting [2020-10-06T21:07:22.218Z] e2f13739ad41: Waiting [2020-10-06T21:07:22.218Z] f7b52140aeec: Layer already exists [2020-10-06T21:07:22.218Z] 9137451f05c9: Layer already exists [2020-10-06T21:07:22.218Z] ea9066ab6112: Layer already exists [2020-10-06T21:07:22.218Z] 2df462b37894: Layer already exists [2020-10-06T21:07:22.218Z] 7874e4c4bd33: Layer already exists [2020-10-06T21:07:22.218Z] 8d24822c364d: Layer already exists [2020-10-06T21:07:22.218Z] 3edd75912b22: Layer already exists [2020-10-06T21:07:22.218Z] f875f9e206db: Layer already exists [2020-10-06T21:07:22.218Z] 5f2247eaf593: Layer already exists [2020-10-06T21:07:22.218Z] 3994ac1dcb8b: Layer already exists [2020-10-06T21:07:22.487Z] 62d13be1b083: Layer already exists [2020-10-06T21:07:22.487Z] 4e7279dfc0c0: Layer already exists [2020-10-06T21:07:22.487Z] 94fdc660876c: Layer already exists [2020-10-06T21:07:22.487Z] e2f13739ad41: Layer already exists [2020-10-06T21:07:22.488Z] b3e2acdd145c3d3302f02c8490918cd30aaf4f4f-1.2.2-dev.50: digest: sha256:3503e6eca59b02ab47dec9aa5c370342f80de3b0237a5649ece3a34f5f56697a size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:07:22.823Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:07:23.155Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2020-10-06T21:07:23.155Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-06T21:07:23.155Z] 2df462b37894: Preparing [2020-10-06T21:07:23.155Z] 7874e4c4bd33: Preparing [2020-10-06T21:07:23.155Z] f7b52140aeec: Preparing [2020-10-06T21:07:23.155Z] 9137451f05c9: Preparing [2020-10-06T21:07:23.155Z] ea9066ab6112: Preparing [2020-10-06T21:07:23.155Z] 8d24822c364d: Preparing [2020-10-06T21:07:23.155Z] 3edd75912b22: Preparing [2020-10-06T21:07:23.155Z] f875f9e206db: Preparing [2020-10-06T21:07:23.155Z] 3994ac1dcb8b: Preparing [2020-10-06T21:07:23.155Z] 5f2247eaf593: Preparing [2020-10-06T21:07:23.155Z] 62d13be1b083: Preparing [2020-10-06T21:07:23.155Z] 94fdc660876c: Preparing [2020-10-06T21:07:23.155Z] 4e7279dfc0c0: Preparing [2020-10-06T21:07:23.155Z] e2f13739ad41: Preparing [2020-10-06T21:07:23.155Z] 8d24822c364d: Waiting [2020-10-06T21:07:23.155Z] 3edd75912b22: Waiting [2020-10-06T21:07:23.155Z] f875f9e206db: Waiting [2020-10-06T21:07:23.155Z] 94fdc660876c: Waiting [2020-10-06T21:07:23.155Z] e2f13739ad41: Waiting [2020-10-06T21:07:23.155Z] 4e7279dfc0c0: Waiting [2020-10-06T21:07:23.155Z] 5f2247eaf593: Waiting [2020-10-06T21:07:23.155Z] 3994ac1dcb8b: Waiting [2020-10-06T21:07:23.155Z] 62d13be1b083: Waiting [2020-10-06T21:07:23.425Z] f7b52140aeec: Layer already exists [2020-10-06T21:07:23.425Z] 7874e4c4bd33: Layer already exists [2020-10-06T21:07:23.425Z] 2df462b37894: Layer already exists [2020-10-06T21:07:23.425Z] ea9066ab6112: Layer already exists [2020-10-06T21:07:23.425Z] 9137451f05c9: Layer already exists [2020-10-06T21:07:23.425Z] 3edd75912b22: Layer already exists [2020-10-06T21:07:23.425Z] 3994ac1dcb8b: Layer already exists [2020-10-06T21:07:23.425Z] f875f9e206db: Layer already exists [2020-10-06T21:07:23.425Z] 8d24822c364d: Layer already exists [2020-10-06T21:07:23.425Z] 5f2247eaf593: Layer already exists [2020-10-06T21:07:23.425Z] 94fdc660876c: Layer already exists [2020-10-06T21:07:23.425Z] 4e7279dfc0c0: Layer already exists [2020-10-06T21:07:23.425Z] 62d13be1b083: Layer already exists [2020-10-06T21:07:23.425Z] e2f13739ad41: Layer already exists [2020-10-06T21:07:23.425Z] master: digest: sha256:3503e6eca59b02ab47dec9aa5c370342f80de3b0237a5649ece3a34f5f56697a size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-06T21:07:23.607Z] ===================================================== [Pipeline] echo [2020-10-06T21:07:23.655Z] taggedImages: [2020-10-06T21:07:23.655Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:b3e2acdd145c3d3302f02c8490918cd30aaf4f4f [2020-10-06T21:07:23.655Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.50 [2020-10-06T21:07:23.655Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:b3e2acdd145c3d3302f02c8490918cd30aaf4f4f-1.2.2-dev.50 [2020-10-06T21:07:23.655Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2020-10-06T21:07:25.411Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-10-06T21:07:25.414Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-10-06T21:07:25.494Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:07:25.898Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-06T21:07:25.898Z] [2020-10-06T21:07:25.898Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:07:26.273Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-06T21:07:26.273Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-10-06T21:07:26.273Z] cbdbe7a5bc2a: Already exists [2020-10-06T21:07:26.273Z] 408f87550127: Pulling fs layer [2020-10-06T21:07:26.273Z] fe522b08c979: Pulling fs layer [2020-10-06T21:07:26.273Z] 221eaa008020: Pulling fs layer [2020-10-06T21:07:26.273Z] 2a4607e5d6b9: Pulling fs layer [2020-10-06T21:07:26.273Z] 8f79b27c4fd2: Pulling fs layer [2020-10-06T21:07:26.273Z] e5c8dbe1645b: Pulling fs layer [2020-10-06T21:07:26.273Z] 23e8b3b47431: Pulling fs layer [2020-10-06T21:07:26.273Z] 5c568d65a230: Pulling fs layer [2020-10-06T21:07:26.273Z] 2a4607e5d6b9: Waiting [2020-10-06T21:07:26.273Z] 5c568d65a230: Waiting [2020-10-06T21:07:26.273Z] 23e8b3b47431: Waiting [2020-10-06T21:07:26.273Z] 8f79b27c4fd2: Waiting [2020-10-06T21:07:26.273Z] e5c8dbe1645b: Waiting [2020-10-06T21:07:26.273Z] fe522b08c979: Verifying Checksum [2020-10-06T21:07:26.273Z] fe522b08c979: Download complete [2020-10-06T21:07:26.273Z] 2a4607e5d6b9: Verifying Checksum [2020-10-06T21:07:26.273Z] 2a4607e5d6b9: Download complete [2020-10-06T21:07:26.273Z] 408f87550127: Download complete [2020-10-06T21:07:26.547Z] 8f79b27c4fd2: Verifying Checksum [2020-10-06T21:07:26.547Z] 8f79b27c4fd2: Download complete [2020-10-06T21:07:26.817Z] 408f87550127: Pull complete [2020-10-06T21:07:27.421Z] fe522b08c979: Pull complete [2020-10-06T21:07:28.443Z] e5c8dbe1645b: Verifying Checksum [2020-10-06T21:07:28.443Z] e5c8dbe1645b: Download complete [2020-10-06T21:07:31.297Z] 23e8b3b47431: Verifying Checksum [2020-10-06T21:07:31.297Z] 23e8b3b47431: Download complete [2020-10-06T21:07:31.297Z] 5c568d65a230: Verifying Checksum [2020-10-06T21:07:31.297Z] 5c568d65a230: Download complete [2020-10-06T21:07:34.853Z] 221eaa008020: Verifying Checksum [2020-10-06T21:07:34.853Z] 221eaa008020: Download complete [2020-10-06T21:07:45.144Z] 221eaa008020: Pull complete [2020-10-06T21:07:45.144Z] 2a4607e5d6b9: Pull complete [2020-10-06T21:07:45.144Z] 8f79b27c4fd2: Pull complete [2020-10-06T21:07:49.468Z] e5c8dbe1645b: Pull complete [2020-10-06T21:07:53.912Z] 23e8b3b47431: Pull complete [2020-10-06T21:07:56.014Z] 5c568d65a230: Pull complete [2020-10-06T21:07:56.014Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-10-06T21:07:56.014Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-06T21:07:56.014Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-10-06T21:07:56.397Z] prd-centos7-docker-4c-2g-3766 does not seem to be running inside a container [2020-10-06T21:07:56.572Z] $ 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/165:/ws -w /ws --entrypoint= -w /w/workspace/edgex-go/165 -v /w/workspace/edgex-go/165:/w/workspace/edgex-go/165:rw,z -v /w/workspace/edgex-go/165@tmp:/w/workspace/edgex-go/165@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat [2020-10-06T21:07:57.960Z] $ docker top a3e230ceedea14b05480a5317670f5cbc46e0c29a09722a53ef4d6310bc78860 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-06T21:07:58.762Z] + snyk monitor '--org=edgex-jenkins' [2020-10-06T21:08:11.660Z] [2020-10-06T21:08:11.660Z] Monitoring /w/workspace/edgex-go/165 (github.com/edgexfoundry/edgex-go)... [2020-10-06T21:08:11.660Z] [2020-10-06T21:08:11.660Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/f01b5174-ebaf-41b4-8456-cb1b93814a61 [2020-10-06T21:08:11.660Z] [2020-10-06T21:08:11.660Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-10-06T21:08:11.660Z] [2020-10-06T21:08:11.966Z] [2020-10-06T21:08:11.966Z] Snyk CLI supports Node.js 8 and higher. [2020-10-06T21:08:11.966Z] Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. [2020-10-06T21:08:11.966Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-10-06T21:08:11.966Z] [2020-10-06T21:08:11.966Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-10-06T21:08:11.966Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } [2020-10-06T21:08:12.092Z] $ docker stop --time=1 a3e230ceedea14b05480a5317670f5cbc46e0c29a09722a53ef4d6310bc78860 [2020-10-06T21:08:15.831Z] $ docker rm -f a3e230ceedea14b05480a5317670f5cbc46e0c29a09722a53ef4d6310bc78860 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:08:17.586Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-06T21:08:17.586Z] [2020-10-06T21:08:17.586Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:08:18.264Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-06T21:08:18.264Z] latest: Pulling from edgex-devops/edgex-klar [2020-10-06T21:08:18.264Z] e7c96db7181b: Pulling fs layer [2020-10-06T21:08:18.264Z] 1868ca2cb446: Pulling fs layer [2020-10-06T21:08:18.264Z] 136be5d0fe8e: Pulling fs layer [2020-10-06T21:08:18.264Z] 894bfe63afcb: Pulling fs layer [2020-10-06T21:08:18.264Z] 894bfe63afcb: Waiting [2020-10-06T21:08:18.264Z] 1868ca2cb446: Verifying Checksum [2020-10-06T21:08:18.264Z] 1868ca2cb446: Download complete [2020-10-06T21:08:18.264Z] 136be5d0fe8e: Verifying Checksum [2020-10-06T21:08:18.264Z] 136be5d0fe8e: Download complete [2020-10-06T21:08:18.264Z] e7c96db7181b: Verifying Checksum [2020-10-06T21:08:18.264Z] e7c96db7181b: Download complete [2020-10-06T21:08:18.910Z] 894bfe63afcb: Download complete [2020-10-06T21:08:18.910Z] e7c96db7181b: Pull complete [2020-10-06T21:08:19.187Z] 1868ca2cb446: Pull complete [2020-10-06T21:08:19.187Z] 136be5d0fe8e: Pull complete [2020-10-06T21:08:19.461Z] 894bfe63afcb: Pull complete [2020-10-06T21:08:19.731Z] Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 [2020-10-06T21:08:19.731Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-06T21:08:19.731Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer [2020-10-06T21:08:19.910Z] prd-centos7-docker-4c-2g-3766 does not seem to be running inside a container [2020-10-06T21:08:20.113Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/165 -v /w/workspace/edgex-go/165:/w/workspace/edgex-go/165:rw,z -v /w/workspace/edgex-go/165@tmp:/w/workspace/edgex-go/165@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-06T21:08:21.397Z] $ docker top 42285ba1b932e79eeafd68054a0ff64ad0ead3597e2938b52dc98c77296e4229 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-06T21:08:22.507Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go:b3e2acdd145c3d3302f02c8490918cd30aaf4f4f [2020-10-06T21:08:22.507Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-06T21:08:25.290Z] $ docker stop --time=1 42285ba1b932e79eeafd68054a0ff64ad0ead3597e2938b52dc98c77296e4229 [2020-10-06T21:08:26.884Z] $ docker rm -f 42285ba1b932e79eeafd68054a0ff64ad0ead3597e2938b52dc98c77296e4229 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:08:27.499Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-06T21:08:27.500Z] . [Pipeline] withDockerContainer [2020-10-06T21:08:27.673Z] prd-centos7-docker-4c-2g-3766 does not seem to be running inside a container [2020-10-06T21:08:27.790Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/165 -v /w/workspace/edgex-go/165:/w/workspace/edgex-go/165:rw,z -v /w/workspace/edgex-go/165@tmp:/w/workspace/edgex-go/165@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-06T21:08:29.129Z] $ docker top 5443aba37b5b398474fe18fc2a5dad9365a354ae74a5e16cca1df9e266c61be8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-06T21:08:30.091Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go:b3e2acdd145c3d3302f02c8490918cd30aaf4f4f [2020-10-06T21:08:30.091Z] + tee [2020-10-06T21:08:30.091Z] clair timeout 1m0s [2020-10-06T21:08:30.091Z] docker timeout: 1m0s [2020-10-06T21:08:30.091Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-06T21:08:30.823Z] $ docker stop --time=1 5443aba37b5b398474fe18fc2a5dad9365a354ae74a5e16cca1df9e266c61be8 [2020-10-06T21:08:32.511Z] $ docker rm -f 5443aba37b5b398474fe18fc2a5dad9365a354ae74a5e16cca1df9e266c61be8 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-06T21:08:33.233Z] + mkdir -p /w/workspace/edgex-go/165/clair-reports [Pipeline] echo [2020-10-06T21:08:33.256Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/165/clair-reports/clair_results_docker-core-command-go_b3e2acdd145c3d3302f02c8490918cd30aaf4f4f.html [Pipeline] writeFile [Pipeline] step [2020-10-06T21:08:33.369Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:08:33.841Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-06T21:08:33.841Z] . [Pipeline] withDockerContainer [2020-10-06T21:08:34.047Z] prd-centos7-docker-4c-2g-3766 does not seem to be running inside a container [2020-10-06T21:08:34.183Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/165 -v /w/workspace/edgex-go/165:/w/workspace/edgex-go/165:rw,z -v /w/workspace/edgex-go/165@tmp:/w/workspace/edgex-go/165@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-06T21:08:35.324Z] $ docker top b77045ea290ebcd1f61e6654d01c3ee20e210b7ebfee8500eab2f4e49bf90d9b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-06T21:08:36.170Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go:b3e2acdd145c3d3302f02c8490918cd30aaf4f4f [2020-10-06T21:08:36.170Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-06T21:08:41.934Z] $ docker stop --time=1 b77045ea290ebcd1f61e6654d01c3ee20e210b7ebfee8500eab2f4e49bf90d9b [2020-10-06T21:08:43.729Z] $ docker rm -f b77045ea290ebcd1f61e6654d01c3ee20e210b7ebfee8500eab2f4e49bf90d9b [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:08:44.826Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-06T21:08:44.826Z] . [Pipeline] withDockerContainer [2020-10-06T21:08:45.934Z] prd-centos7-docker-4c-2g-3766 does not seem to be running inside a container [2020-10-06T21:08:46.003Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/165 -v /w/workspace/edgex-go/165:/w/workspace/edgex-go/165:rw,z -v /w/workspace/edgex-go/165@tmp:/w/workspace/edgex-go/165@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-06T21:08:47.426Z] $ docker top fc53f1a637e718b17f17d2adff0589f3a45690c28e03a89c2545c9cfdfd91d10 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-06T21:08:48.611Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go:b3e2acdd145c3d3302f02c8490918cd30aaf4f4f [2020-10-06T21:08:48.611Z] + tee [2020-10-06T21:08:48.611Z] clair timeout 1m0s [2020-10-06T21:08:48.611Z] docker timeout: 1m0s [2020-10-06T21:08:48.611Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-06T21:08:49.339Z] $ docker stop --time=1 fc53f1a637e718b17f17d2adff0589f3a45690c28e03a89c2545c9cfdfd91d10 [2020-10-06T21:08:50.936Z] $ docker rm -f fc53f1a637e718b17f17d2adff0589f3a45690c28e03a89c2545c9cfdfd91d10 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-06T21:08:51.611Z] + mkdir -p /w/workspace/edgex-go/165/clair-reports [Pipeline] echo [2020-10-06T21:08:51.630Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/165/clair-reports/clair_results_docker-core-data-go_b3e2acdd145c3d3302f02c8490918cd30aaf4f4f.html [Pipeline] writeFile [Pipeline] step [2020-10-06T21:08:51.713Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:08:52.119Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-06T21:08:52.119Z] . [Pipeline] withDockerContainer [2020-10-06T21:08:52.289Z] prd-centos7-docker-4c-2g-3766 does not seem to be running inside a container [2020-10-06T21:08:52.424Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/165 -v /w/workspace/edgex-go/165:/w/workspace/edgex-go/165:rw,z -v /w/workspace/edgex-go/165@tmp:/w/workspace/edgex-go/165@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-06T21:08:53.522Z] $ docker top c97745743a2289a9c885abc3b3699980595ebde84e368ff4952f97fdc91afb06 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-06T21:08:54.545Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go:b3e2acdd145c3d3302f02c8490918cd30aaf4f4f [2020-10-06T21:08:54.545Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-06T21:08:57.401Z] $ docker stop --time=1 c97745743a2289a9c885abc3b3699980595ebde84e368ff4952f97fdc91afb06 [2020-10-06T21:08:59.333Z] $ docker rm -f c97745743a2289a9c885abc3b3699980595ebde84e368ff4952f97fdc91afb06 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:08:59.870Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-06T21:08:59.870Z] . [Pipeline] withDockerContainer [2020-10-06T21:09:00.213Z] prd-centos7-docker-4c-2g-3766 does not seem to be running inside a container [2020-10-06T21:09:00.524Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/165 -v /w/workspace/edgex-go/165:/w/workspace/edgex-go/165:rw,z -v /w/workspace/edgex-go/165@tmp:/w/workspace/edgex-go/165@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-06T21:09:02.101Z] $ docker top 2b5de790b1a1e0ba4cfd16ee7ec62ccb85cafbd81aadb06952f36e8de57d5228 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-06T21:09:03.276Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go:b3e2acdd145c3d3302f02c8490918cd30aaf4f4f [2020-10-06T21:09:03.276Z] + tee [2020-10-06T21:09:03.276Z] clair timeout 1m0s [2020-10-06T21:09:03.276Z] docker timeout: 1m0s [2020-10-06T21:09:03.276Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-06T21:09:04.021Z] $ docker stop --time=1 2b5de790b1a1e0ba4cfd16ee7ec62ccb85cafbd81aadb06952f36e8de57d5228 [2020-10-06T21:09:05.800Z] $ docker rm -f 2b5de790b1a1e0ba4cfd16ee7ec62ccb85cafbd81aadb06952f36e8de57d5228 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-06T21:09:06.363Z] + mkdir -p /w/workspace/edgex-go/165/clair-reports [Pipeline] echo [2020-10-06T21:09:06.384Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/165/clair-reports/clair_results_docker-core-metadata-go_b3e2acdd145c3d3302f02c8490918cd30aaf4f4f.html [Pipeline] writeFile [Pipeline] step [2020-10-06T21:09:06.446Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:09:07.086Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-06T21:09:07.087Z] . [Pipeline] withDockerContainer [2020-10-06T21:09:07.359Z] prd-centos7-docker-4c-2g-3766 does not seem to be running inside a container [2020-10-06T21:09:07.475Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/165 -v /w/workspace/edgex-go/165:/w/workspace/edgex-go/165:rw,z -v /w/workspace/edgex-go/165@tmp:/w/workspace/edgex-go/165@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-06T21:09:08.900Z] $ docker top 0534332daa2a0c46e32b1929508dcba2911f40d974f29b851eda3ffba77ec49d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-06T21:09:09.624Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:b3e2acdd145c3d3302f02c8490918cd30aaf4f4f [2020-10-06T21:09:09.624Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-06T21:09:14.075Z] $ docker stop --time=1 0534332daa2a0c46e32b1929508dcba2911f40d974f29b851eda3ffba77ec49d [2020-10-06T21:09:15.633Z] $ docker rm -f 0534332daa2a0c46e32b1929508dcba2911f40d974f29b851eda3ffba77ec49d [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:09:16.343Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-06T21:09:16.343Z] . [Pipeline] withDockerContainer [2020-10-06T21:09:16.497Z] prd-centos7-docker-4c-2g-3766 does not seem to be running inside a container [2020-10-06T21:09:16.565Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/165 -v /w/workspace/edgex-go/165:/w/workspace/edgex-go/165:rw,z -v /w/workspace/edgex-go/165@tmp:/w/workspace/edgex-go/165@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-06T21:09:17.820Z] $ docker top b0de913ede870c21721800aefd941e0e43b90236ce74e944871d80af33bc4312 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-06T21:09:18.934Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:b3e2acdd145c3d3302f02c8490918cd30aaf4f4f [2020-10-06T21:09:18.934Z] + tee [2020-10-06T21:09:18.934Z] clair timeout 1m0s [2020-10-06T21:09:18.934Z] docker timeout: 1m0s [2020-10-06T21:09:18.934Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-06T21:09:19.656Z] $ docker stop --time=1 b0de913ede870c21721800aefd941e0e43b90236ce74e944871d80af33bc4312 [2020-10-06T21:09:21.367Z] $ docker rm -f b0de913ede870c21721800aefd941e0e43b90236ce74e944871d80af33bc4312 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-06T21:09:21.957Z] + mkdir -p /w/workspace/edgex-go/165/clair-reports [Pipeline] echo [2020-10-06T21:09:21.975Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/165/clair-reports/clair_results_docker-security-proxy-setup-go_b3e2acdd145c3d3302f02c8490918cd30aaf4f4f.html [Pipeline] writeFile [Pipeline] step [2020-10-06T21:09:22.082Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:09:22.439Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-06T21:09:22.439Z] . [Pipeline] withDockerContainer [2020-10-06T21:09:22.606Z] prd-centos7-docker-4c-2g-3766 does not seem to be running inside a container [2020-10-06T21:09:22.668Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/165 -v /w/workspace/edgex-go/165:/w/workspace/edgex-go/165:rw,z -v /w/workspace/edgex-go/165@tmp:/w/workspace/edgex-go/165@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-06T21:09:23.757Z] $ docker top 1a0ea63966454467ef97d044baf0eba511099828142bf2963a299cbe26a62400 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-06T21:09:24.456Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:b3e2acdd145c3d3302f02c8490918cd30aaf4f4f [2020-10-06T21:09:24.456Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-06T21:09:32.965Z] $ docker stop --time=1 1a0ea63966454467ef97d044baf0eba511099828142bf2963a299cbe26a62400 [2020-10-06T21:09:34.551Z] $ docker rm -f 1a0ea63966454467ef97d044baf0eba511099828142bf2963a299cbe26a62400 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:09:35.238Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-06T21:09:35.238Z] . [Pipeline] withDockerContainer [2020-10-06T21:09:35.641Z] prd-centos7-docker-4c-2g-3766 does not seem to be running inside a container [2020-10-06T21:09:35.732Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/165 -v /w/workspace/edgex-go/165:/w/workspace/edgex-go/165:rw,z -v /w/workspace/edgex-go/165@tmp:/w/workspace/edgex-go/165@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-06T21:09:36.691Z] $ docker top 684250bfe06a681de5ba34c66487c75fae0c1a36c29d7aff00fba95310ee3c21 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-06T21:09:37.484Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:b3e2acdd145c3d3302f02c8490918cd30aaf4f4f [2020-10-06T21:09:37.484Z] + tee [2020-10-06T21:09:37.484Z] clair timeout 1m0s [2020-10-06T21:09:37.484Z] docker timeout: 1m0s [2020-10-06T21:09:37.484Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-06T21:09:39.035Z] $ docker stop --time=1 684250bfe06a681de5ba34c66487c75fae0c1a36c29d7aff00fba95310ee3c21 [2020-10-06T21:09:40.634Z] $ docker rm -f 684250bfe06a681de5ba34c66487c75fae0c1a36c29d7aff00fba95310ee3c21 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-06T21:09:41.208Z] + mkdir -p /w/workspace/edgex-go/165/clair-reports [Pipeline] echo [2020-10-06T21:09:41.224Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/165/clair-reports/clair_results_docker-security-secrets-setup-go_b3e2acdd145c3d3302f02c8490918cd30aaf4f4f.html [Pipeline] writeFile [Pipeline] step [2020-10-06T21:09:41.275Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:09:41.678Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-06T21:09:41.678Z] . [Pipeline] withDockerContainer [2020-10-06T21:09:42.001Z] prd-centos7-docker-4c-2g-3766 does not seem to be running inside a container [2020-10-06T21:09:42.139Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/165 -v /w/workspace/edgex-go/165:/w/workspace/edgex-go/165:rw,z -v /w/workspace/edgex-go/165@tmp:/w/workspace/edgex-go/165@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-06T21:09:43.073Z] $ docker top 5b76e3d710b1c76ee98df1425cd67ecd47eda535eb634c775d8167ad83d84b1e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-06T21:09:43.675Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:b3e2acdd145c3d3302f02c8490918cd30aaf4f4f [2020-10-06T21:09:43.675Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-06T21:09:52.141Z] $ docker stop --time=1 5b76e3d710b1c76ee98df1425cd67ecd47eda535eb634c775d8167ad83d84b1e [2020-10-06T21:09:53.978Z] $ docker rm -f 5b76e3d710b1c76ee98df1425cd67ecd47eda535eb634c775d8167ad83d84b1e [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:09:54.584Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-06T21:09:54.585Z] . [Pipeline] withDockerContainer [2020-10-06T21:09:54.860Z] prd-centos7-docker-4c-2g-3766 does not seem to be running inside a container [2020-10-06T21:09:54.950Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/165 -v /w/workspace/edgex-go/165:/w/workspace/edgex-go/165:rw,z -v /w/workspace/edgex-go/165@tmp:/w/workspace/edgex-go/165@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-06T21:09:56.023Z] $ docker top 45f10c0850fda176843daca36a829978b1f18eec24c43f2be84a6a1b77df6e70 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-06T21:09:56.995Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:b3e2acdd145c3d3302f02c8490918cd30aaf4f4f [2020-10-06T21:09:56.995Z] + tee [2020-10-06T21:09:56.995Z] clair timeout 1m0s [2020-10-06T21:09:56.995Z] docker timeout: 1m0s [2020-10-06T21:09:56.995Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-06T21:09:58.550Z] $ docker stop --time=1 45f10c0850fda176843daca36a829978b1f18eec24c43f2be84a6a1b77df6e70 [2020-10-06T21:10:00.184Z] $ docker rm -f 45f10c0850fda176843daca36a829978b1f18eec24c43f2be84a6a1b77df6e70 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-06T21:10:00.725Z] + mkdir -p /w/workspace/edgex-go/165/clair-reports [Pipeline] echo [2020-10-06T21:10:00.762Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/165/clair-reports/clair_results_docker-security-secretstore-setup-go_b3e2acdd145c3d3302f02c8490918cd30aaf4f4f.html [Pipeline] writeFile [Pipeline] step [2020-10-06T21:10:00.813Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:10:01.914Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-06T21:10:01.914Z] . [Pipeline] withDockerContainer [2020-10-06T21:10:02.170Z] prd-centos7-docker-4c-2g-3766 does not seem to be running inside a container [2020-10-06T21:10:02.266Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/165 -v /w/workspace/edgex-go/165:/w/workspace/edgex-go/165:rw,z -v /w/workspace/edgex-go/165@tmp:/w/workspace/edgex-go/165@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-06T21:10:03.562Z] $ docker top 85f8e49c7adb42b5970835538ca762400531504aed141ab6cc719a3c109a593c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-06T21:10:04.162Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go:b3e2acdd145c3d3302f02c8490918cd30aaf4f4f [2020-10-06T21:10:04.162Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-06T21:10:07.695Z] $ docker stop --time=1 85f8e49c7adb42b5970835538ca762400531504aed141ab6cc719a3c109a593c [2020-10-06T21:10:09.439Z] $ docker rm -f 85f8e49c7adb42b5970835538ca762400531504aed141ab6cc719a3c109a593c [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:10:10.170Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-06T21:10:10.170Z] . [Pipeline] withDockerContainer [2020-10-06T21:10:10.332Z] prd-centos7-docker-4c-2g-3766 does not seem to be running inside a container [2020-10-06T21:10:10.412Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/165 -v /w/workspace/edgex-go/165:/w/workspace/edgex-go/165:rw,z -v /w/workspace/edgex-go/165@tmp:/w/workspace/edgex-go/165@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-06T21:10:11.640Z] $ docker top 2891a58df7e6ab5cefcc08ec6eae54a0dd46e4a18bc1ab7a1883836f2fe69902 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-06T21:10:12.701Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go:b3e2acdd145c3d3302f02c8490918cd30aaf4f4f [2020-10-06T21:10:12.701Z] + tee [2020-10-06T21:10:12.701Z] clair timeout 1m0s [2020-10-06T21:10:12.701Z] docker timeout: 1m0s [2020-10-06T21:10:12.701Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-06T21:10:13.805Z] $ docker stop --time=1 2891a58df7e6ab5cefcc08ec6eae54a0dd46e4a18bc1ab7a1883836f2fe69902 [2020-10-06T21:10:15.337Z] $ docker rm -f 2891a58df7e6ab5cefcc08ec6eae54a0dd46e4a18bc1ab7a1883836f2fe69902 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-06T21:10:15.875Z] + mkdir -p /w/workspace/edgex-go/165/clair-reports [Pipeline] echo [2020-10-06T21:10:15.894Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/165/clair-reports/clair_results_docker-support-logging-go_b3e2acdd145c3d3302f02c8490918cd30aaf4f4f.html [Pipeline] writeFile [Pipeline] step [2020-10-06T21:10:15.955Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:10:16.312Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-06T21:10:16.313Z] . [Pipeline] withDockerContainer [2020-10-06T21:10:16.499Z] prd-centos7-docker-4c-2g-3766 does not seem to be running inside a container [2020-10-06T21:10:16.601Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/165 -v /w/workspace/edgex-go/165:/w/workspace/edgex-go/165:rw,z -v /w/workspace/edgex-go/165@tmp:/w/workspace/edgex-go/165@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-06T21:10:18.095Z] $ docker top 9c74068d6d4a9e2d08cc94ade647442bb373f42b1c95a651c42a6e9fd79c3dc0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-06T21:10:19.151Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go:b3e2acdd145c3d3302f02c8490918cd30aaf4f4f [2020-10-06T21:10:19.151Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-06T21:10:23.660Z] $ docker stop --time=1 9c74068d6d4a9e2d08cc94ade647442bb373f42b1c95a651c42a6e9fd79c3dc0 [2020-10-06T21:10:25.298Z] $ docker rm -f 9c74068d6d4a9e2d08cc94ade647442bb373f42b1c95a651c42a6e9fd79c3dc0 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:10:26.110Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-06T21:10:26.110Z] . [Pipeline] withDockerContainer [2020-10-06T21:10:26.323Z] prd-centos7-docker-4c-2g-3766 does not seem to be running inside a container [2020-10-06T21:10:26.391Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/165 -v /w/workspace/edgex-go/165:/w/workspace/edgex-go/165:rw,z -v /w/workspace/edgex-go/165@tmp:/w/workspace/edgex-go/165@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-06T21:10:27.758Z] $ docker top 673473e5813748102b0268c9f8f0a2f38ebb534dba809f9f67141444e5440bcd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-06T21:10:28.394Z] + + tee/klar [2020-10-06T21:10:28.394Z] nexus3.edgexfoundry.org:10004/docker-support-notifications-go:b3e2acdd145c3d3302f02c8490918cd30aaf4f4f [2020-10-06T21:10:28.394Z] clair timeout 1m0s [2020-10-06T21:10:28.394Z] docker timeout: 1m0s [2020-10-06T21:10:28.394Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-06T21:10:29.465Z] $ docker stop --time=1 673473e5813748102b0268c9f8f0a2f38ebb534dba809f9f67141444e5440bcd [2020-10-06T21:10:31.131Z] $ docker rm -f 673473e5813748102b0268c9f8f0a2f38ebb534dba809f9f67141444e5440bcd [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-06T21:10:31.626Z] + mkdir -p /w/workspace/edgex-go/165/clair-reports [Pipeline] echo [2020-10-06T21:10:31.643Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/165/clair-reports/clair_results_docker-support-notifications-go_b3e2acdd145c3d3302f02c8490918cd30aaf4f4f.html [Pipeline] writeFile [Pipeline] step [2020-10-06T21:10:31.696Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:10:32.114Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-06T21:10:32.114Z] . [Pipeline] withDockerContainer [2020-10-06T21:10:32.390Z] prd-centos7-docker-4c-2g-3766 does not seem to be running inside a container [2020-10-06T21:10:32.480Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/165 -v /w/workspace/edgex-go/165:/w/workspace/edgex-go/165:rw,z -v /w/workspace/edgex-go/165@tmp:/w/workspace/edgex-go/165@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-06T21:10:34.297Z] $ docker top ae0493ab65f176e059447f78ff38619703bf154ed37210f058f4ddfb6234f2f6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-06T21:10:35.323Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:b3e2acdd145c3d3302f02c8490918cd30aaf4f4f [2020-10-06T21:10:35.323Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-06T21:10:38.269Z] $ docker stop --time=1 ae0493ab65f176e059447f78ff38619703bf154ed37210f058f4ddfb6234f2f6 [2020-10-06T21:10:40.064Z] $ docker rm -f ae0493ab65f176e059447f78ff38619703bf154ed37210f058f4ddfb6234f2f6 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:10:40.865Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-06T21:10:40.865Z] . [Pipeline] withDockerContainer [2020-10-06T21:10:41.085Z] prd-centos7-docker-4c-2g-3766 does not seem to be running inside a container [2020-10-06T21:10:41.174Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/165 -v /w/workspace/edgex-go/165:/w/workspace/edgex-go/165:rw,z -v /w/workspace/edgex-go/165@tmp:/w/workspace/edgex-go/165@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-06T21:10:42.401Z] $ docker top 519ef51c12334e2bd22832cd5363504c3b3a4862a66510cf26c948b563be7e94 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-06T21:10:43.127Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:b3e2acdd145c3d3302f02c8490918cd30aaf4f4f [2020-10-06T21:10:43.127Z] + tee [2020-10-06T21:10:43.127Z] clair timeout 1m0s [2020-10-06T21:10:43.127Z] docker timeout: 1m0s [2020-10-06T21:10:43.127Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-06T21:10:44.238Z] $ docker stop --time=1 519ef51c12334e2bd22832cd5363504c3b3a4862a66510cf26c948b563be7e94 [2020-10-06T21:10:45.938Z] $ docker rm -f 519ef51c12334e2bd22832cd5363504c3b3a4862a66510cf26c948b563be7e94 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-06T21:10:46.602Z] + mkdir -p /w/workspace/edgex-go/165/clair-reports [Pipeline] echo [2020-10-06T21:10:46.677Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/165/clair-reports/clair_results_docker-support-scheduler-go_b3e2acdd145c3d3302f02c8490918cd30aaf4f4f.html [Pipeline] writeFile [Pipeline] step [2020-10-06T21:10:46.749Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:10:47.380Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-06T21:10:47.380Z] . [Pipeline] withDockerContainer [2020-10-06T21:10:47.902Z] prd-centos7-docker-4c-2g-3766 does not seem to be running inside a container [2020-10-06T21:10:47.977Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/165 -v /w/workspace/edgex-go/165:/w/workspace/edgex-go/165:rw,z -v /w/workspace/edgex-go/165@tmp:/w/workspace/edgex-go/165@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-06T21:10:50.243Z] $ docker top edecef38e20ad6e004598f088110667048d2d3a7da37ecdb763b93da21e15662 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-06T21:10:50.972Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:b3e2acdd145c3d3302f02c8490918cd30aaf4f4f [2020-10-06T21:10:50.972Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-06T21:11:06.249Z] $ docker stop --time=1 edecef38e20ad6e004598f088110667048d2d3a7da37ecdb763b93da21e15662 [2020-10-06T21:11:08.263Z] $ docker rm -f edecef38e20ad6e004598f088110667048d2d3a7da37ecdb763b93da21e15662 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:11:08.838Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-06T21:11:08.838Z] . [Pipeline] withDockerContainer [2020-10-06T21:11:09.029Z] prd-centos7-docker-4c-2g-3766 does not seem to be running inside a container [2020-10-06T21:11:09.139Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/165 -v /w/workspace/edgex-go/165:/w/workspace/edgex-go/165:rw,z -v /w/workspace/edgex-go/165@tmp:/w/workspace/edgex-go/165@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-06T21:11:10.527Z] $ docker top a8c87e17d0970efd909e27cba037e53240d1f3779b1046fd3dd8da8ed9027948 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-06T21:11:11.222Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:b3e2acdd145c3d3302f02c8490918cd30aaf4f4f [2020-10-06T21:11:11.222Z] + tee [2020-10-06T21:11:11.222Z] clair timeout 1m0s [2020-10-06T21:11:11.222Z] docker timeout: 1m0s [2020-10-06T21:11:11.222Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-06T21:11:13.314Z] $ docker stop --time=1 a8c87e17d0970efd909e27cba037e53240d1f3779b1046fd3dd8da8ed9027948 [2020-10-06T21:11:15.177Z] $ docker rm -f a8c87e17d0970efd909e27cba037e53240d1f3779b1046fd3dd8da8ed9027948 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-06T21:11:15.718Z] + mkdir -p /w/workspace/edgex-go/165/clair-reports [Pipeline] echo [2020-10-06T21:11:15.733Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/165/clair-reports/clair_results_docker-sys-mgmt-agent-go_b3e2acdd145c3d3302f02c8490918cd30aaf4f4f.html [Pipeline] writeFile [Pipeline] step [2020-10-06T21:11:15.786Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:11:16.202Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-06T21:11:16.202Z] . [Pipeline] withDockerContainer [2020-10-06T21:11:16.583Z] prd-centos7-docker-4c-2g-3766 does not seem to be running inside a container [2020-10-06T21:11:16.656Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/165 -v /w/workspace/edgex-go/165:/w/workspace/edgex-go/165:rw,z -v /w/workspace/edgex-go/165@tmp:/w/workspace/edgex-go/165@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-06T21:11:18.363Z] $ docker top cec30c6275694f7caf1982884d593c9874361428223890369264ab9accd6a0ee -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-06T21:11:19.104Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:b3e2acdd145c3d3302f02c8490918cd30aaf4f4f [2020-10-06T21:11:19.104Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-06T21:11:21.923Z] $ docker stop --time=1 cec30c6275694f7caf1982884d593c9874361428223890369264ab9accd6a0ee [2020-10-06T21:11:23.567Z] $ docker rm -f cec30c6275694f7caf1982884d593c9874361428223890369264ab9accd6a0ee [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:11:24.226Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-06T21:11:24.226Z] . [Pipeline] withDockerContainer [2020-10-06T21:11:24.601Z] prd-centos7-docker-4c-2g-3766 does not seem to be running inside a container [2020-10-06T21:11:24.732Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/165 -v /w/workspace/edgex-go/165:/w/workspace/edgex-go/165:rw,z -v /w/workspace/edgex-go/165@tmp:/w/workspace/edgex-go/165@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-06T21:11:25.807Z] $ docker top 586448d5a472f73c1443a305200e28ec85ef6d0641a1ff9362f8463d317be6df -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-06T21:11:26.520Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:b3e2acdd145c3d3302f02c8490918cd30aaf4f4f [2020-10-06T21:11:26.520Z] + tee [2020-10-06T21:11:26.520Z] clair timeout 1m0s [2020-10-06T21:11:26.520Z] docker timeout: 1m0s [2020-10-06T21:11:26.520Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-06T21:11:27.214Z] $ docker stop --time=1 586448d5a472f73c1443a305200e28ec85ef6d0641a1ff9362f8463d317be6df [2020-10-06T21:11:28.990Z] $ docker rm -f 586448d5a472f73c1443a305200e28ec85ef6d0641a1ff9362f8463d317be6df [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-06T21:11:29.709Z] + mkdir -p /w/workspace/edgex-go/165/clair-reports [Pipeline] echo [2020-10-06T21:11:29.726Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/165/clair-reports/clair_results_docker-core-command-go-arm64_b3e2acdd145c3d3302f02c8490918cd30aaf4f4f.html [Pipeline] writeFile [Pipeline] step [2020-10-06T21:11:29.791Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:11:30.377Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-06T21:11:30.377Z] . [Pipeline] withDockerContainer [2020-10-06T21:11:30.701Z] prd-centos7-docker-4c-2g-3766 does not seem to be running inside a container [2020-10-06T21:11:30.830Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/165 -v /w/workspace/edgex-go/165:/w/workspace/edgex-go/165:rw,z -v /w/workspace/edgex-go/165@tmp:/w/workspace/edgex-go/165@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-06T21:11:31.724Z] $ docker top f9881edd73bb12e5bdea4855b08e93aa17081d24e6f0549a727ab4c95ea98b19 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-06T21:11:32.626Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:b3e2acdd145c3d3302f02c8490918cd30aaf4f4f [2020-10-06T21:11:32.626Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-06T21:11:38.198Z] $ docker stop --time=1 f9881edd73bb12e5bdea4855b08e93aa17081d24e6f0549a727ab4c95ea98b19 [2020-10-06T21:11:40.157Z] $ docker rm -f f9881edd73bb12e5bdea4855b08e93aa17081d24e6f0549a727ab4c95ea98b19 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:11:40.934Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-06T21:11:40.935Z] . [Pipeline] withDockerContainer [2020-10-06T21:11:41.183Z] prd-centos7-docker-4c-2g-3766 does not seem to be running inside a container [2020-10-06T21:11:41.281Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/165 -v /w/workspace/edgex-go/165:/w/workspace/edgex-go/165:rw,z -v /w/workspace/edgex-go/165@tmp:/w/workspace/edgex-go/165@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-06T21:11:42.921Z] $ docker top 4135d212b5c7aa1c89e6bd3609dba896da915edef316c54c1d89505c8e7e2604 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-06T21:11:44.095Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:b3e2acdd145c3d3302f02c8490918cd30aaf4f4f [2020-10-06T21:11:44.095Z] + tee [2020-10-06T21:11:44.389Z] clair timeout 1m0s [2020-10-06T21:11:44.389Z] docker timeout: 1m0s [2020-10-06T21:11:44.389Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-06T21:11:45.479Z] $ docker stop --time=1 4135d212b5c7aa1c89e6bd3609dba896da915edef316c54c1d89505c8e7e2604 [2020-10-06T21:11:46.978Z] $ docker rm -f 4135d212b5c7aa1c89e6bd3609dba896da915edef316c54c1d89505c8e7e2604 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-06T21:11:47.625Z] + mkdir -p /w/workspace/edgex-go/165/clair-reports [Pipeline] echo [2020-10-06T21:11:47.641Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/165/clair-reports/clair_results_docker-core-data-go-arm64_b3e2acdd145c3d3302f02c8490918cd30aaf4f4f.html [Pipeline] writeFile [Pipeline] step [2020-10-06T21:11:47.699Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:11:48.071Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-06T21:11:48.071Z] . [Pipeline] withDockerContainer [2020-10-06T21:11:48.264Z] prd-centos7-docker-4c-2g-3766 does not seem to be running inside a container [2020-10-06T21:11:48.338Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/165 -v /w/workspace/edgex-go/165:/w/workspace/edgex-go/165:rw,z -v /w/workspace/edgex-go/165@tmp:/w/workspace/edgex-go/165@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-06T21:11:49.417Z] $ docker top 68d1e3ed20b8fb2118a673ba8682e54dca22ab1965f21cee81e519dca6d757f0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-06T21:11:50.396Z] + tee [2020-10-06T21:11:50.396Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:b3e2acdd145c3d3302f02c8490918cd30aaf4f4f [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-06T21:11:53.183Z] $ docker stop --time=1 68d1e3ed20b8fb2118a673ba8682e54dca22ab1965f21cee81e519dca6d757f0 [2020-10-06T21:11:55.103Z] $ docker rm -f 68d1e3ed20b8fb2118a673ba8682e54dca22ab1965f21cee81e519dca6d757f0 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:11:55.823Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-06T21:11:55.823Z] . [Pipeline] withDockerContainer [2020-10-06T21:11:56.304Z] prd-centos7-docker-4c-2g-3766 does not seem to be running inside a container [2020-10-06T21:11:56.454Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/165 -v /w/workspace/edgex-go/165:/w/workspace/edgex-go/165:rw,z -v /w/workspace/edgex-go/165@tmp:/w/workspace/edgex-go/165@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-06T21:11:57.735Z] $ docker top 9c375ced3732586a92b90f4cb601477220f63e6905c83cf9caad110e5b90a05a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-06T21:11:58.679Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:b3e2acdd145c3d3302f02c8490918cd30aaf4f4f [2020-10-06T21:11:58.679Z] + tee [2020-10-06T21:11:58.679Z] clair timeout 1m0s [2020-10-06T21:11:58.679Z] docker timeout: 1m0s [2020-10-06T21:11:58.679Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-06T21:11:59.394Z] $ docker stop --time=1 9c375ced3732586a92b90f4cb601477220f63e6905c83cf9caad110e5b90a05a [2020-10-06T21:12:01.913Z] $ docker rm -f 9c375ced3732586a92b90f4cb601477220f63e6905c83cf9caad110e5b90a05a [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-06T21:12:03.041Z] + mkdir -p /w/workspace/edgex-go/165/clair-reports [Pipeline] echo [2020-10-06T21:12:03.056Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/165/clair-reports/clair_results_docker-core-metadata-go-arm64_b3e2acdd145c3d3302f02c8490918cd30aaf4f4f.html [Pipeline] writeFile [Pipeline] step [2020-10-06T21:12:03.113Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:12:03.494Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-06T21:12:03.494Z] . [Pipeline] withDockerContainer [2020-10-06T21:12:03.668Z] prd-centos7-docker-4c-2g-3766 does not seem to be running inside a container [2020-10-06T21:12:03.750Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/165 -v /w/workspace/edgex-go/165:/w/workspace/edgex-go/165:rw,z -v /w/workspace/edgex-go/165@tmp:/w/workspace/edgex-go/165@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-06T21:12:04.878Z] $ docker top 7cce245a97d2b737f5f8eb322ba7be9e0c93bd8e03f6abb314930d79ed61c535 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-06T21:12:05.802Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:b3e2acdd145c3d3302f02c8490918cd30aaf4f4f [2020-10-06T21:12:05.802Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-06T21:12:10.395Z] $ docker stop --time=1 7cce245a97d2b737f5f8eb322ba7be9e0c93bd8e03f6abb314930d79ed61c535 [2020-10-06T21:12:12.125Z] $ docker rm -f 7cce245a97d2b737f5f8eb322ba7be9e0c93bd8e03f6abb314930d79ed61c535 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:12:12.895Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-06T21:12:12.895Z] . [Pipeline] withDockerContainer [2020-10-06T21:12:13.084Z] prd-centos7-docker-4c-2g-3766 does not seem to be running inside a container [2020-10-06T21:12:13.153Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/165 -v /w/workspace/edgex-go/165:/w/workspace/edgex-go/165:rw,z -v /w/workspace/edgex-go/165@tmp:/w/workspace/edgex-go/165@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-06T21:12:14.302Z] $ docker top 079acdeb6bb37d6f36d9a908752e1493518356ee2c66eb99bffd57a533a0429c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-06T21:12:15.499Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:b3e2acdd145c3d3302f02c8490918cd30aaf4f4f [2020-10-06T21:12:15.499Z] + tee [2020-10-06T21:12:15.499Z] clair timeout 1m0s [2020-10-06T21:12:15.499Z] docker timeout: 1m0s [2020-10-06T21:12:15.499Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-06T21:12:16.201Z] $ docker stop --time=1 079acdeb6bb37d6f36d9a908752e1493518356ee2c66eb99bffd57a533a0429c [2020-10-06T21:12:17.883Z] $ docker rm -f 079acdeb6bb37d6f36d9a908752e1493518356ee2c66eb99bffd57a533a0429c [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-06T21:12:18.459Z] + mkdir -p /w/workspace/edgex-go/165/clair-reports [Pipeline] echo [2020-10-06T21:12:18.477Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/165/clair-reports/clair_results_docker-security-proxy-setup-go-arm64_b3e2acdd145c3d3302f02c8490918cd30aaf4f4f.html [Pipeline] writeFile [Pipeline] step [2020-10-06T21:12:18.571Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:12:19.216Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-06T21:12:19.216Z] . [Pipeline] withDockerContainer [2020-10-06T21:12:19.361Z] prd-centos7-docker-4c-2g-3766 does not seem to be running inside a container [2020-10-06T21:12:19.441Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/165 -v /w/workspace/edgex-go/165:/w/workspace/edgex-go/165:rw,z -v /w/workspace/edgex-go/165@tmp:/w/workspace/edgex-go/165@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-06T21:12:20.452Z] $ docker top 4fa279f6b5f9361d12a90678263fe2195606d1466a7073906f4fedaaaa4a2065 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-06T21:12:21.688Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:b3e2acdd145c3d3302f02c8490918cd30aaf4f4f [2020-10-06T21:12:21.688Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-06T21:12:28.481Z] $ docker stop --time=1 4fa279f6b5f9361d12a90678263fe2195606d1466a7073906f4fedaaaa4a2065 [2020-10-06T21:12:30.008Z] $ docker rm -f 4fa279f6b5f9361d12a90678263fe2195606d1466a7073906f4fedaaaa4a2065 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:12:30.801Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-06T21:12:30.801Z] . [Pipeline] withDockerContainer [2020-10-06T21:12:31.388Z] prd-centos7-docker-4c-2g-3766 does not seem to be running inside a container [2020-10-06T21:12:31.458Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/165 -v /w/workspace/edgex-go/165:/w/workspace/edgex-go/165:rw,z -v /w/workspace/edgex-go/165@tmp:/w/workspace/edgex-go/165@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-06T21:12:32.629Z] $ docker top d607ebb2e8ce671a6c5d83ec0af36a8dbc0c902d844d54e4cc112a6f74c4131f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-06T21:12:33.365Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:b3e2acdd145c3d3302f02c8490918cd30aaf4f4f [2020-10-06T21:12:33.365Z] + tee [2020-10-06T21:12:33.365Z] clair timeout 1m0s [2020-10-06T21:12:33.365Z] docker timeout: 1m0s [2020-10-06T21:12:33.365Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-06T21:12:35.482Z] $ docker stop --time=1 d607ebb2e8ce671a6c5d83ec0af36a8dbc0c902d844d54e4cc112a6f74c4131f [2020-10-06T21:12:37.120Z] $ docker rm -f d607ebb2e8ce671a6c5d83ec0af36a8dbc0c902d844d54e4cc112a6f74c4131f [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-06T21:12:37.749Z] + mkdir -p /w/workspace/edgex-go/165/clair-reports [Pipeline] echo [2020-10-06T21:12:37.764Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/165/clair-reports/clair_results_docker-security-secrets-setup-go-arm64_b3e2acdd145c3d3302f02c8490918cd30aaf4f4f.html [Pipeline] writeFile [Pipeline] step [2020-10-06T21:12:37.827Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:12:38.181Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-06T21:12:38.181Z] . [Pipeline] withDockerContainer [2020-10-06T21:12:38.394Z] prd-centos7-docker-4c-2g-3766 does not seem to be running inside a container [2020-10-06T21:12:38.691Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/165 -v /w/workspace/edgex-go/165:/w/workspace/edgex-go/165:rw,z -v /w/workspace/edgex-go/165@tmp:/w/workspace/edgex-go/165@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-06T21:12:40.256Z] $ docker top d42160da93a7a44a7489e45920ab78cf4b83ff06a27a691ccd323db39de2ea1c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-06T21:12:41.261Z] + tee [2020-10-06T21:12:41.261Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:b3e2acdd145c3d3302f02c8490918cd30aaf4f4f [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-06T21:12:49.664Z] $ docker stop --time=1 d42160da93a7a44a7489e45920ab78cf4b83ff06a27a691ccd323db39de2ea1c [2020-10-06T21:12:51.474Z] $ docker rm -f d42160da93a7a44a7489e45920ab78cf4b83ff06a27a691ccd323db39de2ea1c [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:12:52.153Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-06T21:12:52.153Z] . [Pipeline] withDockerContainer [2020-10-06T21:12:52.395Z] prd-centos7-docker-4c-2g-3766 does not seem to be running inside a container [2020-10-06T21:12:52.494Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/165 -v /w/workspace/edgex-go/165:/w/workspace/edgex-go/165:rw,z -v /w/workspace/edgex-go/165@tmp:/w/workspace/edgex-go/165@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-06T21:12:53.782Z] $ docker top 39917d89904028456556902483e6f5d795e5f7acde636c24568573409132e8c7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-06T21:12:55.144Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:b3e2acdd145c3d3302f02c8490918cd30aaf4f4f [2020-10-06T21:12:55.144Z] + tee [2020-10-06T21:12:55.144Z] clair timeout 1m0s [2020-10-06T21:12:55.144Z] docker timeout: 1m0s [2020-10-06T21:12:55.144Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-06T21:12:56.652Z] $ docker stop --time=1 39917d89904028456556902483e6f5d795e5f7acde636c24568573409132e8c7 [2020-10-06T21:12:58.128Z] $ docker rm -f 39917d89904028456556902483e6f5d795e5f7acde636c24568573409132e8c7 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-06T21:12:58.684Z] + mkdir -p /w/workspace/edgex-go/165/clair-reports [Pipeline] echo [2020-10-06T21:12:58.707Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/165/clair-reports/clair_results_docker-security-secretstore-setup-go-arm64_b3e2acdd145c3d3302f02c8490918cd30aaf4f4f.html [Pipeline] writeFile [Pipeline] step [2020-10-06T21:12:58.759Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:12:59.198Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-06T21:12:59.198Z] . [Pipeline] withDockerContainer [2020-10-06T21:12:59.448Z] prd-centos7-docker-4c-2g-3766 does not seem to be running inside a container [2020-10-06T21:12:59.787Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/165 -v /w/workspace/edgex-go/165:/w/workspace/edgex-go/165:rw,z -v /w/workspace/edgex-go/165@tmp:/w/workspace/edgex-go/165@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-06T21:13:00.910Z] $ docker top 1d0bb8f46acd708049b88aaf30ca827b0ab27bcff3b084fb376206f5e57a2519 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-06T21:13:02.151Z] + tee [2020-10-06T21:13:02.151Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:b3e2acdd145c3d3302f02c8490918cd30aaf4f4f [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-06T21:13:05.773Z] $ docker stop --time=1 1d0bb8f46acd708049b88aaf30ca827b0ab27bcff3b084fb376206f5e57a2519 [2020-10-06T21:13:07.915Z] $ docker rm -f 1d0bb8f46acd708049b88aaf30ca827b0ab27bcff3b084fb376206f5e57a2519 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:13:08.753Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-06T21:13:08.753Z] . [Pipeline] withDockerContainer [2020-10-06T21:13:08.965Z] prd-centos7-docker-4c-2g-3766 does not seem to be running inside a container [2020-10-06T21:13:09.070Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/165 -v /w/workspace/edgex-go/165:/w/workspace/edgex-go/165:rw,z -v /w/workspace/edgex-go/165@tmp:/w/workspace/edgex-go/165@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-06T21:13:10.524Z] $ docker top 74ba8863efaee39c23dbe03e9b32429153d5adbf63900d078222534b65ab99c5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-06T21:13:11.193Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:b3e2acdd145c3d3302f02c8490918cd30aaf4f4f [2020-10-06T21:13:11.193Z] + tee [2020-10-06T21:13:11.193Z] clair timeout 1m0s [2020-10-06T21:13:11.193Z] docker timeout: 1m0s [2020-10-06T21:13:11.193Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-06T21:13:12.296Z] $ docker stop --time=1 74ba8863efaee39c23dbe03e9b32429153d5adbf63900d078222534b65ab99c5 [2020-10-06T21:13:14.230Z] $ docker rm -f 74ba8863efaee39c23dbe03e9b32429153d5adbf63900d078222534b65ab99c5 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-06T21:13:15.035Z] + mkdir -p /w/workspace/edgex-go/165/clair-reports [Pipeline] echo [2020-10-06T21:13:15.085Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/165/clair-reports/clair_results_docker-support-logging-go-arm64_b3e2acdd145c3d3302f02c8490918cd30aaf4f4f.html [Pipeline] writeFile [Pipeline] step [2020-10-06T21:13:15.137Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:13:15.529Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-06T21:13:15.529Z] . [Pipeline] withDockerContainer [2020-10-06T21:13:15.907Z] prd-centos7-docker-4c-2g-3766 does not seem to be running inside a container [2020-10-06T21:13:15.998Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/165 -v /w/workspace/edgex-go/165:/w/workspace/edgex-go/165:rw,z -v /w/workspace/edgex-go/165@tmp:/w/workspace/edgex-go/165@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-06T21:13:17.175Z] $ docker top f82df78c0cde088130893a67a290ae1d00f7ce591a65b28589a1bec30d27f12e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-06T21:13:18.644Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:b3e2acdd145c3d3302f02c8490918cd30aaf4f4f [2020-10-06T21:13:18.644Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-06T21:13:24.654Z] $ docker stop --time=1 f82df78c0cde088130893a67a290ae1d00f7ce591a65b28589a1bec30d27f12e [2020-10-06T21:13:26.177Z] $ docker rm -f f82df78c0cde088130893a67a290ae1d00f7ce591a65b28589a1bec30d27f12e [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:13:26.866Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-06T21:13:26.866Z] . [Pipeline] withDockerContainer [2020-10-06T21:13:27.071Z] prd-centos7-docker-4c-2g-3766 does not seem to be running inside a container [2020-10-06T21:13:27.239Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/165 -v /w/workspace/edgex-go/165:/w/workspace/edgex-go/165:rw,z -v /w/workspace/edgex-go/165@tmp:/w/workspace/edgex-go/165@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-06T21:13:28.517Z] $ docker top 0ab8f03167b0bac984db928f103a3adbcf4e2c515da0fe8ace85083a1d24c7b0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-06T21:13:29.401Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:b3e2acdd145c3d3302f02c8490918cd30aaf4f4f [2020-10-06T21:13:29.401Z] + tee [2020-10-06T21:13:29.710Z] clair timeout 1m0s [2020-10-06T21:13:29.710Z] docker timeout: 1m0s [2020-10-06T21:13:29.710Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-06T21:13:30.824Z] $ docker stop --time=1 0ab8f03167b0bac984db928f103a3adbcf4e2c515da0fe8ace85083a1d24c7b0 [2020-10-06T21:13:32.344Z] $ docker rm -f 0ab8f03167b0bac984db928f103a3adbcf4e2c515da0fe8ace85083a1d24c7b0 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-06T21:13:33.217Z] + mkdir -p /w/workspace/edgex-go/165/clair-reports [Pipeline] echo [2020-10-06T21:13:33.244Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/165/clair-reports/clair_results_docker-support-notifications-go-arm64_b3e2acdd145c3d3302f02c8490918cd30aaf4f4f.html [Pipeline] writeFile [Pipeline] step [2020-10-06T21:13:33.305Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:13:33.812Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-06T21:13:33.812Z] . [Pipeline] withDockerContainer [2020-10-06T21:13:34.125Z] prd-centos7-docker-4c-2g-3766 does not seem to be running inside a container [2020-10-06T21:13:34.190Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/165 -v /w/workspace/edgex-go/165:/w/workspace/edgex-go/165:rw,z -v /w/workspace/edgex-go/165@tmp:/w/workspace/edgex-go/165@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-06T21:13:35.348Z] $ docker top 38fcb4909f8a3515a581249d330da8568313af7a2812ae0fcc8641f7a5b0f90b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-06T21:13:36.147Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:b3e2acdd145c3d3302f02c8490918cd30aaf4f4f [2020-10-06T21:13:36.147Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-06T21:13:39.010Z] $ docker stop --time=1 38fcb4909f8a3515a581249d330da8568313af7a2812ae0fcc8641f7a5b0f90b [2020-10-06T21:13:40.528Z] $ docker rm -f 38fcb4909f8a3515a581249d330da8568313af7a2812ae0fcc8641f7a5b0f90b [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:13:41.071Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-06T21:13:41.071Z] . [Pipeline] withDockerContainer [2020-10-06T21:13:41.544Z] prd-centos7-docker-4c-2g-3766 does not seem to be running inside a container [2020-10-06T21:13:41.704Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/165 -v /w/workspace/edgex-go/165:/w/workspace/edgex-go/165:rw,z -v /w/workspace/edgex-go/165@tmp:/w/workspace/edgex-go/165@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-06T21:13:43.537Z] $ docker top 08c7ff9a8b06bec233f6dfc548576f249b51ff797bad9f0e4372d4c61bb377a8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-06T21:13:44.484Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:b3e2acdd145c3d3302f02c8490918cd30aaf4f4f [2020-10-06T21:13:44.484Z] + tee [2020-10-06T21:13:44.484Z] clair timeout 1m0s [2020-10-06T21:13:44.484Z] docker timeout: 1m0s [2020-10-06T21:13:44.484Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-06T21:13:45.550Z] $ docker stop --time=1 08c7ff9a8b06bec233f6dfc548576f249b51ff797bad9f0e4372d4c61bb377a8 [2020-10-06T21:13:47.173Z] $ docker rm -f 08c7ff9a8b06bec233f6dfc548576f249b51ff797bad9f0e4372d4c61bb377a8 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-06T21:13:47.758Z] + mkdir -p /w/workspace/edgex-go/165/clair-reports [Pipeline] echo [2020-10-06T21:13:47.790Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/165/clair-reports/clair_results_docker-support-scheduler-go-arm64_b3e2acdd145c3d3302f02c8490918cd30aaf4f4f.html [Pipeline] writeFile [Pipeline] step [2020-10-06T21:13:47.849Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:13:48.223Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-06T21:13:48.223Z] . [Pipeline] withDockerContainer [2020-10-06T21:13:48.523Z] prd-centos7-docker-4c-2g-3766 does not seem to be running inside a container [2020-10-06T21:13:48.624Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/165 -v /w/workspace/edgex-go/165:/w/workspace/edgex-go/165:rw,z -v /w/workspace/edgex-go/165@tmp:/w/workspace/edgex-go/165@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-06T21:13:49.811Z] $ docker top d993c229b72d099f80d5173f4e908e29e584e236622f61ca8da67dfedee1d536 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-06T21:13:50.685Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:b3e2acdd145c3d3302f02c8490918cd30aaf4f4f [2020-10-06T21:13:50.685Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-06T21:14:06.188Z] $ docker stop --time=1 d993c229b72d099f80d5173f4e908e29e584e236622f61ca8da67dfedee1d536 [2020-10-06T21:14:07.810Z] $ docker rm -f d993c229b72d099f80d5173f4e908e29e584e236622f61ca8da67dfedee1d536 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:14:08.715Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-06T21:14:08.715Z] . [Pipeline] withDockerContainer [2020-10-06T21:14:08.917Z] prd-centos7-docker-4c-2g-3766 does not seem to be running inside a container [2020-10-06T21:14:08.994Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/165 -v /w/workspace/edgex-go/165:/w/workspace/edgex-go/165:rw,z -v /w/workspace/edgex-go/165@tmp:/w/workspace/edgex-go/165@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-06T21:14:10.302Z] $ docker top 95ee7690e0633d53995068692578f188e6454de9b01d46b3eae705baf3c8bf1e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-06T21:14:11.683Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:b3e2acdd145c3d3302f02c8490918cd30aaf4f4f [2020-10-06T21:14:11.684Z] + tee [2020-10-06T21:14:11.684Z] clair timeout 1m0s [2020-10-06T21:14:11.684Z] docker timeout: 1m0s [2020-10-06T21:14:11.684Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-06T21:14:13.749Z] $ docker stop --time=1 95ee7690e0633d53995068692578f188e6454de9b01d46b3eae705baf3c8bf1e [2020-10-06T21:14:15.292Z] $ docker rm -f 95ee7690e0633d53995068692578f188e6454de9b01d46b3eae705baf3c8bf1e [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-06T21:14:15.915Z] + mkdir -p /w/workspace/edgex-go/165/clair-reports [Pipeline] echo [2020-10-06T21:14:15.933Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/165/clair-reports/clair_results_docker-sys-mgmt-agent-go-arm64_b3e2acdd145c3d3302f02c8490918cd30aaf4f4f.html [Pipeline] writeFile [Pipeline] step [2020-10-06T21:14:16.014Z] Archiving artifacts [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2020-10-06T21:14:16.401Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-06T21:14:16.451Z] provisioning config files... [2020-10-06T21:14:16.473Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/165@tmp/config6122267970043946432tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-10-06T21:14:16.930Z] --> edgex-publish-swagger.sh [2020-10-06T21:14:16.930Z] === Publish openapi/v1 API === [2020-10-06T21:14:16.930Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2020-10-06T21:14:16.930Z] [publishToSwagger] Publishing API Name [core-command] [2020-10-06T21:14:16.930Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-06T21:14:16.930Z] Dload Upload Total Spent Left Speed [2020-10-06T21:14:18.426Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10521 0 0 100 10521 0 7843 0:00:01 0:00:01 --:--:-- 7857 100 10521 0 0 100 10521 0 7608 0:00:01 0:00:01 --:--:-- 7623 [2020-10-06T21:14:18.426Z] [2020-10-06T21:14:18.426Z] [2020-10-06T21:14:18.426Z] [publishToSwagger] Publishing API Name [core-data] [2020-10-06T21:14:18.426Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-06T21:14:18.426Z] Dload Upload Total Spent Left Speed [2020-10-06T21:14:19.830Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32556 0 0 100 32556 0 26421 0:00:01 0:00:01 --:--:-- 26425 100 32556 0 0 100 32556 0 26414 0:00:01 0:00:01 --:--:-- 26403 [2020-10-06T21:14:19.830Z] [2020-10-06T21:14:19.830Z] [2020-10-06T21:14:19.830Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-10-06T21:14:19.830Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-06T21:14:19.830Z] Dload Upload Total Spent Left Speed [2020-10-06T21:14:20.820Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73720 0 0 100 73720 0 63128 0:00:01 0:00:01 --:--:-- 63170 100 73720 0 0 100 73720 0 63112 0:00:01 0:00:01 --:--:-- 63170 [2020-10-06T21:14:20.820Z] [2020-10-06T21:14:20.820Z] [2020-10-06T21:14:20.820Z] [publishToSwagger] Publishing API Name [support-logging] [2020-10-06T21:14:20.820Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-06T21:14:20.820Z] Dload Upload Total Spent Left Speed [2020-10-06T21:14:21.804Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13580 0 0 100 13580 0 11947 0:00:01 0:00:01 --:--:-- 11954 100 13580 0 0 100 13580 0 11943 0:00:01 0:00:01 --:--:-- 11954 [2020-10-06T21:14:21.804Z] [2020-10-06T21:14:21.804Z] [2020-10-06T21:14:21.804Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-10-06T21:14:21.804Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-06T21:14:21.804Z] Dload Upload Total Spent Left Speed [2020-10-06T21:14:23.200Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38889 0 0 100 38889 0 31149 0:00:01 0:00:01 --:--:-- 31161 100 38889 0 0 100 38889 0 30479 0:00:01 0:00:01 --:--:-- 30501 [2020-10-06T21:14:23.200Z] [2020-10-06T21:14:23.200Z] [2020-10-06T21:14:23.200Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-10-06T21:14:23.200Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-06T21:14:23.200Z] Dload Upload Total Spent Left Speed [2020-10-06T21:14:24.422Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 14248 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14248 0 0 100 14248 0 12058 0:00:01 0:00:01 --:--:-- 12064 [2020-10-06T21:14:24.422Z] [2020-10-06T21:14:24.422Z] [2020-10-06T21:14:24.422Z] [publishToSwagger] Publishing API Name [system-agent] [2020-10-06T21:14:24.422Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-06T21:14:24.422Z] Dload Upload Total Spent Left Speed [2020-10-06T21:14:25.634Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4109 0 0 100 4109 0 3832 0:00:01 0:00:01 --:--:-- 3833 [2020-10-06T21:14:25.634Z] [2020-10-06T21:14:25.634Z] [2020-10-06T21:14:25.634Z] === Publish openapi/v2 API === [2020-10-06T21:14:25.634Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2020-10-06T21:14:25.634Z] [publishToSwagger] Publishing API Name [core-command] [2020-10-06T21:14:25.634Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-06T21:14:25.634Z] Dload Upload Total Spent Left Speed [2020-10-06T21:14:26.609Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 30234 0 0 100 30234 0 26012 0:00:01 0:00:01 --:--:-- 26018 100 30234 0 0 100 30234 0 26007 0:00:01 0:00:01 --:--:-- 26018 [2020-10-06T21:14:26.609Z] [2020-10-06T21:14:26.609Z] [2020-10-06T21:14:26.609Z] [publishToSwagger] Publishing API Name [core-data] [2020-10-06T21:14:26.609Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-06T21:14:26.609Z] Dload Upload Total Spent Left Speed [2020-10-06T21:14:28.013Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 58943 0 0 100 58943 0 54651 0:00:01 0:00:01 --:--:-- 54678 100 58943 0 0 100 58943 0 54634 0:00:01 0:00:01 --:--:-- 54678 [2020-10-06T21:14:28.013Z] [2020-10-06T21:14:28.013Z] [2020-10-06T21:14:28.013Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-10-06T21:14:28.013Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-06T21:14:28.013Z] Dload Upload Total Spent Left Speed [2020-10-06T21:14:28.972Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 114k 0 0 100 114k 0 93543 0:00:01 0:00:01 --:--:-- 93638 100 114k 0 0 100 114k 0 90642 0:00:01 0:00:01 --:--:-- 90730 [2020-10-06T21:14:29.274Z] [2020-10-06T21:14:29.274Z] [2020-10-06T21:14:29.274Z] [publishToSwagger] Publishing API Name [support-logging] [2020-10-06T21:14:29.274Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-06T21:14:29.274Z] Dload Upload Total Spent Left Speed [2020-10-06T21:14:30.256Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 26165 0 0 100 26165 0 21481 0:00:01 0:00:01 --:--:-- 21499 100 26165 0 0 100 26165 0 21476 0:00:01 0:00:01 --:--:-- 21481 [2020-10-06T21:14:30.256Z] [2020-10-06T21:14:30.256Z] [2020-10-06T21:14:30.523Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-10-06T21:14:30.523Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-06T21:14:30.523Z] Dload Upload Total Spent Left Speed [2020-10-06T21:14:31.477Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 63410 0 0 100 63410 0 55309 0:00:01 0:00:01 --:--:-- 55283 100 63410 0 0 100 63410 0 55292 0:00:01 0:00:01 --:--:-- 55283 [2020-10-06T21:14:31.477Z] [2020-10-06T21:14:31.477Z] [2020-10-06T21:14:31.477Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-10-06T21:14:31.477Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-06T21:14:31.477Z] Dload Upload Total Spent Left Speed [2020-10-06T21:14:32.897Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 46049 0 0 100 46049 0 39697 0:00:01 0:00:01 --:--:-- 39731 100 46049 0 0 100 46049 0 39686 0:00:01 0:00:01 --:--:-- 39697 [2020-10-06T21:14:32.897Z] [2020-10-06T21:14:32.897Z] [2020-10-06T21:14:32.897Z] [publishToSwagger] Publishing API Name [system-agent] [2020-10-06T21:14:32.897Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-06T21:14:32.897Z] Dload Upload Total Spent Left Speed [2020-10-06T21:14:33.868Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 24114 0 0 100 24114 0 20984 0:00:01 0:00:01 --:--:-- 21005 100 24114 0 0 100 24114 0 20972 0:00:01 0:00:01 --:--:-- 20986 [2020-10-06T21:14:33.868Z] [2020-10-06T21:14:33.868Z] [Pipeline] } [2020-10-06T21:14:33.882Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:14:47.450Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-06T21:14:47.727Z] . [Pipeline] withDockerContainer [2020-10-06T21:14:47.958Z] prd-centos7-docker-4c-2g-3766 does not seem to be running inside a container [2020-10-06T21:14:48.051Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/165 -v /w/workspace/edgex-go/165:/w/workspace/edgex-go/165:rw,z -v /w/workspace/edgex-go/165@tmp:/w/workspace/edgex-go/165@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-06T21:14:49.664Z] $ docker top cb6b47819bc7e7ac08a173669f51833a8f61658728863771b3db6fd666099901 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-06T21:14:49.995Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-06T21:14:49.996Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-06T21:14:50.434Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-06T21:14:50.438Z] $ docker exec cb6b47819bc7e7ac08a173669f51833a8f61658728863771b3db6fd666099901 ssh-agent [2020-10-06T21:14:50.665Z] SSH_AUTH_SOCK=/tmp/ssh-N92debPUuvQk/agent.12 [2020-10-06T21:14:50.665Z] SSH_AGENT_PID=18 [2020-10-06T21:14:50.675Z] Running ssh-add (command line suppressed) [2020-10-06T21:14:50.869Z] Identity added: /w/workspace/edgex-go/165@tmp/private_key_8912288525549437728.key (/w/workspace/edgex-go/165@tmp/private_key_8912288525549437728.key) [2020-10-06T21:14:50.968Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-06T21:14:51.672Z] + git semver tag [2020-10-06T21:14:51.672Z] # -> Open(): unable to determine branch for HEAD [2020-10-06T21:14:51.672Z] # $GIT_DIR = /w/workspace/edgex-go/165/.git [2020-10-06T21:14:51.672Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/165 [2020-10-06T21:14:51.672Z] # $SEMVER_REMOTE_NAME = origin [2020-10-06T21:14:51.672Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-06T21:14:51.672Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-06T21:14:51.672Z] # $SEMVER_BRANCH = master [2020-10-06T21:14:51.672Z] # $SEMVER_DIR = /w/workspace/edgex-go/165/.semver [2020-10-06T21:14:51.672Z] # b3e2acdd145c3d3302f02c8490918cd30aaf4f4f HEAD [2020-10-06T21:14:52.286Z] # -> Force: false [2020-10-06T21:14:52.286Z] # b586a4a39eec859726f9cecc8b9345fa1ff718de refs/tags/v1.2.2-dev.50 [Pipeline] } [2020-10-06T21:14:52.311Z] $ docker exec --env ******** --env ******** cb6b47819bc7e7ac08a173669f51833a8f61658728863771b3db6fd666099901 ssh-agent -k [2020-10-06T21:14:52.593Z] unset SSH_AUTH_SOCK; [2020-10-06T21:14:52.593Z] unset SSH_AGENT_PID; [2020-10-06T21:14:52.593Z] echo Agent pid 18 killed; [2020-10-06T21:14:52.717Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-06T21:14:53.625Z] + git semver [Pipeline] } [2020-10-06T21:14:53.669Z] $ docker stop --time=1 cb6b47819bc7e7ac08a173669f51833a8f61658728863771b3db6fd666099901 [2020-10-06T21:14:55.471Z] $ docker rm -f cb6b47819bc7e7ac08a173669f51833a8f61658728863771b3db6fd666099901 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:14:56.353Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-06T21:14:56.617Z] [2020-10-06T21:14:56.617Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:14:57.125Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-06T21:14:57.545Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-10-06T21:14:57.545Z] ab5ef0e58194: Pulling fs layer [2020-10-06T21:14:57.545Z] 9712f1f96733: Pulling fs layer [2020-10-06T21:14:57.545Z] 63f879dbbcfc: Pulling fs layer [2020-10-06T21:14:57.545Z] 0d9ebad4ef96: Pulling fs layer [2020-10-06T21:14:57.545Z] e9a5061849ea: Pulling fs layer [2020-10-06T21:14:57.545Z] d747dcd14b5f: Pulling fs layer [2020-10-06T21:14:57.545Z] 2de7ff778b66: Pulling fs layer [2020-10-06T21:14:57.545Z] 0d9ebad4ef96: Waiting [2020-10-06T21:14:57.545Z] e9a5061849ea: Waiting [2020-10-06T21:14:57.545Z] d747dcd14b5f: Waiting [2020-10-06T21:14:57.545Z] 2de7ff778b66: Waiting [2020-10-06T21:14:57.545Z] 9712f1f96733: Verifying Checksum [2020-10-06T21:14:57.545Z] 9712f1f96733: Download complete [2020-10-06T21:15:00.167Z] 63f879dbbcfc: Verifying Checksum [2020-10-06T21:15:00.167Z] 63f879dbbcfc: Download complete [2020-10-06T21:15:00.433Z] e9a5061849ea: Verifying Checksum [2020-10-06T21:15:00.433Z] e9a5061849ea: Download complete [2020-10-06T21:15:00.433Z] d747dcd14b5f: Verifying Checksum [2020-10-06T21:15:00.433Z] d747dcd14b5f: Download complete [2020-10-06T21:15:02.034Z] 2de7ff778b66: Verifying Checksum [2020-10-06T21:15:02.034Z] 2de7ff778b66: Download complete [2020-10-06T21:15:03.041Z] 0d9ebad4ef96: Verifying Checksum [2020-10-06T21:15:03.041Z] 0d9ebad4ef96: Download complete [2020-10-06T21:15:03.042Z] ab5ef0e58194: Verifying Checksum [2020-10-06T21:15:03.042Z] ab5ef0e58194: Download complete [2020-10-06T21:15:11.897Z] ab5ef0e58194: Pull complete [2020-10-06T21:15:11.897Z] 9712f1f96733: Pull complete [2020-10-06T21:15:13.971Z] 63f879dbbcfc: Pull complete [2020-10-06T21:15:26.859Z] 0d9ebad4ef96: Pull complete [2020-10-06T21:15:28.916Z] e9a5061849ea: Pull complete [2020-10-06T21:15:29.195Z] d747dcd14b5f: Pull complete [2020-10-06T21:15:32.638Z] 2de7ff778b66: Pull complete [2020-10-06T21:15:32.638Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-10-06T21:15:32.638Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-06T21:15:32.638Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-10-06T21:15:33.081Z] prd-centos7-docker-4c-2g-3766 does not seem to be running inside a container [2020-10-06T21:15:33.183Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/165 -v /w/workspace/edgex-go/165:/w/workspace/edgex-go/165:rw,z -v /w/workspace/edgex-go/165@tmp:/w/workspace/edgex-go/165@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-10-06T21:15:35.902Z] $ docker top 7ce7d711e02ac415a171f91c27c24d26bd057f27f3f0558dc18c280dc57a0730 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-10-06T21:15:36.166Z] provisioning config files... [2020-10-06T21:15:36.179Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/165@tmp/config1565279738182955302tmp [2020-10-06T21:15:36.198Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/165@tmp/config3786050307837718828tmp [2020-10-06T21:15:36.214Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/165@tmp/config8260720530959828972tmp [Pipeline] { [Pipeline] echo [2020-10-06T21:15:36.302Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-06T21:15:36.994Z] ---> sigul-configuration.sh [2020-10-06T21:15:36.994Z] gpg: directory `/root/.gnupg' created [2020-10-06T21:15:36.994Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-10-06T21:15:36.994Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-10-06T21:15:36.994Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-10-06T21:15:36.994Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-10-06T21:15:36.994Z] gpg: CAST5 encrypted data [2020-10-06T21:15:36.994Z] gpg: encrypted with 1 passphrase [2020-10-06T21:15:36.994Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-10-06T21:15:37.678Z] + mkdir /home/jenkins [2020-10-06T21:15:37.678Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-10-06T21:15:38.393Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2020-10-06T21:15:38.467Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-06T21:15:39.376Z] ---> sigul-install.sh [2020-10-06T21:15:47.939Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-10-06T21:15:48.641Z] + git tag --list [2020-10-06T21:15:48.641Z] 0.6.0 [2020-10-06T21:15:48.641Z] 0.6.1 [2020-10-06T21:15:48.641Z] 0.7.0 [2020-10-06T21:15:48.641Z] 0.7.1 [2020-10-06T21:15:48.641Z] v1.0.0 [2020-10-06T21:15:48.641Z] v1.0.1 [2020-10-06T21:15:48.641Z] v1.1.0 [2020-10-06T21:15:48.641Z] v1.2.0 [2020-10-06T21:15:48.641Z] v1.2.1 [2020-10-06T21:15:48.641Z] v1.2.2-dev.1 [2020-10-06T21:15:48.641Z] v1.2.2-dev.10 [2020-10-06T21:15:48.641Z] v1.2.2-dev.11 [2020-10-06T21:15:48.641Z] v1.2.2-dev.12 [2020-10-06T21:15:48.641Z] v1.2.2-dev.13 [2020-10-06T21:15:48.641Z] v1.2.2-dev.14 [2020-10-06T21:15:48.641Z] v1.2.2-dev.15 [2020-10-06T21:15:48.641Z] v1.2.2-dev.16 [2020-10-06T21:15:48.641Z] v1.2.2-dev.17 [2020-10-06T21:15:48.641Z] v1.2.2-dev.18 [2020-10-06T21:15:48.641Z] v1.2.2-dev.19 [2020-10-06T21:15:48.641Z] v1.2.2-dev.2 [2020-10-06T21:15:48.641Z] v1.2.2-dev.20 [2020-10-06T21:15:48.641Z] v1.2.2-dev.21 [2020-10-06T21:15:48.641Z] v1.2.2-dev.22 [2020-10-06T21:15:48.641Z] v1.2.2-dev.23 [2020-10-06T21:15:48.641Z] v1.2.2-dev.24 [2020-10-06T21:15:48.641Z] v1.2.2-dev.25 [2020-10-06T21:15:48.641Z] v1.2.2-dev.26 [2020-10-06T21:15:48.641Z] v1.2.2-dev.27 [2020-10-06T21:15:48.641Z] v1.2.2-dev.28 [2020-10-06T21:15:48.641Z] v1.2.2-dev.29 [2020-10-06T21:15:48.641Z] v1.2.2-dev.3 [2020-10-06T21:15:48.641Z] v1.2.2-dev.30 [2020-10-06T21:15:48.641Z] v1.2.2-dev.31 [2020-10-06T21:15:48.641Z] v1.2.2-dev.32 [2020-10-06T21:15:48.641Z] v1.2.2-dev.33 [2020-10-06T21:15:48.641Z] v1.2.2-dev.34 [2020-10-06T21:15:48.641Z] v1.2.2-dev.35 [2020-10-06T21:15:48.641Z] v1.2.2-dev.36 [2020-10-06T21:15:48.641Z] v1.2.2-dev.37 [2020-10-06T21:15:48.641Z] v1.2.2-dev.38 [2020-10-06T21:15:48.641Z] v1.2.2-dev.39 [2020-10-06T21:15:48.641Z] v1.2.2-dev.4 [2020-10-06T21:15:48.641Z] v1.2.2-dev.40 [2020-10-06T21:15:48.641Z] v1.2.2-dev.41 [2020-10-06T21:15:48.641Z] v1.2.2-dev.42 [2020-10-06T21:15:48.641Z] v1.2.2-dev.43 [2020-10-06T21:15:48.641Z] v1.2.2-dev.44 [2020-10-06T21:15:48.641Z] v1.2.2-dev.45 [2020-10-06T21:15:48.641Z] v1.2.2-dev.46 [2020-10-06T21:15:48.641Z] v1.2.2-dev.47 [2020-10-06T21:15:48.641Z] v1.2.2-dev.48 [2020-10-06T21:15:48.641Z] v1.2.2-dev.49 [2020-10-06T21:15:48.641Z] v1.2.2-dev.5 [2020-10-06T21:15:48.641Z] v1.2.2-dev.50 [2020-10-06T21:15:48.641Z] v1.2.2-dev.6 [2020-10-06T21:15:48.641Z] v1.2.2-dev.7 [2020-10-06T21:15:48.641Z] v1.2.2-dev.8 [2020-10-06T21:15:48.641Z] v1.2.2-dev.9 [Pipeline] sh [2020-10-06T21:15:49.491Z] + lftools sign git-tag v1.2.2-dev.50 [2020-10-06T21:15:51.653Z] Signing Git tag with Sigul... [2020-10-06T21:15:51.653Z] Signing v1.2.2-dev.50 [Pipeline] echo [2020-10-06T21:15:53.120Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-06T21:15:53.814Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-10-06T21:15:53.830Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-10-06T21:15:54.016Z] $ docker stop --time=1 7ce7d711e02ac415a171f91c27c24d26bd057f27f3f0558dc18c280dc57a0730 [2020-10-06T21:15:56.254Z] $ docker rm -f 7ce7d711e02ac415a171f91c27c24d26bd057f27f3f0558dc18c280dc57a0730 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:15:57.276Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-06T21:15:57.277Z] . [Pipeline] withDockerContainer [2020-10-06T21:15:57.403Z] prd-centos7-docker-4c-2g-3766 does not seem to be running inside a container [2020-10-06T21:15:57.487Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/165 -v /w/workspace/edgex-go/165:/w/workspace/edgex-go/165:rw,z -v /w/workspace/edgex-go/165@tmp:/w/workspace/edgex-go/165@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-06T21:15:58.411Z] $ docker top 85f4d443c5cbbd37a83501ae93ec848264d5427b34ca189242b7660fe412f836 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-06T21:15:58.747Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-06T21:15:58.747Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-06T21:15:59.069Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-06T21:15:59.075Z] $ docker exec 85f4d443c5cbbd37a83501ae93ec848264d5427b34ca189242b7660fe412f836 ssh-agent [2020-10-06T21:15:59.757Z] SSH_AUTH_SOCK=/tmp/ssh-K8MVMruML5QV/agent.12 [2020-10-06T21:15:59.757Z] SSH_AGENT_PID=18 [2020-10-06T21:15:59.773Z] Running ssh-add (command line suppressed) [2020-10-06T21:16:00.215Z] Identity added: /w/workspace/edgex-go/165@tmp/private_key_9138047512772618258.key (/w/workspace/edgex-go/165@tmp/private_key_9138047512772618258.key) [2020-10-06T21:16:00.330Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-06T21:16:01.068Z] + git semver bump pre [2020-10-06T21:16:01.068Z] # -> Open(): unable to determine branch for HEAD [2020-10-06T21:16:01.068Z] # $GIT_DIR = /w/workspace/edgex-go/165/.git [2020-10-06T21:16:01.068Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/165 [2020-10-06T21:16:01.068Z] # $SEMVER_REMOTE_NAME = origin [2020-10-06T21:16:01.069Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-06T21:16:01.069Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-06T21:16:01.069Z] # $SEMVER_BRANCH = master [2020-10-06T21:16:01.069Z] # $SEMVER_DIR = /w/workspace/edgex-go/165/.semver [2020-10-06T21:16:01.069Z] 1.2.2-dev.51 [Pipeline] } [2020-10-06T21:16:01.163Z] $ docker exec --env ******** --env ******** 85f4d443c5cbbd37a83501ae93ec848264d5427b34ca189242b7660fe412f836 ssh-agent -k [2020-10-06T21:16:01.533Z] unset SSH_AUTH_SOCK; [2020-10-06T21:16:01.533Z] unset SSH_AGENT_PID; [2020-10-06T21:16:01.533Z] echo Agent pid 18 killed; [2020-10-06T21:16:01.795Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-06T21:16:02.445Z] + git semver [Pipeline] } [2020-10-06T21:16:02.487Z] $ docker stop --time=1 85f4d443c5cbbd37a83501ae93ec848264d5427b34ca189242b7660fe412f836 [2020-10-06T21:16:04.555Z] $ docker rm -f 85f4d443c5cbbd37a83501ae93ec848264d5427b34ca189242b7660fe412f836 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:16:05.201Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-06T21:16:05.202Z] . [Pipeline] withDockerContainer [2020-10-06T21:16:05.485Z] prd-centos7-docker-4c-2g-3766 does not seem to be running inside a container [2020-10-06T21:16:05.570Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/165 -v /w/workspace/edgex-go/165:/w/workspace/edgex-go/165:rw,z -v /w/workspace/edgex-go/165@tmp:/w/workspace/edgex-go/165@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-06T21:16:06.890Z] $ docker top 65ebaf5487815d461d047f88211730f1c77831ba96f125249dec4852c57a11b7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-06T21:16:07.280Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-06T21:16:07.280Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-06T21:16:07.648Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-06T21:16:07.680Z] $ docker exec 65ebaf5487815d461d047f88211730f1c77831ba96f125249dec4852c57a11b7 ssh-agent [2020-10-06T21:16:07.972Z] SSH_AUTH_SOCK=/tmp/ssh-1MMSTNLYJhKl/agent.13 [2020-10-06T21:16:07.972Z] SSH_AGENT_PID=19 [2020-10-06T21:16:08.058Z] Running ssh-add (command line suppressed) [2020-10-06T21:16:08.291Z] Identity added: /w/workspace/edgex-go/165@tmp/private_key_4768820304092223516.key (/w/workspace/edgex-go/165@tmp/private_key_4768820304092223516.key) [2020-10-06T21:16:08.408Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-06T21:16:09.149Z] + git semver push [2020-10-06T21:16:09.149Z] # -> Open(): unable to determine branch for HEAD [2020-10-06T21:16:09.149Z] # $GIT_DIR = /w/workspace/edgex-go/165/.git [2020-10-06T21:16:09.149Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/165 [2020-10-06T21:16:09.149Z] # $SEMVER_REMOTE_NAME = origin [2020-10-06T21:16:09.149Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-06T21:16:09.149Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-06T21:16:09.149Z] # $SEMVER_BRANCH = master [2020-10-06T21:16:09.149Z] # $SEMVER_DIR = /w/workspace/edgex-go/165/.semver [Pipeline] } [2020-10-06T21:16:21.937Z] $ docker exec --env ******** --env ******** 65ebaf5487815d461d047f88211730f1c77831ba96f125249dec4852c57a11b7 ssh-agent -k [2020-10-06T21:16:22.302Z] unset SSH_AUTH_SOCK; [2020-10-06T21:16:22.302Z] unset SSH_AGENT_PID; [2020-10-06T21:16:22.302Z] echo Agent pid 19 killed; [2020-10-06T21:16:22.487Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-06T21:16:24.020Z] + git semver [Pipeline] } [2020-10-06T21:16:24.356Z] $ docker stop --time=1 65ebaf5487815d461d047f88211730f1c77831ba96f125249dec4852c57a11b7 [2020-10-06T21:16:25.988Z] $ docker rm -f 65ebaf5487815d461d047f88211730f1c77831ba96f125249dec4852c57a11b7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-10-06T21:16:27.630Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-06T21:16:29.019Z] ---> package-listing.sh [2020-10-06T21:16:29.019Z] ++ tr '[:upper:]' '[:lower:]' [2020-10-06T21:16:29.019Z] ++ facter osfamily [2020-10-06T21:16:29.342Z] + OS_FAMILY=redhat [2020-10-06T21:16:29.342Z] + workspace=/w/workspace/edgex-go/165 [2020-10-06T21:16:29.342Z] + START_PACKAGES=/tmp/packages_start.txt [2020-10-06T21:16:29.342Z] + END_PACKAGES=/tmp/packages_end.txt [2020-10-06T21:16:29.342Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-10-06T21:16:29.342Z] + PACKAGES=/tmp/packages_start.txt [2020-10-06T21:16:29.342Z] + '[' /w/workspace/edgex-go/165 ']' [2020-10-06T21:16:29.342Z] + PACKAGES=/tmp/packages_end.txt [2020-10-06T21:16:29.342Z] + case "${OS_FAMILY}" in [2020-10-06T21:16:29.342Z] + sort [2020-10-06T21:16:29.342Z] + rpm -qa [2020-10-06T21:16:34.892Z] + '[' -f /tmp/packages_start.txt ']' [2020-10-06T21:16:34.892Z] + '[' -f /tmp/packages_end.txt ']' [2020-10-06T21:16:34.892Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-10-06T21:16:34.892Z] + '[' /w/workspace/edgex-go/165 ']' [2020-10-06T21:16:34.892Z] + mkdir -p /w/workspace/edgex-go/165/archives/ [2020-10-06T21:16:34.892Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/165/archives/ [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-06T21:16:35.108Z] provisioning config files... [2020-10-06T21:16:35.160Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/165@tmp/config45403055742158tmp [Pipeline] { [Pipeline] echo [2020-10-06T21:16:35.290Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-06T21:16:35.720Z] ---> create-netrc.sh [Pipeline] } [2020-10-06T21:16:35.744Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-10-06T21:16:35.826Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-06T21:16:36.163Z] ---> python-tools-install.sh [2020-10-06T21:16:36.163Z] Generating Requirements File [2020-10-06T21:18:13.381Z] Python 3.6.8 [2020-10-06T21:18:13.381Z] pip 20.2.3 from /home/jenkins/.local/lib/python3.6/site-packages/pip (python 3.6) [2020-10-06T21:18:13.381Z] appdirs==1.4.3 [2020-10-06T21:18:13.381Z] argcomplete==1.12.1 [2020-10-06T21:18:13.381Z] aspy.yaml==1.3.0 [2020-10-06T21:18:13.381Z] attrs==19.3.0 [2020-10-06T21:18:13.381Z] Babel==2.8.0 [2020-10-06T21:18:13.381Z] beautifulsoup4==4.8.2 [2020-10-06T21:18:13.381Z] boto3==1.11.6 [2020-10-06T21:18:13.381Z] botocore==1.14.6 [2020-10-06T21:18:13.381Z] bs4==0.0.1 [2020-10-06T21:18:13.381Z] cachetools==4.1.1 [2020-10-06T21:18:13.381Z] certifi==2019.11.28 [2020-10-06T21:18:13.381Z] cffi==1.14.3 [2020-10-06T21:18:13.381Z] cfgv==2.0.1 [2020-10-06T21:18:13.381Z] chardet==3.0.4 [2020-10-06T21:18:13.381Z] click==7.1 [2020-10-06T21:18:13.381Z] cliff==3.4.0 [2020-10-06T21:18:13.381Z] cmd2==1.3.11 [2020-10-06T21:18:13.381Z] colorama==0.4.3 [2020-10-06T21:18:13.381Z] cryptography==3.1.1 [2020-10-06T21:18:13.381Z] debtcollector==2.2.0 [2020-10-06T21:18:13.381Z] decorator==4.4.2 [2020-10-06T21:18:13.381Z] defusedxml==0.6.0 [2020-10-06T21:18:13.381Z] Deprecated==1.2.7 [2020-10-06T21:18:13.381Z] distlib==0.3.1 [2020-10-06T21:18:13.381Z] distro==1.2.0 [2020-10-06T21:18:13.381Z] dnspython==1.16.0 [2020-10-06T21:18:13.381Z] docker==4.2.0 [2020-10-06T21:18:13.381Z] docutils==0.15.2 [2020-10-06T21:18:13.381Z] dogpile.cache==1.0.2 [2020-10-06T21:18:13.381Z] email-validator==1.0.5 [2020-10-06T21:18:13.381Z] filelock==3.0.12 [2020-10-06T21:18:13.381Z] future==0.18.2 [2020-10-06T21:18:13.381Z] google-auth==1.22.1 [2020-10-06T21:18:13.381Z] httplib2==0.17.0 [2020-10-06T21:18:13.381Z] identify==1.4.11 [2020-10-06T21:18:13.381Z] idna==2.9 [2020-10-06T21:18:13.381Z] importlib-metadata==1.7.0 [2020-10-06T21:18:13.381Z] importlib-resources==1.5.0 [2020-10-06T21:18:13.381Z] iso8601==0.1.13 [2020-10-06T21:18:13.381Z] Jinja2==2.11.1 [2020-10-06T21:18:13.381Z] jmespath==0.10.0 [2020-10-06T21:18:13.381Z] jsonpatch==1.26 [2020-10-06T21:18:13.381Z] jsonpointer==2.0 [2020-10-06T21:18:13.381Z] jsonschema==3.2.0 [2020-10-06T21:18:13.381Z] keystoneauth1==4.2.1 [2020-10-06T21:18:13.381Z] kubernetes==11.0.0 [2020-10-06T21:18:13.381Z] lftools==0.34.2 [2020-10-06T21:18:13.381Z] lxml==4.5.0 [2020-10-06T21:18:13.381Z] MarkupSafe==0.23 [2020-10-06T21:18:13.381Z] msgpack==1.0.0 [2020-10-06T21:18:13.381Z] multi-key-dict==2.0.3 [2020-10-06T21:18:13.381Z] munch==2.5.0 [2020-10-06T21:18:13.381Z] netaddr==0.8.0 [2020-10-06T21:18:13.381Z] netifaces==0.10.9 [2020-10-06T21:18:13.381Z] niet==1.4.2 [2020-10-06T21:18:13.381Z] nodeenv==1.3.5 [2020-10-06T21:18:13.381Z] oauth2client==4.1.3 [2020-10-06T21:18:13.381Z] oauthlib==3.1.0 [2020-10-06T21:18:13.381Z] openstacksdk==0.50.0 [2020-10-06T21:18:13.381Z] os-client-config==2.1.0 [2020-10-06T21:18:13.381Z] os-service-types==1.7.0 [2020-10-06T21:18:13.381Z] osc-lib==2.2.1 [2020-10-06T21:18:13.381Z] oslo.config==8.3.2 [2020-10-06T21:18:13.381Z] oslo.context==3.1.1 [2020-10-06T21:18:13.381Z] oslo.i18n==5.0.1 [2020-10-06T21:18:13.381Z] oslo.log==4.4.0 [2020-10-06T21:18:13.381Z] oslo.serialization==4.0.1 [2020-10-06T21:18:13.381Z] oslo.utils==4.6.0 [2020-10-06T21:18:13.381Z] packaging==20.4 [2020-10-06T21:18:13.381Z] pbr==5.4.4 [2020-10-06T21:18:13.381Z] pluggy==0.13.1 [2020-10-06T21:18:13.381Z] prettytable==0.7.2 [2020-10-06T21:18:13.381Z] py==1.9.0 [2020-10-06T21:18:13.381Z] pyasn1==0.4.8 [2020-10-06T21:18:13.381Z] pyasn1-modules==0.2.8 [2020-10-06T21:18:13.381Z] pycparser==2.20 [2020-10-06T21:18:13.381Z] pygerrit2==2.0.10 [2020-10-06T21:18:13.381Z] PyGithub==1.46 [2020-10-06T21:18:13.381Z] pyinotify==0.9.6 [2020-10-06T21:18:13.381Z] PyJWT==1.7.1 [2020-10-06T21:18:13.381Z] pyparsing==2.4.7 [2020-10-06T21:18:13.381Z] pyperclip==1.8.0 [2020-10-06T21:18:13.381Z] pyroute2==0.4.13 [2020-10-06T21:18:13.381Z] pyrsistent==0.15.7 [2020-10-06T21:18:13.381Z] PySocks==1.6.8 [2020-10-06T21:18:13.381Z] python-cinderclient==7.2.0 [2020-10-06T21:18:13.381Z] python-dateutil==2.8.1 [2020-10-06T21:18:13.381Z] python-heatclient==2.2.1 [2020-10-06T21:18:13.381Z] python-jenkins==1.7.0 [2020-10-06T21:18:13.381Z] python-keystoneclient==4.1.1 [2020-10-06T21:18:13.381Z] python-magnumclient==3.2.1 [2020-10-06T21:18:13.381Z] python-novaclient==17.2.1 [2020-10-06T21:18:13.381Z] python-openstackclient==5.4.0 [2020-10-06T21:18:13.381Z] python-swiftclient==3.10.1 [2020-10-06T21:18:13.381Z] pytz==2020.1 [2020-10-06T21:18:13.381Z] PyYAML==5.3 [2020-10-06T21:18:13.381Z] requests==2.23.0 [2020-10-06T21:18:13.381Z] requests-oauthlib==1.3.0 [2020-10-06T21:18:13.381Z] requestsexceptions==1.4.0 [2020-10-06T21:18:13.381Z] rfc3986==1.4.0 [2020-10-06T21:18:13.381Z] rpm==4.11.3 [2020-10-06T21:18:13.381Z] rsa==4.0 [2020-10-06T21:18:13.381Z] ruamel.yaml==0.16.10 [2020-10-06T21:18:13.381Z] ruamel.yaml.clib==0.2.0 [2020-10-06T21:18:13.381Z] s3transfer==0.3.3 [2020-10-06T21:18:13.381Z] shade==1.27.2 [2020-10-06T21:18:13.381Z] simplejson==3.17.2 [2020-10-06T21:18:13.381Z] six==1.14.0 [2020-10-06T21:18:13.381Z] soupsieve==2.0 [2020-10-06T21:18:13.381Z] stevedore==3.2.2 [2020-10-06T21:18:13.381Z] tabulate==0.8.6 [2020-10-06T21:18:13.381Z] toml==0.10.0 [2020-10-06T21:18:13.381Z] tox==3.20.0 [2020-10-06T21:18:13.381Z] tqdm==4.43.0 [2020-10-06T21:18:13.381Z] urllib3==1.25.8 [2020-10-06T21:18:13.381Z] virtualenv==20.0.33 [2020-10-06T21:18:13.381Z] wcwidth==0.2.5 [2020-10-06T21:18:13.381Z] websocket-client==0.57.0 [2020-10-06T21:18:13.381Z] wrapt==1.12.1 [2020-10-06T21:18:13.381Z] xdg==3.0.2 [2020-10-06T21:18:13.381Z] xmltodict==0.12.0 [2020-10-06T21:18:13.381Z] yq==2.11.1 [2020-10-06T21:18:13.381Z] zipp==3.3.0 [2020-10-06T21:18:14.798Z] Cache entry deserialization failed, entry ignored [2020-10-06T21:18:19.155Z] DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality. [2020-10-06T21:18:24.587Z] Python 2.7.5 [2020-10-06T21:18:24.587Z] pip 20.2.3 from /home/jenkins/.local/lib/python2.7/site-packages/pip (python 2.7) [2020-10-06T21:18:24.587Z] DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality. [2020-10-06T21:18:24.587Z] ansible==2.9.7 [2020-10-06T21:18:24.587Z] Babel==0.9.6 [2020-10-06T21:18:24.587Z] backports.ssl-match-hostname==3.5.0.1 [2020-10-06T21:18:24.587Z] beautifulsoup4==4.4.1 [2020-10-06T21:18:24.587Z] bodhi==2.11.0 [2020-10-06T21:18:24.587Z] bodhi-client==2.11.0 [2020-10-06T21:18:24.587Z] CCColUtils==1.4 [2020-10-06T21:18:24.587Z] cffi==1.6.0 [2020-10-06T21:18:24.587Z] chardet==2.2.1 [2020-10-06T21:18:24.587Z] click==6.7 [2020-10-06T21:18:24.587Z] cloud-init==18.5 [2020-10-06T21:18:24.587Z] configobj==4.7.2 [2020-10-06T21:18:24.587Z] cryptography==1.7.2 [2020-10-06T21:18:24.587Z] decorator==3.4.0 [2020-10-06T21:18:24.587Z] distro==1.2.0 [2020-10-06T21:18:24.587Z] enum34==1.0.4 [2020-10-06T21:18:24.587Z] fedpkg==1.38 [2020-10-06T21:18:24.587Z] futures==3.1.1 [2020-10-06T21:18:24.587Z] gitdb==0.6.4 [2020-10-06T21:18:24.587Z] GitPython==1.0.1 [2020-10-06T21:18:24.587Z] html5lib==0.999 [2020-10-06T21:18:24.587Z] httplib2==0.9.2 [2020-10-06T21:18:24.587Z] idna==2.4 [2020-10-06T21:18:24.587Z] iniparse==0.4 [2020-10-06T21:18:24.587Z] ipaddress==1.0.16 [2020-10-06T21:18:24.587Z] IPy==0.75 [2020-10-06T21:18:24.587Z] javapackages==1.0.0 [2020-10-06T21:18:24.587Z] Jinja2==2.7.2 [2020-10-06T21:18:24.587Z] jmespath==0.9.4 [2020-10-06T21:18:24.587Z] jsonpatch==1.2 [2020-10-06T21:18:24.587Z] jsonpointer==1.9 [2020-10-06T21:18:24.587Z] kerberos==1.1 [2020-10-06T21:18:24.587Z] kitchen==1.1.1 [2020-10-06T21:18:24.587Z] langtable==0.0.31 [2020-10-06T21:18:24.587Z] lockfile==0.9.1 [2020-10-06T21:18:24.587Z] lxml==3.2.1 [2020-10-06T21:18:24.587Z] MarkupSafe==0.11 [2020-10-06T21:18:24.587Z] munch==2.0.2 [2020-10-06T21:18:24.587Z] offtrac==0.1.0 [2020-10-06T21:18:24.587Z] openidc-client==0.6.0 [2020-10-06T21:18:24.587Z] packagedb-cli==2.14.1 [2020-10-06T21:18:24.587Z] paramiko==2.1.1 [2020-10-06T21:18:24.587Z] perf==0.1 [2020-10-06T21:18:24.587Z] ply==3.4 [2020-10-06T21:18:24.587Z] policycoreutils-default-encoding==0.1 [2020-10-06T21:18:24.587Z] prettytable==0.7.2 [2020-10-06T21:18:24.587Z] pyasn1==0.1.9 [2020-10-06T21:18:24.587Z] pycparser==2.14 [2020-10-06T21:18:24.587Z] pycurl==7.19.0 [2020-10-06T21:18:24.587Z] pygobject==3.22.0 [2020-10-06T21:18:24.587Z] pygpgme==0.3 [2020-10-06T21:18:24.587Z] pyliblzma==0.5.3 [2020-10-06T21:18:24.587Z] pyOpenSSL==0.13.1 [2020-10-06T21:18:24.587Z] pyparsing==1.5.6 [2020-10-06T21:18:24.587Z] pyserial==2.6 [2020-10-06T21:18:24.587Z] python-augeas==0.5.0 [2020-10-06T21:18:24.587Z] python-bugzilla==2.3.0 [2020-10-06T21:18:24.587Z] python-dateutil==1.5 [2020-10-06T21:18:24.587Z] python-fedora==0.10.0 [2020-10-06T21:18:24.587Z] python-linux-procfs==0.4.9 [2020-10-06T21:18:24.587Z] python-yubico==1.2.3 [2020-10-06T21:18:24.587Z] pyudev==0.15 [2020-10-06T21:18:24.587Z] pyusb==1.0.0b1 [2020-10-06T21:18:24.587Z] pyxattr==0.5.1 [2020-10-06T21:18:24.587Z] PyYAML==3.10 [2020-10-06T21:18:24.587Z] requests==2.6.0 [2020-10-06T21:18:24.587Z] requests-kerberos==0.7.0 [2020-10-06T21:18:24.587Z] rpkg==1.60 [2020-10-06T21:18:24.587Z] schedutils==0.4 [2020-10-06T21:18:24.587Z] seobject==0.1 [2020-10-06T21:18:24.587Z] sepolicy==1.1 [2020-10-06T21:18:24.587Z] six==1.9.0 [2020-10-06T21:18:24.587Z] smmap==0.9.0 [2020-10-06T21:18:24.587Z] urlgrabber==3.10 [2020-10-06T21:18:24.587Z] urllib3==1.10.2 [2020-10-06T21:18:24.587Z] virtualenv==15.1.0 [2020-10-06T21:18:24.587Z] yum-langpacks==0.4.2 [2020-10-06T21:18:24.587Z] yum-metadata-parser==1.1.4 [Pipeline] echo [2020-10-06T21:18:24.887Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-06T21:18:25.221Z] ---> sudo-logs.sh [2020-10-06T21:18:25.221Z] Archiving 'sudo' log.. [Pipeline] echo [2020-10-06T21:18:25.815Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-06T21:18:26.125Z] ---> job-cost.sh [2020-10-06T21:18:26.125Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-6v5r [2020-10-06T21:18:38.726Z] Cache entry deserialization failed, entry ignored [2020-10-06T21:18:38.726Z] Cache entry deserialization failed, entry ignored [2020-10-06T21:18:39.699Z] Cache entry deserialization failed, entry ignored [2020-10-06T21:18:39.985Z] Cache entry deserialization failed, entry ignored [2020-10-06T21:18:39.985Z] Cache entry deserialization failed, entry ignored [2020-10-06T21:18:40.295Z] Cache entry deserialization failed, entry ignored [2020-10-06T21:18:40.295Z] Cache entry deserialization failed, entry ignored [2020-10-06T21:18:40.570Z] Cache entry deserialization failed, entry ignored [2020-10-06T21:18:40.838Z] Cache entry deserialization failed, entry ignored [2020-10-06T21:18:41.117Z] Cache entry deserialization failed, entry ignored [2020-10-06T21:18:41.419Z] Cache entry deserialization failed, entry ignored [2020-10-06T21:18:41.419Z] Cache entry deserialization failed, entry ignored [2020-10-06T21:18:45.747Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2020-10-06T21:19:24.670Z] lf-activate-venv(): INFO: Adding /tmp/venv-6v5r/bin to PATH [2020-10-06T21:19:24.670Z] INFO: No Stack... [2020-10-06T21:19:24.670Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-10-06T21:19:25.648Z] INFO: Archiving Costs [Pipeline] echo [2020-10-06T21:19:25.665Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-06T21:19:26.026Z] ---> logs-deploy.sh [2020-10-06T21:19:26.026Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/165 [2020-10-06T21:19:26.026Z] INFO: archiving workspace using pattern(s): [2020-10-06T21:19:29.385Z] Archives upload complete. [2020-10-06T21:19:29.385Z] INFO: archiving logs to Nexus [2020-10-06T21:19:31.374Z] ---> uname -a: [2020-10-06T21:19:31.374Z] Linux prd-centos7-docker-4c-2g-3766.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux [2020-10-06T21:19:31.374Z] [2020-10-06T21:19:31.374Z] [2020-10-06T21:19:31.374Z] ---> lscpu: [2020-10-06T21:19:31.374Z] Architecture: x86_64 [2020-10-06T21:19:31.374Z] CPU op-mode(s): 32-bit, 64-bit [2020-10-06T21:19:31.374Z] Byte Order: Little Endian [2020-10-06T21:19:31.374Z] CPU(s): 4 [2020-10-06T21:19:31.374Z] On-line CPU(s) list: 0-3 [2020-10-06T21:19:31.374Z] Thread(s) per core: 1 [2020-10-06T21:19:31.374Z] Core(s) per socket: 1 [2020-10-06T21:19:31.374Z] Socket(s): 4 [2020-10-06T21:19:31.374Z] NUMA node(s): 1 [2020-10-06T21:19:31.374Z] Vendor ID: GenuineIntel [2020-10-06T21:19:31.374Z] CPU family: 6 [2020-10-06T21:19:31.374Z] Model: 44 [2020-10-06T21:19:31.374Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-10-06T21:19:31.374Z] Stepping: 1 [2020-10-06T21:19:31.374Z] CPU MHz: 2933.438 [2020-10-06T21:19:31.374Z] BogoMIPS: 5866.87 [2020-10-06T21:19:31.374Z] Virtualization: VT-x [2020-10-06T21:19:31.374Z] Hypervisor vendor: KVM [2020-10-06T21:19:31.374Z] Virtualization type: full [2020-10-06T21:19:31.374Z] L1d cache: 32K [2020-10-06T21:19:31.374Z] L1i cache: 32K [2020-10-06T21:19:31.374Z] L2 cache: 4096K [2020-10-06T21:19:31.374Z] L3 cache: 16384K [2020-10-06T21:19:31.374Z] NUMA node0 CPU(s): 0-3 [2020-10-06T21:19:31.375Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2020-10-06T21:19:31.375Z] [2020-10-06T21:19:31.375Z] [2020-10-06T21:19:31.375Z] ---> nproc: [2020-10-06T21:19:31.375Z] 4 [2020-10-06T21:19:31.375Z] [2020-10-06T21:19:31.375Z] [2020-10-06T21:19:31.375Z] ---> df -h: [2020-10-06T21:19:31.375Z] Filesystem Size Used Avail Use% Mounted on [2020-10-06T21:19:31.375Z] devtmpfs 887M 0 887M 0% /dev [2020-10-06T21:19:31.375Z] tmpfs 919M 0 919M 0% /dev/shm [2020-10-06T21:19:31.375Z] tmpfs 919M 17M 903M 2% /run [2020-10-06T21:19:31.375Z] tmpfs 919M 0 919M 0% /sys/fs/cgroup [2020-10-06T21:19:31.375Z] /dev/vda1 50G 13G 38G 26% / [2020-10-06T21:19:31.375Z] tmpfs 184M 0 184M 0% /run/user/1001 [2020-10-06T21:19:31.375Z] tmpfs 184M 0 184M 0% /run/user/0 [2020-10-06T21:19:31.375Z] [2020-10-06T21:19:31.375Z] [2020-10-06T21:19:31.375Z] ---> free -m: [2020-10-06T21:19:31.375Z] total used free shared buff/cache available [2020-10-06T21:19:31.375Z] Mem: 1837 680 83 4 1073 969 [2020-10-06T21:19:31.375Z] Swap: 1023 54 969 [2020-10-06T21:19:31.375Z] [2020-10-06T21:19:31.375Z] [2020-10-06T21:19:31.375Z] ---> ip addr: [2020-10-06T21:19:31.375Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 [2020-10-06T21:19:31.375Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-10-06T21:19:31.375Z] inet 127.0.0.1/8 scope host lo [2020-10-06T21:19:31.375Z] valid_lft forever preferred_lft forever [2020-10-06T21:19:31.375Z] inet6 ::1/128 scope host [2020-10-06T21:19:31.375Z] valid_lft forever preferred_lft forever [2020-10-06T21:19:31.375Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP group default qlen 1000 [2020-10-06T21:19:31.375Z] link/ether fa:16:3e:eb:1b:29 brd ff:ff:ff:ff:ff:ff [2020-10-06T21:19:31.375Z] inet 10.30.122.53/23 brd 10.30.123.255 scope global dynamic eth0 [2020-10-06T21:19:31.375Z] valid_lft 84652sec preferred_lft 84652sec [2020-10-06T21:19:31.375Z] inet6 fe80::f816:3eff:feeb:1b29/64 scope link [2020-10-06T21:19:31.375Z] valid_lft forever preferred_lft forever [2020-10-06T21:19:31.375Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN group default [2020-10-06T21:19:31.375Z] link/ether 02:42:fe:b7:b1:c7 brd ff:ff:ff:ff:ff:ff [2020-10-06T21:19:31.375Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2020-10-06T21:19:31.375Z] valid_lft forever preferred_lft forever [2020-10-06T21:19:31.375Z] inet6 fe80::42:feff:feb7:b1c7/64 scope link [2020-10-06T21:19:31.375Z] valid_lft forever preferred_lft forever [2020-10-06T21:19:31.375Z] [2020-10-06T21:19:31.375Z] [2020-10-06T21:19:31.375Z] ---> sar -b -r -n DEV: [2020-10-06T21:19:31.375Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/06/2020 _x86_64_ (4 CPU) [2020-10-06T21:19:31.375Z] [2020-10-06T21:19:31.375Z] 08:50:00 PM LINUX RESTART [2020-10-06T21:19:31.375Z] [2020-10-06T21:19:31.375Z] 08:51:01 PM tps rtps wtps bread/s bwrtn/s [2020-10-06T21:19:31.375Z] 08:52:01 PM 73.53 19.65 53.88 5461.16 15300.15 [2020-10-06T21:19:31.375Z] 08:53:01 PM 135.00 60.32 74.68 4379.49 31157.58 [2020-10-06T21:19:31.375Z] 08:54:01 PM 241.56 73.84 167.72 4555.45 38403.76 [2020-10-06T21:19:31.375Z] 08:55:02 PM 985.48 764.54 220.93 64365.82 121875.57 [2020-10-06T21:19:31.375Z] 08:56:01 PM 2179.99 1963.47 216.51 101954.51 111153.37 [2020-10-06T21:19:31.375Z] 08:57:01 PM 401.76 147.14 254.62 37777.23 85031.88 [2020-10-06T21:19:31.375Z] 08:58:02 PM 2221.50 1894.92 326.58 110683.18 118083.78 [2020-10-06T21:19:31.375Z] 08:59:02 PM 773.78 549.67 224.11 37573.51 46089.10 [2020-10-06T21:19:31.375Z] 09:00:01 PM 453.27 276.95 176.32 15732.07 31893.46 [2020-10-06T21:19:31.375Z] 09:01:01 PM 47.76 37.66 10.10 3235.04 187.97 [2020-10-06T21:19:31.375Z] 09:02:01 PM 78.80 75.82 2.99 2611.52 56.51 [2020-10-06T21:19:31.375Z] 09:03:01 PM 0.20 0.00 0.20 0.00 3.00 [2020-10-06T21:19:31.375Z] 09:04:01 PM 0.25 0.00 0.25 0.00 1.97 [2020-10-06T21:19:31.375Z] 09:05:01 PM 1.73 1.45 0.28 49.29 3.10 [2020-10-06T21:19:31.375Z] 09:06:01 PM 0.85 0.03 0.82 1.07 15.07 [2020-10-06T21:19:31.375Z] 09:07:02 PM 0.62 0.02 0.60 0.53 6.68 [2020-10-06T21:19:31.375Z] 09:08:01 PM 132.54 24.06 108.49 2942.89 31145.36 [2020-10-06T21:19:31.375Z] 09:09:01 PM 82.85 26.42 56.43 1102.49 3992.70 [2020-10-06T21:19:31.375Z] 09:10:01 PM 26.90 4.11 22.79 165.05 371.04 [2020-10-06T21:19:31.375Z] 09:11:01 PM 229.16 179.40 49.76 2209.82 1309.17 [2020-10-06T21:19:31.375Z] 09:12:01 PM 179.93 139.24 40.69 3153.04 1204.44 [2020-10-06T21:19:31.375Z] 09:13:02 PM 23.79 0.83 22.96 15.14 347.45 [2020-10-06T21:19:31.375Z] 09:14:01 PM 22.70 0.42 22.28 8.25 373.77 [2020-10-06T21:19:31.375Z] 09:15:01 PM 76.84 48.06 28.78 4375.45 9318.53 [2020-10-06T21:19:31.375Z] 09:16:01 PM 270.89 134.36 136.54 5486.70 29261.52 [2020-10-06T21:19:31.375Z] 09:17:01 PM 82.39 60.90 21.49 6268.81 1201.28 [2020-10-06T21:19:31.375Z] 09:18:01 PM 85.57 4.73 80.85 763.39 8809.82 [2020-10-06T21:19:31.375Z] 09:19:01 PM 103.83 27.36 76.47 1169.05 6070.73 [2020-10-06T21:19:31.375Z] Average: 319.08 233.45 85.63 14899.02 24767.40 [2020-10-06T21:19:31.375Z] [2020-10-06T21:19:31.375Z] 08:51:01 PM kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-10-06T21:19:31.375Z] 08:52:01 PM 90376 1791180 95.20 2620 1053816 1473120 50.27 631128 997780 20 [2020-10-06T21:19:31.375Z] 08:53:01 PM 108008 1773548 94.26 2596 1052368 1581296 53.97 640520 920248 75184 [2020-10-06T21:19:31.375Z] 08:54:01 PM 180776 1700780 90.39 1548 973340 1534636 52.37 653088 818972 66872 [2020-10-06T21:19:31.375Z] 08:55:02 PM 366416 1515140 80.53 56 825108 1729640 59.03 644064 702688 16 [2020-10-06T21:19:31.375Z] 08:56:01 PM 319044 1562512 83.04 56 519508 3425436 116.90 699568 646564 58068 [2020-10-06T21:19:31.375Z] 08:57:01 PM 66944 1814612 96.44 56 1048532 2058712 70.26 764856 864892 45356 [2020-10-06T21:19:31.375Z] 08:58:02 PM 190516 1691040 89.87 56 775692 3619252 123.52 697380 774260 4304 [2020-10-06T21:19:31.375Z] 08:59:02 PM 622160 1259396 66.93 56 615200 1520052 51.88 440868 615764 0 [2020-10-06T21:19:31.375Z] 09:00:01 PM 429520 1452036 77.17 56 840312 1423612 48.59 414216 833360 36 [2020-10-06T21:19:31.375Z] 09:01:01 PM 324980 1556576 82.73 56 931976 1456984 49.72 439168 910424 28 [2020-10-06T21:19:31.375Z] 09:02:01 PM 278128 1603428 85.22 56 1008508 1270128 43.35 407392 986900 8 [2020-10-06T21:19:31.375Z] 09:03:01 PM 291576 1589980 84.50 56 1008516 1150184 39.25 396452 986348 8 [2020-10-06T21:19:31.375Z] 09:04:01 PM 291896 1589660 84.49 56 1008524 1150184 39.25 396340 986344 8 [2020-10-06T21:19:31.375Z] 09:05:01 PM 290400 1591156 84.57 56 1009368 1150400 39.26 396904 987200 12 [2020-10-06T21:19:31.375Z] 09:06:01 PM 290664 1590892 84.55 56 1009408 1150292 39.26 396708 987100 8 [2020-10-06T21:19:31.375Z] 09:07:02 PM 290780 1590776 84.55 56 1009404 1150184 39.25 396628 987100 8 [2020-10-06T21:19:31.375Z] 09:08:01 PM 98576 1782980 94.76 56 1106336 1503232 51.30 547796 1007108 56 [2020-10-06T21:19:31.375Z] 09:09:01 PM 122420 1759136 93.49 56 1041932 2196744 74.97 642152 886200 36 [2020-10-06T21:19:31.375Z] 09:10:01 PM 223464 1658092 88.12 56 1041964 1229040 41.94 544172 884852 28 [2020-10-06T21:19:31.375Z] 09:11:01 PM 157588 1723968 91.62 56 1067548 1454904 49.65 584612 880172 124 [2020-10-06T21:19:31.375Z] 09:12:01 PM 162468 1719088 91.37 0 948208 1440508 49.16 591636 767020 40 [2020-10-06T21:19:31.375Z] 09:13:02 PM 141488 1740068 92.48 0 948372 1828716 62.41 610212 767172 48 [2020-10-06T21:19:31.375Z] 09:14:01 PM 191460 1690096 89.82 0 948436 1473092 50.27 560812 767208 44 [2020-10-06T21:19:31.375Z] 09:15:01 PM 75360 1806196 95.99 0 979680 1541116 52.60 651976 788940 37644 [2020-10-06T21:19:31.375Z] 09:16:01 PM 206684 1674872 89.02 0 807196 1667528 56.91 505644 765168 64 [2020-10-06T21:19:31.375Z] 09:17:01 PM 84180 1797376 95.53 0 920448 1396164 47.65 521588 879140 26312 [2020-10-06T21:19:31.375Z] 09:18:01 PM 80324 1801232 95.73 0 918736 1268272 43.28 577448 821296 51976 [2020-10-06T21:19:31.375Z] 09:19:01 PM 79196 1802360 95.79 0 940472 1253736 42.79 593224 813004 51812 [2020-10-06T21:19:31.375Z] Average: 216264 1665292 88.51 276 941390 1610613 54.97 548091 858329 14933 [2020-10-06T21:19:31.375Z] [2020-10-06T21:19:31.375Z] 08:51:01 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s [2020-10-06T21:19:31.375Z] 08:52:01 PM eth0 1058.95 1095.49 5799.86 142.99 0.00 0.00 0.00 [2020-10-06T21:19:31.375Z] 08:52:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-06T21:19:31.375Z] 08:52:01 PM veth57fd314 803.09 594.04 76.77 2644.47 0.00 0.00 0.00 [2020-10-06T21:19:31.375Z] 08:52:01 PM docker0 803.09 593.91 65.79 2644.46 0.00 0.00 0.00 [2020-10-06T21:19:31.375Z] 08:53:01 PM eth0 1002.35 634.07 2974.92 2731.46 0.00 0.00 0.00 [2020-10-06T21:19:31.375Z] 08:53:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-06T21:19:31.375Z] 08:53:01 PM docker0 0.03 0.02 0.00 0.00 0.00 0.00 0.00 [2020-10-06T21:19:31.375Z] 08:54:01 PM eth0 430.42 298.89 2786.13 34.61 0.00 0.00 0.00 [2020-10-06T21:19:31.375Z] 08:54:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-06T21:19:31.375Z] 08:54:01 PM docker0 133.51 176.50 9.79 835.23 0.00 0.00 0.00 [2020-10-06T21:19:31.375Z] 08:55:02 PM veth09b411b 7.92 7.25 29.31 0.57 0.00 0.00 0.00 [2020-10-06T21:19:31.375Z] 08:55:02 PM vethd15433d 0.00 0.22 0.00 0.01 0.00 0.00 0.00 [2020-10-06T21:19:31.375Z] 08:55:02 PM eth0 2799.14 2256.74 13083.60 3022.48 0.00 0.00 0.00 [2020-10-06T21:19:31.375Z] 08:55:02 PM lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 [2020-10-06T21:19:31.375Z] 08:56:01 PM vethd84838a 0.00 0.13 0.00 0.01 0.00 0.00 0.00 [2020-10-06T21:19:31.375Z] 08:56:01 PM vethfd7c002 0.00 0.13 0.00 0.01 0.00 0.00 0.00 [2020-10-06T21:19:31.375Z] 08:56:01 PM vethd15433d 0.00 0.37 0.00 0.02 0.00 0.00 0.00 [2020-10-06T21:19:31.375Z] 08:56:01 PM vethc18e56e 0.00 0.13 0.00 0.01 0.00 0.00 0.00 [2020-10-06T21:19:31.375Z] 08:57:01 PM vethd15433d 0.00 0.15 0.00 0.01 0.00 0.00 0.00 [2020-10-06T21:19:31.375Z] 08:57:01 PM eth0 2924.74 2335.90 13635.78 3078.53 0.00 0.00 0.00 [2020-10-06T21:19:31.375Z] 08:57:01 PM lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 [2020-10-06T21:19:31.375Z] 08:57:01 PM veth9c988eb 13.33 37.67 0.90 280.34 0.00 0.00 0.00 [2020-10-06T21:19:31.375Z] 08:58:02 PM vethc93dd25 0.00 0.10 0.00 0.01 0.00 0.00 0.00 [2020-10-06T21:19:31.375Z] 08:58:02 PM vethe4381da 0.00 0.05 0.00 0.00 0.00 0.00 0.00 [2020-10-06T21:19:31.375Z] 08:58:02 PM vethe5eadeb 4.34 5.31 0.54 19.80 0.00 0.00 0.00 [2020-10-06T21:19:31.375Z] 08:58:02 PM vethc0fc7c0 0.00 0.11 0.00 0.01 0.00 0.00 0.00 [2020-10-06T21:19:31.375Z] 08:59:02 PM veth84d8f4c 2.84 3.07 0.20 8.76 0.00 0.00 0.00 [2020-10-06T21:19:31.375Z] 08:59:02 PM vethd15433d 0.00 0.90 0.00 0.04 0.00 0.00 0.00 [2020-10-06T21:19:31.375Z] 08:59:02 PM eth0 3100.57 2468.64 14090.73 3249.84 0.00 0.00 0.00 [2020-10-06T21:19:31.375Z] 08:59:02 PM lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 [2020-10-06T21:19:31.375Z] 09:00:01 PM eth0 122.75 112.02 158.47 256.74 0.00 0.00 0.00 [2020-10-06T21:19:31.375Z] 09:00:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-06T21:19:31.375Z] 09:00:01 PM docker0 1049.81 935.25 82.77 4387.24 0.00 0.00 0.00 [2020-10-06T21:19:31.375Z] 09:01:01 PM eth0 317.72 309.44 166.45 1045.34 0.00 0.00 0.00 [2020-10-06T21:19:31.375Z] 09:01:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-06T21:19:31.375Z] 09:01:01 PM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-06T21:19:31.375Z] 09:02:01 PM eth0 87.47 85.10 27.31 444.53 0.00 0.00 0.00 [2020-10-06T21:19:31.375Z] 09:02:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-06T21:19:31.375Z] 09:02:01 PM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-06T21:19:31.375Z] 09:03:01 PM eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 [2020-10-06T21:19:31.375Z] 09:03:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-06T21:19:31.375Z] 09:03:01 PM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-06T21:19:31.375Z] 09:04:01 PM eth0 0.42 0.08 0.04 0.01 0.00 0.00 0.00 [2020-10-06T21:19:31.375Z] 09:04:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-06T21:19:31.375Z] 09:04:01 PM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-06T21:19:31.375Z] 09:05:01 PM eth0 0.68 0.50 0.29 0.21 0.00 0.00 0.00 [2020-10-06T21:19:31.375Z] 09:05:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-06T21:19:31.375Z] 09:05:01 PM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-06T21:19:31.375Z] 09:06:01 PM eth0 0.30 0.23 0.15 0.07 0.00 0.00 0.00 [2020-10-06T21:19:31.375Z] 09:06:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-06T21:19:31.375Z] 09:06:01 PM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-06T21:19:31.375Z] 09:07:02 PM eth0 0.08 0.10 0.01 0.01 0.00 0.00 0.00 [2020-10-06T21:19:31.375Z] 09:07:02 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-06T21:19:31.375Z] 09:07:02 PM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-06T21:19:31.375Z] 09:08:01 PM veth84677f7 2.45 1.76 0.31 2.06 0.00 0.00 0.00 [2020-10-06T21:19:31.375Z] 09:08:01 PM eth0 4034.54 3319.05 18259.66 5058.44 0.00 0.00 0.00 [2020-10-06T21:19:31.375Z] 09:08:01 PM lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 [2020-10-06T21:19:31.375Z] 09:08:01 PM docker0 1053.32 937.85 83.13 4393.74 0.00 0.00 0.00 [2020-10-06T21:19:31.375Z] 09:09:01 PM vethd1a0ad8 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-06T21:19:31.375Z] 09:09:01 PM eth0 122.47 108.26 427.10 87.24 0.00 0.00 0.00 [2020-10-06T21:19:31.375Z] 09:09:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-06T21:19:31.375Z] 09:09:01 PM veth13621d8 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-06T21:19:31.375Z] 09:10:01 PM eth0 79.98 66.17 80.92 88.66 0.00 0.00 0.00 [2020-10-06T21:19:31.375Z] 09:10:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-06T21:19:31.375Z] 09:10:01 PM docker0 1079.78 966.05 86.72 4526.61 0.00 0.00 0.00 [2020-10-06T21:19:31.375Z] 09:11:01 PM eth0 81.43 65.65 80.81 71.88 0.00 0.00 0.00 [2020-10-06T21:19:31.376Z] 09:11:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-06T21:19:31.376Z] 09:11:01 PM vethf9f47b9 0.48 0.72 0.18 0.27 0.00 0.00 0.00 [2020-10-06T21:19:31.376Z] 09:11:01 PM docker0 1083.53 969.44 87.48 4530.90 0.00 0.00 0.00 [2020-10-06T21:19:31.376Z] 09:12:01 PM eth0 74.53 62.69 80.57 79.97 0.00 0.00 0.00 [2020-10-06T21:19:31.376Z] 09:12:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-06T21:19:31.376Z] 09:12:01 PM docker0 3.24 2.74 0.74 1.37 0.00 0.00 0.00 [2020-10-06T21:19:31.376Z] 09:13:02 PM eth0 79.83 62.51 85.00 76.55 0.00 0.00 0.00 [2020-10-06T21:19:31.376Z] 09:13:02 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-06T21:19:31.376Z] 09:13:02 PM vethd7e9cfb 0.13 0.17 0.01 0.10 0.00 0.00 0.00 [2020-10-06T21:19:31.376Z] 09:13:02 PM docker0 1087.80 973.29 88.98 4524.83 0.00 0.00 0.00 [2020-10-06T21:19:31.376Z] 09:14:01 PM vethd77caf9 0.47 0.71 0.18 0.28 0.00 0.00 0.00 [2020-10-06T21:19:31.376Z] 09:14:01 PM eth0 4553.47 3750.78 19100.56 5536.76 0.00 0.00 0.00 [2020-10-06T21:19:31.376Z] 09:14:01 PM lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 [2020-10-06T21:19:31.376Z] 09:14:01 PM docker0 2.94 2.67 0.71 1.23 0.00 0.00 0.00 [2020-10-06T21:19:31.376Z] 09:15:01 PM eth0 1477.49 733.21 5419.19 171.53 0.00 0.00 0.00 [2020-10-06T21:19:31.376Z] 09:15:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-06T21:19:31.376Z] 09:15:01 PM docker0 0.75 0.65 0.24 0.38 0.00 0.00 0.00 [2020-10-06T21:19:31.376Z] 09:16:01 PM veth46fa30b 0.00 0.10 0.00 0.01 0.00 0.00 0.00 [2020-10-06T21:19:31.376Z] 09:16:01 PM eth0 6109.54 4533.34 25104.78 5657.19 0.00 0.00 0.00 [2020-10-06T21:19:31.376Z] 09:16:01 PM lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 [2020-10-06T21:19:31.376Z] 09:16:01 PM docker0 1111.85 1020.50 91.14 4730.90 0.00 0.00 0.00 [2020-10-06T21:19:31.376Z] 09:17:01 PM eth0 78.71 61.01 272.51 53.43 0.00 0.00 0.00 [2020-10-06T21:19:31.376Z] 09:17:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-06T21:19:31.376Z] 09:17:01 PM docker0 1.93 1.48 0.39 0.46 0.00 0.00 0.00 [2020-10-06T21:19:31.376Z] 09:18:01 PM eth0 60.64 36.33 577.76 4.78 0.00 0.00 0.00 [2020-10-06T21:19:31.376Z] 09:18:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-06T21:19:31.376Z] 09:18:01 PM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-06T21:19:31.376Z] 09:19:01 PM eth0 42.39 30.70 133.76 11.54 0.00 0.00 0.00 [2020-10-06T21:19:31.376Z] 09:19:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-06T21:19:31.376Z] 09:19:01 PM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-06T21:19:31.376Z] Average: eth0 219.53 163.17 914.76 203.82 0.00 0.00 0.00 [2020-10-06T21:19:31.376Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-06T21:19:31.376Z] Average: docker0 39.87 36.58 3.28 169.35 0.00 0.00 0.00 [2020-10-06T21:19:31.376Z] [2020-10-06T21:19:31.376Z] [2020-10-06T21:19:31.376Z] ---> sar -P ALL: [2020-10-06T21:19:31.376Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/06/2020 _x86_64_ (4 CPU) [2020-10-06T21:19:31.376Z] [2020-10-06T21:19:31.376Z] 08:50:00 PM LINUX RESTART [2020-10-06T21:19:31.376Z] [2020-10-06T21:19:31.376Z] 08:51:01 PM CPU %user %nice %system %iowait %steal %idle [2020-10-06T21:19:31.376Z] 08:52:01 PM all 8.52 0.00 4.46 2.03 13.94 71.04 [2020-10-06T21:19:31.376Z] 08:52:01 PM 0 9.41 0.00 5.30 2.20 15.41 67.68 [2020-10-06T21:19:31.376Z] 08:52:01 PM 1 11.80 0.00 5.17 4.27 14.06 64.70 [2020-10-06T21:19:31.376Z] 08:52:01 PM 2 5.59 0.00 3.27 0.92 13.83 76.38 [2020-10-06T21:19:31.376Z] 08:52:01 PM 3 7.46 0.00 4.19 0.85 12.48 75.02 [2020-10-06T21:19:31.376Z] 08:53:01 PM all 12.07 0.00 4.14 0.90 16.74 66.16 [2020-10-06T21:19:31.376Z] 08:53:01 PM 0 14.98 0.00 4.37 0.47 17.90 62.28 [2020-10-06T21:19:31.376Z] 08:53:01 PM 1 11.43 0.00 3.74 1.48 19.02 64.34 [2020-10-06T21:19:31.376Z] 08:53:01 PM 2 13.10 0.00 3.94 0.73 14.99 67.24 [2020-10-06T21:19:31.376Z] 08:53:01 PM 3 8.84 0.00 4.49 0.90 15.07 70.70 [2020-10-06T21:19:31.376Z] 08:54:01 PM all 6.24 0.00 5.56 5.21 10.86 72.12 [2020-10-06T21:19:31.376Z] 08:54:01 PM 0 7.35 0.00 5.42 3.90 11.96 71.37 [2020-10-06T21:19:31.376Z] 08:54:01 PM 1 5.60 0.00 5.43 5.18 10.66 73.14 [2020-10-06T21:19:31.376Z] 08:54:01 PM 2 5.75 0.00 5.93 4.97 10.42 72.93 [2020-10-06T21:19:31.376Z] 08:54:01 PM 3 6.30 0.00 5.46 6.78 10.42 71.04 [2020-10-06T21:19:31.376Z] 08:55:02 PM all 14.65 0.00 14.20 7.61 18.34 45.20 [2020-10-06T21:19:31.376Z] 08:55:02 PM 0 13.43 0.00 11.96 7.40 19.35 47.86 [2020-10-06T21:19:31.376Z] 08:55:02 PM 1 14.76 0.00 13.74 7.75 18.11 45.65 [2020-10-06T21:19:31.376Z] 08:55:02 PM 2 15.51 0.00 15.18 8.22 18.11 42.99 [2020-10-06T21:19:31.376Z] 08:55:02 PM 3 14.91 0.00 15.99 7.07 17.77 44.26 [2020-10-06T21:19:31.376Z] 08:56:01 PM all 32.68 0.00 17.31 18.68 14.12 17.21 [2020-10-06T21:19:31.376Z] 08:56:01 PM 0 31.87 0.00 16.53 17.69 15.10 18.82 [2020-10-06T21:19:31.376Z] 08:56:01 PM 1 32.91 0.00 17.50 19.29 14.41 15.89 [2020-10-06T21:19:31.376Z] 08:56:01 PM 2 32.00 0.00 17.87 19.08 13.04 18.02 [2020-10-06T21:19:31.376Z] 08:56:01 PM 3 33.97 0.00 17.36 18.67 13.95 16.06 [2020-10-06T21:19:31.376Z] 08:57:01 PM all 42.17 0.00 16.25 10.52 13.23 17.82 [2020-10-06T21:19:31.376Z] 08:57:01 PM 0 43.54 0.00 15.68 11.01 13.39 16.38 [2020-10-06T21:19:31.376Z] 08:57:01 PM 1 42.15 0.00 16.58 8.85 12.97 19.43 [2020-10-06T21:19:31.376Z] 08:57:01 PM 2 39.81 0.00 15.89 13.03 14.21 17.06 [2020-10-06T21:19:31.376Z] 08:57:01 PM 3 43.19 0.00 16.86 9.19 12.37 18.39 [2020-10-06T21:19:31.376Z] 08:58:02 PM all 17.53 0.00 17.37 26.98 17.42 20.70 [2020-10-06T21:19:31.376Z] 08:58:02 PM 0 18.52 0.00 17.08 29.31 17.79 17.29 [2020-10-06T21:19:31.376Z] 08:58:02 PM 1 17.02 0.00 17.18 27.47 17.30 21.03 [2020-10-06T21:19:31.376Z] 08:58:02 PM 2 17.56 0.00 17.65 26.24 16.66 21.90 [2020-10-06T21:19:31.376Z] 08:58:02 PM 3 16.99 0.00 17.58 24.84 17.94 22.65 [2020-10-06T21:19:31.376Z] 08:59:02 PM all 54.00 0.00 16.70 8.96 10.97 9.37 [2020-10-06T21:19:31.376Z] 08:59:02 PM 0 50.54 0.00 15.50 9.17 11.98 12.81 [2020-10-06T21:19:31.376Z] 08:59:02 PM 1 55.08 0.00 16.36 11.38 11.81 5.37 [2020-10-06T21:19:31.376Z] 08:59:02 PM 2 54.11 0.00 18.62 6.46 10.91 9.90 [2020-10-06T21:19:31.376Z] 08:59:02 PM 3 56.27 0.00 16.34 8.93 9.16 9.31 [2020-10-06T21:19:31.376Z] 09:00:01 PM all 15.80 0.00 10.58 9.35 10.82 53.45 [2020-10-06T21:19:31.376Z] 09:00:01 PM 0 15.22 0.00 10.20 9.03 10.67 54.88 [2020-10-06T21:19:31.376Z] 09:00:01 PM 1 17.21 0.00 11.22 9.63 11.01 50.92 [2020-10-06T21:19:31.376Z] 09:00:01 PM 2 15.97 0.00 11.04 10.51 10.72 51.77 [2020-10-06T21:19:31.376Z] 09:00:01 PM 3 14.82 0.00 9.86 8.23 10.88 56.20 [2020-10-06T21:19:31.376Z] 09:01:01 PM all 4.63 0.00 2.64 0.79 13.85 78.09 [2020-10-06T21:19:31.376Z] 09:01:01 PM 0 4.59 0.00 2.77 0.82 14.96 76.86 [2020-10-06T21:19:31.376Z] 09:01:01 PM 1 4.89 0.00 2.90 0.89 13.83 77.50 [2020-10-06T21:19:31.376Z] 09:01:01 PM 2 4.49 0.00 2.47 0.89 13.97 78.17 [2020-10-06T21:19:31.376Z] 09:01:01 PM 3 4.56 0.00 2.42 0.58 12.61 79.83 [2020-10-06T21:19:31.376Z] 09:02:01 PM all 2.34 0.00 0.76 2.41 2.88 91.61 [2020-10-06T21:19:31.376Z] 09:02:01 PM 0 2.61 0.00 0.89 2.51 3.47 90.52 [2020-10-06T21:19:31.376Z] 09:02:01 PM 1 2.22 0.00 0.66 2.27 2.77 92.07 [2020-10-06T21:19:31.376Z] 09:02:01 PM 2 2.35 0.00 0.68 2.30 3.03 91.65 [2020-10-06T21:19:31.376Z] 09:02:01 PM 3 2.18 0.00 0.85 2.55 2.25 92.18 [2020-10-06T21:19:31.376Z] [2020-10-06T21:19:31.376Z] 09:02:01 PM CPU %user %nice %system %iowait %steal %idle [2020-10-06T21:19:31.376Z] 09:03:01 PM all 0.11 0.00 0.12 0.00 0.34 99.43 [2020-10-06T21:19:31.376Z] 09:03:01 PM 0 0.03 0.00 0.10 0.00 0.35 99.52 [2020-10-06T21:19:31.376Z] 09:03:01 PM 1 0.03 0.00 0.18 0.00 0.28 99.50 [2020-10-06T21:19:31.376Z] 09:03:01 PM 2 0.37 0.00 0.08 0.00 0.28 99.27 [2020-10-06T21:19:31.376Z] 09:03:01 PM 3 0.02 0.00 0.10 0.00 0.43 99.45 [2020-10-06T21:19:31.376Z] 09:04:01 PM all 0.12 0.00 0.03 0.00 0.13 99.72 [2020-10-06T21:19:31.376Z] 09:04:01 PM 0 0.02 0.00 0.03 0.00 0.08 99.87 [2020-10-06T21:19:31.376Z] 09:04:01 PM 1 0.20 0.00 0.02 0.00 0.07 99.72 [2020-10-06T21:19:31.376Z] 09:04:01 PM 2 0.22 0.00 0.02 0.00 0.03 99.73 [2020-10-06T21:19:31.376Z] 09:04:01 PM 3 0.07 0.00 0.05 0.00 0.35 99.53 [2020-10-06T21:19:31.376Z] 09:05:01 PM all 0.12 0.00 0.05 0.02 0.12 99.69 [2020-10-06T21:19:31.376Z] 09:05:01 PM 0 0.00 0.00 0.03 0.02 0.05 99.90 [2020-10-06T21:19:31.376Z] 09:05:01 PM 1 0.37 0.00 0.03 0.00 0.20 99.40 [2020-10-06T21:19:31.376Z] 09:05:01 PM 2 0.02 0.00 0.05 0.10 0.05 99.78 [2020-10-06T21:19:31.376Z] 09:05:01 PM 3 0.07 0.00 0.08 0.00 0.15 99.70 [2020-10-06T21:19:31.376Z] 09:06:01 PM all 0.06 0.00 0.02 0.00 0.41 99.51 [2020-10-06T21:19:31.376Z] 09:06:01 PM 0 0.03 0.00 0.03 0.00 0.22 99.72 [2020-10-06T21:19:31.376Z] 09:06:01 PM 1 0.02 0.00 0.00 0.00 0.20 99.78 [2020-10-06T21:19:31.376Z] 09:06:01 PM 2 0.20 0.00 0.03 0.00 0.81 98.95 [2020-10-06T21:19:31.376Z] 09:06:01 PM 3 0.00 0.00 0.03 0.00 0.40 99.57 [2020-10-06T21:19:31.376Z] 09:07:02 PM all 0.08 0.00 0.03 0.00 0.12 99.76 [2020-10-06T21:19:31.376Z] 09:07:02 PM 0 0.02 0.00 0.00 0.00 0.05 99.93 [2020-10-06T21:19:31.376Z] 09:07:02 PM 1 0.02 0.00 0.02 0.00 0.10 99.87 [2020-10-06T21:19:31.376Z] 09:07:02 PM 2 0.30 0.00 0.08 0.00 0.20 99.42 [2020-10-06T21:19:31.376Z] 09:07:02 PM 3 0.00 0.00 0.02 0.00 0.15 99.83 [2020-10-06T21:19:31.376Z] 09:08:01 PM all 4.46 0.00 3.42 1.48 12.32 78.32 [2020-10-06T21:19:31.376Z] 09:08:01 PM 0 4.15 0.00 3.64 2.24 12.40 77.57 [2020-10-06T21:19:31.376Z] 09:08:01 PM 1 3.75 0.00 3.32 1.83 12.32 78.78 [2020-10-06T21:19:31.376Z] 09:08:01 PM 2 5.97 0.00 3.71 1.03 12.62 76.66 [2020-10-06T21:19:31.376Z] 09:08:01 PM 3 4.00 0.00 3.01 0.81 11.94 80.24 [2020-10-06T21:19:31.376Z] 09:09:01 PM all 3.29 0.00 4.67 2.87 10.29 78.88 [2020-10-06T21:19:31.376Z] 09:09:01 PM 0 2.96 0.00 4.97 2.75 10.34 78.97 [2020-10-06T21:19:31.376Z] 09:09:01 PM 1 3.80 0.00 5.28 4.18 10.44 76.29 [2020-10-06T21:19:31.376Z] 09:09:01 PM 2 3.03 0.00 3.97 2.32 10.42 80.27 [2020-10-06T21:19:31.376Z] 09:09:01 PM 3 3.34 0.00 4.45 2.23 9.96 80.02 [2020-10-06T21:19:31.376Z] 09:10:01 PM all 2.17 0.00 3.58 0.61 7.84 85.79 [2020-10-06T21:19:31.376Z] 09:10:01 PM 0 2.22 0.00 3.90 0.35 8.05 85.48 [2020-10-06T21:19:31.376Z] 09:10:01 PM 1 2.39 0.00 4.10 0.43 7.49 85.60 [2020-10-06T21:19:31.376Z] 09:10:01 PM 2 2.24 0.00 3.24 1.25 8.23 85.03 [2020-10-06T21:19:31.376Z] 09:10:01 PM 3 1.80 0.00 3.09 0.44 7.62 87.05 [2020-10-06T21:19:31.376Z] 09:11:01 PM all 2.64 2.08 13.40 6.72 14.37 60.79 [2020-10-06T21:19:31.376Z] 09:11:01 PM 0 2.95 1.99 13.24 6.26 14.28 61.28 [2020-10-06T21:19:31.376Z] 09:11:01 PM 1 2.48 2.22 13.22 8.20 14.73 59.15 [2020-10-06T21:19:31.376Z] 09:11:01 PM 2 2.47 2.18 13.85 7.19 14.56 59.75 [2020-10-06T21:19:31.376Z] 09:11:01 PM 3 2.67 1.94 13.32 5.22 13.88 62.96 [2020-10-06T21:19:31.376Z] 09:12:01 PM all 2.25 0.22 5.79 1.27 10.78 79.69 [2020-10-06T21:19:31.376Z] 09:12:01 PM 0 2.19 0.19 5.53 1.50 11.44 79.15 [2020-10-06T21:19:31.376Z] 09:12:01 PM 1 2.28 0.18 5.77 1.29 10.89 79.59 [2020-10-06T21:19:31.376Z] 09:12:01 PM 2 2.33 0.29 6.31 1.31 10.84 78.92 [2020-10-06T21:19:31.376Z] 09:12:01 PM 3 2.18 0.18 5.53 0.98 9.95 81.20 [2020-10-06T21:19:31.376Z] 09:13:02 PM all 2.22 0.00 4.03 0.65 9.42 83.68 [2020-10-06T21:19:31.376Z] 09:13:02 PM 0 2.29 0.00 4.13 0.45 11.04 82.09 [2020-10-06T21:19:31.376Z] 09:13:02 PM 1 2.13 0.00 4.15 0.50 8.50 84.72 [2020-10-06T21:19:31.376Z] 09:13:02 PM 2 1.73 0.00 2.83 1.06 9.42 84.96 [2020-10-06T21:19:31.376Z] 09:13:02 PM 3 2.72 0.00 5.02 0.59 8.69 82.97 [2020-10-06T21:19:31.376Z] [2020-10-06T21:19:31.376Z] 09:13:02 PM CPU %user %nice %system %iowait %steal %idle [2020-10-06T21:19:31.376Z] 09:14:01 PM all 2.02 0.00 3.60 0.54 11.01 82.82 [2020-10-06T21:19:31.376Z] 09:14:01 PM 0 1.97 0.00 3.59 0.99 12.28 81.16 [2020-10-06T21:19:31.376Z] 09:14:01 PM 1 1.52 0.00 3.21 0.34 10.37 84.57 [2020-10-06T21:19:31.376Z] 09:14:01 PM 2 2.64 0.00 3.56 0.37 10.99 82.44 [2020-10-06T21:19:31.376Z] 09:14:01 PM 3 1.95 0.00 4.06 0.49 10.44 83.07 [2020-10-06T21:19:31.376Z] 09:15:01 PM all 4.59 0.00 3.69 1.12 13.69 76.90 [2020-10-06T21:19:31.376Z] 09:15:01 PM 0 3.88 0.00 3.78 0.54 15.06 76.74 [2020-10-06T21:19:31.376Z] 09:15:01 PM 1 4.53 0.00 2.74 1.01 12.88 78.84 [2020-10-06T21:19:31.376Z] 09:15:01 PM 2 4.65 0.00 3.92 2.11 13.49 75.83 [2020-10-06T21:19:31.376Z] 09:15:01 PM 3 5.34 0.00 4.35 0.83 13.33 76.15 [2020-10-06T21:19:31.376Z] 09:16:01 PM all 6.79 0.00 6.47 2.58 20.47 63.69 [2020-10-06T21:19:31.376Z] 09:16:01 PM 0 10.64 0.00 5.92 3.74 21.29 58.41 [2020-10-06T21:19:31.376Z] 09:16:01 PM 1 4.76 0.00 5.80 2.52 20.18 66.74 [2020-10-06T21:19:31.376Z] 09:16:01 PM 2 5.60 0.00 6.76 2.15 19.91 65.58 [2020-10-06T21:19:31.376Z] 09:16:01 PM 3 6.14 0.00 7.42 1.92 20.51 64.02 [2020-10-06T21:19:31.376Z] 09:17:01 PM all 8.77 0.00 3.22 1.71 8.85 77.44 [2020-10-06T21:19:31.376Z] 09:17:01 PM 0 14.59 0.00 2.97 0.43 9.66 72.36 [2020-10-06T21:19:31.377Z] 09:17:01 PM 1 5.82 0.00 3.48 3.07 8.38 79.24 [2020-10-06T21:19:31.377Z] 09:17:01 PM 2 9.34 0.00 3.63 1.66 8.33 77.04 [2020-10-06T21:19:31.377Z] 09:17:01 PM 3 5.45 0.00 2.81 1.67 9.05 81.01 [2020-10-06T21:19:31.377Z] 09:18:01 PM all 14.88 0.00 2.54 1.21 3.29 78.08 [2020-10-06T21:19:31.377Z] 09:18:01 PM 0 19.82 0.00 2.36 0.96 4.01 72.85 [2020-10-06T21:19:31.377Z] 09:18:01 PM 1 9.41 0.00 2.32 2.38 2.59 83.30 [2020-10-06T21:19:31.377Z] 09:18:01 PM 2 15.30 0.00 3.02 0.73 3.11 77.84 [2020-10-06T21:19:31.377Z] 09:18:01 PM 3 15.05 0.00 2.49 0.75 3.46 78.26 [2020-10-06T21:19:31.377Z] 09:19:01 PM all 14.86 0.00 2.75 1.68 3.00 77.71 [2020-10-06T21:19:31.377Z] 09:19:01 PM 0 22.76 0.00 2.52 2.17 2.99 69.55 [2020-10-06T21:19:31.377Z] 09:19:01 PM 1 17.51 0.00 3.59 1.17 3.02 74.70 [2020-10-06T21:19:31.377Z] 09:19:01 PM 2 12.84 0.00 3.51 2.04 3.05 78.56 [2020-10-06T21:19:31.377Z] 09:19:01 PM 3 6.67 0.00 1.44 1.37 2.92 87.60 [2020-10-06T21:19:31.377Z] Average: all 9.44 0.08 5.78 3.94 9.60 71.16 [2020-10-06T21:19:31.377Z] Average: 0 10.27 0.08 5.63 3.95 10.17 69.90 [2020-10-06T21:19:31.377Z] Average: 1 9.25 0.09 5.78 4.27 9.58 71.02 [2020-10-06T21:19:31.377Z] Average: 2 9.29 0.09 5.90 3.96 9.48 71.28 [2020-10-06T21:19:31.377Z] Average: 3 8.94 0.08 5.80 3.56 9.17 72.45 [2020-10-06T21:19:31.377Z] [2020-10-06T21:19:31.377Z] [2020-10-06T21:19:31.377Z]