Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision ad104866bbc8c98dca93091e1a8abeb835fd4e4d Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision ad104866bbc8c98dca93091e1a8abeb835fd4e4d using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision ad104866bbc8c98dca93091e1a8abeb835fd4e4d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f ad104866bbc8c98dca93091e1a8abeb835fd4e4d # timeout=10 Commit message: "Merge pull request #251 from ernestojeda/fix-codecov-uploader" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-3881 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/167 [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/167 # 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 f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108 # timeout=10 Commit message: "Merge pull request #2732 from weichou1229/issue-2729" > git rev-list --no-walk fc25530dbf7c06d269e477ba92f85712579b8222 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-10-07T03:17:58.782Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-10-07T03:17:59.054Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-10-07T03:17:59.160Z] ========================================================= [2020-10-07T03:17:59.160Z] EdgeX Global Pipelines Version Info [2020-10-07T03:17:59.160Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-10-07T03:18:00.676Z] ------------------- [2020-10-07T03:18:00.676Z] stable info: [2020-10-07T03:18:00.676Z] ------------------- [2020-10-07T03:18:00.676Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-07T03:18:00.676Z] Commit SHA: ad104866bbc8c98dca93091e1a8abeb835fd4e4d [2020-10-07T03:18:00.676Z] Message: update stable to v1.0.131 [2020-10-07T03:18:01.629Z] ------------------- [2020-10-07T03:18:01.629Z] experimental info: [2020-10-07T03:18:01.629Z] ------------------- [2020-10-07T03:18:01.629Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-10-07T03:18:01.629Z] Commit SHA: 570db4806bfd36b7d07759f4849a4530ec9e8d2a [2020-10-07T03:18:01.629Z] Message: update experimental to v1.0.134 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-10-07T03:18:01.900Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-10-07T03:18:02.026Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-10-07T03:18:02.138Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-10-07T03:18:02.257Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-10-07T03:18:02.365Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-10-07T03:18:02.477Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-10-07T03:18:02.577Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-10-07T03:18:02.721Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-10-07T03:18:02.821Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-10-07T03:18:02.916Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-10-07T03:18:03.021Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-10-07T03:18:03.118Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-10-07T03:18:03.215Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-10-07T03:18:03.325Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-10-07T03:18:03.461Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-10-07T03:18:03.577Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-10-07T03:18:03.690Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-10-07T03:18:03.825Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-10-07T03:18:03.924Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-10-07T03:18:04.032Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-10-07T03:18:04.145Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-10-07T03:18:04.253Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-10-07T03:18:04.359Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-10-07T03:18:04.466Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-10-07T03:18:04.576Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108 [Pipeline] echo [2020-10-07T03:18:04.676Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f0508ee [Pipeline] echo [2020-10-07T03:18:04.792Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] sh [2020-10-07T03:18:05.195Z] ++ 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-07T03:18:05.195Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-07T03:18:05.195Z] ++ dirname cmd/core-command/Dockerfile [2020-10-07T03:18:05.195Z] ++ cut -d/ -f2 [2020-10-07T03:18:05.195Z] + echo core-command,cmd/core-command/Dockerfile [2020-10-07T03:18:05.195Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-07T03:18:05.195Z] ++ dirname cmd/core-data/Dockerfile [2020-10-07T03:18:05.195Z] ++ cut -d/ -f2 [2020-10-07T03:18:05.195Z] + echo core-data,cmd/core-data/Dockerfile [2020-10-07T03:18:05.195Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-07T03:18:05.195Z] ++ dirname cmd/core-metadata/Dockerfile [2020-10-07T03:18:05.195Z] ++ cut -d/ -f2 [2020-10-07T03:18:05.195Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-10-07T03:18:05.195Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-07T03:18:05.195Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-10-07T03:18:05.195Z] ++ cut -d/ -f2 [2020-10-07T03:18:05.195Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-10-07T03:18:05.195Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-07T03:18:05.195Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-10-07T03:18:05.195Z] ++ cut -d/ -f2 [2020-10-07T03:18:05.195Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-10-07T03:18:05.195Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-07T03:18:05.195Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-10-07T03:18:05.195Z] ++ cut -d/ -f2 [2020-10-07T03:18:05.195Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-10-07T03:18:05.195Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-07T03:18:05.195Z] ++ dirname cmd/support-logging/Dockerfile [2020-10-07T03:18:05.195Z] ++ cut -d/ -f2 [2020-10-07T03:18:05.195Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-10-07T03:18:05.195Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-07T03:18:05.195Z] ++ dirname cmd/support-notifications/Dockerfile [2020-10-07T03:18:05.195Z] ++ cut -d/ -f2 [2020-10-07T03:18:05.195Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-10-07T03:18:05.195Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-07T03:18:05.195Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-10-07T03:18:05.195Z] ++ cut -d/ -f2 [2020-10-07T03:18:05.195Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-10-07T03:18:05.195Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-07T03:18:05.195Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-10-07T03:18:05.195Z] ++ cut -d/ -f2 [2020-10-07T03:18:05.195Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-10-07T03:18:05.295Z] 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-07T03:18:06.607Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-07T03:18:06.871Z] [2020-10-07T03:18:06.871Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:18:07.249Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-07T03:18:07.249Z] latest: Pulling from edgex-devops/git-semver [2020-10-07T03:18:07.249Z] 31603596830f: Pulling fs layer [2020-10-07T03:18:07.249Z] 2a8b12db71e7: Pulling fs layer [2020-10-07T03:18:07.249Z] 6ca5941a6612: Pulling fs layer [2020-10-07T03:18:07.249Z] ecc8261a40a4: Pulling fs layer [2020-10-07T03:18:07.249Z] ecc8261a40a4: Waiting [2020-10-07T03:18:07.249Z] 2a8b12db71e7: Verifying Checksum [2020-10-07T03:18:07.249Z] 2a8b12db71e7: Download complete [2020-10-07T03:18:07.512Z] 31603596830f: Verifying Checksum [2020-10-07T03:18:07.512Z] 31603596830f: Download complete [2020-10-07T03:18:07.512Z] 6ca5941a6612: Verifying Checksum [2020-10-07T03:18:07.512Z] 6ca5941a6612: Download complete [2020-10-07T03:18:07.779Z] ecc8261a40a4: Verifying Checksum [2020-10-07T03:18:07.779Z] ecc8261a40a4: Download complete [2020-10-07T03:18:07.779Z] 31603596830f: Pull complete [2020-10-07T03:18:08.044Z] 2a8b12db71e7: Pull complete [2020-10-07T03:18:08.669Z] 6ca5941a6612: Pull complete [2020-10-07T03:18:08.935Z] ecc8261a40a4: Pull complete [2020-10-07T03:18:08.935Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-10-07T03:18:09.200Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-07T03:18:09.200Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-10-07T03:18:09.312Z] prd-centos7-docker-4c-2g-3881 does not seem to be running inside a container [2020-10-07T03:18:09.370Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/167 -v /w/workspace/edgex-go/167:/w/workspace/edgex-go/167:rw,z -v /w/workspace/edgex-go/167@tmp:/w/workspace/edgex-go/167@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-07T03:18:12.019Z] $ docker top 8318c93cc8d60c2e9086ccc0976cbfa85ad32399d81ad7ed24c4e750813530dd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-07T03:18:12.401Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-07T03:18:12.401Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-07T03:18:12.641Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-07T03:18:12.648Z] $ docker exec 8318c93cc8d60c2e9086ccc0976cbfa85ad32399d81ad7ed24c4e750813530dd ssh-agent [2020-10-07T03:18:12.898Z] SSH_AUTH_SOCK=/tmp/ssh-JwKghAgRLQp7/agent.12 [2020-10-07T03:18:12.899Z] SSH_AGENT_PID=17 [2020-10-07T03:18:12.912Z] Running ssh-add (command line suppressed) [2020-10-07T03:18:13.050Z] Identity added: /w/workspace/edgex-go/167@tmp/private_key_3732886824343763105.key (/w/workspace/edgex-go/167@tmp/private_key_3732886824343763105.key) [2020-10-07T03:18:13.103Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-07T03:18:13.450Z] + git describe --exact-match --tags HEAD [2020-10-07T03:18:13.450Z] fatal: no tag exactly matches 'f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108' [Pipeline] } [2020-10-07T03:18:13.482Z] $ docker exec --env ******** --env ******** 8318c93cc8d60c2e9086ccc0976cbfa85ad32399d81ad7ed24c4e750813530dd ssh-agent -k [2020-10-07T03:18:13.601Z] unset SSH_AUTH_SOCK; [2020-10-07T03:18:13.601Z] unset SSH_AGENT_PID; [2020-10-07T03:18:13.602Z] echo Agent pid 17 killed; [2020-10-07T03:18:13.646Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-10-07T03:18:13.770Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-10-07T03:18:13.770Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-10-07T03:18:13.879Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-07T03:18:13.879Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-07T03:18:14.053Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-07T03:18:14.060Z] $ docker exec 8318c93cc8d60c2e9086ccc0976cbfa85ad32399d81ad7ed24c4e750813530dd ssh-agent [2020-10-07T03:18:14.228Z] SSH_AUTH_SOCK=/tmp/ssh-zpaPmMqNgmWJ/agent.46 [2020-10-07T03:18:14.228Z] SSH_AGENT_PID=51 [2020-10-07T03:18:14.238Z] Running ssh-add (command line suppressed) [2020-10-07T03:18:14.360Z] Identity added: /w/workspace/edgex-go/167@tmp/private_key_8526209948228796890.key (/w/workspace/edgex-go/167@tmp/private_key_8526209948228796890.key) [2020-10-07T03:18:14.414Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-07T03:18:14.751Z] + git semver init [2020-10-07T03:18:14.751Z] # -> Open(): unable to determine branch for HEAD [2020-10-07T03:18:14.751Z] # $GIT_DIR = /w/workspace/edgex-go/167/.git [2020-10-07T03:18:14.751Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/167 [2020-10-07T03:18:14.751Z] # $SEMVER_REMOTE_NAME = origin [2020-10-07T03:18:14.751Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-07T03:18:14.751Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-07T03:18:14.751Z] # $SEMVER_BRANCH = master [2020-10-07T03:18:14.751Z] # $SEMVER_TEMP = /tmp/semver-185047413 [2020-10-07T03:18:14.751Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-10-07T03:18:32.943Z] # '/tmp/semver-185047413' -> '/w/workspace/edgex-go/167/.semver' [2020-10-07T03:18:32.943Z] # -> Force: false [2020-10-07T03:18:32.943Z] # $SEMVER_DIR = /w/workspace/edgex-go/167/.semver [Pipeline] } [2020-10-07T03:18:32.959Z] $ docker exec --env ******** --env ******** 8318c93cc8d60c2e9086ccc0976cbfa85ad32399d81ad7ed24c4e750813530dd ssh-agent -k [2020-10-07T03:18:33.118Z] unset SSH_AUTH_SOCK; [2020-10-07T03:18:33.118Z] unset SSH_AGENT_PID; [2020-10-07T03:18:33.118Z] echo Agent pid 51 killed; [2020-10-07T03:18:33.183Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-07T03:18:33.710Z] + git semver [Pipeline] } [2020-10-07T03:18:33.729Z] $ docker stop --time=1 8318c93cc8d60c2e9086ccc0976cbfa85ad32399d81ad7ed24c4e750813530dd [2020-10-07T03:18:35.298Z] $ docker rm -f 8318c93cc8d60c2e9086ccc0976cbfa85ad32399d81ad7ed24c4e750813530dd [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-10-07T03:18:48.629Z] Stashed 69 file(s) [Pipeline] echo [2020-10-07T03:18:48.632Z] [edgeXSemver]: initialized semver on version 1.2.2-dev.52 [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-07T03:18:49.276Z] ========================================================= [2020-10-07T03:18:49.276Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-10-07T03:18:49.276Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:18:49.644Z] + 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-07T03:18:53.866Z] Sending build context to Docker daemon 324.8MB [2020-10-07T03:18:53.866Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-07T03:18:53.866Z] Step 2/7 : FROM ${BASE} [2020-10-07T03:18:53.866Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-10-07T03:18:53.866Z] df20fa9351a1: Pulling fs layer [2020-10-07T03:18:53.866Z] ed8968b2872e: Pulling fs layer [2020-10-07T03:18:53.866Z] a92cc7c5fd73: Pulling fs layer [2020-10-07T03:18:53.866Z] e871e8e8d7a9: Pulling fs layer [2020-10-07T03:18:53.866Z] e73272ec9a57: Pulling fs layer [2020-10-07T03:18:53.866Z] 1e910a182e73: Pulling fs layer [2020-10-07T03:18:53.866Z] 4e634b169226: Pulling fs layer [2020-10-07T03:18:53.866Z] e871e8e8d7a9: Waiting [2020-10-07T03:18:53.866Z] e73272ec9a57: Waiting [2020-10-07T03:18:53.866Z] 4e634b169226: Waiting [2020-10-07T03:18:53.866Z] 1e910a182e73: Waiting [2020-10-07T03:18:53.866Z] a92cc7c5fd73: Verifying Checksum [2020-10-07T03:18:53.866Z] a92cc7c5fd73: Download complete [2020-10-07T03:18:53.866Z] ed8968b2872e: Verifying Checksum [2020-10-07T03:18:53.866Z] ed8968b2872e: Download complete [2020-10-07T03:18:53.866Z] e73272ec9a57: Verifying Checksum [2020-10-07T03:18:53.866Z] e73272ec9a57: Download complete [2020-10-07T03:18:53.866Z] 1e910a182e73: Verifying Checksum [2020-10-07T03:18:53.866Z] 1e910a182e73: Download complete [2020-10-07T03:18:53.866Z] df20fa9351a1: Verifying Checksum [2020-10-07T03:18:53.866Z] df20fa9351a1: Download complete [2020-10-07T03:18:53.866Z] df20fa9351a1: Pull complete [2020-10-07T03:18:54.129Z] ed8968b2872e: Pull complete [2020-10-07T03:18:54.129Z] a92cc7c5fd73: Pull complete [2020-10-07T03:18:56.057Z] 4e634b169226: Verifying Checksum [2020-10-07T03:18:56.057Z] 4e634b169226: Download complete [2020-10-07T03:18:56.637Z] e871e8e8d7a9: Verifying Checksum [2020-10-07T03:18:56.637Z] e871e8e8d7a9: Download complete [2020-10-07T03:19:01.980Z] e871e8e8d7a9: Pull complete [2020-10-07T03:19:01.980Z] e73272ec9a57: Pull complete [2020-10-07T03:19:01.980Z] 1e910a182e73: Pull complete [2020-10-07T03:19:04.018Z] Still waiting to schedule task [2020-10-07T03:19:04.019Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-10-07T03:19:08.608Z] 4e634b169226: Pull complete [2020-10-07T03:19:08.609Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-10-07T03:19:08.609Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-10-07T03:19:08.609Z] ---> f7629b54cfaa [2020-10-07T03:19:08.609Z] 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-07T03:19:08.872Z] ---> Running in 5661953832c8 [2020-10-07T03:19:09.447Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-07T03:19:12.761Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-07T03:19:14.732Z] (1/12) Installing libmagic (5.38-r0) [2020-10-07T03:19:15.682Z] (2/12) Installing file (5.38-r0) [2020-10-07T03:19:15.683Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-10-07T03:19:15.683Z] (4/12) Installing g++ (9.3.0-r2) [2020-10-07T03:19:47.833Z] (5/12) Installing fortify-headers (1.1-r0) [2020-10-07T03:19:47.833Z] (6/12) Installing patch (2.7.6-r6) [2020-10-07T03:19:48.095Z] (7/12) Installing build-base (0.5-r2) [2020-10-07T03:19:48.095Z] (8/12) Installing libsodium (1.0.18-r0) [2020-10-07T03:19:49.052Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-10-07T03:19:49.052Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-10-07T03:19:49.314Z] (11/12) Installing libzmq (4.3.3-r0) [2020-10-07T03:19:50.261Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-10-07T03:19:50.261Z] Executing busybox-1.31.1-r16.trigger [2020-10-07T03:19:50.261Z] OK: 233 MiB in 51 packages [2020-10-07T03:19:52.821Z] Removing intermediate container 5661953832c8 [2020-10-07T03:19:52.821Z] ---> 2fe8fcbc685a [2020-10-07T03:19:52.821Z] Step 4/7 : WORKDIR /edgex-go [2020-10-07T03:19:52.821Z] ---> Running in e4f35b54b83f [2020-10-07T03:19:52.821Z] Removing intermediate container e4f35b54b83f [2020-10-07T03:19:52.821Z] ---> 1f1f83f3c525 [2020-10-07T03:19:52.821Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-10-07T03:19:52.821Z] latest: Pulling from library/docker [2020-10-07T03:19:53.084Z] df20fa9351a1: Already exists [2020-10-07T03:19:53.084Z] 25ad7478873d: Pulling fs layer [2020-10-07T03:19:53.084Z] 4684f6177b5d: Pulling fs layer [2020-10-07T03:19:53.084Z] 8ba584e970af: Pulling fs layer [2020-10-07T03:19:53.084Z] 3cdc74d2b06d: Pulling fs layer [2020-10-07T03:19:53.084Z] 4cf5a0d07c1f: Pulling fs layer [2020-10-07T03:19:53.084Z] fca0ccc462d5: Pulling fs layer [2020-10-07T03:19:53.084Z] 4cf5a0d07c1f: Waiting [2020-10-07T03:19:53.084Z] fca0ccc462d5: Waiting [2020-10-07T03:19:53.084Z] 3cdc74d2b06d: Waiting [2020-10-07T03:19:53.084Z] 4684f6177b5d: Verifying Checksum [2020-10-07T03:19:53.084Z] 4684f6177b5d: Download complete [2020-10-07T03:19:53.346Z] 25ad7478873d: Verifying Checksum [2020-10-07T03:19:53.346Z] 25ad7478873d: Download complete [2020-10-07T03:19:53.346Z] 3cdc74d2b06d: Verifying Checksum [2020-10-07T03:19:53.346Z] 3cdc74d2b06d: Download complete [2020-10-07T03:19:53.346Z] 4cf5a0d07c1f: Verifying Checksum [2020-10-07T03:19:53.346Z] 4cf5a0d07c1f: Download complete [2020-10-07T03:19:53.346Z] fca0ccc462d5: Verifying Checksum [2020-10-07T03:19:53.346Z] fca0ccc462d5: Download complete [2020-10-07T03:19:53.615Z] 25ad7478873d: Pull complete [2020-10-07T03:19:53.615Z] 4684f6177b5d: Pull complete [2020-10-07T03:19:54.189Z] 8ba584e970af: Verifying Checksum [2020-10-07T03:19:54.189Z] 8ba584e970af: Download complete [2020-10-07T03:19:56.748Z] 8ba584e970af: Pull complete [2020-10-07T03:19:56.748Z] 3cdc74d2b06d: Pull complete [2020-10-07T03:19:56.748Z] 4cf5a0d07c1f: Pull complete [2020-10-07T03:19:56.748Z] fca0ccc462d5: Pull complete [2020-10-07T03:19:56.748Z] Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 [2020-10-07T03:19:56.748Z] Status: Downloaded newer image for docker:latest [2020-10-07T03:19:58.679Z] ---> 4dc1249430fb [2020-10-07T03:19:58.679Z] Step 6/7 : COPY go.mod . [2020-10-07T03:19:58.679Z] ---> e955a1636030 [2020-10-07T03:19:58.679Z] Step 7/7 : RUN go mod download [2020-10-07T03:19:58.679Z] ---> Running in b502d8d8c3c4 [2020-10-07T03:20:20.693Z] Removing intermediate container b502d8d8c3c4 [2020-10-07T03:20:20.693Z] ---> 0d84e46ab6e6 [2020-10-07T03:20:20.693Z] Successfully built 0d84e46ab6e6 [2020-10-07T03:20:20.693Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:20:21.016Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-07T03:20:21.016Z] . [Pipeline] withDockerContainer [2020-10-07T03:20:21.123Z] prd-centos7-docker-4c-2g-3881 does not seem to be running inside a container [2020-10-07T03:20:21.172Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/167 -v /w/workspace/edgex-go/167:/w/workspace/edgex-go/167:rw,z -v /w/workspace/edgex-go/167@tmp:/w/workspace/edgex-go/167@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-07T03:20:21.910Z] $ docker top f12001288684ccf7177cdd2164d197f2719bc12e0ffd233643ebd2aeafc056ef -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-07T03:20:22.502Z] + go version [2020-10-07T03:20:22.502Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-10-07T03:20:22.520Z] $ docker stop --time=1 f12001288684ccf7177cdd2164d197f2719bc12e0ffd233643ebd2aeafc056ef [2020-10-07T03:20:23.896Z] $ docker rm -f f12001288684ccf7177cdd2164d197f2719bc12e0ffd233643ebd2aeafc056ef [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-07T03:20:27.742Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-07T03:20:27.742Z] [2020-10-07T03:20:27.742Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:20:28.157Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-07T03:20:28.157Z] latest: Pulling from edgex-devops/edgex-compose [2020-10-07T03:20:28.157Z] cbdbe7a5bc2a: Pulling fs layer [2020-10-07T03:20:28.157Z] ca9280d653b3: Pulling fs layer [2020-10-07T03:20:28.157Z] 7e9c9ca2126c: Pulling fs layer [2020-10-07T03:20:28.157Z] cbdbe7a5bc2a: Verifying Checksum [2020-10-07T03:20:28.157Z] cbdbe7a5bc2a: Download complete [2020-10-07T03:20:28.420Z] cbdbe7a5bc2a: Pull complete [2020-10-07T03:20:28.996Z] ca9280d653b3: Verifying Checksum [2020-10-07T03:20:28.996Z] ca9280d653b3: Download complete [2020-10-07T03:20:29.945Z] 7e9c9ca2126c: Verifying Checksum [2020-10-07T03:20:29.945Z] 7e9c9ca2126c: Download complete [2020-10-07T03:20:29.945Z] ca9280d653b3: Pull complete [2020-10-07T03:20:36.566Z] 7e9c9ca2126c: Pull complete [2020-10-07T03:20:36.566Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-10-07T03:20:36.566Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-07T03:20:36.566Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-10-07T03:20:36.693Z] prd-centos7-docker-4c-2g-3881 does not seem to be running inside a container [2020-10-07T03:20:36.744Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/167 -v /w/workspace/edgex-go/167:/w/workspace/edgex-go/167:rw,z -v /w/workspace/edgex-go/167@tmp:/w/workspace/edgex-go/167@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-07T03:20:39.662Z] $ docker top 4f6202dd5bfdc38965887be18325b727d62b61b6240bf24d889661d9b7e71ecd -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-07T03:20:40.247Z] + docker-compose build --help [2020-10-07T03:20:40.247Z] + grep parallel [2020-10-07T03:20:41.195Z] --parallel Build images in parallel. [Pipeline] } [2020-10-07T03:20:41.211Z] $ docker stop --time=1 4f6202dd5bfdc38965887be18325b727d62b61b6240bf24d889661d9b7e71ecd [2020-10-07T03:20:42.573Z] $ docker rm -f 4f6202dd5bfdc38965887be18325b727d62b61b6240bf24d889661d9b7e71ecd [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:20:43.173Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-07T03:20:43.173Z] . [Pipeline] withDockerContainer [2020-10-07T03:20:43.275Z] prd-centos7-docker-4c-2g-3881 does not seem to be running inside a container [2020-10-07T03:20:43.324Z] $ 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/167 -v /w/workspace/edgex-go/167:/w/workspace/edgex-go/167:rw,z -v /w/workspace/edgex-go/167@tmp:/w/workspace/edgex-go/167@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-07T03:20:44.097Z] $ docker top b40e2f5e71b6a78b44db24cde67c375538f1d85458ff9ba663180bfb74d43fac -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-07T03:20:44.586Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-10-07T03:20:45.531Z] Building docker-core-command-go ... [2020-10-07T03:20:45.531Z] Building docker-core-data-go ... [2020-10-07T03:20:45.531Z] Building docker-core-metadata-go ... [2020-10-07T03:20:45.531Z] Building docker-security-proxy-setup-go ... [2020-10-07T03:20:45.531Z] Building docker-security-secrets-setup-go ... [2020-10-07T03:20:45.531Z] Building docker-security-secretstore-setup-go ... [2020-10-07T03:20:45.531Z] Building docker-support-logging-go ... [2020-10-07T03:20:45.531Z] Building docker-support-notifications-go ... [2020-10-07T03:20:45.531Z] Building docker-support-scheduler-go ... [2020-10-07T03:20:45.531Z] Building docker-sys-mgmt-agent-go ... [2020-10-07T03:20:45.531Z] Building docker-security-proxy-setup-go [2020-10-07T03:20:45.531Z] Building docker-support-logging-go [2020-10-07T03:20:45.531Z] Building docker-support-notifications-go [2020-10-07T03:20:45.531Z] Building docker-core-metadata-go [2020-10-07T03:20:45.531Z] Building docker-security-secrets-setup-go [2020-10-07T03:21:07.606Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-07T03:21:07.606Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-10-07T03:21:07.606Z] ---> 0d84e46ab6e6 [2020-10-07T03:21:07.606Z] Step 3/20 : WORKDIR /edgex-go [2020-10-07T03:21:07.606Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-07T03:21:07.606Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-10-07T03:21:07.606Z] ---> 0d84e46ab6e6 [2020-10-07T03:21:07.606Z] Step 3/24 : WORKDIR /edgex-go [2020-10-07T03:21:07.606Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-07T03:21:07.606Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-07T03:21:07.606Z] ---> 0d84e46ab6e6 [2020-10-07T03:21:07.606Z] Step 3/22 : WORKDIR /edgex-go [2020-10-07T03:21:07.606Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-07T03:21:07.606Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-07T03:21:07.606Z] ---> 0d84e46ab6e6 [2020-10-07T03:21:07.606Z] Step 3/22 : WORKDIR /edgex-go [2020-10-07T03:21:07.606Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-07T03:21:07.606Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-10-07T03:21:07.606Z] ---> 0d84e46ab6e6 [2020-10-07T03:21:07.606Z] Step 3/29 : WORKDIR /edgex-go [2020-10-07T03:21:07.606Z] ---> Running in 54bedb8a01f1 [2020-10-07T03:21:07.606Z] ---> Running in 0b15e724562b [2020-10-07T03:21:07.606Z] ---> Running in c38363de0851 [2020-10-07T03:21:07.606Z] ---> Running in 8ba579ad3c47 [2020-10-07T03:21:07.606Z] ---> Running in 233449d9736a [2020-10-07T03:21:07.876Z] Removing intermediate container 0b15e724562b [2020-10-07T03:21:07.876Z] ---> ef879b83c816 [2020-10-07T03:21:07.876Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-07T03:21:07.876Z] Removing intermediate container 8ba579ad3c47 [2020-10-07T03:21:07.876Z] ---> 136c95dbc5fb [2020-10-07T03:21:07.876Z] Step 4/29 : RUN apk update && apk add make git [2020-10-07T03:21:08.142Z] Removing intermediate container 54bedb8a01f1 [2020-10-07T03:21:08.142Z] ---> efd0a7921901 [2020-10-07T03:21:08.142Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-07T03:21:08.142Z] Removing intermediate container 233449d9736a [2020-10-07T03:21:08.142Z] ---> 2ed0433a381e [2020-10-07T03:21:08.142Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-07T03:21:08.142Z] Removing intermediate container c38363de0851 [2020-10-07T03:21:08.142Z] ---> 903237f34ff1 [2020-10-07T03:21:08.142Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-07T03:21:08.142Z] ---> Running in 1162bd67c8b4 [2020-10-07T03:21:08.142Z] ---> Running in eaaf58bfa466 [2020-10-07T03:21:08.142Z] ---> Running in ff801f058f49 [2020-10-07T03:21:08.142Z] ---> Running in 5fe465f10a59 [2020-10-07T03:21:08.415Z] ---> Running in e9fe23f22dab [2020-10-07T03:21:09.375Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-07T03:21:10.327Z] Removing intermediate container ff801f058f49 [2020-10-07T03:21:10.327Z] ---> d3695a318675 [2020-10-07T03:21:10.327Z] Step 5/22 : RUN apk update && apk add make git [2020-10-07T03:21:10.327Z] Removing intermediate container 1162bd67c8b4 [2020-10-07T03:21:10.327Z] ---> 446af85b74e0 [2020-10-07T03:21:10.327Z] Step 5/20 : RUN apk update && apk add make git [2020-10-07T03:21:10.327Z] ---> Running in d8546d271186 [2020-10-07T03:21:10.327Z] Removing intermediate container 5fe465f10a59 [2020-10-07T03:21:10.327Z] ---> 2d3cb93bb122 [2020-10-07T03:21:10.327Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-10-07T03:21:10.601Z] ---> Running in 151ed8e8bbc6 [2020-10-07T03:21:10.601Z] ---> Running in a2e14eb2dfd5 [2020-10-07T03:21:10.601Z] Removing intermediate container e9fe23f22dab [2020-10-07T03:21:10.601Z] ---> 98d6c4c2f6fe [2020-10-07T03:21:10.601Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-10-07T03:21:10.870Z] ---> Running in 0ebecd79d5c9 [2020-10-07T03:21:11.138Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-07T03:21:11.404Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-07T03:21:11.404Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-07T03:21:11.666Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-07T03:21:11.666Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-07T03:21:13.589Z] v3.12.0-371-g35e7793b77 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-07T03:21:13.589Z] v3.12.0-368-g087e7176b9 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-07T03:21:13.589Z] OK: 12752 distinct packages available [2020-10-07T03:21:13.589Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-07T03:21:13.589Z] OK: 233 MiB in 51 packages [2020-10-07T03:21:13.589Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-07T03:21:13.589Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-07T03:21:13.858Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-07T03:21:14.448Z] Removing intermediate container eaaf58bfa466 [2020-10-07T03:21:14.448Z] ---> 1ac22332a5d8 [2020-10-07T03:21:14.448Z] Step 5/29 : COPY go.mod . [2020-10-07T03:21:14.711Z] ---> 50aa9c614a16 [2020-10-07T03:21:14.711Z] Step 6/29 : RUN go mod download [2020-10-07T03:21:14.711Z] ---> Running in 05a33f4c4dea [2020-10-07T03:21:15.294Z] v3.12.0-371-g35e7793b77 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-07T03:21:15.294Z] v3.12.0-368-g087e7176b9 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-07T03:21:15.294Z] OK: 12752 distinct packages available [2020-10-07T03:21:15.294Z] v3.12.0-371-g35e7793b77 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-07T03:21:15.294Z] v3.12.0-368-g087e7176b9 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-07T03:21:15.294Z] OK: 12752 distinct packages available [2020-10-07T03:21:15.576Z] OK: 233 MiB in 51 packages [2020-10-07T03:21:15.576Z] OK: 233 MiB in 51 packages [2020-10-07T03:21:15.849Z] OK: 233 MiB in 51 packages [2020-10-07T03:21:16.115Z] v3.12.0-371-g35e7793b77 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-07T03:21:16.115Z] v3.12.0-368-g087e7176b9 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-07T03:21:16.115Z] OK: 12752 distinct packages available [2020-10-07T03:21:16.115Z] Removing intermediate container 0ebecd79d5c9 [2020-10-07T03:21:16.115Z] ---> 79afc9af1e8f [2020-10-07T03:21:16.115Z] Step 6/24 : COPY go.mod . [2020-10-07T03:21:16.115Z] OK: 233 MiB in 51 packages [2020-10-07T03:21:16.389Z] Removing intermediate container 05a33f4c4dea [2020-10-07T03:21:16.389Z] ---> fc936f4ac72e [2020-10-07T03:21:16.389Z] Step 7/29 : COPY . . [2020-10-07T03:21:16.389Z] ---> f16b45960497 [2020-10-07T03:21:16.389Z] Step 7/24 : RUN go mod download [2020-10-07T03:21:16.970Z] v3.12.0-371-g35e7793b77 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-07T03:21:16.970Z] v3.12.0-368-g087e7176b9 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-07T03:21:16.970Z] OK: 12752 distinct packages available [2020-10-07T03:21:17.234Z] OK: 233 MiB in 51 packages [2020-10-07T03:21:17.234Z] ---> Running in de687dcde99d [2020-10-07T03:21:17.234Z] Removing intermediate container a2e14eb2dfd5 [2020-10-07T03:21:17.234Z] ---> f1812c49be98 [2020-10-07T03:21:17.234Z] Step 6/22 : COPY go.mod . [2020-10-07T03:21:20.568Z] ---> fe5d7208f621 [2020-10-07T03:21:20.568Z] Step 7/22 : RUN go mod download [2020-10-07T03:21:20.840Z] Removing intermediate container d8546d271186 [2020-10-07T03:21:20.840Z] ---> dc38bc1e143e [2020-10-07T03:21:20.840Z] Step 6/22 : COPY go.mod . [2020-10-07T03:21:21.628Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-3882 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2020-10-07T03:21:21.740Z] Running in /w/workspace/edgex-go/167 [Pipeline] { [Pipeline] checkout [2020-10-07T03:21:23.468Z] ---> 43a3f3db569b [2020-10-07T03:21:23.468Z] Step 7/22 : RUN go mod download [2020-10-07T03:21:23.468Z] Removing intermediate container 151ed8e8bbc6 [2020-10-07T03:21:23.468Z] ---> 0fc9f7641cd4 [2020-10-07T03:21:23.468Z] Step 6/20 : COPY go.mod . [2020-10-07T03:21:23.731Z] ---> Running in 183b1731602e [2020-10-07T03:21:24.761Z] ---> Running in fabb66953edf [2020-10-07T03:21:25.391Z] ---> 43066328fda3 [2020-10-07T03:21:25.391Z] Step 7/20 : RUN go mod download [2020-10-07T03:21:26.018Z] Removing intermediate container de687dcde99d [2020-10-07T03:21:26.018Z] ---> af47f3ba1cd9 [2020-10-07T03:21:26.018Z] Step 8/24 : COPY . . [2020-10-07T03:21:26.018Z] ---> Running in 69a4424da369 [2020-10-07T03:21:26.288Z] ---> 396db078bb4c [2020-10-07T03:21:26.288Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-10-07T03:21:26.556Z] ---> Running in 3b6f99fe40f9 [2020-10-07T03:21:26.936Z] using credential edgex-jenkins-ssh [2020-10-07T03:21:27.029Z] Cloning the remote Git repository [2020-10-07T03:21:27.086Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-10-07T03:21:27.189Z] > git init /w/workspace/edgex-go/167 # timeout=10 [2020-10-07T03:21:27.267Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-07T03:21:27.268Z] > git --version # timeout=10 [2020-10-07T03:21:27.291Z] > git --version # 'git version 2.17.1' [2020-10-07T03:21:27.293Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-07T03:21:27.342Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-07T03:21:29.128Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.52" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-10-07T03:21:29.392Z] Removing intermediate container 183b1731602e [2020-10-07T03:21:29.392Z] ---> 264bcdd4675e [2020-10-07T03:21:29.392Z] Step 8/22 : COPY . . [2020-10-07T03:21:31.950Z] Removing intermediate container fabb66953edf [2020-10-07T03:21:31.951Z] ---> e5c6d48be4ee [2020-10-07T03:21:31.951Z] Step 8/22 : COPY . . [2020-10-07T03:21:37.304Z] Removing intermediate container 69a4424da369 [2020-10-07T03:21:37.304Z] ---> 3bbd7364aedb [2020-10-07T03:21:37.304Z] Step 8/20 : COPY . . [2020-10-07T03:21:55.579Z] ---> 0ac6f75c739f [2020-10-07T03:21:55.579Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-10-07T03:21:55.579Z] ---> Running in 176e26ebab3d [2020-10-07T03:21:56.159Z] ---> 51c72c712934 [2020-10-07T03:21:56.159Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-10-07T03:21:57.115Z] ---> Running in 4fde1d1775fc [2020-10-07T03:21:57.382Z] ---> 4fedd4e9b3ab [2020-10-07T03:21:57.382Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-10-07T03:21:57.382Z] ---> 508e8717dc40 [2020-10-07T03:21:57.382Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-10-07T03:21:57.382Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.52" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-10-07T03:21:57.656Z] ---> Running in 517a8efa098a [2020-10-07T03:21:57.656Z] ---> Running in b02c230a3512 [2020-10-07T03:21:58.245Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.52" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-10-07T03:21:58.514Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.52" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-10-07T03:21:58.514Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.52" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-10-07T03:21:59.489Z] Removing intermediate container 3b6f99fe40f9 [2020-10-07T03:21:59.489Z] ---> d41fe2f632d8 [2020-10-07T03:21:59.489Z] [2020-10-07T03:21:59.489Z] Step 9/29 : FROM alpine:latest [2020-10-07T03:21:59.763Z] latest: Pulling from library/alpine [2020-10-07T03:22:00.351Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-10-07T03:22:00.352Z] Status: Downloaded newer image for alpine:latest [2020-10-07T03:22:00.352Z] ---> a24bb4013296 [2020-10-07T03:22:00.352Z] 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-07T03:22:00.648Z] ---> Running in 1fbca7013a40 [2020-10-07T03:22:00.971Z] Checking out Revision f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108 (master) [2020-10-07T03:22:00.314Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-07T03:22:00.334Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-07T03:22:00.363Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-07T03:22:00.399Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-07T03:22:00.400Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-07T03:22:00.414Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-07T03:22:00.996Z] > git config core.sparsecheckout # timeout=10 [2020-10-07T03:22:01.010Z] > git checkout -f f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108 # timeout=10 [2020-10-07T03:22:01.237Z] Removing intermediate container 1fbca7013a40 [2020-10-07T03:22:01.237Z] ---> 4ce764d5cbf2 [2020-10-07T03:22:01.237Z] Step 11/29 : USER root [2020-10-07T03:22:01.237Z] ---> Running in db5180129938 [2020-10-07T03:22:01.505Z] Removing intermediate container db5180129938 [2020-10-07T03:22:01.505Z] ---> 67f8678f65fc [2020-10-07T03:22:01.505Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-10-07T03:22:01.775Z] ---> Running in 2a3b85a66bc7 [2020-10-07T03:22:04.404Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-07T03:22:04.678Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-07T03:22:05.650Z] v3.12.0-371-g35e7793b77 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-07T03:22:05.650Z] v3.12.0-368-g087e7176b9 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-07T03:22:05.650Z] OK: 12750 distinct packages available [2020-10-07T03:22:05.662Z] Commit message: "Merge pull request #2732 from weichou1229/issue-2729" [Pipeline] withEnv [Pipeline] { [2020-10-07T03:22:06.244Z] (1/2) Installing ca-certificates (20191127-r4) [2020-10-07T03:22:06.244Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-10-07T03:22:06.244Z] Executing busybox-1.31.1-r16.trigger [2020-10-07T03:22:06.244Z] Executing ca-certificates-20191127-r4.trigger [2020-10-07T03:22:06.244Z] OK: 6 MiB in 16 packages [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [2020-10-07T03:22:08.236Z] Removing intermediate container 2a3b85a66bc7 [2020-10-07T03:22:08.236Z] ---> 62517801a3d7 [2020-10-07T03:22:08.236Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-10-07T03:22:08.236Z] ---> Running in 19c4027c8700 [2020-10-07T03:22:08.512Z] Removing intermediate container 19c4027c8700 [2020-10-07T03:22:08.512Z] ---> 24513250ddc8 [2020-10-07T03:22:08.512Z] Step 14/29 : WORKDIR $BASE_DIR [2020-10-07T03:22:08.784Z] ---> Running in 26f1b6b2a7e0 [2020-10-07T03:22:09.055Z] Removing intermediate container 26f1b6b2a7e0 [2020-10-07T03:22:09.056Z] ---> 0535d269f2fa [2020-10-07T03:22:09.056Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-10-07T03:22:09.056Z] ---> Running in 6cb0aa502f4b [2020-10-07T03:22:11.128Z] Removing intermediate container 6cb0aa502f4b [2020-10-07T03:22:11.128Z] ---> 34a3e98ded4c [2020-10-07T03:22:11.128Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-10-07T03:22:11.768Z] ---> 1f21f5a94409 [2020-10-07T03:22:11.768Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-10-07T03:22:12.406Z] ---> 2ba2977a6afb [2020-10-07T03:22:12.406Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-10-07T03:22:13.027Z] ---> 394b963869fa [2020-10-07T03:22:13.027Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-10-07T03:22:14.504Z] ---> a73536f7ac84 [2020-10-07T03:22:14.505Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-10-07T03:22:14.799Z] ---> 41876c2baa61 [2020-10-07T03:22:14.799Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-10-07T03:22:14.799Z] ---> Running in 06dfd1f02240 [2020-10-07T03:22:16.861Z] Removing intermediate container 06dfd1f02240 [2020-10-07T03:22:16.861Z] ---> 7a0037af2526 [2020-10-07T03:22:16.861Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-10-07T03:22:17.155Z] ---> 073c23d8c843 [2020-10-07T03:22:17.155Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-07T03:22:17.434Z] ---> Running in 6eba3ba74541 [Pipeline] echo [2020-10-07T03:22:18.678Z] ========================================================= [2020-10-07T03:22:18.679Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-10-07T03:22:18.679Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:22:19.506Z] Removing intermediate container 6eba3ba74541 [2020-10-07T03:22:19.506Z] ---> ad1db8a0fe3a [2020-10-07T03:22:19.506Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-10-07T03:22:19.506Z] ---> Running in cc0b639d3f16 [2020-10-07T03:22:19.609Z] + 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-07T03:22:22.920Z] Removing intermediate container cc0b639d3f16 [2020-10-07T03:22:22.921Z] ---> 005da3683a66 [2020-10-07T03:22:22.921Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-10-07T03:22:22.921Z] ---> Running in 87e85ac2bcf7 [2020-10-07T03:22:23.539Z] Removing intermediate container 87e85ac2bcf7 [2020-10-07T03:22:23.539Z] ---> 5cfa550bc22a [2020-10-07T03:22:23.539Z] Step 26/29 : CMD [ "generate" ] [2020-10-07T03:22:23.539Z] ---> Running in 90e3fc9256f5 [2020-10-07T03:22:23.943Z] Sending build context to Docker daemon 324.8MB [2020-10-07T03:22:23.943Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-07T03:22:23.943Z] Step 2/7 : FROM ${BASE} [2020-10-07T03:22:23.943Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-10-07T03:22:23.943Z] b538f80385f9: Pulling fs layer [2020-10-07T03:22:23.943Z] 74f711af9a0d: Pulling fs layer [2020-10-07T03:22:23.943Z] 99f96fe45779: Pulling fs layer [2020-10-07T03:22:23.943Z] 8529a6b9a6be: Pulling fs layer [2020-10-07T03:22:23.943Z] 45590311c82a: Pulling fs layer [2020-10-07T03:22:23.943Z] 69ca0ff8b7b3: Pulling fs layer [2020-10-07T03:22:23.943Z] 209524e5b208: Pulling fs layer [2020-10-07T03:22:23.943Z] 8529a6b9a6be: Waiting [2020-10-07T03:22:23.943Z] 69ca0ff8b7b3: Waiting [2020-10-07T03:22:23.943Z] 45590311c82a: Waiting [2020-10-07T03:22:23.943Z] 209524e5b208: Waiting [2020-10-07T03:22:23.943Z] 99f96fe45779: Verifying Checksum [2020-10-07T03:22:23.943Z] 99f96fe45779: Download complete [2020-10-07T03:22:23.943Z] 74f711af9a0d: Verifying Checksum [2020-10-07T03:22:23.943Z] 74f711af9a0d: Download complete [2020-10-07T03:22:23.943Z] 45590311c82a: Verifying Checksum [2020-10-07T03:22:23.943Z] 45590311c82a: Download complete [2020-10-07T03:22:24.142Z] Removing intermediate container 90e3fc9256f5 [2020-10-07T03:22:24.143Z] ---> 0d2ab09c7f56 [2020-10-07T03:22:24.143Z] Step 27/29 : LABEL arch=x86_64 [2020-10-07T03:22:24.219Z] 69ca0ff8b7b3: Verifying Checksum [2020-10-07T03:22:24.219Z] 69ca0ff8b7b3: Download complete [2020-10-07T03:22:24.219Z] b538f80385f9: Verifying Checksum [2020-10-07T03:22:24.219Z] b538f80385f9: Download complete [2020-10-07T03:22:24.823Z] b538f80385f9: Pull complete [2020-10-07T03:22:25.430Z] 74f711af9a0d: Pull complete [2020-10-07T03:22:25.569Z] ---> Running in 9b10fad6f16d [2020-10-07T03:22:25.570Z] Removing intermediate container b02c230a3512 [2020-10-07T03:22:25.570Z] ---> e341a19ddcb2 [2020-10-07T03:22:25.570Z] [2020-10-07T03:22:25.570Z] Step 10/20 : FROM alpine [2020-10-07T03:22:25.570Z] ---> a24bb4013296 [2020-10-07T03:22:25.570Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-10-07T03:22:25.706Z] 99f96fe45779: Pull complete [2020-10-07T03:22:25.859Z] Removing intermediate container 9b10fad6f16d [2020-10-07T03:22:25.859Z] ---> 7fbfd8c90ac8 [2020-10-07T03:22:25.859Z] Step 28/29 : LABEL git_sha=f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108 [2020-10-07T03:22:25.859Z] ---> Running in fd49a3bf6434 [2020-10-07T03:22:26.133Z] ---> Running in 1e850802be01 [2020-10-07T03:22:26.422Z] Removing intermediate container 1e850802be01 [2020-10-07T03:22:26.422Z] ---> c9e4ea3ed9d2 [2020-10-07T03:22:26.422Z] Step 29/29 : LABEL version=1.2.2-dev.52 [2020-10-07T03:22:27.386Z] ---> Running in 738b64672930 [2020-10-07T03:22:27.659Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-07T03:22:27.659Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-07T03:22:28.627Z] v3.12.0-371-g35e7793b77 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-07T03:22:28.627Z] v3.12.0-368-g087e7176b9 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-07T03:22:28.627Z] OK: 12750 distinct packages available [2020-10-07T03:22:28.627Z] (1/4) Installing ca-certificates (20191127-r4) [2020-10-07T03:22:28.891Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-10-07T03:22:28.891Z] (3/4) Installing libcurl (7.69.1-r1) [2020-10-07T03:22:28.891Z] (4/4) Installing curl (7.69.1-r1) [2020-10-07T03:22:28.891Z] Executing busybox-1.31.1-r16.trigger [2020-10-07T03:22:28.891Z] Executing ca-certificates-20191127-r4.trigger [2020-10-07T03:22:28.891Z] OK: 7 MiB in 18 packages [2020-10-07T03:22:29.477Z] Removing intermediate container 738b64672930 [2020-10-07T03:22:29.477Z] ---> fa26b7fc9fb6 [2020-10-07T03:22:29.477Z] [2020-10-07T03:22:29.747Z] Successfully built fa26b7fc9fb6 [2020-10-07T03:22:30.046Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-10-07T03:22:30.046Z] Building docker-security-secretstore-setup-go [2020-10-07T03:22:30.663Z]  Building docker-security-secrets-setup-go ... done Removing intermediate container 176e26ebab3d [2020-10-07T03:22:30.663Z] ---> f0620b107072 [2020-10-07T03:22:30.663Z] [2020-10-07T03:22:30.663Z] Step 10/24 : FROM scratch [2020-10-07T03:22:30.663Z] ---> [2020-10-07T03:22:30.663Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-07T03:22:30.937Z] Removing intermediate container 4fde1d1775fc [2020-10-07T03:22:30.937Z] ---> df81b4f7b8f3 [2020-10-07T03:22:30.937Z] [2020-10-07T03:22:30.937Z] Step 10/22 : FROM scratch [2020-10-07T03:22:30.937Z] ---> [2020-10-07T03:22:30.937Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-07T03:22:31.204Z] ---> Running in 2f7fd1c55d6e [2020-10-07T03:22:31.204Z] Removing intermediate container fd49a3bf6434 [2020-10-07T03:22:31.204Z] ---> b3f5563c797c [2020-10-07T03:22:31.204Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-07T03:22:31.479Z] ---> Running in f6c8cd95de9e [2020-10-07T03:22:31.479Z] ---> Running in 79d58b10af80 [2020-10-07T03:22:31.479Z] Removing intermediate container 2f7fd1c55d6e [2020-10-07T03:22:31.480Z] ---> 7c751820766d [2020-10-07T03:22:31.480Z] Step 12/24 : ENV APP_PORT=48060 [2020-10-07T03:22:31.759Z] ---> Running in f0998a0247eb [2020-10-07T03:22:32.447Z] 209524e5b208: Verifying Checksum [2020-10-07T03:22:32.447Z] 209524e5b208: Download complete [2020-10-07T03:22:34.345Z] Removing intermediate container f6c8cd95de9e [2020-10-07T03:22:34.345Z] ---> f968be1bc983 [2020-10-07T03:22:34.345Z] Step 12/22 : ENV APP_PORT=48061 [2020-10-07T03:22:36.781Z] 8529a6b9a6be: Verifying Checksum [2020-10-07T03:22:36.781Z] 8529a6b9a6be: Download complete [2020-10-07T03:22:37.693Z] Removing intermediate container 79d58b10af80 [2020-10-07T03:22:37.693Z] ---> 095996ffb7f9 [2020-10-07T03:22:37.693Z] Step 13/20 : WORKDIR /edgex [2020-10-07T03:22:37.693Z] Removing intermediate container f0998a0247eb [2020-10-07T03:22:37.693Z] ---> b19515d41aaf [2020-10-07T03:22:37.693Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-07T03:22:37.693Z] ---> Running in 2ed572b7aa9f [2020-10-07T03:22:38.653Z] Removing intermediate container 517a8efa098a [2020-10-07T03:22:38.653Z] ---> d0eb7f2ec17a [2020-10-07T03:22:38.653Z] [2020-10-07T03:22:38.653Z] Step 10/22 : FROM scratch [2020-10-07T03:22:38.653Z] ---> [2020-10-07T03:22:38.653Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-07T03:22:38.936Z] ---> Running in 5699c371cbd2 [2020-10-07T03:22:38.936Z] ---> Running in 2b2254150978 [2020-10-07T03:22:39.201Z] ---> Running in 83d6c1c76171 [2020-10-07T03:22:39.800Z] Removing intermediate container 2ed572b7aa9f [2020-10-07T03:22:39.800Z] ---> c20ae1a95eaa [2020-10-07T03:22:39.800Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-07T03:22:40.382Z] Removing intermediate container 5699c371cbd2 [2020-10-07T03:22:40.382Z] ---> 78f9c98c8afa [2020-10-07T03:22:40.382Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-10-07T03:22:40.382Z] ---> Running in 93547f47bcbc [2020-10-07T03:22:40.382Z] Removing intermediate container 83d6c1c76171 [2020-10-07T03:22:40.382Z] ---> 24c3d6f58091 [2020-10-07T03:22:40.382Z] Step 12/22 : ENV APP_PORT=48081 [2020-10-07T03:22:40.655Z] Removing intermediate container 2b2254150978 [2020-10-07T03:22:40.655Z] ---> ec56b9d81857 [2020-10-07T03:22:40.655Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-10-07T03:22:42.063Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-07T03:22:42.063Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-10-07T03:22:42.063Z] ---> 0d84e46ab6e6 [2020-10-07T03:22:42.063Z] Step 3/26 : WORKDIR /edgex-go [2020-10-07T03:22:42.063Z] ---> Using cache [2020-10-07T03:22:42.063Z] ---> 903237f34ff1 [2020-10-07T03:22:42.063Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-07T03:22:42.063Z] ---> Using cache [2020-10-07T03:22:42.063Z] ---> 98d6c4c2f6fe [2020-10-07T03:22:42.063Z] Step 5/26 : RUN apk update && apk add make git [2020-10-07T03:22:43.026Z] ---> 0c126760903f [2020-10-07T03:22:43.026Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-10-07T03:22:43.026Z] ---> Running in 335506f736b5 [2020-10-07T03:22:43.026Z] Removing intermediate container 93547f47bcbc [2020-10-07T03:22:43.026Z] ---> 54e74ea8bb60 [2020-10-07T03:22:43.026Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-10-07T03:22:43.026Z] ---> Running in 1516d5181ae0 [2020-10-07T03:22:43.026Z] ---> 9efed2713fdd [2020-10-07T03:22:43.026Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-10-07T03:22:43.608Z] Removing intermediate container 335506f736b5 [2020-10-07T03:22:43.608Z] ---> 876637d24b03 [2020-10-07T03:22:43.608Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-07T03:22:45.019Z] ---> 3dcfa81e2160 [2020-10-07T03:22:45.019Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-10-07T03:22:45.019Z] ---> Running in 1e2444d01655 [2020-10-07T03:22:45.019Z] ---> 0c5ab0857448 [2020-10-07T03:22:45.019Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-10-07T03:22:45.019Z] ---> 49cfbb70b280 [2020-10-07T03:22:45.019Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-10-07T03:22:45.019Z] ---> Running in d8a27e121277 [2020-10-07T03:22:45.019Z] Removing intermediate container 1e2444d01655 [2020-10-07T03:22:45.019Z] ---> e5c60857427e [2020-10-07T03:22:45.019Z] Step 14/22 : WORKDIR / [2020-10-07T03:22:45.285Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-07T03:22:45.285Z] ---> Running in 88a7c991cfe8 [2020-10-07T03:22:45.285Z] ---> 958b4dbdaffc [2020-10-07T03:22:45.285Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-10-07T03:22:45.285Z] Removing intermediate container d8a27e121277 [2020-10-07T03:22:45.285Z] ---> bd770be9a998 [2020-10-07T03:22:45.285Z] Step 17/20 : CMD ["--init=true"] [2020-10-07T03:22:45.553Z] ---> Running in 0de6b3bd37bc [2020-10-07T03:22:45.553Z] ---> ffbdfec0ef17 [2020-10-07T03:22:45.553Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-10-07T03:22:45.553Z] Removing intermediate container 88a7c991cfe8 [2020-10-07T03:22:45.553Z] ---> 257d46a268c7 [2020-10-07T03:22:45.553Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-10-07T03:22:45.823Z] ---> ef276185e4ee [2020-10-07T03:22:45.823Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-10-07T03:22:45.823Z] Removing intermediate container 0de6b3bd37bc [2020-10-07T03:22:45.823Z] ---> d9fdc983fd44 [2020-10-07T03:22:45.823Z] Step 18/20 : LABEL arch=x86_64 [2020-10-07T03:22:46.088Z] ---> Running in 3a97645eca8f [2020-10-07T03:22:46.088Z] ---> 8ff4d622e471 [2020-10-07T03:22:46.088Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-10-07T03:22:46.088Z] ---> f2d5dafd8388 [2020-10-07T03:22:46.088Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-10-07T03:22:46.364Z] ---> 07643febc0d8 [2020-10-07T03:22:46.364Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-10-07T03:22:46.364Z] Removing intermediate container 3a97645eca8f [2020-10-07T03:22:46.364Z] ---> cc8807115509 [2020-10-07T03:22:46.364Z] Step 19/20 : LABEL git_sha=f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108 [2020-10-07T03:22:46.364Z] ---> Running in 344d1c8bfe0c [2020-10-07T03:22:46.364Z] ---> Running in 31728e9d4a9c [2020-10-07T03:22:46.679Z] Removing intermediate container 344d1c8bfe0c [2020-10-07T03:22:46.679Z] ---> bf5035446a1a [2020-10-07T03:22:46.679Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-07T03:22:46.679Z] ---> Running in 00fa3bf453f8 [2020-10-07T03:22:46.991Z] ---> f604175a140a [2020-10-07T03:22:46.991Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-10-07T03:22:46.991Z] Removing intermediate container 31728e9d4a9c [2020-10-07T03:22:46.991Z] ---> 492783daca5e [2020-10-07T03:22:46.991Z] Step 20/20 : LABEL version=1.2.2-dev.52 [2020-10-07T03:22:46.991Z] ---> 7452aa93d233 [2020-10-07T03:22:46.991Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-10-07T03:22:46.991Z] ---> Running in dc0593a39d20 [2020-10-07T03:22:46.991Z] Removing intermediate container 00fa3bf453f8 [2020-10-07T03:22:46.991Z] ---> 5b7ec56126e4 [2020-10-07T03:22:46.991Z] Step 20/22 : LABEL arch=x86_64 [2020-10-07T03:22:46.999Z] 8529a6b9a6be: Pull complete [2020-10-07T03:22:46.999Z] 45590311c82a: Pull complete [2020-10-07T03:22:47.272Z] 69ca0ff8b7b3: Pull complete [2020-10-07T03:22:47.343Z] ---> Running in 652e21d5e9dc [2020-10-07T03:22:47.343Z] ---> dd7cdb08d6e0 [2020-10-07T03:22:47.343Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-10-07T03:22:47.343Z] Removing intermediate container dc0593a39d20 [2020-10-07T03:22:47.343Z] ---> 7d5cd6e01976 [2020-10-07T03:22:47.343Z] [2020-10-07T03:22:47.343Z] ---> 932e64038fac [2020-10-07T03:22:47.343Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-10-07T03:22:47.343Z] ---> Running in 254a44f1dcba [2020-10-07T03:22:47.343Z] Successfully built 7d5cd6e01976 [2020-10-07T03:22:47.697Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-10-07T03:22:47.697Z] Building docker-core-data-go [2020-10-07T03:22:47.697Z] ---> Running in 7cc90739e246 [2020-10-07T03:22:47.697Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 652e21d5e9dc [2020-10-07T03:22:47.697Z] ---> f99a14139f8f [2020-10-07T03:22:47.697Z] Step 21/22 : LABEL git_sha=f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108 [2020-10-07T03:22:47.697Z] ---> Running in c79334d0943c [2020-10-07T03:22:47.697Z] Removing intermediate container 254a44f1dcba [2020-10-07T03:22:47.697Z] ---> 5072a499ff08 [2020-10-07T03:22:47.697Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-07T03:22:47.985Z] Removing intermediate container 7cc90739e246 [2020-10-07T03:22:47.985Z] ---> ac23f0d9c1e4 [2020-10-07T03:22:47.985Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-07T03:22:47.985Z] ---> Running in 13af2517e278 [2020-10-07T03:22:48.255Z] ---> Running in fdae790c7edf [2020-10-07T03:22:48.255Z] Removing intermediate container c79334d0943c [2020-10-07T03:22:48.255Z] ---> 219ff1fc5dcc [2020-10-07T03:22:48.255Z] Step 22/22 : LABEL version=1.2.2-dev.52 [2020-10-07T03:22:49.669Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-07T03:22:50.629Z] ---> Running in bfb1332ea3e4 [2020-10-07T03:22:50.629Z] Removing intermediate container 13af2517e278 [2020-10-07T03:22:50.629Z] ---> c0e4cbd9b7b0 [2020-10-07T03:22:50.629Z] Step 22/24 : LABEL arch=x86_64 [2020-10-07T03:22:50.629Z] Removing intermediate container fdae790c7edf [2020-10-07T03:22:50.629Z] ---> fd08bea3c1f5 [2020-10-07T03:22:50.629Z] Step 20/22 : LABEL arch=x86_64 [2020-10-07T03:22:50.896Z] ---> Running in 4a4770a5127b [2020-10-07T03:22:50.896Z] ---> Running in 24a72d6483c0 [2020-10-07T03:22:50.896Z] Removing intermediate container bfb1332ea3e4 [2020-10-07T03:22:50.896Z] ---> bf99f411e2cc [2020-10-07T03:22:50.896Z] [2020-10-07T03:22:51.162Z] Successfully built bf99f411e2cc [2020-10-07T03:22:51.162Z] Successfully tagged docker-support-logging-go:latest [2020-10-07T03:22:51.162Z]  Building docker-support-logging-go ... done Building docker-core-command-go [2020-10-07T03:22:51.162Z] Removing intermediate container 24a72d6483c0 [2020-10-07T03:22:51.162Z] ---> 96e4501441ad [2020-10-07T03:22:51.162Z] Step 23/24 : LABEL git_sha=f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108 [2020-10-07T03:22:51.162Z] Removing intermediate container 4a4770a5127b [2020-10-07T03:22:51.162Z] ---> f9aba0512a81 [2020-10-07T03:22:51.162Z] Step 21/22 : LABEL git_sha=f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108 [2020-10-07T03:22:51.427Z] ---> Running in d5e13683caf2 [2020-10-07T03:22:51.427Z] ---> Running in ceb926c8da15 [2020-10-07T03:22:51.622Z] 209524e5b208: Pull complete [2020-10-07T03:22:51.622Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-10-07T03:22:51.622Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-10-07T03:22:51.622Z] ---> 5bddaf1c2fca [2020-10-07T03:22:51.622Z] 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-07T03:22:55.009Z] ---> Running in 3162d7ab002c [2020-10-07T03:22:55.698Z] Removing intermediate container ceb926c8da15 [2020-10-07T03:22:55.698Z] ---> 0256ccb26a0b [2020-10-07T03:22:55.698Z] Step 22/22 : LABEL version=1.2.2-dev.52 [2020-10-07T03:22:55.698Z] Removing intermediate container d5e13683caf2 [2020-10-07T03:22:55.698Z] ---> ebc6df734ff2 [2020-10-07T03:22:55.698Z] Step 24/24 : LABEL version=1.2.2-dev.52 [2020-10-07T03:22:55.698Z] v3.12.0-371-g35e7793b77 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-07T03:22:55.698Z] v3.12.0-368-g087e7176b9 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-07T03:22:55.698Z] OK: 12752 distinct packages available [2020-10-07T03:22:55.967Z] OK: 233 MiB in 51 packages [2020-10-07T03:22:55.989Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-07T03:22:56.557Z] ---> Running in 6851974b81a3 [2020-10-07T03:22:56.557Z] ---> Running in e52bdd32d96f [2020-10-07T03:22:58.004Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-07T03:22:58.004Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-10-07T03:22:58.004Z] ---> 0d84e46ab6e6 [2020-10-07T03:22:58.004Z] Step 3/23 : WORKDIR /edgex-go [2020-10-07T03:22:58.004Z] ---> Using cache [2020-10-07T03:22:58.004Z] ---> 903237f34ff1 [2020-10-07T03:22:58.004Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-07T03:22:58.004Z] ---> Using cache [2020-10-07T03:22:58.004Z] ---> 98d6c4c2f6fe [2020-10-07T03:22:58.004Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-10-07T03:22:58.272Z] Removing intermediate container e52bdd32d96f [2020-10-07T03:22:58.272Z] ---> 6bbd2d886627 [2020-10-07T03:22:58.272Z] [2020-10-07T03:22:58.542Z] Successfully built 6bbd2d886627 [2020-10-07T03:22:58.808Z] Successfully tagged docker-core-metadata-go:latest [2020-10-07T03:22:58.808Z]  Building docker-core-metadata-go ... done Building docker-support-scheduler-go [2020-10-07T03:22:58.808Z] Removing intermediate container 6851974b81a3 [2020-10-07T03:22:58.808Z] ---> a1d986dc0c5b [2020-10-07T03:22:58.808Z] [2020-10-07T03:22:59.076Z] Successfully built a1d986dc0c5b [2020-10-07T03:22:59.076Z] ---> Running in 0e9d5f8b3f96 [2020-10-07T03:22:59.076Z] Successfully tagged docker-support-notifications-go:latest [2020-10-07T03:22:59.076Z] Building docker-sys-mgmt-agent-go [2020-10-07T03:22:59.076Z]  Building docker-support-notifications-go ... done Removing intermediate container 1516d5181ae0 [2020-10-07T03:22:59.076Z] ---> 7de2e10e25c5 [2020-10-07T03:22:59.076Z] Step 6/26 : COPY go.mod . [2020-10-07T03:23:00.288Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-07T03:23:03.346Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-07T03:23:05.694Z] (1/12) Installing libmagic (5.38-r0) [2020-10-07T03:23:05.931Z] ---> a72c559db256 [2020-10-07T03:23:05.932Z] Step 7/26 : RUN go mod download [2020-10-07T03:23:05.932Z] ---> Running in f4fe64bb8a0b [2020-10-07T03:23:06.672Z] (2/12) Installing file (5.38-r0) [2020-10-07T03:23:06.672Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-10-07T03:23:06.897Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-07T03:23:06.897Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-07T03:23:06.897Z] ---> 0d84e46ab6e6 [2020-10-07T03:23:06.897Z] Step 3/22 : WORKDIR /edgex-go [2020-10-07T03:23:06.897Z] ---> Using cache [2020-10-07T03:23:06.897Z] ---> 903237f34ff1 [2020-10-07T03:23:06.897Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-07T03:23:06.897Z] ---> Using cache [2020-10-07T03:23:06.897Z] ---> 98d6c4c2f6fe [2020-10-07T03:23:06.897Z] Step 5/22 : RUN apk update && apk add make git [2020-10-07T03:23:06.897Z] ---> Using cache [2020-10-07T03:23:06.897Z] ---> 7de2e10e25c5 [2020-10-07T03:23:06.897Z] Step 6/22 : COPY go.mod . [2020-10-07T03:23:06.897Z] ---> Using cache [2020-10-07T03:23:06.897Z] ---> a72c559db256 [2020-10-07T03:23:06.897Z] Step 7/22 : RUN go mod download [2020-10-07T03:23:06.897Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-07T03:23:06.947Z] (4/12) Installing g++ (9.3.0-r2) [2020-10-07T03:23:07.495Z] ---> Running in 8aadde543db3 [2020-10-07T03:23:10.876Z] Removing intermediate container f4fe64bb8a0b [2020-10-07T03:23:10.876Z] ---> 6e7e0bf1db8e [2020-10-07T03:23:10.876Z] Step 8/26 : COPY . . [2020-10-07T03:23:11.147Z] Removing intermediate container 8aadde543db3 [2020-10-07T03:23:11.147Z] ---> 3d9d9ba051a2 [2020-10-07T03:23:11.147Z] Step 8/22 : COPY . . [2020-10-07T03:23:13.762Z] v3.12.0-371-g35e7793b77 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-07T03:23:13.762Z] v3.12.0-368-g087e7176b9 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-07T03:23:13.762Z] OK: 12752 distinct packages available [2020-10-07T03:23:14.035Z] OK: 233 MiB in 51 packages [2020-10-07T03:23:15.016Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-07T03:23:15.016Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-10-07T03:23:15.016Z] ---> 0d84e46ab6e6 [2020-10-07T03:23:15.016Z] Step 3/21 : WORKDIR /edgex-go [2020-10-07T03:23:15.016Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-07T03:23:15.016Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-10-07T03:23:15.016Z] ---> 0d84e46ab6e6 [2020-10-07T03:23:15.016Z] Step 3/27 : WORKDIR /edgex-go [2020-10-07T03:23:15.016Z] ---> Using cache [2020-10-07T03:23:15.016Z] ---> 903237f34ff1 [2020-10-07T03:23:15.016Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-07T03:23:15.016Z] ---> Using cache [2020-10-07T03:23:15.016Z] ---> 98d6c4c2f6fe [2020-10-07T03:23:15.016Z] Step 5/21 : RUN apk update && apk add make git [2020-10-07T03:23:15.016Z] ---> Using cache [2020-10-07T03:23:15.016Z] ---> 903237f34ff1 [2020-10-07T03:23:15.016Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-07T03:23:15.016Z] ---> Using cache [2020-10-07T03:23:15.016Z] ---> 98d6c4c2f6fe [2020-10-07T03:23:15.016Z] Step 5/27 : RUN apk update && apk add make bash git [2020-10-07T03:23:15.016Z] ---> Using cache [2020-10-07T03:23:15.016Z] ---> 7de2e10e25c5 [2020-10-07T03:23:15.016Z] Step 6/21 : COPY go.mod . [2020-10-07T03:23:15.016Z] ---> Using cache [2020-10-07T03:23:15.016Z] ---> a72c559db256 [2020-10-07T03:23:15.016Z] Step 7/21 : RUN go mod download [2020-10-07T03:23:15.016Z] ---> Using cache [2020-10-07T03:23:15.016Z] ---> 3d9d9ba051a2 [2020-10-07T03:23:15.016Z] Step 8/21 : COPY . . [2020-10-07T03:23:17.662Z] ---> Running in 2fb032299cf1 [2020-10-07T03:23:24.334Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-07T03:23:24.334Z] Removing intermediate container 0e9d5f8b3f96 [2020-10-07T03:23:24.334Z] ---> 3b3b992f2289 [2020-10-07T03:23:24.334Z] Step 6/23 : COPY go.mod . [2020-10-07T03:23:29.797Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-07T03:23:30.110Z] ---> 05fe16b6a500 [2020-10-07T03:23:30.110Z] Step 7/23 : RUN go mod download [2020-10-07T03:23:31.111Z] ---> Running in 871a3f93ab05 [2020-10-07T03:23:35.495Z] ---> eb2097b1c52a [2020-10-07T03:23:35.495Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-10-07T03:23:35.495Z] ---> 99c50b95f8bf [2020-10-07T03:23:35.495Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-10-07T03:23:35.495Z] ---> bb26495ef763 [2020-10-07T03:23:35.496Z] 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-07T03:23:35.496Z] Removing intermediate container 871a3f93ab05 [2020-10-07T03:23:35.496Z] ---> d08bbfc60458 [2020-10-07T03:23:35.496Z] Step 8/23 : COPY . . [2020-10-07T03:23:35.496Z] ---> Running in 0118e8c1c1bd [2020-10-07T03:23:35.496Z] ---> Running in 5ca2855fd0af [2020-10-07T03:23:35.496Z] ---> Running in f4c6a088b08c [2020-10-07T03:23:36.487Z] v3.12.0-371-g35e7793b77 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-07T03:23:36.488Z] v3.12.0-368-g087e7176b9 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-07T03:23:36.488Z] OK: 12752 distinct packages available [2020-10-07T03:23:37.071Z] OK: 233 MiB in 51 packages [2020-10-07T03:23:37.663Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.52" -o cmd/core-command/core-command ./cmd/core-command [2020-10-07T03:23:40.246Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.52" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-10-07T03:23:40.246Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.52" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-10-07T03:23:40.512Z] Removing intermediate container 2fb032299cf1 [2020-10-07T03:23:40.512Z] ---> f28293dc1e05 [2020-10-07T03:23:40.512Z] Step 6/27 : COPY go.mod . [2020-10-07T03:23:43.962Z] ---> 6d31a611181d [2020-10-07T03:23:43.962Z] Step 7/27 : RUN go mod download [2020-10-07T03:23:44.590Z] ---> Running in c319d92aa40f [2020-10-07T03:23:48.897Z] Removing intermediate container c319d92aa40f [2020-10-07T03:23:48.897Z] ---> a0063a446528 [2020-10-07T03:23:48.897Z] Step 8/27 : COPY . . [2020-10-07T03:23:49.169Z] ---> 3409aca9da65 [2020-10-07T03:23:49.169Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-10-07T03:23:49.450Z] ---> Running in de75253ccc68 [2020-10-07T03:23:50.909Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.52" -o cmd/core-data/core-data ./cmd/core-data [2020-10-07T03:24:03.525Z] (5/12) Installing fortify-headers (1.1-r0) [2020-10-07T03:24:03.526Z] (6/12) Installing patch (2.7.6-r6) [2020-10-07T03:24:03.526Z] (7/12) Installing build-base (0.5-r2) [2020-10-07T03:24:03.526Z] (8/12) Installing libsodium (1.0.18-r0) [2020-10-07T03:24:03.526Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-10-07T03:24:03.798Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-10-07T03:24:03.798Z] (11/12) Installing libzmq (4.3.3-r0) [2020-10-07T03:24:04.396Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-10-07T03:24:04.396Z] Executing busybox-1.31.1-r16.trigger [2020-10-07T03:24:04.396Z] OK: 217 MiB in 51 packages [2020-10-07T03:24:06.211Z] ---> bed8c0e86134 [2020-10-07T03:24:06.211Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-10-07T03:24:06.211Z] ---> Running in 21d406e5a742 [2020-10-07T03:24:06.482Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.52" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-10-07T03:24:07.927Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.52" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-10-07T03:24:08.708Z] Removing intermediate container 3162d7ab002c [2020-10-07T03:24:08.708Z] ---> 63b4fd4d6d9c [2020-10-07T03:24:08.708Z] Step 4/7 : WORKDIR /edgex-go [2020-10-07T03:24:08.708Z] ---> Running in 237f1d5558ed [2020-10-07T03:24:08.708Z] Removing intermediate container 237f1d5558ed [2020-10-07T03:24:08.708Z] ---> 847ddcbcabc5 [2020-10-07T03:24:08.708Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-10-07T03:24:09.304Z] latest: Pulling from library/docker [2020-10-07T03:24:09.304Z] b538f80385f9: Already exists [2020-10-07T03:24:09.304Z] 259a493cd78d: Pulling fs layer [2020-10-07T03:24:09.304Z] b8e66b5100f5: Pulling fs layer [2020-10-07T03:24:09.304Z] 7f8258a56ab6: Pulling fs layer [2020-10-07T03:24:09.304Z] 75a0a0ebb566: Pulling fs layer [2020-10-07T03:24:09.304Z] 4a2c62f0a2a3: Pulling fs layer [2020-10-07T03:24:09.304Z] 294320357d30: Pulling fs layer [2020-10-07T03:24:09.304Z] 75a0a0ebb566: Waiting [2020-10-07T03:24:09.304Z] 4a2c62f0a2a3: Waiting [2020-10-07T03:24:09.304Z] 294320357d30: Waiting [2020-10-07T03:24:09.580Z] b8e66b5100f5: Verifying Checksum [2020-10-07T03:24:09.580Z] b8e66b5100f5: Download complete [2020-10-07T03:24:09.580Z] 259a493cd78d: Verifying Checksum [2020-10-07T03:24:09.580Z] 259a493cd78d: Download complete [2020-10-07T03:24:09.580Z] 75a0a0ebb566: Download complete [2020-10-07T03:24:09.580Z] 4a2c62f0a2a3: Verifying Checksum [2020-10-07T03:24:09.580Z] 4a2c62f0a2a3: Download complete [2020-10-07T03:24:09.860Z] 294320357d30: Verifying Checksum [2020-10-07T03:24:09.860Z] 294320357d30: Download complete [2020-10-07T03:24:10.142Z] 259a493cd78d: Pull complete [2020-10-07T03:24:10.427Z] b8e66b5100f5: Pull complete [2020-10-07T03:24:11.030Z] 7f8258a56ab6: Verifying Checksum [2020-10-07T03:24:11.030Z] 7f8258a56ab6: Download complete [2020-10-07T03:24:13.424Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.52" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-10-07T03:24:14.432Z] 7f8258a56ab6: Pull complete [2020-10-07T03:24:14.432Z] 75a0a0ebb566: Pull complete [2020-10-07T03:24:14.708Z] 4a2c62f0a2a3: Pull complete [2020-10-07T03:24:14.984Z] 294320357d30: Pull complete [2020-10-07T03:24:14.984Z] Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 [2020-10-07T03:24:14.984Z] Status: Downloaded newer image for docker:latest [2020-10-07T03:24:16.790Z] Removing intermediate container 0118e8c1c1bd [2020-10-07T03:24:16.790Z] ---> b02ee7cb9285 [2020-10-07T03:24:16.790Z] [2020-10-07T03:24:16.790Z] Step 10/22 : FROM scratch [2020-10-07T03:24:16.790Z] ---> [2020-10-07T03:24:16.790Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-07T03:24:16.790Z] Removing intermediate container 5ca2855fd0af [2020-10-07T03:24:16.790Z] ---> 4722b7e7eb51 [2020-10-07T03:24:16.790Z] [2020-10-07T03:24:16.790Z] Step 10/21 : FROM scratch [2020-10-07T03:24:16.790Z] ---> [2020-10-07T03:24:16.790Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-07T03:24:17.071Z] ---> Using cache [2020-10-07T03:24:17.071Z] ---> 24c3d6f58091 [2020-10-07T03:24:17.071Z] Step 12/22 : ENV APP_PORT=48082 [2020-10-07T03:24:17.071Z] ---> Using cache [2020-10-07T03:24:17.071Z] ---> 24c3d6f58091 [2020-10-07T03:24:17.071Z] Step 12/21 : ENV APP_PORT=48085 [2020-10-07T03:24:17.346Z] ---> Running in 19574f80dfaf [2020-10-07T03:24:17.346Z] ---> Running in bbfdeaa57ee3 [2020-10-07T03:24:17.930Z] Removing intermediate container bbfdeaa57ee3 [2020-10-07T03:24:17.930Z] ---> 61fc16a09bad [2020-10-07T03:24:17.930Z] Step 13/21 : EXPOSE $APP_PORT [2020-10-07T03:24:17.930Z] Removing intermediate container 19574f80dfaf [2020-10-07T03:24:17.930Z] ---> 663e888b769d [2020-10-07T03:24:17.930Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-07T03:24:17.930Z] ---> Running in 9bc813da1b2c [2020-10-07T03:24:17.930Z] ---> Running in b496c41565d0 [2020-10-07T03:24:18.388Z] ---> 78c854cf29bc [2020-10-07T03:24:18.388Z] Step 6/7 : COPY go.mod . [2020-10-07T03:24:18.413Z] Removing intermediate container b496c41565d0 [2020-10-07T03:24:18.413Z] ---> 5fe6aeb4e822 [2020-10-07T03:24:18.413Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-10-07T03:24:18.413Z] Removing intermediate container 9bc813da1b2c [2020-10-07T03:24:18.413Z] ---> c982e731c077 [2020-10-07T03:24:18.413Z] Step 14/22 : WORKDIR / [2020-10-07T03:24:18.413Z] ---> Running in 828ed3072791 [2020-10-07T03:24:18.891Z] ---> b714ef0e90c2 [2020-10-07T03:24:18.891Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-10-07T03:24:18.992Z] ---> 44c837014e03 [2020-10-07T03:24:18.992Z] Step 7/7 : RUN go mod download [2020-10-07T03:24:19.237Z] Removing intermediate container 828ed3072791 [2020-10-07T03:24:19.237Z] ---> 258e1ca6fed3 [2020-10-07T03:24:19.237Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-10-07T03:24:19.265Z] ---> Running in 71477d3f111e [2020-10-07T03:24:20.658Z] Removing intermediate container f4c6a088b08c [2020-10-07T03:24:20.658Z] ---> 2a31d8317024 [2020-10-07T03:24:20.658Z] [2020-10-07T03:24:20.658Z] Step 10/26 : FROM alpine:3.10 [2020-10-07T03:24:20.658Z] ---> 5d83eff3e9ee [2020-10-07T03:24:20.658Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-10-07T03:24:20.658Z] 3.10: Pulling from library/alpine [2020-10-07T03:24:20.936Z] ---> 6d782843037d [2020-10-07T03:24:20.936Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-10-07T03:24:21.906Z] ---> 36ff36cc131e [2020-10-07T03:24:21.906Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-10-07T03:24:21.906Z] ---> Running in a4a139bd8997 [2020-10-07T03:24:22.174Z] ---> 2b8941b73d29 [2020-10-07T03:24:22.174Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-10-07T03:24:22.174Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-10-07T03:24:22.174Z] Status: Downloaded newer image for alpine:3.10 [2020-10-07T03:24:22.174Z] ---> be4e4bea2c2e [2020-10-07T03:24:22.174Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-10-07T03:24:22.442Z] Removing intermediate container a4a139bd8997 [2020-10-07T03:24:22.442Z] ---> 3339de271d6d [2020-10-07T03:24:22.442Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-07T03:24:22.442Z] ---> Running in 57869474233e [2020-10-07T03:24:23.034Z] ---> Running in 2e68ce43e614 [2020-10-07T03:24:23.034Z] ---> 7f6ba9234ecc [2020-10-07T03:24:23.034Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-10-07T03:24:24.481Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-10-07T03:24:24.482Z] ---> Running in d428ee643183 [2020-10-07T03:24:24.482Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-10-07T03:24:24.482Z] Removing intermediate container 2e68ce43e614 [2020-10-07T03:24:24.482Z] ---> c4f0ae47eef4 [2020-10-07T03:24:24.482Z] Step 19/21 : LABEL arch=x86_64 [2020-10-07T03:24:24.482Z] ---> Running in e01afe386679 [2020-10-07T03:24:24.482Z] Removing intermediate container d428ee643183 [2020-10-07T03:24:24.482Z] ---> be87cc2455f3 [2020-10-07T03:24:24.482Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-07T03:24:24.756Z] v3.10.5-95-gb2ad523191 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-10-07T03:24:24.756Z] v3.10.5-92-g0ca6a6f012 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-10-07T03:24:24.756Z] OK: 10346 distinct packages available [2020-10-07T03:24:24.756Z] ---> Running in 5d1d20726dcd [2020-10-07T03:24:24.756Z] Removing intermediate container e01afe386679 [2020-10-07T03:24:24.756Z] ---> ac279798c093 [2020-10-07T03:24:24.756Z] Step 20/21 : LABEL git_sha=f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108 [2020-10-07T03:24:24.756Z] (1/5) Installing ca-certificates (20191127-r2) [2020-10-07T03:24:24.756Z] ---> Running in 1c35e81b21b3 [2020-10-07T03:24:25.028Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-10-07T03:24:25.028Z] (3/5) Installing libcurl (7.66.0-r1) [2020-10-07T03:24:25.028Z] Removing intermediate container 5d1d20726dcd [2020-10-07T03:24:25.028Z] ---> 520619a832de [2020-10-07T03:24:25.028Z] Step 20/22 : LABEL arch=x86_64 [2020-10-07T03:24:25.028Z] (4/5) Installing curl (7.66.0-r1) [2020-10-07T03:24:25.028Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-10-07T03:24:25.028Z] Executing busybox-1.30.1-r3.trigger [2020-10-07T03:24:25.028Z] Executing ca-certificates-20191127-r2.trigger [2020-10-07T03:24:25.028Z] OK: 7 MiB in 19 packages [2020-10-07T03:24:25.609Z] ---> Running in aab0a944022f [2020-10-07T03:24:25.875Z] Removing intermediate container 1c35e81b21b3 [2020-10-07T03:24:25.875Z] ---> 378698ca8bc7 [2020-10-07T03:24:25.875Z] Step 21/21 : LABEL version=1.2.2-dev.52 [2020-10-07T03:24:26.826Z] ---> Running in e7cabcead301 [2020-10-07T03:24:26.827Z] Removing intermediate container aab0a944022f [2020-10-07T03:24:26.827Z] ---> 5c347a33936f [2020-10-07T03:24:26.827Z] Step 21/22 : LABEL git_sha=f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108 [2020-10-07T03:24:27.407Z] Removing intermediate container 57869474233e [2020-10-07T03:24:27.407Z] ---> 1486dbb19007 [2020-10-07T03:24:27.407Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-07T03:24:27.407Z] ---> Running in 9c0215d40635 [2020-10-07T03:24:27.672Z] ---> Running in c9665b7d15e7 [2020-10-07T03:24:27.672Z] Removing intermediate container e7cabcead301 [2020-10-07T03:24:27.672Z] ---> 378923b79aa0 [2020-10-07T03:24:27.672Z] [2020-10-07T03:24:27.672Z] Successfully built 378923b79aa0 [2020-10-07T03:24:27.672Z] Successfully tagged docker-support-scheduler-go:latest [2020-10-07T03:24:29.070Z]  Building docker-support-scheduler-go ... done Removing intermediate container 9c0215d40635 [2020-10-07T03:24:29.070Z] ---> f41f9cf70698 [2020-10-07T03:24:29.070Z] Step 22/22 : LABEL version=1.2.2-dev.52 [2020-10-07T03:24:29.650Z] Removing intermediate container c9665b7d15e7 [2020-10-07T03:24:29.650Z] ---> c19956303dc4 [2020-10-07T03:24:29.650Z] Step 13/26 : WORKDIR / [2020-10-07T03:24:29.927Z] ---> Running in 11fe47346558 [2020-10-07T03:24:29.927Z] ---> Running in e4c466b93915 [2020-10-07T03:24:29.927Z] Removing intermediate container 21d406e5a742 [2020-10-07T03:24:29.927Z] ---> 4a1b7a655ce1 [2020-10-07T03:24:29.927Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-10-07T03:24:29.927Z] ---> Running in 29276b0a3cad [2020-10-07T03:24:30.194Z] Removing intermediate container 11fe47346558 [2020-10-07T03:24:30.194Z] ---> 06fba6f90527 [2020-10-07T03:24:30.194Z] [2020-10-07T03:24:30.194Z] Removing intermediate container e4c466b93915 [2020-10-07T03:24:30.194Z] ---> ad852f1a3b7b [2020-10-07T03:24:30.194Z] 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-07T03:24:30.459Z] Successfully built 06fba6f90527 [2020-10-07T03:24:31.045Z] Successfully tagged docker-core-command-go:latest [2020-10-07T03:24:31.045Z]  Building docker-core-command-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.52" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-10-07T03:24:32.990Z] ---> 9cf935e883f2 [2020-10-07T03:24:32.991Z] 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-07T03:24:32.991Z] Removing intermediate container de75253ccc68 [2020-10-07T03:24:32.991Z] ---> 13ea070e59b2 [2020-10-07T03:24:32.991Z] [2020-10-07T03:24:32.991Z] Step 10/23 : FROM alpine [2020-10-07T03:24:32.991Z] ---> a24bb4013296 [2020-10-07T03:24:32.991Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-07T03:24:32.991Z] ---> Running in 896966f50e16 [2020-10-07T03:24:32.991Z] ---> 5fd5914b5d92 [2020-10-07T03:24:32.991Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-10-07T03:24:33.256Z] Removing intermediate container 896966f50e16 [2020-10-07T03:24:33.256Z] ---> b7cd93763858 [2020-10-07T03:24:33.256Z] Step 12/23 : ENV APP_PORT=48080 [2020-10-07T03:24:33.256Z] ---> Running in ba59bc268e1c [2020-10-07T03:24:33.256Z] ---> f3e5469c2380 [2020-10-07T03:24:33.256Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-10-07T03:24:33.520Z] Removing intermediate container 29276b0a3cad [2020-10-07T03:24:33.520Z] ---> 3bd760b328b3 [2020-10-07T03:24:33.520Z] [2020-10-07T03:24:33.520Z] Step 11/27 : FROM docker:latest [2020-10-07T03:24:33.520Z] ---> 809cc4dba987 [2020-10-07T03:24:33.520Z] Step 12/27 : RUN apk add --no-cache bash [2020-10-07T03:24:33.520Z] Removing intermediate container ba59bc268e1c [2020-10-07T03:24:33.520Z] ---> 041de653d96f [2020-10-07T03:24:33.520Z] Step 13/23 : EXPOSE $APP_PORT [2020-10-07T03:24:34.099Z] ---> Running in 351cc2f90231 [2020-10-07T03:24:34.099Z] ---> Running in 886a8f085803 [2020-10-07T03:24:34.370Z] ---> 860e8330079e [2020-10-07T03:24:34.370Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-10-07T03:24:34.370Z] Removing intermediate container 886a8f085803 [2020-10-07T03:24:34.370Z] ---> 6e66284034b9 [2020-10-07T03:24:34.370Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-07T03:24:34.636Z] ---> Running in 69e1bdf2bc60 [2020-10-07T03:24:34.906Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-07T03:24:34.906Z] ---> c5fcb0d63ed1 [2020-10-07T03:24:34.906Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-10-07T03:24:34.906Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-07T03:24:35.172Z] (1/2) Installing readline (8.0.4-r0) [2020-10-07T03:24:35.172Z] (2/2) Installing bash (5.0.17-r0) [2020-10-07T03:24:35.172Z] Executing bash-5.0.17-r0.post-install [2020-10-07T03:24:35.172Z] Executing busybox-1.31.1-r16.trigger [2020-10-07T03:24:35.439Z] OK: 12 MiB in 22 packages [2020-10-07T03:24:35.439Z] ---> 3c3e733a5704 [2020-10-07T03:24:35.439Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-10-07T03:24:35.705Z] Removing intermediate container 69e1bdf2bc60 [2020-10-07T03:24:35.705Z] ---> 0784aed46860 [2020-10-07T03:24:35.705Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-10-07T03:24:35.971Z] ---> 14a96937b193 [2020-10-07T03:24:35.971Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-10-07T03:24:35.971Z] ---> Running in a2f13a243291 [2020-10-07T03:24:36.252Z] Removing intermediate container 351cc2f90231 [2020-10-07T03:24:36.252Z] ---> 4108f38d122d [2020-10-07T03:24:36.252Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-10-07T03:24:36.252Z] ---> Running in 0841e746f98e [2020-10-07T03:24:36.518Z] ---> 9225b852a30c [2020-10-07T03:24:36.518Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-07T03:24:36.518Z] ---> Running in 75884b666e41 [2020-10-07T03:24:36.783Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-07T03:24:37.364Z] Removing intermediate container 0841e746f98e [2020-10-07T03:24:37.364Z] ---> 6fcbe31ef796 [2020-10-07T03:24:37.364Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-10-07T03:24:37.629Z] ---> Running in 17b13072e1ae [2020-10-07T03:24:37.629Z] Removing intermediate container 75884b666e41 [2020-10-07T03:24:37.629Z] ---> 14b93dcbb818 [2020-10-07T03:24:37.629Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-10-07T03:24:37.629Z] Removing intermediate container 17b13072e1ae [2020-10-07T03:24:37.629Z] ---> 72007c6438db [2020-10-07T03:24:37.629Z] Step 15/27 : ENV APP_PORT=48090 [2020-10-07T03:24:38.210Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-07T03:24:38.475Z] ---> Running in f961698193c6 [2020-10-07T03:24:38.475Z] ---> Running in 2046f6ba2966 [2020-10-07T03:24:38.475Z] Removing intermediate container f961698193c6 [2020-10-07T03:24:38.475Z] ---> 3e2c58abb0fd [2020-10-07T03:24:38.475Z] Step 24/26 : LABEL arch=x86_64 [2020-10-07T03:24:38.741Z] Removing intermediate container 2046f6ba2966 [2020-10-07T03:24:38.741Z] ---> 08dd299f8681 [2020-10-07T03:24:38.741Z] Step 16/27 : EXPOSE $APP_PORT [2020-10-07T03:24:38.741Z] ---> Running in 4a4e73f05b61 [2020-10-07T03:24:38.741Z] ---> Running in 7b22ccbf66ee [2020-10-07T03:24:38.741Z] Removing intermediate container 4a4e73f05b61 [2020-10-07T03:24:38.741Z] ---> 5e3313915519 [2020-10-07T03:24:38.741Z] Step 25/26 : LABEL git_sha=f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108 [2020-10-07T03:24:39.009Z] ---> Running in cf2cab258ba2 [2020-10-07T03:24:39.009Z] Removing intermediate container 7b22ccbf66ee [2020-10-07T03:24:39.009Z] ---> 12ec0aeab58d [2020-10-07T03:24:39.009Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-10-07T03:24:39.009Z] Removing intermediate container cf2cab258ba2 [2020-10-07T03:24:39.009Z] ---> f64c21833ca7 [2020-10-07T03:24:39.009Z] Step 26/26 : LABEL version=1.2.2-dev.52 [2020-10-07T03:24:39.275Z] ---> Running in 97293e155482 [2020-10-07T03:24:39.540Z] Removing intermediate container 97293e155482 [2020-10-07T03:24:39.540Z] ---> fa77c44f24aa [2020-10-07T03:24:39.540Z] [2020-10-07T03:24:39.540Z] ---> 91247636763a [2020-10-07T03:24:39.540Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-10-07T03:24:39.540Z] Successfully built fa77c44f24aa [2020-10-07T03:24:39.540Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-10-07T03:24:39.806Z]  Building docker-security-secretstore-setup-go ... done  ---> fa4a7bd86cfc [2020-10-07T03:24:39.806Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-10-07T03:24:40.071Z] ---> 34df0e19efc2 [2020-10-07T03:24:40.071Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-10-07T03:24:40.071Z] ---> Running in cf161f36fcdd [2020-10-07T03:24:40.653Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-07T03:24:40.653Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-07T03:24:40.920Z] (1/5) Installing libgcc (9.3.0-r2) [2020-10-07T03:24:40.920Z] (2/5) Installing libsodium (1.0.18-r0) [2020-10-07T03:24:40.920Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-10-07T03:24:40.920Z] (2/33) Installing expat (2.2.9-r1) [2020-10-07T03:24:40.920Z] (3/33) Installing libffi (3.3-r2) [2020-10-07T03:24:40.920Z] (4/33) Installing gdbm (1.13-r1) [2020-10-07T03:24:40.920Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-10-07T03:24:40.920Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-10-07T03:24:40.920Z] (7/33) Installing python3 (3.8.5-r0) [2020-10-07T03:24:41.499Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-10-07T03:24:42.076Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-10-07T03:24:42.340Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-10-07T03:24:42.340Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-10-07T03:24:42.340Z] (11/33) Installing py3-six (1.15.0-r0) [2020-10-07T03:24:42.340Z] (12/33) Installing py3-packaging (20.4-r0) [2020-10-07T03:24:42.340Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-10-07T03:24:42.340Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-10-07T03:24:42.340Z] (15/33) Installing py3-idna (2.9-r0) [2020-10-07T03:24:42.340Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-10-07T03:24:42.340Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-10-07T03:24:42.340Z] (4/5) Installing libzmq (4.3.3-r0) [2020-10-07T03:24:42.340Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-10-07T03:24:42.605Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-10-07T03:24:42.605Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-10-07T03:24:42.605Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-10-07T03:24:42.605Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-10-07T03:24:42.605Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-10-07T03:24:42.605Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-10-07T03:24:42.605Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-10-07T03:24:42.605Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-10-07T03:24:42.605Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-10-07T03:24:42.605Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-10-07T03:24:42.605Z] (29/33) Installing py3-progress (1.5-r0) [2020-10-07T03:24:42.605Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-10-07T03:24:42.870Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-10-07T03:24:42.870Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-10-07T03:24:42.870Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-10-07T03:24:42.870Z] (5/5) Installing zeromq (4.3.3-r0) [2020-10-07T03:24:42.870Z] Executing busybox-1.31.1-r16.trigger [2020-10-07T03:24:42.870Z] OK: 71 MiB in 55 packages [2020-10-07T03:24:42.870Z] Executing busybox-1.31.1-r16.trigger [2020-10-07T03:24:42.870Z] OK: 8 MiB in 19 packages [2020-10-07T03:24:46.073Z] Removing intermediate container 71477d3f111e [2020-10-07T03:24:46.073Z] ---> 57ab8f1c4bbb [2020-10-07T03:24:46.073Z] Successfully built 57ab8f1c4bbb [2020-10-07T03:24:46.073Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:24:46.505Z] + docker inspect -f . ci-base-image-arm64 [2020-10-07T03:24:46.505Z] . [Pipeline] withDockerContainer [2020-10-07T03:24:46.842Z] prd-ubuntu18.04-docker-arm64-4c-16g-3882 does not seem to be running inside a container [2020-10-07T03:24:46.940Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/167 -v /w/workspace/edgex-go/167:/w/workspace/edgex-go/167:rw,z -v /w/workspace/edgex-go/167@tmp:/w/workspace/edgex-go/167@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-07T03:24:48.852Z] $ docker top a0b04f6f5dcd9f477db94fbe923c72c57f302ae103140c6b13d2469ddb8d3bd6 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-07T03:24:49.499Z] Removing intermediate container a2f13a243291 [2020-10-07T03:24:49.499Z] ---> 4da3d2ebeff2 [2020-10-07T03:24:49.499Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-10-07T03:24:50.349Z] + go version [2020-10-07T03:24:50.349Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-10-07T03:24:50.374Z] $ docker stop --time=1 a0b04f6f5dcd9f477db94fbe923c72c57f302ae103140c6b13d2469ddb8d3bd6 [2020-10-07T03:24:52.215Z] $ docker rm -f a0b04f6f5dcd9f477db94fbe923c72c57f302ae103140c6b13d2469ddb8d3bd6 [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-07T03:24:53.390Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-07T03:24:53.390Z] [2020-10-07T03:24:53.390Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:24:53.752Z] ---> 9cb4efc4571c [2020-10-07T03:24:53.752Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-10-07T03:24:53.752Z] Removing intermediate container cf161f36fcdd [2020-10-07T03:24:53.752Z] ---> ed006abc0163 [2020-10-07T03:24:53.752Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-10-07T03:24:53.752Z] ---> Running in 2445e414a425 [2020-10-07T03:24:53.752Z] ---> b74613650811 [2020-10-07T03:24:53.752Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-10-07T03:24:53.782Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-07T03:24:54.015Z] ---> fec4f312d416 [2020-10-07T03:24:54.015Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-10-07T03:24:54.055Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-10-07T03:24:54.055Z] 29e5d40040c1: Pulling fs layer [2020-10-07T03:24:54.055Z] 1ce36da41761: Pulling fs layer [2020-10-07T03:24:54.055Z] 25b303627fd3: Pulling fs layer [2020-10-07T03:24:54.055Z] 29e5d40040c1: Verifying Checksum [2020-10-07T03:24:54.055Z] 29e5d40040c1: Download complete [2020-10-07T03:24:54.280Z] ---> Running in 3901e46898d8 [2020-10-07T03:24:54.280Z] Removing intermediate container 3901e46898d8 [2020-10-07T03:24:54.280Z] ---> 4eff957d391a [2020-10-07T03:24:54.280Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-07T03:24:54.280Z] ---> Running in 1b4508665d9f [2020-10-07T03:24:54.546Z] Removing intermediate container 1b4508665d9f [2020-10-07T03:24:54.546Z] ---> 55781bf8de08 [2020-10-07T03:24:54.546Z] Step 21/23 : LABEL arch=x86_64 [2020-10-07T03:24:54.546Z] ---> Running in 6e1a694cdec6 [2020-10-07T03:24:54.655Z] 1ce36da41761: Verifying Checksum [2020-10-07T03:24:54.655Z] 1ce36da41761: Download complete [2020-10-07T03:24:54.655Z] 29e5d40040c1: Pull complete [2020-10-07T03:24:54.811Z] Removing intermediate container 6e1a694cdec6 [2020-10-07T03:24:54.811Z] ---> 61f460990342 [2020-10-07T03:24:54.811Z] Step 22/23 : LABEL git_sha=f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108 [2020-10-07T03:24:54.811Z] ---> Running in 829f31b66621 [2020-10-07T03:24:55.080Z] Removing intermediate container 829f31b66621 [2020-10-07T03:24:55.080Z] ---> b1733d2fc26f [2020-10-07T03:24:55.080Z] Step 23/23 : LABEL version=1.2.2-dev.52 [2020-10-07T03:24:55.080Z] ---> Running in 088857ab266e [2020-10-07T03:24:55.080Z] Collecting docker-compose==1.23.2 [2020-10-07T03:24:55.080Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-10-07T03:24:55.080Z] Removing intermediate container 088857ab266e [2020-10-07T03:24:55.080Z] ---> a1bd3224d361 [2020-10-07T03:24:55.080Z] [2020-10-07T03:24:55.346Z] Successfully built a1bd3224d361 [2020-10-07T03:24:55.346Z] Successfully tagged docker-core-data-go:latest [2020-10-07T03:24:55.346Z]  Building docker-core-data-go ... done Collecting docker<4.0,>=3.6.0 [2020-10-07T03:24:55.346Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-10-07T03:24:55.609Z] Collecting websocket-client<1.0,>=0.32.0 [2020-10-07T03:24:55.609Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-10-07T03:24:55.610Z] 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-07T03:24:55.873Z] Collecting cached-property<2,>=1.2.0 [2020-10-07T03:24:55.873Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-10-07T03:24:55.873Z] Collecting jsonschema<3,>=2.5.1 [2020-10-07T03:24:55.873Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-10-07T03:24:55.873Z] Collecting docopt<0.7,>=0.6.1 [2020-10-07T03:24:55.873Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-10-07T03:24:56.095Z] 1ce36da41761: Pull complete [2020-10-07T03:24:56.095Z] 25b303627fd3: Verifying Checksum [2020-10-07T03:24:56.095Z] 25b303627fd3: Download complete [2020-10-07T03:24:56.450Z] Collecting dockerpty<0.5,>=0.4.1 [2020-10-07T03:24:56.450Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-10-07T03:24:57.025Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-10-07T03:24:57.025Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-10-07T03:24:57.289Z] Collecting PyYAML<4,>=3.10 [2020-10-07T03:24:57.289Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-10-07T03:24:58.238Z] Collecting texttable<0.10,>=0.9.0 [2020-10-07T03:24:58.238Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-10-07T03:24:58.501Z] Collecting docker-pycreds>=0.4.0 [2020-10-07T03:24:58.502Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-10-07T03:24:58.502Z] 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-07T03:24:58.502Z] 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-07T03:24:58.764Z] Collecting urllib3<1.25,>=1.21.1 [2020-10-07T03:24:58.764Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-10-07T03:24:58.764Z] Collecting idna<2.8,>=2.5 [2020-10-07T03:24:58.764Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-10-07T03:24:58.764Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-10-07T03:24:58.764Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-10-07T03:24:58.764Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-10-07T03:24:58.764Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-10-07T03:24:59.028Z] Installing collected packages: docker-pycreds, urllib3, idna, requests, websocket-client, docker, cached-property, jsonschema, docopt, dockerpty, PyYAML, texttable, docker-compose [2020-10-07T03:24:59.028Z] Attempting uninstall: urllib3 [2020-10-07T03:24:59.028Z] Found existing installation: urllib3 1.25.9 [2020-10-07T03:24:59.028Z] Uninstalling urllib3-1.25.9: [2020-10-07T03:24:59.028Z] Successfully uninstalled urllib3-1.25.9 [2020-10-07T03:24:59.291Z] Attempting uninstall: idna [2020-10-07T03:24:59.291Z] Found existing installation: idna 2.9 [2020-10-07T03:24:59.291Z] Uninstalling idna-2.9: [2020-10-07T03:24:59.292Z] Successfully uninstalled idna-2.9 [2020-10-07T03:24:59.556Z] Attempting uninstall: requests [2020-10-07T03:24:59.556Z] Found existing installation: requests 2.23.0 [2020-10-07T03:24:59.556Z] Uninstalling requests-2.23.0: [2020-10-07T03:24:59.556Z] Successfully uninstalled requests-2.23.0 [2020-10-07T03:25:00.137Z] Running setup.py install for docopt: started [2020-10-07T03:25:00.401Z] Running setup.py install for docopt: finished with status 'done' [2020-10-07T03:25:00.401Z] Running setup.py install for dockerpty: started [2020-10-07T03:25:00.981Z] Running setup.py install for dockerpty: finished with status 'done' [2020-10-07T03:25:00.981Z] Running setup.py install for PyYAML: started [2020-10-07T03:25:01.559Z] Running setup.py install for PyYAML: finished with status 'done' [2020-10-07T03:25:01.559Z] Running setup.py install for texttable: started [2020-10-07T03:25:01.835Z] Running setup.py install for texttable: finished with status 'done' [2020-10-07T03:25:02.100Z] 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-07T03:25:06.257Z] 25b303627fd3: Pull complete [2020-10-07T03:25:06.257Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-10-07T03:25:06.257Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-07T03:25:06.257Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-10-07T03:25:06.339Z] Removing intermediate container 2445e414a425 [2020-10-07T03:25:06.339Z] ---> 4132cc3048d8 [2020-10-07T03:25:06.339Z] Step 22/27 : RUN apk --no-cache add curl [2020-10-07T03:25:06.339Z] ---> Running in 37ea0e75ed16 [2020-10-07T03:25:06.340Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-07T03:25:06.340Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-07T03:25:06.520Z] prd-ubuntu18.04-docker-arm64-4c-16g-3882 does not seem to be running inside a container [2020-10-07T03:25:06.603Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-10-07T03:25:06.603Z] (2/3) Installing libcurl (7.69.1-r1) [2020-10-07T03:25:06.603Z] (3/3) Installing curl (7.69.1-r1) [2020-10-07T03:25:06.603Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/167 -v /w/workspace/edgex-go/167:/w/workspace/edgex-go/167:rw,z -v /w/workspace/edgex-go/167@tmp:/w/workspace/edgex-go/167@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-07T03:25:06.868Z] Executing busybox-1.31.1-r16.trigger [2020-10-07T03:25:06.868Z] OK: 72 MiB in 58 packages [2020-10-07T03:25:07.132Z] Removing intermediate container 37ea0e75ed16 [2020-10-07T03:25:07.132Z] ---> 24bb7725e0ad [2020-10-07T03:25:07.132Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-10-07T03:25:07.396Z] ---> Running in affe364750dc [2020-10-07T03:25:07.396Z] Removing intermediate container affe364750dc [2020-10-07T03:25:07.396Z] ---> 65ec61c1f4ee [2020-10-07T03:25:07.396Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-07T03:25:07.661Z] ---> Running in e83bab22b999 [2020-10-07T03:25:07.661Z] Removing intermediate container e83bab22b999 [2020-10-07T03:25:07.661Z] ---> 20a56311a936 [2020-10-07T03:25:07.661Z] Step 25/27 : LABEL arch=x86_64 [2020-10-07T03:25:07.924Z] ---> Running in 15824745201a [2020-10-07T03:25:07.924Z] Removing intermediate container 15824745201a [2020-10-07T03:25:07.924Z] ---> 9cf492c3a0fd [2020-10-07T03:25:07.924Z] Step 26/27 : LABEL git_sha=f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108 [2020-10-07T03:25:08.189Z] ---> Running in 7b305b7accf0 [2020-10-07T03:25:08.189Z] Removing intermediate container 7b305b7accf0 [2020-10-07T03:25:08.189Z] ---> 35d9b4ae3e08 [2020-10-07T03:25:08.189Z] Step 27/27 : LABEL version=1.2.2-dev.52 [2020-10-07T03:25:08.189Z] ---> Running in d23ba4f9f4de [2020-10-07T03:25:08.453Z] Removing intermediate container d23ba4f9f4de [2020-10-07T03:25:08.453Z] ---> e6ae9f4ea2f2 [2020-10-07T03:25:08.453Z] [2020-10-07T03:25:08.453Z] Successfully built e6ae9f4ea2f2 [2020-10-07T03:25:08.453Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-10-07T03:25:09.043Z]  Building docker-sys-mgmt-agent-go ... done  [2020-10-07T03:25:10.131Z] $ docker top 0a1d5d6db78aa54195aab50fa3338c1838f6e3ad9cf1b5f6f68578b8bc9c2eeb -eo pid,comm [Pipeline] { [Pipeline] } [2020-10-07T03:25:10.546Z] $ docker stop --time=1 b40e2f5e71b6a78b44db24cde67c375538f1d85458ff9ba663180bfb74d43fac [2020-10-07T03:25:12.186Z] $ docker rm -f b40e2f5e71b6a78b44db24cde67c375538f1d85458ff9ba663180bfb74d43fac [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] sh [2020-10-07T03:25:12.659Z] + grep docker [2020-10-07T03:25:12.659Z] + docker images [2020-10-07T03:25:12.659Z] docker-sys-mgmt-agent-go latest e6ae9f4ea2f2 4 seconds ago 290MB [2020-10-07T03:25:12.659Z] docker-core-data-go latest a1bd3224d361 17 seconds ago 23.6MB [2020-10-07T03:25:12.659Z] docker-security-secretstore-setup-go latest fa77c44f24aa 33 seconds ago 32.4MB [2020-10-07T03:25:12.659Z] docker-core-command-go latest 06fba6f90527 43 seconds ago 12.2MB [2020-10-07T03:25:12.659Z] docker-support-scheduler-go latest 378923b79aa0 45 seconds ago 12.3MB [2020-10-07T03:25:12.659Z] docker-support-notifications-go latest a1d986dc0c5b 2 minutes ago 13.6MB [2020-10-07T03:25:12.659Z] docker-core-metadata-go latest 6bbd2d886627 2 minutes ago 14.2MB [2020-10-07T03:25:12.659Z] docker-support-logging-go latest bf99f411e2cc 2 minutes ago 11.1MB [2020-10-07T03:25:12.659Z] docker-security-proxy-setup-go latest 7d5cd6e01976 2 minutes ago 15.8MB [2020-10-07T03:25:12.659Z] docker-security-secrets-setup-go latest fa26b7fc9fb6 2 minutes ago 24MB [2020-10-07T03:25:12.659Z] 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-07T03:25:13.226Z] provisioning config files... [2020-10-07T03:25:13.279Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/167@tmp/config2762988441664451767tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-10-07T03:25:13.435Z] + docker-compose build --help [2020-10-07T03:25:13.435Z] + grep parallel [2020-10-07T03:25:13.717Z] ---> docker-login.sh [2020-10-07T03:25:13.717Z] nexus3.edgexfoundry.org:10001 [2020-10-07T03:25:13.717Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-07T03:25:13.717Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-07T03:25:13.717Z] Configure a credential helper to remove this warning. See [2020-10-07T03:25:13.717Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-07T03:25:13.717Z] [2020-10-07T03:25:13.717Z] Login Succeeded [2020-10-07T03:25:13.717Z] nexus3.edgexfoundry.org:10002 [2020-10-07T03:25:13.989Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-07T03:25:13.989Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-07T03:25:13.989Z] Configure a credential helper to remove this warning. See [2020-10-07T03:25:13.989Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-07T03:25:13.989Z] [2020-10-07T03:25:13.989Z] Login Succeeded [2020-10-07T03:25:13.989Z] nexus3.edgexfoundry.org:10003 [2020-10-07T03:25:14.276Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-07T03:25:14.276Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-07T03:25:14.276Z] Configure a credential helper to remove this warning. See [2020-10-07T03:25:14.276Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-07T03:25:14.276Z] [2020-10-07T03:25:14.276Z] Login Succeeded [2020-10-07T03:25:14.276Z] nexus3.edgexfoundry.org:10004 [2020-10-07T03:25:14.276Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-07T03:25:14.584Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-07T03:25:14.585Z] Configure a credential helper to remove this warning. See [2020-10-07T03:25:14.585Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-07T03:25:14.585Z] [2020-10-07T03:25:14.585Z] Login Succeeded [2020-10-07T03:25:14.585Z] docker.io [2020-10-07T03:25:14.585Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-07T03:25:14.876Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-07T03:25:14.876Z] Configure a credential helper to remove this warning. See [2020-10-07T03:25:14.876Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-07T03:25:14.876Z] [2020-10-07T03:25:14.876Z] Login Succeeded [2020-10-07T03:25:14.876Z] ---> docker-login.sh ends [Pipeline] } [2020-10-07T03:25:14.922Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-07T03:25:15.122Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2020-10-07T03:25:15.122Z] f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108 [2020-10-07T03:25:15.122Z] 1.2.2-dev.52 [2020-10-07T03:25:15.122Z] f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108-1.2.2-dev.52 [2020-10-07T03:25:15.122Z] master [2020-10-07T03:25:15.122Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:25:15.700Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108 [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:25:16.583Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108 [2020-10-07T03:25:16.583Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-10-07T03:25:16.583Z] f74e6ef285d8: Preparing [2020-10-07T03:25:16.583Z] e3716c128df9: Preparing [2020-10-07T03:25:16.583Z] 252a67bc458f: Preparing [2020-10-07T03:25:16.840Z] --parallel Build images in parallel. [2020-10-07T03:25:16.847Z] f74e6ef285d8: Pushed [2020-10-07T03:25:16.847Z] 252a67bc458f: Pushed [Pipeline] } [2020-10-07T03:25:17.139Z] $ docker stop --time=1 0a1d5d6db78aa54195aab50fa3338c1838f6e3ad9cf1b5f6f68578b8bc9c2eeb [2020-10-07T03:25:17.793Z] e3716c128df9: Pushed [2020-10-07T03:25:18.054Z] f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108: digest: sha256:b5261b797098d331228a10f6e713ec9252d93e6b40c1a4bd465a6a467f559a41 size: 943 [2020-10-07T03:25:19.059Z] $ docker rm -f 0a1d5d6db78aa54195aab50fa3338c1838f6e3ad9cf1b5f6f68578b8bc9c2eeb [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:25:19.763Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.52 [Pipeline] isUnix [Pipeline] sh [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:25:20.082Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.52 [2020-10-07T03:25:20.082Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-10-07T03:25:20.082Z] f74e6ef285d8: Preparing [2020-10-07T03:25:20.082Z] e3716c128df9: Preparing [2020-10-07T03:25:20.082Z] 252a67bc458f: Preparing [2020-10-07T03:25:20.082Z] 252a67bc458f: Layer already exists [2020-10-07T03:25:20.082Z] f74e6ef285d8: Layer already exists [2020-10-07T03:25:20.082Z] e3716c128df9: Layer already exists [2020-10-07T03:25:20.082Z] 1.2.2-dev.52: digest: sha256:b5261b797098d331228a10f6e713ec9252d93e6b40c1a4bd465a6a467f559a41 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:25:20.320Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-07T03:25:20.320Z] . [Pipeline] withDockerContainer [2020-10-07T03:25:20.427Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108-1.2.2-dev.52 [2020-10-07T03:25:20.591Z] prd-ubuntu18.04-docker-arm64-4c-16g-3882 does not seem to be running inside a container [2020-10-07T03:25:20.677Z] $ 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/167 -v /w/workspace/edgex-go/167:/w/workspace/edgex-go/167:rw,z -v /w/workspace/edgex-go/167@tmp:/w/workspace/edgex-go/167@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-07T03:25:22.473Z] $ docker top 7d7b00a306dc0043f7c3a362c4d8c7f38dff0a4501b5384b0d4f05d10cd17e11 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:25:23.176Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108-1.2.2-dev.52 [2020-10-07T03:25:23.176Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-10-07T03:25:23.176Z] f74e6ef285d8: Preparing [2020-10-07T03:25:23.176Z] e3716c128df9: Preparing [2020-10-07T03:25:23.176Z] 252a67bc458f: Preparing [2020-10-07T03:25:23.176Z] 252a67bc458f: Layer already exists [2020-10-07T03:25:23.176Z] f74e6ef285d8: Layer already exists [2020-10-07T03:25:23.176Z] e3716c128df9: Layer already exists [2020-10-07T03:25:23.176Z] f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108-1.2.2-dev.52: digest: sha256:b5261b797098d331228a10f6e713ec9252d93e6b40c1a4bd465a6a467f559a41 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:25:23.477Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-10-07T03:25:23.489Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:25:23.796Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2020-10-07T03:25:23.796Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-10-07T03:25:23.796Z] f74e6ef285d8: Preparing [2020-10-07T03:25:23.796Z] e3716c128df9: Preparing [2020-10-07T03:25:23.796Z] 252a67bc458f: Preparing [2020-10-07T03:25:23.796Z] e3716c128df9: Layer already exists [2020-10-07T03:25:23.796Z] f74e6ef285d8: Layer already exists [2020-10-07T03:25:23.796Z] 252a67bc458f: Layer already exists [2020-10-07T03:25:23.796Z] master: digest: sha256:b5261b797098d331228a10f6e713ec9252d93e6b40c1a4bd465a6a467f559a41 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-07T03:25:24.026Z] ===================================================== [Pipeline] echo [2020-10-07T03:25:24.075Z] taggedImages: [2020-10-07T03:25:24.075Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108 [2020-10-07T03:25:24.075Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.52 [2020-10-07T03:25:24.075Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108-1.2.2-dev.52 [2020-10-07T03:25:24.075Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2020-10-07T03:25:24.149Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2020-10-07T03:25:24.149Z] f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108 [2020-10-07T03:25:24.149Z] 1.2.2-dev.52 [2020-10-07T03:25:24.149Z] f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108-1.2.2-dev.52 [2020-10-07T03:25:24.149Z] master [2020-10-07T03:25:24.149Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:25:24.626Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108 [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:25:24.930Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108 [2020-10-07T03:25:24.930Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-10-07T03:25:24.930Z] 19108db2e94b: Preparing [2020-10-07T03:25:24.930Z] 941d6b009524: Preparing [2020-10-07T03:25:24.930Z] c469ea39daed: Preparing [2020-10-07T03:25:24.930Z] 28bdc9dc1006: Preparing [2020-10-07T03:25:24.930Z] e36dc05d76bc: Preparing [2020-10-07T03:25:24.930Z] 50644c29ef5a: Preparing [2020-10-07T03:25:24.930Z] 50644c29ef5a: Waiting [2020-10-07T03:25:25.191Z] c469ea39daed: Pushed [2020-10-07T03:25:25.191Z] e36dc05d76bc: Pushed [2020-10-07T03:25:25.191Z] 19108db2e94b: Pushed [2020-10-07T03:25:25.191Z] 50644c29ef5a: Layer already exists [2020-10-07T03:25:25.191Z] 28bdc9dc1006: Pushed [2020-10-07T03:25:26.576Z] 941d6b009524: Pushed [2020-10-07T03:25:26.867Z] Building docker-core-command-go ... [2020-10-07T03:25:26.867Z] Building docker-core-data-go ... [2020-10-07T03:25:26.867Z] Building docker-core-metadata-go ... [2020-10-07T03:25:26.867Z] Building docker-security-proxy-setup-go ... [2020-10-07T03:25:26.867Z] Building docker-security-secrets-setup-go ... [2020-10-07T03:25:26.867Z] Building docker-security-secretstore-setup-go ... [2020-10-07T03:25:26.867Z] Building docker-support-logging-go ... [2020-10-07T03:25:26.867Z] Building docker-support-notifications-go ... [2020-10-07T03:25:26.867Z] Building docker-support-scheduler-go ... [2020-10-07T03:25:26.867Z] Building docker-sys-mgmt-agent-go ... [2020-10-07T03:25:26.867Z] Building docker-support-logging-go [2020-10-07T03:25:26.867Z] Building docker-security-secrets-setup-go [2020-10-07T03:25:26.867Z] Building docker-core-command-go [2020-10-07T03:25:26.867Z] Building docker-core-data-go [2020-10-07T03:25:26.867Z] Building docker-support-scheduler-go [2020-10-07T03:25:27.963Z] f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108: digest: sha256:398496150239c2ae4641b67c8bed6f1d3f8f72303a9a35c37c2c539ca2a74975 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:25:28.275Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.52 [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:25:28.572Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.52 [2020-10-07T03:25:28.572Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-10-07T03:25:28.572Z] 19108db2e94b: Preparing [2020-10-07T03:25:28.572Z] 941d6b009524: Preparing [2020-10-07T03:25:28.572Z] c469ea39daed: Preparing [2020-10-07T03:25:28.572Z] 28bdc9dc1006: Preparing [2020-10-07T03:25:28.572Z] e36dc05d76bc: Preparing [2020-10-07T03:25:28.572Z] 50644c29ef5a: Preparing [2020-10-07T03:25:28.572Z] 50644c29ef5a: Waiting [2020-10-07T03:25:28.572Z] e36dc05d76bc: Layer already exists [2020-10-07T03:25:28.572Z] 28bdc9dc1006: Layer already exists [2020-10-07T03:25:28.572Z] c469ea39daed: Layer already exists [2020-10-07T03:25:28.572Z] 941d6b009524: Layer already exists [2020-10-07T03:25:28.572Z] 19108db2e94b: Layer already exists [2020-10-07T03:25:28.572Z] 50644c29ef5a: Layer already exists [2020-10-07T03:25:28.572Z] 1.2.2-dev.52: digest: sha256:398496150239c2ae4641b67c8bed6f1d3f8f72303a9a35c37c2c539ca2a74975 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:25:28.879Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108-1.2.2-dev.52 [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:25:29.181Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108-1.2.2-dev.52 [2020-10-07T03:25:29.181Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-10-07T03:25:29.181Z] 19108db2e94b: Preparing [2020-10-07T03:25:29.182Z] 941d6b009524: Preparing [2020-10-07T03:25:29.182Z] c469ea39daed: Preparing [2020-10-07T03:25:29.182Z] 28bdc9dc1006: Preparing [2020-10-07T03:25:29.182Z] e36dc05d76bc: Preparing [2020-10-07T03:25:29.182Z] 50644c29ef5a: Preparing [2020-10-07T03:25:29.182Z] 50644c29ef5a: Waiting [2020-10-07T03:25:29.182Z] 19108db2e94b: Layer already exists [2020-10-07T03:25:29.182Z] e36dc05d76bc: Layer already exists [2020-10-07T03:25:29.182Z] 28bdc9dc1006: Layer already exists [2020-10-07T03:25:29.182Z] 941d6b009524: Layer already exists [2020-10-07T03:25:29.182Z] c469ea39daed: Layer already exists [2020-10-07T03:25:29.182Z] 50644c29ef5a: Layer already exists [2020-10-07T03:25:29.182Z] f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108-1.2.2-dev.52: digest: sha256:398496150239c2ae4641b67c8bed6f1d3f8f72303a9a35c37c2c539ca2a74975 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:25:29.489Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:25:29.790Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2020-10-07T03:25:29.790Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-10-07T03:25:29.790Z] 19108db2e94b: Preparing [2020-10-07T03:25:29.790Z] 941d6b009524: Preparing [2020-10-07T03:25:29.790Z] c469ea39daed: Preparing [2020-10-07T03:25:29.790Z] 28bdc9dc1006: Preparing [2020-10-07T03:25:29.790Z] e36dc05d76bc: Preparing [2020-10-07T03:25:29.790Z] 50644c29ef5a: Preparing [2020-10-07T03:25:29.790Z] 50644c29ef5a: Waiting [2020-10-07T03:25:29.790Z] e36dc05d76bc: Layer already exists [2020-10-07T03:25:29.790Z] c469ea39daed: Layer already exists [2020-10-07T03:25:29.790Z] 28bdc9dc1006: Layer already exists [2020-10-07T03:25:29.790Z] 941d6b009524: Layer already exists [2020-10-07T03:25:29.790Z] 50644c29ef5a: Layer already exists [2020-10-07T03:25:29.790Z] 19108db2e94b: Layer already exists [2020-10-07T03:25:29.790Z] master: digest: sha256:398496150239c2ae4641b67c8bed6f1d3f8f72303a9a35c37c2c539ca2a74975 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-07T03:25:30.026Z] ===================================================== [Pipeline] echo [2020-10-07T03:25:30.082Z] taggedImages: [2020-10-07T03:25:30.082Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108 [2020-10-07T03:25:30.082Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.52 [2020-10-07T03:25:30.082Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108-1.2.2-dev.52 [2020-10-07T03:25:30.082Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2020-10-07T03:25:30.145Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2020-10-07T03:25:30.145Z] f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108 [2020-10-07T03:25:30.145Z] 1.2.2-dev.52 [2020-10-07T03:25:30.145Z] f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108-1.2.2-dev.52 [2020-10-07T03:25:30.145Z] master [2020-10-07T03:25:30.145Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:25:30.622Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108 [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:25:30.930Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108 [2020-10-07T03:25:30.930Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-10-07T03:25:30.930Z] 5e0094b758d0: Preparing [2020-10-07T03:25:30.930Z] 6602ebbdb4b0: Preparing [2020-10-07T03:25:30.930Z] fe3daac468a4: Preparing [2020-10-07T03:25:31.192Z] 5e0094b758d0: Pushed [2020-10-07T03:25:31.192Z] fe3daac468a4: Pushed [2020-10-07T03:25:32.582Z] 6602ebbdb4b0: Pushed [2020-10-07T03:25:32.582Z] f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108: digest: sha256:961006cf3209c8fa1c34e8ddbd0e1044d126ba37e184ca4f7774f8976f465668 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:25:32.892Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.52 [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:25:33.192Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.52 [2020-10-07T03:25:33.192Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-10-07T03:25:33.192Z] 5e0094b758d0: Preparing [2020-10-07T03:25:33.192Z] 6602ebbdb4b0: Preparing [2020-10-07T03:25:33.192Z] fe3daac468a4: Preparing [2020-10-07T03:25:33.192Z] 6602ebbdb4b0: Layer already exists [2020-10-07T03:25:33.192Z] fe3daac468a4: Layer already exists [2020-10-07T03:25:33.192Z] 5e0094b758d0: Layer already exists [2020-10-07T03:25:33.192Z] 1.2.2-dev.52: digest: sha256:961006cf3209c8fa1c34e8ddbd0e1044d126ba37e184ca4f7774f8976f465668 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:25:33.496Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108-1.2.2-dev.52 [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:25:33.800Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108-1.2.2-dev.52 [2020-10-07T03:25:33.800Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-10-07T03:25:33.800Z] 5e0094b758d0: Preparing [2020-10-07T03:25:33.800Z] 6602ebbdb4b0: Preparing [2020-10-07T03:25:33.800Z] fe3daac468a4: Preparing [2020-10-07T03:25:33.800Z] 5e0094b758d0: Layer already exists [2020-10-07T03:25:33.800Z] fe3daac468a4: Layer already exists [2020-10-07T03:25:33.800Z] 6602ebbdb4b0: Layer already exists [2020-10-07T03:25:33.800Z] f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108-1.2.2-dev.52: digest: sha256:961006cf3209c8fa1c34e8ddbd0e1044d126ba37e184ca4f7774f8976f465668 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:25:34.105Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:25:34.404Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2020-10-07T03:25:34.404Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-10-07T03:25:34.404Z] 5e0094b758d0: Preparing [2020-10-07T03:25:34.404Z] 6602ebbdb4b0: Preparing [2020-10-07T03:25:34.404Z] fe3daac468a4: Preparing [2020-10-07T03:25:34.404Z] fe3daac468a4: Layer already exists [2020-10-07T03:25:34.404Z] 5e0094b758d0: Layer already exists [2020-10-07T03:25:34.404Z] 6602ebbdb4b0: Layer already exists [2020-10-07T03:25:34.665Z] master: digest: sha256:961006cf3209c8fa1c34e8ddbd0e1044d126ba37e184ca4f7774f8976f465668 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-07T03:25:34.877Z] ===================================================== [Pipeline] echo [2020-10-07T03:25:34.943Z] taggedImages: [2020-10-07T03:25:34.943Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108 [2020-10-07T03:25:34.943Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.52 [2020-10-07T03:25:34.943Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108-1.2.2-dev.52 [2020-10-07T03:25:34.943Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2020-10-07T03:25:35.004Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2020-10-07T03:25:35.004Z] f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108 [2020-10-07T03:25:35.004Z] 1.2.2-dev.52 [2020-10-07T03:25:35.004Z] f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108-1.2.2-dev.52 [2020-10-07T03:25:35.004Z] master [2020-10-07T03:25:35.004Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:25:35.499Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108 [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:25:35.807Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108 [2020-10-07T03:25:35.808Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-10-07T03:25:35.808Z] 9706a62b29d6: Preparing [2020-10-07T03:25:35.808Z] 0dad60785277: Preparing [2020-10-07T03:25:35.808Z] 8b3ec9e34833: Preparing [2020-10-07T03:25:35.808Z] b0dd3bf79fa1: Preparing [2020-10-07T03:25:35.808Z] 50644c29ef5a: Preparing [2020-10-07T03:25:35.808Z] 50644c29ef5a: Layer already exists [2020-10-07T03:25:36.070Z] 8b3ec9e34833: Pushed [2020-10-07T03:25:36.070Z] 0dad60785277: Pushed [2020-10-07T03:25:36.335Z] b0dd3bf79fa1: Pushed [2020-10-07T03:25:36.934Z] 9706a62b29d6: Pushed [2020-10-07T03:25:37.207Z] f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108: digest: sha256:bba8010cca91bde892ce7294d22044638a949118fd70ab719bc3ec4f33b4dc56 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:25:37.549Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.52 [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:25:37.848Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.52 [2020-10-07T03:25:37.848Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-10-07T03:25:37.848Z] 9706a62b29d6: Preparing [2020-10-07T03:25:37.848Z] 0dad60785277: Preparing [2020-10-07T03:25:37.848Z] 8b3ec9e34833: Preparing [2020-10-07T03:25:37.848Z] b0dd3bf79fa1: Preparing [2020-10-07T03:25:37.848Z] 50644c29ef5a: Preparing [2020-10-07T03:25:37.848Z] b0dd3bf79fa1: Layer already exists [2020-10-07T03:25:37.848Z] 0dad60785277: Layer already exists [2020-10-07T03:25:37.848Z] 9706a62b29d6: Layer already exists [2020-10-07T03:25:37.848Z] 8b3ec9e34833: Layer already exists [2020-10-07T03:25:37.848Z] 50644c29ef5a: Layer already exists [2020-10-07T03:25:37.848Z] 1.2.2-dev.52: digest: sha256:bba8010cca91bde892ce7294d22044638a949118fd70ab719bc3ec4f33b4dc56 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:25:38.151Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108-1.2.2-dev.52 [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:25:38.450Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108-1.2.2-dev.52 [2020-10-07T03:25:38.450Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-10-07T03:25:38.450Z] 9706a62b29d6: Preparing [2020-10-07T03:25:38.450Z] 0dad60785277: Preparing [2020-10-07T03:25:38.450Z] 8b3ec9e34833: Preparing [2020-10-07T03:25:38.450Z] b0dd3bf79fa1: Preparing [2020-10-07T03:25:38.450Z] 50644c29ef5a: Preparing [2020-10-07T03:25:38.450Z] 9706a62b29d6: Layer already exists [2020-10-07T03:25:38.450Z] b0dd3bf79fa1: Layer already exists [2020-10-07T03:25:38.450Z] 0dad60785277: Layer already exists [2020-10-07T03:25:38.450Z] 8b3ec9e34833: Layer already exists [2020-10-07T03:25:38.450Z] 50644c29ef5a: Layer already exists [2020-10-07T03:25:38.450Z] f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108-1.2.2-dev.52: digest: sha256:bba8010cca91bde892ce7294d22044638a949118fd70ab719bc3ec4f33b4dc56 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:25:38.756Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:25:39.056Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2020-10-07T03:25:39.056Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-10-07T03:25:39.056Z] 9706a62b29d6: Preparing [2020-10-07T03:25:39.056Z] 0dad60785277: Preparing [2020-10-07T03:25:39.056Z] 8b3ec9e34833: Preparing [2020-10-07T03:25:39.056Z] b0dd3bf79fa1: Preparing [2020-10-07T03:25:39.056Z] 50644c29ef5a: Preparing [2020-10-07T03:25:39.056Z] b0dd3bf79fa1: Layer already exists [2020-10-07T03:25:39.056Z] 8b3ec9e34833: Layer already exists [2020-10-07T03:25:39.056Z] 0dad60785277: Layer already exists [2020-10-07T03:25:39.056Z] 9706a62b29d6: Layer already exists [2020-10-07T03:25:39.056Z] 50644c29ef5a: Layer already exists [2020-10-07T03:25:39.056Z] master: digest: sha256:bba8010cca91bde892ce7294d22044638a949118fd70ab719bc3ec4f33b4dc56 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-07T03:25:39.267Z] ===================================================== [Pipeline] echo [2020-10-07T03:25:39.313Z] taggedImages: [2020-10-07T03:25:39.313Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108 [2020-10-07T03:25:39.313Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.52 [2020-10-07T03:25:39.313Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108-1.2.2-dev.52 [2020-10-07T03:25:39.313Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo [2020-10-07T03:25:39.372Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go with the following tags: [2020-10-07T03:25:39.372Z] f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108 [2020-10-07T03:25:39.372Z] 1.2.2-dev.52 [2020-10-07T03:25:39.372Z] f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108-1.2.2-dev.52 [2020-10-07T03:25:39.372Z] master [2020-10-07T03:25:39.372Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:25:39.864Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108 [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:25:40.162Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108 [2020-10-07T03:25:40.162Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-10-07T03:25:40.162Z] dff21c2b4451: Preparing [2020-10-07T03:25:40.162Z] 157da7afed29: Preparing [2020-10-07T03:25:40.162Z] f185d4de6256: Preparing [2020-10-07T03:25:40.162Z] d7dec1c2b006: Preparing [2020-10-07T03:25:40.162Z] d7dec1c2b006: Preparing [2020-10-07T03:25:40.162Z] 8efe1732d2e4: Preparing [2020-10-07T03:25:40.162Z] 4111b4acd745: Preparing [2020-10-07T03:25:40.162Z] abede59b26a3: Preparing [2020-10-07T03:25:40.162Z] dff21c2b4451: Preparing [2020-10-07T03:25:40.162Z] d963ff1d6abf: Preparing [2020-10-07T03:25:40.162Z] 2c3caed4f176: Preparing [2020-10-07T03:25:40.162Z] 012723abda33: Preparing [2020-10-07T03:25:40.162Z] 50644c29ef5a: Preparing [2020-10-07T03:25:40.162Z] 4111b4acd745: Waiting [2020-10-07T03:25:40.162Z] 2c3caed4f176: Waiting [2020-10-07T03:25:40.162Z] abede59b26a3: Waiting [2020-10-07T03:25:40.162Z] d963ff1d6abf: Waiting [2020-10-07T03:25:40.162Z] 012723abda33: Waiting [2020-10-07T03:25:40.162Z] 50644c29ef5a: Waiting [2020-10-07T03:25:40.423Z] f185d4de6256: Pushed [2020-10-07T03:25:40.423Z] 157da7afed29: Pushed [2020-10-07T03:25:40.423Z] d7dec1c2b006: Pushed [2020-10-07T03:25:40.423Z] 8efe1732d2e4: Pushed [2020-10-07T03:25:40.685Z] 4111b4acd745: Pushed [2020-10-07T03:25:40.685Z] abede59b26a3: Pushed [2020-10-07T03:25:40.685Z] d963ff1d6abf: Pushed [2020-10-07T03:25:40.685Z] 2c3caed4f176: Pushed [2020-10-07T03:25:40.685Z] 50644c29ef5a: Layer already exists [2020-10-07T03:25:40.947Z] 012723abda33: Pushed [2020-10-07T03:25:41.208Z] dff21c2b4451: Pushed [2020-10-07T03:25:41.468Z] f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108: digest: sha256:1028e234a7e12f47e6214eb82a56819c9ef3dded589227d005d11038b0271310 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:25:42.037Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.52 [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:25:42.346Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.52 [2020-10-07T03:25:42.346Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-10-07T03:25:42.346Z] dff21c2b4451: Preparing [2020-10-07T03:25:42.346Z] 157da7afed29: Preparing [2020-10-07T03:25:42.346Z] f185d4de6256: Preparing [2020-10-07T03:25:42.346Z] d7dec1c2b006: Preparing [2020-10-07T03:25:42.346Z] d7dec1c2b006: Preparing [2020-10-07T03:25:42.346Z] 8efe1732d2e4: Preparing [2020-10-07T03:25:42.346Z] 4111b4acd745: Preparing [2020-10-07T03:25:42.346Z] abede59b26a3: Preparing [2020-10-07T03:25:42.346Z] dff21c2b4451: Preparing [2020-10-07T03:25:42.346Z] d963ff1d6abf: Preparing [2020-10-07T03:25:42.346Z] 2c3caed4f176: Preparing [2020-10-07T03:25:42.346Z] 012723abda33: Preparing [2020-10-07T03:25:42.346Z] 50644c29ef5a: Preparing [2020-10-07T03:25:42.346Z] 4111b4acd745: Waiting [2020-10-07T03:25:42.346Z] d963ff1d6abf: Waiting [2020-10-07T03:25:42.346Z] 2c3caed4f176: Waiting [2020-10-07T03:25:42.346Z] 012723abda33: Waiting [2020-10-07T03:25:42.346Z] 50644c29ef5a: Waiting [2020-10-07T03:25:42.346Z] abede59b26a3: Waiting [2020-10-07T03:25:42.346Z] 8efe1732d2e4: Layer already exists [2020-10-07T03:25:42.346Z] f185d4de6256: Layer already exists [2020-10-07T03:25:42.346Z] d7dec1c2b006: Layer already exists [2020-10-07T03:25:42.346Z] 157da7afed29: Layer already exists [2020-10-07T03:25:42.346Z] dff21c2b4451: Layer already exists [2020-10-07T03:25:42.346Z] abede59b26a3: Layer already exists [2020-10-07T03:25:42.346Z] 4111b4acd745: Layer already exists [2020-10-07T03:25:42.346Z] d963ff1d6abf: Layer already exists [2020-10-07T03:25:42.346Z] 2c3caed4f176: Layer already exists [2020-10-07T03:25:42.346Z] 012723abda33: Layer already exists [2020-10-07T03:25:42.346Z] 50644c29ef5a: Layer already exists [2020-10-07T03:25:42.346Z] 1.2.2-dev.52: digest: sha256:1028e234a7e12f47e6214eb82a56819c9ef3dded589227d005d11038b0271310 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:25:42.653Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108-1.2.2-dev.52 [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:25:42.952Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108-1.2.2-dev.52 [2020-10-07T03:25:42.953Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-10-07T03:25:42.953Z] dff21c2b4451: Preparing [2020-10-07T03:25:42.953Z] 157da7afed29: Preparing [2020-10-07T03:25:42.953Z] f185d4de6256: Preparing [2020-10-07T03:25:42.953Z] d7dec1c2b006: Preparing [2020-10-07T03:25:42.953Z] d7dec1c2b006: Preparing [2020-10-07T03:25:42.953Z] 8efe1732d2e4: Preparing [2020-10-07T03:25:42.953Z] 4111b4acd745: Preparing [2020-10-07T03:25:42.953Z] abede59b26a3: Preparing [2020-10-07T03:25:42.953Z] dff21c2b4451: Preparing [2020-10-07T03:25:42.953Z] d963ff1d6abf: Preparing [2020-10-07T03:25:42.953Z] 2c3caed4f176: Preparing [2020-10-07T03:25:42.953Z] 012723abda33: Preparing [2020-10-07T03:25:42.953Z] 50644c29ef5a: Preparing [2020-10-07T03:25:42.953Z] abede59b26a3: Waiting [2020-10-07T03:25:42.953Z] d963ff1d6abf: Waiting [2020-10-07T03:25:42.953Z] 2c3caed4f176: Waiting [2020-10-07T03:25:42.953Z] 012723abda33: Waiting [2020-10-07T03:25:42.953Z] 50644c29ef5a: Waiting [2020-10-07T03:25:42.953Z] 4111b4acd745: Waiting [2020-10-07T03:25:42.953Z] 8efe1732d2e4: Layer already exists [2020-10-07T03:25:42.953Z] dff21c2b4451: Layer already exists [2020-10-07T03:25:42.953Z] d7dec1c2b006: Layer already exists [2020-10-07T03:25:42.953Z] f185d4de6256: Layer already exists [2020-10-07T03:25:42.953Z] 157da7afed29: Layer already exists [2020-10-07T03:25:42.953Z] abede59b26a3: Layer already exists [2020-10-07T03:25:42.953Z] 2c3caed4f176: Layer already exists [2020-10-07T03:25:42.953Z] 4111b4acd745: Layer already exists [2020-10-07T03:25:42.953Z] d963ff1d6abf: Layer already exists [2020-10-07T03:25:42.953Z] 012723abda33: Layer already exists [2020-10-07T03:25:42.953Z] 50644c29ef5a: Layer already exists [2020-10-07T03:25:42.953Z] f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108-1.2.2-dev.52: digest: sha256:1028e234a7e12f47e6214eb82a56819c9ef3dded589227d005d11038b0271310 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:25:43.267Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:25:43.585Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [2020-10-07T03:25:43.585Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-10-07T03:25:43.585Z] dff21c2b4451: Preparing [2020-10-07T03:25:43.585Z] 157da7afed29: Preparing [2020-10-07T03:25:43.585Z] f185d4de6256: Preparing [2020-10-07T03:25:43.585Z] d7dec1c2b006: Preparing [2020-10-07T03:25:43.585Z] d7dec1c2b006: Preparing [2020-10-07T03:25:43.585Z] 8efe1732d2e4: Preparing [2020-10-07T03:25:43.585Z] 4111b4acd745: Preparing [2020-10-07T03:25:43.585Z] abede59b26a3: Preparing [2020-10-07T03:25:43.585Z] dff21c2b4451: Preparing [2020-10-07T03:25:43.585Z] d963ff1d6abf: Preparing [2020-10-07T03:25:43.585Z] 2c3caed4f176: Preparing [2020-10-07T03:25:43.585Z] 012723abda33: Preparing [2020-10-07T03:25:43.585Z] 50644c29ef5a: Preparing [2020-10-07T03:25:43.585Z] 4111b4acd745: Waiting [2020-10-07T03:25:43.585Z] abede59b26a3: Waiting [2020-10-07T03:25:43.585Z] d963ff1d6abf: Waiting [2020-10-07T03:25:43.585Z] 2c3caed4f176: Waiting [2020-10-07T03:25:43.585Z] 012723abda33: Waiting [2020-10-07T03:25:43.585Z] 50644c29ef5a: Waiting [2020-10-07T03:25:43.585Z] 157da7afed29: Layer already exists [2020-10-07T03:25:43.585Z] 8efe1732d2e4: Layer already exists [2020-10-07T03:25:43.585Z] dff21c2b4451: Layer already exists [2020-10-07T03:25:43.585Z] d7dec1c2b006: Layer already exists [2020-10-07T03:25:43.585Z] f185d4de6256: Layer already exists [2020-10-07T03:25:43.585Z] 4111b4acd745: Layer already exists [2020-10-07T03:25:43.585Z] abede59b26a3: Layer already exists [2020-10-07T03:25:43.585Z] d963ff1d6abf: Layer already exists [2020-10-07T03:25:43.585Z] 012723abda33: Layer already exists [2020-10-07T03:25:43.585Z] 2c3caed4f176: Layer already exists [2020-10-07T03:25:43.585Z] 50644c29ef5a: Layer already exists [2020-10-07T03:25:43.846Z] master: digest: sha256:1028e234a7e12f47e6214eb82a56819c9ef3dded589227d005d11038b0271310 size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-07T03:25:44.045Z] ===================================================== [Pipeline] echo [2020-10-07T03:25:44.095Z] taggedImages: [2020-10-07T03:25:44.095Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108 [2020-10-07T03:25:44.095Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.52 [2020-10-07T03:25:44.095Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108-1.2.2-dev.52 [2020-10-07T03:25:44.095Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] echo [2020-10-07T03:25:44.165Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2020-10-07T03:25:44.165Z] f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108 [2020-10-07T03:25:44.165Z] 1.2.2-dev.52 [2020-10-07T03:25:44.165Z] f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108-1.2.2-dev.52 [2020-10-07T03:25:44.165Z] master [2020-10-07T03:25:44.165Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:25:44.723Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108 [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:25:45.026Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108 [2020-10-07T03:25:45.026Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-10-07T03:25:45.026Z] 85e091ea9d63: Preparing [2020-10-07T03:25:45.026Z] 32516eae0a27: Preparing [2020-10-07T03:25:45.026Z] a1faf860f045: Preparing [2020-10-07T03:25:45.026Z] 32cc9d2c8ada: Preparing [2020-10-07T03:25:45.026Z] ccc8856448a9: Preparing [2020-10-07T03:25:45.026Z] adc08ebcdf12: Preparing [2020-10-07T03:25:45.026Z] d7707d5154b9: Preparing [2020-10-07T03:25:45.026Z] bee4064c4c59: Preparing [2020-10-07T03:25:45.026Z] f2db763551ac: Preparing [2020-10-07T03:25:45.026Z] 4ab632ac33dd: Preparing [2020-10-07T03:25:45.026Z] 1b3ee35aacca: Preparing [2020-10-07T03:25:45.026Z] adc08ebcdf12: Waiting [2020-10-07T03:25:45.026Z] bee4064c4c59: Waiting [2020-10-07T03:25:45.026Z] d7707d5154b9: Waiting [2020-10-07T03:25:45.026Z] f2db763551ac: Waiting [2020-10-07T03:25:45.026Z] 4ab632ac33dd: Waiting [2020-10-07T03:25:45.026Z] 1b3ee35aacca: Waiting [2020-10-07T03:25:45.291Z] 85e091ea9d63: Pushed [2020-10-07T03:25:45.291Z] 32516eae0a27: Pushed [2020-10-07T03:25:45.291Z] adc08ebcdf12: Pushed [2020-10-07T03:25:45.291Z] d7707d5154b9: Pushed [2020-10-07T03:25:45.557Z] bee4064c4c59: Pushed [2020-10-07T03:25:45.557Z] f2db763551ac: Pushed [2020-10-07T03:25:46.130Z] a1faf860f045: Pushed [2020-10-07T03:25:46.130Z] ccc8856448a9: Pushed [2020-10-07T03:25:46.130Z] 1b3ee35aacca: Layer already exists [2020-10-07T03:25:46.130Z] 32cc9d2c8ada: Pushed [2020-10-07T03:25:46.390Z] 4ab632ac33dd: Pushed [2020-10-07T03:25:46.651Z] f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108: digest: sha256:f177fcc35fb6672f4c9e9c62ff4fc1164bd9181f25524f113d333994fc085185 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:25:46.954Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.52 [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:25:47.253Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.52 [2020-10-07T03:25:47.253Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-10-07T03:25:47.253Z] 85e091ea9d63: Preparing [2020-10-07T03:25:47.253Z] 32516eae0a27: Preparing [2020-10-07T03:25:47.253Z] a1faf860f045: Preparing [2020-10-07T03:25:47.253Z] 32cc9d2c8ada: Preparing [2020-10-07T03:25:47.253Z] ccc8856448a9: Preparing [2020-10-07T03:25:47.253Z] adc08ebcdf12: Preparing [2020-10-07T03:25:47.253Z] d7707d5154b9: Preparing [2020-10-07T03:25:47.253Z] bee4064c4c59: Preparing [2020-10-07T03:25:47.253Z] f2db763551ac: Preparing [2020-10-07T03:25:47.253Z] 4ab632ac33dd: Preparing [2020-10-07T03:25:47.253Z] 1b3ee35aacca: Preparing [2020-10-07T03:25:47.253Z] 4ab632ac33dd: Waiting [2020-10-07T03:25:47.253Z] f2db763551ac: Waiting [2020-10-07T03:25:47.253Z] adc08ebcdf12: Waiting [2020-10-07T03:25:47.253Z] d7707d5154b9: Waiting [2020-10-07T03:25:47.253Z] 1b3ee35aacca: Waiting [2020-10-07T03:25:47.253Z] a1faf860f045: Layer already exists [2020-10-07T03:25:47.253Z] 32516eae0a27: Layer already exists [2020-10-07T03:25:47.253Z] 85e091ea9d63: Layer already exists [2020-10-07T03:25:47.253Z] 32cc9d2c8ada: Layer already exists [2020-10-07T03:25:47.253Z] ccc8856448a9: Layer already exists [2020-10-07T03:25:47.253Z] adc08ebcdf12: Layer already exists [2020-10-07T03:25:47.253Z] d7707d5154b9: Layer already exists [2020-10-07T03:25:47.253Z] bee4064c4c59: Layer already exists [2020-10-07T03:25:47.253Z] f2db763551ac: Layer already exists [2020-10-07T03:25:47.253Z] 4ab632ac33dd: Layer already exists [2020-10-07T03:25:47.253Z] 1b3ee35aacca: Layer already exists [2020-10-07T03:25:47.253Z] 1.2.2-dev.52: digest: sha256:f177fcc35fb6672f4c9e9c62ff4fc1164bd9181f25524f113d333994fc085185 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:25:47.557Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108-1.2.2-dev.52 [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:25:47.858Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108-1.2.2-dev.52 [2020-10-07T03:25:47.858Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-10-07T03:25:47.858Z] 85e091ea9d63: Preparing [2020-10-07T03:25:47.858Z] 32516eae0a27: Preparing [2020-10-07T03:25:47.858Z] a1faf860f045: Preparing [2020-10-07T03:25:47.858Z] 32cc9d2c8ada: Preparing [2020-10-07T03:25:47.858Z] ccc8856448a9: Preparing [2020-10-07T03:25:47.858Z] adc08ebcdf12: Preparing [2020-10-07T03:25:47.858Z] d7707d5154b9: Preparing [2020-10-07T03:25:47.858Z] bee4064c4c59: Preparing [2020-10-07T03:25:47.858Z] f2db763551ac: Preparing [2020-10-07T03:25:47.858Z] 4ab632ac33dd: Preparing [2020-10-07T03:25:47.858Z] 1b3ee35aacca: Preparing [2020-10-07T03:25:47.858Z] bee4064c4c59: Waiting [2020-10-07T03:25:47.858Z] f2db763551ac: Waiting [2020-10-07T03:25:47.858Z] 4ab632ac33dd: Waiting [2020-10-07T03:25:47.858Z] 1b3ee35aacca: Waiting [2020-10-07T03:25:47.858Z] adc08ebcdf12: Waiting [2020-10-07T03:25:47.858Z] d7707d5154b9: Waiting [2020-10-07T03:25:47.858Z] ccc8856448a9: Layer already exists [2020-10-07T03:25:47.858Z] 32516eae0a27: Layer already exists [2020-10-07T03:25:47.858Z] 32cc9d2c8ada: Layer already exists [2020-10-07T03:25:47.858Z] 85e091ea9d63: Layer already exists [2020-10-07T03:25:47.858Z] a1faf860f045: Layer already exists [2020-10-07T03:25:47.858Z] adc08ebcdf12: Layer already exists [2020-10-07T03:25:47.858Z] f2db763551ac: Layer already exists [2020-10-07T03:25:47.858Z] d7707d5154b9: Layer already exists [2020-10-07T03:25:47.858Z] 4ab632ac33dd: Layer already exists [2020-10-07T03:25:47.858Z] 1b3ee35aacca: Layer already exists [2020-10-07T03:25:47.858Z] bee4064c4c59: Layer already exists [2020-10-07T03:25:48.120Z] f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108-1.2.2-dev.52: digest: sha256:f177fcc35fb6672f4c9e9c62ff4fc1164bd9181f25524f113d333994fc085185 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:25:48.425Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:25:48.722Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2020-10-07T03:25:48.722Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-10-07T03:25:48.722Z] 85e091ea9d63: Preparing [2020-10-07T03:25:48.722Z] 32516eae0a27: Preparing [2020-10-07T03:25:48.722Z] a1faf860f045: Preparing [2020-10-07T03:25:48.723Z] 32cc9d2c8ada: Preparing [2020-10-07T03:25:48.723Z] ccc8856448a9: Preparing [2020-10-07T03:25:48.723Z] adc08ebcdf12: Preparing [2020-10-07T03:25:48.723Z] d7707d5154b9: Preparing [2020-10-07T03:25:48.723Z] bee4064c4c59: Preparing [2020-10-07T03:25:48.723Z] f2db763551ac: Preparing [2020-10-07T03:25:48.723Z] 4ab632ac33dd: Preparing [2020-10-07T03:25:48.723Z] 1b3ee35aacca: Preparing [2020-10-07T03:25:48.723Z] adc08ebcdf12: Waiting [2020-10-07T03:25:48.723Z] d7707d5154b9: Waiting [2020-10-07T03:25:48.723Z] bee4064c4c59: Waiting [2020-10-07T03:25:48.723Z] f2db763551ac: Waiting [2020-10-07T03:25:48.723Z] 4ab632ac33dd: Waiting [2020-10-07T03:25:48.723Z] 1b3ee35aacca: Waiting [2020-10-07T03:25:48.723Z] a1faf860f045: Layer already exists [2020-10-07T03:25:48.723Z] ccc8856448a9: Layer already exists [2020-10-07T03:25:48.723Z] 32516eae0a27: Layer already exists [2020-10-07T03:25:48.723Z] 85e091ea9d63: Layer already exists [2020-10-07T03:25:48.723Z] 32cc9d2c8ada: Layer already exists [2020-10-07T03:25:48.723Z] bee4064c4c59: Layer already exists [2020-10-07T03:25:48.723Z] adc08ebcdf12: Layer already exists [2020-10-07T03:25:48.723Z] d7707d5154b9: Layer already exists [2020-10-07T03:25:48.723Z] f2db763551ac: Layer already exists [2020-10-07T03:25:48.723Z] 4ab632ac33dd: Layer already exists [2020-10-07T03:25:48.723Z] 1b3ee35aacca: Layer already exists [2020-10-07T03:25:48.983Z] master: digest: sha256:f177fcc35fb6672f4c9e9c62ff4fc1164bd9181f25524f113d333994fc085185 size: 2616 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-07T03:25:49.251Z] ===================================================== [Pipeline] echo [2020-10-07T03:25:49.298Z] taggedImages: [2020-10-07T03:25:49.298Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108 [2020-10-07T03:25:49.298Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.52 [2020-10-07T03:25:49.298Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108-1.2.2-dev.52 [2020-10-07T03:25:49.298Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2020-10-07T03:25:49.362Z] [edgeXDocker.push] Tagging docker image docker-support-logging-go with the following tags: [2020-10-07T03:25:49.362Z] f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108 [2020-10-07T03:25:49.362Z] 1.2.2-dev.52 [2020-10-07T03:25:49.362Z] f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108-1.2.2-dev.52 [2020-10-07T03:25:49.362Z] master [2020-10-07T03:25:49.362Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:25:49.824Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108 [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:25:50.123Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108 [2020-10-07T03:25:50.123Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-10-07T03:25:50.123Z] f4b65608a2c8: Preparing [2020-10-07T03:25:50.123Z] 9e03d8c46cc6: Preparing [2020-10-07T03:25:50.123Z] 06b8ae48bbd9: Preparing [2020-10-07T03:25:50.123Z] 717fdf687e9d: Preparing [2020-10-07T03:25:50.123Z] f4b65608a2c8: Pushed [2020-10-07T03:25:50.386Z] 06b8ae48bbd9: Pushed [2020-10-07T03:25:50.386Z] 717fdf687e9d: Pushed [2020-10-07T03:25:51.328Z] 9e03d8c46cc6: Pushed [2020-10-07T03:25:51.328Z] f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108: digest: sha256:e8fd3cf75b1725380236eb40a11837d2751f3c6d1b0273fcb3a7e3d7d2550573 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:25:51.894Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.52 [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:25:52.194Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.52 [2020-10-07T03:25:52.194Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-10-07T03:25:52.194Z] f4b65608a2c8: Preparing [2020-10-07T03:25:52.194Z] 9e03d8c46cc6: Preparing [2020-10-07T03:25:52.194Z] 06b8ae48bbd9: Preparing [2020-10-07T03:25:52.194Z] 717fdf687e9d: Preparing [2020-10-07T03:25:52.194Z] f4b65608a2c8: Layer already exists [2020-10-07T03:25:52.194Z] 06b8ae48bbd9: Layer already exists [2020-10-07T03:25:52.194Z] 717fdf687e9d: Layer already exists [2020-10-07T03:25:52.194Z] 9e03d8c46cc6: Layer already exists [2020-10-07T03:25:52.194Z] 1.2.2-dev.52: digest: sha256:e8fd3cf75b1725380236eb40a11837d2751f3c6d1b0273fcb3a7e3d7d2550573 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:25:52.497Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108-1.2.2-dev.52 [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:25:52.796Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108-1.2.2-dev.52 [2020-10-07T03:25:52.796Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-10-07T03:25:52.796Z] f4b65608a2c8: Preparing [2020-10-07T03:25:52.796Z] 9e03d8c46cc6: Preparing [2020-10-07T03:25:52.796Z] 06b8ae48bbd9: Preparing [2020-10-07T03:25:52.796Z] 717fdf687e9d: Preparing [2020-10-07T03:25:52.796Z] f4b65608a2c8: Layer already exists [2020-10-07T03:25:52.796Z] 06b8ae48bbd9: Layer already exists [2020-10-07T03:25:52.796Z] 717fdf687e9d: Layer already exists [2020-10-07T03:25:52.796Z] 9e03d8c46cc6: Layer already exists [2020-10-07T03:25:52.796Z] f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108-1.2.2-dev.52: digest: sha256:e8fd3cf75b1725380236eb40a11837d2751f3c6d1b0273fcb3a7e3d7d2550573 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:25:53.100Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:25:53.475Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [2020-10-07T03:25:53.475Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-10-07T03:25:53.475Z] f4b65608a2c8: Preparing [2020-10-07T03:25:53.475Z] 9e03d8c46cc6: Preparing [2020-10-07T03:25:53.475Z] 06b8ae48bbd9: Preparing [2020-10-07T03:25:53.475Z] 717fdf687e9d: Preparing [2020-10-07T03:25:53.475Z] 06b8ae48bbd9: Layer already exists [2020-10-07T03:25:53.475Z] f4b65608a2c8: Layer already exists [2020-10-07T03:25:53.475Z] 9e03d8c46cc6: Layer already exists [2020-10-07T03:25:53.475Z] 717fdf687e9d: Layer already exists [2020-10-07T03:25:53.475Z] master: digest: sha256:e8fd3cf75b1725380236eb40a11837d2751f3c6d1b0273fcb3a7e3d7d2550573 size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-07T03:25:53.699Z] ===================================================== [Pipeline] echo [2020-10-07T03:25:53.762Z] taggedImages: [2020-10-07T03:25:53.763Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108 [2020-10-07T03:25:53.763Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.52 [2020-10-07T03:25:53.763Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108-1.2.2-dev.52 [2020-10-07T03:25:53.763Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] echo [2020-10-07T03:25:53.826Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2020-10-07T03:25:53.826Z] f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108 [2020-10-07T03:25:53.826Z] 1.2.2-dev.52 [2020-10-07T03:25:53.826Z] f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108-1.2.2-dev.52 [2020-10-07T03:25:53.826Z] master [2020-10-07T03:25:53.826Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:25:54.314Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108 [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:25:54.611Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108 [2020-10-07T03:25:54.611Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-10-07T03:25:54.611Z] 3204908a5b87: Preparing [2020-10-07T03:25:54.611Z] e974cd8409d6: Preparing [2020-10-07T03:25:54.611Z] d5a993d506c0: Preparing [2020-10-07T03:25:54.611Z] fd3bedede991: Preparing [2020-10-07T03:25:54.611Z] 3f4c22b3e746: Preparing [2020-10-07T03:25:54.611Z] 8ad1bfca0b4f: Preparing [2020-10-07T03:25:54.611Z] 8ad1bfca0b4f: Waiting [2020-10-07T03:25:54.874Z] d5a993d506c0: Pushed [2020-10-07T03:25:54.874Z] 3204908a5b87: Pushed [2020-10-07T03:25:54.874Z] fd3bedede991: Pushed [2020-10-07T03:25:54.874Z] 3f4c22b3e746: Pushed [2020-10-07T03:25:55.134Z] 8ad1bfca0b4f: Pushed [2020-10-07T03:25:56.080Z] e974cd8409d6: Pushed [2020-10-07T03:25:56.080Z] f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108: digest: sha256:ca9d3483465f21c114d3413e2c2b2240f4fce3eaec23fa1250d31bb005f02682 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:25:56.382Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.52 [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:25:56.675Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.52 [2020-10-07T03:25:56.675Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-10-07T03:25:56.675Z] 3204908a5b87: Preparing [2020-10-07T03:25:56.675Z] e974cd8409d6: Preparing [2020-10-07T03:25:56.675Z] d5a993d506c0: Preparing [2020-10-07T03:25:56.675Z] fd3bedede991: Preparing [2020-10-07T03:25:56.675Z] 3f4c22b3e746: Preparing [2020-10-07T03:25:56.675Z] 8ad1bfca0b4f: Preparing [2020-10-07T03:25:56.675Z] 3204908a5b87: Layer already exists [2020-10-07T03:25:56.675Z] d5a993d506c0: Layer already exists [2020-10-07T03:25:56.675Z] fd3bedede991: Layer already exists [2020-10-07T03:25:56.675Z] 3f4c22b3e746: Layer already exists [2020-10-07T03:25:56.675Z] e974cd8409d6: Layer already exists [2020-10-07T03:25:56.675Z] 8ad1bfca0b4f: Layer already exists [2020-10-07T03:25:56.675Z] 1.2.2-dev.52: digest: sha256:ca9d3483465f21c114d3413e2c2b2240f4fce3eaec23fa1250d31bb005f02682 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:25:56.976Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108-1.2.2-dev.52 [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:25:57.269Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108-1.2.2-dev.52 [2020-10-07T03:25:57.270Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-10-07T03:25:57.270Z] 3204908a5b87: Preparing [2020-10-07T03:25:57.270Z] e974cd8409d6: Preparing [2020-10-07T03:25:57.270Z] d5a993d506c0: Preparing [2020-10-07T03:25:57.270Z] fd3bedede991: Preparing [2020-10-07T03:25:57.270Z] 3f4c22b3e746: Preparing [2020-10-07T03:25:57.270Z] 8ad1bfca0b4f: Preparing [2020-10-07T03:25:57.270Z] 8ad1bfca0b4f: Waiting [2020-10-07T03:25:57.270Z] e974cd8409d6: Layer already exists [2020-10-07T03:25:57.270Z] 3204908a5b87: Layer already exists [2020-10-07T03:25:57.270Z] d5a993d506c0: Layer already exists [2020-10-07T03:25:57.270Z] fd3bedede991: Layer already exists [2020-10-07T03:25:57.270Z] 3f4c22b3e746: Layer already exists [2020-10-07T03:25:57.270Z] 8ad1bfca0b4f: Layer already exists [2020-10-07T03:25:57.270Z] f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108-1.2.2-dev.52: digest: sha256:ca9d3483465f21c114d3413e2c2b2240f4fce3eaec23fa1250d31bb005f02682 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:25:57.575Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:25:57.871Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2020-10-07T03:25:57.871Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-10-07T03:25:57.871Z] 3204908a5b87: Preparing [2020-10-07T03:25:57.871Z] e974cd8409d6: Preparing [2020-10-07T03:25:57.871Z] d5a993d506c0: Preparing [2020-10-07T03:25:57.871Z] fd3bedede991: Preparing [2020-10-07T03:25:57.871Z] 3f4c22b3e746: Preparing [2020-10-07T03:25:57.871Z] 8ad1bfca0b4f: Preparing [2020-10-07T03:25:57.871Z] 8ad1bfca0b4f: Waiting [2020-10-07T03:25:57.871Z] 3204908a5b87: Layer already exists [2020-10-07T03:25:57.871Z] e974cd8409d6: Layer already exists [2020-10-07T03:25:57.871Z] d5a993d506c0: Layer already exists [2020-10-07T03:25:57.871Z] fd3bedede991: Layer already exists [2020-10-07T03:25:57.871Z] 3f4c22b3e746: Layer already exists [2020-10-07T03:25:57.871Z] 8ad1bfca0b4f: Layer already exists [2020-10-07T03:25:57.871Z] master: digest: sha256:ca9d3483465f21c114d3413e2c2b2240f4fce3eaec23fa1250d31bb005f02682 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-07T03:25:58.048Z] ===================================================== [Pipeline] echo [2020-10-07T03:25:58.094Z] taggedImages: [2020-10-07T03:25:58.094Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108 [2020-10-07T03:25:58.094Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.52 [2020-10-07T03:25:58.094Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108-1.2.2-dev.52 [2020-10-07T03:25:58.094Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2020-10-07T03:25:58.152Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2020-10-07T03:25:58.152Z] f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108 [2020-10-07T03:25:58.152Z] 1.2.2-dev.52 [2020-10-07T03:25:58.152Z] f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108-1.2.2-dev.52 [2020-10-07T03:25:58.152Z] master [2020-10-07T03:25:58.152Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:25:58.619Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108 [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:25:58.915Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108 [2020-10-07T03:25:58.915Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-10-07T03:25:58.915Z] 0beec1c2a1b2: Preparing [2020-10-07T03:25:58.915Z] 7e899087bcfd: Preparing [2020-10-07T03:25:58.915Z] 05202aa3bce4: Preparing [2020-10-07T03:25:59.176Z] 05202aa3bce4: Pushed [2020-10-07T03:25:59.176Z] 0beec1c2a1b2: Pushed [2020-10-07T03:26:00.120Z] 7e899087bcfd: Pushed [2020-10-07T03:26:00.383Z] f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108: digest: sha256:e7330a2246be006c67ba021422acc08081d76adc444aa0dd25ee46f9dc29a6ef size: 944 [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:26:00.685Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.52 [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:26:00.984Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.52 [2020-10-07T03:26:00.984Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-10-07T03:26:00.984Z] 0beec1c2a1b2: Preparing [2020-10-07T03:26:00.984Z] 7e899087bcfd: Preparing [2020-10-07T03:26:00.984Z] 05202aa3bce4: Preparing [2020-10-07T03:26:00.984Z] 0beec1c2a1b2: Layer already exists [2020-10-07T03:26:00.984Z] 05202aa3bce4: Layer already exists [2020-10-07T03:26:00.984Z] 7e899087bcfd: Layer already exists [2020-10-07T03:26:00.984Z] 1.2.2-dev.52: digest: sha256:e7330a2246be006c67ba021422acc08081d76adc444aa0dd25ee46f9dc29a6ef size: 944 [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:26:01.283Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108-1.2.2-dev.52 [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:26:01.581Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108-1.2.2-dev.52 [2020-10-07T03:26:01.581Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-10-07T03:26:01.581Z] 0beec1c2a1b2: Preparing [2020-10-07T03:26:01.581Z] 7e899087bcfd: Preparing [2020-10-07T03:26:01.581Z] 05202aa3bce4: Preparing [2020-10-07T03:26:01.581Z] 05202aa3bce4: Layer already exists [2020-10-07T03:26:01.581Z] 7e899087bcfd: Layer already exists [2020-10-07T03:26:01.581Z] 0beec1c2a1b2: Layer already exists [2020-10-07T03:26:01.581Z] f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108-1.2.2-dev.52: digest: sha256:e7330a2246be006c67ba021422acc08081d76adc444aa0dd25ee46f9dc29a6ef size: 944 [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:26:01.890Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:26:02.223Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2020-10-07T03:26:02.224Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-10-07T03:26:02.224Z] 0beec1c2a1b2: Preparing [2020-10-07T03:26:02.224Z] 7e899087bcfd: Preparing [2020-10-07T03:26:02.224Z] 05202aa3bce4: Preparing [2020-10-07T03:26:02.224Z] 7e899087bcfd: Layer already exists [2020-10-07T03:26:02.224Z] 05202aa3bce4: Layer already exists [2020-10-07T03:26:02.224Z] 0beec1c2a1b2: Layer already exists [2020-10-07T03:26:02.485Z] master: digest: sha256:e7330a2246be006c67ba021422acc08081d76adc444aa0dd25ee46f9dc29a6ef size: 944 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-07T03:26:02.696Z] ===================================================== [Pipeline] echo [2020-10-07T03:26:02.742Z] taggedImages: [2020-10-07T03:26:02.742Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108 [2020-10-07T03:26:02.742Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.52 [2020-10-07T03:26:02.742Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108-1.2.2-dev.52 [2020-10-07T03:26:02.742Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2020-10-07T03:26:02.802Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2020-10-07T03:26:02.802Z] f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108 [2020-10-07T03:26:02.802Z] 1.2.2-dev.52 [2020-10-07T03:26:02.802Z] f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108-1.2.2-dev.52 [2020-10-07T03:26:02.802Z] master [2020-10-07T03:26:02.802Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:26:03.278Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108 [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:26:03.578Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108 [2020-10-07T03:26:03.578Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-10-07T03:26:03.578Z] d8a485a6e99e: Preparing [2020-10-07T03:26:03.578Z] 9ae9a9fb5a91: Preparing [2020-10-07T03:26:03.578Z] cf3a27b270e0: Preparing [2020-10-07T03:26:03.578Z] f8f1e53ba020: Preparing [2020-10-07T03:26:03.578Z] 1780808ad727: Preparing [2020-10-07T03:26:03.578Z] bd95eabdfb16: Preparing [2020-10-07T03:26:03.578Z] eada1b952196: Preparing [2020-10-07T03:26:03.578Z] 527eef706b20: Preparing [2020-10-07T03:26:03.578Z] 224742e9e948: Preparing [2020-10-07T03:26:03.578Z] 5391e5290f13: Preparing [2020-10-07T03:26:03.578Z] 13baed61c795: Preparing [2020-10-07T03:26:03.578Z] 51d6d3d09136: Preparing [2020-10-07T03:26:03.578Z] 1507bc794612: Preparing [2020-10-07T03:26:03.578Z] 50644c29ef5a: Preparing [2020-10-07T03:26:03.578Z] bd95eabdfb16: Waiting [2020-10-07T03:26:03.578Z] eada1b952196: Waiting [2020-10-07T03:26:03.578Z] 5391e5290f13: Waiting [2020-10-07T03:26:03.578Z] 13baed61c795: Waiting [2020-10-07T03:26:03.578Z] 51d6d3d09136: Waiting [2020-10-07T03:26:03.578Z] 1507bc794612: Waiting [2020-10-07T03:26:03.578Z] 50644c29ef5a: Waiting [2020-10-07T03:26:03.578Z] 224742e9e948: Waiting [2020-10-07T03:26:03.578Z] 527eef706b20: Waiting [2020-10-07T03:26:03.847Z] 1780808ad727: Pushed [2020-10-07T03:26:03.847Z] d8a485a6e99e: Pushed [2020-10-07T03:26:04.113Z] f8f1e53ba020: Pushed [2020-10-07T03:26:04.113Z] 527eef706b20: Layer already exists [2020-10-07T03:26:04.113Z] 224742e9e948: Layer already exists [2020-10-07T03:26:04.377Z] eada1b952196: Pushed [2020-10-07T03:26:04.377Z] 5391e5290f13: Layer already exists [2020-10-07T03:26:04.377Z] 13baed61c795: Layer already exists [2020-10-07T03:26:04.377Z] 51d6d3d09136: Layer already exists [2020-10-07T03:26:04.377Z] 50644c29ef5a: Layer already exists [2020-10-07T03:26:04.377Z] 1507bc794612: Layer already exists [2020-10-07T03:26:04.377Z] 9ae9a9fb5a91: Pushed [2020-10-07T03:26:04.952Z] bd95eabdfb16: Pushed [2020-10-07T03:26:08.263Z] cf3a27b270e0: Pushed [2020-10-07T03:26:08.837Z] f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108: digest: sha256:001a0e6b4e313efc667b2ec7055c72c646eb4eba3567efa8bffee35aa284eb43 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:26:09.149Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.52 [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:26:09.448Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.52 [2020-10-07T03:26:09.448Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-10-07T03:26:09.448Z] d8a485a6e99e: Preparing [2020-10-07T03:26:09.448Z] 9ae9a9fb5a91: Preparing [2020-10-07T03:26:09.448Z] cf3a27b270e0: Preparing [2020-10-07T03:26:09.448Z] f8f1e53ba020: Preparing [2020-10-07T03:26:09.448Z] 1780808ad727: Preparing [2020-10-07T03:26:09.448Z] bd95eabdfb16: Preparing [2020-10-07T03:26:09.448Z] eada1b952196: Preparing [2020-10-07T03:26:09.448Z] 527eef706b20: Preparing [2020-10-07T03:26:09.448Z] 224742e9e948: Preparing [2020-10-07T03:26:09.448Z] 5391e5290f13: Preparing [2020-10-07T03:26:09.448Z] 13baed61c795: Preparing [2020-10-07T03:26:09.448Z] 51d6d3d09136: Preparing [2020-10-07T03:26:09.448Z] 1507bc794612: Preparing [2020-10-07T03:26:09.448Z] 50644c29ef5a: Preparing [2020-10-07T03:26:09.448Z] bd95eabdfb16: Waiting [2020-10-07T03:26:09.448Z] eada1b952196: Waiting [2020-10-07T03:26:09.448Z] 527eef706b20: Waiting [2020-10-07T03:26:09.448Z] 224742e9e948: Waiting [2020-10-07T03:26:09.448Z] 5391e5290f13: Waiting [2020-10-07T03:26:09.448Z] 13baed61c795: Waiting [2020-10-07T03:26:09.448Z] 51d6d3d09136: Waiting [2020-10-07T03:26:09.448Z] 1507bc794612: Waiting [2020-10-07T03:26:09.448Z] 50644c29ef5a: Waiting [2020-10-07T03:26:09.448Z] 9ae9a9fb5a91: Layer already exists [2020-10-07T03:26:09.448Z] cf3a27b270e0: Layer already exists [2020-10-07T03:26:09.448Z] d8a485a6e99e: Layer already exists [2020-10-07T03:26:09.448Z] 1780808ad727: Layer already exists [2020-10-07T03:26:09.448Z] f8f1e53ba020: Layer already exists [2020-10-07T03:26:09.448Z] bd95eabdfb16: Layer already exists [2020-10-07T03:26:09.448Z] eada1b952196: Layer already exists [2020-10-07T03:26:09.448Z] 527eef706b20: Layer already exists [2020-10-07T03:26:09.448Z] 5391e5290f13: Layer already exists [2020-10-07T03:26:09.448Z] 224742e9e948: Layer already exists [2020-10-07T03:26:09.448Z] 13baed61c795: Layer already exists [2020-10-07T03:26:09.448Z] 1507bc794612: Layer already exists [2020-10-07T03:26:09.448Z] 51d6d3d09136: Layer already exists [2020-10-07T03:26:09.448Z] 50644c29ef5a: Layer already exists [2020-10-07T03:26:09.709Z] 1.2.2-dev.52: digest: sha256:001a0e6b4e313efc667b2ec7055c72c646eb4eba3567efa8bffee35aa284eb43 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:26:10.019Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108-1.2.2-dev.52 [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:26:10.314Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108-1.2.2-dev.52 [2020-10-07T03:26:10.314Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-10-07T03:26:10.314Z] d8a485a6e99e: Preparing [2020-10-07T03:26:10.314Z] 9ae9a9fb5a91: Preparing [2020-10-07T03:26:10.314Z] cf3a27b270e0: Preparing [2020-10-07T03:26:10.314Z] f8f1e53ba020: Preparing [2020-10-07T03:26:10.314Z] 1780808ad727: Preparing [2020-10-07T03:26:10.314Z] bd95eabdfb16: Preparing [2020-10-07T03:26:10.314Z] eada1b952196: Preparing [2020-10-07T03:26:10.314Z] 527eef706b20: Preparing [2020-10-07T03:26:10.314Z] 224742e9e948: Preparing [2020-10-07T03:26:10.314Z] 5391e5290f13: Preparing [2020-10-07T03:26:10.314Z] 13baed61c795: Preparing [2020-10-07T03:26:10.314Z] 51d6d3d09136: Preparing [2020-10-07T03:26:10.314Z] 1507bc794612: Preparing [2020-10-07T03:26:10.314Z] 50644c29ef5a: Preparing [2020-10-07T03:26:10.314Z] 5391e5290f13: Waiting [2020-10-07T03:26:10.314Z] 13baed61c795: Waiting [2020-10-07T03:26:10.314Z] bd95eabdfb16: Waiting [2020-10-07T03:26:10.314Z] 51d6d3d09136: Waiting [2020-10-07T03:26:10.314Z] 1507bc794612: Waiting [2020-10-07T03:26:10.314Z] 50644c29ef5a: Waiting [2020-10-07T03:26:10.314Z] 527eef706b20: Waiting [2020-10-07T03:26:10.314Z] eada1b952196: Waiting [2020-10-07T03:26:10.314Z] 224742e9e948: Waiting [2020-10-07T03:26:10.314Z] cf3a27b270e0: Layer already exists [2020-10-07T03:26:10.314Z] f8f1e53ba020: Layer already exists [2020-10-07T03:26:10.314Z] 1780808ad727: Layer already exists [2020-10-07T03:26:10.314Z] 9ae9a9fb5a91: Layer already exists [2020-10-07T03:26:10.314Z] d8a485a6e99e: Layer already exists [2020-10-07T03:26:10.314Z] bd95eabdfb16: Layer already exists [2020-10-07T03:26:10.314Z] eada1b952196: Layer already exists [2020-10-07T03:26:10.314Z] 527eef706b20: Layer already exists [2020-10-07T03:26:10.314Z] 224742e9e948: Layer already exists [2020-10-07T03:26:10.314Z] 5391e5290f13: Layer already exists [2020-10-07T03:26:10.314Z] 13baed61c795: Layer already exists [2020-10-07T03:26:10.314Z] 51d6d3d09136: Layer already exists [2020-10-07T03:26:10.314Z] 1507bc794612: Layer already exists [2020-10-07T03:26:10.314Z] 50644c29ef5a: Layer already exists [2020-10-07T03:26:10.575Z] f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108-1.2.2-dev.52: digest: sha256:001a0e6b4e313efc667b2ec7055c72c646eb4eba3567efa8bffee35aa284eb43 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:26:10.885Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:26:11.184Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2020-10-07T03:26:11.184Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-10-07T03:26:11.184Z] d8a485a6e99e: Preparing [2020-10-07T03:26:11.184Z] 9ae9a9fb5a91: Preparing [2020-10-07T03:26:11.184Z] cf3a27b270e0: Preparing [2020-10-07T03:26:11.184Z] f8f1e53ba020: Preparing [2020-10-07T03:26:11.184Z] 1780808ad727: Preparing [2020-10-07T03:26:11.184Z] bd95eabdfb16: Preparing [2020-10-07T03:26:11.184Z] eada1b952196: Preparing [2020-10-07T03:26:11.184Z] 527eef706b20: Preparing [2020-10-07T03:26:11.184Z] 224742e9e948: Preparing [2020-10-07T03:26:11.184Z] 5391e5290f13: Preparing [2020-10-07T03:26:11.184Z] 13baed61c795: Preparing [2020-10-07T03:26:11.184Z] 51d6d3d09136: Preparing [2020-10-07T03:26:11.184Z] 1507bc794612: Preparing [2020-10-07T03:26:11.184Z] 50644c29ef5a: Preparing [2020-10-07T03:26:11.184Z] bd95eabdfb16: Waiting [2020-10-07T03:26:11.184Z] eada1b952196: Waiting [2020-10-07T03:26:11.184Z] 527eef706b20: Waiting [2020-10-07T03:26:11.184Z] 224742e9e948: Waiting [2020-10-07T03:26:11.184Z] 5391e5290f13: Waiting [2020-10-07T03:26:11.185Z] 13baed61c795: Waiting [2020-10-07T03:26:11.185Z] 51d6d3d09136: Waiting [2020-10-07T03:26:11.185Z] 1507bc794612: Waiting [2020-10-07T03:26:11.185Z] 50644c29ef5a: Waiting [2020-10-07T03:26:11.185Z] d8a485a6e99e: Layer already exists [2020-10-07T03:26:11.185Z] f8f1e53ba020: Layer already exists [2020-10-07T03:26:11.185Z] 9ae9a9fb5a91: Layer already exists [2020-10-07T03:26:11.185Z] 1780808ad727: Layer already exists [2020-10-07T03:26:11.185Z] cf3a27b270e0: Layer already exists [2020-10-07T03:26:11.185Z] eada1b952196: Layer already exists [2020-10-07T03:26:11.185Z] bd95eabdfb16: Layer already exists [2020-10-07T03:26:11.185Z] 527eef706b20: Layer already exists [2020-10-07T03:26:11.185Z] 5391e5290f13: Layer already exists [2020-10-07T03:26:11.185Z] 224742e9e948: Layer already exists [2020-10-07T03:26:11.185Z] 13baed61c795: Layer already exists [2020-10-07T03:26:11.185Z] 51d6d3d09136: Layer already exists [2020-10-07T03:26:11.185Z] 50644c29ef5a: Layer already exists [2020-10-07T03:26:11.185Z] 1507bc794612: Layer already exists [2020-10-07T03:26:11.185Z] master: digest: sha256:001a0e6b4e313efc667b2ec7055c72c646eb4eba3567efa8bffee35aa284eb43 size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-07T03:26:11.364Z] ===================================================== [Pipeline] echo [2020-10-07T03:26:11.411Z] taggedImages: [2020-10-07T03:26:11.411Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108 [2020-10-07T03:26:11.411Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.52 [2020-10-07T03:26:11.411Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108-1.2.2-dev.52 [2020-10-07T03:26:11.411Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-10-07T03:26:48.683Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-07T03:26:48.683Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-10-07T03:26:48.683Z] ---> 57ab8f1c4bbb [2020-10-07T03:26:48.683Z] Step 3/29 : WORKDIR /edgex-go [2020-10-07T03:26:48.683Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-07T03:26:48.683Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-07T03:26:48.683Z] ---> 57ab8f1c4bbb [2020-10-07T03:26:48.683Z] Step 3/22 : WORKDIR /edgex-go [2020-10-07T03:26:48.683Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-07T03:26:48.683Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-10-07T03:26:48.683Z] ---> 57ab8f1c4bbb [2020-10-07T03:26:48.683Z] Step 3/23 : WORKDIR /edgex-go [2020-10-07T03:26:48.683Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-07T03:26:48.683Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-10-07T03:26:48.683Z] ---> 57ab8f1c4bbb [2020-10-07T03:26:48.683Z] Step 3/21 : WORKDIR /edgex-go [2020-10-07T03:26:48.683Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-07T03:26:48.683Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-07T03:26:48.683Z] ---> 57ab8f1c4bbb [2020-10-07T03:26:48.683Z] Step 3/22 : WORKDIR /edgex-go [2020-10-07T03:26:48.683Z] ---> Running in 67e462e69fd9 [2020-10-07T03:26:48.683Z] ---> Running in adc1ea8d848a [2020-10-07T03:26:48.683Z] ---> Running in 29c23625610c [2020-10-07T03:26:48.683Z] ---> Running in b5bcd86dbdae [2020-10-07T03:26:48.683Z] ---> Running in 7f5782b91ebf [2020-10-07T03:26:49.283Z] Removing intermediate container 29c23625610c [2020-10-07T03:26:49.283Z] Removing intermediate container b5bcd86dbdae [2020-10-07T03:26:49.283Z] ---> 4cd1a21272ba [2020-10-07T03:26:49.283Z] ---> c34cf708ef50 [2020-10-07T03:26:49.283Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesStep 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-07T03:26:49.283Z] [2020-10-07T03:26:49.562Z] Removing intermediate container 67e462e69fd9 [2020-10-07T03:26:49.562Z] ---> 621ce44ee476 [2020-10-07T03:26:49.562Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-07T03:26:49.562Z] Removing intermediate container adc1ea8d848a [2020-10-07T03:26:49.562Z] ---> 78e282e36132 [2020-10-07T03:26:49.562Z] Step 4/29 : RUN apk update && apk add make git [2020-10-07T03:26:49.562Z] Removing intermediate container 7f5782b91ebf [2020-10-07T03:26:49.562Z] ---> 4ab1520f10c8 [2020-10-07T03:26:49.562Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-07T03:26:49.562Z] ---> Running in f74639cacb92 [2020-10-07T03:26:49.562Z] ---> Running in 389c0dad1099 [2020-10-07T03:26:49.841Z] ---> Running in 400c68a64ea8 [2020-10-07T03:26:49.841Z] ---> Running in 88eb9c9addff [2020-10-07T03:26:49.841Z] ---> Running in 92505a0a56db [2020-10-07T03:26:53.247Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-07T03:26:53.871Z] Removing intermediate container f74639cacb92 [2020-10-07T03:26:53.871Z] ---> 41d263f8d2e0 [2020-10-07T03:26:53.871Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-10-07T03:26:53.871Z] ---> Running in e0c4613ca6ea [2020-10-07T03:26:54.142Z] Removing intermediate container 389c0dad1099 [2020-10-07T03:26:54.142Z] ---> 2feb49ba7711 [2020-10-07T03:26:54.142Z] Step 5/21 : RUN apk update && apk add make git [2020-10-07T03:26:54.419Z] Removing intermediate container 400c68a64ea8 [2020-10-07T03:26:54.419Z] ---> ec156cfa73e9 [2020-10-07T03:26:54.419Z] Step 5/22 : RUN apk update && apk add make git [2020-10-07T03:26:54.419Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-07T03:26:54.419Z] ---> Running in 0aca38e4dd96 [2020-10-07T03:26:54.419Z] Removing intermediate container 88eb9c9addff [2020-10-07T03:26:54.419Z] ---> 2701f6e0f0e0 [2020-10-07T03:26:54.419Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-10-07T03:26:54.698Z] ---> Running in 1f49b4355ae2 [2020-10-07T03:26:54.975Z] ---> Running in 4d27a7f2432d [2020-10-07T03:26:55.970Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-07T03:26:56.578Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-07T03:26:56.857Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-07T03:26:56.857Z] v3.12.0-371-g35e7793b77 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-07T03:26:56.857Z] v3.12.0-368-g087e7176b9 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-07T03:26:56.857Z] OK: 12623 distinct packages available [2020-10-07T03:26:56.857Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-07T03:26:57.449Z] OK: 217 MiB in 51 packages [2020-10-07T03:26:58.041Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-07T03:26:58.314Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-07T03:26:58.584Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-07T03:26:58.584Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-07T03:26:58.584Z] Removing intermediate container 92505a0a56db [2020-10-07T03:26:58.584Z] ---> 6973d182ac5f [2020-10-07T03:26:58.584Z] Step 5/29 : COPY go.mod . [2020-10-07T03:26:59.568Z] ---> b07702d6716f [2020-10-07T03:26:59.568Z] Step 6/29 : RUN go mod download [2020-10-07T03:26:59.568Z] ---> Running in 90875c7e782d [2020-10-07T03:27:00.166Z] v3.12.0-371-g35e7793b77 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-07T03:27:00.166Z] v3.12.0-368-g087e7176b9 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-07T03:27:00.166Z] OK: 12623 distinct packages available [2020-10-07T03:27:00.764Z] OK: 217 MiB in 51 packages [2020-10-07T03:27:01.373Z] v3.12.0-371-g35e7793b77 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-07T03:27:01.373Z] v3.12.0-368-g087e7176b9 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-07T03:27:01.373Z] OK: 12623 distinct packages available [2020-10-07T03:27:01.373Z] v3.12.0-371-g35e7793b77 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-07T03:27:01.373Z] v3.12.0-368-g087e7176b9 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-07T03:27:01.373Z] OK: 12623 distinct packages available [2020-10-07T03:27:01.661Z] v3.12.0-371-g35e7793b77 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-07T03:27:01.661Z] v3.12.0-368-g087e7176b9 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-07T03:27:01.661Z] OK: 12623 distinct packages available [2020-10-07T03:27:02.268Z] OK: 217 MiB in 51 packages [2020-10-07T03:27:02.268Z] OK: 217 MiB in 51 packages [2020-10-07T03:27:02.549Z] Removing intermediate container 4d27a7f2432d [2020-10-07T03:27:02.549Z] ---> da7ea501869a [2020-10-07T03:27:02.549Z] Step 6/23 : COPY go.mod . [2020-10-07T03:27:02.825Z] OK: 217 MiB in 51 packages [2020-10-07T03:27:02.825Z] OK: 217 MiB in 51 packages [2020-10-07T03:27:03.816Z] ---> 140efbbf218e [2020-10-07T03:27:03.816Z] Step 7/23 : RUN go mod download [2020-10-07T03:27:04.094Z] ---> Running in c25f2fc96a69 [2020-10-07T03:27:04.372Z] Removing intermediate container 90875c7e782d [2020-10-07T03:27:04.372Z] ---> fae7b3cbf426 [2020-10-07T03:27:04.372Z] Step 7/29 : COPY . . [2020-10-07T03:27:04.650Z] Removing intermediate container 0aca38e4dd96 [2020-10-07T03:27:04.650Z] ---> 670deb31a178 [2020-10-07T03:27:04.650Z] Step 6/21 : COPY go.mod . [2020-10-07T03:27:04.930Z] Removing intermediate container 1f49b4355ae2 [2020-10-07T03:27:04.930Z] ---> fda261610697 [2020-10-07T03:27:04.930Z] Step 6/22 : COPY go.mod . [2020-10-07T03:27:04.930Z] Removing intermediate container e0c4613ca6ea [2020-10-07T03:27:04.930Z] ---> b2a41ee9b4ff [2020-10-07T03:27:04.930Z] Step 6/22 : COPY go.mod . [2020-10-07T03:27:05.923Z] ---> 6090eae80915 [2020-10-07T03:27:05.923Z] Step 7/21 : RUN go mod download [2020-10-07T03:27:06.220Z] ---> Running in 43eb51379f1c [2020-10-07T03:27:06.495Z] ---> 7cf94798c324 [2020-10-07T03:27:06.495Z] Step 7/22 : RUN go mod download [2020-10-07T03:27:06.495Z] ---> d2ad0db9233e [2020-10-07T03:27:06.495Z] Step 7/22 : RUN go mod download [2020-10-07T03:27:06.773Z] ---> Running in 71c4c336b11c [2020-10-07T03:27:06.773Z] ---> Running in e7f1351cf396 [2020-10-07T03:27:08.756Z] Removing intermediate container c25f2fc96a69 [2020-10-07T03:27:08.756Z] ---> 6c26c6e3ec72 [2020-10-07T03:27:08.756Z] Step 8/23 : COPY . . [2020-10-07T03:27:12.158Z] Removing intermediate container 43eb51379f1c [2020-10-07T03:27:12.158Z] ---> 7ea79a93d623 [2020-10-07T03:27:12.158Z] Step 8/21 : COPY . . [2020-10-07T03:27:12.435Z] Removing intermediate container 71c4c336b11c [2020-10-07T03:27:12.435Z] ---> e998d506ebb3 [2020-10-07T03:27:12.435Z] Step 8/22 : COPY . . [2020-10-07T03:27:13.041Z] Removing intermediate container e7f1351cf396 [2020-10-07T03:27:13.041Z] ---> 467d9ff58aef [2020-10-07T03:27:13.041Z] Step 8/22 : COPY . . [2020-10-07T03:27:35.254Z] ---> 2bd1cdc955dd [2020-10-07T03:27:35.254Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-10-07T03:27:35.254Z] ---> 3ffe4042b2e6 [2020-10-07T03:27:35.254Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-10-07T03:27:35.254Z] ---> dc0f6df7d506 [2020-10-07T03:27:35.254Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-10-07T03:27:35.254Z] ---> c449c6b3564a [2020-10-07T03:27:35.254Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-10-07T03:27:35.254Z] ---> b4d601e1bef7 [2020-10-07T03:27:35.254Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-10-07T03:27:35.254Z] ---> Running in 90c66e21b908 [2020-10-07T03:27:35.254Z] ---> Running in 36d2d9ddcf79 [2020-10-07T03:27:35.254Z] ---> Running in 28476b5fbeaa [2020-10-07T03:27:35.254Z] ---> Running in 4e2ad57fb993 [2020-10-07T03:27:35.254Z] ---> Running in bb5d4c94b2b1 [2020-10-07T03:27:35.538Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.52" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-10-07T03:27:35.538Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.52" -o cmd/core-data/core-data ./cmd/core-data [2020-10-07T03:27:35.818Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.52" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-10-07T03:27:36.095Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.52" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-10-07T03:27:36.095Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.52" -o cmd/core-command/core-command ./cmd/core-command [2020-10-07T03:28:57.937Z] Removing intermediate container 90c66e21b908 [2020-10-07T03:28:57.937Z] ---> 7517df510e25 [2020-10-07T03:28:57.937Z] [2020-10-07T03:28:57.937Z] Step 9/29 : FROM alpine:latest [2020-10-07T03:28:57.937Z] latest: Pulling from library/alpine [2020-10-07T03:28:57.937Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-10-07T03:28:57.937Z] Status: Downloaded newer image for alpine:latest [2020-10-07T03:28:57.937Z] ---> 62ee0e9f8440 [2020-10-07T03:28:57.937Z] 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-07T03:28:57.937Z] ---> Running in 0d21cb36ae4c [2020-10-07T03:28:58.217Z] Removing intermediate container 0d21cb36ae4c [2020-10-07T03:28:58.217Z] ---> 60b8921e78c5 [2020-10-07T03:28:58.217Z] Step 11/29 : USER root [2020-10-07T03:28:58.496Z] ---> Running in ce1bdd2e1e29 [2020-10-07T03:28:59.106Z] Removing intermediate container ce1bdd2e1e29 [2020-10-07T03:28:59.106Z] ---> 02b82d911ac6 [2020-10-07T03:28:59.106Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-10-07T03:28:59.387Z] ---> Running in 4786dec82027 [2020-10-07T03:29:02.034Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-07T03:29:02.310Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-07T03:29:02.911Z] v3.12.0-371-g35e7793b77 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-07T03:29:02.911Z] v3.12.0-368-g087e7176b9 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-07T03:29:02.911Z] OK: 12621 distinct packages available [2020-10-07T03:29:03.899Z] (1/2) Installing ca-certificates (20191127-r4) [2020-10-07T03:29:03.899Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-10-07T03:29:03.899Z] Executing busybox-1.31.1-r16.trigger [2020-10-07T03:29:03.899Z] Executing ca-certificates-20191127-r4.trigger [2020-10-07T03:29:04.176Z] OK: 6 MiB in 16 packages [2020-10-07T03:29:06.833Z] Removing intermediate container 4786dec82027 [2020-10-07T03:29:06.833Z] ---> 7938ee490989 [2020-10-07T03:29:06.833Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-10-07T03:29:06.833Z] ---> Running in 921f94a68443 [2020-10-07T03:29:07.436Z] Removing intermediate container 921f94a68443 [2020-10-07T03:29:07.436Z] ---> 04703a11ed20 [2020-10-07T03:29:07.436Z] Step 14/29 : WORKDIR $BASE_DIR [2020-10-07T03:29:07.436Z] ---> Running in 327ea4621fb3 [2020-10-07T03:29:08.432Z] Removing intermediate container 327ea4621fb3 [2020-10-07T03:29:08.432Z] ---> 4215146aa3fa [2020-10-07T03:29:08.432Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-10-07T03:29:08.715Z] ---> Running in d841a1fd0159 [2020-10-07T03:29:14.148Z] Removing intermediate container d841a1fd0159 [2020-10-07T03:29:14.148Z] ---> 9943e8fd58ce [2020-10-07T03:29:14.148Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-10-07T03:29:15.599Z] Removing intermediate container 28476b5fbeaa [2020-10-07T03:29:15.599Z] ---> 616067aeebd1 [2020-10-07T03:29:15.599Z] [2020-10-07T03:29:15.599Z] Step 10/22 : FROM scratch [2020-10-07T03:29:15.599Z] ---> [2020-10-07T03:29:15.599Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-07T03:29:15.893Z] ---> Running in 9a959755fc61 [2020-10-07T03:29:16.173Z] ---> 6f2fd5babee3 [2020-10-07T03:29:16.173Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-10-07T03:29:16.797Z] Removing intermediate container 9a959755fc61 [2020-10-07T03:29:16.797Z] ---> 7c48d3e74a19 [2020-10-07T03:29:16.797Z] Step 12/22 : ENV APP_PORT=48061 [2020-10-07T03:29:16.797Z] ---> Running in 637fea487acd [2020-10-07T03:29:17.796Z] Removing intermediate container 637fea487acd [2020-10-07T03:29:17.796Z] ---> 40aaa3ea5cfb [2020-10-07T03:29:17.796Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-07T03:29:17.796Z] ---> f12787594776 [2020-10-07T03:29:17.796Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-10-07T03:29:17.796Z] ---> Running in e5a1639a52fb [2020-10-07T03:29:18.783Z] Removing intermediate container e5a1639a52fb [2020-10-07T03:29:18.783Z] ---> ee863e864186 [2020-10-07T03:29:18.783Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-10-07T03:29:19.063Z] ---> 98ee0d58aed8 [2020-10-07T03:29:19.063Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-10-07T03:29:20.052Z] ---> dac0cde4d555 [2020-10-07T03:29:20.052Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-10-07T03:29:20.329Z] ---> 2f6a3c9a7c13 [2020-10-07T03:29:20.329Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-10-07T03:29:21.324Z] ---> 556ea4cc87a8 [2020-10-07T03:29:21.324Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-10-07T03:29:21.927Z] ---> 49d6d6c012eb [2020-10-07T03:29:21.927Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-10-07T03:29:22.210Z] ---> Running in 626fd29c6e31 [2020-10-07T03:29:24.223Z] ---> 8a375455fa92 [2020-10-07T03:29:24.223Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-10-07T03:29:25.229Z] ---> c5b8e29af2a9 [2020-10-07T03:29:25.230Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-10-07T03:29:25.520Z] ---> Running in 78180b4ab5b5 [2020-10-07T03:29:26.995Z] Removing intermediate container 78180b4ab5b5 [2020-10-07T03:29:26.995Z] ---> 0c191f109801 [2020-10-07T03:29:26.995Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-07T03:29:27.606Z] ---> Running in 0d4a5378007e [2020-10-07T03:29:27.886Z] Removing intermediate container 626fd29c6e31 [2020-10-07T03:29:27.886Z] ---> eb9126d1ce3d [2020-10-07T03:29:27.886Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-10-07T03:29:29.336Z] Removing intermediate container 0d4a5378007e [2020-10-07T03:29:29.336Z] ---> 6bf8f149ad3b [2020-10-07T03:29:29.336Z] Step 20/22 : LABEL arch=arm64 [2020-10-07T03:29:29.613Z] ---> Running in 9272e7400e32 [2020-10-07T03:29:30.217Z] ---> c955dfbdcac4 [2020-10-07T03:29:30.217Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-07T03:29:30.815Z] ---> Running in a983b463a775 [2020-10-07T03:29:30.815Z] Removing intermediate container 9272e7400e32 [2020-10-07T03:29:30.815Z] ---> 8d557056fa7c [2020-10-07T03:29:30.815Z] Step 21/22 : LABEL git_sha=f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108 [2020-10-07T03:29:31.096Z] ---> Running in 2900b5fe4044 [2020-10-07T03:29:31.695Z] Removing intermediate container 4e2ad57fb993 [2020-10-07T03:29:31.695Z] ---> 4dda825dba7f [2020-10-07T03:29:31.695Z] [2020-10-07T03:29:31.695Z] Step 10/21 : FROM scratch [2020-10-07T03:29:31.695Z] ---> [2020-10-07T03:29:31.695Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-07T03:29:31.695Z] Removing intermediate container bb5d4c94b2b1 [2020-10-07T03:29:31.695Z] ---> 6c984f10da7e [2020-10-07T03:29:31.695Z] [2020-10-07T03:29:31.695Z] Step 10/22 : FROM scratch [2020-10-07T03:29:31.695Z] ---> [2020-10-07T03:29:31.695Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-07T03:29:31.972Z] ---> Running in 4c3c56e2ebe4 [2020-10-07T03:29:31.973Z] ---> Running in 9ebde99ef6ca [2020-10-07T03:29:31.973Z] Removing intermediate container 2900b5fe4044 [2020-10-07T03:29:32.254Z] ---> d24b2b613330 [2020-10-07T03:29:32.254Z] Step 22/22 : LABEL version=1.2.2-dev.52 [2020-10-07T03:29:32.543Z] ---> Running in 8a26abfde6e8 [2020-10-07T03:29:32.824Z] Removing intermediate container 4c3c56e2ebe4 [2020-10-07T03:29:32.824Z] ---> 47c0efcf85f2 [2020-10-07T03:29:32.824Z] Step 12/21 : ENV APP_PORT=48085 [2020-10-07T03:29:32.824Z] Removing intermediate container 9ebde99ef6ca [2020-10-07T03:29:32.824Z] ---> 827850b5df61 [2020-10-07T03:29:32.824Z] Step 12/22 : ENV APP_PORT=48082 [2020-10-07T03:29:32.824Z] ---> Running in 320aca3ae1b3 [2020-10-07T03:29:32.824Z] ---> Running in 3fe9989cfd15 [2020-10-07T03:29:33.116Z] Removing intermediate container 8a26abfde6e8 [2020-10-07T03:29:33.116Z] ---> 8bd183ad2ebd [2020-10-07T03:29:33.116Z] [2020-10-07T03:29:33.749Z] Successfully built 8bd183ad2ebd [2020-10-07T03:29:33.749Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-10-07T03:29:33.749Z] Building docker-sys-mgmt-agent-go [2020-10-07T03:29:33.749Z] Removing intermediate container 3fe9989cfd15 [2020-10-07T03:29:33.749Z] ---> e9b8c05755ff [2020-10-07T03:29:33.749Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-07T03:29:34.091Z]  Building docker-support-logging-go ... done Removing intermediate container 320aca3ae1b3 [2020-10-07T03:29:34.091Z] ---> 2bea589db865 [2020-10-07T03:29:34.091Z] Step 13/21 : EXPOSE $APP_PORT [2020-10-07T03:29:34.091Z] ---> Running in 1ad6ea1406a6 [2020-10-07T03:29:34.091Z] ---> Running in 34cfc6d8fa5c [2020-10-07T03:29:34.866Z] Removing intermediate container 34cfc6d8fa5c [2020-10-07T03:29:34.866Z] ---> f19abafbff97 [2020-10-07T03:29:34.866Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-10-07T03:29:35.184Z] Removing intermediate container 1ad6ea1406a6 [2020-10-07T03:29:35.184Z] ---> a48f93bdd26d [2020-10-07T03:29:35.184Z] Step 14/22 : WORKDIR / [2020-10-07T03:29:35.184Z] Removing intermediate container a983b463a775 [2020-10-07T03:29:35.184Z] ---> 2cfebd2457ce [2020-10-07T03:29:35.184Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-10-07T03:29:35.484Z] ---> Running in 0064d70a0aa1 [2020-10-07T03:29:35.819Z] ---> Running in 6612a705f3ab [2020-10-07T03:29:36.885Z] ---> 748cca64e2c6 [2020-10-07T03:29:36.885Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-10-07T03:29:37.564Z] Removing intermediate container 0064d70a0aa1 [2020-10-07T03:29:37.564Z] ---> a3261459389e [2020-10-07T03:29:37.564Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-10-07T03:29:41.135Z] ---> ad07e22e4ad7 [2020-10-07T03:29:41.135Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-10-07T03:29:41.135Z] ---> 642e07d07ea8 [2020-10-07T03:29:41.135Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-10-07T03:29:43.123Z] ---> 575e26bd8172 [2020-10-07T03:29:43.123Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-10-07T03:29:43.123Z] Removing intermediate container 6612a705f3ab [2020-10-07T03:29:43.123Z] ---> 90d4427329f3 [2020-10-07T03:29:43.123Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-10-07T03:29:43.123Z] ---> Running in aedf0983cbc4 [2020-10-07T03:29:43.123Z] ---> e24ac7cc2548 [2020-10-07T03:29:43.123Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-10-07T03:29:43.397Z] ---> Running in 33bb45f472a0 [2020-10-07T03:29:44.002Z] Removing intermediate container aedf0983cbc4 [2020-10-07T03:29:44.002Z] ---> a9464e658de9 [2020-10-07T03:29:44.002Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-07T03:29:44.293Z] Removing intermediate container 33bb45f472a0 [2020-10-07T03:29:44.293Z] ---> a5e199e5892e [2020-10-07T03:29:44.293Z] Step 26/29 : CMD [ "generate" ] [2020-10-07T03:29:44.918Z] ---> Running in bacbbddfe9f1 [2020-10-07T03:29:45.200Z] ---> d8a75d01f23c [2020-10-07T03:29:45.200Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-10-07T03:29:45.498Z] ---> Running in 53531ed95429 [2020-10-07T03:29:45.498Z] ---> Running in 3a2c1b60755f [2020-10-07T03:29:45.777Z] Removing intermediate container bacbbddfe9f1 [2020-10-07T03:29:45.777Z] ---> 111eff72b339 [2020-10-07T03:29:45.777Z] Step 19/21 : LABEL arch=arm64 [2020-10-07T03:29:46.378Z] ---> Running in 3161cc933cfd [2020-10-07T03:29:46.659Z] Removing intermediate container 53531ed95429 [2020-10-07T03:29:46.659Z] Removing intermediate container 3a2c1b60755f [2020-10-07T03:29:46.659Z] ---> 5bf533a90632 [2020-10-07T03:29:46.659Z] ---> fe0fa5a7d5c1 [2020-10-07T03:29:46.659Z] Step 27/29 : LABEL arch=arm64 [2020-10-07T03:29:46.659Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-07T03:29:47.283Z] ---> Running in 37c72614b963 [2020-10-07T03:29:47.283Z] ---> Running in 6263ac369c80 [2020-10-07T03:29:47.283Z] Removing intermediate container 3161cc933cfd [2020-10-07T03:29:47.283Z] ---> 8629ca70c0f6 [2020-10-07T03:29:47.565Z] Step 20/21 : LABEL git_sha=f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108 [2020-10-07T03:29:48.170Z] ---> Running in 1b7ea9ba587b [2020-10-07T03:29:48.450Z] Removing intermediate container 6263ac369c80 [2020-10-07T03:29:48.450Z] ---> 3f788519db6c [2020-10-07T03:29:48.450Z] Step 20/22 : LABEL arch=arm64 [2020-10-07T03:29:48.450Z] Removing intermediate container 37c72614b963 [2020-10-07T03:29:48.450Z] ---> fdba30dfb65c [2020-10-07T03:29:48.450Z] Step 28/29 : LABEL git_sha=f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108 [2020-10-07T03:29:49.910Z] ---> Running in a226b5af38a0 [2020-10-07T03:29:49.910Z] ---> Running in c54d35644ea4 [2020-10-07T03:29:49.910Z] Removing intermediate container 1b7ea9ba587b [2020-10-07T03:29:49.910Z] ---> ea884fad2ab9 [2020-10-07T03:29:49.910Z] Step 21/21 : LABEL version=1.2.2-dev.52 [2020-10-07T03:29:50.898Z] ---> Running in d9f74ad0711c [2020-10-07T03:29:51.502Z] Removing intermediate container c54d35644ea4 [2020-10-07T03:29:51.502Z] ---> 76f6580f04fe [2020-10-07T03:29:51.502Z] Step 21/22 : LABEL git_sha=f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108 [2020-10-07T03:29:51.502Z] Removing intermediate container a226b5af38a0 [2020-10-07T03:29:51.502Z] ---> 69dc13eb0ab4 [2020-10-07T03:29:51.502Z] Step 29/29 : LABEL version=1.2.2-dev.52 [2020-10-07T03:29:51.502Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-07T03:29:51.502Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-10-07T03:29:51.502Z] ---> 57ab8f1c4bbb [2020-10-07T03:29:51.502Z] Step 3/27 : WORKDIR /edgex-go [2020-10-07T03:29:51.502Z] ---> Using cache [2020-10-07T03:29:51.502Z] ---> 4ab1520f10c8 [2020-10-07T03:29:51.502Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-07T03:29:51.502Z] ---> Using cache [2020-10-07T03:29:51.502Z] ---> 2701f6e0f0e0 [2020-10-07T03:29:51.502Z] Step 5/27 : RUN apk update && apk add make bash git [2020-10-07T03:29:51.502Z] ---> Running in 3d5283d8a4b7 [2020-10-07T03:29:51.783Z] ---> Running in d5017d6de6a4 [2020-10-07T03:29:51.783Z] ---> Running in a89bce0c9f0d [2020-10-07T03:29:52.055Z] Removing intermediate container d9f74ad0711c [2020-10-07T03:29:52.055Z] ---> 68f15033f064 [2020-10-07T03:29:52.055Z] [2020-10-07T03:29:52.055Z] Removing intermediate container 36d2d9ddcf79 [2020-10-07T03:29:52.055Z] ---> f079c14f36d8 [2020-10-07T03:29:52.055Z] [2020-10-07T03:29:52.055Z] Step 10/23 : FROM alpine [2020-10-07T03:29:52.055Z] ---> 62ee0e9f8440 [2020-10-07T03:29:52.055Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-07T03:29:52.339Z] ---> Running in 35b95d91fb7d [2020-10-07T03:29:52.621Z] Removing intermediate container d5017d6de6a4 [2020-10-07T03:29:52.621Z] ---> 2f2f0c08f15b [2020-10-07T03:29:52.621Z] [2020-10-07T03:29:52.621Z] Removing intermediate container a89bce0c9f0d [2020-10-07T03:29:52.621Z] ---> 9e50f4b5beec [2020-10-07T03:29:52.621Z] Step 22/22 : LABEL version=1.2.2-dev.52 [2020-10-07T03:29:52.621Z] Successfully built 68f15033f064 [2020-10-07T03:29:52.621Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-10-07T03:29:52.621Z]  Building docker-support-scheduler-go ... done Building docker-support-notifications-go [2020-10-07T03:29:52.895Z] ---> Running in bbe40acabd90 [2020-10-07T03:29:52.895Z] Removing intermediate container 35b95d91fb7d [2020-10-07T03:29:52.895Z] ---> fc1ae0f9b3bb [2020-10-07T03:29:52.895Z] Step 12/23 : ENV APP_PORT=48080 [2020-10-07T03:29:53.169Z] Successfully built 2f2f0c08f15b [2020-10-07T03:29:53.169Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-10-07T03:29:53.169Z]  Building docker-security-secrets-setup-go ... done Building docker-security-proxy-setup-go [2020-10-07T03:29:53.169Z] ---> Running in 6a12151a9af3 [2020-10-07T03:29:53.448Z] Removing intermediate container bbe40acabd90 [2020-10-07T03:29:53.448Z] ---> 8077961753e5 [2020-10-07T03:29:53.448Z] [2020-10-07T03:29:53.724Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-07T03:29:53.724Z] Removing intermediate container 6a12151a9af3 [2020-10-07T03:29:53.724Z] ---> f9661218dcc1 [2020-10-07T03:29:53.724Z] Step 13/23 : EXPOSE $APP_PORT [2020-10-07T03:29:53.996Z] Successfully built 8077961753e5 [2020-10-07T03:29:53.996Z] Successfully tagged docker-core-command-go-arm64:latest [2020-10-07T03:29:53.996Z] Building docker-security-secretstore-setup-go [2020-10-07T03:29:53.996Z]  Building docker-core-command-go ... done  ---> Running in 8d42f7057dfc [2020-10-07T03:29:54.584Z] Removing intermediate container 8d42f7057dfc [2020-10-07T03:29:54.584Z] ---> 59d458d12c82 [2020-10-07T03:29:54.584Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-07T03:29:54.584Z] ---> Running in 59d564199d1b [2020-10-07T03:29:54.857Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-07T03:29:56.298Z] v3.12.0-371-g35e7793b77 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-07T03:29:56.298Z] v3.12.0-368-g087e7176b9 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-07T03:29:56.298Z] OK: 12623 distinct packages available [2020-10-07T03:29:56.908Z] OK: 217 MiB in 51 packages [2020-10-07T03:30:00.309Z] Removing intermediate container 59d564199d1b [2020-10-07T03:30:00.309Z] ---> aaf776a9cc21 [2020-10-07T03:30:00.309Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-10-07T03:30:00.586Z] Removing intermediate container 3d5283d8a4b7 [2020-10-07T03:30:00.586Z] ---> 48af3a4d9b58 [2020-10-07T03:30:00.586Z] Step 6/27 : COPY go.mod . [2020-10-07T03:30:00.861Z] ---> Running in bcde8b325137 [2020-10-07T03:30:02.318Z] ---> 0a918efa2ee5 [2020-10-07T03:30:02.318Z] Step 7/27 : RUN go mod download [2020-10-07T03:30:02.929Z] ---> Running in 3a68e419cad5 [2020-10-07T03:30:02.929Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-07T03:30:03.543Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-07T03:30:04.530Z] (1/5) Installing libgcc (9.3.0-r2) [2020-10-07T03:30:04.530Z] (2/5) Installing libsodium (1.0.18-r0) [2020-10-07T03:30:04.808Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-10-07T03:30:05.093Z] (4/5) Installing libzmq (4.3.3-r0) [2020-10-07T03:30:05.372Z] (5/5) Installing zeromq (4.3.3-r0) [2020-10-07T03:30:05.372Z] Executing busybox-1.31.1-r16.trigger [2020-10-07T03:30:05.373Z] OK: 8 MiB in 19 packages [2020-10-07T03:30:08.001Z] Removing intermediate container 3a68e419cad5 [2020-10-07T03:30:08.001Z] ---> 633165f1fe7f [2020-10-07T03:30:08.001Z] Step 8/27 : COPY . . [2020-10-07T03:30:08.001Z] Removing intermediate container bcde8b325137 [2020-10-07T03:30:08.001Z] ---> bb4dd0866ffb [2020-10-07T03:30:08.001Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-10-07T03:30:09.439Z] ---> e544d5ebfdb1 [2020-10-07T03:30:09.439Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-10-07T03:30:12.830Z] ---> 660f5ffb7534 [2020-10-07T03:30:12.830Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-10-07T03:30:14.818Z] ---> efa3c38e934f [2020-10-07T03:30:14.819Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-10-07T03:30:15.098Z] ---> Running in 8247eff2fa44 [2020-10-07T03:30:16.092Z] Removing intermediate container 8247eff2fa44 [2020-10-07T03:30:16.092Z] ---> ee80691da30a [2020-10-07T03:30:16.092Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-07T03:30:16.373Z] ---> Running in 1d60dba84e2e [2020-10-07T03:30:17.355Z] Removing intermediate container 1d60dba84e2e [2020-10-07T03:30:17.355Z] ---> 89b5ceae4675 [2020-10-07T03:30:17.355Z] Step 21/23 : LABEL arch=arm64 [2020-10-07T03:30:17.355Z] ---> Running in 5385c985e4e8 [2020-10-07T03:30:18.339Z] Removing intermediate container 5385c985e4e8 [2020-10-07T03:30:18.339Z] ---> 55aa0c85341c [2020-10-07T03:30:18.339Z] Step 22/23 : LABEL git_sha=f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108 [2020-10-07T03:30:18.614Z] ---> Running in 22f3604892c8 [2020-10-07T03:30:20.054Z] Removing intermediate container 22f3604892c8 [2020-10-07T03:30:20.054Z] ---> 0e0cadc89661 [2020-10-07T03:30:20.054Z] Step 23/23 : LABEL version=1.2.2-dev.52 [2020-10-07T03:30:20.054Z] ---> Running in 15e2a35a903f [2020-10-07T03:30:21.056Z] Removing intermediate container 15e2a35a903f [2020-10-07T03:30:21.056Z] ---> 7120f3ca235b [2020-10-07T03:30:21.056Z] [2020-10-07T03:30:22.042Z] Successfully built 7120f3ca235b [2020-10-07T03:30:22.042Z] Successfully tagged docker-core-data-go-arm64:latest [2020-10-07T03:30:22.042Z]  Building docker-core-data-go ... done Building docker-core-metadata-go [2020-10-07T03:30:24.052Z] ---> 58959fd2a949 [2020-10-07T03:30:24.052Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-10-07T03:30:24.052Z] ---> Running in 3ea5b8140912 [2020-10-07T03:30:26.039Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.52" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-10-07T03:30:34.360Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-07T03:30:34.360Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-10-07T03:30:34.360Z] ---> 57ab8f1c4bbb [2020-10-07T03:30:34.360Z] Step 3/24 : WORKDIR /edgex-go [2020-10-07T03:30:34.360Z] ---> Using cache [2020-10-07T03:30:34.360Z] ---> 4ab1520f10c8 [2020-10-07T03:30:34.360Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-07T03:30:34.360Z] ---> Using cache [2020-10-07T03:30:34.360Z] ---> 2701f6e0f0e0 [2020-10-07T03:30:34.360Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-10-07T03:30:34.964Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-07T03:30:34.964Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-10-07T03:30:34.964Z] ---> 57ab8f1c4bbb [2020-10-07T03:30:34.964Z] Step 3/20 : WORKDIR /edgex-go [2020-10-07T03:30:34.964Z] ---> Using cache [2020-10-07T03:30:34.964Z] ---> 4ab1520f10c8 [2020-10-07T03:30:34.964Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-07T03:30:34.964Z] ---> Using cache [2020-10-07T03:30:34.964Z] ---> 2701f6e0f0e0 [2020-10-07T03:30:34.964Z] Step 5/20 : RUN apk update && apk add make git [2020-10-07T03:30:35.251Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-07T03:30:35.251Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-10-07T03:30:35.251Z] ---> 57ab8f1c4bbb [2020-10-07T03:30:35.251Z] Step 3/26 : WORKDIR /edgex-go [2020-10-07T03:30:35.251Z] ---> Using cache [2020-10-07T03:30:35.251Z] ---> 4ab1520f10c8 [2020-10-07T03:30:35.251Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-07T03:30:35.251Z] ---> Using cache [2020-10-07T03:30:35.251Z] ---> 2701f6e0f0e0 [2020-10-07T03:30:35.251Z] Step 5/26 : RUN apk update && apk add make git [2020-10-07T03:30:37.250Z] ---> Running in e8264538c704 [2020-10-07T03:30:37.250Z] ---> Running in 6dfc9bf7505a [2020-10-07T03:30:37.250Z] ---> Running in 60162a4b4b2a [2020-10-07T03:30:40.659Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-07T03:30:40.659Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-07T03:30:40.659Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-07T03:30:41.264Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-07T03:30:41.264Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-07T03:30:41.264Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-07T03:30:42.712Z] v3.12.0-371-g35e7793b77 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-07T03:30:42.712Z] v3.12.0-368-g087e7176b9 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-07T03:30:42.712Z] OK: 12623 distinct packages available [2020-10-07T03:30:42.712Z] v3.12.0-371-g35e7793b77 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-07T03:30:42.712Z] v3.12.0-368-g087e7176b9 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-07T03:30:42.712Z] OK: 12623 distinct packages available [2020-10-07T03:30:43.326Z] v3.12.0-371-g35e7793b77 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-07T03:30:43.326Z] v3.12.0-368-g087e7176b9 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-07T03:30:43.326Z] OK: 12623 distinct packages available [2020-10-07T03:30:43.603Z] OK: 217 MiB in 51 packages [2020-10-07T03:30:43.879Z] OK: 217 MiB in 51 packages [2020-10-07T03:30:44.155Z] OK: 217 MiB in 51 packages [2020-10-07T03:30:47.581Z] Removing intermediate container e8264538c704 [2020-10-07T03:30:47.581Z] ---> 3512a9e3b251 [2020-10-07T03:30:47.581Z] Step 6/20 : COPY go.mod . [2020-10-07T03:30:47.581Z] Removing intermediate container 60162a4b4b2a [2020-10-07T03:30:47.581Z] ---> 06fd3be58017 [2020-10-07T03:30:47.581Z] Step 6/24 : COPY go.mod . [2020-10-07T03:30:47.581Z] Removing intermediate container 6dfc9bf7505a [2020-10-07T03:30:47.581Z] ---> 8a1de05f330e [2020-10-07T03:30:47.581Z] Step 6/26 : COPY go.mod . [2020-10-07T03:30:49.021Z] ---> e622ed54cd38 [2020-10-07T03:30:49.021Z] Step 7/20 : RUN go mod download [2020-10-07T03:30:49.021Z] ---> 7cf57c817720 [2020-10-07T03:30:49.021Z] Step 7/24 : RUN go mod download [2020-10-07T03:30:49.021Z] ---> d1b03c1338b7 [2020-10-07T03:30:49.021Z] Step 7/26 : RUN go mod download [2020-10-07T03:30:49.300Z] ---> Running in 4cb76b48db06 [2020-10-07T03:30:49.300Z] ---> Running in 5ced9511fdb6 [2020-10-07T03:30:49.300Z] ---> Running in 5a21f3b3700a [2020-10-07T03:30:51.950Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-07T03:30:51.950Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-07T03:30:51.950Z] ---> 57ab8f1c4bbb [2020-10-07T03:30:51.950Z] Step 3/22 : WORKDIR /edgex-go [2020-10-07T03:30:51.950Z] ---> Using cache [2020-10-07T03:30:51.950Z] ---> 4ab1520f10c8 [2020-10-07T03:30:51.950Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-07T03:30:51.950Z] ---> Using cache [2020-10-07T03:30:51.950Z] ---> 2701f6e0f0e0 [2020-10-07T03:30:51.950Z] Step 5/22 : RUN apk update && apk add make git [2020-10-07T03:30:51.950Z] ---> Using cache [2020-10-07T03:30:51.950Z] ---> 8a1de05f330e [2020-10-07T03:30:51.950Z] Step 6/22 : COPY go.mod . [2020-10-07T03:30:51.950Z] ---> Using cache [2020-10-07T03:30:51.950Z] ---> d1b03c1338b7 [2020-10-07T03:30:51.950Z] Step 7/22 : RUN go mod download [2020-10-07T03:30:51.950Z] ---> Running in c985c6870c23 [2020-10-07T03:30:54.590Z] Removing intermediate container 4cb76b48db06 [2020-10-07T03:30:54.590Z] ---> 98be0e954b37 [2020-10-07T03:30:54.590Z] Step 8/20 : COPY . . [2020-10-07T03:30:56.046Z] Removing intermediate container 5ced9511fdb6 [2020-10-07T03:30:56.046Z] ---> bdc634ec0097 [2020-10-07T03:30:56.046Z] Step 8/24 : COPY . . [2020-10-07T03:30:56.320Z] Removing intermediate container 5a21f3b3700a [2020-10-07T03:30:56.320Z] ---> a4ecb1fa843c [2020-10-07T03:30:56.320Z] Step 8/26 : COPY . . [2020-10-07T03:30:57.761Z] Removing intermediate container c985c6870c23 [2020-10-07T03:30:57.761Z] ---> ae40416b5535 [2020-10-07T03:30:57.761Z] Step 8/22 : COPY . . [2020-10-07T03:31:20.026Z] ---> fa155016dae4 [2020-10-07T03:31:20.026Z] 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-07T03:31:20.324Z] ---> 5e28065c8e00 [2020-10-07T03:31:20.324Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-10-07T03:31:20.324Z] ---> 0a79bd9696ad [2020-10-07T03:31:20.324Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-10-07T03:31:20.324Z] ---> 462f6156b88e [2020-10-07T03:31:20.324Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-10-07T03:31:20.613Z] ---> Running in 5586a0ebdd4e [2020-10-07T03:31:20.613Z] ---> Running in 0c9d896cf214 [2020-10-07T03:31:20.613Z] ---> Running in cd946e4d56a4 [2020-10-07T03:31:20.613Z] ---> Running in 1c04e15a7036 [2020-10-07T03:31:22.111Z] Removing intermediate container 3ea5b8140912 [2020-10-07T03:31:22.111Z] ---> a48d43b8542f [2020-10-07T03:31:22.111Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-10-07T03:31:22.111Z] ---> Running in f59d913ed72b [2020-10-07T03:31:23.184Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.52" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-10-07T03:31:23.184Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.52" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-10-07T03:31:23.900Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.52" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-10-07T03:31:23.900Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.52" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-10-07T03:31:24.476Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.52" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-10-07T03:31:30.963Z] Removing intermediate container f59d913ed72b [2020-10-07T03:31:30.963Z] ---> b81804da8eeb [2020-10-07T03:31:30.963Z] [2020-10-07T03:31:30.963Z] Step 11/27 : FROM docker:latest [2020-10-07T03:31:30.963Z] ---> 45884bde0078 [2020-10-07T03:31:30.963Z] Step 12/27 : RUN apk add --no-cache bash [2020-10-07T03:31:30.963Z] ---> Running in 279c9d2a19d8 [2020-10-07T03:31:33.668Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-07T03:31:33.958Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-07T03:31:34.589Z] (1/2) Installing readline (8.0.4-r0) [2020-10-07T03:31:34.888Z] (2/2) Installing bash (5.0.17-r0) [2020-10-07T03:31:34.888Z] Executing bash-5.0.17-r0.post-install [2020-10-07T03:31:34.888Z] Executing busybox-1.31.1-r16.trigger [2020-10-07T03:31:34.888Z] OK: 12 MiB in 22 packages [2020-10-07T03:31:36.943Z] Removing intermediate container 279c9d2a19d8 [2020-10-07T03:31:36.943Z] ---> c2769e0f01b9 [2020-10-07T03:31:36.943Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-10-07T03:31:36.943Z] ---> Running in ff224cb85350 [2020-10-07T03:31:41.485Z] Removing intermediate container ff224cb85350 [2020-10-07T03:31:41.485Z] ---> 6e456c59a398 [2020-10-07T03:31:41.485Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-10-07T03:31:41.485Z] ---> Running in 96d55e25c9fa [2020-10-07T03:31:42.112Z] Removing intermediate container 96d55e25c9fa [2020-10-07T03:31:42.112Z] ---> 33ae3b1a1093 [2020-10-07T03:31:42.112Z] Step 15/27 : ENV APP_PORT=48090 [2020-10-07T03:31:42.112Z] ---> Running in d640229f85a2 [2020-10-07T03:31:42.734Z] Removing intermediate container d640229f85a2 [2020-10-07T03:31:42.734Z] ---> ea998e3aeba3 [2020-10-07T03:31:42.734Z] Step 16/27 : EXPOSE $APP_PORT [2020-10-07T03:31:43.022Z] ---> Running in 5be2c10b83fa [2020-10-07T03:31:43.629Z] Removing intermediate container 5be2c10b83fa [2020-10-07T03:31:43.629Z] ---> 6e75b0fa5824 [2020-10-07T03:31:43.629Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-10-07T03:31:45.648Z] ---> 8aca46ffeed1 [2020-10-07T03:31:45.648Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-10-07T03:31:46.648Z] ---> 09fe5902f546 [2020-10-07T03:31:46.648Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-10-07T03:31:48.107Z] ---> 1f95db155aa5 [2020-10-07T03:31:48.107Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-10-07T03:31:48.107Z] ---> Running in ec118a9160a0 [2020-10-07T03:31:50.747Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-07T03:31:51.025Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-07T03:31:52.013Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-10-07T03:31:52.013Z] (2/33) Installing expat (2.2.9-r1) [2020-10-07T03:31:52.013Z] (3/33) Installing libffi (3.3-r2) [2020-10-07T03:31:52.013Z] (4/33) Installing gdbm (1.13-r1) [2020-10-07T03:31:52.013Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-10-07T03:31:52.013Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-10-07T03:31:52.013Z] (7/33) Installing python3 (3.8.5-r0) [2020-10-07T03:31:54.652Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-10-07T03:31:54.652Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-10-07T03:31:54.652Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-10-07T03:31:54.652Z] (11/33) Installing py3-six (1.15.0-r0) [2020-10-07T03:31:54.652Z] (12/33) Installing py3-packaging (20.4-r0) [2020-10-07T03:31:54.652Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-10-07T03:31:54.652Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-10-07T03:31:54.652Z] (15/33) Installing py3-idna (2.9-r0) [2020-10-07T03:31:54.652Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-10-07T03:31:54.652Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-10-07T03:31:54.652Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-10-07T03:31:54.652Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-10-07T03:31:54.652Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-10-07T03:31:54.652Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-10-07T03:31:54.652Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-10-07T03:31:54.652Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-10-07T03:31:54.932Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-10-07T03:31:54.932Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-10-07T03:31:54.932Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-10-07T03:31:54.932Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-10-07T03:31:54.932Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-10-07T03:31:54.932Z] (29/33) Installing py3-progress (1.5-r0) [2020-10-07T03:31:54.932Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-10-07T03:31:54.932Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-10-07T03:31:54.932Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-10-07T03:31:54.932Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-10-07T03:31:55.211Z] Executing busybox-1.31.1-r16.trigger [2020-10-07T03:31:55.211Z] OK: 71 MiB in 55 packages [2020-10-07T03:32:06.041Z] Removing intermediate container ec118a9160a0 [2020-10-07T03:32:06.041Z] ---> afcfc617c9bf [2020-10-07T03:32:06.041Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-10-07T03:32:06.041Z] ---> Running in 41399a91417a [2020-10-07T03:32:12.808Z] Collecting docker-compose==1.23.2 [2020-10-07T03:32:13.087Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-10-07T03:32:13.692Z] Collecting docopt<0.7,>=0.6.1 [2020-10-07T03:32:13.692Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-10-07T03:32:17.112Z] Collecting docker<4.0,>=3.6.0 [2020-10-07T03:32:17.112Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-10-07T03:32:17.390Z] 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-07T03:32:17.667Z] Collecting cached-property<2,>=1.2.0 [2020-10-07T03:32:17.667Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-10-07T03:32:19.661Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-10-07T03:32:19.661Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-10-07T03:32:20.263Z] Collecting PyYAML<4,>=3.10 [2020-10-07T03:32:20.263Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-10-07T03:32:25.699Z] Collecting websocket-client<1.0,>=0.32.0 [2020-10-07T03:32:25.699Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-10-07T03:32:25.699Z] Collecting jsonschema<3,>=2.5.1 [2020-10-07T03:32:25.699Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-10-07T03:32:26.304Z] Collecting dockerpty<0.5,>=0.4.1 [2020-10-07T03:32:26.304Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-10-07T03:32:29.725Z] Collecting texttable<0.10,>=0.9.0 [2020-10-07T03:32:29.725Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-10-07T03:32:32.374Z] Collecting docker-pycreds>=0.4.0 [2020-10-07T03:32:32.374Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-10-07T03:32:32.374Z] 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-07T03:32:32.374Z] Collecting idna<2.8,>=2.5 [2020-10-07T03:32:32.650Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-10-07T03:32:33.253Z] Collecting urllib3<1.25,>=1.21.1 [2020-10-07T03:32:33.253Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-10-07T03:32:33.531Z] 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-07T03:32:33.531Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-10-07T03:32:33.531Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-10-07T03:32:33.808Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-10-07T03:32:33.808Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-10-07T03:32:34.799Z] Installing collected packages: docopt, docker-pycreds, idna, urllib3, requests, websocket-client, docker, cached-property, PyYAML, jsonschema, dockerpty, texttable, docker-compose [2020-10-07T03:32:34.799Z] Running setup.py install for docopt: started [2020-10-07T03:32:38.218Z] Running setup.py install for docopt: finished with status 'done' [2020-10-07T03:32:38.218Z] Attempting uninstall: idna [2020-10-07T03:32:38.218Z] Found existing installation: idna 2.9 [2020-10-07T03:32:38.218Z] Uninstalling idna-2.9: [2020-10-07T03:32:38.218Z] Successfully uninstalled idna-2.9 [2020-10-07T03:32:38.824Z] Attempting uninstall: urllib3 [2020-10-07T03:32:38.824Z] Found existing installation: urllib3 1.25.9 [2020-10-07T03:32:38.824Z] Uninstalling urllib3-1.25.9: [2020-10-07T03:32:39.107Z] Successfully uninstalled urllib3-1.25.9 [2020-10-07T03:32:40.099Z] Attempting uninstall: requests [2020-10-07T03:32:40.099Z] Found existing installation: requests 2.23.0 [2020-10-07T03:32:40.099Z] Uninstalling requests-2.23.0: [2020-10-07T03:32:40.099Z] Successfully uninstalled requests-2.23.0 [2020-10-07T03:32:42.094Z] Running setup.py install for PyYAML: started [2020-10-07T03:32:42.094Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.52" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-10-07T03:32:44.741Z] Running setup.py install for PyYAML: finished with status 'done' [2020-10-07T03:32:45.023Z] Running setup.py install for dockerpty: started [2020-10-07T03:32:48.442Z] Running setup.py install for dockerpty: finished with status 'done' [2020-10-07T03:32:48.442Z] Running setup.py install for texttable: started [2020-10-07T03:32:48.745Z] Removing intermediate container 1c04e15a7036 [2020-10-07T03:32:48.745Z] ---> 8035d5f1209f [2020-10-07T03:32:48.745Z] [2020-10-07T03:32:48.745Z] Step 10/20 : FROM alpine [2020-10-07T03:32:48.745Z] ---> 62ee0e9f8440 [2020-10-07T03:32:48.745Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-10-07T03:32:48.745Z] ---> Running in 3a1e8e5ba5fd [2020-10-07T03:32:51.392Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-07T03:32:51.392Z] Running setup.py install for texttable: finished with status 'done' [2020-10-07T03:32:51.392Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-07T03:32:51.998Z] v3.12.0-371-g35e7793b77 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-07T03:32:51.998Z] v3.12.0-368-g087e7176b9 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-07T03:32:51.998Z] OK: 12621 distinct packages available [2020-10-07T03:32:52.602Z] 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-07T03:32:52.877Z] (1/4) Installing ca-certificates (20191127-r4) [2020-10-07T03:32:53.157Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-10-07T03:32:53.157Z] (3/4) Installing libcurl (7.69.1-r1) [2020-10-07T03:32:53.157Z] (4/4) Installing curl (7.69.1-r1) [2020-10-07T03:32:53.157Z] Executing busybox-1.31.1-r16.trigger [2020-10-07T03:32:53.157Z] Executing ca-certificates-20191127-r4.trigger [2020-10-07T03:32:53.434Z] OK: 7 MiB in 18 packages [2020-10-07T03:32:54.485Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.52" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-10-07T03:32:56.462Z] Removing intermediate container 3a1e8e5ba5fd [2020-10-07T03:32:56.462Z] ---> 2d5779e28b5d [2020-10-07T03:32:56.462Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-07T03:32:56.755Z] ---> Running in 509620adb9eb [2020-10-07T03:32:57.753Z] Removing intermediate container 509620adb9eb [2020-10-07T03:32:57.754Z] ---> 88e7bdc2a0a5 [2020-10-07T03:32:57.754Z] Step 13/20 : WORKDIR /edgex [2020-10-07T03:32:58.027Z] ---> Running in 5401429f61b8 [2020-10-07T03:32:58.299Z] Removing intermediate container 41399a91417a [2020-10-07T03:32:58.299Z] ---> a6deb8b2f359 [2020-10-07T03:32:58.299Z] Step 22/27 : RUN apk --no-cache add curl [2020-10-07T03:32:58.574Z] ---> Running in 584a8b9a6f9d [2020-10-07T03:32:58.853Z] Removing intermediate container 5401429f61b8 [2020-10-07T03:32:58.853Z] ---> d5b98b673119 [2020-10-07T03:32:58.853Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-10-07T03:33:00.833Z] ---> 44fa49911ad7 [2020-10-07T03:33:00.833Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-10-07T03:33:01.108Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-07T03:33:01.385Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-07T03:33:02.389Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-10-07T03:33:02.389Z] ---> 8b8fbeb091dd [2020-10-07T03:33:02.389Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-10-07T03:33:02.389Z] (2/3) Installing libcurl (7.69.1-r1) [2020-10-07T03:33:02.389Z] (3/3) Installing curl (7.69.1-r1) [2020-10-07T03:33:02.389Z] Executing busybox-1.31.1-r16.trigger [2020-10-07T03:33:02.389Z] OK: 71 MiB in 58 packages [2020-10-07T03:33:02.389Z] ---> Running in 20bb833db5dd [2020-10-07T03:33:03.381Z] Removing intermediate container 20bb833db5dd [2020-10-07T03:33:03.381Z] ---> b65dd2e75414 [2020-10-07T03:33:03.381Z] Step 17/20 : CMD ["--init=true"] [2020-10-07T03:33:03.655Z] ---> Running in ff315e234ddc [2020-10-07T03:33:05.103Z] Removing intermediate container ff315e234ddc [2020-10-07T03:33:05.103Z] ---> cdee64b95c19 [2020-10-07T03:33:05.103Z] Step 18/20 : LABEL arch=arm64 [2020-10-07T03:33:05.103Z] Removing intermediate container 584a8b9a6f9d [2020-10-07T03:33:05.103Z] ---> 322c43c92537 [2020-10-07T03:33:05.103Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-10-07T03:33:05.103Z] ---> Running in f447aa6057aa [2020-10-07T03:33:05.103Z] ---> Running in aed5bb62cb6d [2020-10-07T03:33:06.563Z] Removing intermediate container f447aa6057aa [2020-10-07T03:33:06.563Z] ---> befdff025684 [2020-10-07T03:33:06.563Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-07T03:33:06.563Z] Removing intermediate container aed5bb62cb6d [2020-10-07T03:33:06.563Z] ---> 232232abb02e [2020-10-07T03:33:06.563Z] Step 19/20 : LABEL git_sha=f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108 [2020-10-07T03:33:07.174Z] ---> Running in 977e76136666 [2020-10-07T03:33:07.174Z] ---> Running in 82ce4d788586 [2020-10-07T03:33:08.168Z] Removing intermediate container 82ce4d788586 [2020-10-07T03:33:08.168Z] ---> bd83984ffff2 [2020-10-07T03:33:08.168Z] Step 25/27 : LABEL arch=arm64 [2020-10-07T03:33:08.168Z] Removing intermediate container 977e76136666 [2020-10-07T03:33:08.168Z] ---> 50dfbcf58c8f [2020-10-07T03:33:08.168Z] Step 20/20 : LABEL version=1.2.2-dev.52 [2020-10-07T03:33:08.442Z] Removing intermediate container 5586a0ebdd4e [2020-10-07T03:33:08.442Z] ---> c9704a2f224b [2020-10-07T03:33:08.442Z] [2020-10-07T03:33:08.442Z] Step 10/26 : FROM alpine:3.10 [2020-10-07T03:33:08.442Z] ---> Running in 02f9a12ca580 [2020-10-07T03:33:08.442Z] ---> Running in 29aacb808fb5 [2020-10-07T03:33:08.716Z] 3.10: Pulling from library/alpine [2020-10-07T03:33:08.995Z] Removing intermediate container 02f9a12ca580 [2020-10-07T03:33:08.995Z] ---> c38d6c633814 [2020-10-07T03:33:08.995Z] Step 26/27 : LABEL git_sha=f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108 [2020-10-07T03:33:09.596Z] ---> Running in bcc040264547 [2020-10-07T03:33:09.596Z] Removing intermediate container 29aacb808fb5 [2020-10-07T03:33:09.596Z] ---> e0259be94d1a [2020-10-07T03:33:09.596Z] [2020-10-07T03:33:10.600Z] Successfully built e0259be94d1a [2020-10-07T03:33:10.600Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-10-07T03:33:10.600Z] Removing intermediate container bcc040264547 [2020-10-07T03:33:10.600Z] ---> e802bc1c6f88 [2020-10-07T03:33:10.600Z] Step 27/27 : LABEL version=1.2.2-dev.52 [2020-10-07T03:33:10.600Z]  Building docker-security-proxy-setup-go ... done Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-10-07T03:33:10.876Z] Status: Downloaded newer image for alpine:3.10 [2020-10-07T03:33:10.876Z] ---> 536a684cf733 [2020-10-07T03:33:10.876Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-10-07T03:33:10.876Z] ---> Running in 42b7f56abc3f [2020-10-07T03:33:11.152Z] ---> Running in 53318b4dbef7 [2020-10-07T03:33:11.756Z] Removing intermediate container 42b7f56abc3f [2020-10-07T03:33:11.756Z] ---> dc8b0c8fd994 [2020-10-07T03:33:11.756Z] [2020-10-07T03:33:12.753Z] Successfully built dc8b0c8fd994 [2020-10-07T03:33:12.753Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-10-07T03:33:13.753Z]  Building docker-sys-mgmt-agent-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-10-07T03:33:14.033Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-10-07T03:33:14.637Z] v3.10.5-95-gb2ad523191 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-10-07T03:33:14.637Z] v3.10.5-92-g0ca6a6f012 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-10-07T03:33:14.637Z] OK: 10167 distinct packages available [2020-10-07T03:33:15.255Z] (1/5) Installing ca-certificates (20191127-r2) [2020-10-07T03:33:15.255Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-10-07T03:33:15.255Z] (3/5) Installing libcurl (7.66.0-r1) [2020-10-07T03:33:15.255Z] (4/5) Installing curl (7.66.0-r1) [2020-10-07T03:33:15.255Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-10-07T03:33:15.255Z] Executing busybox-1.30.1-r3.trigger [2020-10-07T03:33:15.255Z] Executing ca-certificates-20191127-r2.trigger [2020-10-07T03:33:15.530Z] OK: 7 MiB in 19 packages [2020-10-07T03:33:15.808Z] Removing intermediate container cd946e4d56a4 [2020-10-07T03:33:15.808Z] ---> d13058f2ffcd [2020-10-07T03:33:15.808Z] [2020-10-07T03:33:15.808Z] Step 10/24 : FROM scratch [2020-10-07T03:33:15.808Z] ---> [2020-10-07T03:33:15.808Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-07T03:33:16.091Z] ---> Using cache [2020-10-07T03:33:16.091Z] ---> 7c48d3e74a19 [2020-10-07T03:33:16.091Z] Step 12/24 : ENV APP_PORT=48060 [2020-10-07T03:33:16.369Z] ---> Running in caaaf18fdca4 [2020-10-07T03:33:16.977Z] Removing intermediate container caaaf18fdca4 [2020-10-07T03:33:16.977Z] ---> 43039f9e6f5f [2020-10-07T03:33:16.977Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-07T03:33:17.261Z] ---> Running in 75abdc73addf [2020-10-07T03:33:17.536Z] Removing intermediate container 53318b4dbef7 [2020-10-07T03:33:17.536Z] ---> 4a8f12b375a8 [2020-10-07T03:33:17.536Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-07T03:33:17.817Z] ---> Running in b4187476cfdf [2020-10-07T03:33:17.817Z] Removing intermediate container 75abdc73addf [2020-10-07T03:33:17.817Z] ---> dd6c92ac3d52 [2020-10-07T03:33:17.817Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-10-07T03:33:18.427Z] Removing intermediate container b4187476cfdf [2020-10-07T03:33:18.427Z] ---> 2deb00021674 [2020-10-07T03:33:18.427Z] Step 13/26 : WORKDIR / [2020-10-07T03:33:18.427Z] ---> Running in ea9a66fae978 [2020-10-07T03:33:18.702Z] ---> fabaa9da968f [2020-10-07T03:33:18.702Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-10-07T03:33:19.304Z] Removing intermediate container ea9a66fae978 [2020-10-07T03:33:19.304Z] ---> a62952d83cfa [2020-10-07T03:33:19.304Z] 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-07T03:33:19.904Z] ---> d03285445c23 [2020-10-07T03:33:19.904Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-10-07T03:33:19.904Z] ---> d280f4ad6f7f [2020-10-07T03:33:19.904Z] 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-07T03:33:21.350Z] ---> 213d240ff001 [2020-10-07T03:33:21.350Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-10-07T03:33:21.350Z] ---> 5190a72dcf26 [2020-10-07T03:33:21.350Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-10-07T03:33:22.334Z] ---> 52546b3c4d5d [2020-10-07T03:33:22.334Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-10-07T03:33:22.334Z] ---> b690a5b9fbd5 [2020-10-07T03:33:22.334Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-10-07T03:33:23.320Z] ---> 60f460a7b552 [2020-10-07T03:33:23.320Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-10-07T03:33:24.299Z] ---> 7b45409a1956 [2020-10-07T03:33:24.299Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-10-07T03:33:24.581Z] ---> 724da91b0eab [2020-10-07T03:33:24.581Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-10-07T03:33:25.182Z] Removing intermediate container 0c9d896cf214 [2020-10-07T03:33:25.182Z] ---> a9d84bf8c5d3 [2020-10-07T03:33:25.182Z] [2020-10-07T03:33:25.182Z] Step 10/22 : FROM scratch [2020-10-07T03:33:25.182Z] ---> [2020-10-07T03:33:25.182Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-07T03:33:25.182Z] ---> Using cache [2020-10-07T03:33:25.182Z] ---> 827850b5df61 [2020-10-07T03:33:25.182Z] Step 12/22 : ENV APP_PORT=48081 [2020-10-07T03:33:25.457Z] ---> Running in 38aeac740a55 [2020-10-07T03:33:25.457Z] ---> 89d8031f7296 [2020-10-07T03:33:25.457Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-10-07T03:33:25.731Z] ---> Running in 92fc78d94f6a [2020-10-07T03:33:26.006Z] ---> 8279f725c1e2 [2020-10-07T03:33:26.006Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-10-07T03:33:26.006Z] Removing intermediate container 38aeac740a55 [2020-10-07T03:33:26.006Z] ---> 94d895f82d25 [2020-10-07T03:33:26.006Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-07T03:33:26.006Z] ---> Running in d5b066a32b0c [2020-10-07T03:33:26.285Z] Removing intermediate container 92fc78d94f6a [2020-10-07T03:33:26.285Z] ---> aab11c6ec85d [2020-10-07T03:33:26.285Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-07T03:33:26.556Z] ---> Running in 7262961309c5 [2020-10-07T03:33:26.556Z] Removing intermediate container d5b066a32b0c [2020-10-07T03:33:26.556Z] ---> bda7fab5886a [2020-10-07T03:33:26.556Z] Step 14/22 : WORKDIR / [2020-10-07T03:33:26.830Z] ---> Running in a0e7714d9904 [2020-10-07T03:33:27.105Z] ---> bddf6876f2a3 [2020-10-07T03:33:27.105Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-10-07T03:33:27.105Z] Removing intermediate container 7262961309c5 [2020-10-07T03:33:27.105Z] ---> 5d921eb0bffb [2020-10-07T03:33:27.105Z] Step 22/24 : LABEL arch=arm64 [2020-10-07T03:33:27.383Z] ---> Running in 2e58e4c6cdf5 [2020-10-07T03:33:27.383Z] Removing intermediate container a0e7714d9904 [2020-10-07T03:33:27.383Z] ---> d30c4a49c0fd [2020-10-07T03:33:27.383Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-10-07T03:33:27.993Z] ---> 5b0ee5d268c1 [2020-10-07T03:33:27.993Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-07T03:33:27.993Z] Removing intermediate container 2e58e4c6cdf5 [2020-10-07T03:33:27.993Z] ---> c0306a4fe8ad [2020-10-07T03:33:27.993Z] Step 23/24 : LABEL git_sha=f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108 [2020-10-07T03:33:27.993Z] ---> Running in df5fc436b506 [2020-10-07T03:33:28.268Z] ---> Running in 7e4d1a1b069a [2020-10-07T03:33:28.268Z] ---> a65c9f43b55c [2020-10-07T03:33:28.268Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-10-07T03:33:28.877Z] Removing intermediate container 7e4d1a1b069a [2020-10-07T03:33:28.877Z] ---> f7ae0c5dad37 [2020-10-07T03:33:28.877Z] Step 24/24 : LABEL version=1.2.2-dev.52 [2020-10-07T03:33:29.154Z] ---> Running in ebf797713ab3 [2020-10-07T03:33:29.758Z] Removing intermediate container ebf797713ab3 [2020-10-07T03:33:29.758Z] ---> 62ed3b386345 [2020-10-07T03:33:29.758Z] [2020-10-07T03:33:29.758Z] ---> c6a29f3c22b1 [2020-10-07T03:33:29.758Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-10-07T03:33:30.370Z] Successfully built 62ed3b386345 [2020-10-07T03:33:30.370Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-10-07T03:33:30.645Z]  Building docker-support-notifications-go ... done  ---> 0084cc08ad85 [2020-10-07T03:33:30.645Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-10-07T03:33:30.923Z] ---> Running in 57936c715268 [2020-10-07T03:33:30.923Z] Removing intermediate container df5fc436b506 [2020-10-07T03:33:30.923Z] ---> 1c60ee7f581e [2020-10-07T03:33:30.923Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-10-07T03:33:31.202Z] ---> Running in f45c2c85eb83 [2020-10-07T03:33:31.202Z] Removing intermediate container 57936c715268 [2020-10-07T03:33:31.203Z] ---> 136ba21c597a [2020-10-07T03:33:31.203Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-07T03:33:31.495Z] ---> Running in 1c4703d65db4 [2020-10-07T03:33:31.781Z] Removing intermediate container f45c2c85eb83 [2020-10-07T03:33:31.781Z] ---> 4bba56c632b9 [2020-10-07T03:33:31.781Z] Step 24/26 : LABEL arch=arm64 [2020-10-07T03:33:31.781Z] ---> Running in ca7fc7cddd29 [2020-10-07T03:33:32.066Z] Removing intermediate container 1c4703d65db4 [2020-10-07T03:33:32.066Z] ---> 704aa7810bc1 [2020-10-07T03:33:32.066Z] Step 20/22 : LABEL arch=arm64 [2020-10-07T03:33:32.066Z] ---> Running in a7dc65f4e16d [2020-10-07T03:33:32.352Z] Removing intermediate container ca7fc7cddd29 [2020-10-07T03:33:32.352Z] ---> ee9f76576e29 [2020-10-07T03:33:32.352Z] Step 25/26 : LABEL git_sha=f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108 [2020-10-07T03:33:32.638Z] ---> Running in ed48380d911e [2020-10-07T03:33:32.638Z] Removing intermediate container a7dc65f4e16d [2020-10-07T03:33:32.638Z] ---> f7bd2a18c622 [2020-10-07T03:33:32.638Z] Step 21/22 : LABEL git_sha=f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108 [2020-10-07T03:33:32.638Z] ---> Running in 22991c3ab4c8 [2020-10-07T03:33:33.243Z] Removing intermediate container ed48380d911e [2020-10-07T03:33:33.243Z] ---> 48d802fe18ba [2020-10-07T03:33:33.243Z] Step 26/26 : LABEL version=1.2.2-dev.52 [2020-10-07T03:33:33.243Z] ---> Running in 393c459c1288 [2020-10-07T03:33:33.243Z] Removing intermediate container 22991c3ab4c8 [2020-10-07T03:33:33.243Z] ---> 99afc0816365 [2020-10-07T03:33:33.243Z] Step 22/22 : LABEL version=1.2.2-dev.52 [2020-10-07T03:33:33.532Z] ---> Running in b56d1190f924 [2020-10-07T03:33:33.820Z] Removing intermediate container 393c459c1288 [2020-10-07T03:33:33.820Z] ---> 5829524408bc [2020-10-07T03:33:33.820Z] [2020-10-07T03:33:34.099Z] Removing intermediate container b56d1190f924 [2020-10-07T03:33:34.099Z] ---> df784651252a [2020-10-07T03:33:34.099Z] [2020-10-07T03:33:34.099Z] Successfully built 5829524408bc [2020-10-07T03:33:34.099Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-10-07T03:33:34.386Z]  Building docker-security-secretstore-setup-go ... done Successfully built df784651252a [2020-10-07T03:33:34.386Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-10-07T03:33:35.005Z]  Building docker-core-metadata-go ... done  [Pipeline] } [2020-10-07T03:33:35.016Z] $ docker stop --time=1 7d7b00a306dc0043f7c3a362c4d8c7f38dff0a4501b5384b0d4f05d10cd17e11 [2020-10-07T03:33:36.953Z] $ docker rm -f 7d7b00a306dc0043f7c3a362c4d8c7f38dff0a4501b5384b0d4f05d10cd17e11 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-07T03:33:37.749Z] + docker images [2020-10-07T03:33:37.750Z] + grep docker [2020-10-07T03:33:38.034Z] docker-core-metadata-go-arm64 latest df784651252a 4 seconds ago 13.3MB [2020-10-07T03:33:38.034Z] docker-security-secretstore-setup-go-arm64 latest 5829524408bc 4 seconds ago 30.8MB [2020-10-07T03:33:38.034Z] docker-support-notifications-go-arm64 latest 62ed3b386345 8 seconds ago 12.9MB [2020-10-07T03:33:38.034Z] docker-sys-mgmt-agent-go-arm64 latest dc8b0c8fd994 26 seconds ago 270MB [2020-10-07T03:33:38.034Z] docker-security-proxy-setup-go-arm64 latest e0259be94d1a 28 seconds ago 15.1MB [2020-10-07T03:33:38.034Z] docker-core-data-go-arm64 latest 7120f3ca235b 3 minutes ago 22.2MB [2020-10-07T03:33:38.034Z] docker-core-command-go-arm64 latest 8077961753e5 3 minutes ago 11.4MB [2020-10-07T03:33:38.034Z] docker-security-secrets-setup-go-arm64 latest 2f2f0c08f15b 3 minutes ago 22.7MB [2020-10-07T03:33:38.034Z] docker-support-scheduler-go-arm64 latest 68f15033f064 3 minutes ago 11.5MB [2020-10-07T03:33:38.034Z] docker-support-logging-go-arm64 latest 8bd183ad2ebd 4 minutes ago 10.6MB [2020-10-07T03:33:38.034Z] 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-07T03:33:38.636Z] provisioning config files... [2020-10-07T03:33:38.687Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/167@tmp/config4490914446243557509tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-10-07T03:33:39.098Z] ---> docker-login.sh [2020-10-07T03:33:39.098Z] nexus3.edgexfoundry.org:10001 [2020-10-07T03:33:39.376Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-07T03:33:39.654Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-07T03:33:39.654Z] Configure a credential helper to remove this warning. See [2020-10-07T03:33:39.654Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-07T03:33:39.654Z] [2020-10-07T03:33:39.654Z] Login Succeeded [2020-10-07T03:33:39.654Z] nexus3.edgexfoundry.org:10002 [2020-10-07T03:33:40.257Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-07T03:33:40.257Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-07T03:33:40.257Z] Configure a credential helper to remove this warning. See [2020-10-07T03:33:40.257Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-07T03:33:40.257Z] [2020-10-07T03:33:40.257Z] Login Succeeded [2020-10-07T03:33:40.257Z] nexus3.edgexfoundry.org:10003 [2020-10-07T03:33:40.860Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-07T03:33:40.860Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-07T03:33:40.860Z] Configure a credential helper to remove this warning. See [2020-10-07T03:33:40.860Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-07T03:33:40.860Z] [2020-10-07T03:33:40.860Z] Login Succeeded [2020-10-07T03:33:40.860Z] nexus3.edgexfoundry.org:10004 [2020-10-07T03:33:41.465Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-07T03:33:41.465Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-07T03:33:41.465Z] Configure a credential helper to remove this warning. See [2020-10-07T03:33:41.465Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-07T03:33:41.465Z] [2020-10-07T03:33:41.465Z] Login Succeeded [2020-10-07T03:33:41.465Z] docker.io [2020-10-07T03:33:42.071Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-07T03:33:42.347Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-07T03:33:42.347Z] Configure a credential helper to remove this warning. See [2020-10-07T03:33:42.347Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-07T03:33:42.347Z] [2020-10-07T03:33:42.347Z] Login Succeeded [2020-10-07T03:33:42.347Z] ---> docker-login.sh ends [Pipeline] } [2020-10-07T03:33:42.367Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-07T03:33:42.625Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2020-10-07T03:33:42.625Z] f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108 [2020-10-07T03:33:42.625Z] 1.2.2-dev.52 [2020-10-07T03:33:42.625Z] f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108-1.2.2-dev.52 [2020-10-07T03:33:42.625Z] master [2020-10-07T03:33:42.625Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:33:43.197Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108 [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:33:43.562Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108 [2020-10-07T03:33:43.562Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-07T03:33:43.562Z] 494862ef6839: Preparing [2020-10-07T03:33:43.562Z] 1dc5998029f4: Preparing [2020-10-07T03:33:43.562Z] 569a0330fc3f: Preparing [2020-10-07T03:33:43.835Z] 494862ef6839: Pushed [2020-10-07T03:33:43.835Z] 569a0330fc3f: Pushed [2020-10-07T03:33:46.445Z] 1dc5998029f4: Pushed [2020-10-07T03:33:46.718Z] f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108: digest: sha256:0fe303d96e385cff3fdc497fcac9d0bda8aea692a8f44c2973e651689fb45bef size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:33:47.073Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.52 [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:33:47.491Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.52 [2020-10-07T03:33:47.491Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-07T03:33:47.491Z] 494862ef6839: Preparing [2020-10-07T03:33:47.491Z] 1dc5998029f4: Preparing [2020-10-07T03:33:47.491Z] 569a0330fc3f: Preparing [2020-10-07T03:33:47.775Z] 494862ef6839: Layer already exists [2020-10-07T03:33:47.775Z] 569a0330fc3f: Layer already exists [2020-10-07T03:33:47.775Z] 1dc5998029f4: Layer already exists [2020-10-07T03:33:47.775Z] 1.2.2-dev.52: digest: sha256:0fe303d96e385cff3fdc497fcac9d0bda8aea692a8f44c2973e651689fb45bef size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:33:48.160Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108-1.2.2-dev.52 [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:33:48.539Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108-1.2.2-dev.52 [2020-10-07T03:33:48.539Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-07T03:33:48.539Z] 494862ef6839: Preparing [2020-10-07T03:33:48.539Z] 1dc5998029f4: Preparing [2020-10-07T03:33:48.539Z] 569a0330fc3f: Preparing [2020-10-07T03:33:48.539Z] 1dc5998029f4: Layer already exists [2020-10-07T03:33:48.539Z] 569a0330fc3f: Layer already exists [2020-10-07T03:33:48.539Z] 494862ef6839: Layer already exists [2020-10-07T03:33:48.818Z] f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108-1.2.2-dev.52: digest: sha256:0fe303d96e385cff3fdc497fcac9d0bda8aea692a8f44c2973e651689fb45bef size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:33:49.193Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:33:49.566Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2020-10-07T03:33:49.566Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-07T03:33:49.566Z] 494862ef6839: Preparing [2020-10-07T03:33:49.566Z] 1dc5998029f4: Preparing [2020-10-07T03:33:49.566Z] 569a0330fc3f: Preparing [2020-10-07T03:33:49.846Z] 569a0330fc3f: Layer already exists [2020-10-07T03:33:49.846Z] 1dc5998029f4: Layer already exists [2020-10-07T03:33:49.846Z] 494862ef6839: Layer already exists [2020-10-07T03:33:49.846Z] master: digest: sha256:0fe303d96e385cff3fdc497fcac9d0bda8aea692a8f44c2973e651689fb45bef size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-07T03:33:50.160Z] ===================================================== [Pipeline] echo [2020-10-07T03:33:50.212Z] taggedImages: [2020-10-07T03:33:50.212Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108 [2020-10-07T03:33:50.212Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.52 [2020-10-07T03:33:50.212Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108-1.2.2-dev.52 [2020-10-07T03:33:50.212Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2020-10-07T03:33:50.326Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2020-10-07T03:33:50.326Z] f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108 [2020-10-07T03:33:50.326Z] 1.2.2-dev.52 [2020-10-07T03:33:50.326Z] f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108-1.2.2-dev.52 [2020-10-07T03:33:50.326Z] master [2020-10-07T03:33:50.326Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:33:50.946Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108 [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:33:51.303Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108 [2020-10-07T03:33:51.303Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-07T03:33:51.303Z] 2b7904bb1568: Preparing [2020-10-07T03:33:51.303Z] 5c204224a8c3: Preparing [2020-10-07T03:33:51.303Z] 51ea5ef8d38e: Preparing [2020-10-07T03:33:51.303Z] 4df8d5e74b70: Preparing [2020-10-07T03:33:51.303Z] f21d02d2b2b4: Preparing [2020-10-07T03:33:51.303Z] e2f13739ad41: Preparing [2020-10-07T03:33:51.303Z] e2f13739ad41: Waiting [2020-10-07T03:33:51.615Z] f21d02d2b2b4: Pushed [2020-10-07T03:33:51.615Z] 2b7904bb1568: Pushed [2020-10-07T03:33:51.888Z] 51ea5ef8d38e: Pushed [2020-10-07T03:33:51.888Z] e2f13739ad41: Layer already exists [2020-10-07T03:33:52.486Z] 4df8d5e74b70: Pushed [2020-10-07T03:33:55.109Z] 5c204224a8c3: Pushed [2020-10-07T03:33:55.386Z] f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108: digest: sha256:65cb907922d88c0e29832b135b1d56e6650267d51b31d5cc6f6293a3a7622682 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:33:55.747Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.52 [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:33:56.111Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.52 [2020-10-07T03:33:56.111Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-07T03:33:56.111Z] 2b7904bb1568: Preparing [2020-10-07T03:33:56.111Z] 5c204224a8c3: Preparing [2020-10-07T03:33:56.111Z] 51ea5ef8d38e: Preparing [2020-10-07T03:33:56.111Z] 4df8d5e74b70: Preparing [2020-10-07T03:33:56.111Z] f21d02d2b2b4: Preparing [2020-10-07T03:33:56.111Z] e2f13739ad41: Preparing [2020-10-07T03:33:56.111Z] e2f13739ad41: Waiting [2020-10-07T03:33:56.111Z] f21d02d2b2b4: Layer already exists [2020-10-07T03:33:56.111Z] 4df8d5e74b70: Layer already exists [2020-10-07T03:33:56.385Z] 2b7904bb1568: Layer already exists [2020-10-07T03:33:56.385Z] 51ea5ef8d38e: Layer already exists [2020-10-07T03:33:56.385Z] 5c204224a8c3: Layer already exists [2020-10-07T03:33:56.385Z] e2f13739ad41: Layer already exists [2020-10-07T03:33:56.385Z] 1.2.2-dev.52: digest: sha256:65cb907922d88c0e29832b135b1d56e6650267d51b31d5cc6f6293a3a7622682 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:33:56.742Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108-1.2.2-dev.52 [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:33:57.091Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108-1.2.2-dev.52 [2020-10-07T03:33:57.091Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-07T03:33:57.091Z] 2b7904bb1568: Preparing [2020-10-07T03:33:57.091Z] 5c204224a8c3: Preparing [2020-10-07T03:33:57.091Z] 51ea5ef8d38e: Preparing [2020-10-07T03:33:57.091Z] 4df8d5e74b70: Preparing [2020-10-07T03:33:57.091Z] f21d02d2b2b4: Preparing [2020-10-07T03:33:57.091Z] e2f13739ad41: Preparing [2020-10-07T03:33:57.091Z] e2f13739ad41: Waiting [2020-10-07T03:33:57.091Z] 4df8d5e74b70: Layer already exists [2020-10-07T03:33:57.091Z] 2b7904bb1568: Layer already exists [2020-10-07T03:33:57.091Z] 5c204224a8c3: Layer already exists [2020-10-07T03:33:57.363Z] 51ea5ef8d38e: Layer already exists [2020-10-07T03:33:57.363Z] f21d02d2b2b4: Layer already exists [2020-10-07T03:33:57.363Z] e2f13739ad41: Layer already exists [2020-10-07T03:33:57.363Z] f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108-1.2.2-dev.52: digest: sha256:65cb907922d88c0e29832b135b1d56e6650267d51b31d5cc6f6293a3a7622682 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:33:57.714Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:33:58.055Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2020-10-07T03:33:58.056Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-07T03:33:58.056Z] 2b7904bb1568: Preparing [2020-10-07T03:33:58.056Z] 5c204224a8c3: Preparing [2020-10-07T03:33:58.056Z] 51ea5ef8d38e: Preparing [2020-10-07T03:33:58.056Z] 4df8d5e74b70: Preparing [2020-10-07T03:33:58.056Z] f21d02d2b2b4: Preparing [2020-10-07T03:33:58.056Z] e2f13739ad41: Preparing [2020-10-07T03:33:58.056Z] e2f13739ad41: Waiting [2020-10-07T03:33:58.056Z] 4df8d5e74b70: Layer already exists [2020-10-07T03:33:58.056Z] 51ea5ef8d38e: Layer already exists [2020-10-07T03:33:58.056Z] 5c204224a8c3: Layer already exists [2020-10-07T03:33:58.056Z] f21d02d2b2b4: Layer already exists [2020-10-07T03:33:58.056Z] 2b7904bb1568: Layer already exists [2020-10-07T03:33:58.056Z] e2f13739ad41: Layer already exists [2020-10-07T03:33:58.327Z] master: digest: sha256:65cb907922d88c0e29832b135b1d56e6650267d51b31d5cc6f6293a3a7622682 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-07T03:33:58.529Z] ===================================================== [Pipeline] echo [2020-10-07T03:33:58.580Z] taggedImages: [2020-10-07T03:33:58.580Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108 [2020-10-07T03:33:58.580Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.52 [2020-10-07T03:33:58.580Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108-1.2.2-dev.52 [2020-10-07T03:33:58.580Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2020-10-07T03:33:58.651Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2020-10-07T03:33:58.651Z] f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108 [2020-10-07T03:33:58.651Z] 1.2.2-dev.52 [2020-10-07T03:33:58.651Z] f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108-1.2.2-dev.52 [2020-10-07T03:33:58.651Z] master [2020-10-07T03:33:58.651Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:33:59.189Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108 [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:33:59.536Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108 [2020-10-07T03:33:59.536Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-07T03:33:59.536Z] f16e509fa61a: Preparing [2020-10-07T03:33:59.536Z] 5de081204da3: Preparing [2020-10-07T03:33:59.536Z] 85432e945089: Preparing [2020-10-07T03:33:59.812Z] 85432e945089: Pushed [2020-10-07T03:33:59.812Z] f16e509fa61a: Pushed [2020-10-07T03:34:03.199Z] 5de081204da3: Pushed [2020-10-07T03:34:03.199Z] f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108: digest: sha256:503d1f982c9ea11d5d9820d36908a943175eab298cfd9e3d8ce01f509bddde6a size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:34:03.556Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.52 [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:34:03.904Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.52 [2020-10-07T03:34:03.904Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-07T03:34:03.904Z] f16e509fa61a: Preparing [2020-10-07T03:34:03.904Z] 5de081204da3: Preparing [2020-10-07T03:34:03.904Z] 85432e945089: Preparing [2020-10-07T03:34:04.180Z] 5de081204da3: Layer already exists [2020-10-07T03:34:04.180Z] 85432e945089: Layer already exists [2020-10-07T03:34:04.180Z] f16e509fa61a: Layer already exists [2020-10-07T03:34:04.180Z] 1.2.2-dev.52: digest: sha256:503d1f982c9ea11d5d9820d36908a943175eab298cfd9e3d8ce01f509bddde6a size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:34:04.532Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108-1.2.2-dev.52 [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:34:04.884Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108-1.2.2-dev.52 [2020-10-07T03:34:04.884Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-07T03:34:04.884Z] f16e509fa61a: Preparing [2020-10-07T03:34:04.884Z] 5de081204da3: Preparing [2020-10-07T03:34:04.884Z] 85432e945089: Preparing [2020-10-07T03:34:04.884Z] 5de081204da3: Layer already exists [2020-10-07T03:34:04.884Z] f16e509fa61a: Layer already exists [2020-10-07T03:34:04.884Z] 85432e945089: Layer already exists [2020-10-07T03:34:05.159Z] f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108-1.2.2-dev.52: digest: sha256:503d1f982c9ea11d5d9820d36908a943175eab298cfd9e3d8ce01f509bddde6a size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:34:05.519Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:34:05.870Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2020-10-07T03:34:05.870Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-07T03:34:05.871Z] f16e509fa61a: Preparing [2020-10-07T03:34:05.871Z] 5de081204da3: Preparing [2020-10-07T03:34:05.871Z] 85432e945089: Preparing [2020-10-07T03:34:06.143Z] 85432e945089: Layer already exists [2020-10-07T03:34:06.143Z] f16e509fa61a: Layer already exists [2020-10-07T03:34:06.143Z] 5de081204da3: Layer already exists [2020-10-07T03:34:06.143Z] master: digest: sha256:503d1f982c9ea11d5d9820d36908a943175eab298cfd9e3d8ce01f509bddde6a size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-07T03:34:06.385Z] ===================================================== [Pipeline] echo [2020-10-07T03:34:06.446Z] taggedImages: [2020-10-07T03:34:06.446Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108 [2020-10-07T03:34:06.446Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.52 [2020-10-07T03:34:06.446Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108-1.2.2-dev.52 [2020-10-07T03:34:06.446Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2020-10-07T03:34:06.561Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2020-10-07T03:34:06.561Z] f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108 [2020-10-07T03:34:06.561Z] 1.2.2-dev.52 [2020-10-07T03:34:06.561Z] f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108-1.2.2-dev.52 [2020-10-07T03:34:06.561Z] master [2020-10-07T03:34:06.561Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:34:07.141Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108 [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:34:07.503Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108 [2020-10-07T03:34:07.503Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-07T03:34:07.503Z] e768a6f5b55e: Preparing [2020-10-07T03:34:07.503Z] 94dab6d32bd8: Preparing [2020-10-07T03:34:07.503Z] a86362ae2f3f: Preparing [2020-10-07T03:34:07.503Z] 6620555dbd46: Preparing [2020-10-07T03:34:07.503Z] e2f13739ad41: Preparing [2020-10-07T03:34:07.781Z] e2f13739ad41: Layer already exists [2020-10-07T03:34:07.781Z] 94dab6d32bd8: Pushed [2020-10-07T03:34:07.781Z] a86362ae2f3f: Pushed [2020-10-07T03:34:08.375Z] 6620555dbd46: Pushed [2020-10-07T03:34:10.346Z] e768a6f5b55e: Pushed [2020-10-07T03:34:10.346Z] f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108: digest: sha256:b1a3a73400deb47c634a3431035d07254fa538545dd24863ba6150eeada8a5f9 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:34:10.689Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.52 [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:34:11.032Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.52 [2020-10-07T03:34:11.032Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-07T03:34:11.032Z] e768a6f5b55e: Preparing [2020-10-07T03:34:11.032Z] 94dab6d32bd8: Preparing [2020-10-07T03:34:11.032Z] a86362ae2f3f: Preparing [2020-10-07T03:34:11.032Z] 6620555dbd46: Preparing [2020-10-07T03:34:11.032Z] e2f13739ad41: Preparing [2020-10-07T03:34:11.304Z] 94dab6d32bd8: Layer already exists [2020-10-07T03:34:11.304Z] a86362ae2f3f: Layer already exists [2020-10-07T03:34:11.304Z] e768a6f5b55e: Layer already exists [2020-10-07T03:34:11.304Z] 6620555dbd46: Layer already exists [2020-10-07T03:34:11.304Z] e2f13739ad41: Layer already exists [2020-10-07T03:34:11.304Z] 1.2.2-dev.52: digest: sha256:b1a3a73400deb47c634a3431035d07254fa538545dd24863ba6150eeada8a5f9 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:34:11.655Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108-1.2.2-dev.52 [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:34:11.999Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108-1.2.2-dev.52 [2020-10-07T03:34:11.999Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-07T03:34:11.999Z] e768a6f5b55e: Preparing [2020-10-07T03:34:11.999Z] 94dab6d32bd8: Preparing [2020-10-07T03:34:11.999Z] a86362ae2f3f: Preparing [2020-10-07T03:34:11.999Z] 6620555dbd46: Preparing [2020-10-07T03:34:11.999Z] e2f13739ad41: Preparing [2020-10-07T03:34:12.000Z] a86362ae2f3f: Layer already exists [2020-10-07T03:34:12.275Z] e2f13739ad41: Layer already exists [2020-10-07T03:34:12.275Z] 94dab6d32bd8: Layer already exists [2020-10-07T03:34:12.275Z] 6620555dbd46: Layer already exists [2020-10-07T03:34:12.275Z] e768a6f5b55e: Layer already exists [2020-10-07T03:34:12.275Z] f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108-1.2.2-dev.52: digest: sha256:b1a3a73400deb47c634a3431035d07254fa538545dd24863ba6150eeada8a5f9 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:34:12.643Z] + 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-07T03:34:12.993Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2020-10-07T03:34:12.993Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-07T03:34:12.993Z] e768a6f5b55e: Preparing [2020-10-07T03:34:12.993Z] 94dab6d32bd8: Preparing [2020-10-07T03:34:12.993Z] a86362ae2f3f: Preparing [2020-10-07T03:34:12.993Z] 6620555dbd46: Preparing [2020-10-07T03:34:12.993Z] e2f13739ad41: Preparing [2020-10-07T03:34:13.268Z] e768a6f5b55e: Layer already exists [2020-10-07T03:34:13.268Z] e2f13739ad41: Layer already exists [2020-10-07T03:34:13.268Z] a86362ae2f3f: Layer already exists [2020-10-07T03:34:13.268Z] 6620555dbd46: Layer already exists [2020-10-07T03:34:13.268Z] 94dab6d32bd8: Layer already exists [2020-10-07T03:34:13.268Z] master: digest: sha256:b1a3a73400deb47c634a3431035d07254fa538545dd24863ba6150eeada8a5f9 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-07T03:34:13.549Z] ===================================================== [Pipeline] echo [2020-10-07T03:34:13.597Z] taggedImages: [2020-10-07T03:34:13.597Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108 [2020-10-07T03:34:13.597Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.52 [2020-10-07T03:34:13.597Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108-1.2.2-dev.52 [2020-10-07T03:34:13.597Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2020-10-07T03:34:13.676Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go-arm64 with the following tags: [2020-10-07T03:34:13.676Z] f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108 [2020-10-07T03:34:13.676Z] 1.2.2-dev.52 [2020-10-07T03:34:13.676Z] f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108-1.2.2-dev.52 [2020-10-07T03:34:13.676Z] master [2020-10-07T03:34:13.676Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:34:14.244Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108 [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:34:14.607Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108 [2020-10-07T03:34:14.607Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-07T03:34:14.607Z] 665282f4dbe1: Preparing [2020-10-07T03:34:14.607Z] b358154e5ab1: Preparing [2020-10-07T03:34:14.607Z] 2b51fd6dd3b1: Preparing [2020-10-07T03:34:14.607Z] 939596e50039: Preparing [2020-10-07T03:34:14.607Z] 939596e50039: Preparing [2020-10-07T03:34:14.607Z] 3684511f7141: Preparing [2020-10-07T03:34:14.607Z] ef13c887f451: Preparing [2020-10-07T03:34:14.607Z] 8c93f3bde636: Preparing [2020-10-07T03:34:14.607Z] 665282f4dbe1: Preparing [2020-10-07T03:34:14.607Z] 5711bb90d2db: Preparing [2020-10-07T03:34:14.607Z] afaf6825d2cc: Preparing [2020-10-07T03:34:14.607Z] f8cf3e9d3101: Preparing [2020-10-07T03:34:14.607Z] e2f13739ad41: Preparing [2020-10-07T03:34:14.607Z] 5711bb90d2db: Waiting [2020-10-07T03:34:14.607Z] afaf6825d2cc: Waiting [2020-10-07T03:34:14.607Z] f8cf3e9d3101: Waiting [2020-10-07T03:34:14.607Z] e2f13739ad41: Waiting [2020-10-07T03:34:14.607Z] ef13c887f451: Waiting [2020-10-07T03:34:14.607Z] 8c93f3bde636: Waiting [2020-10-07T03:34:14.891Z] 2b51fd6dd3b1: Pushed [2020-10-07T03:34:14.891Z] b358154e5ab1: Pushed [2020-10-07T03:34:15.164Z] 3684511f7141: Pushed [2020-10-07T03:34:15.164Z] 939596e50039: Pushed [2020-10-07T03:34:15.164Z] ef13c887f451: Pushed [2020-10-07T03:34:15.164Z] 8c93f3bde636: Pushed [2020-10-07T03:34:15.436Z] 5711bb90d2db: Pushed [2020-10-07T03:34:15.436Z] e2f13739ad41: Layer already exists [2020-10-07T03:34:15.436Z] afaf6825d2cc: Pushed [2020-10-07T03:34:15.713Z] f8cf3e9d3101: Pushed [2020-10-07T03:34:17.157Z] 665282f4dbe1: Pushed [2020-10-07T03:34:17.431Z] f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108: digest: sha256:5d16b1591a3c0a400c38dca113c1541f3271397b05b550e1cecaf5c18675dd2a size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:34:17.788Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.52 [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:34:18.139Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.52 [2020-10-07T03:34:18.139Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-07T03:34:18.139Z] 665282f4dbe1: Preparing [2020-10-07T03:34:18.139Z] b358154e5ab1: Preparing [2020-10-07T03:34:18.139Z] 2b51fd6dd3b1: Preparing [2020-10-07T03:34:18.139Z] 939596e50039: Preparing [2020-10-07T03:34:18.139Z] 939596e50039: Preparing [2020-10-07T03:34:18.139Z] 3684511f7141: Preparing [2020-10-07T03:34:18.139Z] ef13c887f451: Preparing [2020-10-07T03:34:18.139Z] 8c93f3bde636: Preparing [2020-10-07T03:34:18.139Z] 665282f4dbe1: Preparing [2020-10-07T03:34:18.139Z] 5711bb90d2db: Preparing [2020-10-07T03:34:18.139Z] afaf6825d2cc: Preparing [2020-10-07T03:34:18.139Z] f8cf3e9d3101: Preparing [2020-10-07T03:34:18.139Z] e2f13739ad41: Preparing [2020-10-07T03:34:18.139Z] 5711bb90d2db: Waiting [2020-10-07T03:34:18.139Z] afaf6825d2cc: Waiting [2020-10-07T03:34:18.139Z] f8cf3e9d3101: Waiting [2020-10-07T03:34:18.139Z] e2f13739ad41: Waiting [2020-10-07T03:34:18.139Z] ef13c887f451: Waiting [2020-10-07T03:34:18.139Z] 8c93f3bde636: Waiting [2020-10-07T03:34:18.139Z] 665282f4dbe1: Layer already exists [2020-10-07T03:34:18.139Z] 3684511f7141: Layer already exists [2020-10-07T03:34:18.139Z] 939596e50039: Layer already exists [2020-10-07T03:34:18.139Z] b358154e5ab1: Layer already exists [2020-10-07T03:34:18.415Z] 2b51fd6dd3b1: Layer already exists [2020-10-07T03:34:18.415Z] 5711bb90d2db: Layer already exists [2020-10-07T03:34:18.415Z] 8c93f3bde636: Layer already exists [2020-10-07T03:34:18.415Z] afaf6825d2cc: Layer already exists [2020-10-07T03:34:18.415Z] f8cf3e9d3101: Layer already exists [2020-10-07T03:34:18.415Z] ef13c887f451: Layer already exists [2020-10-07T03:34:18.415Z] e2f13739ad41: Layer already exists [2020-10-07T03:34:18.415Z] 1.2.2-dev.52: digest: sha256:5d16b1591a3c0a400c38dca113c1541f3271397b05b550e1cecaf5c18675dd2a size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:34:18.779Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108-1.2.2-dev.52 [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:34:19.119Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108-1.2.2-dev.52 [2020-10-07T03:34:19.119Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-07T03:34:19.119Z] 665282f4dbe1: Preparing [2020-10-07T03:34:19.119Z] b358154e5ab1: Preparing [2020-10-07T03:34:19.119Z] 2b51fd6dd3b1: Preparing [2020-10-07T03:34:19.119Z] 939596e50039: Preparing [2020-10-07T03:34:19.119Z] 939596e50039: Preparing [2020-10-07T03:34:19.119Z] 3684511f7141: Preparing [2020-10-07T03:34:19.119Z] ef13c887f451: Preparing [2020-10-07T03:34:19.119Z] 8c93f3bde636: Preparing [2020-10-07T03:34:19.119Z] 665282f4dbe1: Preparing [2020-10-07T03:34:19.119Z] 5711bb90d2db: Preparing [2020-10-07T03:34:19.119Z] afaf6825d2cc: Preparing [2020-10-07T03:34:19.119Z] f8cf3e9d3101: Preparing [2020-10-07T03:34:19.119Z] e2f13739ad41: Preparing [2020-10-07T03:34:19.119Z] ef13c887f451: Waiting [2020-10-07T03:34:19.119Z] 8c93f3bde636: Waiting [2020-10-07T03:34:19.119Z] 5711bb90d2db: Waiting [2020-10-07T03:34:19.119Z] afaf6825d2cc: Waiting [2020-10-07T03:34:19.119Z] e2f13739ad41: Waiting [2020-10-07T03:34:19.119Z] f8cf3e9d3101: Waiting [2020-10-07T03:34:19.393Z] 665282f4dbe1: Layer already exists [2020-10-07T03:34:19.393Z] 939596e50039: Layer already exists [2020-10-07T03:34:19.393Z] 2b51fd6dd3b1: Layer already exists [2020-10-07T03:34:19.393Z] 3684511f7141: Layer already exists [2020-10-07T03:34:19.393Z] b358154e5ab1: Layer already exists [2020-10-07T03:34:19.393Z] 5711bb90d2db: Layer already exists [2020-10-07T03:34:19.393Z] ef13c887f451: Layer already exists [2020-10-07T03:34:19.393Z] 8c93f3bde636: Layer already exists [2020-10-07T03:34:19.393Z] f8cf3e9d3101: Layer already exists [2020-10-07T03:34:19.393Z] afaf6825d2cc: Layer already exists [2020-10-07T03:34:19.393Z] e2f13739ad41: Layer already exists [2020-10-07T03:34:19.393Z] f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108-1.2.2-dev.52: digest: sha256:5d16b1591a3c0a400c38dca113c1541f3271397b05b550e1cecaf5c18675dd2a size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:34:19.738Z] + 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-07T03:34:20.093Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [2020-10-07T03:34:20.093Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-07T03:34:20.093Z] 665282f4dbe1: Preparing [2020-10-07T03:34:20.093Z] b358154e5ab1: Preparing [2020-10-07T03:34:20.093Z] 2b51fd6dd3b1: Preparing [2020-10-07T03:34:20.093Z] 939596e50039: Preparing [2020-10-07T03:34:20.093Z] 939596e50039: Preparing [2020-10-07T03:34:20.093Z] 3684511f7141: Preparing [2020-10-07T03:34:20.093Z] ef13c887f451: Preparing [2020-10-07T03:34:20.093Z] 8c93f3bde636: Preparing [2020-10-07T03:34:20.093Z] 665282f4dbe1: Preparing [2020-10-07T03:34:20.093Z] 5711bb90d2db: Preparing [2020-10-07T03:34:20.093Z] afaf6825d2cc: Preparing [2020-10-07T03:34:20.093Z] f8cf3e9d3101: Preparing [2020-10-07T03:34:20.093Z] e2f13739ad41: Preparing [2020-10-07T03:34:20.093Z] 5711bb90d2db: Waiting [2020-10-07T03:34:20.093Z] afaf6825d2cc: Waiting [2020-10-07T03:34:20.093Z] f8cf3e9d3101: Waiting [2020-10-07T03:34:20.093Z] e2f13739ad41: Waiting [2020-10-07T03:34:20.093Z] ef13c887f451: Waiting [2020-10-07T03:34:20.093Z] 8c93f3bde636: Waiting [2020-10-07T03:34:20.093Z] 665282f4dbe1: Layer already exists [2020-10-07T03:34:20.371Z] 939596e50039: Layer already exists [2020-10-07T03:34:20.371Z] 2b51fd6dd3b1: Layer already exists [2020-10-07T03:34:20.371Z] 3684511f7141: Layer already exists [2020-10-07T03:34:20.371Z] b358154e5ab1: Layer already exists [2020-10-07T03:34:20.371Z] 8c93f3bde636: Layer already exists [2020-10-07T03:34:20.371Z] ef13c887f451: Layer already exists [2020-10-07T03:34:20.371Z] 5711bb90d2db: Layer already exists [2020-10-07T03:34:20.371Z] afaf6825d2cc: Layer already exists [2020-10-07T03:34:20.371Z] f8cf3e9d3101: Layer already exists [2020-10-07T03:34:20.371Z] e2f13739ad41: Layer already exists [2020-10-07T03:34:20.371Z] master: digest: sha256:5d16b1591a3c0a400c38dca113c1541f3271397b05b550e1cecaf5c18675dd2a size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-07T03:34:20.592Z] ===================================================== [Pipeline] echo [2020-10-07T03:34:20.674Z] taggedImages: [2020-10-07T03:34:20.674Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108 [2020-10-07T03:34:20.674Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.52 [2020-10-07T03:34:20.674Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108-1.2.2-dev.52 [2020-10-07T03:34:20.674Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [Pipeline] echo [2020-10-07T03:34:20.748Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2020-10-07T03:34:20.748Z] f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108 [2020-10-07T03:34:20.748Z] 1.2.2-dev.52 [2020-10-07T03:34:20.748Z] f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108-1.2.2-dev.52 [2020-10-07T03:34:20.748Z] master [2020-10-07T03:34:20.748Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:34:21.298Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108 [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:34:21.658Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108 [2020-10-07T03:34:21.658Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-07T03:34:21.658Z] f666a9ab4ec5: Preparing [2020-10-07T03:34:21.658Z] 109afe9b7539: Preparing [2020-10-07T03:34:21.658Z] d336b8227733: Preparing [2020-10-07T03:34:21.658Z] d67996abca59: Preparing [2020-10-07T03:34:21.658Z] 68a194f5363a: Preparing [2020-10-07T03:34:21.658Z] 8be249cdc926: Preparing [2020-10-07T03:34:21.658Z] 667778047e1b: Preparing [2020-10-07T03:34:21.658Z] 0927d6fbe136: Preparing [2020-10-07T03:34:21.658Z] 76c27ca24016: Preparing [2020-10-07T03:34:21.658Z] 49f3924ab1fc: Preparing [2020-10-07T03:34:21.658Z] 66b385cf80cf: Preparing [2020-10-07T03:34:21.658Z] 8be249cdc926: Waiting [2020-10-07T03:34:21.658Z] 667778047e1b: Waiting [2020-10-07T03:34:21.658Z] 0927d6fbe136: Waiting [2020-10-07T03:34:21.658Z] 76c27ca24016: Waiting [2020-10-07T03:34:21.658Z] 66b385cf80cf: Waiting [2020-10-07T03:34:21.658Z] 49f3924ab1fc: Waiting [2020-10-07T03:34:21.935Z] f666a9ab4ec5: Pushed [2020-10-07T03:34:22.217Z] 109afe9b7539: Pushed [2020-10-07T03:34:22.217Z] 8be249cdc926: Pushed [2020-10-07T03:34:22.217Z] 667778047e1b: Pushed [2020-10-07T03:34:22.492Z] 0927d6fbe136: Pushed [2020-10-07T03:34:22.773Z] 76c27ca24016: Pushed [2020-10-07T03:34:23.054Z] 66b385cf80cf: Layer already exists [2020-10-07T03:34:23.054Z] 49f3924ab1fc: Pushed [2020-10-07T03:34:24.036Z] 68a194f5363a: Pushed [2020-10-07T03:34:24.036Z] d336b8227733: Pushed [2020-10-07T03:34:24.316Z] d67996abca59: Pushed [2020-10-07T03:34:24.591Z] f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108: digest: sha256:fc317cb5b8a26c5ea7c76928a3dd62dfac86812230306efa35f04420d6c0dd54 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:34:24.981Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.52 [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:34:25.329Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.52 [2020-10-07T03:34:25.329Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-07T03:34:25.329Z] f666a9ab4ec5: Preparing [2020-10-07T03:34:25.329Z] 109afe9b7539: Preparing [2020-10-07T03:34:25.329Z] d336b8227733: Preparing [2020-10-07T03:34:25.329Z] d67996abca59: Preparing [2020-10-07T03:34:25.329Z] 68a194f5363a: Preparing [2020-10-07T03:34:25.329Z] 8be249cdc926: Preparing [2020-10-07T03:34:25.329Z] 667778047e1b: Preparing [2020-10-07T03:34:25.329Z] 0927d6fbe136: Preparing [2020-10-07T03:34:25.329Z] 76c27ca24016: Preparing [2020-10-07T03:34:25.329Z] 49f3924ab1fc: Preparing [2020-10-07T03:34:25.329Z] 66b385cf80cf: Preparing [2020-10-07T03:34:25.329Z] 8be249cdc926: Waiting [2020-10-07T03:34:25.329Z] 76c27ca24016: Waiting [2020-10-07T03:34:25.329Z] 49f3924ab1fc: Waiting [2020-10-07T03:34:25.329Z] 667778047e1b: Waiting [2020-10-07T03:34:25.329Z] 0927d6fbe136: Waiting [2020-10-07T03:34:25.329Z] 109afe9b7539: Layer already exists [2020-10-07T03:34:25.329Z] 68a194f5363a: Layer already exists [2020-10-07T03:34:25.329Z] d336b8227733: Layer already exists [2020-10-07T03:34:25.329Z] d67996abca59: Layer already exists [2020-10-07T03:34:25.329Z] f666a9ab4ec5: Layer already exists [2020-10-07T03:34:25.329Z] 8be249cdc926: Layer already exists [2020-10-07T03:34:25.329Z] 0927d6fbe136: Layer already exists [2020-10-07T03:34:25.329Z] 49f3924ab1fc: Layer already exists [2020-10-07T03:34:25.330Z] 667778047e1b: Layer already exists [2020-10-07T03:34:25.330Z] 76c27ca24016: Layer already exists [2020-10-07T03:34:25.330Z] 66b385cf80cf: Layer already exists [2020-10-07T03:34:25.604Z] 1.2.2-dev.52: digest: sha256:fc317cb5b8a26c5ea7c76928a3dd62dfac86812230306efa35f04420d6c0dd54 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:34:25.954Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108-1.2.2-dev.52 [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:34:26.332Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108-1.2.2-dev.52 [2020-10-07T03:34:26.332Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-07T03:34:26.332Z] f666a9ab4ec5: Preparing [2020-10-07T03:34:26.332Z] 109afe9b7539: Preparing [2020-10-07T03:34:26.332Z] d336b8227733: Preparing [2020-10-07T03:34:26.332Z] d67996abca59: Preparing [2020-10-07T03:34:26.332Z] 68a194f5363a: Preparing [2020-10-07T03:34:26.332Z] 8be249cdc926: Preparing [2020-10-07T03:34:26.332Z] 667778047e1b: Preparing [2020-10-07T03:34:26.332Z] 0927d6fbe136: Preparing [2020-10-07T03:34:26.332Z] 76c27ca24016: Preparing [2020-10-07T03:34:26.332Z] 49f3924ab1fc: Preparing [2020-10-07T03:34:26.332Z] 66b385cf80cf: Preparing [2020-10-07T03:34:26.332Z] 0927d6fbe136: Waiting [2020-10-07T03:34:26.332Z] 76c27ca24016: Waiting [2020-10-07T03:34:26.332Z] 49f3924ab1fc: Waiting [2020-10-07T03:34:26.332Z] 66b385cf80cf: Waiting [2020-10-07T03:34:26.332Z] 8be249cdc926: Waiting [2020-10-07T03:34:26.332Z] 667778047e1b: Waiting [2020-10-07T03:34:26.332Z] d336b8227733: Layer already exists [2020-10-07T03:34:26.332Z] d67996abca59: Layer already exists [2020-10-07T03:34:26.332Z] 68a194f5363a: Layer already exists [2020-10-07T03:34:26.332Z] 109afe9b7539: Layer already exists [2020-10-07T03:34:26.332Z] f666a9ab4ec5: Layer already exists [2020-10-07T03:34:26.619Z] 8be249cdc926: Layer already exists [2020-10-07T03:34:26.619Z] 0927d6fbe136: Layer already exists [2020-10-07T03:34:26.619Z] 667778047e1b: Layer already exists [2020-10-07T03:34:26.619Z] 49f3924ab1fc: Layer already exists [2020-10-07T03:34:26.619Z] 76c27ca24016: Layer already exists [2020-10-07T03:34:26.619Z] 66b385cf80cf: Layer already exists [2020-10-07T03:34:26.619Z] f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108-1.2.2-dev.52: digest: sha256:fc317cb5b8a26c5ea7c76928a3dd62dfac86812230306efa35f04420d6c0dd54 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:34:26.987Z] + 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-07T03:34:27.374Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2020-10-07T03:34:27.374Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-07T03:34:27.374Z] f666a9ab4ec5: Preparing [2020-10-07T03:34:27.374Z] 109afe9b7539: Preparing [2020-10-07T03:34:27.374Z] d336b8227733: Preparing [2020-10-07T03:34:27.374Z] d67996abca59: Preparing [2020-10-07T03:34:27.374Z] 68a194f5363a: Preparing [2020-10-07T03:34:27.374Z] 8be249cdc926: Preparing [2020-10-07T03:34:27.374Z] 667778047e1b: Preparing [2020-10-07T03:34:27.374Z] 0927d6fbe136: Preparing [2020-10-07T03:34:27.374Z] 76c27ca24016: Preparing [2020-10-07T03:34:27.374Z] 49f3924ab1fc: Preparing [2020-10-07T03:34:27.374Z] 66b385cf80cf: Preparing [2020-10-07T03:34:27.374Z] 0927d6fbe136: Waiting [2020-10-07T03:34:27.374Z] 76c27ca24016: Waiting [2020-10-07T03:34:27.374Z] 8be249cdc926: Waiting [2020-10-07T03:34:27.374Z] 667778047e1b: Waiting [2020-10-07T03:34:27.374Z] 49f3924ab1fc: Waiting [2020-10-07T03:34:27.374Z] 66b385cf80cf: Waiting [2020-10-07T03:34:27.374Z] d336b8227733: Layer already exists [2020-10-07T03:34:27.374Z] d67996abca59: Layer already exists [2020-10-07T03:34:27.374Z] 109afe9b7539: Layer already exists [2020-10-07T03:34:27.374Z] f666a9ab4ec5: Layer already exists [2020-10-07T03:34:27.374Z] 68a194f5363a: Layer already exists [2020-10-07T03:34:27.374Z] 8be249cdc926: Layer already exists [2020-10-07T03:34:27.374Z] 667778047e1b: Layer already exists [2020-10-07T03:34:27.374Z] 76c27ca24016: Layer already exists [2020-10-07T03:34:27.374Z] 49f3924ab1fc: Layer already exists [2020-10-07T03:34:27.374Z] 0927d6fbe136: Layer already exists [2020-10-07T03:34:27.374Z] 66b385cf80cf: Layer already exists [2020-10-07T03:34:27.651Z] master: digest: sha256:fc317cb5b8a26c5ea7c76928a3dd62dfac86812230306efa35f04420d6c0dd54 size: 2616 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-07T03:34:27.872Z] ===================================================== [Pipeline] echo [2020-10-07T03:34:27.932Z] taggedImages: [2020-10-07T03:34:27.932Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108 [2020-10-07T03:34:27.932Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.52 [2020-10-07T03:34:27.932Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108-1.2.2-dev.52 [2020-10-07T03:34:27.932Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2020-10-07T03:34:28.002Z] [edgeXDocker.push] Tagging docker image docker-support-logging-go-arm64 with the following tags: [2020-10-07T03:34:28.002Z] f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108 [2020-10-07T03:34:28.002Z] 1.2.2-dev.52 [2020-10-07T03:34:28.002Z] f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108-1.2.2-dev.52 [2020-10-07T03:34:28.002Z] master [2020-10-07T03:34:28.002Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:34:28.547Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108 [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:34:28.885Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108 [2020-10-07T03:34:28.885Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-07T03:34:28.885Z] 6cde96ccc24a: Preparing [2020-10-07T03:34:28.885Z] b380cf9bc9e1: Preparing [2020-10-07T03:34:28.885Z] d7be126f1e45: Preparing [2020-10-07T03:34:28.885Z] ab6d0edffbe6: Preparing [2020-10-07T03:34:29.159Z] d7be126f1e45: Pushed [2020-10-07T03:34:29.159Z] 6cde96ccc24a: Pushed [2020-10-07T03:34:29.433Z] ab6d0edffbe6: Pushed [2020-10-07T03:34:31.408Z] b380cf9bc9e1: Pushed [2020-10-07T03:34:31.682Z] f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108: digest: sha256:362f638ea8e8d8f53c1b1ad29781983b272e091b655b2d3fbb278c72214275fc size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:34:32.034Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.52 [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:34:32.381Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.52 [2020-10-07T03:34:32.382Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-07T03:34:32.382Z] 6cde96ccc24a: Preparing [2020-10-07T03:34:32.382Z] b380cf9bc9e1: Preparing [2020-10-07T03:34:32.382Z] d7be126f1e45: Preparing [2020-10-07T03:34:32.382Z] ab6d0edffbe6: Preparing [2020-10-07T03:34:32.382Z] b380cf9bc9e1: Layer already exists [2020-10-07T03:34:32.382Z] 6cde96ccc24a: Layer already exists [2020-10-07T03:34:32.382Z] d7be126f1e45: Layer already exists [2020-10-07T03:34:32.382Z] ab6d0edffbe6: Layer already exists [2020-10-07T03:34:32.657Z] 1.2.2-dev.52: digest: sha256:362f638ea8e8d8f53c1b1ad29781983b272e091b655b2d3fbb278c72214275fc size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:34:33.032Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108-1.2.2-dev.52 [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:34:33.389Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108-1.2.2-dev.52 [2020-10-07T03:34:33.389Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-07T03:34:33.389Z] 6cde96ccc24a: Preparing [2020-10-07T03:34:33.389Z] b380cf9bc9e1: Preparing [2020-10-07T03:34:33.389Z] d7be126f1e45: Preparing [2020-10-07T03:34:33.389Z] ab6d0edffbe6: Preparing [2020-10-07T03:34:33.389Z] b380cf9bc9e1: Layer already exists [2020-10-07T03:34:33.389Z] 6cde96ccc24a: Layer already exists [2020-10-07T03:34:33.389Z] d7be126f1e45: Layer already exists [2020-10-07T03:34:33.389Z] ab6d0edffbe6: Layer already exists [2020-10-07T03:34:33.664Z] f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108-1.2.2-dev.52: digest: sha256:362f638ea8e8d8f53c1b1ad29781983b272e091b655b2d3fbb278c72214275fc size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:34:34.023Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:34:34.356Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [2020-10-07T03:34:34.356Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-07T03:34:34.356Z] 6cde96ccc24a: Preparing [2020-10-07T03:34:34.356Z] b380cf9bc9e1: Preparing [2020-10-07T03:34:34.356Z] d7be126f1e45: Preparing [2020-10-07T03:34:34.356Z] ab6d0edffbe6: Preparing [2020-10-07T03:34:34.628Z] b380cf9bc9e1: Layer already exists [2020-10-07T03:34:34.628Z] ab6d0edffbe6: Layer already exists [2020-10-07T03:34:34.628Z] d7be126f1e45: Layer already exists [2020-10-07T03:34:34.628Z] 6cde96ccc24a: Layer already exists [2020-10-07T03:34:34.628Z] master: digest: sha256:362f638ea8e8d8f53c1b1ad29781983b272e091b655b2d3fbb278c72214275fc size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-07T03:34:34.843Z] ===================================================== [Pipeline] echo [2020-10-07T03:34:34.890Z] taggedImages: [2020-10-07T03:34:34.890Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108 [2020-10-07T03:34:34.890Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.52 [2020-10-07T03:34:34.890Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108-1.2.2-dev.52 [2020-10-07T03:34:34.890Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] echo [2020-10-07T03:34:34.956Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2020-10-07T03:34:34.956Z] f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108 [2020-10-07T03:34:34.956Z] 1.2.2-dev.52 [2020-10-07T03:34:34.956Z] f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108-1.2.2-dev.52 [2020-10-07T03:34:34.956Z] master [2020-10-07T03:34:34.956Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:34:35.508Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108 [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:34:35.857Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108 [2020-10-07T03:34:35.857Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-07T03:34:35.857Z] 71bf2449b3a9: Preparing [2020-10-07T03:34:35.857Z] 0a739c9eefc5: Preparing [2020-10-07T03:34:35.857Z] 2c0c749bbf09: Preparing [2020-10-07T03:34:35.857Z] 6930224113bc: Preparing [2020-10-07T03:34:35.857Z] d73acfdcb87c: Preparing [2020-10-07T03:34:35.857Z] 7d436c25412f: Preparing [2020-10-07T03:34:35.857Z] 7d436c25412f: Waiting [2020-10-07T03:34:36.131Z] 2c0c749bbf09: Pushed [2020-10-07T03:34:36.131Z] 71bf2449b3a9: Pushed [2020-10-07T03:34:36.403Z] d73acfdcb87c: Pushed [2020-10-07T03:34:36.403Z] 6930224113bc: Pushed [2020-10-07T03:34:36.677Z] 7d436c25412f: Pushed [2020-10-07T03:34:39.290Z] 0a739c9eefc5: Pushed [2020-10-07T03:34:39.290Z] f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108: digest: sha256:c0e08f458aae1527ad4bab4b3995981170df870e507048471b021c95fdeb7d3f size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:34:39.635Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.52 [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:34:39.986Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.52 [2020-10-07T03:34:39.986Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-07T03:34:39.986Z] 71bf2449b3a9: Preparing [2020-10-07T03:34:39.986Z] 0a739c9eefc5: Preparing [2020-10-07T03:34:39.986Z] 2c0c749bbf09: Preparing [2020-10-07T03:34:39.986Z] 6930224113bc: Preparing [2020-10-07T03:34:39.986Z] d73acfdcb87c: Preparing [2020-10-07T03:34:39.986Z] 7d436c25412f: Preparing [2020-10-07T03:34:39.986Z] 7d436c25412f: Waiting [2020-10-07T03:34:39.986Z] 0a739c9eefc5: Layer already exists [2020-10-07T03:34:39.986Z] 2c0c749bbf09: Layer already exists [2020-10-07T03:34:39.986Z] 6930224113bc: Layer already exists [2020-10-07T03:34:40.260Z] d73acfdcb87c: Layer already exists [2020-10-07T03:34:40.260Z] 71bf2449b3a9: Layer already exists [2020-10-07T03:34:40.260Z] 7d436c25412f: Layer already exists [2020-10-07T03:34:40.260Z] 1.2.2-dev.52: digest: sha256:c0e08f458aae1527ad4bab4b3995981170df870e507048471b021c95fdeb7d3f size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:34:40.610Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108-1.2.2-dev.52 [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:34:40.960Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108-1.2.2-dev.52 [2020-10-07T03:34:40.960Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-07T03:34:40.960Z] 71bf2449b3a9: Preparing [2020-10-07T03:34:40.960Z] 0a739c9eefc5: Preparing [2020-10-07T03:34:40.960Z] 2c0c749bbf09: Preparing [2020-10-07T03:34:40.960Z] 6930224113bc: Preparing [2020-10-07T03:34:40.960Z] d73acfdcb87c: Preparing [2020-10-07T03:34:40.960Z] 7d436c25412f: Preparing [2020-10-07T03:34:40.960Z] 7d436c25412f: Waiting [2020-10-07T03:34:40.960Z] 0a739c9eefc5: Layer already exists [2020-10-07T03:34:40.960Z] 2c0c749bbf09: Layer already exists [2020-10-07T03:34:40.960Z] d73acfdcb87c: Layer already exists [2020-10-07T03:34:41.234Z] 71bf2449b3a9: Layer already exists [2020-10-07T03:34:41.234Z] 6930224113bc: Layer already exists [2020-10-07T03:34:41.234Z] 7d436c25412f: Layer already exists [2020-10-07T03:34:41.234Z] f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108-1.2.2-dev.52: digest: sha256:c0e08f458aae1527ad4bab4b3995981170df870e507048471b021c95fdeb7d3f size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:34:41.582Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:34:41.928Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2020-10-07T03:34:41.928Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-07T03:34:41.928Z] 71bf2449b3a9: Preparing [2020-10-07T03:34:41.928Z] 0a739c9eefc5: Preparing [2020-10-07T03:34:41.928Z] 2c0c749bbf09: Preparing [2020-10-07T03:34:41.928Z] 6930224113bc: Preparing [2020-10-07T03:34:41.928Z] d73acfdcb87c: Preparing [2020-10-07T03:34:41.928Z] 7d436c25412f: Preparing [2020-10-07T03:34:41.928Z] 7d436c25412f: Waiting [2020-10-07T03:34:42.206Z] 2c0c749bbf09: Layer already exists [2020-10-07T03:34:42.206Z] 6930224113bc: Layer already exists [2020-10-07T03:34:42.206Z] 71bf2449b3a9: Layer already exists [2020-10-07T03:34:42.206Z] d73acfdcb87c: Layer already exists [2020-10-07T03:34:42.206Z] 0a739c9eefc5: Layer already exists [2020-10-07T03:34:42.206Z] 7d436c25412f: Layer already exists [2020-10-07T03:34:42.206Z] master: digest: sha256:c0e08f458aae1527ad4bab4b3995981170df870e507048471b021c95fdeb7d3f size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-07T03:34:42.428Z] ===================================================== [Pipeline] echo [2020-10-07T03:34:42.481Z] taggedImages: [2020-10-07T03:34:42.481Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108 [2020-10-07T03:34:42.481Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.52 [2020-10-07T03:34:42.482Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108-1.2.2-dev.52 [2020-10-07T03:34:42.482Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2020-10-07T03:34:42.554Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2020-10-07T03:34:42.554Z] f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108 [2020-10-07T03:34:42.554Z] 1.2.2-dev.52 [2020-10-07T03:34:42.554Z] f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108-1.2.2-dev.52 [2020-10-07T03:34:42.554Z] master [2020-10-07T03:34:42.554Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:34:43.097Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108 [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:34:43.460Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108 [2020-10-07T03:34:43.460Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-07T03:34:43.460Z] 642f05ba33c4: Preparing [2020-10-07T03:34:43.460Z] 530bb9997ed8: Preparing [2020-10-07T03:34:43.460Z] 03eb543bd4fe: Preparing [2020-10-07T03:34:43.737Z] 03eb543bd4fe: Pushed [2020-10-07T03:34:43.737Z] 642f05ba33c4: Pushed [2020-10-07T03:34:46.359Z] 530bb9997ed8: Pushed [2020-10-07T03:34:46.631Z] f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108: digest: sha256:5a341a723839424144f5eb336feb18c3e152eb846c10f4c3b031afd4a018b615 size: 944 [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:34:46.987Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.52 [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:34:47.331Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.52 [2020-10-07T03:34:47.331Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-07T03:34:47.331Z] 642f05ba33c4: Preparing [2020-10-07T03:34:47.331Z] 530bb9997ed8: Preparing [2020-10-07T03:34:47.331Z] 03eb543bd4fe: Preparing [2020-10-07T03:34:47.331Z] 03eb543bd4fe: Layer already exists [2020-10-07T03:34:47.331Z] 530bb9997ed8: Layer already exists [2020-10-07T03:34:47.607Z] 642f05ba33c4: Layer already exists [2020-10-07T03:34:47.607Z] 1.2.2-dev.52: digest: sha256:5a341a723839424144f5eb336feb18c3e152eb846c10f4c3b031afd4a018b615 size: 944 [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:34:47.970Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108-1.2.2-dev.52 [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:34:48.311Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108-1.2.2-dev.52 [2020-10-07T03:34:48.311Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-07T03:34:48.311Z] 642f05ba33c4: Preparing [2020-10-07T03:34:48.311Z] 530bb9997ed8: Preparing [2020-10-07T03:34:48.311Z] 03eb543bd4fe: Preparing [2020-10-07T03:34:48.584Z] 642f05ba33c4: Layer already exists [2020-10-07T03:34:48.584Z] 530bb9997ed8: Layer already exists [2020-10-07T03:34:48.584Z] 03eb543bd4fe: Layer already exists [2020-10-07T03:34:48.584Z] f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108-1.2.2-dev.52: digest: sha256:5a341a723839424144f5eb336feb18c3e152eb846c10f4c3b031afd4a018b615 size: 944 [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:34:48.930Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:34:49.264Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2020-10-07T03:34:49.264Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-07T03:34:49.264Z] 642f05ba33c4: Preparing [2020-10-07T03:34:49.264Z] 530bb9997ed8: Preparing [2020-10-07T03:34:49.264Z] 03eb543bd4fe: Preparing [2020-10-07T03:34:49.534Z] 530bb9997ed8: Layer already exists [2020-10-07T03:34:49.534Z] 03eb543bd4fe: Layer already exists [2020-10-07T03:34:49.534Z] 642f05ba33c4: Layer already exists [2020-10-07T03:34:49.534Z] master: digest: sha256:5a341a723839424144f5eb336feb18c3e152eb846c10f4c3b031afd4a018b615 size: 944 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-07T03:34:49.743Z] ===================================================== [Pipeline] echo [2020-10-07T03:34:49.810Z] taggedImages: [2020-10-07T03:34:49.810Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108 [2020-10-07T03:34:49.810Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.52 [2020-10-07T03:34:49.810Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108-1.2.2-dev.52 [2020-10-07T03:34:49.810Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2020-10-07T03:34:49.887Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2020-10-07T03:34:49.887Z] f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108 [2020-10-07T03:34:49.887Z] 1.2.2-dev.52 [2020-10-07T03:34:49.887Z] f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108-1.2.2-dev.52 [2020-10-07T03:34:49.887Z] master [2020-10-07T03:34:49.887Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:34:50.436Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108 [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:34:50.777Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108 [2020-10-07T03:34:50.777Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-07T03:34:50.777Z] 5e033fddd290: Preparing [2020-10-07T03:34:50.777Z] 81df36ed5448: Preparing [2020-10-07T03:34:50.777Z] 95b9b7f734eb: Preparing [2020-10-07T03:34:50.777Z] 2a9ec6136fbd: Preparing [2020-10-07T03:34:50.777Z] 55f54a920166: Preparing [2020-10-07T03:34:50.777Z] 4052aecf9efe: Preparing [2020-10-07T03:34:50.777Z] 88258ef3a3b6: Preparing [2020-10-07T03:34:50.777Z] f875f9e206db: Preparing [2020-10-07T03:34:50.777Z] 3994ac1dcb8b: Preparing [2020-10-07T03:34:50.777Z] 5f2247eaf593: Preparing [2020-10-07T03:34:50.777Z] 62d13be1b083: Preparing [2020-10-07T03:34:50.777Z] 94fdc660876c: Preparing [2020-10-07T03:34:50.777Z] 4e7279dfc0c0: Preparing [2020-10-07T03:34:50.777Z] e2f13739ad41: Preparing [2020-10-07T03:34:50.777Z] 3994ac1dcb8b: Waiting [2020-10-07T03:34:50.777Z] 5f2247eaf593: Waiting [2020-10-07T03:34:50.777Z] 62d13be1b083: Waiting [2020-10-07T03:34:50.777Z] f875f9e206db: Waiting [2020-10-07T03:34:50.777Z] 94fdc660876c: Waiting [2020-10-07T03:34:50.777Z] 4052aecf9efe: Waiting [2020-10-07T03:34:50.777Z] 4e7279dfc0c0: Waiting [2020-10-07T03:34:50.777Z] e2f13739ad41: Waiting [2020-10-07T03:34:50.777Z] 88258ef3a3b6: Waiting [2020-10-07T03:34:51.378Z] 55f54a920166: Pushed [2020-10-07T03:34:51.654Z] 5e033fddd290: Pushed [2020-10-07T03:34:52.262Z] 2a9ec6136fbd: Pushed [2020-10-07T03:34:52.262Z] f875f9e206db: Layer already exists [2020-10-07T03:34:52.262Z] 3994ac1dcb8b: Layer already exists [2020-10-07T03:34:52.262Z] 5f2247eaf593: Layer already exists [2020-10-07T03:34:52.262Z] 62d13be1b083: Layer already exists [2020-10-07T03:34:52.262Z] 88258ef3a3b6: Pushed [2020-10-07T03:34:52.537Z] 4e7279dfc0c0: Layer already exists [2020-10-07T03:34:52.537Z] 94fdc660876c: Layer already exists [2020-10-07T03:34:52.537Z] e2f13739ad41: Layer already exists [2020-10-07T03:34:52.810Z] 81df36ed5448: Pushed [2020-10-07T03:34:53.790Z] 4052aecf9efe: Pushed [2020-10-07T03:35:06.171Z] 95b9b7f734eb: Pushed [2020-10-07T03:35:06.171Z] f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108: digest: sha256:a5a3738a7a4144fb3088283e7e3057a7c788e6aac94b48b0d02da0b5a67a9ce5 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:35:06.522Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.52 [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:35:06.863Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.52 [2020-10-07T03:35:06.863Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-07T03:35:06.863Z] 5e033fddd290: Preparing [2020-10-07T03:35:06.863Z] 81df36ed5448: Preparing [2020-10-07T03:35:06.863Z] 95b9b7f734eb: Preparing [2020-10-07T03:35:06.863Z] 2a9ec6136fbd: Preparing [2020-10-07T03:35:06.863Z] 55f54a920166: Preparing [2020-10-07T03:35:06.863Z] 4052aecf9efe: Preparing [2020-10-07T03:35:06.863Z] 88258ef3a3b6: Preparing [2020-10-07T03:35:06.863Z] f875f9e206db: Preparing [2020-10-07T03:35:06.863Z] 3994ac1dcb8b: Preparing [2020-10-07T03:35:06.863Z] 5f2247eaf593: Preparing [2020-10-07T03:35:06.863Z] 62d13be1b083: Preparing [2020-10-07T03:35:06.863Z] 94fdc660876c: Preparing [2020-10-07T03:35:06.863Z] 4e7279dfc0c0: Preparing [2020-10-07T03:35:06.863Z] e2f13739ad41: Preparing [2020-10-07T03:35:06.863Z] 5f2247eaf593: Waiting [2020-10-07T03:35:06.863Z] 62d13be1b083: Waiting [2020-10-07T03:35:06.863Z] 94fdc660876c: Waiting [2020-10-07T03:35:06.863Z] 4052aecf9efe: Waiting [2020-10-07T03:35:06.863Z] 4e7279dfc0c0: Waiting [2020-10-07T03:35:06.863Z] 88258ef3a3b6: Waiting [2020-10-07T03:35:06.863Z] f875f9e206db: Waiting [2020-10-07T03:35:06.863Z] 3994ac1dcb8b: Waiting [2020-10-07T03:35:06.863Z] e2f13739ad41: Waiting [2020-10-07T03:35:07.136Z] 95b9b7f734eb: Layer already exists [2020-10-07T03:35:07.136Z] 5e033fddd290: Layer already exists [2020-10-07T03:35:07.136Z] 55f54a920166: Layer already exists [2020-10-07T03:35:07.136Z] 81df36ed5448: Layer already exists [2020-10-07T03:35:07.136Z] 2a9ec6136fbd: Layer already exists [2020-10-07T03:35:07.136Z] 88258ef3a3b6: Layer already exists [2020-10-07T03:35:07.136Z] 4052aecf9efe: Layer already exists [2020-10-07T03:35:07.136Z] f875f9e206db: Layer already exists [2020-10-07T03:35:07.136Z] 5f2247eaf593: Layer already exists [2020-10-07T03:35:07.136Z] 62d13be1b083: Layer already exists [2020-10-07T03:35:07.136Z] 3994ac1dcb8b: Layer already exists [2020-10-07T03:35:07.136Z] 94fdc660876c: Layer already exists [2020-10-07T03:35:07.136Z] 4e7279dfc0c0: Layer already exists [2020-10-07T03:35:07.136Z] e2f13739ad41: Layer already exists [2020-10-07T03:35:07.136Z] 1.2.2-dev.52: digest: sha256:a5a3738a7a4144fb3088283e7e3057a7c788e6aac94b48b0d02da0b5a67a9ce5 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:35:07.487Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108-1.2.2-dev.52 [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:35:07.833Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108-1.2.2-dev.52 [2020-10-07T03:35:07.833Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-07T03:35:07.833Z] 5e033fddd290: Preparing [2020-10-07T03:35:07.833Z] 81df36ed5448: Preparing [2020-10-07T03:35:07.833Z] 95b9b7f734eb: Preparing [2020-10-07T03:35:07.833Z] 2a9ec6136fbd: Preparing [2020-10-07T03:35:07.833Z] 55f54a920166: Preparing [2020-10-07T03:35:07.833Z] 4052aecf9efe: Preparing [2020-10-07T03:35:07.833Z] 88258ef3a3b6: Preparing [2020-10-07T03:35:07.833Z] f875f9e206db: Preparing [2020-10-07T03:35:07.833Z] 3994ac1dcb8b: Preparing [2020-10-07T03:35:07.833Z] 5f2247eaf593: Preparing [2020-10-07T03:35:07.833Z] 62d13be1b083: Preparing [2020-10-07T03:35:07.833Z] 94fdc660876c: Preparing [2020-10-07T03:35:07.833Z] 4e7279dfc0c0: Preparing [2020-10-07T03:35:07.833Z] e2f13739ad41: Preparing [2020-10-07T03:35:07.833Z] 94fdc660876c: Waiting [2020-10-07T03:35:07.833Z] 5f2247eaf593: Waiting [2020-10-07T03:35:07.833Z] 62d13be1b083: Waiting [2020-10-07T03:35:07.833Z] 4e7279dfc0c0: Waiting [2020-10-07T03:35:07.833Z] e2f13739ad41: Waiting [2020-10-07T03:35:07.833Z] 88258ef3a3b6: Waiting [2020-10-07T03:35:07.833Z] 4052aecf9efe: Waiting [2020-10-07T03:35:07.833Z] f875f9e206db: Waiting [2020-10-07T03:35:07.833Z] 3994ac1dcb8b: Waiting [2020-10-07T03:35:07.833Z] 95b9b7f734eb: Layer already exists [2020-10-07T03:35:07.833Z] 5e033fddd290: Layer already exists [2020-10-07T03:35:07.833Z] 81df36ed5448: Layer already exists [2020-10-07T03:35:07.833Z] 2a9ec6136fbd: Layer already exists [2020-10-07T03:35:07.833Z] 55f54a920166: Layer already exists [2020-10-07T03:35:08.107Z] 88258ef3a3b6: Layer already exists [2020-10-07T03:35:08.107Z] f875f9e206db: Layer already exists [2020-10-07T03:35:08.107Z] 4052aecf9efe: Layer already exists [2020-10-07T03:35:08.107Z] 3994ac1dcb8b: Layer already exists [2020-10-07T03:35:08.107Z] 62d13be1b083: Layer already exists [2020-10-07T03:35:08.107Z] 4e7279dfc0c0: Layer already exists [2020-10-07T03:35:08.107Z] 5f2247eaf593: Layer already exists [2020-10-07T03:35:08.107Z] 94fdc660876c: Layer already exists [2020-10-07T03:35:08.107Z] e2f13739ad41: Layer already exists [2020-10-07T03:35:08.107Z] f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108-1.2.2-dev.52: digest: sha256:a5a3738a7a4144fb3088283e7e3057a7c788e6aac94b48b0d02da0b5a67a9ce5 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:35:08.456Z] + 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-07T03:35:08.797Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2020-10-07T03:35:08.797Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-07T03:35:08.797Z] 5e033fddd290: Preparing [2020-10-07T03:35:08.797Z] 81df36ed5448: Preparing [2020-10-07T03:35:08.797Z] 95b9b7f734eb: Preparing [2020-10-07T03:35:08.797Z] 2a9ec6136fbd: Preparing [2020-10-07T03:35:08.797Z] 55f54a920166: Preparing [2020-10-07T03:35:08.797Z] 4052aecf9efe: Preparing [2020-10-07T03:35:08.797Z] 88258ef3a3b6: Preparing [2020-10-07T03:35:08.797Z] f875f9e206db: Preparing [2020-10-07T03:35:08.797Z] 3994ac1dcb8b: Preparing [2020-10-07T03:35:08.797Z] 5f2247eaf593: Preparing [2020-10-07T03:35:08.797Z] 62d13be1b083: Preparing [2020-10-07T03:35:08.797Z] 94fdc660876c: Preparing [2020-10-07T03:35:08.797Z] 4e7279dfc0c0: Preparing [2020-10-07T03:35:08.797Z] e2f13739ad41: Preparing [2020-10-07T03:35:08.797Z] 4052aecf9efe: Waiting [2020-10-07T03:35:08.797Z] 88258ef3a3b6: Waiting [2020-10-07T03:35:08.797Z] f875f9e206db: Waiting [2020-10-07T03:35:08.797Z] 3994ac1dcb8b: Waiting [2020-10-07T03:35:08.797Z] 5f2247eaf593: Waiting [2020-10-07T03:35:08.797Z] 62d13be1b083: Waiting [2020-10-07T03:35:08.797Z] 94fdc660876c: Waiting [2020-10-07T03:35:08.797Z] 4e7279dfc0c0: Waiting [2020-10-07T03:35:08.797Z] e2f13739ad41: Waiting [2020-10-07T03:35:08.797Z] 95b9b7f734eb: Layer already exists [2020-10-07T03:35:08.797Z] 81df36ed5448: Layer already exists [2020-10-07T03:35:08.797Z] 2a9ec6136fbd: Layer already exists [2020-10-07T03:35:08.797Z] 55f54a920166: Layer already exists [2020-10-07T03:35:08.797Z] 5e033fddd290: Layer already exists [2020-10-07T03:35:08.797Z] 4052aecf9efe: Layer already exists [2020-10-07T03:35:08.797Z] 3994ac1dcb8b: Layer already exists [2020-10-07T03:35:08.797Z] f875f9e206db: Layer already exists [2020-10-07T03:35:08.797Z] 5f2247eaf593: Layer already exists [2020-10-07T03:35:08.797Z] 88258ef3a3b6: Layer already exists [2020-10-07T03:35:09.073Z] 94fdc660876c: Layer already exists [2020-10-07T03:35:09.073Z] 4e7279dfc0c0: Layer already exists [2020-10-07T03:35:09.073Z] 62d13be1b083: Layer already exists [2020-10-07T03:35:09.073Z] e2f13739ad41: Layer already exists [2020-10-07T03:35:09.073Z] master: digest: sha256:a5a3738a7a4144fb3088283e7e3057a7c788e6aac94b48b0d02da0b5a67a9ce5 size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-07T03:35:09.262Z] ===================================================== [Pipeline] echo [2020-10-07T03:35:09.316Z] taggedImages: [2020-10-07T03:35:09.316Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108 [2020-10-07T03:35:09.316Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.52 [2020-10-07T03:35:09.316Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108-1.2.2-dev.52 [2020-10-07T03:35:09.316Z] - 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-07T03:35:11.458Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-10-07T03:35:11.460Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-10-07T03:35:11.523Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:35:11.916Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-07T03:35:11.916Z] [2020-10-07T03:35:11.916Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:35:12.287Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-07T03:35:12.287Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-10-07T03:35:12.287Z] cbdbe7a5bc2a: Already exists [2020-10-07T03:35:12.287Z] 408f87550127: Pulling fs layer [2020-10-07T03:35:12.287Z] fe522b08c979: Pulling fs layer [2020-10-07T03:35:12.287Z] 221eaa008020: Pulling fs layer [2020-10-07T03:35:12.287Z] 2a4607e5d6b9: Pulling fs layer [2020-10-07T03:35:12.287Z] 8f79b27c4fd2: Pulling fs layer [2020-10-07T03:35:12.287Z] e5c8dbe1645b: Pulling fs layer [2020-10-07T03:35:12.287Z] 23e8b3b47431: Pulling fs layer [2020-10-07T03:35:12.287Z] 5c568d65a230: Pulling fs layer [2020-10-07T03:35:12.287Z] 2a4607e5d6b9: Waiting [2020-10-07T03:35:12.287Z] 8f79b27c4fd2: Waiting [2020-10-07T03:35:12.287Z] e5c8dbe1645b: Waiting [2020-10-07T03:35:12.287Z] 23e8b3b47431: Waiting [2020-10-07T03:35:12.287Z] 5c568d65a230: Waiting [2020-10-07T03:35:12.287Z] fe522b08c979: Verifying Checksum [2020-10-07T03:35:12.287Z] fe522b08c979: Download complete [2020-10-07T03:35:12.287Z] 408f87550127: Verifying Checksum [2020-10-07T03:35:12.287Z] 408f87550127: Download complete [2020-10-07T03:35:12.287Z] 2a4607e5d6b9: Verifying Checksum [2020-10-07T03:35:12.287Z] 2a4607e5d6b9: Download complete [2020-10-07T03:35:12.287Z] 8f79b27c4fd2: Verifying Checksum [2020-10-07T03:35:12.287Z] 8f79b27c4fd2: Download complete [2020-10-07T03:35:12.879Z] 408f87550127: Pull complete [2020-10-07T03:35:12.879Z] fe522b08c979: Pull complete [2020-10-07T03:35:14.308Z] e5c8dbe1645b: Verifying Checksum [2020-10-07T03:35:14.308Z] e5c8dbe1645b: Download complete [2020-10-07T03:35:16.256Z] 23e8b3b47431: Verifying Checksum [2020-10-07T03:35:16.256Z] 23e8b3b47431: Download complete [2020-10-07T03:35:16.256Z] 5c568d65a230: Verifying Checksum [2020-10-07T03:35:16.256Z] 5c568d65a230: Download complete [2020-10-07T03:35:17.215Z] 221eaa008020: Verifying Checksum [2020-10-07T03:35:17.215Z] 221eaa008020: Download complete [2020-10-07T03:35:22.577Z] 221eaa008020: Pull complete [2020-10-07T03:35:22.840Z] 2a4607e5d6b9: Pull complete [2020-10-07T03:35:22.840Z] 8f79b27c4fd2: Pull complete [2020-10-07T03:35:27.086Z] e5c8dbe1645b: Pull complete [2020-10-07T03:35:32.437Z] 23e8b3b47431: Pull complete [2020-10-07T03:35:33.017Z] 5c568d65a230: Pull complete [2020-10-07T03:35:33.018Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-10-07T03:35:33.018Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-07T03:35:33.018Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-10-07T03:35:33.220Z] prd-centos7-docker-4c-2g-3881 does not seem to be running inside a container [2020-10-07T03:35:33.288Z] $ 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/167:/ws -w /ws --entrypoint= -w /w/workspace/edgex-go/167 -v /w/workspace/edgex-go/167:/w/workspace/edgex-go/167:rw,z -v /w/workspace/edgex-go/167@tmp:/w/workspace/edgex-go/167@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-07T03:35:35.369Z] $ docker top 416e72c5d38beaf51d0ad21f7bc35d949c19fcb5dabf2ed0ed51821785c56d31 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-07T03:35:35.907Z] + snyk monitor '--org=edgex-jenkins' [2020-10-07T03:35:45.965Z] [2020-10-07T03:35:45.965Z] Monitoring /w/workspace/edgex-go/167 (github.com/edgexfoundry/edgex-go)... [2020-10-07T03:35:45.965Z] [2020-10-07T03:35:45.965Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/9eebfc6c-d401-45fe-b697-190f11bd82d6 [2020-10-07T03:35:45.965Z] [2020-10-07T03:35:45.965Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-10-07T03:35:45.965Z] [2020-10-07T03:35:46.914Z] [2020-10-07T03:35:46.914Z] Snyk CLI supports Node.js 8 and higher. [2020-10-07T03:35:46.914Z] 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-07T03:35:46.914Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-10-07T03:35:46.914Z] [2020-10-07T03:35:46.914Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-10-07T03:35:46.914Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } [2020-10-07T03:35:46.934Z] $ docker stop --time=1 416e72c5d38beaf51d0ad21f7bc35d949c19fcb5dabf2ed0ed51821785c56d31 [2020-10-07T03:35:50.319Z] $ docker rm -f 416e72c5d38beaf51d0ad21f7bc35d949c19fcb5dabf2ed0ed51821785c56d31 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:35:52.047Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-07T03:35:52.047Z] [2020-10-07T03:35:52.047Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:35:52.422Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-07T03:35:52.422Z] latest: Pulling from edgex-devops/edgex-klar [2020-10-07T03:35:52.422Z] e7c96db7181b: Pulling fs layer [2020-10-07T03:35:52.422Z] 1868ca2cb446: Pulling fs layer [2020-10-07T03:35:52.422Z] 136be5d0fe8e: Pulling fs layer [2020-10-07T03:35:52.422Z] 894bfe63afcb: Pulling fs layer [2020-10-07T03:35:52.422Z] 894bfe63afcb: Waiting [2020-10-07T03:35:52.422Z] 1868ca2cb446: Verifying Checksum [2020-10-07T03:35:52.422Z] 1868ca2cb446: Download complete [2020-10-07T03:35:52.422Z] 136be5d0fe8e: Download complete [2020-10-07T03:35:52.422Z] e7c96db7181b: Verifying Checksum [2020-10-07T03:35:52.422Z] e7c96db7181b: Download complete [2020-10-07T03:35:52.688Z] 894bfe63afcb: Verifying Checksum [2020-10-07T03:35:52.688Z] 894bfe63afcb: Download complete [2020-10-07T03:35:52.952Z] e7c96db7181b: Pull complete [2020-10-07T03:35:52.952Z] 1868ca2cb446: Pull complete [2020-10-07T03:35:53.216Z] 136be5d0fe8e: Pull complete [2020-10-07T03:35:53.487Z] 894bfe63afcb: Pull complete [2020-10-07T03:35:53.487Z] Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 [2020-10-07T03:35:53.487Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-07T03:35:53.487Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer [2020-10-07T03:35:53.593Z] prd-centos7-docker-4c-2g-3881 does not seem to be running inside a container [2020-10-07T03:35:53.650Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/167 -v /w/workspace/edgex-go/167:/w/workspace/edgex-go/167:rw,z -v /w/workspace/edgex-go/167@tmp:/w/workspace/edgex-go/167@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-07T03:35:55.189Z] $ docker top 05c0253c73acd63c7b1d5b6d195eb053fe8b56c66667a0ea8b506672df194e73 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-07T03:35:55.729Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go:f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108 [2020-10-07T03:35:55.729Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-07T03:35:58.449Z] $ docker stop --time=1 05c0253c73acd63c7b1d5b6d195eb053fe8b56c66667a0ea8b506672df194e73 [2020-10-07T03:36:00.590Z] $ docker rm -f 05c0253c73acd63c7b1d5b6d195eb053fe8b56c66667a0ea8b506672df194e73 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:36:01.082Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-07T03:36:01.082Z] . [Pipeline] withDockerContainer [2020-10-07T03:36:01.195Z] prd-centos7-docker-4c-2g-3881 does not seem to be running inside a container [2020-10-07T03:36:01.396Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/167 -v /w/workspace/edgex-go/167:/w/workspace/edgex-go/167:rw,z -v /w/workspace/edgex-go/167@tmp:/w/workspace/edgex-go/167@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-07T03:36:02.948Z] $ docker top d4112c0fac66aba1f04ff153be8841383d2bd1a2d7e35ec2d17eb6d4fe999b81 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-07T03:36:03.674Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go:f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108 [2020-10-07T03:36:03.674Z] + tee [2020-10-07T03:36:03.674Z] clair timeout 1m0s [2020-10-07T03:36:03.674Z] docker timeout: 1m0s [2020-10-07T03:36:03.674Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-07T03:36:04.353Z] $ docker stop --time=1 d4112c0fac66aba1f04ff153be8841383d2bd1a2d7e35ec2d17eb6d4fe999b81 [2020-10-07T03:36:06.346Z] $ docker rm -f d4112c0fac66aba1f04ff153be8841383d2bd1a2d7e35ec2d17eb6d4fe999b81 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-07T03:36:06.861Z] + mkdir -p /w/workspace/edgex-go/167/clair-reports [Pipeline] echo [2020-10-07T03:36:06.878Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/167/clair-reports/clair_results_docker-core-command-go_f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108.html [Pipeline] writeFile [Pipeline] step [2020-10-07T03:36:06.942Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:36:07.385Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-07T03:36:07.386Z] . [Pipeline] withDockerContainer [2020-10-07T03:36:07.494Z] prd-centos7-docker-4c-2g-3881 does not seem to be running inside a container [2020-10-07T03:36:07.545Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/167 -v /w/workspace/edgex-go/167:/w/workspace/edgex-go/167:rw,z -v /w/workspace/edgex-go/167@tmp:/w/workspace/edgex-go/167@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-07T03:36:09.088Z] $ docker top 6ffaafd75abd5a1d8948fcb0bbb056e4de4b55accc54d722610a346d49ec6335 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-07T03:36:09.657Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go:f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108 [2020-10-07T03:36:09.657Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-07T03:36:15.149Z] $ docker stop --time=1 6ffaafd75abd5a1d8948fcb0bbb056e4de4b55accc54d722610a346d49ec6335 [2020-10-07T03:36:17.754Z] $ docker rm -f 6ffaafd75abd5a1d8948fcb0bbb056e4de4b55accc54d722610a346d49ec6335 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:36:18.260Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-07T03:36:18.260Z] . [Pipeline] withDockerContainer [2020-10-07T03:36:18.362Z] prd-centos7-docker-4c-2g-3881 does not seem to be running inside a container [2020-10-07T03:36:18.408Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/167 -v /w/workspace/edgex-go/167:/w/workspace/edgex-go/167:rw,z -v /w/workspace/edgex-go/167@tmp:/w/workspace/edgex-go/167@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-07T03:36:19.907Z] $ docker top 55f82a5d205402527b4b9ce6d4ded4abbe32119dee5cde2f72949eb23bf51952 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-07T03:36:20.485Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go:f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108 [2020-10-07T03:36:20.486Z] + tee [2020-10-07T03:36:20.486Z] clair timeout 1m0s [2020-10-07T03:36:20.486Z] docker timeout: 1m0s [2020-10-07T03:36:20.486Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-07T03:36:21.529Z] $ docker stop --time=1 55f82a5d205402527b4b9ce6d4ded4abbe32119dee5cde2f72949eb23bf51952 [2020-10-07T03:36:23.345Z] $ docker rm -f 55f82a5d205402527b4b9ce6d4ded4abbe32119dee5cde2f72949eb23bf51952 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-07T03:36:23.825Z] + mkdir -p /w/workspace/edgex-go/167/clair-reports [Pipeline] echo [2020-10-07T03:36:23.839Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/167/clair-reports/clair_results_docker-core-data-go_f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108.html [Pipeline] writeFile [Pipeline] step [2020-10-07T03:36:23.888Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:36:24.236Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-07T03:36:24.236Z] . [Pipeline] withDockerContainer [2020-10-07T03:36:24.337Z] prd-centos7-docker-4c-2g-3881 does not seem to be running inside a container [2020-10-07T03:36:24.386Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/167 -v /w/workspace/edgex-go/167:/w/workspace/edgex-go/167:rw,z -v /w/workspace/edgex-go/167@tmp:/w/workspace/edgex-go/167@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-07T03:36:25.735Z] $ docker top 09265e1bbd4777c0e0d6d37deebbdecba24364248d7ecf9db08a3448e288b00e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-07T03:36:26.395Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go:f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108 [2020-10-07T03:36:26.395Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-07T03:36:29.084Z] $ docker stop --time=1 09265e1bbd4777c0e0d6d37deebbdecba24364248d7ecf9db08a3448e288b00e [2020-10-07T03:36:30.672Z] $ docker rm -f 09265e1bbd4777c0e0d6d37deebbdecba24364248d7ecf9db08a3448e288b00e [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:36:31.141Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-07T03:36:31.141Z] . [Pipeline] withDockerContainer [2020-10-07T03:36:31.241Z] prd-centos7-docker-4c-2g-3881 does not seem to be running inside a container [2020-10-07T03:36:31.286Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/167 -v /w/workspace/edgex-go/167:/w/workspace/edgex-go/167:rw,z -v /w/workspace/edgex-go/167@tmp:/w/workspace/edgex-go/167@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-07T03:36:31.938Z] $ docker top 862310bdf3a37415e14405825c1d7615bb8eb1235f4764d1fb85d69033754074 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-07T03:36:32.463Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go:f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108 [2020-10-07T03:36:32.463Z] + tee [2020-10-07T03:36:32.463Z] clair timeout 1m0s [2020-10-07T03:36:32.463Z] docker timeout: 1m0s [2020-10-07T03:36:32.463Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-07T03:36:33.140Z] $ docker stop --time=1 862310bdf3a37415e14405825c1d7615bb8eb1235f4764d1fb85d69033754074 [2020-10-07T03:36:34.515Z] $ docker rm -f 862310bdf3a37415e14405825c1d7615bb8eb1235f4764d1fb85d69033754074 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-07T03:36:34.983Z] + mkdir -p /w/workspace/edgex-go/167/clair-reports [Pipeline] echo [2020-10-07T03:36:34.995Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/167/clair-reports/clair_results_docker-core-metadata-go_f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108.html [Pipeline] writeFile [Pipeline] step [2020-10-07T03:36:35.048Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:36:35.383Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-07T03:36:35.383Z] . [Pipeline] withDockerContainer [2020-10-07T03:36:35.489Z] prd-centos7-docker-4c-2g-3881 does not seem to be running inside a container [2020-10-07T03:36:35.538Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/167 -v /w/workspace/edgex-go/167:/w/workspace/edgex-go/167:rw,z -v /w/workspace/edgex-go/167@tmp:/w/workspace/edgex-go/167@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-07T03:36:36.225Z] $ docker top 6d67da516cdd72bd63f3b0bfb277fb68f056d2866610307848e40235d8259d54 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-07T03:36:36.731Z] + tee [2020-10-07T03:36:36.731Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108 [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-07T03:36:42.204Z] $ docker stop --time=1 6d67da516cdd72bd63f3b0bfb277fb68f056d2866610307848e40235d8259d54 [2020-10-07T03:36:43.553Z] $ docker rm -f 6d67da516cdd72bd63f3b0bfb277fb68f056d2866610307848e40235d8259d54 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:36:44.036Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-07T03:36:44.036Z] . [Pipeline] withDockerContainer [2020-10-07T03:36:44.136Z] prd-centos7-docker-4c-2g-3881 does not seem to be running inside a container [2020-10-07T03:36:44.185Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/167 -v /w/workspace/edgex-go/167:/w/workspace/edgex-go/167:rw,z -v /w/workspace/edgex-go/167@tmp:/w/workspace/edgex-go/167@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-07T03:36:44.805Z] $ docker top 38f874c4f402f4f213a2cb917a4d9c6459600d5651fc37a60a8cd7147e97626b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-07T03:36:45.349Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108 [2020-10-07T03:36:45.349Z] + tee [2020-10-07T03:36:45.349Z] clair timeout 1m0s [2020-10-07T03:36:45.349Z] docker timeout: 1m0s [2020-10-07T03:36:45.349Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-07T03:36:46.397Z] $ docker stop --time=1 38f874c4f402f4f213a2cb917a4d9c6459600d5651fc37a60a8cd7147e97626b [2020-10-07T03:36:47.802Z] $ docker rm -f 38f874c4f402f4f213a2cb917a4d9c6459600d5651fc37a60a8cd7147e97626b [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-07T03:36:48.306Z] + mkdir -p /w/workspace/edgex-go/167/clair-reports [Pipeline] echo [2020-10-07T03:36:48.438Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/167/clair-reports/clair_results_docker-security-proxy-setup-go_f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108.html [Pipeline] writeFile [Pipeline] step [2020-10-07T03:36:48.489Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:36:48.831Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-07T03:36:48.832Z] . [Pipeline] withDockerContainer [2020-10-07T03:36:48.930Z] prd-centos7-docker-4c-2g-3881 does not seem to be running inside a container [2020-10-07T03:36:48.975Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/167 -v /w/workspace/edgex-go/167:/w/workspace/edgex-go/167:rw,z -v /w/workspace/edgex-go/167@tmp:/w/workspace/edgex-go/167@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-07T03:36:49.684Z] $ docker top 1253171bef2094a067b6b6e46e0f9a83148e0089ae4a74124b61433342ad4c39 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-07T03:36:50.223Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108 [2020-10-07T03:36:50.223Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-07T03:36:56.952Z] $ docker stop --time=1 1253171bef2094a067b6b6e46e0f9a83148e0089ae4a74124b61433342ad4c39 [2020-10-07T03:36:58.336Z] $ docker rm -f 1253171bef2094a067b6b6e46e0f9a83148e0089ae4a74124b61433342ad4c39 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:36:58.824Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-07T03:36:58.824Z] . [Pipeline] withDockerContainer [2020-10-07T03:36:58.922Z] prd-centos7-docker-4c-2g-3881 does not seem to be running inside a container [2020-10-07T03:36:58.970Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/167 -v /w/workspace/edgex-go/167:/w/workspace/edgex-go/167:rw,z -v /w/workspace/edgex-go/167@tmp:/w/workspace/edgex-go/167@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-07T03:36:59.624Z] $ docker top 05c864bda43ff29896d89739e4d7e2f2c669ecbf7cca143cd6bbf153b85bd62a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-07T03:37:00.144Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108 [2020-10-07T03:37:00.144Z] + tee [2020-10-07T03:37:00.144Z] clair timeout 1m0s [2020-10-07T03:37:00.144Z] docker timeout: 1m0s [2020-10-07T03:37:00.144Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-07T03:37:01.655Z] $ docker stop --time=1 05c864bda43ff29896d89739e4d7e2f2c669ecbf7cca143cd6bbf153b85bd62a [2020-10-07T03:37:03.034Z] $ docker rm -f 05c864bda43ff29896d89739e4d7e2f2c669ecbf7cca143cd6bbf153b85bd62a [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-07T03:37:03.495Z] + mkdir -p /w/workspace/edgex-go/167/clair-reports [Pipeline] echo [2020-10-07T03:37:03.508Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/167/clair-reports/clair_results_docker-security-secrets-setup-go_f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108.html [Pipeline] writeFile [Pipeline] step [2020-10-07T03:37:03.607Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:37:03.941Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-07T03:37:03.941Z] . [Pipeline] withDockerContainer [2020-10-07T03:37:04.038Z] prd-centos7-docker-4c-2g-3881 does not seem to be running inside a container [2020-10-07T03:37:04.088Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/167 -v /w/workspace/edgex-go/167:/w/workspace/edgex-go/167:rw,z -v /w/workspace/edgex-go/167@tmp:/w/workspace/edgex-go/167@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-07T03:37:04.713Z] $ docker top 72bcc7bf7dbeabfca65e16881d2feac6c64871af9fb0e4f727400cefb98d901d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-07T03:37:05.213Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108 [2020-10-07T03:37:05.213Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-07T03:37:13.518Z] $ docker stop --time=1 72bcc7bf7dbeabfca65e16881d2feac6c64871af9fb0e4f727400cefb98d901d [2020-10-07T03:37:14.887Z] $ docker rm -f 72bcc7bf7dbeabfca65e16881d2feac6c64871af9fb0e4f727400cefb98d901d [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:37:15.366Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-07T03:37:15.366Z] . [Pipeline] withDockerContainer [2020-10-07T03:37:15.465Z] prd-centos7-docker-4c-2g-3881 does not seem to be running inside a container [2020-10-07T03:37:15.516Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/167 -v /w/workspace/edgex-go/167:/w/workspace/edgex-go/167:rw,z -v /w/workspace/edgex-go/167@tmp:/w/workspace/edgex-go/167@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-07T03:37:16.238Z] $ docker top 1698bf9cf688206fcd47fc4a1c789aa230fde40430e3401a6e6e1d0bab82c120 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-07T03:37:16.778Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108 [2020-10-07T03:37:16.778Z] + tee [2020-10-07T03:37:16.778Z] clair timeout 1m0s [2020-10-07T03:37:16.778Z] docker timeout: 1m0s [2020-10-07T03:37:16.778Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-07T03:37:18.274Z] $ docker stop --time=1 1698bf9cf688206fcd47fc4a1c789aa230fde40430e3401a6e6e1d0bab82c120 [2020-10-07T03:37:19.741Z] $ docker rm -f 1698bf9cf688206fcd47fc4a1c789aa230fde40430e3401a6e6e1d0bab82c120 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-07T03:37:20.274Z] + mkdir -p /w/workspace/edgex-go/167/clair-reports [Pipeline] echo [2020-10-07T03:37:20.288Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/167/clair-reports/clair_results_docker-security-secretstore-setup-go_f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108.html [Pipeline] writeFile [Pipeline] step [2020-10-07T03:37:20.343Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:37:20.676Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-07T03:37:20.676Z] . [Pipeline] withDockerContainer [2020-10-07T03:37:20.775Z] prd-centos7-docker-4c-2g-3881 does not seem to be running inside a container [2020-10-07T03:37:20.819Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/167 -v /w/workspace/edgex-go/167:/w/workspace/edgex-go/167:rw,z -v /w/workspace/edgex-go/167@tmp:/w/workspace/edgex-go/167@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-07T03:37:21.522Z] $ docker top 77a5e0db2ee307be6572e7796ff5fb27a14b63f3218ed45010f60d4ba344271e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-07T03:37:22.044Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go:f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108 [2020-10-07T03:37:22.045Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-07T03:37:25.593Z] $ docker stop --time=1 77a5e0db2ee307be6572e7796ff5fb27a14b63f3218ed45010f60d4ba344271e [2020-10-07T03:37:26.933Z] $ docker rm -f 77a5e0db2ee307be6572e7796ff5fb27a14b63f3218ed45010f60d4ba344271e [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:37:27.477Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-07T03:37:27.477Z] . [Pipeline] withDockerContainer [2020-10-07T03:37:27.573Z] prd-centos7-docker-4c-2g-3881 does not seem to be running inside a container [2020-10-07T03:37:27.623Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/167 -v /w/workspace/edgex-go/167:/w/workspace/edgex-go/167:rw,z -v /w/workspace/edgex-go/167@tmp:/w/workspace/edgex-go/167@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-07T03:37:28.239Z] $ docker top ef90703f7a238d9f4841608a0e6c3463688a8088086828dae2448f7b5625f3d8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-07T03:37:28.752Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go:f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108 [2020-10-07T03:37:28.752Z] + tee [2020-10-07T03:37:28.752Z] clair timeout 1m0s [2020-10-07T03:37:28.752Z] docker timeout: 1m0s [2020-10-07T03:37:28.752Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-07T03:37:29.427Z] $ docker stop --time=1 ef90703f7a238d9f4841608a0e6c3463688a8088086828dae2448f7b5625f3d8 [2020-10-07T03:37:30.805Z] $ docker rm -f ef90703f7a238d9f4841608a0e6c3463688a8088086828dae2448f7b5625f3d8 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-07T03:37:31.298Z] + mkdir -p /w/workspace/edgex-go/167/clair-reports [Pipeline] echo [2020-10-07T03:37:31.311Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/167/clair-reports/clair_results_docker-support-logging-go_f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108.html [Pipeline] writeFile [Pipeline] step [2020-10-07T03:37:31.383Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:37:31.783Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-07T03:37:31.783Z] . [Pipeline] withDockerContainer [2020-10-07T03:37:31.882Z] prd-centos7-docker-4c-2g-3881 does not seem to be running inside a container [2020-10-07T03:37:31.938Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/167 -v /w/workspace/edgex-go/167:/w/workspace/edgex-go/167:rw,z -v /w/workspace/edgex-go/167@tmp:/w/workspace/edgex-go/167@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-07T03:37:32.535Z] $ docker top b046a63fdf03a65f4240bcdf612abed4c25315b9462306713bf0ba8b54a9524a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-07T03:37:33.147Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go:f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108 [2020-10-07T03:37:33.148Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-07T03:37:38.666Z] $ docker stop --time=1 b046a63fdf03a65f4240bcdf612abed4c25315b9462306713bf0ba8b54a9524a [2020-10-07T03:37:40.015Z] $ docker rm -f b046a63fdf03a65f4240bcdf612abed4c25315b9462306713bf0ba8b54a9524a [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:37:40.527Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-07T03:37:40.528Z] . [Pipeline] withDockerContainer [2020-10-07T03:37:40.626Z] prd-centos7-docker-4c-2g-3881 does not seem to be running inside a container [2020-10-07T03:37:40.672Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/167 -v /w/workspace/edgex-go/167:/w/workspace/edgex-go/167:rw,z -v /w/workspace/edgex-go/167@tmp:/w/workspace/edgex-go/167@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-07T03:37:41.307Z] $ docker top 7e42b0398e2663742be863b24803d03023a81b16368e920f12416e4fe595074d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-07T03:37:41.852Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go:f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108 [2020-10-07T03:37:41.852Z] + tee [2020-10-07T03:37:41.852Z] clair timeout 1m0s [2020-10-07T03:37:41.852Z] docker timeout: 1m0s [2020-10-07T03:37:41.852Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-07T03:37:42.910Z] $ docker stop --time=1 7e42b0398e2663742be863b24803d03023a81b16368e920f12416e4fe595074d [2020-10-07T03:37:44.267Z] $ docker rm -f 7e42b0398e2663742be863b24803d03023a81b16368e920f12416e4fe595074d [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-07T03:37:44.729Z] + mkdir -p /w/workspace/edgex-go/167/clair-reports [Pipeline] echo [2020-10-07T03:37:44.745Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/167/clair-reports/clair_results_docker-support-notifications-go_f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108.html [Pipeline] writeFile [Pipeline] step [2020-10-07T03:37:44.801Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:37:45.143Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-07T03:37:45.143Z] . [Pipeline] withDockerContainer [2020-10-07T03:37:45.246Z] prd-centos7-docker-4c-2g-3881 does not seem to be running inside a container [2020-10-07T03:37:45.292Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/167 -v /w/workspace/edgex-go/167:/w/workspace/edgex-go/167:rw,z -v /w/workspace/edgex-go/167@tmp:/w/workspace/edgex-go/167@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-07T03:37:45.974Z] $ docker top 8edb2525f6e072e32499db5024ed63468809182963baeb7dccc80ea0f3d13231 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-07T03:37:46.576Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108 [2020-10-07T03:37:46.577Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-07T03:37:49.293Z] $ docker stop --time=1 8edb2525f6e072e32499db5024ed63468809182963baeb7dccc80ea0f3d13231 [2020-10-07T03:37:50.641Z] $ docker rm -f 8edb2525f6e072e32499db5024ed63468809182963baeb7dccc80ea0f3d13231 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:37:51.115Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-07T03:37:51.115Z] . [Pipeline] withDockerContainer [2020-10-07T03:37:51.215Z] prd-centos7-docker-4c-2g-3881 does not seem to be running inside a container [2020-10-07T03:37:51.346Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/167 -v /w/workspace/edgex-go/167:/w/workspace/edgex-go/167:rw,z -v /w/workspace/edgex-go/167@tmp:/w/workspace/edgex-go/167@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-07T03:37:51.994Z] $ docker top ad4afd1fa1dabd3c7ccb6731d78abda259f59af89a23afc66ca8faa8bd086a2a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-07T03:37:52.548Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108 [2020-10-07T03:37:52.548Z] + tee [2020-10-07T03:37:52.548Z] clair timeout 1m0s [2020-10-07T03:37:52.548Z] docker timeout: 1m0s [2020-10-07T03:37:52.548Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-07T03:37:53.233Z] $ docker stop --time=1 ad4afd1fa1dabd3c7ccb6731d78abda259f59af89a23afc66ca8faa8bd086a2a [2020-10-07T03:37:54.580Z] $ docker rm -f ad4afd1fa1dabd3c7ccb6731d78abda259f59af89a23afc66ca8faa8bd086a2a [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-07T03:37:55.048Z] + mkdir -p /w/workspace/edgex-go/167/clair-reports [Pipeline] echo [2020-10-07T03:37:55.061Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/167/clair-reports/clair_results_docker-support-scheduler-go_f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108.html [Pipeline] writeFile [Pipeline] step [2020-10-07T03:37:55.116Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:37:55.453Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-07T03:37:55.453Z] . [Pipeline] withDockerContainer [2020-10-07T03:37:55.548Z] prd-centos7-docker-4c-2g-3881 does not seem to be running inside a container [2020-10-07T03:37:55.594Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/167 -v /w/workspace/edgex-go/167:/w/workspace/edgex-go/167:rw,z -v /w/workspace/edgex-go/167@tmp:/w/workspace/edgex-go/167@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-07T03:37:56.217Z] $ docker top 67a99c7c8388b849b644fa34bb5aa0a2b32974c7e04757754bd3f0c2684c28d7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-07T03:37:56.736Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108 [2020-10-07T03:37:56.736Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-07T03:38:11.842Z] $ docker stop --time=1 67a99c7c8388b849b644fa34bb5aa0a2b32974c7e04757754bd3f0c2684c28d7 [2020-10-07T03:38:13.236Z] $ docker rm -f 67a99c7c8388b849b644fa34bb5aa0a2b32974c7e04757754bd3f0c2684c28d7 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:38:13.708Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-07T03:38:13.708Z] . [Pipeline] withDockerContainer [2020-10-07T03:38:13.811Z] prd-centos7-docker-4c-2g-3881 does not seem to be running inside a container [2020-10-07T03:38:13.858Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/167 -v /w/workspace/edgex-go/167:/w/workspace/edgex-go/167:rw,z -v /w/workspace/edgex-go/167@tmp:/w/workspace/edgex-go/167@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-07T03:38:14.511Z] $ docker top 2b904613ceca43cc328890bfcc0373b36693b4963549f1455f6cae6a13b78d01 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-07T03:38:15.077Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108 [2020-10-07T03:38:15.077Z] + tee [2020-10-07T03:38:15.077Z] clair timeout 1m0s [2020-10-07T03:38:15.077Z] docker timeout: 1m0s [2020-10-07T03:38:15.077Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-07T03:38:16.643Z] $ docker stop --time=1 2b904613ceca43cc328890bfcc0373b36693b4963549f1455f6cae6a13b78d01 [2020-10-07T03:38:18.036Z] $ docker rm -f 2b904613ceca43cc328890bfcc0373b36693b4963549f1455f6cae6a13b78d01 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-07T03:38:18.499Z] + mkdir -p /w/workspace/edgex-go/167/clair-reports [Pipeline] echo [2020-10-07T03:38:18.511Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/167/clair-reports/clair_results_docker-sys-mgmt-agent-go_f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108.html [Pipeline] writeFile [Pipeline] step [2020-10-07T03:38:18.563Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:38:18.909Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-07T03:38:18.909Z] . [Pipeline] withDockerContainer [2020-10-07T03:38:19.009Z] prd-centos7-docker-4c-2g-3881 does not seem to be running inside a container [2020-10-07T03:38:19.056Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/167 -v /w/workspace/edgex-go/167:/w/workspace/edgex-go/167:rw,z -v /w/workspace/edgex-go/167@tmp:/w/workspace/edgex-go/167@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-07T03:38:19.964Z] $ docker top 54fd38c0176de1a563e07212c9f5c97bc86abccdb3e8de40e3966666f630c55b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-07T03:38:20.629Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108 [2020-10-07T03:38:20.629Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-07T03:38:23.380Z] $ docker stop --time=1 54fd38c0176de1a563e07212c9f5c97bc86abccdb3e8de40e3966666f630c55b [2020-10-07T03:38:24.739Z] $ docker rm -f 54fd38c0176de1a563e07212c9f5c97bc86abccdb3e8de40e3966666f630c55b [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:38:25.229Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-07T03:38:25.229Z] . [Pipeline] withDockerContainer [2020-10-07T03:38:25.327Z] prd-centos7-docker-4c-2g-3881 does not seem to be running inside a container [2020-10-07T03:38:25.373Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/167 -v /w/workspace/edgex-go/167:/w/workspace/edgex-go/167:rw,z -v /w/workspace/edgex-go/167@tmp:/w/workspace/edgex-go/167@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-07T03:38:26.037Z] $ docker top b9f8061d68cf686f333917d1f8edd3ed418726b4d81c59eb9664e8b577efdb19 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-07T03:38:26.582Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108 [2020-10-07T03:38:26.582Z] + tee [2020-10-07T03:38:26.582Z] clair timeout 1m0s [2020-10-07T03:38:26.582Z] docker timeout: 1m0s [2020-10-07T03:38:26.582Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-07T03:38:27.267Z] $ docker stop --time=1 b9f8061d68cf686f333917d1f8edd3ed418726b4d81c59eb9664e8b577efdb19 [2020-10-07T03:38:28.626Z] $ docker rm -f b9f8061d68cf686f333917d1f8edd3ed418726b4d81c59eb9664e8b577efdb19 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-07T03:38:29.092Z] + mkdir -p /w/workspace/edgex-go/167/clair-reports [Pipeline] echo [2020-10-07T03:38:29.104Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/167/clair-reports/clair_results_docker-core-command-go-arm64_f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108.html [Pipeline] writeFile [Pipeline] step [2020-10-07T03:38:29.157Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:38:29.502Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-07T03:38:29.502Z] . [Pipeline] withDockerContainer [2020-10-07T03:38:29.602Z] prd-centos7-docker-4c-2g-3881 does not seem to be running inside a container [2020-10-07T03:38:29.652Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/167 -v /w/workspace/edgex-go/167:/w/workspace/edgex-go/167:rw,z -v /w/workspace/edgex-go/167@tmp:/w/workspace/edgex-go/167@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-07T03:38:30.285Z] $ docker top 207f2db00c1b15200eaf5e5f3bc93a0d9a87301a5fd1e8be1f912d0d302a887c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-07T03:38:30.801Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108 [2020-10-07T03:38:30.801Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-07T03:38:36.246Z] $ docker stop --time=1 207f2db00c1b15200eaf5e5f3bc93a0d9a87301a5fd1e8be1f912d0d302a887c [2020-10-07T03:38:37.644Z] $ docker rm -f 207f2db00c1b15200eaf5e5f3bc93a0d9a87301a5fd1e8be1f912d0d302a887c [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:38:38.928Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-07T03:38:38.928Z] . [Pipeline] withDockerContainer [2020-10-07T03:38:39.050Z] prd-centos7-docker-4c-2g-3881 does not seem to be running inside a container [2020-10-07T03:38:39.099Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/167 -v /w/workspace/edgex-go/167:/w/workspace/edgex-go/167:rw,z -v /w/workspace/edgex-go/167@tmp:/w/workspace/edgex-go/167@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-07T03:38:39.723Z] $ docker top 547628d6a829eedcc0b351c024d6951972fd5b0cdac0c03beb127e706d5a5de0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-07T03:38:40.280Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108 [2020-10-07T03:38:40.280Z] + tee [2020-10-07T03:38:40.280Z] clair timeout 1m0s [2020-10-07T03:38:40.280Z] docker timeout: 1m0s [2020-10-07T03:38:40.280Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-07T03:38:41.331Z] $ docker stop --time=1 547628d6a829eedcc0b351c024d6951972fd5b0cdac0c03beb127e706d5a5de0 [2020-10-07T03:38:42.680Z] $ docker rm -f 547628d6a829eedcc0b351c024d6951972fd5b0cdac0c03beb127e706d5a5de0 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-07T03:38:43.174Z] + mkdir -p /w/workspace/edgex-go/167/clair-reports [Pipeline] echo [2020-10-07T03:38:43.187Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/167/clair-reports/clair_results_docker-core-data-go-arm64_f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108.html [Pipeline] writeFile [Pipeline] step [2020-10-07T03:38:43.243Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:38:43.605Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-07T03:38:43.605Z] . [Pipeline] withDockerContainer [2020-10-07T03:38:43.711Z] prd-centos7-docker-4c-2g-3881 does not seem to be running inside a container [2020-10-07T03:38:43.758Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/167 -v /w/workspace/edgex-go/167:/w/workspace/edgex-go/167:rw,z -v /w/workspace/edgex-go/167@tmp:/w/workspace/edgex-go/167@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-07T03:38:44.449Z] $ docker top c77c6fc40d69985d696f9f388553efdbb0b44a1c7efc4261a00e953a7e4b13d8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-07T03:38:45.021Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108 [2020-10-07T03:38:45.021Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-07T03:38:47.747Z] $ docker stop --time=1 c77c6fc40d69985d696f9f388553efdbb0b44a1c7efc4261a00e953a7e4b13d8 [2020-10-07T03:38:49.147Z] $ docker rm -f c77c6fc40d69985d696f9f388553efdbb0b44a1c7efc4261a00e953a7e4b13d8 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:38:49.687Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-07T03:38:49.687Z] . [Pipeline] withDockerContainer [2020-10-07T03:38:49.782Z] prd-centos7-docker-4c-2g-3881 does not seem to be running inside a container [2020-10-07T03:38:49.836Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/167 -v /w/workspace/edgex-go/167:/w/workspace/edgex-go/167:rw,z -v /w/workspace/edgex-go/167@tmp:/w/workspace/edgex-go/167@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-07T03:38:50.508Z] $ docker top fefd234e138109a15e6a6adc1eb6b17f2f0eaadeed9e9726437e7bfd1f2528cc -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-07T03:38:51.110Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108 [2020-10-07T03:38:51.110Z] + tee [2020-10-07T03:38:51.110Z] clair timeout 1m0s [2020-10-07T03:38:51.110Z] docker timeout: 1m0s [2020-10-07T03:38:51.110Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-07T03:38:51.799Z] $ docker stop --time=1 fefd234e138109a15e6a6adc1eb6b17f2f0eaadeed9e9726437e7bfd1f2528cc [2020-10-07T03:38:53.147Z] $ docker rm -f fefd234e138109a15e6a6adc1eb6b17f2f0eaadeed9e9726437e7bfd1f2528cc [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-07T03:38:53.628Z] + mkdir -p /w/workspace/edgex-go/167/clair-reports [Pipeline] echo [2020-10-07T03:38:53.641Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/167/clair-reports/clair_results_docker-core-metadata-go-arm64_f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108.html [Pipeline] writeFile [Pipeline] step [2020-10-07T03:38:53.697Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:38:54.041Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-07T03:38:54.041Z] . [Pipeline] withDockerContainer [2020-10-07T03:38:54.145Z] prd-centos7-docker-4c-2g-3881 does not seem to be running inside a container [2020-10-07T03:38:54.195Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/167 -v /w/workspace/edgex-go/167:/w/workspace/edgex-go/167:rw,z -v /w/workspace/edgex-go/167@tmp:/w/workspace/edgex-go/167@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-07T03:38:54.878Z] $ docker top 399054b9437fc88582d287e64d3488229c5da5436afda4eee9440599c4e4df1a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-07T03:38:55.391Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108 [2020-10-07T03:38:55.391Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-07T03:38:59.804Z] $ docker stop --time=1 399054b9437fc88582d287e64d3488229c5da5436afda4eee9440599c4e4df1a [2020-10-07T03:39:01.167Z] $ docker rm -f 399054b9437fc88582d287e64d3488229c5da5436afda4eee9440599c4e4df1a [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:39:01.633Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-07T03:39:01.633Z] . [Pipeline] withDockerContainer [2020-10-07T03:39:01.734Z] prd-centos7-docker-4c-2g-3881 does not seem to be running inside a container [2020-10-07T03:39:01.784Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/167 -v /w/workspace/edgex-go/167:/w/workspace/edgex-go/167:rw,z -v /w/workspace/edgex-go/167@tmp:/w/workspace/edgex-go/167@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-07T03:39:02.383Z] $ docker top 6fea3d57cb59c7facd02d8cbc6afc4ea22843ef6fb2e7f10c101d14b96dbb57f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-07T03:39:02.876Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108 [2020-10-07T03:39:02.876Z] + tee [2020-10-07T03:39:02.876Z] clair timeout 1m0s [2020-10-07T03:39:02.876Z] docker timeout: 1m0s [2020-10-07T03:39:02.876Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-07T03:39:03.566Z] $ docker stop --time=1 6fea3d57cb59c7facd02d8cbc6afc4ea22843ef6fb2e7f10c101d14b96dbb57f [2020-10-07T03:39:04.919Z] $ docker rm -f 6fea3d57cb59c7facd02d8cbc6afc4ea22843ef6fb2e7f10c101d14b96dbb57f [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-07T03:39:05.379Z] + mkdir -p /w/workspace/edgex-go/167/clair-reports [Pipeline] echo [2020-10-07T03:39:05.392Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/167/clair-reports/clair_results_docker-security-proxy-setup-go-arm64_f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108.html [Pipeline] writeFile [Pipeline] step [2020-10-07T03:39:05.444Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:39:05.793Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-07T03:39:05.793Z] . [Pipeline] withDockerContainer [2020-10-07T03:39:05.893Z] prd-centos7-docker-4c-2g-3881 does not seem to be running inside a container [2020-10-07T03:39:05.940Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/167 -v /w/workspace/edgex-go/167:/w/workspace/edgex-go/167:rw,z -v /w/workspace/edgex-go/167@tmp:/w/workspace/edgex-go/167@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-07T03:39:06.570Z] $ docker top 16005a5a2fe2682b4de6e01ed1acf427700ffcd55b45b326371283b8639777e7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-07T03:39:07.189Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108 [2020-10-07T03:39:07.189Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-07T03:39:15.476Z] $ docker stop --time=1 16005a5a2fe2682b4de6e01ed1acf427700ffcd55b45b326371283b8639777e7 [2020-10-07T03:39:16.839Z] $ docker rm -f 16005a5a2fe2682b4de6e01ed1acf427700ffcd55b45b326371283b8639777e7 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:39:17.300Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-07T03:39:17.300Z] . [Pipeline] withDockerContainer [2020-10-07T03:39:17.424Z] prd-centos7-docker-4c-2g-3881 does not seem to be running inside a container [2020-10-07T03:39:17.467Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/167 -v /w/workspace/edgex-go/167:/w/workspace/edgex-go/167:rw,z -v /w/workspace/edgex-go/167@tmp:/w/workspace/edgex-go/167@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-07T03:39:18.479Z] $ docker top 56bc68aa0dc77f9cb0c92686ae5eff9c03db9e2f3728795e877eda054c366608 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-07T03:39:19.019Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108 [2020-10-07T03:39:19.019Z] + tee [2020-10-07T03:39:19.019Z] clair timeout 1m0s [2020-10-07T03:39:19.019Z] docker timeout: 1m0s [2020-10-07T03:39:19.019Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-07T03:39:20.510Z] $ docker stop --time=1 56bc68aa0dc77f9cb0c92686ae5eff9c03db9e2f3728795e877eda054c366608 [2020-10-07T03:39:21.870Z] $ docker rm -f 56bc68aa0dc77f9cb0c92686ae5eff9c03db9e2f3728795e877eda054c366608 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-07T03:39:22.387Z] + mkdir -p /w/workspace/edgex-go/167/clair-reports [Pipeline] echo [2020-10-07T03:39:22.399Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/167/clair-reports/clair_results_docker-security-secrets-setup-go-arm64_f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108.html [Pipeline] writeFile [Pipeline] step [2020-10-07T03:39:22.452Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:39:22.795Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-07T03:39:22.795Z] . [Pipeline] withDockerContainer [2020-10-07T03:39:22.906Z] prd-centos7-docker-4c-2g-3881 does not seem to be running inside a container [2020-10-07T03:39:22.948Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/167 -v /w/workspace/edgex-go/167:/w/workspace/edgex-go/167:rw,z -v /w/workspace/edgex-go/167@tmp:/w/workspace/edgex-go/167@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-07T03:39:23.597Z] $ docker top 09c43ba03429ab8d79e241ad8ea04dd78ad229816db30e1b19b301ad47e83e85 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-07T03:39:24.126Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108 [2020-10-07T03:39:24.126Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-07T03:39:32.475Z] $ docker stop --time=1 09c43ba03429ab8d79e241ad8ea04dd78ad229816db30e1b19b301ad47e83e85 [2020-10-07T03:39:33.814Z] $ docker rm -f 09c43ba03429ab8d79e241ad8ea04dd78ad229816db30e1b19b301ad47e83e85 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:39:34.297Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-07T03:39:34.297Z] . [Pipeline] withDockerContainer [2020-10-07T03:39:34.400Z] prd-centos7-docker-4c-2g-3881 does not seem to be running inside a container [2020-10-07T03:39:34.450Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/167 -v /w/workspace/edgex-go/167:/w/workspace/edgex-go/167:rw,z -v /w/workspace/edgex-go/167@tmp:/w/workspace/edgex-go/167@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-07T03:39:35.134Z] $ docker top 6961e2980aa03e3cb9d6c76f82d44e36ad900f42302a42f7efee34fb4553d014 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-07T03:39:35.677Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108 [2020-10-07T03:39:35.677Z] + tee [2020-10-07T03:39:35.677Z] clair timeout 1m0s [2020-10-07T03:39:35.677Z] docker timeout: 1m0s [2020-10-07T03:39:35.677Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-07T03:39:37.180Z] $ docker stop --time=1 6961e2980aa03e3cb9d6c76f82d44e36ad900f42302a42f7efee34fb4553d014 [2020-10-07T03:39:38.513Z] $ docker rm -f 6961e2980aa03e3cb9d6c76f82d44e36ad900f42302a42f7efee34fb4553d014 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-07T03:39:38.968Z] + mkdir -p /w/workspace/edgex-go/167/clair-reports [Pipeline] echo [2020-10-07T03:39:38.981Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/167/clair-reports/clair_results_docker-security-secretstore-setup-go-arm64_f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108.html [Pipeline] writeFile [Pipeline] step [2020-10-07T03:39:39.034Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:39:39.381Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-07T03:39:39.381Z] . [Pipeline] withDockerContainer [2020-10-07T03:39:39.479Z] prd-centos7-docker-4c-2g-3881 does not seem to be running inside a container [2020-10-07T03:39:39.523Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/167 -v /w/workspace/edgex-go/167:/w/workspace/edgex-go/167:rw,z -v /w/workspace/edgex-go/167@tmp:/w/workspace/edgex-go/167@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-07T03:39:40.115Z] $ docker top 045c54f4ae10e71158ed21def9e662af3190c81001e9c2217ce7dcc2225a431d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-07T03:39:40.709Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108 [2020-10-07T03:39:40.710Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-07T03:39:44.170Z] $ docker stop --time=1 045c54f4ae10e71158ed21def9e662af3190c81001e9c2217ce7dcc2225a431d [2020-10-07T03:39:45.517Z] $ docker rm -f 045c54f4ae10e71158ed21def9e662af3190c81001e9c2217ce7dcc2225a431d [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:39:46.002Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-07T03:39:46.002Z] . [Pipeline] withDockerContainer [2020-10-07T03:39:46.149Z] prd-centos7-docker-4c-2g-3881 does not seem to be running inside a container [2020-10-07T03:39:46.198Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/167 -v /w/workspace/edgex-go/167:/w/workspace/edgex-go/167:rw,z -v /w/workspace/edgex-go/167@tmp:/w/workspace/edgex-go/167@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-07T03:39:46.822Z] $ docker top 8cad333b733a16fb9923aad8cb95387ba8a64076f44bcd3f91c3e83c204a7f6b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-07T03:39:47.349Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108 [2020-10-07T03:39:47.349Z] + tee [2020-10-07T03:39:47.350Z] clair timeout 1m0s [2020-10-07T03:39:47.350Z] docker timeout: 1m0s [2020-10-07T03:39:47.350Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-07T03:39:48.032Z] $ docker stop --time=1 8cad333b733a16fb9923aad8cb95387ba8a64076f44bcd3f91c3e83c204a7f6b [2020-10-07T03:39:49.375Z] $ docker rm -f 8cad333b733a16fb9923aad8cb95387ba8a64076f44bcd3f91c3e83c204a7f6b [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-07T03:39:49.850Z] + mkdir -p /w/workspace/edgex-go/167/clair-reports [Pipeline] echo [2020-10-07T03:39:49.862Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/167/clair-reports/clair_results_docker-support-logging-go-arm64_f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108.html [Pipeline] writeFile [Pipeline] step [2020-10-07T03:39:49.914Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:39:50.259Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-07T03:39:50.259Z] . [Pipeline] withDockerContainer [2020-10-07T03:39:50.355Z] prd-centos7-docker-4c-2g-3881 does not seem to be running inside a container [2020-10-07T03:39:50.401Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/167 -v /w/workspace/edgex-go/167:/w/workspace/edgex-go/167:rw,z -v /w/workspace/edgex-go/167@tmp:/w/workspace/edgex-go/167@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-07T03:39:51.036Z] $ docker top 40da8fe222b79ee7b78e7c57fde376b72e1d28f7f4d9dd5845b2cfe48ba5e654 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-07T03:39:51.547Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108 [2020-10-07T03:39:51.547Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-07T03:39:56.997Z] $ docker stop --time=1 40da8fe222b79ee7b78e7c57fde376b72e1d28f7f4d9dd5845b2cfe48ba5e654 [2020-10-07T03:39:58.391Z] $ docker rm -f 40da8fe222b79ee7b78e7c57fde376b72e1d28f7f4d9dd5845b2cfe48ba5e654 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:39:58.872Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-07T03:39:58.872Z] . [Pipeline] withDockerContainer [2020-10-07T03:39:59.047Z] prd-centos7-docker-4c-2g-3881 does not seem to be running inside a container [2020-10-07T03:39:59.093Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/167 -v /w/workspace/edgex-go/167:/w/workspace/edgex-go/167:rw,z -v /w/workspace/edgex-go/167@tmp:/w/workspace/edgex-go/167@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-07T03:39:59.731Z] $ docker top 5266e5f16a1ae1bacd35e65c733a8350a7da28ca01aab0998b284b3721dfbe76 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-07T03:40:00.240Z] + tee [2020-10-07T03:40:00.240Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108 [2020-10-07T03:40:00.240Z] clair timeout 1m0s [2020-10-07T03:40:00.240Z] docker timeout: 1m0s [2020-10-07T03:40:00.240Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-07T03:40:01.325Z] $ docker stop --time=1 5266e5f16a1ae1bacd35e65c733a8350a7da28ca01aab0998b284b3721dfbe76 [2020-10-07T03:40:02.704Z] $ docker rm -f 5266e5f16a1ae1bacd35e65c733a8350a7da28ca01aab0998b284b3721dfbe76 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-07T03:40:03.195Z] + mkdir -p /w/workspace/edgex-go/167/clair-reports [Pipeline] echo [2020-10-07T03:40:03.210Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/167/clair-reports/clair_results_docker-support-notifications-go-arm64_f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108.html [Pipeline] writeFile [Pipeline] step [2020-10-07T03:40:03.275Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:40:03.700Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-07T03:40:03.700Z] . [Pipeline] withDockerContainer [2020-10-07T03:40:03.798Z] prd-centos7-docker-4c-2g-3881 does not seem to be running inside a container [2020-10-07T03:40:03.847Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/167 -v /w/workspace/edgex-go/167:/w/workspace/edgex-go/167:rw,z -v /w/workspace/edgex-go/167@tmp:/w/workspace/edgex-go/167@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-07T03:40:04.499Z] $ docker top 5aa6dea5d13f52d9f5361522dfeaadfd93f7514a344340df81d01a1b6b854db5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-07T03:40:05.028Z] + tee [2020-10-07T03:40:05.028Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108 [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-07T03:40:07.777Z] $ docker stop --time=1 5aa6dea5d13f52d9f5361522dfeaadfd93f7514a344340df81d01a1b6b854db5 [2020-10-07T03:40:09.107Z] $ docker rm -f 5aa6dea5d13f52d9f5361522dfeaadfd93f7514a344340df81d01a1b6b854db5 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:40:09.612Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-07T03:40:09.612Z] . [Pipeline] withDockerContainer [2020-10-07T03:40:09.727Z] prd-centos7-docker-4c-2g-3881 does not seem to be running inside a container [2020-10-07T03:40:09.777Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/167 -v /w/workspace/edgex-go/167:/w/workspace/edgex-go/167:rw,z -v /w/workspace/edgex-go/167@tmp:/w/workspace/edgex-go/167@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-07T03:40:10.417Z] $ docker top 1d62ca59366eb4301b882fd4ea21643487c6b991aa988ad4956df701b9739e8f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-07T03:40:10.956Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108 [2020-10-07T03:40:10.956Z] + tee [2020-10-07T03:40:10.956Z] clair timeout 1m0s [2020-10-07T03:40:10.956Z] docker timeout: 1m0s [2020-10-07T03:40:10.956Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-07T03:40:11.755Z] $ docker stop --time=1 1d62ca59366eb4301b882fd4ea21643487c6b991aa988ad4956df701b9739e8f [2020-10-07T03:40:13.124Z] $ docker rm -f 1d62ca59366eb4301b882fd4ea21643487c6b991aa988ad4956df701b9739e8f [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-07T03:40:13.609Z] + mkdir -p /w/workspace/edgex-go/167/clair-reports [Pipeline] echo [2020-10-07T03:40:13.622Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/167/clair-reports/clair_results_docker-support-scheduler-go-arm64_f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108.html [Pipeline] writeFile [Pipeline] step [2020-10-07T03:40:13.686Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:40:14.040Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-07T03:40:14.040Z] . [Pipeline] withDockerContainer [2020-10-07T03:40:14.144Z] prd-centos7-docker-4c-2g-3881 does not seem to be running inside a container [2020-10-07T03:40:14.191Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/167 -v /w/workspace/edgex-go/167:/w/workspace/edgex-go/167:rw,z -v /w/workspace/edgex-go/167@tmp:/w/workspace/edgex-go/167@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-07T03:40:14.853Z] $ docker top 2648f5b0f9e4c91c7b27e53500470840e53da04bca441c6c77987b39ef18a30a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-07T03:40:15.399Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108 [2020-10-07T03:40:15.399Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-07T03:40:30.502Z] $ docker stop --time=1 2648f5b0f9e4c91c7b27e53500470840e53da04bca441c6c77987b39ef18a30a [2020-10-07T03:40:31.848Z] $ docker rm -f 2648f5b0f9e4c91c7b27e53500470840e53da04bca441c6c77987b39ef18a30a [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:40:32.328Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-07T03:40:32.328Z] . [Pipeline] withDockerContainer [2020-10-07T03:40:32.427Z] prd-centos7-docker-4c-2g-3881 does not seem to be running inside a container [2020-10-07T03:40:32.473Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/167 -v /w/workspace/edgex-go/167:/w/workspace/edgex-go/167:rw,z -v /w/workspace/edgex-go/167@tmp:/w/workspace/edgex-go/167@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-07T03:40:33.126Z] $ docker top eaed000242f5865698a1240180f8f8af2e0d2a6006873d80e788a97f7f86ce75 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-07T03:40:33.674Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108 [2020-10-07T03:40:33.675Z] + tee [2020-10-07T03:40:33.675Z] clair timeout 1m0s [2020-10-07T03:40:33.675Z] docker timeout: 1m0s [2020-10-07T03:40:33.675Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-07T03:40:35.163Z] $ docker stop --time=1 eaed000242f5865698a1240180f8f8af2e0d2a6006873d80e788a97f7f86ce75 [2020-10-07T03:40:36.521Z] $ docker rm -f eaed000242f5865698a1240180f8f8af2e0d2a6006873d80e788a97f7f86ce75 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-07T03:40:37.005Z] + mkdir -p /w/workspace/edgex-go/167/clair-reports [Pipeline] echo [2020-10-07T03:40:37.018Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/167/clair-reports/clair_results_docker-sys-mgmt-agent-go-arm64_f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108.html [Pipeline] writeFile [Pipeline] step [2020-10-07T03:40:37.080Z] Archiving artifacts [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2020-10-07T03:40:37.483Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-07T03:40:37.537Z] provisioning config files... [2020-10-07T03:40:37.551Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/167@tmp/config138904524542352057tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-10-07T03:40:37.924Z] --> edgex-publish-swagger.sh [2020-10-07T03:40:37.924Z] === Publish openapi/v1 API === [2020-10-07T03:40:37.924Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2020-10-07T03:40:37.924Z] [publishToSwagger] Publishing API Name [core-command] [2020-10-07T03:40:37.924Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-07T03:40:37.924Z] Dload Upload Total Spent Left Speed [2020-10-07T03:40:39.129Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10521 0 0 100 10521 0 8769 0:00:01 0:00:01 --:--:-- 8767 100 10521 0 0 100 10521 0 8767 0:00:01 0:00:01 --:--:-- 8767 [2020-10-07T03:40:39.129Z] [2020-10-07T03:40:39.129Z] [2020-10-07T03:40:39.129Z] [publishToSwagger] Publishing API Name [core-data] [2020-10-07T03:40:39.129Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-07T03:40:39.129Z] Dload Upload Total Spent Left Speed [2020-10-07T03:40:40.516Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32556 0 0 100 32556 0 29561 0:00:01 0:00:01 --:--:-- 29569 100 32556 0 0 100 32556 0 29557 0:00:01 0:00:01 --:--:-- 29569 [2020-10-07T03:40:40.516Z] [2020-10-07T03:40:40.516Z] [2020-10-07T03:40:40.516Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-10-07T03:40:40.516Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-07T03:40:40.516Z] Dload Upload Total Spent Left Speed [2020-10-07T03:40:41.463Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73720 0 0 100 73720 0 66834 0:00:01 0:00:01 --:--:-- 66896 100 73720 0 0 100 73720 0 66824 0:00:01 0:00:01 --:--:-- 66835 [2020-10-07T03:40:41.463Z] [2020-10-07T03:40:41.463Z] [2020-10-07T03:40:41.463Z] [publishToSwagger] Publishing API Name [support-logging] [2020-10-07T03:40:41.463Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-07T03:40:41.463Z] Dload Upload Total Spent Left Speed [2020-10-07T03:40:42.413Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13580 0 0 100 13580 0 13419 0:00:01 0:00:01 --:--:-- 13432 100 13580 0 0 100 13580 0 13416 0:00:01 0:00:01 --:--:-- 13418 [2020-10-07T03:40:42.414Z] [2020-10-07T03:40:42.414Z] [2020-10-07T03:40:42.414Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-10-07T03:40:42.414Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-07T03:40:42.414Z] Dload Upload Total Spent Left Speed [2020-10-07T03:40:43.807Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38889 0 0 100 38889 0 35255 0:00:01 0:00:01 --:--:-- 35289 100 38889 0 0 100 38889 0 35249 0:00:01 0:00:01 --:--:-- 35257 [2020-10-07T03:40:43.807Z] [2020-10-07T03:40:43.807Z] [2020-10-07T03:40:43.807Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-10-07T03:40:43.807Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-07T03:40:43.807Z] Dload Upload Total Spent Left Speed [2020-10-07T03:40:44.757Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14248 0 0 100 14248 0 11918 0:00:01 0:00:01 --:--:-- 11923 100 14248 0 0 100 14248 0 10757 0:00:01 0:00:01 --:--:-- 10761 [2020-10-07T03:40:44.757Z] [2020-10-07T03:40:44.757Z] [2020-10-07T03:40:44.757Z] [publishToSwagger] Publishing API Name [system-agent] [2020-10-07T03:40:44.757Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-07T03:40:44.757Z] Dload Upload Total Spent Left Speed [2020-10-07T03:40:46.146Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4109 0 0 100 4109 0 3943 0:00:01 0:00:01 --:--:-- 3947 100 4109 0 0 100 4109 0 3942 0:00:01 0:00:01 --:--:-- 3943 [2020-10-07T03:40:46.146Z] [2020-10-07T03:40:46.146Z] [2020-10-07T03:40:46.146Z] === Publish openapi/v2 API === [2020-10-07T03:40:46.146Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2020-10-07T03:40:46.146Z] [publishToSwagger] Publishing API Name [core-command] [2020-10-07T03:40:46.146Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-07T03:40:46.146Z] Dload Upload Total Spent Left Speed [2020-10-07T03:40:47.090Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 30234 0 0 100 30234 0 29655 0:00:01 0:00:01 --:--:-- 29670 [2020-10-07T03:40:47.090Z] [2020-10-07T03:40:47.090Z] [2020-10-07T03:40:47.090Z] [publishToSwagger] Publishing API Name [core-data] [2020-10-07T03:40:47.090Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-07T03:40:47.090Z] Dload Upload Total Spent Left Speed [2020-10-07T03:40:48.040Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 58943 0 0 100 58943 0 56005 0:00:01 0:00:01 --:--:-- 56029 [2020-10-07T03:40:48.040Z] [2020-10-07T03:40:48.040Z] [2020-10-07T03:40:48.040Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-10-07T03:40:48.040Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-07T03:40:48.040Z] Dload Upload Total Spent Left Speed [2020-10-07T03:40:49.249Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 114k 0 0 100 114k 0 99098 0:00:01 0:00:01 --:--:-- 99034 100 114k 0 0 100 114k 0 99085 0:00:01 0:00:01 --:--:-- 99034 [2020-10-07T03:40:49.249Z] [2020-10-07T03:40:49.249Z] [2020-10-07T03:40:49.249Z] [publishToSwagger] Publishing API Name [support-logging] [2020-10-07T03:40:49.249Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-07T03:40:49.249Z] Dload Upload Total Spent Left Speed [2020-10-07T03:40:50.206Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 26165 0 0 100 26165 0 24029 0:00:01 0:00:01 --:--:-- 24048 100 26165 0 0 100 26165 0 24025 0:00:01 0:00:01 --:--:-- 24048 [2020-10-07T03:40:50.206Z] [2020-10-07T03:40:50.206Z] [2020-10-07T03:40:50.206Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-10-07T03:40:50.206Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-07T03:40:50.206Z] Dload Upload Total Spent Left Speed [2020-10-07T03:40:51.601Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 63410 0 0 100 63410 0 53169 0:00:01 0:00:01 --:--:-- 53196 100 63410 0 0 100 63410 0 52624 0:00:01 0:00:01 --:--:-- 52666 [2020-10-07T03:40:51.601Z] [2020-10-07T03:40:51.601Z] [2020-10-07T03:40:51.601Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-10-07T03:40:51.601Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-07T03:40:51.601Z] Dload Upload Total Spent Left Speed [2020-10-07T03:40:52.992Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 46049 0 0 100 46049 0 40591 0:00:01 0:00:01 --:--:-- 40607 100 46049 0 0 100 46049 0 40585 0:00:01 0:00:01 --:--:-- 40607 [2020-10-07T03:40:52.992Z] [2020-10-07T03:40:52.992Z] [2020-10-07T03:40:52.992Z] [publishToSwagger] Publishing API Name [system-agent] [2020-10-07T03:40:52.992Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-07T03:40:52.992Z] Dload Upload Total Spent Left Speed [2020-10-07T03:40:53.947Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 24114 0 0 100 24114 0 23224 0:00:01 0:00:01 --:--:-- 23231 100 24114 0 0 100 24114 0 23220 0:00:01 0:00:01 --:--:-- 23231 [2020-10-07T03:40:53.947Z] [2020-10-07T03:40:53.947Z] [Pipeline] } [2020-10-07T03:40:53.959Z] 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-07T03:41:05.375Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-07T03:41:05.375Z] . [Pipeline] withDockerContainer [2020-10-07T03:41:05.479Z] prd-centos7-docker-4c-2g-3881 does not seem to be running inside a container [2020-10-07T03:41:05.531Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/167 -v /w/workspace/edgex-go/167:/w/workspace/edgex-go/167:rw,z -v /w/workspace/edgex-go/167@tmp:/w/workspace/edgex-go/167@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-07T03:41:06.829Z] $ docker top 160c885b15beb340af14eb74cf1a86c3af9033520d384f9abd293cee123cb764 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-07T03:41:07.204Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-07T03:41:07.204Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-07T03:41:07.457Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-07T03:41:07.463Z] $ docker exec 160c885b15beb340af14eb74cf1a86c3af9033520d384f9abd293cee123cb764 ssh-agent [2020-10-07T03:41:07.628Z] SSH_AUTH_SOCK=/tmp/ssh-51mXV5ZJxQVN/agent.12 [2020-10-07T03:41:07.628Z] SSH_AGENT_PID=18 [2020-10-07T03:41:07.640Z] Running ssh-add (command line suppressed) [2020-10-07T03:41:07.774Z] Identity added: /w/workspace/edgex-go/167@tmp/private_key_2323320857682989425.key (/w/workspace/edgex-go/167@tmp/private_key_2323320857682989425.key) [2020-10-07T03:41:07.827Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-07T03:41:08.176Z] + git semver tag [2020-10-07T03:41:08.438Z] # -> Open(): unable to determine branch for HEAD [2020-10-07T03:41:08.438Z] # $GIT_DIR = /w/workspace/edgex-go/167/.git [2020-10-07T03:41:08.438Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/167 [2020-10-07T03:41:08.438Z] # $SEMVER_REMOTE_NAME = origin [2020-10-07T03:41:08.438Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-07T03:41:08.438Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-07T03:41:08.438Z] # $SEMVER_BRANCH = master [2020-10-07T03:41:08.438Z] # $SEMVER_DIR = /w/workspace/edgex-go/167/.semver [2020-10-07T03:41:08.438Z] # f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108 HEAD [2020-10-07T03:41:08.699Z] # -> Force: false [2020-10-07T03:41:08.699Z] # 3434dcd1762720763487a58f9d0e3a71e27a84ee refs/tags/v1.2.2-dev.52 [Pipeline] } [2020-10-07T03:41:08.715Z] $ docker exec --env ******** --env ******** 160c885b15beb340af14eb74cf1a86c3af9033520d384f9abd293cee123cb764 ssh-agent -k [2020-10-07T03:41:08.864Z] unset SSH_AUTH_SOCK; [2020-10-07T03:41:08.864Z] unset SSH_AGENT_PID; [2020-10-07T03:41:08.864Z] echo Agent pid 18 killed; [2020-10-07T03:41:08.920Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-07T03:41:09.397Z] + git semver [Pipeline] } [2020-10-07T03:41:09.415Z] $ docker stop --time=1 160c885b15beb340af14eb74cf1a86c3af9033520d384f9abd293cee123cb764 [2020-10-07T03:41:10.825Z] $ docker rm -f 160c885b15beb340af14eb74cf1a86c3af9033520d384f9abd293cee123cb764 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:41:11.450Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-07T03:41:11.450Z] [2020-10-07T03:41:11.450Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:41:11.849Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-07T03:41:11.849Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-10-07T03:41:11.850Z] ab5ef0e58194: Pulling fs layer [2020-10-07T03:41:11.850Z] 9712f1f96733: Pulling fs layer [2020-10-07T03:41:11.850Z] 63f879dbbcfc: Pulling fs layer [2020-10-07T03:41:11.850Z] 0d9ebad4ef96: Pulling fs layer [2020-10-07T03:41:11.850Z] e9a5061849ea: Pulling fs layer [2020-10-07T03:41:11.850Z] d747dcd14b5f: Pulling fs layer [2020-10-07T03:41:11.850Z] 2de7ff778b66: Pulling fs layer [2020-10-07T03:41:11.850Z] e9a5061849ea: Waiting [2020-10-07T03:41:11.850Z] d747dcd14b5f: Waiting [2020-10-07T03:41:11.850Z] 2de7ff778b66: Waiting [2020-10-07T03:41:11.850Z] 0d9ebad4ef96: Waiting [2020-10-07T03:41:11.850Z] 9712f1f96733: Verifying Checksum [2020-10-07T03:41:11.850Z] 9712f1f96733: Download complete [2020-10-07T03:41:13.250Z] 63f879dbbcfc: Verifying Checksum [2020-10-07T03:41:13.250Z] 63f879dbbcfc: Download complete [2020-10-07T03:41:13.514Z] e9a5061849ea: Verifying Checksum [2020-10-07T03:41:13.514Z] e9a5061849ea: Download complete [2020-10-07T03:41:13.514Z] d747dcd14b5f: Verifying Checksum [2020-10-07T03:41:13.514Z] d747dcd14b5f: Download complete [2020-10-07T03:41:14.093Z] 2de7ff778b66: Verifying Checksum [2020-10-07T03:41:14.093Z] 2de7ff778b66: Download complete [2020-10-07T03:41:14.093Z] 0d9ebad4ef96: Verifying Checksum [2020-10-07T03:41:14.093Z] 0d9ebad4ef96: Download complete [2020-10-07T03:41:14.355Z] ab5ef0e58194: Download complete [2020-10-07T03:41:18.582Z] ab5ef0e58194: Pull complete [2020-10-07T03:41:18.847Z] 9712f1f96733: Pull complete [2020-10-07T03:41:21.432Z] 63f879dbbcfc: Pull complete [2020-10-07T03:41:26.736Z] 0d9ebad4ef96: Pull complete [2020-10-07T03:41:28.656Z] e9a5061849ea: Pull complete [2020-10-07T03:41:28.657Z] d747dcd14b5f: Pull complete [2020-10-07T03:41:32.042Z] 2de7ff778b66: Pull complete [2020-10-07T03:41:32.042Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-10-07T03:41:32.042Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-07T03:41:32.042Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-10-07T03:41:32.215Z] prd-centos7-docker-4c-2g-3881 does not seem to be running inside a container [2020-10-07T03:41:32.271Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/167 -v /w/workspace/edgex-go/167:/w/workspace/edgex-go/167:rw,z -v /w/workspace/edgex-go/167@tmp:/w/workspace/edgex-go/167@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-07T03:41:35.482Z] $ docker top a8d95b0425b08fcb3bfb12336bbb68b709a47045e3e25656f6f7d5535048de44 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-10-07T03:41:35.724Z] provisioning config files... [2020-10-07T03:41:35.740Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/167@tmp/config301160883027375966tmp [2020-10-07T03:41:35.762Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/167@tmp/config4804101463153399691tmp [2020-10-07T03:41:35.789Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/167@tmp/config1396754164274131039tmp [Pipeline] { [Pipeline] echo [2020-10-07T03:41:35.870Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-07T03:41:36.183Z] ---> sigul-configuration.sh [2020-10-07T03:41:36.183Z] gpg: directory `/root/.gnupg' created [2020-10-07T03:41:36.183Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-10-07T03:41:36.183Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-10-07T03:41:36.183Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-10-07T03:41:36.183Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-10-07T03:41:36.183Z] gpg: CAST5 encrypted data [2020-10-07T03:41:36.446Z] gpg: encrypted with 1 passphrase [2020-10-07T03:41:36.446Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-10-07T03:41:36.748Z] + mkdir /home/jenkins [2020-10-07T03:41:36.748Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-10-07T03:41:37.052Z] + 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-07T03:41:37.082Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-07T03:41:37.399Z] ---> sigul-install.sh [2020-10-07T03:41:42.732Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-10-07T03:41:43.030Z] + git tag --list [2020-10-07T03:41:43.030Z] 0.6.0 [2020-10-07T03:41:43.030Z] 0.6.1 [2020-10-07T03:41:43.030Z] 0.7.0 [2020-10-07T03:41:43.030Z] 0.7.1 [2020-10-07T03:41:43.030Z] v1.0.0 [2020-10-07T03:41:43.030Z] v1.0.1 [2020-10-07T03:41:43.030Z] v1.1.0 [2020-10-07T03:41:43.030Z] v1.2.0 [2020-10-07T03:41:43.030Z] v1.2.1 [2020-10-07T03:41:43.030Z] v1.2.2-dev.1 [2020-10-07T03:41:43.030Z] v1.2.2-dev.10 [2020-10-07T03:41:43.030Z] v1.2.2-dev.11 [2020-10-07T03:41:43.030Z] v1.2.2-dev.12 [2020-10-07T03:41:43.030Z] v1.2.2-dev.13 [2020-10-07T03:41:43.030Z] v1.2.2-dev.14 [2020-10-07T03:41:43.030Z] v1.2.2-dev.15 [2020-10-07T03:41:43.030Z] v1.2.2-dev.16 [2020-10-07T03:41:43.030Z] v1.2.2-dev.17 [2020-10-07T03:41:43.030Z] v1.2.2-dev.18 [2020-10-07T03:41:43.030Z] v1.2.2-dev.19 [2020-10-07T03:41:43.030Z] v1.2.2-dev.2 [2020-10-07T03:41:43.030Z] v1.2.2-dev.20 [2020-10-07T03:41:43.030Z] v1.2.2-dev.21 [2020-10-07T03:41:43.030Z] v1.2.2-dev.22 [2020-10-07T03:41:43.030Z] v1.2.2-dev.23 [2020-10-07T03:41:43.030Z] v1.2.2-dev.24 [2020-10-07T03:41:43.030Z] v1.2.2-dev.25 [2020-10-07T03:41:43.030Z] v1.2.2-dev.26 [2020-10-07T03:41:43.030Z] v1.2.2-dev.27 [2020-10-07T03:41:43.030Z] v1.2.2-dev.28 [2020-10-07T03:41:43.030Z] v1.2.2-dev.29 [2020-10-07T03:41:43.030Z] v1.2.2-dev.3 [2020-10-07T03:41:43.030Z] v1.2.2-dev.30 [2020-10-07T03:41:43.030Z] v1.2.2-dev.31 [2020-10-07T03:41:43.030Z] v1.2.2-dev.32 [2020-10-07T03:41:43.030Z] v1.2.2-dev.33 [2020-10-07T03:41:43.030Z] v1.2.2-dev.34 [2020-10-07T03:41:43.030Z] v1.2.2-dev.35 [2020-10-07T03:41:43.030Z] v1.2.2-dev.36 [2020-10-07T03:41:43.030Z] v1.2.2-dev.37 [2020-10-07T03:41:43.030Z] v1.2.2-dev.38 [2020-10-07T03:41:43.030Z] v1.2.2-dev.39 [2020-10-07T03:41:43.030Z] v1.2.2-dev.4 [2020-10-07T03:41:43.030Z] v1.2.2-dev.40 [2020-10-07T03:41:43.030Z] v1.2.2-dev.41 [2020-10-07T03:41:43.030Z] v1.2.2-dev.42 [2020-10-07T03:41:43.030Z] v1.2.2-dev.43 [2020-10-07T03:41:43.030Z] v1.2.2-dev.44 [2020-10-07T03:41:43.030Z] v1.2.2-dev.45 [2020-10-07T03:41:43.030Z] v1.2.2-dev.46 [2020-10-07T03:41:43.030Z] v1.2.2-dev.47 [2020-10-07T03:41:43.030Z] v1.2.2-dev.48 [2020-10-07T03:41:43.030Z] v1.2.2-dev.49 [2020-10-07T03:41:43.030Z] v1.2.2-dev.5 [2020-10-07T03:41:43.031Z] v1.2.2-dev.50 [2020-10-07T03:41:43.031Z] v1.2.2-dev.51 [2020-10-07T03:41:43.031Z] v1.2.2-dev.52 [2020-10-07T03:41:43.031Z] v1.2.2-dev.6 [2020-10-07T03:41:43.031Z] v1.2.2-dev.7 [2020-10-07T03:41:43.031Z] v1.2.2-dev.8 [2020-10-07T03:41:43.031Z] v1.2.2-dev.9 [Pipeline] sh [2020-10-07T03:41:44.019Z] + lftools sign git-tag v1.2.2-dev.52 [2020-10-07T03:41:44.965Z] Signing Git tag with Sigul... [2020-10-07T03:41:44.965Z] Signing v1.2.2-dev.52 [Pipeline] echo [2020-10-07T03:41:46.369Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-07T03:41:46.668Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-10-07T03:41:46.681Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-10-07T03:41:46.803Z] $ docker stop --time=1 a8d95b0425b08fcb3bfb12336bbb68b709a47045e3e25656f6f7d5535048de44 [2020-10-07T03:41:49.003Z] $ docker rm -f a8d95b0425b08fcb3bfb12336bbb68b709a47045e3e25656f6f7d5535048de44 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:41:49.888Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-07T03:41:49.888Z] . [Pipeline] withDockerContainer [2020-10-07T03:41:50.010Z] prd-centos7-docker-4c-2g-3881 does not seem to be running inside a container [2020-10-07T03:41:50.068Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/167 -v /w/workspace/edgex-go/167:/w/workspace/edgex-go/167:rw,z -v /w/workspace/edgex-go/167@tmp:/w/workspace/edgex-go/167@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-07T03:41:50.860Z] $ docker top 2a3fa38ca0ca0f5d1861449a26c0c22677dbd67622b7deb8d4876dbb4fcac20a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-07T03:41:51.202Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-07T03:41:51.202Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-07T03:41:51.429Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-07T03:41:51.434Z] $ docker exec 2a3fa38ca0ca0f5d1861449a26c0c22677dbd67622b7deb8d4876dbb4fcac20a ssh-agent [2020-10-07T03:41:51.617Z] SSH_AUTH_SOCK=/tmp/ssh-nECT4WyeixiF/agent.12 [2020-10-07T03:41:51.617Z] SSH_AGENT_PID=17 [2020-10-07T03:41:51.625Z] Running ssh-add (command line suppressed) [2020-10-07T03:41:51.753Z] Identity added: /w/workspace/edgex-go/167@tmp/private_key_8123523588334443935.key (/w/workspace/edgex-go/167@tmp/private_key_8123523588334443935.key) [2020-10-07T03:41:51.806Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-07T03:41:52.138Z] + git semver bump pre [2020-10-07T03:41:52.138Z] # -> Open(): unable to determine branch for HEAD [2020-10-07T03:41:52.138Z] # $GIT_DIR = /w/workspace/edgex-go/167/.git [2020-10-07T03:41:52.138Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/167 [2020-10-07T03:41:52.138Z] # $SEMVER_REMOTE_NAME = origin [2020-10-07T03:41:52.138Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-07T03:41:52.138Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-07T03:41:52.138Z] # $SEMVER_BRANCH = master [2020-10-07T03:41:52.138Z] # $SEMVER_DIR = /w/workspace/edgex-go/167/.semver [2020-10-07T03:41:52.138Z] 1.2.2-dev.53 [Pipeline] } [2020-10-07T03:41:52.153Z] $ docker exec --env ******** --env ******** 2a3fa38ca0ca0f5d1861449a26c0c22677dbd67622b7deb8d4876dbb4fcac20a ssh-agent -k [2020-10-07T03:41:52.285Z] unset SSH_AUTH_SOCK; [2020-10-07T03:41:52.285Z] unset SSH_AGENT_PID; [2020-10-07T03:41:52.285Z] echo Agent pid 17 killed; [2020-10-07T03:41:52.336Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-07T03:41:52.818Z] + git semver [Pipeline] } [2020-10-07T03:41:52.838Z] $ docker stop --time=1 2a3fa38ca0ca0f5d1861449a26c0c22677dbd67622b7deb8d4876dbb4fcac20a [2020-10-07T03:41:54.202Z] $ docker rm -f 2a3fa38ca0ca0f5d1861449a26c0c22677dbd67622b7deb8d4876dbb4fcac20a [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-07T03:41:54.745Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-07T03:41:54.745Z] . [Pipeline] withDockerContainer [2020-10-07T03:41:54.857Z] prd-centos7-docker-4c-2g-3881 does not seem to be running inside a container [2020-10-07T03:41:54.906Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/167 -v /w/workspace/edgex-go/167:/w/workspace/edgex-go/167:rw,z -v /w/workspace/edgex-go/167@tmp:/w/workspace/edgex-go/167@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-07T03:41:55.533Z] $ docker top cd8f9ca74e65e947e43542cf9cdde989bc09e066d46a9f7d63ec550e0600c2fe -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-07T03:41:55.829Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-07T03:41:55.829Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-07T03:41:56.004Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-07T03:41:56.009Z] $ docker exec cd8f9ca74e65e947e43542cf9cdde989bc09e066d46a9f7d63ec550e0600c2fe ssh-agent [2020-10-07T03:41:56.177Z] SSH_AUTH_SOCK=/tmp/ssh-hctVUDzWJOfk/agent.11 [2020-10-07T03:41:56.177Z] SSH_AGENT_PID=16 [2020-10-07T03:41:56.184Z] Running ssh-add (command line suppressed) [2020-10-07T03:41:56.309Z] Identity added: /w/workspace/edgex-go/167@tmp/private_key_5315951197538438268.key (/w/workspace/edgex-go/167@tmp/private_key_5315951197538438268.key) [2020-10-07T03:41:56.375Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-07T03:41:56.740Z] + git semver push [2020-10-07T03:41:56.740Z] # -> Open(): unable to determine branch for HEAD [2020-10-07T03:41:56.740Z] # $GIT_DIR = /w/workspace/edgex-go/167/.git [2020-10-07T03:41:56.740Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/167 [2020-10-07T03:41:56.740Z] # $SEMVER_REMOTE_NAME = origin [2020-10-07T03:41:56.740Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-07T03:41:56.740Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-07T03:41:56.740Z] # $SEMVER_BRANCH = master [2020-10-07T03:41:56.740Z] # $SEMVER_DIR = /w/workspace/edgex-go/167/.semver [Pipeline] } [2020-10-07T03:42:06.790Z] $ docker exec --env ******** --env ******** cd8f9ca74e65e947e43542cf9cdde989bc09e066d46a9f7d63ec550e0600c2fe ssh-agent -k [2020-10-07T03:42:06.948Z] unset SSH_AUTH_SOCK; [2020-10-07T03:42:06.948Z] unset SSH_AGENT_PID; [2020-10-07T03:42:06.948Z] echo Agent pid 16 killed; [2020-10-07T03:42:07.008Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-07T03:42:07.484Z] + git semver [Pipeline] } [2020-10-07T03:42:07.502Z] $ docker stop --time=1 cd8f9ca74e65e947e43542cf9cdde989bc09e066d46a9f7d63ec550e0600c2fe [2020-10-07T03:42:08.870Z] $ docker rm -f cd8f9ca74e65e947e43542cf9cdde989bc09e066d46a9f7d63ec550e0600c2fe [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-07T03:42:09.899Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-07T03:42:10.769Z] ---> package-listing.sh [2020-10-07T03:42:10.769Z] ++ facter osfamily [2020-10-07T03:42:10.769Z] ++ tr '[:upper:]' '[:lower:]' [2020-10-07T03:42:10.769Z] + OS_FAMILY=redhat [2020-10-07T03:42:10.769Z] + workspace=/w/workspace/edgex-go/167 [2020-10-07T03:42:10.769Z] + START_PACKAGES=/tmp/packages_start.txt [2020-10-07T03:42:10.769Z] + END_PACKAGES=/tmp/packages_end.txt [2020-10-07T03:42:10.769Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-10-07T03:42:10.769Z] + PACKAGES=/tmp/packages_start.txt [2020-10-07T03:42:10.769Z] + '[' /w/workspace/edgex-go/167 ']' [2020-10-07T03:42:10.769Z] + PACKAGES=/tmp/packages_end.txt [2020-10-07T03:42:10.769Z] + case "${OS_FAMILY}" in [2020-10-07T03:42:10.769Z] + rpm -qa [2020-10-07T03:42:10.769Z] + sort [2020-10-07T03:42:14.991Z] + '[' -f /tmp/packages_start.txt ']' [2020-10-07T03:42:14.991Z] + '[' -f /tmp/packages_end.txt ']' [2020-10-07T03:42:14.991Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-10-07T03:42:14.991Z] + '[' /w/workspace/edgex-go/167 ']' [2020-10-07T03:42:14.991Z] + mkdir -p /w/workspace/edgex-go/167/archives/ [2020-10-07T03:42:14.991Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/167/archives/ [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-07T03:42:15.212Z] provisioning config files... [2020-10-07T03:42:15.230Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/167@tmp/config4946797537752262808tmp [Pipeline] { [Pipeline] echo [2020-10-07T03:42:15.316Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-07T03:42:15.616Z] ---> create-netrc.sh [Pipeline] } [2020-10-07T03:42:15.625Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-10-07T03:42:15.716Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-07T03:42:16.019Z] ---> python-tools-install.sh [2020-10-07T03:42:16.019Z] Generating Requirements File [2020-10-07T03:43:37.592Z] Python 3.6.8 [2020-10-07T03:43:37.592Z] pip 20.2.3 from /home/jenkins/.local/lib/python3.6/site-packages/pip (python 3.6) [2020-10-07T03:43:37.592Z] appdirs==1.4.3 [2020-10-07T03:43:37.592Z] argcomplete==1.12.1 [2020-10-07T03:43:37.592Z] aspy.yaml==1.3.0 [2020-10-07T03:43:37.592Z] attrs==19.3.0 [2020-10-07T03:43:37.592Z] Babel==2.8.0 [2020-10-07T03:43:37.592Z] beautifulsoup4==4.8.2 [2020-10-07T03:43:37.592Z] boto3==1.11.6 [2020-10-07T03:43:37.592Z] botocore==1.14.6 [2020-10-07T03:43:37.592Z] bs4==0.0.1 [2020-10-07T03:43:37.592Z] cachetools==4.1.1 [2020-10-07T03:43:37.592Z] certifi==2019.11.28 [2020-10-07T03:43:37.592Z] cffi==1.14.3 [2020-10-07T03:43:37.592Z] cfgv==2.0.1 [2020-10-07T03:43:37.592Z] chardet==3.0.4 [2020-10-07T03:43:37.592Z] click==7.1 [2020-10-07T03:43:37.592Z] cliff==3.4.0 [2020-10-07T03:43:37.592Z] cmd2==1.3.11 [2020-10-07T03:43:37.592Z] colorama==0.4.3 [2020-10-07T03:43:37.592Z] cryptography==3.1.1 [2020-10-07T03:43:37.592Z] debtcollector==2.2.0 [2020-10-07T03:43:37.592Z] decorator==4.4.2 [2020-10-07T03:43:37.592Z] defusedxml==0.6.0 [2020-10-07T03:43:37.592Z] Deprecated==1.2.7 [2020-10-07T03:43:37.592Z] distlib==0.3.1 [2020-10-07T03:43:37.592Z] distro==1.2.0 [2020-10-07T03:43:37.592Z] dnspython==1.16.0 [2020-10-07T03:43:37.592Z] docker==4.2.0 [2020-10-07T03:43:37.592Z] docutils==0.15.2 [2020-10-07T03:43:37.592Z] dogpile.cache==1.0.2 [2020-10-07T03:43:37.592Z] email-validator==1.0.5 [2020-10-07T03:43:37.592Z] filelock==3.0.12 [2020-10-07T03:43:37.592Z] future==0.18.2 [2020-10-07T03:43:37.592Z] google-auth==1.22.1 [2020-10-07T03:43:37.592Z] httplib2==0.17.0 [2020-10-07T03:43:37.592Z] identify==1.4.11 [2020-10-07T03:43:37.592Z] idna==2.9 [2020-10-07T03:43:37.592Z] importlib-metadata==1.7.0 [2020-10-07T03:43:37.592Z] importlib-resources==1.5.0 [2020-10-07T03:43:37.592Z] iso8601==0.1.13 [2020-10-07T03:43:37.592Z] Jinja2==2.11.1 [2020-10-07T03:43:37.592Z] jmespath==0.10.0 [2020-10-07T03:43:37.592Z] jsonpatch==1.26 [2020-10-07T03:43:37.592Z] jsonpointer==2.0 [2020-10-07T03:43:37.592Z] jsonschema==3.2.0 [2020-10-07T03:43:37.592Z] keystoneauth1==4.2.1 [2020-10-07T03:43:37.592Z] kubernetes==11.0.0 [2020-10-07T03:43:37.592Z] lftools==0.34.2 [2020-10-07T03:43:37.592Z] lxml==4.5.0 [2020-10-07T03:43:37.592Z] MarkupSafe==0.23 [2020-10-07T03:43:37.592Z] msgpack==1.0.0 [2020-10-07T03:43:37.592Z] multi-key-dict==2.0.3 [2020-10-07T03:43:37.592Z] munch==2.5.0 [2020-10-07T03:43:37.592Z] netaddr==0.8.0 [2020-10-07T03:43:37.592Z] netifaces==0.10.9 [2020-10-07T03:43:37.592Z] niet==1.4.2 [2020-10-07T03:43:37.592Z] nodeenv==1.3.5 [2020-10-07T03:43:37.592Z] oauth2client==4.1.3 [2020-10-07T03:43:37.592Z] oauthlib==3.1.0 [2020-10-07T03:43:37.592Z] openstacksdk==0.50.0 [2020-10-07T03:43:37.592Z] os-client-config==2.1.0 [2020-10-07T03:43:37.592Z] os-service-types==1.7.0 [2020-10-07T03:43:37.592Z] osc-lib==2.2.1 [2020-10-07T03:43:37.592Z] oslo.config==8.3.2 [2020-10-07T03:43:37.592Z] oslo.context==3.1.1 [2020-10-07T03:43:37.593Z] oslo.i18n==5.0.1 [2020-10-07T03:43:37.593Z] oslo.log==4.4.0 [2020-10-07T03:43:37.593Z] oslo.serialization==4.0.1 [2020-10-07T03:43:37.593Z] oslo.utils==4.6.0 [2020-10-07T03:43:37.593Z] packaging==20.4 [2020-10-07T03:43:37.593Z] pbr==5.4.4 [2020-10-07T03:43:37.593Z] pluggy==0.13.1 [2020-10-07T03:43:37.593Z] prettytable==0.7.2 [2020-10-07T03:43:37.593Z] py==1.9.0 [2020-10-07T03:43:37.593Z] pyasn1==0.4.8 [2020-10-07T03:43:37.593Z] pyasn1-modules==0.2.8 [2020-10-07T03:43:37.593Z] pycparser==2.20 [2020-10-07T03:43:37.593Z] pygerrit2==2.0.10 [2020-10-07T03:43:37.593Z] PyGithub==1.46 [2020-10-07T03:43:37.593Z] pyinotify==0.9.6 [2020-10-07T03:43:37.593Z] PyJWT==1.7.1 [2020-10-07T03:43:37.593Z] pyparsing==2.4.7 [2020-10-07T03:43:37.593Z] pyperclip==1.8.0 [2020-10-07T03:43:37.593Z] pyroute2==0.4.13 [2020-10-07T03:43:37.593Z] pyrsistent==0.15.7 [2020-10-07T03:43:37.593Z] PySocks==1.6.8 [2020-10-07T03:43:37.593Z] python-cinderclient==7.2.0 [2020-10-07T03:43:37.593Z] python-dateutil==2.8.1 [2020-10-07T03:43:37.593Z] python-heatclient==2.2.1 [2020-10-07T03:43:37.593Z] python-jenkins==1.7.0 [2020-10-07T03:43:37.593Z] python-keystoneclient==4.1.1 [2020-10-07T03:43:37.593Z] python-magnumclient==3.2.1 [2020-10-07T03:43:37.593Z] python-novaclient==17.2.1 [2020-10-07T03:43:37.593Z] python-openstackclient==5.4.0 [2020-10-07T03:43:37.593Z] python-swiftclient==3.10.1 [2020-10-07T03:43:37.593Z] pytz==2020.1 [2020-10-07T03:43:37.593Z] PyYAML==5.3 [2020-10-07T03:43:37.593Z] requests==2.23.0 [2020-10-07T03:43:37.593Z] requests-oauthlib==1.3.0 [2020-10-07T03:43:37.593Z] requestsexceptions==1.4.0 [2020-10-07T03:43:37.593Z] rfc3986==1.4.0 [2020-10-07T03:43:37.593Z] rpm==4.11.3 [2020-10-07T03:43:37.593Z] rsa==4.0 [2020-10-07T03:43:37.593Z] ruamel.yaml==0.16.10 [2020-10-07T03:43:37.593Z] ruamel.yaml.clib==0.2.0 [2020-10-07T03:43:37.593Z] s3transfer==0.3.3 [2020-10-07T03:43:37.593Z] shade==1.27.2 [2020-10-07T03:43:37.593Z] simplejson==3.17.2 [2020-10-07T03:43:37.593Z] six==1.14.0 [2020-10-07T03:43:37.593Z] soupsieve==2.0 [2020-10-07T03:43:37.593Z] stevedore==3.2.2 [2020-10-07T03:43:37.593Z] tabulate==0.8.6 [2020-10-07T03:43:37.593Z] toml==0.10.0 [2020-10-07T03:43:37.593Z] tox==3.20.0 [2020-10-07T03:43:37.593Z] tqdm==4.43.0 [2020-10-07T03:43:37.593Z] urllib3==1.25.8 [2020-10-07T03:43:37.593Z] virtualenv==20.0.33 [2020-10-07T03:43:37.593Z] wcwidth==0.2.5 [2020-10-07T03:43:37.593Z] websocket-client==0.57.0 [2020-10-07T03:43:37.593Z] wrapt==1.12.1 [2020-10-07T03:43:37.593Z] xdg==3.0.2 [2020-10-07T03:43:37.593Z] xmltodict==0.12.0 [2020-10-07T03:43:37.593Z] yq==2.11.1 [2020-10-07T03:43:37.593Z] zipp==3.3.0 [2020-10-07T03:43:37.593Z] Cache entry deserialization failed, entry ignored [2020-10-07T03:43:37.856Z] 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-07T03:43:41.176Z] Python 2.7.5 [2020-10-07T03:43:41.176Z] pip 20.2.3 from /home/jenkins/.local/lib/python2.7/site-packages/pip (python 2.7) [2020-10-07T03:43:41.438Z] 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-07T03:43:41.700Z] ansible==2.9.7 [2020-10-07T03:43:41.700Z] Babel==0.9.6 [2020-10-07T03:43:41.700Z] backports.ssl-match-hostname==3.5.0.1 [2020-10-07T03:43:41.700Z] beautifulsoup4==4.4.1 [2020-10-07T03:43:41.700Z] bodhi==2.11.0 [2020-10-07T03:43:41.700Z] bodhi-client==2.11.0 [2020-10-07T03:43:41.700Z] CCColUtils==1.4 [2020-10-07T03:43:41.700Z] cffi==1.6.0 [2020-10-07T03:43:41.700Z] chardet==2.2.1 [2020-10-07T03:43:41.700Z] click==6.7 [2020-10-07T03:43:41.700Z] cloud-init==18.5 [2020-10-07T03:43:41.700Z] configobj==4.7.2 [2020-10-07T03:43:41.700Z] cryptography==1.7.2 [2020-10-07T03:43:41.700Z] decorator==3.4.0 [2020-10-07T03:43:41.700Z] distro==1.2.0 [2020-10-07T03:43:41.700Z] enum34==1.0.4 [2020-10-07T03:43:41.700Z] fedpkg==1.38 [2020-10-07T03:43:41.700Z] futures==3.1.1 [2020-10-07T03:43:41.700Z] gitdb==0.6.4 [2020-10-07T03:43:41.700Z] GitPython==1.0.1 [2020-10-07T03:43:41.701Z] html5lib==0.999 [2020-10-07T03:43:41.701Z] httplib2==0.9.2 [2020-10-07T03:43:41.701Z] idna==2.4 [2020-10-07T03:43:41.701Z] iniparse==0.4 [2020-10-07T03:43:41.701Z] ipaddress==1.0.16 [2020-10-07T03:43:41.701Z] IPy==0.75 [2020-10-07T03:43:41.701Z] javapackages==1.0.0 [2020-10-07T03:43:41.701Z] Jinja2==2.7.2 [2020-10-07T03:43:41.701Z] jmespath==0.9.4 [2020-10-07T03:43:41.701Z] jsonpatch==1.2 [2020-10-07T03:43:41.701Z] jsonpointer==1.9 [2020-10-07T03:43:41.701Z] kerberos==1.1 [2020-10-07T03:43:41.701Z] kitchen==1.1.1 [2020-10-07T03:43:41.701Z] langtable==0.0.31 [2020-10-07T03:43:41.701Z] lockfile==0.9.1 [2020-10-07T03:43:41.701Z] lxml==3.2.1 [2020-10-07T03:43:41.701Z] MarkupSafe==0.11 [2020-10-07T03:43:41.701Z] munch==2.0.2 [2020-10-07T03:43:41.701Z] offtrac==0.1.0 [2020-10-07T03:43:41.701Z] openidc-client==0.6.0 [2020-10-07T03:43:41.701Z] packagedb-cli==2.14.1 [2020-10-07T03:43:41.701Z] paramiko==2.1.1 [2020-10-07T03:43:41.701Z] perf==0.1 [2020-10-07T03:43:41.701Z] ply==3.4 [2020-10-07T03:43:41.701Z] policycoreutils-default-encoding==0.1 [2020-10-07T03:43:41.701Z] prettytable==0.7.2 [2020-10-07T03:43:41.701Z] pyasn1==0.1.9 [2020-10-07T03:43:41.701Z] pycparser==2.14 [2020-10-07T03:43:41.701Z] pycurl==7.19.0 [2020-10-07T03:43:41.701Z] pygobject==3.22.0 [2020-10-07T03:43:41.701Z] pygpgme==0.3 [2020-10-07T03:43:41.701Z] pyliblzma==0.5.3 [2020-10-07T03:43:41.701Z] pyOpenSSL==0.13.1 [2020-10-07T03:43:41.701Z] pyparsing==1.5.6 [2020-10-07T03:43:41.701Z] pyserial==2.6 [2020-10-07T03:43:41.701Z] python-augeas==0.5.0 [2020-10-07T03:43:41.701Z] python-bugzilla==2.3.0 [2020-10-07T03:43:41.701Z] python-dateutil==1.5 [2020-10-07T03:43:41.701Z] python-fedora==0.10.0 [2020-10-07T03:43:41.701Z] python-linux-procfs==0.4.9 [2020-10-07T03:43:41.701Z] python-yubico==1.2.3 [2020-10-07T03:43:41.701Z] pyudev==0.15 [2020-10-07T03:43:41.701Z] pyusb==1.0.0b1 [2020-10-07T03:43:41.701Z] pyxattr==0.5.1 [2020-10-07T03:43:41.701Z] PyYAML==3.10 [2020-10-07T03:43:41.701Z] requests==2.6.0 [2020-10-07T03:43:41.701Z] requests-kerberos==0.7.0 [2020-10-07T03:43:41.701Z] rpkg==1.60 [2020-10-07T03:43:41.701Z] schedutils==0.4 [2020-10-07T03:43:41.701Z] seobject==0.1 [2020-10-07T03:43:41.701Z] sepolicy==1.1 [2020-10-07T03:43:41.701Z] six==1.9.0 [2020-10-07T03:43:41.701Z] smmap==0.9.0 [2020-10-07T03:43:41.701Z] urlgrabber==3.10 [2020-10-07T03:43:41.701Z] urllib3==1.10.2 [2020-10-07T03:43:41.701Z] virtualenv==15.1.0 [2020-10-07T03:43:41.701Z] yum-langpacks==0.4.2 [2020-10-07T03:43:41.701Z] yum-metadata-parser==1.1.4 [Pipeline] echo [2020-10-07T03:43:41.715Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-07T03:43:42.376Z] ---> sudo-logs.sh [2020-10-07T03:43:42.376Z] Archiving 'sudo' log.. [Pipeline] echo [2020-10-07T03:43:42.649Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-07T03:43:42.941Z] ---> job-cost.sh [2020-10-07T03:43:42.941Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-sLyN [2020-10-07T03:43:52.961Z] Cache entry deserialization failed, entry ignored [2020-10-07T03:43:53.226Z] Cache entry deserialization failed, entry ignored [2020-10-07T03:43:54.176Z] Cache entry deserialization failed, entry ignored [2020-10-07T03:43:54.438Z] Cache entry deserialization failed, entry ignored [2020-10-07T03:43:54.438Z] Cache entry deserialization failed, entry ignored [2020-10-07T03:43:54.438Z] Cache entry deserialization failed, entry ignored [2020-10-07T03:43:54.703Z] Cache entry deserialization failed, entry ignored [2020-10-07T03:43:54.703Z] Cache entry deserialization failed, entry ignored [2020-10-07T03:43:54.703Z] Cache entry deserialization failed, entry ignored [2020-10-07T03:43:54.968Z] Cache entry deserialization failed, entry ignored [2020-10-07T03:43:55.237Z] Cache entry deserialization failed, entry ignored [2020-10-07T03:43:55.237Z] Cache entry deserialization failed, entry ignored [2020-10-07T03:44:00.578Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2020-10-07T03:44:32.716Z] lf-activate-venv(): INFO: Adding /tmp/venv-sLyN/bin to PATH [2020-10-07T03:44:32.717Z] INFO: No Stack... [2020-10-07T03:44:32.717Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-10-07T03:44:32.717Z] INFO: Archiving Costs [Pipeline] echo [2020-10-07T03:44:32.732Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-07T03:44:33.032Z] ---> logs-deploy.sh [2020-10-07T03:44:33.032Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/167 [2020-10-07T03:44:33.032Z] INFO: archiving workspace using pattern(s): [2020-10-07T03:44:34.954Z] Archives upload complete. [2020-10-07T03:44:34.954Z] INFO: archiving logs to Nexus [2020-10-07T03:44:36.356Z] ---> uname -a: [2020-10-07T03:44:36.356Z] Linux prd-centos7-docker-4c-2g-3881.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-07T03:44:36.356Z] [2020-10-07T03:44:36.356Z] [2020-10-07T03:44:36.356Z] ---> lscpu: [2020-10-07T03:44:36.356Z] Architecture: x86_64 [2020-10-07T03:44:36.356Z] CPU op-mode(s): 32-bit, 64-bit [2020-10-07T03:44:36.356Z] Byte Order: Little Endian [2020-10-07T03:44:36.356Z] CPU(s): 4 [2020-10-07T03:44:36.356Z] On-line CPU(s) list: 0-3 [2020-10-07T03:44:36.356Z] Thread(s) per core: 1 [2020-10-07T03:44:36.356Z] Core(s) per socket: 1 [2020-10-07T03:44:36.356Z] Socket(s): 4 [2020-10-07T03:44:36.356Z] NUMA node(s): 1 [2020-10-07T03:44:36.356Z] Vendor ID: GenuineIntel [2020-10-07T03:44:36.356Z] CPU family: 6 [2020-10-07T03:44:36.356Z] Model: 44 [2020-10-07T03:44:36.356Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-10-07T03:44:36.356Z] Stepping: 1 [2020-10-07T03:44:36.356Z] CPU MHz: 2933.438 [2020-10-07T03:44:36.356Z] BogoMIPS: 5866.87 [2020-10-07T03:44:36.356Z] Virtualization: VT-x [2020-10-07T03:44:36.356Z] Hypervisor vendor: KVM [2020-10-07T03:44:36.356Z] Virtualization type: full [2020-10-07T03:44:36.356Z] L1d cache: 32K [2020-10-07T03:44:36.356Z] L1i cache: 32K [2020-10-07T03:44:36.356Z] L2 cache: 4096K [2020-10-07T03:44:36.356Z] L3 cache: 16384K [2020-10-07T03:44:36.356Z] NUMA node0 CPU(s): 0-3 [2020-10-07T03:44:36.356Z] 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-07T03:44:36.356Z] [2020-10-07T03:44:36.356Z] [2020-10-07T03:44:36.356Z] ---> nproc: [2020-10-07T03:44:36.356Z] 4 [2020-10-07T03:44:36.356Z] [2020-10-07T03:44:36.356Z] [2020-10-07T03:44:36.356Z] ---> df -h: [2020-10-07T03:44:36.356Z] Filesystem Size Used Avail Use% Mounted on [2020-10-07T03:44:36.356Z] devtmpfs 887M 0 887M 0% /dev [2020-10-07T03:44:36.356Z] tmpfs 919M 0 919M 0% /dev/shm [2020-10-07T03:44:36.356Z] tmpfs 919M 17M 903M 2% /run [2020-10-07T03:44:36.356Z] tmpfs 919M 0 919M 0% /sys/fs/cgroup [2020-10-07T03:44:36.356Z] /dev/vda1 50G 14G 37G 27% / [2020-10-07T03:44:36.356Z] tmpfs 184M 0 184M 0% /run/user/1001 [2020-10-07T03:44:36.356Z] [2020-10-07T03:44:36.356Z] [2020-10-07T03:44:36.356Z] ---> free -m: [2020-10-07T03:44:36.356Z] total used free shared buff/cache available [2020-10-07T03:44:36.356Z] Mem: 1837 550 214 4 1071 1098 [2020-10-07T03:44:36.356Z] Swap: 1023 62 961 [2020-10-07T03:44:36.356Z] [2020-10-07T03:44:36.356Z] [2020-10-07T03:44:36.356Z] ---> ip addr: [2020-10-07T03:44:36.356Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 [2020-10-07T03:44:36.356Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-10-07T03:44:36.356Z] inet 127.0.0.1/8 scope host lo [2020-10-07T03:44:36.356Z] valid_lft forever preferred_lft forever [2020-10-07T03:44:36.356Z] inet6 ::1/128 scope host [2020-10-07T03:44:36.356Z] valid_lft forever preferred_lft forever [2020-10-07T03:44:36.356Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP group default qlen 1000 [2020-10-07T03:44:36.356Z] link/ether fa:16:3e:b6:f7:30 brd ff:ff:ff:ff:ff:ff [2020-10-07T03:44:36.356Z] inet 10.30.123.19/23 brd 10.30.123.255 scope global dynamic eth0 [2020-10-07T03:44:36.356Z] valid_lft 84745sec preferred_lft 84745sec [2020-10-07T03:44:36.356Z] inet6 fe80::f816:3eff:feb6:f730/64 scope link [2020-10-07T03:44:36.356Z] valid_lft forever preferred_lft forever [2020-10-07T03:44:36.356Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN group default [2020-10-07T03:44:36.356Z] link/ether 02:42:3e:c2:12:ca brd ff:ff:ff:ff:ff:ff [2020-10-07T03:44:36.356Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2020-10-07T03:44:36.356Z] valid_lft forever preferred_lft forever [2020-10-07T03:44:36.356Z] inet6 fe80::42:3eff:fec2:12ca/64 scope link [2020-10-07T03:44:36.356Z] valid_lft forever preferred_lft forever [2020-10-07T03:44:36.356Z] [2020-10-07T03:44:36.356Z] [2020-10-07T03:44:36.356Z] ---> sar -b -r -n DEV: [2020-10-07T03:44:36.356Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/07/2020 _x86_64_ (4 CPU) [2020-10-07T03:44:36.356Z] [2020-10-07T03:44:36.356Z] 03:16:43 AM LINUX RESTART [2020-10-07T03:44:36.356Z] [2020-10-07T03:44:36.356Z] 03:18:01 AM tps rtps wtps bread/s bwrtn/s [2020-10-07T03:44:36.356Z] 03:19:01 AM 155.02 80.79 74.23 9219.10 36744.93 [2020-10-07T03:44:36.356Z] 03:20:01 AM 136.66 39.54 97.12 2308.09 27223.04 [2020-10-07T03:44:36.356Z] 03:21:02 AM 683.84 436.05 247.80 54251.02 119519.08 [2020-10-07T03:44:36.356Z] 03:22:02 AM 2066.75 1743.60 323.15 111770.03 126477.48 [2020-10-07T03:44:36.356Z] 03:23:03 AM 1183.76 872.77 310.99 58488.45 98870.82 [2020-10-07T03:44:36.356Z] 03:24:02 AM 2764.19 2424.05 340.14 135732.97 149050.69 [2020-10-07T03:44:36.356Z] 03:25:01 AM 345.70 91.86 253.84 8667.43 34060.92 [2020-10-07T03:44:36.356Z] 03:26:01 AM 61.44 23.12 38.32 5203.66 1243.40 [2020-10-07T03:44:36.356Z] 03:27:01 AM 4.56 0.57 4.00 6.53 87.76 [2020-10-07T03:44:36.356Z] 03:28:01 AM 1.20 0.73 0.47 105.38 6.61 [2020-10-07T03:44:36.356Z] 03:29:01 AM 0.18 0.02 0.17 0.53 1.47 [2020-10-07T03:44:36.356Z] 03:30:01 AM 0.32 0.02 0.30 0.53 3.45 [2020-10-07T03:44:36.356Z] 03:31:01 AM 0.25 0.00 0.25 0.00 2.75 [2020-10-07T03:44:36.356Z] 03:32:01 AM 2.10 1.92 0.18 61.16 2.88 [2020-10-07T03:44:36.356Z] 03:33:01 AM 0.88 0.07 0.82 1.60 16.56 [2020-10-07T03:44:36.356Z] 03:34:01 AM 0.20 0.00 0.20 0.00 1.93 [2020-10-07T03:44:36.356Z] 03:35:01 AM 0.30 0.02 0.28 0.53 3.10 [2020-10-07T03:44:36.356Z] 03:36:01 AM 262.58 128.28 134.29 7773.06 34365.31 [2020-10-07T03:44:36.356Z] 03:37:01 AM 30.31 3.90 26.42 215.75 487.03 [2020-10-07T03:44:36.356Z] 03:38:01 AM 27.97 0.63 27.34 10.92 467.20 [2020-10-07T03:44:36.356Z] 03:39:01 AM 35.62 9.28 26.35 146.97 444.78 [2020-10-07T03:44:36.356Z] 03:40:01 AM 27.88 0.17 27.72 6.93 462.33 [2020-10-07T03:44:36.356Z] 03:41:01 AM 19.93 4.64 15.28 502.88 312.55 [2020-10-07T03:44:36.356Z] 03:42:01 AM 230.45 88.08 142.37 7324.12 38314.35 [2020-10-07T03:44:36.356Z] 03:43:01 AM 94.71 61.12 33.58 5509.42 3044.24 [2020-10-07T03:44:36.356Z] 03:44:01 AM 134.17 36.46 97.70 2149.58 12922.04 [2020-10-07T03:44:36.356Z] Average: 316.29 230.83 85.45 15684.73 26322.30 [2020-10-07T03:44:36.356Z] [2020-10-07T03:44:36.356Z] 03:18:01 AM kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-10-07T03:44:36.356Z] 03:19:01 AM 177776 1703780 90.55 2492 992512 1513084 51.64 621324 889364 97508 [2020-10-07T03:44:36.356Z] 03:20:01 AM 124220 1757336 93.40 1504 1060232 1532640 52.31 664628 891612 968 [2020-10-07T03:44:36.356Z] 03:21:02 AM 77528 1804028 95.88 8 995104 2246864 76.68 787348 852068 7200 [2020-10-07T03:44:36.356Z] 03:22:02 AM 72584 1808972 96.14 8 716468 3476848 118.66 827928 766952 8100 [2020-10-07T03:44:36.356Z] 03:23:03 AM 68636 1812920 96.35 8 1128472 1655728 56.51 772028 858308 78908 [2020-10-07T03:44:36.356Z] 03:24:02 AM 69408 1812148 96.31 8 839212 3756636 128.21 779488 830788 42444 [2020-10-07T03:44:36.356Z] 03:25:01 AM 262040 1619516 86.07 8 920900 1543696 52.68 541296 863352 13728 [2020-10-07T03:44:36.356Z] 03:26:01 AM 187364 1694192 90.04 8 1067312 1382888 47.20 580460 905584 32 [2020-10-07T03:44:36.356Z] 03:27:01 AM 221044 1660512 88.25 8 1067440 1188052 40.55 604556 849692 12 [2020-10-07T03:44:36.356Z] 03:28:01 AM 219572 1661984 88.33 8 1070508 1160260 39.60 606888 849888 16 [2020-10-07T03:44:36.356Z] 03:29:01 AM 219988 1661568 88.31 8 1070528 1160176 39.59 606920 849916 16 [2020-10-07T03:44:36.356Z] 03:30:01 AM 219844 1661712 88.32 8 1070540 1160176 39.59 606804 849932 8 [2020-10-07T03:44:36.356Z] 03:31:01 AM 220032 1661524 88.31 8 1070564 1160176 39.59 606956 849948 12 [2020-10-07T03:44:36.356Z] 03:32:01 AM 218360 1663196 88.39 8 1071652 1157860 39.52 608288 848492 32 [2020-10-07T03:44:36.356Z] 03:33:01 AM 219484 1662072 88.33 8 1071604 1157692 39.51 606852 848940 8 [2020-10-07T03:44:36.356Z] 03:34:01 AM 220332 1661224 88.29 8 1071628 1156580 39.47 606308 848956 12 [2020-10-07T03:44:36.356Z] 03:35:01 AM 220480 1661076 88.28 8 1071616 1156580 39.47 606332 848952 8 [2020-10-07T03:44:36.356Z] 03:36:01 AM 199844 1681712 89.38 8 1033520 1369744 46.75 736772 712152 20 [2020-10-07T03:44:36.356Z] 03:37:01 AM 193804 1687752 89.70 8 1039204 1463776 49.96 740068 715056 40 [2020-10-07T03:44:36.356Z] 03:38:01 AM 216960 1664596 88.47 8 1039364 1367136 46.66 721952 710660 40 [2020-10-07T03:44:36.356Z] 03:39:01 AM 194940 1686616 89.64 8 1039452 1354796 46.24 754412 700536 36 [2020-10-07T03:44:36.356Z] 03:40:01 AM 234484 1647072 87.54 8 1039636 1260336 43.01 729544 685284 44 [2020-10-07T03:44:36.356Z] 03:41:01 AM 169596 1711960 90.99 8 1150912 1098408 37.49 692520 775336 98624 [2020-10-07T03:44:36.356Z] 03:42:01 AM 192284 1689272 89.78 0 1001020 1302784 44.46 555172 812720 44 [2020-10-07T03:44:36.356Z] 03:43:01 AM 74308 1807248 96.05 0 1118952 1151028 39.28 614340 876480 58088 [2020-10-07T03:44:36.356Z] 03:44:01 AM 168336 1713220 91.05 0 1019728 1110292 37.89 580952 783564 24432 [2020-10-07T03:44:36.356Z] Average: 179356 1702200 90.47 160 1032234 1501701 51.25 660005 818251 16553 [2020-10-07T03:44:36.356Z] [2020-10-07T03:44:36.356Z] 03:18:01 AM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s [2020-10-07T03:44:36.356Z] 03:19:01 AM eth0 1999.23 1677.18 5985.60 2862.04 0.00 0.00 0.00 [2020-10-07T03:44:36.356Z] 03:19:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-07T03:44:36.356Z] 03:19:01 AM docker0 822.23 736.17 66.87 2658.54 0.00 0.00 0.00 [2020-10-07T03:44:36.356Z] 03:20:01 AM eth0 272.23 167.60 1472.68 35.98 0.00 0.00 0.00 [2020-10-07T03:44:36.356Z] 03:20:01 AM vethe93a479 17.78 20.76 1.71 13.39 0.00 0.00 0.00 [2020-10-07T03:44:36.357Z] 03:20:01 AM lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 [2020-10-07T03:44:36.357Z] 03:20:01 AM docker0 908.56 843.66 71.94 3036.06 0.00 0.00 0.00 [2020-10-07T03:44:36.357Z] 03:21:02 AM veth69b2d72 0.00 0.13 0.00 0.01 0.00 0.00 0.00 [2020-10-07T03:44:36.357Z] 03:21:02 AM eth0 3334.13 2589.79 12654.72 2935.29 0.00 0.00 0.00 [2020-10-07T03:44:36.357Z] 03:21:02 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-07T03:44:36.357Z] 03:21:02 AM docker0 65.48 74.57 5.14 442.52 0.00 0.00 0.00 [2020-10-07T03:44:36.357Z] 03:22:02 AM veth69b2d72 0.00 0.22 0.00 0.01 0.00 0.00 0.00 [2020-10-07T03:44:36.357Z] 03:22:02 AM vetha3a29a0 0.00 0.10 0.00 0.01 0.00 0.00 0.00 [2020-10-07T03:44:36.357Z] 03:22:02 AM veth4b464cf 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-07T03:44:36.357Z] 03:22:02 AM vethb7a3d9a 0.00 0.10 0.00 0.01 0.00 0.00 0.00 [2020-10-07T03:44:36.357Z] 03:23:03 AM veth69b2d72 0.00 0.15 0.00 0.01 0.00 0.00 0.00 [2020-10-07T03:44:36.357Z] 03:23:03 AM veth456783e 0.54 0.62 0.04 2.33 0.00 0.00 0.00 [2020-10-07T03:44:36.357Z] 03:23:03 AM eth0 3554.29 2754.50 13087.02 3120.18 0.00 0.00 0.00 [2020-10-07T03:44:36.357Z] 03:23:03 AM lo 0.11 0.11 0.01 0.01 0.00 0.00 0.00 [2020-10-07T03:44:36.357Z] 03:24:02 AM veth69b2d72 0.00 0.02 0.00 0.00 0.00 0.00 0.00 [2020-10-07T03:44:36.357Z] 03:24:02 AM veth321959e 0.00 0.14 0.00 0.01 0.00 0.00 0.00 [2020-10-07T03:44:36.357Z] 03:24:02 AM eth0 48.24 30.48 85.00 14.98 0.00 0.00 0.00 [2020-10-07T03:44:36.357Z] 03:24:02 AM vethee2c11d 0.00 0.14 0.00 0.01 0.00 0.00 0.00 [2020-10-07T03:44:36.357Z] 03:25:01 AM veth69b2d72 0.00 0.19 0.00 0.01 0.00 0.00 0.00 [2020-10-07T03:44:36.357Z] 03:25:01 AM eth0 129.79 87.64 538.96 78.66 0.00 0.00 0.00 [2020-10-07T03:44:36.357Z] 03:25:01 AM lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 [2020-10-07T03:44:36.357Z] 03:25:01 AM veth8b97083 3.71 4.01 0.50 20.40 0.00 0.00 0.00 [2020-10-07T03:44:36.357Z] 03:26:01 AM eth0 368.79 368.95 216.48 1240.87 0.00 0.00 0.00 [2020-10-07T03:44:36.357Z] 03:26:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-07T03:44:36.357Z] 03:26:01 AM docker0 1084.97 1059.43 83.37 4273.63 0.00 0.00 0.00 [2020-10-07T03:44:36.357Z] 03:27:01 AM eth0 84.17 88.31 33.45 456.85 0.00 0.00 0.00 [2020-10-07T03:44:36.357Z] 03:27:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-07T03:44:36.357Z] 03:27:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-07T03:44:36.357Z] 03:28:01 AM eth0 1.05 0.65 1.07 0.10 0.00 0.00 0.00 [2020-10-07T03:44:36.357Z] 03:28:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-07T03:44:36.357Z] 03:28:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-07T03:44:36.357Z] 03:29:01 AM eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 [2020-10-07T03:44:36.357Z] 03:29:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-07T03:44:36.357Z] 03:29:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-07T03:44:36.357Z] 03:30:01 AM eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 [2020-10-07T03:44:36.357Z] 03:30:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-07T03:44:36.357Z] 03:30:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-07T03:44:36.357Z] 03:31:01 AM eth0 0.53 0.08 0.06 0.01 0.00 0.00 0.00 [2020-10-07T03:44:36.357Z] 03:31:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-07T03:44:36.357Z] 03:31:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-07T03:44:36.357Z] 03:32:01 AM eth0 3.15 3.31 0.44 15.85 0.00 0.00 0.00 [2020-10-07T03:44:36.357Z] 03:32:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-07T03:44:36.357Z] 03:32:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-07T03:44:36.357Z] 03:33:01 AM eth0 4.41 4.50 0.41 7.01 0.00 0.00 0.00 [2020-10-07T03:44:36.357Z] 03:33:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-07T03:44:36.357Z] 03:33:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-07T03:44:36.357Z] 03:34:01 AM eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 [2020-10-07T03:44:36.357Z] 03:34:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-07T03:44:36.357Z] 03:34:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-07T03:44:36.357Z] 03:35:01 AM eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 [2020-10-07T03:44:36.357Z] 03:35:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-07T03:44:36.357Z] 03:35:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-07T03:44:36.357Z] 03:36:01 AM veth5473552 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-07T03:44:36.357Z] 03:36:01 AM eth0 4745.23 3837.04 18308.92 5077.55 0.00 0.00 0.00 [2020-10-07T03:44:36.357Z] 03:36:01 AM lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 [2020-10-07T03:44:36.357Z] 03:36:01 AM veth412db6b 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-07T03:44:36.357Z] 03:37:01 AM eth0 112.37 88.50 99.04 79.16 0.00 0.00 0.00 [2020-10-07T03:44:36.357Z] 03:37:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-07T03:44:36.357Z] 03:37:01 AM vethceb311e 0.57 0.57 0.20 0.30 0.00 0.00 0.00 [2020-10-07T03:44:36.357Z] 03:37:01 AM docker0 1133.63 1106.18 88.52 4482.22 0.00 0.00 0.00 [2020-10-07T03:44:36.357Z] 03:38:01 AM veth071d973 0.33 0.42 0.08 0.19 0.00 0.00 0.00 [2020-10-07T03:44:36.357Z] 03:38:01 AM eth0 4976.12 4019.33 18517.44 5256.57 0.00 0.00 0.00 [2020-10-07T03:44:36.357Z] 03:38:01 AM lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 [2020-10-07T03:44:36.357Z] 03:38:01 AM docker0 3.96 3.55 0.96 1.72 0.00 0.00 0.00 [2020-10-07T03:44:36.357Z] 03:39:01 AM vethbecc3dc 0.00 0.56 0.00 0.20 0.00 0.00 0.00 [2020-10-07T03:44:36.357Z] 03:39:01 AM eth0 115.05 90.20 98.14 91.41 0.00 0.00 0.00 [2020-10-07T03:44:36.357Z] 03:39:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-07T03:44:36.357Z] 03:39:01 AM vethf8c7244 0.00 0.46 0.00 0.10 0.00 0.00 0.00 [2020-10-07T03:44:36.357Z] 03:40:01 AM eth0 113.40 90.56 104.49 102.35 0.00 0.00 0.00 [2020-10-07T03:44:36.357Z] 03:40:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-07T03:44:36.357Z] 03:40:01 AM vethda0691b 0.45 0.43 0.12 0.19 0.00 0.00 0.00 [2020-10-07T03:44:36.357Z] 03:40:01 AM docker0 1145.80 1117.18 91.64 4487.59 0.00 0.00 0.00 [2020-10-07T03:44:36.357Z] 03:41:01 AM eth0 1411.14 994.51 1934.69 193.30 0.00 0.00 0.00 [2020-10-07T03:44:36.357Z] 03:41:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-07T03:44:36.357Z] 03:41:01 AM docker0 2.03 1.88 0.56 0.94 0.00 0.00 0.00 [2020-10-07T03:44:36.357Z] 03:42:01 AM eth0 1244.23 832.93 4512.17 148.88 0.00 0.00 0.00 [2020-10-07T03:44:36.357Z] 03:42:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-07T03:44:36.357Z] 03:42:01 AM veth6707740 1.18 1.08 0.26 0.29 0.00 0.00 0.00 [2020-10-07T03:44:36.357Z] 03:42:01 AM docker0 1181.32 1154.17 94.60 4694.81 0.00 0.00 0.00 [2020-10-07T03:44:36.357Z] 03:43:01 AM eth0 184.67 159.51 838.51 35.33 0.00 0.00 0.00 [2020-10-07T03:44:36.357Z] 03:43:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-07T03:44:36.357Z] 03:43:01 AM docker0 0.65 0.42 0.15 0.18 0.00 0.00 0.00 [2020-10-07T03:44:36.357Z] 03:44:01 AM eth0 40.63 31.78 114.80 33.42 0.00 0.00 0.00 [2020-10-07T03:44:36.357Z] 03:44:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-07T03:44:36.357Z] 03:44:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-07T03:44:36.357Z] Average: eth0 277.76 217.32 875.29 222.29 0.00 0.00 0.00 [2020-10-07T03:44:36.357Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-07T03:44:36.357Z] Average: docker0 45.51 44.45 3.65 180.75 0.00 0.00 0.00 [2020-10-07T03:44:36.357Z] [2020-10-07T03:44:36.357Z] [2020-10-07T03:44:36.357Z] ---> sar -P ALL: [2020-10-07T03:44:36.357Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/07/2020 _x86_64_ (4 CPU) [2020-10-07T03:44:36.357Z] [2020-10-07T03:44:36.357Z] 03:16:43 AM LINUX RESTART [2020-10-07T03:44:36.357Z] [2020-10-07T03:44:36.357Z] 03:18:01 AM CPU %user %nice %system %iowait %steal %idle [2020-10-07T03:44:36.357Z] 03:19:01 AM all 20.70 0.00 8.38 1.12 0.07 69.72 [2020-10-07T03:44:36.357Z] 03:19:01 AM 0 19.61 0.00 9.76 1.09 0.07 69.46 [2020-10-07T03:44:36.357Z] 03:19:01 AM 1 27.23 0.00 8.72 1.99 0.07 61.99 [2020-10-07T03:44:36.357Z] 03:19:01 AM 2 21.97 0.00 7.60 0.68 0.07 69.68 [2020-10-07T03:44:36.357Z] 03:19:01 AM 3 13.93 0.00 7.42 0.75 0.09 77.81 [2020-10-07T03:44:36.357Z] 03:20:01 AM all 4.61 0.00 3.21 1.10 0.04 91.04 [2020-10-07T03:44:36.357Z] 03:20:01 AM 0 5.51 0.00 4.05 1.08 0.03 89.33 [2020-10-07T03:44:36.357Z] 03:20:01 AM 1 4.67 0.00 2.79 0.61 0.05 91.88 [2020-10-07T03:44:36.357Z] 03:20:01 AM 2 4.47 0.00 3.01 2.20 0.05 90.27 [2020-10-07T03:44:36.357Z] 03:20:01 AM 3 3.79 0.00 3.01 0.50 0.03 92.66 [2020-10-07T03:44:36.357Z] 03:21:02 AM all 15.20 0.00 14.52 9.08 0.07 61.12 [2020-10-07T03:44:36.357Z] 03:21:02 AM 0 13.99 0.00 13.94 8.73 0.08 63.26 [2020-10-07T03:44:36.357Z] 03:21:02 AM 1 14.28 0.00 14.86 8.18 0.05 62.63 [2020-10-07T03:44:36.357Z] 03:21:02 AM 2 17.17 0.00 14.84 6.82 0.07 61.10 [2020-10-07T03:44:36.358Z] 03:21:02 AM 3 15.33 0.00 14.47 12.63 0.08 57.48 [2020-10-07T03:44:36.358Z] 03:22:02 AM all 27.40 0.00 22.41 25.83 0.14 24.21 [2020-10-07T03:44:36.358Z] 03:22:02 AM 0 26.32 0.00 22.91 26.04 0.14 24.60 [2020-10-07T03:44:36.358Z] 03:22:02 AM 1 27.54 0.00 22.20 28.13 0.14 21.99 [2020-10-07T03:44:36.358Z] 03:22:02 AM 2 27.28 0.00 22.12 23.99 0.19 26.43 [2020-10-07T03:44:36.358Z] 03:22:02 AM 3 28.49 0.00 22.40 25.18 0.09 23.84 [2020-10-07T03:44:36.358Z] 03:23:03 AM all 41.39 0.00 17.26 19.07 0.04 22.23 [2020-10-07T03:44:36.358Z] 03:23:03 AM 0 42.05 0.00 15.38 18.11 0.05 24.41 [2020-10-07T03:44:36.358Z] 03:23:03 AM 1 40.67 0.00 17.70 18.34 0.05 23.24 [2020-10-07T03:44:36.358Z] 03:23:03 AM 2 41.82 0.00 16.73 23.47 0.05 17.93 [2020-10-07T03:44:36.358Z] 03:23:03 AM 3 41.02 0.00 19.26 16.34 0.03 23.35 [2020-10-07T03:44:36.358Z] 03:24:02 AM all 38.98 0.00 22.30 22.59 0.10 16.03 [2020-10-07T03:44:36.358Z] 03:24:02 AM 0 39.31 0.00 22.02 21.09 0.11 17.47 [2020-10-07T03:44:36.358Z] 03:24:02 AM 1 39.11 0.00 21.35 24.01 0.12 15.40 [2020-10-07T03:44:36.358Z] 03:24:02 AM 2 39.81 0.00 21.24 21.79 0.07 17.10 [2020-10-07T03:44:36.358Z] 03:24:02 AM 3 37.69 0.00 24.60 23.51 0.07 14.12 [2020-10-07T03:44:36.358Z] 03:25:01 AM all 34.68 0.00 12.62 15.16 0.05 37.49 [2020-10-07T03:44:36.358Z] 03:25:01 AM 0 32.98 0.00 13.23 16.86 0.07 36.86 [2020-10-07T03:44:36.358Z] 03:25:01 AM 1 36.37 0.00 11.95 11.92 0.03 39.73 [2020-10-07T03:44:36.358Z] 03:25:01 AM 2 34.24 0.00 11.50 19.35 0.03 34.87 [2020-10-07T03:44:36.358Z] 03:25:01 AM 3 35.16 0.00 13.79 12.52 0.05 38.48 [2020-10-07T03:44:36.358Z] 03:26:01 AM all 8.32 0.00 3.70 1.96 0.05 85.97 [2020-10-07T03:44:36.358Z] 03:26:01 AM 0 9.04 0.00 4.64 0.54 0.05 85.73 [2020-10-07T03:44:36.358Z] 03:26:01 AM 1 7.86 0.00 3.12 1.14 0.05 87.82 [2020-10-07T03:44:36.358Z] 03:26:01 AM 2 8.43 0.00 3.41 4.69 0.07 83.40 [2020-10-07T03:44:36.358Z] 03:26:01 AM 3 7.95 0.00 3.64 1.45 0.02 86.94 [2020-10-07T03:44:36.358Z] 03:27:01 AM all 2.93 0.00 0.63 0.02 0.02 96.40 [2020-10-07T03:44:36.358Z] 03:27:01 AM 0 2.94 0.00 0.92 0.02 0.03 96.09 [2020-10-07T03:44:36.358Z] 03:27:01 AM 1 3.24 0.00 0.52 0.02 0.00 96.23 [2020-10-07T03:44:36.358Z] 03:27:01 AM 2 2.83 0.00 0.55 0.00 0.02 96.60 [2020-10-07T03:44:36.358Z] 03:27:01 AM 3 2.70 0.00 0.57 0.05 0.02 96.66 [2020-10-07T03:44:36.358Z] 03:28:01 AM all 0.17 0.00 0.06 0.01 0.00 99.77 [2020-10-07T03:44:36.358Z] 03:28:01 AM 0 0.03 0.00 0.03 0.00 0.00 99.93 [2020-10-07T03:44:36.358Z] 03:28:01 AM 1 0.55 0.00 0.07 0.02 0.00 99.37 [2020-10-07T03:44:36.358Z] 03:28:01 AM 2 0.05 0.00 0.07 0.02 0.00 99.87 [2020-10-07T03:44:36.358Z] 03:28:01 AM 3 0.02 0.00 0.03 0.00 0.00 99.95 [2020-10-07T03:44:36.358Z] 03:29:01 AM all 0.17 0.00 0.03 0.00 0.00 99.80 [2020-10-07T03:44:36.358Z] 03:29:01 AM 0 0.05 0.00 0.03 0.00 0.00 99.92 [2020-10-07T03:44:36.358Z] 03:29:01 AM 1 0.53 0.00 0.03 0.00 0.02 99.42 [2020-10-07T03:44:36.358Z] 03:29:01 AM 2 0.08 0.00 0.05 0.00 0.00 99.87 [2020-10-07T03:44:36.358Z] 03:29:01 AM 3 0.03 0.00 0.00 0.00 0.00 99.97 [2020-10-07T03:44:36.358Z] [2020-10-07T03:44:36.358Z] 03:29:01 AM CPU %user %nice %system %iowait %steal %idle [2020-10-07T03:44:36.358Z] 03:30:01 AM all 0.15 0.00 0.04 0.00 0.00 99.81 [2020-10-07T03:44:36.358Z] 03:30:01 AM 0 0.00 0.00 0.00 0.00 0.00 100.00 [2020-10-07T03:44:36.358Z] 03:30:01 AM 1 0.40 0.00 0.03 0.00 0.00 99.57 [2020-10-07T03:44:36.358Z] 03:30:01 AM 2 0.17 0.00 0.05 0.00 0.00 99.78 [2020-10-07T03:44:36.358Z] 03:30:01 AM 3 0.03 0.00 0.05 0.00 0.00 99.92 [2020-10-07T03:44:36.358Z] 03:31:01 AM all 0.17 0.00 0.03 0.00 0.00 99.80 [2020-10-07T03:44:36.358Z] 03:31:01 AM 0 0.03 0.00 0.02 0.00 0.00 99.95 [2020-10-07T03:44:36.358Z] 03:31:01 AM 1 0.08 0.00 0.07 0.00 0.00 99.85 [2020-10-07T03:44:36.358Z] 03:31:01 AM 2 0.53 0.00 0.03 0.00 0.02 99.42 [2020-10-07T03:44:36.358Z] 03:31:01 AM 3 0.03 0.00 0.02 0.00 0.00 99.95 [2020-10-07T03:44:36.358Z] 03:32:01 AM all 0.22 0.00 0.09 0.03 0.00 99.65 [2020-10-07T03:44:36.358Z] 03:32:01 AM 0 0.17 0.00 0.03 0.02 0.00 99.78 [2020-10-07T03:44:36.358Z] 03:32:01 AM 1 0.17 0.00 0.13 0.08 0.00 99.62 [2020-10-07T03:44:36.358Z] 03:32:01 AM 2 0.33 0.00 0.08 0.02 0.00 99.57 [2020-10-07T03:44:36.358Z] 03:32:01 AM 3 0.22 0.00 0.12 0.00 0.00 99.67 [2020-10-07T03:44:36.358Z] 03:33:01 AM all 0.06 0.00 0.05 0.00 0.00 99.89 [2020-10-07T03:44:36.358Z] 03:33:01 AM 0 0.07 0.00 0.05 0.02 0.00 99.87 [2020-10-07T03:44:36.358Z] 03:33:01 AM 1 0.08 0.00 0.07 0.00 0.00 99.85 [2020-10-07T03:44:36.358Z] 03:33:01 AM 2 0.03 0.00 0.07 0.00 0.00 99.90 [2020-10-07T03:44:36.358Z] 03:33:01 AM 3 0.07 0.00 0.03 0.00 0.00 99.90 [2020-10-07T03:44:36.358Z] 03:34:01 AM all 0.03 0.00 0.02 0.00 0.00 99.95 [2020-10-07T03:44:36.358Z] 03:34:01 AM 0 0.03 0.00 0.02 0.00 0.00 99.95 [2020-10-07T03:44:36.358Z] 03:34:01 AM 1 0.07 0.00 0.03 0.00 0.00 99.90 [2020-10-07T03:44:36.358Z] 03:34:01 AM 2 0.02 0.00 0.03 0.00 0.00 99.95 [2020-10-07T03:44:36.358Z] 03:34:01 AM 3 0.02 0.00 0.02 0.00 0.00 99.97 [2020-10-07T03:44:36.358Z] 03:35:01 AM all 0.03 0.00 0.03 0.00 0.00 99.94 [2020-10-07T03:44:36.358Z] 03:35:01 AM 0 0.02 0.00 0.02 0.00 0.00 99.97 [2020-10-07T03:44:36.358Z] 03:35:01 AM 1 0.05 0.00 0.05 0.00 0.00 99.90 [2020-10-07T03:44:36.358Z] 03:35:01 AM 2 0.02 0.00 0.02 0.00 0.00 99.97 [2020-10-07T03:44:36.358Z] 03:35:01 AM 3 0.02 0.00 0.02 0.00 0.00 99.97 [2020-10-07T03:44:36.358Z] 03:36:01 AM all 9.17 0.00 6.40 5.49 0.05 78.90 [2020-10-07T03:44:36.358Z] 03:36:01 AM 0 8.62 0.00 7.27 2.42 0.05 81.64 [2020-10-07T03:44:36.358Z] 03:36:01 AM 1 9.75 0.00 5.94 4.42 0.05 79.83 [2020-10-07T03:44:36.358Z] 03:36:01 AM 2 9.65 0.00 6.72 7.87 0.05 75.70 [2020-10-07T03:44:36.358Z] 03:36:01 AM 3 8.65 0.00 5.65 7.21 0.03 78.45 [2020-10-07T03:44:36.358Z] 03:37:01 AM all 3.27 0.00 3.38 2.78 0.03 90.54 [2020-10-07T03:44:36.358Z] 03:37:01 AM 0 3.23 0.00 3.64 1.33 0.02 91.78 [2020-10-07T03:44:36.358Z] 03:37:01 AM 1 3.34 0.00 3.17 4.05 0.03 89.40 [2020-10-07T03:44:36.358Z] 03:37:01 AM 2 3.14 0.00 3.43 2.92 0.02 90.49 [2020-10-07T03:44:36.358Z] 03:37:01 AM 3 3.37 0.00 3.27 2.84 0.03 90.48 [2020-10-07T03:44:36.358Z] 03:38:01 AM all 3.22 0.00 3.41 0.46 0.03 92.87 [2020-10-07T03:44:36.358Z] 03:38:01 AM 0 3.23 0.00 3.55 0.40 0.02 92.81 [2020-10-07T03:44:36.358Z] 03:38:01 AM 1 3.51 0.00 3.91 0.49 0.02 92.07 [2020-10-07T03:44:36.358Z] 03:38:01 AM 2 3.21 0.00 3.16 0.50 0.05 93.08 [2020-10-07T03:44:36.358Z] 03:38:01 AM 3 2.96 0.00 3.04 0.44 0.03 93.53 [2020-10-07T03:44:36.358Z] 03:39:01 AM all 3.00 0.00 3.20 0.78 0.04 92.98 [2020-10-07T03:44:36.358Z] 03:39:01 AM 0 3.03 0.00 3.32 0.31 0.03 93.31 [2020-10-07T03:44:36.358Z] 03:39:01 AM 1 2.94 0.00 3.11 0.36 0.07 93.53 [2020-10-07T03:44:36.358Z] 03:39:01 AM 2 3.13 0.00 3.23 1.91 0.03 91.70 [2020-10-07T03:44:36.358Z] 03:39:01 AM 3 2.91 0.00 3.14 0.55 0.03 93.37 [2020-10-07T03:44:36.358Z] 03:40:01 AM all 3.16 0.00 3.32 0.46 0.03 93.04 [2020-10-07T03:44:36.358Z] 03:40:01 AM 0 3.43 0.00 3.67 0.50 0.02 92.38 [2020-10-07T03:44:36.358Z] 03:40:01 AM 1 3.04 0.00 3.02 0.59 0.03 93.32 [2020-10-07T03:44:36.359Z] 03:40:01 AM 2 3.12 0.00 3.49 0.57 0.02 92.80 [2020-10-07T03:44:36.359Z] 03:40:01 AM 3 3.03 0.00 3.09 0.20 0.02 93.66 [2020-10-07T03:44:36.359Z] [2020-10-07T03:44:36.359Z] 03:40:01 AM CPU %user %nice %system %iowait %steal %idle [2020-10-07T03:44:36.359Z] 03:41:01 AM all 4.72 0.00 3.62 0.35 0.02 91.30 [2020-10-07T03:44:36.359Z] 03:41:01 AM 0 5.36 0.00 4.93 0.37 0.02 89.32 [2020-10-07T03:44:36.359Z] 03:41:01 AM 1 4.18 0.00 3.84 0.39 0.02 91.58 [2020-10-07T03:44:36.359Z] 03:41:01 AM 2 4.47 0.00 3.02 0.27 0.03 92.20 [2020-10-07T03:44:36.359Z] 03:41:01 AM 3 4.89 0.00 2.69 0.32 0.02 92.08 [2020-10-07T03:44:36.359Z] 03:42:01 AM all 12.40 0.00 9.17 3.78 0.07 74.58 [2020-10-07T03:44:36.359Z] 03:42:01 AM 0 11.32 0.00 9.69 3.94 0.09 74.96 [2020-10-07T03:44:36.359Z] 03:42:01 AM 1 10.76 0.00 9.45 2.57 0.09 77.13 [2020-10-07T03:44:36.359Z] 03:42:01 AM 2 11.55 0.00 9.20 5.12 0.08 74.04 [2020-10-07T03:44:36.359Z] 03:42:01 AM 3 15.93 0.00 8.34 3.51 0.05 72.17 [2020-10-07T03:44:36.359Z] 03:43:01 AM all 13.17 0.00 2.17 1.99 0.02 82.64 [2020-10-07T03:44:36.359Z] 03:43:01 AM 0 23.11 0.00 2.81 1.39 0.02 72.67 [2020-10-07T03:44:36.359Z] 03:43:01 AM 1 9.17 0.00 2.04 1.79 0.02 86.99 [2020-10-07T03:44:36.359Z] 03:43:01 AM 2 11.89 0.00 2.01 2.68 0.00 83.43 [2020-10-07T03:44:36.359Z] 03:43:01 AM 3 8.63 0.00 1.84 2.10 0.03 87.39 [2020-10-07T03:44:36.359Z] 03:44:01 AM all 14.68 0.00 3.77 3.31 0.02 78.22 [2020-10-07T03:44:36.359Z] 03:44:01 AM 0 26.22 0.00 5.75 1.49 0.00 66.53 [2020-10-07T03:44:36.359Z] 03:44:01 AM 1 8.88 0.00 2.58 2.66 0.03 85.85 [2020-10-07T03:44:36.359Z] 03:44:01 AM 2 15.18 0.00 4.80 3.25 0.03 76.74 [2020-10-07T03:44:36.359Z] 03:44:01 AM 3 8.46 0.00 1.95 5.86 0.02 83.72 [2020-10-07T03:44:36.359Z] Average: all 9.95 0.00 5.46 4.36 0.03 80.20 [2020-10-07T03:44:36.359Z] Average: 0 10.64 0.00 5.76 4.00 0.03 79.57 [2020-10-07T03:44:36.359Z] Average: 1 9.81 0.00 5.34 4.22 0.04 80.59 [2020-10-07T03:44:36.359Z] Average: 2 10.05 0.00 5.33 4.85 0.04 79.73 [2020-10-07T03:44:36.359Z] Average: 3 9.29 0.00 5.39 4.37 0.03 80.92 [2020-10-07T03:44:36.359Z] [2020-10-07T03:44:36.359Z] [2020-10-07T03:44:36.359Z]