Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 5839a71b4bbbe111e98a5f129fc41db18caea77c 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 f3f382fce060f16c10d6f597981912fab355381a 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 f3f382fce060f16c10d6f597981912fab355381a 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 f3f382fce060f16c10d6f597981912fab355381a (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f3f382fce060f16c10d6f597981912fab355381a # timeout=10 Commit message: "Merge pull request #282 from ernestojeda/catch-log-publishing-errors" > 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 ‘prd-centos7-docker-4c-2g-3642’ is offline Running on prd-centos7-docker-4c-2g-9150 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/217 [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/217 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 5839a71b4bbbe111e98a5f129fc41db18caea77c (master) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 5839a71b4bbbe111e98a5f129fc41db18caea77c # timeout=10 Commit message: "Merge pull request #2848 from tonyespy/snap-kong-deb" > git rev-list --no-walk 70c918de78a758e1281f9e18824a6a08fc9647aa # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-10-27T16:21:54.951Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-10-27T16:21:55.275Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-10-27T16:21:55.375Z] ========================================================= [2020-10-27T16:21:55.375Z] EdgeX Global Pipelines Version Info [2020-10-27T16:21:55.375Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-10-27T16:21:57.868Z] ------------------- [2020-10-27T16:21:57.868Z] stable info: [2020-10-27T16:21:57.868Z] ------------------- [2020-10-27T16:21:57.868Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-27T16:21:57.868Z] Commit SHA: f3f382fce060f16c10d6f597981912fab355381a [2020-10-27T16:21:57.868Z] Message: update stable to v1.0.148 [2020-10-27T16:21:58.836Z] ------------------- [2020-10-27T16:21:58.836Z] experimental info: [2020-10-27T16:21:58.836Z] ------------------- [2020-10-27T16:21:58.836Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-10-27T16:21:58.836Z] Commit SHA: 2701555fd48d7f7017006eef04e32eb767bac8dc [2020-10-27T16:21:58.836Z] Message: update experimental to v1.0.151 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-10-27T16:21:59.229Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-10-27T16:21:59.345Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-10-27T16:21:59.459Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-10-27T16:21:59.564Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-10-27T16:21:59.662Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-10-27T16:21:59.764Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-10-27T16:21:59.866Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-10-27T16:21:59.970Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-10-27T16:22:00.114Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-10-27T16:22:00.247Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-10-27T16:22:00.347Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-10-27T16:22:00.437Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-10-27T16:22:00.533Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-10-27T16:22:00.638Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-10-27T16:22:00.738Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-10-27T16:22:00.847Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-10-27T16:22:00.949Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-10-27T16:22:01.058Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-10-27T16:22:01.163Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-10-27T16:22:01.286Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-10-27T16:22:01.385Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-10-27T16:22:01.520Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-10-27T16:22:01.632Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-10-27T16:22:01.724Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-10-27T16:22:01.823Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 5839a71b4bbbe111e98a5f129fc41db18caea77c [Pipeline] echo [2020-10-27T16:22:01.928Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 5839a71 [Pipeline] echo [2020-10-27T16:22:02.019Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] sh [2020-10-27T16:22:02.639Z] ++ 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-27T16:22:02.639Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-27T16:22:02.639Z] ++ dirname cmd/core-command/Dockerfile [2020-10-27T16:22:02.639Z] ++ cut -d/ -f2 [2020-10-27T16:22:02.639Z] + echo core-command,cmd/core-command/Dockerfile [2020-10-27T16:22:02.639Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-27T16:22:02.639Z] ++ dirname cmd/core-data/Dockerfile [2020-10-27T16:22:02.639Z] ++ cut -d/ -f2 [2020-10-27T16:22:02.639Z] + echo core-data,cmd/core-data/Dockerfile [2020-10-27T16:22:02.639Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-27T16:22:02.639Z] ++ dirname cmd/core-metadata/Dockerfile [2020-10-27T16:22:02.639Z] ++ cut -d/ -f2 [2020-10-27T16:22:02.639Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-10-27T16:22:02.639Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-27T16:22:02.639Z] ++ cut -d/ -f2 [2020-10-27T16:22:02.639Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-10-27T16:22:02.639Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-10-27T16:22:02.639Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-27T16:22:02.639Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-10-27T16:22:02.639Z] ++ cut -d/ -f2 [2020-10-27T16:22:02.639Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-10-27T16:22:02.639Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-27T16:22:02.639Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-10-27T16:22:02.639Z] ++ cut -d/ -f2 [2020-10-27T16:22:02.639Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-10-27T16:22:02.639Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-27T16:22:02.639Z] ++ dirname cmd/support-logging/Dockerfile [2020-10-27T16:22:02.639Z] ++ cut -d/ -f2 [2020-10-27T16:22:02.639Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-10-27T16:22:02.639Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-27T16:22:02.639Z] ++ dirname cmd/support-notifications/Dockerfile [2020-10-27T16:22:02.639Z] ++ cut -d/ -f2 [2020-10-27T16:22:02.639Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-10-27T16:22:02.639Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-27T16:22:02.639Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-10-27T16:22:02.639Z] ++ cut -d/ -f2 [2020-10-27T16:22:02.639Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-10-27T16:22:02.639Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-27T16:22:02.639Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-10-27T16:22:02.639Z] ++ cut -d/ -f2 [2020-10-27T16:22:02.639Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-10-27T16:22:02.799Z] 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-27T16:22:04.480Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-27T16:22:05.066Z] [2020-10-27T16:22:05.066Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:22:05.472Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-27T16:22:05.804Z] latest: Pulling from edgex-devops/git-semver [2020-10-27T16:22:05.804Z] 31603596830f: Pulling fs layer [2020-10-27T16:22:05.804Z] 2a8b12db71e7: Pulling fs layer [2020-10-27T16:22:05.804Z] 6ca5941a6612: Pulling fs layer [2020-10-27T16:22:05.804Z] ecc8261a40a4: Pulling fs layer [2020-10-27T16:22:05.804Z] ecc8261a40a4: Waiting [2020-10-27T16:22:05.804Z] 2a8b12db71e7: Verifying Checksum [2020-10-27T16:22:05.804Z] 2a8b12db71e7: Download complete [2020-10-27T16:22:06.482Z] 31603596830f: Verifying Checksum [2020-10-27T16:22:06.482Z] 31603596830f: Download complete [2020-10-27T16:22:06.800Z] ecc8261a40a4: Verifying Checksum [2020-10-27T16:22:06.800Z] ecc8261a40a4: Download complete [2020-10-27T16:22:06.800Z] 6ca5941a6612: Verifying Checksum [2020-10-27T16:22:06.800Z] 6ca5941a6612: Download complete [2020-10-27T16:22:07.072Z] 31603596830f: Pull complete [2020-10-27T16:22:07.342Z] 2a8b12db71e7: Pull complete [2020-10-27T16:22:08.917Z] 6ca5941a6612: Pull complete [2020-10-27T16:22:09.324Z] ecc8261a40a4: Pull complete [2020-10-27T16:22:09.324Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-10-27T16:22:09.324Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-27T16:22:09.324Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-10-27T16:22:09.579Z] prd-centos7-docker-4c-2g-9150 does not seem to be running inside a container [2020-10-27T16:22:09.721Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/217 -v /w/workspace/edgex-go/217:/w/workspace/edgex-go/217:rw,z -v /w/workspace/edgex-go/217@tmp:/w/workspace/edgex-go/217@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-27T16:22:12.131Z] $ docker top 8ad677b67758836f6c950ad807a2b579f63f06a2bcb1835514bf355c1653e6da -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-27T16:22:12.493Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-27T16:22:12.493Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-27T16:22:12.789Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-27T16:22:12.794Z] $ docker exec 8ad677b67758836f6c950ad807a2b579f63f06a2bcb1835514bf355c1653e6da ssh-agent [2020-10-27T16:22:13.113Z] SSH_AUTH_SOCK=/tmp/ssh-YZdj1k24GN8n/agent.12 [2020-10-27T16:22:13.113Z] SSH_AGENT_PID=17 [2020-10-27T16:22:13.134Z] Running ssh-add (command line suppressed) [2020-10-27T16:22:13.298Z] Identity added: /w/workspace/edgex-go/217@tmp/private_key_6939564107224021203.key (/w/workspace/edgex-go/217@tmp/private_key_6939564107224021203.key) [2020-10-27T16:22:13.392Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-27T16:22:13.775Z] + git tag --points-at HEAD [Pipeline] } [2020-10-27T16:22:13.848Z] $ docker exec --env ******** --env ******** 8ad677b67758836f6c950ad807a2b579f63f06a2bcb1835514bf355c1653e6da ssh-agent -k [2020-10-27T16:22:14.044Z] unset SSH_AUTH_SOCK; [2020-10-27T16:22:14.045Z] unset SSH_AGENT_PID; [2020-10-27T16:22:14.045Z] echo Agent pid 17 killed; [2020-10-27T16:22:14.144Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-10-27T16:22:14.301Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-27T16:22:14.301Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-27T16:22:14.592Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-27T16:22:14.598Z] $ docker exec 8ad677b67758836f6c950ad807a2b579f63f06a2bcb1835514bf355c1653e6da ssh-agent [2020-10-27T16:22:14.898Z] SSH_AUTH_SOCK=/tmp/ssh-2Cv3aiQIOU1s/agent.46 [2020-10-27T16:22:14.898Z] SSH_AGENT_PID=51 [2020-10-27T16:22:14.908Z] Running ssh-add (command line suppressed) [2020-10-27T16:22:15.065Z] Identity added: /w/workspace/edgex-go/217@tmp/private_key_1717551648627266783.key (/w/workspace/edgex-go/217@tmp/private_key_1717551648627266783.key) [2020-10-27T16:22:15.143Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-27T16:22:15.496Z] + git semver init [2020-10-27T16:22:15.496Z] # -> Open(): unable to determine branch for HEAD [2020-10-27T16:22:15.496Z] # $GIT_DIR = /w/workspace/edgex-go/217/.git [2020-10-27T16:22:15.496Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/217 [2020-10-27T16:22:15.496Z] # $SEMVER_REMOTE_NAME = origin [2020-10-27T16:22:15.496Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-27T16:22:15.496Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-27T16:22:15.496Z] # $SEMVER_BRANCH = master [2020-10-27T16:22:15.496Z] # $SEMVER_TEMP = /tmp/semver-017609881 [2020-10-27T16:22:15.496Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-10-27T16:22:54.858Z] # '/tmp/semver-017609881' -> '/w/workspace/edgex-go/217/.semver' [2020-10-27T16:22:54.859Z] # -> Force: false [2020-10-27T16:22:54.859Z] # $SEMVER_DIR = /w/workspace/edgex-go/217/.semver [Pipeline] } [2020-10-27T16:22:54.876Z] $ docker exec --env ******** --env ******** 8ad677b67758836f6c950ad807a2b579f63f06a2bcb1835514bf355c1653e6da ssh-agent -k [2020-10-27T16:22:55.123Z] unset SSH_AUTH_SOCK; [2020-10-27T16:22:55.124Z] unset SSH_AGENT_PID; [2020-10-27T16:22:55.125Z] echo Agent pid 51 killed; [2020-10-27T16:22:55.207Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-27T16:22:55.865Z] + git semver [Pipeline] } [2020-10-27T16:22:55.887Z] $ docker stop --time=1 8ad677b67758836f6c950ad807a2b579f63f06a2bcb1835514bf355c1653e6da [2020-10-27T16:22:57.630Z] $ docker rm -f 8ad677b67758836f6c950ad807a2b579f63f06a2bcb1835514bf355c1653e6da [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-27T16:22:58.219Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-10-27T16:22:58.875Z] Stashed 1 file(s) [Pipeline] echo [2020-10-27T16:22:58.878Z] [edgeXSemver]: initialized semver on version 1.2.2-dev.101 [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-27T16:22:59.493Z] ========================================================= [2020-10-27T16:22:59.493Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-10-27T16:22:59.493Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:22:59.872Z] + 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-27T16:23:05.442Z] Sending build context to Docker daemon 325.7MB [2020-10-27T16:23:05.442Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-27T16:23:05.442Z] Step 2/7 : FROM ${BASE} [2020-10-27T16:23:05.442Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-10-27T16:23:05.442Z] df20fa9351a1: Pulling fs layer [2020-10-27T16:23:05.442Z] ed8968b2872e: Pulling fs layer [2020-10-27T16:23:05.442Z] a92cc7c5fd73: Pulling fs layer [2020-10-27T16:23:05.442Z] e871e8e8d7a9: Pulling fs layer [2020-10-27T16:23:05.442Z] e73272ec9a57: Pulling fs layer [2020-10-27T16:23:05.442Z] 1e910a182e73: Pulling fs layer [2020-10-27T16:23:05.442Z] 4e634b169226: Pulling fs layer [2020-10-27T16:23:05.442Z] e871e8e8d7a9: Waiting [2020-10-27T16:23:05.442Z] e73272ec9a57: Waiting [2020-10-27T16:23:05.442Z] 1e910a182e73: Waiting [2020-10-27T16:23:05.442Z] 4e634b169226: Waiting [2020-10-27T16:23:05.442Z] a92cc7c5fd73: Download complete [2020-10-27T16:23:05.734Z] ed8968b2872e: Download complete [2020-10-27T16:23:05.734Z] e73272ec9a57: Verifying Checksum [2020-10-27T16:23:05.734Z] e73272ec9a57: Download complete [2020-10-27T16:23:06.353Z] 1e910a182e73: Verifying Checksum [2020-10-27T16:23:06.353Z] 1e910a182e73: Download complete [2020-10-27T16:23:06.680Z] df20fa9351a1: Verifying Checksum [2020-10-27T16:23:06.680Z] df20fa9351a1: Download complete [2020-10-27T16:23:07.319Z] df20fa9351a1: Pull complete [2020-10-27T16:23:07.624Z] ed8968b2872e: Pull complete [2020-10-27T16:23:08.234Z] a92cc7c5fd73: Pull complete [2020-10-27T16:23:10.267Z] 4e634b169226: Verifying Checksum [2020-10-27T16:23:10.267Z] 4e634b169226: Download complete [2020-10-27T16:23:12.320Z] e871e8e8d7a9: Verifying Checksum [2020-10-27T16:23:12.320Z] e871e8e8d7a9: Download complete [2020-10-27T16:23:14.262Z] Still waiting to schedule task [2020-10-27T16:23:14.262Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-10-27T16:23:20.681Z] e871e8e8d7a9: Pull complete [2020-10-27T16:23:20.681Z] e73272ec9a57: Pull complete [2020-10-27T16:23:20.681Z] 1e910a182e73: Pull complete [2020-10-27T16:23:25.020Z] 4e634b169226: Pull complete [2020-10-27T16:23:25.020Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-10-27T16:23:25.020Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-10-27T16:23:25.020Z] ---> f7629b54cfaa [2020-10-27T16:23:25.020Z] 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-27T16:23:25.297Z] ---> Running in 0ab7cb6e4e49 [2020-10-27T16:23:26.264Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-27T16:23:26.849Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-27T16:23:27.432Z] (1/12) Installing libmagic (5.38-r0) [2020-10-27T16:23:27.699Z] (2/12) Installing file (5.38-r0) [2020-10-27T16:23:27.699Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-10-27T16:23:27.963Z] (4/12) Installing g++ (9.3.0-r2) [2020-10-27T16:23:32.309Z] (5/12) Installing fortify-headers (1.1-r0) [2020-10-27T16:23:32.309Z] (6/12) Installing patch (2.7.6-r6) [2020-10-27T16:23:32.309Z] (7/12) Installing build-base (0.5-r2) [2020-10-27T16:23:32.309Z] (8/12) Installing libsodium (1.0.18-r0) [2020-10-27T16:23:32.309Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-10-27T16:23:32.309Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-10-27T16:23:32.309Z] (11/12) Installing libzmq (4.3.3-r0) [2020-10-27T16:23:32.309Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-10-27T16:23:32.309Z] Executing busybox-1.31.1-r16.trigger [2020-10-27T16:23:32.309Z] OK: 233 MiB in 51 packages [2020-10-27T16:23:35.685Z] Removing intermediate container 0ab7cb6e4e49 [2020-10-27T16:23:35.685Z] ---> 97c1e768263b [2020-10-27T16:23:35.685Z] Step 4/7 : WORKDIR /edgex-go [2020-10-27T16:23:35.685Z] ---> Running in 319de42f22fa [2020-10-27T16:23:35.685Z] Removing intermediate container 319de42f22fa [2020-10-27T16:23:35.685Z] ---> f50eb245d761 [2020-10-27T16:23:35.685Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-10-27T16:23:36.293Z] latest: Pulling from library/docker [2020-10-27T16:23:36.293Z] 188c0c94c7c5: Pulling fs layer [2020-10-27T16:23:36.293Z] 0c7c675703d6: Pulling fs layer [2020-10-27T16:23:36.293Z] cc8c12a437cb: Pulling fs layer [2020-10-27T16:23:36.293Z] c5dafad2182a: Pulling fs layer [2020-10-27T16:23:36.293Z] 5aa711733414: Pulling fs layer [2020-10-27T16:23:36.293Z] 058f73b55e4b: Pulling fs layer [2020-10-27T16:23:36.293Z] 8c9c664faf12: Pulling fs layer [2020-10-27T16:23:36.293Z] 5aa711733414: Waiting [2020-10-27T16:23:36.293Z] 058f73b55e4b: Waiting [2020-10-27T16:23:36.293Z] 8c9c664faf12: Waiting [2020-10-27T16:23:36.293Z] c5dafad2182a: Waiting [2020-10-27T16:23:36.582Z] cc8c12a437cb: Verifying Checksum [2020-10-27T16:23:36.582Z] cc8c12a437cb: Download complete [2020-10-27T16:23:36.582Z] 0c7c675703d6: Download complete [2020-10-27T16:23:36.582Z] 188c0c94c7c5: Verifying Checksum [2020-10-27T16:23:36.582Z] 188c0c94c7c5: Download complete [2020-10-27T16:23:36.582Z] 5aa711733414: Verifying Checksum [2020-10-27T16:23:36.582Z] 5aa711733414: Download complete [2020-10-27T16:23:36.915Z] 058f73b55e4b: Verifying Checksum [2020-10-27T16:23:36.915Z] 058f73b55e4b: Download complete [2020-10-27T16:23:36.915Z] 8c9c664faf12: Verifying Checksum [2020-10-27T16:23:36.915Z] 8c9c664faf12: Download complete [2020-10-27T16:23:37.218Z] 188c0c94c7c5: Pull complete [2020-10-27T16:23:37.538Z] 0c7c675703d6: Pull complete [2020-10-27T16:23:37.857Z] cc8c12a437cb: Pull complete [2020-10-27T16:23:38.580Z] c5dafad2182a: Verifying Checksum [2020-10-27T16:23:38.580Z] c5dafad2182a: Download complete [2020-10-27T16:23:42.955Z] c5dafad2182a: Pull complete [2020-10-27T16:23:42.955Z] 5aa711733414: Pull complete [2020-10-27T16:23:42.955Z] 058f73b55e4b: Pull complete [2020-10-27T16:23:42.955Z] 8c9c664faf12: Pull complete [2020-10-27T16:23:42.955Z] Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 [2020-10-27T16:23:42.955Z] Status: Downloaded newer image for docker:latest [2020-10-27T16:23:44.950Z] ---> 8f7e814f025b [2020-10-27T16:23:44.950Z] Step 6/7 : COPY go.mod . [2020-10-27T16:23:45.236Z] ---> 2d44514bb92f [2020-10-27T16:23:45.236Z] Step 7/7 : RUN go mod download [2020-10-27T16:23:45.236Z] ---> Running in 260e96ce8cd2 [2020-10-27T16:24:12.288Z] Removing intermediate container 260e96ce8cd2 [2020-10-27T16:24:12.288Z] ---> 92312500d27b [2020-10-27T16:24:12.288Z] Successfully built 92312500d27b [2020-10-27T16:24:12.288Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:24:12.650Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-27T16:24:12.934Z] . [Pipeline] withDockerContainer [2020-10-27T16:24:13.132Z] prd-centos7-docker-4c-2g-9150 does not seem to be running inside a container [2020-10-27T16:24:13.281Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/217 -v /w/workspace/edgex-go/217:/w/workspace/edgex-go/217:rw,z -v /w/workspace/edgex-go/217@tmp:/w/workspace/edgex-go/217@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-27T16:24:14.690Z] $ docker top edd8f69a03f880544e6ff0f420e062395e440a3223f8506f78042736f496e075 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-27T16:24:15.659Z] + go version [2020-10-27T16:24:15.659Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-10-27T16:24:15.678Z] $ docker stop --time=1 edd8f69a03f880544e6ff0f420e062395e440a3223f8506f78042736f496e075 [2020-10-27T16:24:17.147Z] $ docker rm -f edd8f69a03f880544e6ff0f420e062395e440a3223f8506f78042736f496e075 [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-27T16:24:20.599Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-27T16:24:20.599Z] [2020-10-27T16:24:20.599Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:24:20.987Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-27T16:24:20.987Z] latest: Pulling from edgex-devops/edgex-compose [2020-10-27T16:24:20.987Z] cbdbe7a5bc2a: Pulling fs layer [2020-10-27T16:24:20.987Z] ca9280d653b3: Pulling fs layer [2020-10-27T16:24:20.987Z] 7e9c9ca2126c: Pulling fs layer [2020-10-27T16:24:21.658Z] cbdbe7a5bc2a: Verifying Checksum [2020-10-27T16:24:21.658Z] cbdbe7a5bc2a: Download complete [2020-10-27T16:24:21.936Z] cbdbe7a5bc2a: Pull complete [2020-10-27T16:24:23.072Z] ca9280d653b3: Verifying Checksum [2020-10-27T16:24:23.072Z] ca9280d653b3: Download complete [2020-10-27T16:24:24.819Z] ca9280d653b3: Pull complete [2020-10-27T16:24:25.831Z] 7e9c9ca2126c: Download complete [2020-10-27T16:24:34.138Z] 7e9c9ca2126c: Pull complete [2020-10-27T16:24:34.138Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-10-27T16:24:34.138Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-27T16:24:34.138Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-10-27T16:24:34.393Z] prd-centos7-docker-4c-2g-9150 does not seem to be running inside a container [2020-10-27T16:24:34.699Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/217 -v /w/workspace/edgex-go/217:/w/workspace/edgex-go/217:rw,z -v /w/workspace/edgex-go/217@tmp:/w/workspace/edgex-go/217@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-27T16:24:36.669Z] $ docker top c7a6e7b93640b3daaafe25df0e7b01690574308a51752dec285e6b590a42505c -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-27T16:24:37.358Z] + + grepdocker-compose parallel build [2020-10-27T16:24:37.358Z] --help [2020-10-27T16:24:38.782Z] --parallel Build images in parallel. [Pipeline] } [2020-10-27T16:24:38.820Z] $ docker stop --time=1 c7a6e7b93640b3daaafe25df0e7b01690574308a51752dec285e6b590a42505c [2020-10-27T16:24:40.530Z] $ docker rm -f c7a6e7b93640b3daaafe25df0e7b01690574308a51752dec285e6b590a42505c [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:24:41.389Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-27T16:24:41.389Z] . [Pipeline] withDockerContainer [2020-10-27T16:24:41.731Z] prd-centos7-docker-4c-2g-9150 does not seem to be running inside a container [2020-10-27T16:24:42.091Z] $ 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/217 -v /w/workspace/edgex-go/217:/w/workspace/edgex-go/217:rw,z -v /w/workspace/edgex-go/217@tmp:/w/workspace/edgex-go/217@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-27T16:24:43.220Z] $ docker top 65dddaee0e61caef1a936a654f3794b7aa474f201e5759ec8979cc79e0410b7f -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-27T16:24:43.854Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-10-27T16:24:45.273Z] Building docker-core-command-go ... [2020-10-27T16:24:45.273Z] Building docker-core-data-go ... [2020-10-27T16:24:45.273Z] Building docker-core-metadata-go ... [2020-10-27T16:24:45.273Z] Building docker-security-proxy-setup-go ... [2020-10-27T16:24:45.273Z] Building docker-security-secrets-setup-go ... [2020-10-27T16:24:45.273Z] Building docker-security-secretstore-setup-go ... [2020-10-27T16:24:45.273Z] Building docker-support-logging-go ... [2020-10-27T16:24:45.273Z] Building docker-support-notifications-go ... [2020-10-27T16:24:45.273Z] Building docker-support-scheduler-go ... [2020-10-27T16:24:45.273Z] Building docker-sys-mgmt-agent-go ... [2020-10-27T16:24:45.273Z] Building docker-core-command-go [2020-10-27T16:24:45.273Z] Building docker-core-metadata-go [2020-10-27T16:24:45.273Z] Building docker-security-secrets-setup-go [2020-10-27T16:24:45.273Z] Building docker-support-logging-go [2020-10-27T16:24:45.273Z] Building docker-core-data-go [2020-10-27T16:25:17.881Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-27T16:25:17.881Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-27T16:25:17.881Z] ---> 92312500d27b [2020-10-27T16:25:17.881Z] Step 3/22 : WORKDIR /edgex-go [2020-10-27T16:25:17.881Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-27T16:25:17.881Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-27T16:25:17.881Z] ---> 92312500d27b [2020-10-27T16:25:17.881Z] Step 3/22 : WORKDIR /edgex-go [2020-10-27T16:25:17.881Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-27T16:25:17.881Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-27T16:25:17.881Z] ---> 92312500d27b [2020-10-27T16:25:17.881Z] Step 3/22 : WORKDIR /edgex-go [2020-10-27T16:25:18.169Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-27T16:25:18.169Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-10-27T16:25:18.169Z] ---> 92312500d27b [2020-10-27T16:25:18.169Z] Step 3/23 : WORKDIR /edgex-go [2020-10-27T16:25:18.169Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-27T16:25:18.169Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-10-27T16:25:18.169Z] ---> 92312500d27b [2020-10-27T16:25:18.169Z] Step 3/29 : WORKDIR /edgex-go [2020-10-27T16:25:18.761Z] ---> Running in 9502c6247310 [2020-10-27T16:25:18.761Z] ---> Running in b75a9f04c084 [2020-10-27T16:25:18.761Z] ---> Running in 7e0fd911890b [2020-10-27T16:25:18.761Z] ---> Running in 175c362d209c [2020-10-27T16:25:18.761Z] ---> Running in 53dca12cb935 [2020-10-27T16:25:19.397Z] Removing intermediate container b75a9f04c084 [2020-10-27T16:25:19.397Z] ---> 849c47b9b662 [2020-10-27T16:25:19.397Z] Step 4/29 : RUN apk update && apk add make git [2020-10-27T16:25:19.397Z] Removing intermediate container 175c362d209c [2020-10-27T16:25:19.397Z] ---> ed1c052dc1d3 [2020-10-27T16:25:19.397Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-27T16:25:19.685Z] Removing intermediate container 9502c6247310 [2020-10-27T16:25:19.685Z] ---> da239fd51e69 [2020-10-27T16:25:19.685Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-27T16:25:19.685Z] Removing intermediate container 7e0fd911890b [2020-10-27T16:25:19.685Z] ---> bbf63f19ba4c [2020-10-27T16:25:19.685Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-27T16:25:19.685Z] Removing intermediate container 53dca12cb935 [2020-10-27T16:25:19.685Z] ---> 563044f3d1b3 [2020-10-27T16:25:19.685Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-27T16:25:19.685Z] ---> Running in 7bb3ada851d3 [2020-10-27T16:25:19.685Z] ---> Running in a6367af1f5f9 [2020-10-27T16:25:19.961Z] ---> Running in 540ad3802eb5 [2020-10-27T16:25:19.961Z] ---> Running in a4bcd917a560 [2020-10-27T16:25:19.961Z] ---> Running in 695c2de8d41a [2020-10-27T16:25:22.054Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-27T16:25:22.328Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-27T16:25:22.600Z] Removing intermediate container a4bcd917a560 [2020-10-27T16:25:22.600Z] ---> 6cdfc555d265 [2020-10-27T16:25:22.600Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-10-27T16:25:22.882Z] ---> Running in bc2bfa622f48 [2020-10-27T16:25:22.882Z] Removing intermediate container 540ad3802eb5 [2020-10-27T16:25:22.882Z] ---> 7f058a1aecb3 [2020-10-27T16:25:22.882Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-10-27T16:25:23.187Z] Removing intermediate container a6367af1f5f9 [2020-10-27T16:25:23.187Z] ---> e242e1ee8b8d [2020-10-27T16:25:23.187Z] Step 5/22 : RUN apk update && apk add make git [2020-10-27T16:25:23.187Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-27T16:25:23.187Z] v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-27T16:25:23.187Z] OK: 12752 distinct packages available [2020-10-27T16:25:23.187Z] Removing intermediate container 695c2de8d41a [2020-10-27T16:25:23.187Z] ---> 74cc5e3f0528 [2020-10-27T16:25:23.187Z] Step 5/22 : RUN apk update && apk add make git [2020-10-27T16:25:23.187Z] ---> Running in 3f9af8d41633 [2020-10-27T16:25:23.187Z] ---> Running in cfbd370e35ea [2020-10-27T16:25:23.187Z] ---> Running in 10faf6c43c89 [2020-10-27T16:25:23.495Z] OK: 233 MiB in 51 packages [2020-10-27T16:25:23.810Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-27T16:25:24.156Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-27T16:25:24.441Z] Removing intermediate container 7bb3ada851d3 [2020-10-27T16:25:24.441Z] ---> 69dbb56f502e [2020-10-27T16:25:24.441Z] Step 5/29 : COPY go.mod . [2020-10-27T16:25:24.715Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-27T16:25:24.715Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-27T16:25:24.715Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-27T16:25:25.023Z] ---> 18eea57b17a4 [2020-10-27T16:25:25.023Z] Step 6/29 : RUN go mod download [2020-10-27T16:25:25.023Z] ---> Running in 5d9234766175 [2020-10-27T16:25:25.023Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-27T16:25:25.314Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-27T16:25:25.314Z] v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-27T16:25:25.314Z] OK: 12752 distinct packages available [2020-10-27T16:25:25.314Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-27T16:25:25.584Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-27T16:25:25.584Z] OK: 233 MiB in 51 packages [2020-10-27T16:25:25.856Z] OK: 233 MiB in 51 packages [2020-10-27T16:25:26.153Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-27T16:25:26.153Z] v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-27T16:25:26.153Z] OK: 12752 distinct packages available [2020-10-27T16:25:26.153Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-27T16:25:26.153Z] v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-27T16:25:26.153Z] OK: 12752 distinct packages available [2020-10-27T16:25:26.153Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-27T16:25:26.153Z] v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-27T16:25:26.153Z] OK: 12752 distinct packages available [2020-10-27T16:25:26.425Z] OK: 233 MiB in 51 packages [2020-10-27T16:25:26.696Z] Removing intermediate container bc2bfa622f48 [2020-10-27T16:25:26.696Z] ---> ac13d48a7114 [2020-10-27T16:25:26.696Z] Step 6/22 : COPY go.mod . [2020-10-27T16:25:26.696Z] OK: 233 MiB in 51 packages [2020-10-27T16:25:26.696Z] OK: 233 MiB in 51 packages [2020-10-27T16:25:27.328Z] ---> d14c82ec4fac [2020-10-27T16:25:27.328Z] Step 7/22 : RUN go mod download [2020-10-27T16:25:27.328Z] ---> Running in c954a0194dfd [2020-10-27T16:25:27.328Z] Removing intermediate container 3f9af8d41633 [2020-10-27T16:25:27.328Z] ---> a98523284b65 [2020-10-27T16:25:27.328Z] Step 6/23 : COPY go.mod . [2020-10-27T16:25:28.006Z] Removing intermediate container cfbd370e35ea [2020-10-27T16:25:28.006Z] ---> 9a1d2fc88da4 [2020-10-27T16:25:28.006Z] Step 6/22 : COPY go.mod . [2020-10-27T16:25:28.006Z] Removing intermediate container 10faf6c43c89 [2020-10-27T16:25:28.006Z] ---> 40403d20b5b7 [2020-10-27T16:25:28.006Z] Step 6/22 : COPY go.mod . [2020-10-27T16:25:28.006Z] ---> a39dab6ff6a9 [2020-10-27T16:25:28.006Z] Step 7/23 : RUN go mod download [2020-10-27T16:25:28.006Z] Removing intermediate container 5d9234766175 [2020-10-27T16:25:28.006Z] ---> f08139ace851 [2020-10-27T16:25:28.006Z] Step 7/29 : COPY . . [2020-10-27T16:25:28.620Z] ---> Running in 15fcc3a95389 [2020-10-27T16:25:28.902Z] ---> fc89370b44ac [2020-10-27T16:25:28.902Z] Step 7/22 : RUN go mod download [2020-10-27T16:25:29.178Z] ---> ef4822938b33 [2020-10-27T16:25:29.178Z] Step 7/22 : RUN go mod download [2020-10-27T16:25:29.728Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-9151 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2020-10-27T16:25:29.777Z] Running in /w/workspace/edgex-go/217 [Pipeline] { [2020-10-27T16:25:29.819Z] ---> Running in 97fc969a49e6 [Pipeline] checkout [2020-10-27T16:25:30.136Z] ---> Running in 500d420a1e5b [2020-10-27T16:25:32.240Z] Removing intermediate container c954a0194dfd [2020-10-27T16:25:32.240Z] ---> 20ce29d3cf99 [2020-10-27T16:25:32.240Z] Step 8/22 : COPY . . [2020-10-27T16:25:34.805Z] using credential edgex-jenkins-ssh [2020-10-27T16:25:34.865Z] Cloning the remote Git repository [2020-10-27T16:25:34.928Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-10-27T16:25:35.031Z] > git init /w/workspace/edgex-go/217 # timeout=10 [2020-10-27T16:25:35.100Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-27T16:25:35.101Z] > git --version # timeout=10 [2020-10-27T16:25:35.118Z] > git --version # 'git version 2.17.1' [2020-10-27T16:25:35.120Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-27T16:25:35.163Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-27T16:25:36.616Z] Removing intermediate container 15fcc3a95389 [2020-10-27T16:25:36.616Z] ---> a690a5f2c199 [2020-10-27T16:25:36.616Z] Step 8/23 : COPY . . [2020-10-27T16:25:39.287Z] Removing intermediate container 97fc969a49e6 [2020-10-27T16:25:39.287Z] ---> 42ee73ba84b3 [2020-10-27T16:25:39.287Z] Step 8/22 : COPY . . [2020-10-27T16:25:39.589Z] Removing intermediate container 500d420a1e5b [2020-10-27T16:25:39.589Z] ---> 9a6ccdd5a03f [2020-10-27T16:25:39.589Z] Step 8/22 : COPY . . [2020-10-27T16:25:51.278Z] Checking out Revision 5839a71b4bbbe111e98a5f129fc41db18caea77c (master) [2020-10-27T16:25:50.573Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-27T16:25:50.591Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-27T16:25:50.617Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-27T16:25:50.659Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-27T16:25:50.659Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-27T16:25:50.671Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-27T16:25:51.299Z] > git config core.sparsecheckout # timeout=10 [2020-10-27T16:25:51.322Z] > git checkout -f 5839a71b4bbbe111e98a5f129fc41db18caea77c # timeout=10 [2020-10-27T16:25:55.972Z] Commit message: "Merge pull request #2848 from tonyespy/snap-kong-deb" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-27T16:25:57.012Z] ========================================================= [2020-10-27T16:25:57.012Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-10-27T16:25:57.012Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:25:58.283Z] + 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-27T16:26:00.925Z] Sending build context to Docker daemon 165.2MB [2020-10-27T16:26:00.925Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-27T16:26:00.925Z] Step 2/7 : FROM ${BASE} [2020-10-27T16:26:01.545Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-10-27T16:26:01.545Z] b538f80385f9: Pulling fs layer [2020-10-27T16:26:01.545Z] 74f711af9a0d: Pulling fs layer [2020-10-27T16:26:01.545Z] 99f96fe45779: Pulling fs layer [2020-10-27T16:26:01.545Z] 8529a6b9a6be: Pulling fs layer [2020-10-27T16:26:01.545Z] 45590311c82a: Pulling fs layer [2020-10-27T16:26:01.545Z] 69ca0ff8b7b3: Pulling fs layer [2020-10-27T16:26:01.545Z] 209524e5b208: Pulling fs layer [2020-10-27T16:26:01.545Z] 45590311c82a: Waiting [2020-10-27T16:26:01.545Z] 69ca0ff8b7b3: Waiting [2020-10-27T16:26:01.545Z] 209524e5b208: Waiting [2020-10-27T16:26:01.545Z] 99f96fe45779: Verifying Checksum [2020-10-27T16:26:01.545Z] 99f96fe45779: Download complete [2020-10-27T16:26:01.545Z] 74f711af9a0d: Verifying Checksum [2020-10-27T16:26:01.545Z] 74f711af9a0d: Download complete [2020-10-27T16:26:01.545Z] 45590311c82a: Download complete [2020-10-27T16:26:01.545Z] 69ca0ff8b7b3: Verifying Checksum [2020-10-27T16:26:01.545Z] 69ca0ff8b7b3: Download complete [2020-10-27T16:26:01.545Z] b538f80385f9: Verifying Checksum [2020-10-27T16:26:01.545Z] b538f80385f9: Download complete [2020-10-27T16:26:02.148Z] b538f80385f9: Pull complete [2020-10-27T16:26:02.754Z] 74f711af9a0d: Pull complete [2020-10-27T16:26:03.034Z] 99f96fe45779: Pull complete [2020-10-27T16:26:04.515Z] 209524e5b208: Verifying Checksum [2020-10-27T16:26:04.515Z] 209524e5b208: Download complete [2020-10-27T16:26:05.510Z] 8529a6b9a6be: Verifying Checksum [2020-10-27T16:26:05.510Z] 8529a6b9a6be: Download complete [2020-10-27T16:26:06.730Z] ---> 84044e76ffb3 [2020-10-27T16:26:06.730Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-10-27T16:26:06.730Z] ---> Running in 29c1c227d1fd [2020-10-27T16:26:09.461Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.101" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-10-27T16:26:11.067Z] ---> 4f8f1a0cb682 [2020-10-27T16:26:11.067Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-10-27T16:26:12.547Z] ---> Running in d27779a1cba4 [2020-10-27T16:26:14.550Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.101" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-10-27T16:26:15.671Z] 8529a6b9a6be: Pull complete [2020-10-27T16:26:15.671Z] 45590311c82a: Pull complete [2020-10-27T16:26:15.671Z] 69ca0ff8b7b3: Pull complete [2020-10-27T16:26:16.089Z] ---> fac8aab2234e [2020-10-27T16:26:16.089Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-10-27T16:26:16.369Z] ---> Running in 8122e93be172 [2020-10-27T16:26:16.687Z] ---> a52800be116b [2020-10-27T16:26:16.687Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-10-27T16:26:16.687Z] ---> Running in 7404e573eae4 [2020-10-27T16:26:17.090Z] ---> daab45d6a09d [2020-10-27T16:26:17.091Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-10-27T16:26:17.409Z] ---> Running in 1d9c958f5aa8 [2020-10-27T16:26:18.109Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.101" -o cmd/core-data/core-data ./cmd/core-data [2020-10-27T16:26:18.758Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.101" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-10-27T16:26:18.758Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.101" -o cmd/core-command/core-command ./cmd/core-command [2020-10-27T16:26:20.001Z] 209524e5b208: Pull complete [2020-10-27T16:26:20.001Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-10-27T16:26:20.001Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-10-27T16:26:20.001Z] ---> 5bddaf1c2fca [2020-10-27T16:26:20.001Z] 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-27T16:26:22.659Z] ---> Running in 30d994ffbd6c [2020-10-27T16:26:24.644Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-27T16:26:25.243Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-27T16:26:26.222Z] (1/12) Installing libmagic (5.38-r0) [2020-10-27T16:26:26.495Z] (2/12) Installing file (5.38-r0) [2020-10-27T16:26:26.495Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-10-27T16:26:26.767Z] (4/12) Installing g++ (9.3.0-r2) [2020-10-27T16:26:32.165Z] (5/12) Installing fortify-headers (1.1-r0) [2020-10-27T16:26:32.443Z] (6/12) Installing patch (2.7.6-r6) [2020-10-27T16:26:32.443Z] (7/12) Installing build-base (0.5-r2) [2020-10-27T16:26:32.443Z] (8/12) Installing libsodium (1.0.18-r0) [2020-10-27T16:26:32.715Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-10-27T16:26:32.988Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-10-27T16:26:32.988Z] (11/12) Installing libzmq (4.3.3-r0) [2020-10-27T16:26:33.262Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-10-27T16:26:33.262Z] Executing busybox-1.31.1-r16.trigger [2020-10-27T16:26:33.262Z] OK: 217 MiB in 51 packages [2020-10-27T16:26:37.590Z] Removing intermediate container 30d994ffbd6c [2020-10-27T16:26:37.590Z] ---> c8a6d10a4e47 [2020-10-27T16:26:37.590Z] Step 4/7 : WORKDIR /edgex-go [2020-10-27T16:26:37.590Z] ---> Running in 22330c7d00f2 [2020-10-27T16:26:37.863Z] Removing intermediate container 22330c7d00f2 [2020-10-27T16:26:37.863Z] ---> 993d029fa39a [2020-10-27T16:26:37.863Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-10-27T16:26:38.460Z] latest: Pulling from library/docker [2020-10-27T16:26:38.460Z] 5f621e34cdf4: Pulling fs layer [2020-10-27T16:26:38.460Z] 85db56a05063: Pulling fs layer [2020-10-27T16:26:38.460Z] ccb67d6aeaaa: Pulling fs layer [2020-10-27T16:26:38.460Z] a0b19fc83503: Pulling fs layer [2020-10-27T16:26:38.460Z] 8eb508b41278: Pulling fs layer [2020-10-27T16:26:38.460Z] 37236713561e: Pulling fs layer [2020-10-27T16:26:38.460Z] 07c93f2b1b56: Pulling fs layer [2020-10-27T16:26:38.460Z] 8eb508b41278: Waiting [2020-10-27T16:26:38.460Z] 37236713561e: Waiting [2020-10-27T16:26:38.460Z] a0b19fc83503: Waiting [2020-10-27T16:26:38.460Z] 07c93f2b1b56: Waiting [2020-10-27T16:26:38.460Z] ccb67d6aeaaa: Download complete [2020-10-27T16:26:38.460Z] 85db56a05063: Verifying Checksum [2020-10-27T16:26:38.460Z] 85db56a05063: Download complete [2020-10-27T16:26:38.738Z] 5f621e34cdf4: Download complete [2020-10-27T16:26:38.738Z] 8eb508b41278: Verifying Checksum [2020-10-27T16:26:38.738Z] 8eb508b41278: Download complete [2020-10-27T16:26:38.738Z] 37236713561e: Verifying Checksum [2020-10-27T16:26:38.738Z] 37236713561e: Download complete [2020-10-27T16:26:39.024Z] 07c93f2b1b56: Download complete [2020-10-27T16:26:39.312Z] 5f621e34cdf4: Pull complete [2020-10-27T16:26:39.914Z] 85db56a05063: Pull complete [2020-10-27T16:26:39.914Z] a0b19fc83503: Verifying Checksum [2020-10-27T16:26:39.914Z] a0b19fc83503: Download complete [2020-10-27T16:26:40.512Z] ccb67d6aeaaa: Pull complete [2020-10-27T16:26:43.909Z] a0b19fc83503: Pull complete [2020-10-27T16:26:43.909Z] 8eb508b41278: Pull complete [2020-10-27T16:26:44.183Z] 37236713561e: Pull complete [2020-10-27T16:26:44.455Z] 07c93f2b1b56: Pull complete [2020-10-27T16:26:44.455Z] Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 [2020-10-27T16:26:44.455Z] Status: Downloaded newer image for docker:latest [2020-10-27T16:26:47.868Z] ---> d68f13fec76d [2020-10-27T16:26:47.868Z] Step 6/7 : COPY go.mod . [2020-10-27T16:26:48.464Z] ---> a89df8ffb898 [2020-10-27T16:26:48.464Z] Step 7/7 : RUN go mod download [2020-10-27T16:26:48.464Z] ---> Running in eb0924d98368 [2020-10-27T16:26:51.723Z] Removing intermediate container 29c1c227d1fd [2020-10-27T16:26:51.723Z] ---> 288d34497811 [2020-10-27T16:26:51.723Z] [2020-10-27T16:26:51.723Z] Step 9/29 : FROM alpine:latest [2020-10-27T16:26:51.723Z] latest: Pulling from library/alpine [2020-10-27T16:26:51.723Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-10-27T16:26:51.723Z] Status: Downloaded newer image for alpine:latest [2020-10-27T16:26:51.723Z] ---> d6e46aa2470d [2020-10-27T16:26:51.723Z] 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-27T16:26:51.723Z] ---> Running in 35ca8324208c [2020-10-27T16:26:52.004Z] Removing intermediate container 35ca8324208c [2020-10-27T16:26:52.004Z] ---> 94290e53d348 [2020-10-27T16:26:52.004Z] Step 11/29 : USER root [2020-10-27T16:26:52.338Z] ---> Running in 582609df8b71 [2020-10-27T16:26:53.025Z] Removing intermediate container 582609df8b71 [2020-10-27T16:26:53.025Z] ---> a8ceeb005281 [2020-10-27T16:26:53.025Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-10-27T16:26:53.025Z] ---> Running in aceb38eff0df [2020-10-27T16:26:55.318Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-27T16:26:55.782Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-27T16:26:56.514Z] v3.12.1-8-ge053f6efb7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-27T16:26:56.514Z] v3.12.1-5-g0954f48dc3 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-27T16:26:56.514Z] OK: 12744 distinct packages available [2020-10-27T16:26:57.180Z] (1/2) Installing ca-certificates (20191127-r4) [2020-10-27T16:26:57.180Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-10-27T16:26:57.180Z] Executing busybox-1.31.1-r19.trigger [2020-10-27T16:26:57.477Z] Executing ca-certificates-20191127-r4.trigger [2020-10-27T16:26:57.477Z] OK: 6 MiB in 16 packages [2020-10-27T16:27:00.373Z] Removing intermediate container aceb38eff0df [2020-10-27T16:27:00.373Z] ---> 90ed70eb7490 [2020-10-27T16:27:00.373Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-10-27T16:27:00.684Z] ---> Running in 192de368e3a5 [2020-10-27T16:27:00.684Z] Removing intermediate container d27779a1cba4 [2020-10-27T16:27:00.684Z] ---> a8a2ef450c2f [2020-10-27T16:27:00.684Z] [2020-10-27T16:27:00.684Z] Step 10/22 : FROM scratch [2020-10-27T16:27:00.684Z] ---> [2020-10-27T16:27:00.684Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-27T16:27:02.997Z] ---> Running in b0ece9faa9c4 [2020-10-27T16:27:02.997Z] Removing intermediate container 192de368e3a5 [2020-10-27T16:27:02.997Z] ---> e365338917d6 [2020-10-27T16:27:02.997Z] Step 14/29 : WORKDIR $BASE_DIR [2020-10-27T16:27:03.304Z] ---> Running in 4c73fec10199 [2020-10-27T16:27:03.618Z] Removing intermediate container b0ece9faa9c4 [2020-10-27T16:27:03.618Z] ---> de25fbc679e5 [2020-10-27T16:27:03.618Z] Step 12/22 : ENV APP_PORT=48061 [2020-10-27T16:27:03.618Z] ---> Running in f308b2513abb [2020-10-27T16:27:03.951Z] Removing intermediate container 4c73fec10199 [2020-10-27T16:27:03.951Z] ---> a9c7c863fb5e [2020-10-27T16:27:03.951Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-10-27T16:27:03.951Z] ---> Running in affe0165ec5b [2020-10-27T16:27:04.254Z] Removing intermediate container f308b2513abb [2020-10-27T16:27:04.254Z] ---> b47217ec6b64 [2020-10-27T16:27:04.254Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-27T16:27:04.254Z] ---> Running in 533b55fd2829 [2020-10-27T16:27:05.306Z] Removing intermediate container 533b55fd2829 [2020-10-27T16:27:05.306Z] ---> 7b560352a7df [2020-10-27T16:27:05.306Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-10-27T16:27:06.009Z] ---> 974b32fcc1f0 [2020-10-27T16:27:06.009Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-10-27T16:27:06.707Z] Removing intermediate container affe0165ec5b [2020-10-27T16:27:06.707Z] ---> 139c2b6cb17b [2020-10-27T16:27:06.707Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-10-27T16:27:06.707Z] ---> a93a5fcc0b0d [2020-10-27T16:27:06.707Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-10-27T16:27:08.978Z] ---> e98a370b21cc [2020-10-27T16:27:08.978Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-10-27T16:27:08.978Z] ---> 74e0e5025b1e [2020-10-27T16:27:08.978Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-10-27T16:27:10.554Z] ---> f2ff750be74d [2020-10-27T16:27:10.554Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-10-27T16:27:10.554Z] ---> 7ccdac812b27 [2020-10-27T16:27:10.554Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-10-27T16:27:10.554Z] ---> Running in a14b03c5de9a [2020-10-27T16:27:12.266Z] Removing intermediate container a14b03c5de9a [2020-10-27T16:27:12.266Z] ---> 88769ade2ca1 [2020-10-27T16:27:12.266Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-27T16:27:12.266Z] ---> 869a73ebb06e [2020-10-27T16:27:12.266Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-10-27T16:27:12.266Z] ---> Running in afbe84597a15 [2020-10-27T16:27:12.589Z] Removing intermediate container 1d9c958f5aa8 [2020-10-27T16:27:12.589Z] ---> 8380022a29dd [2020-10-27T16:27:12.589Z] [2020-10-27T16:27:12.589Z] Step 10/22 : FROM scratch [2020-10-27T16:27:12.589Z] ---> [2020-10-27T16:27:12.589Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-27T16:27:12.863Z] ---> Running in 226522e3b736 [2020-10-27T16:27:12.863Z] Removing intermediate container afbe84597a15 [2020-10-27T16:27:12.863Z] ---> f929415878e8 [2020-10-27T16:27:12.863Z] Step 20/22 : LABEL arch=x86_64 [2020-10-27T16:27:13.172Z] ---> 23de445358d4 [2020-10-27T16:27:13.172Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-10-27T16:27:13.172Z] ---> Running in dab8f18bb295 [2020-10-27T16:27:13.172Z] Removing intermediate container 226522e3b736 [2020-10-27T16:27:13.172Z] ---> 80bc3ae97034 [2020-10-27T16:27:13.172Z] Step 12/22 : ENV APP_PORT=48082 [2020-10-27T16:27:13.801Z] ---> Running in 841cd1a7bc8a [2020-10-27T16:27:13.801Z] Removing intermediate container dab8f18bb295 [2020-10-27T16:27:13.801Z] ---> b65a8babacfa [2020-10-27T16:27:13.801Z] Step 21/22 : LABEL git_sha=5839a71b4bbbe111e98a5f129fc41db18caea77c [2020-10-27T16:27:13.801Z] ---> 7e1d0edd3de1 [2020-10-27T16:27:13.801Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-10-27T16:27:14.130Z] ---> Running in 5f742e050f80 [2020-10-27T16:27:14.460Z] ---> Running in a67568c9f206 [2020-10-27T16:27:14.460Z] Removing intermediate container 841cd1a7bc8a [2020-10-27T16:27:14.460Z] ---> 50120dffdd0e [2020-10-27T16:27:14.460Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-27T16:27:14.766Z] ---> Running in 1c1256584523 [2020-10-27T16:27:14.766Z] Removing intermediate container 5f742e050f80 [2020-10-27T16:27:14.766Z] ---> da8feab0dc2a [2020-10-27T16:27:14.766Z] Step 22/22 : LABEL version=1.2.2-dev.101 [2020-10-27T16:27:15.265Z] Removing intermediate container eb0924d98368 [2020-10-27T16:27:15.265Z] ---> a937204e218b [2020-10-27T16:27:15.265Z] Successfully built a937204e218b [2020-10-27T16:27:15.265Z] Successfully tagged ci-base-image-arm64:latest [2020-10-27T16:27:15.322Z] ---> Running in 2c3ef7d9bf7f [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:27:15.664Z] Removing intermediate container 1c1256584523 [2020-10-27T16:27:15.665Z] ---> 90ea1236c27c [2020-10-27T16:27:15.665Z] Step 14/22 : WORKDIR / [2020-10-27T16:27:15.665Z] ---> Running in 7f69896478fa [2020-10-27T16:27:15.665Z] Removing intermediate container 2c3ef7d9bf7f [2020-10-27T16:27:15.665Z] ---> efdf09142c1f [2020-10-27T16:27:15.665Z] [2020-10-27T16:27:15.674Z] + docker inspect -f . ci-base-image-arm64 [2020-10-27T16:27:15.674Z] . [Pipeline] withDockerContainer [2020-10-27T16:27:15.960Z] prd-ubuntu18.04-docker-arm64-4c-16g-9151 does not seem to be running inside a container [2020-10-27T16:27:16.051Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/217 -v /w/workspace/edgex-go/217:/w/workspace/edgex-go/217:rw,z -v /w/workspace/edgex-go/217@tmp:/w/workspace/edgex-go/217@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-27T16:27:17.209Z] Successfully built efdf09142c1f [2020-10-27T16:27:17.210Z] Successfully tagged docker-support-logging-go:latest [2020-10-27T16:27:17.210Z] Building docker-security-secretstore-setup-go [2020-10-27T16:27:17.817Z]  Building docker-support-logging-go ... done Removing intermediate container 7f69896478fa [2020-10-27T16:27:17.818Z] ---> bff46537991f [2020-10-27T16:27:17.818Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-10-27T16:27:17.962Z] $ docker top 7d6503f4879cf0ddcd0e151687fb20ed5db0d5157e14a511525e2a4687ee11b5 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-27T16:27:19.391Z] + go version [2020-10-27T16:27:19.392Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-10-27T16:27:19.420Z] $ docker stop --time=1 7d6503f4879cf0ddcd0e151687fb20ed5db0d5157e14a511525e2a4687ee11b5 [2020-10-27T16:27:21.307Z] $ docker rm -f 7d6503f4879cf0ddcd0e151687fb20ed5db0d5157e14a511525e2a4687ee11b5 [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] { [2020-10-27T16:27:22.238Z] ---> fedbba5674dc [2020-10-27T16:27:22.238Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-10-27T16:27:22.238Z] Removing intermediate container 7404e573eae4 [2020-10-27T16:27:22.238Z] ---> 4f33538ee479 [2020-10-27T16:27:22.238Z] [2020-10-27T16:27:22.238Z] Step 10/22 : FROM scratch [2020-10-27T16:27:22.238Z] ---> [2020-10-27T16:27:22.238Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-27T16:27:22.238Z] ---> Using cache [2020-10-27T16:27:22.238Z] ---> 80bc3ae97034 [2020-10-27T16:27:22.238Z] Step 12/22 : ENV APP_PORT=48081 [2020-10-27T16:27:22.238Z] Removing intermediate container a67568c9f206 [2020-10-27T16:27:22.238Z] ---> 532e14293415 [2020-10-27T16:27:22.238Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:27:22.559Z] ---> Running in bbf48ac7e857 [2020-10-27T16:27:22.630Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-27T16:27:22.901Z] [2020-10-27T16:27:22.901Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:27:23.301Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-27T16:27:23.572Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-10-27T16:27:23.572Z] 29e5d40040c1: Pulling fs layer [2020-10-27T16:27:23.572Z] 1ce36da41761: Pulling fs layer [2020-10-27T16:27:23.572Z] 25b303627fd3: Pulling fs layer [2020-10-27T16:27:23.851Z] 29e5d40040c1: Verifying Checksum [2020-10-27T16:27:23.851Z] 29e5d40040c1: Download complete [2020-10-27T16:27:24.127Z] 1ce36da41761: Verifying Checksum [2020-10-27T16:27:24.127Z] 1ce36da41761: Download complete [2020-10-27T16:27:24.402Z] 29e5d40040c1: Pull complete [2020-10-27T16:27:24.571Z] ---> 7e65b544c69a [2020-10-27T16:27:24.571Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-10-27T16:27:25.385Z] 1ce36da41761: Pull complete [2020-10-27T16:27:25.990Z] 25b303627fd3: Verifying Checksum [2020-10-27T16:27:25.990Z] 25b303627fd3: Download complete [2020-10-27T16:27:25.993Z] Removing intermediate container bbf48ac7e857 [2020-10-27T16:27:25.993Z] ---> f872ea89b4df [2020-10-27T16:27:25.993Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-27T16:27:26.964Z] ---> 8604cfaef112 [2020-10-27T16:27:26.964Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-27T16:27:27.582Z] ---> Running in 3a618384dd74 [2020-10-27T16:27:28.215Z] ---> c483ffa78f63 [2020-10-27T16:27:28.215Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-10-27T16:27:28.546Z] ---> Running in 02876a717518 [2020-10-27T16:27:28.815Z] Removing intermediate container 8122e93be172 [2020-10-27T16:27:28.815Z] ---> 468a4f737da8 [2020-10-27T16:27:28.815Z] [2020-10-27T16:27:28.815Z] Step 10/23 : FROM alpine [2020-10-27T16:27:28.815Z] ---> d6e46aa2470d [2020-10-27T16:27:28.815Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-27T16:27:28.815Z] ---> Running in 774a301965f3 [2020-10-27T16:27:29.088Z] Removing intermediate container 3a618384dd74 [2020-10-27T16:27:29.088Z] ---> 09b3c421a175 [2020-10-27T16:27:29.088Z] Step 14/22 : WORKDIR / [2020-10-27T16:27:29.088Z] ---> Running in d1eb7f6988be [2020-10-27T16:27:29.356Z] ---> Running in c3aa173f641a [2020-10-27T16:27:30.327Z] Removing intermediate container 774a301965f3 [2020-10-27T16:27:30.327Z] ---> 739eede06ddf [2020-10-27T16:27:30.327Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-27T16:27:31.318Z] ---> Running in f6b7216ff67b [2020-10-27T16:27:31.318Z] Removing intermediate container d1eb7f6988be [2020-10-27T16:27:31.318Z] ---> 10f4e26e3d33 [2020-10-27T16:27:31.318Z] Step 12/23 : ENV APP_PORT=48080 [2020-10-27T16:27:31.318Z] Removing intermediate container c3aa173f641a [2020-10-27T16:27:31.318Z] ---> 3245a3e83793 [2020-10-27T16:27:31.318Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-10-27T16:27:31.589Z] ---> Running in dddd35bd3c97 [2020-10-27T16:27:32.180Z] Removing intermediate container f6b7216ff67b [2020-10-27T16:27:32.180Z] ---> c6bf14c8f42d [2020-10-27T16:27:32.180Z] Step 20/22 : LABEL arch=x86_64 [2020-10-27T16:27:32.444Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-27T16:27:32.444Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-10-27T16:27:32.708Z] ---> 92312500d27b [2020-10-27T16:27:32.708Z] Step 3/26 : WORKDIR /edgex-go [2020-10-27T16:27:32.708Z] ---> Using cache [2020-10-27T16:27:32.708Z] ---> 563044f3d1b3 [2020-10-27T16:27:32.708Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-27T16:27:32.708Z] ---> Using cache [2020-10-27T16:27:32.708Z] ---> 7f058a1aecb3 [2020-10-27T16:27:32.708Z] Step 5/26 : RUN apk update && apk add make git [2020-10-27T16:27:32.708Z] ---> 16e6bad95519 [2020-10-27T16:27:32.708Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-10-27T16:27:33.305Z] Removing intermediate container dddd35bd3c97 [2020-10-27T16:27:33.305Z] ---> a1cc25993ae3 [2020-10-27T16:27:33.305Z] Step 13/23 : EXPOSE $APP_PORT [2020-10-27T16:27:33.584Z] ---> Running in aef189c654da [2020-10-27T16:27:33.584Z] ---> Running in 04a3adf596c6 [2020-10-27T16:27:33.584Z] Removing intermediate container 02876a717518 [2020-10-27T16:27:33.584Z] ---> ae7e02eebf47 [2020-10-27T16:27:33.584Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-10-27T16:27:33.584Z] ---> Running in 2f7115e6c2bf [2020-10-27T16:27:33.869Z] ---> Running in 289aebdafb61 [2020-10-27T16:27:34.140Z] Removing intermediate container aef189c654da [2020-10-27T16:27:34.140Z] ---> aa9b25b453ad [2020-10-27T16:27:34.140Z] Step 21/22 : LABEL git_sha=5839a71b4bbbe111e98a5f129fc41db18caea77c [2020-10-27T16:27:34.140Z] ---> 54b022fec2b0 [2020-10-27T16:27:34.140Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-10-27T16:27:34.459Z] Removing intermediate container 2f7115e6c2bf [2020-10-27T16:27:34.459Z] ---> e50ecff44492 [2020-10-27T16:27:34.459Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-27T16:27:34.459Z] ---> Running in cf2548a097d8 [2020-10-27T16:27:34.459Z] ---> Running in c9825f0dedac [2020-10-27T16:27:34.729Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-27T16:27:35.019Z] ---> 4ddf32577b06 [2020-10-27T16:27:35.019Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-10-27T16:27:35.019Z] Removing intermediate container cf2548a097d8 [2020-10-27T16:27:35.019Z] ---> 175725e9f5af [2020-10-27T16:27:35.019Z] Step 22/22 : LABEL version=1.2.2-dev.101 [2020-10-27T16:27:35.019Z] ---> Running in 77d8ec6be1e8 [2020-10-27T16:27:35.019Z] ---> Running in 1f7797614b33 [2020-10-27T16:27:35.640Z] Removing intermediate container 1f7797614b33 [2020-10-27T16:27:35.640Z] ---> e7d63f15b172 [2020-10-27T16:27:35.640Z] [2020-10-27T16:27:35.640Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-27T16:27:35.640Z] Removing intermediate container 77d8ec6be1e8 [2020-10-27T16:27:35.640Z] ---> 5eceea740877 [2020-10-27T16:27:35.640Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-27T16:27:35.640Z] ---> Running in e4adfccb15a3 [2020-10-27T16:27:35.913Z] Successfully built e7d63f15b172 [2020-10-27T16:27:36.135Z] 25b303627fd3: Pull complete [2020-10-27T16:27:36.135Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-10-27T16:27:36.135Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-27T16:27:36.135Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-10-27T16:27:36.204Z] Successfully tagged docker-core-command-go:latest [2020-10-27T16:27:36.204Z] Building docker-sys-mgmt-agent-go [2020-10-27T16:27:36.204Z]  Building docker-core-command-go ... done v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-27T16:27:36.204Z] v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-27T16:27:36.204Z] OK: 12752 distinct packages available [2020-10-27T16:27:36.407Z] prd-ubuntu18.04-docker-arm64-4c-16g-9151 does not seem to be running inside a container [2020-10-27T16:27:36.485Z] Removing intermediate container e4adfccb15a3 [2020-10-27T16:27:36.485Z] ---> 6579ee411151 [2020-10-27T16:27:36.485Z] Step 20/22 : LABEL arch=x86_64 [2020-10-27T16:27:36.485Z] Removing intermediate container 289aebdafb61 [2020-10-27T16:27:36.485Z] ---> 33bc5d03a67d [2020-10-27T16:27:36.485Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-10-27T16:27:36.485Z] ---> Running in a4776cbe1872 [2020-10-27T16:27:36.485Z] ---> Running in bde3698fa1c6 [2020-10-27T16:27:36.485Z] OK: 233 MiB in 51 packages [2020-10-27T16:27:36.489Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/217 -v /w/workspace/edgex-go/217:/w/workspace/edgex-go/217:rw,z -v /w/workspace/edgex-go/217@tmp:/w/workspace/edgex-go/217@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-27T16:27:37.105Z] Removing intermediate container c9825f0dedac [2020-10-27T16:27:37.105Z] ---> a72074e0e0cb [2020-10-27T16:27:37.105Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-10-27T16:27:37.397Z] Removing intermediate container bde3698fa1c6 [2020-10-27T16:27:37.397Z] ---> f31d9c41b935 [2020-10-27T16:27:37.397Z] Step 26/29 : CMD [ "generate" ] [2020-10-27T16:27:37.397Z] ---> Running in ca7bc957ae5a [2020-10-27T16:27:37.697Z] Removing intermediate container a4776cbe1872 [2020-10-27T16:27:37.697Z] ---> caa7f7c1f299 [2020-10-27T16:27:37.697Z] Step 21/22 : LABEL git_sha=5839a71b4bbbe111e98a5f129fc41db18caea77c [2020-10-27T16:27:37.697Z] ---> Running in a124b17e0a40 [2020-10-27T16:27:37.697Z] ---> Running in 1ca75c23a425 [2020-10-27T16:27:39.937Z] $ docker top f7b6a7d476b8e00face14807fe5f27425f3e41b553c2db8a52dcb0c1d26c48ba -eo pid,comm [2020-10-27T16:27:40.282Z] Removing intermediate container 1ca75c23a425 [2020-10-27T16:27:40.282Z] ---> a3086bf01b7b [2020-10-27T16:27:40.282Z] Step 22/22 : LABEL version=1.2.2-dev.101 [2020-10-27T16:27:40.282Z] Removing intermediate container a124b17e0a40 [2020-10-27T16:27:40.282Z] ---> 179b414c07b1 [2020-10-27T16:27:40.282Z] Step 27/29 : LABEL arch=x86_64 [2020-10-27T16:27:40.282Z] Removing intermediate container 04a3adf596c6 [2020-10-27T16:27:40.282Z] ---> 5a2594669ec3 [2020-10-27T16:27:40.282Z] Step 6/26 : COPY go.mod . [2020-10-27T16:27:40.282Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-27T16:27:40.282Z] ---> Running in 9955948eef48 [2020-10-27T16:27:40.282Z] ---> Running in 3f24d8a6b4a6 [Pipeline] { [Pipeline] sh [2020-10-27T16:27:40.876Z] Removing intermediate container 9955948eef48 [2020-10-27T16:27:40.876Z] ---> 835f9faad29f [2020-10-27T16:27:40.876Z] [2020-10-27T16:27:40.876Z] ---> 1d06d5865552 [2020-10-27T16:27:40.876Z] Step 7/26 : RUN go mod download [2020-10-27T16:27:40.876Z] Removing intermediate container 3f24d8a6b4a6 [2020-10-27T16:27:40.876Z] ---> df76d86a20dc [2020-10-27T16:27:40.876Z] Step 28/29 : LABEL git_sha=5839a71b4bbbe111e98a5f129fc41db18caea77c [2020-10-27T16:27:40.876Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-27T16:27:40.876Z] ---> Running in d32cb4ed483c [2020-10-27T16:27:40.876Z] ---> Running in 8507979ebc47 [2020-10-27T16:27:41.163Z] Successfully built 835f9faad29f [2020-10-27T16:27:41.163Z] Successfully tagged docker-core-metadata-go:latest [2020-10-27T16:27:41.163Z] Building docker-support-notifications-go [2020-10-27T16:27:41.422Z] + docker-compose build --help [2020-10-27T16:27:41.422Z] + grep parallel [2020-10-27T16:27:41.441Z]  Building docker-core-metadata-go ... done Removing intermediate container 8507979ebc47 [2020-10-27T16:27:41.441Z] ---> 836ecf459d34 [2020-10-27T16:27:41.441Z] Step 29/29 : LABEL version=1.2.2-dev.101 [2020-10-27T16:27:41.441Z] (1/5) Installing libgcc (9.3.0-r2) [2020-10-27T16:27:41.441Z] ---> Running in 6c0d72aeabd5 [2020-10-27T16:27:42.069Z] (2/5) Installing libsodium (1.0.18-r0) [2020-10-27T16:27:42.069Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-10-27T16:27:42.374Z] (4/5) Installing libzmq (4.3.3-r0) [2020-10-27T16:27:42.374Z] (5/5) Installing zeromq (4.3.3-r0) [2020-10-27T16:27:42.666Z] Executing busybox-1.31.1-r19.trigger [2020-10-27T16:27:42.666Z] OK: 8 MiB in 19 packages [2020-10-27T16:27:43.710Z] Removing intermediate container 6c0d72aeabd5 [2020-10-27T16:27:43.710Z] ---> 4624d5a42929 [2020-10-27T16:27:43.710Z] [2020-10-27T16:27:44.073Z] Successfully built 4624d5a42929 [2020-10-27T16:27:44.073Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-10-27T16:27:44.073Z] Building docker-support-scheduler-go [2020-10-27T16:27:44.796Z] --parallel Build images in parallel. [Pipeline] } [2020-10-27T16:27:44.819Z] $ docker stop --time=1 f7b6a7d476b8e00face14807fe5f27425f3e41b553c2db8a52dcb0c1d26c48ba [2020-10-27T16:27:46.297Z]  Building docker-security-secrets-setup-go ... done Removing intermediate container ca7bc957ae5a [2020-10-27T16:27:46.297Z] ---> 4684400509f4 [2020-10-27T16:27:46.297Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-10-27T16:27:46.650Z] $ docker rm -f f7b6a7d476b8e00face14807fe5f27425f3e41b553c2db8a52dcb0c1d26c48ba [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:27:47.416Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-27T16:27:47.416Z] . [Pipeline] withDockerContainer [2020-10-27T16:27:47.682Z] prd-ubuntu18.04-docker-arm64-4c-16g-9151 does not seem to be running inside a container [2020-10-27T16:27:47.766Z] $ 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/217 -v /w/workspace/edgex-go/217:/w/workspace/edgex-go/217:rw,z -v /w/workspace/edgex-go/217@tmp:/w/workspace/edgex-go/217@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-27T16:27:48.327Z] Removing intermediate container d32cb4ed483c [2020-10-27T16:27:48.327Z] ---> 455ee0d57902 [2020-10-27T16:27:48.327Z] Step 8/26 : COPY . . [2020-10-27T16:27:48.327Z] ---> 73f98043071c [2020-10-27T16:27:48.327Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-10-27T16:27:49.045Z] $ docker top f24a2451b8f66c3d2c937f02e10c3ab7fd5d71d7cb3ae3c0befb3c64a35f7f48 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-27T16:27:50.013Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-10-27T16:27:51.122Z] ---> 0840a0584982 [2020-10-27T16:27:51.122Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-10-27T16:27:52.623Z] ---> 490999058047 [2020-10-27T16:27:52.623Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-10-27T16:27:52.902Z] ---> Running in 61e40eaec7b6 [2020-10-27T16:27:54.414Z] Building docker-core-command-go ... [2020-10-27T16:27:54.414Z] Building docker-core-data-go ... [2020-10-27T16:27:54.414Z] Building docker-core-metadata-go ... [2020-10-27T16:27:54.414Z] Building docker-security-proxy-setup-go ... [2020-10-27T16:27:54.414Z] Building docker-security-secrets-setup-go ... [2020-10-27T16:27:54.414Z] Building docker-security-secretstore-setup-go ... [2020-10-27T16:27:54.414Z] Building docker-support-logging-go ... [2020-10-27T16:27:54.414Z] Building docker-support-notifications-go ... [2020-10-27T16:27:54.414Z] Building docker-support-scheduler-go ... [2020-10-27T16:27:54.414Z] Building docker-sys-mgmt-agent-go ... [2020-10-27T16:27:54.414Z] Building docker-core-command-go [2020-10-27T16:27:54.414Z] Building docker-support-scheduler-go [2020-10-27T16:27:54.414Z] Building docker-core-metadata-go [2020-10-27T16:27:54.414Z] Building docker-security-secrets-setup-go [2020-10-27T16:27:54.414Z] Building docker-support-logging-go [2020-10-27T16:27:54.799Z] Removing intermediate container 61e40eaec7b6 [2020-10-27T16:27:54.799Z] ---> 84cd9ce51c2c [2020-10-27T16:27:54.799Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-27T16:27:55.284Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-27T16:27:55.284Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-10-27T16:27:55.284Z] ---> 92312500d27b [2020-10-27T16:27:55.284Z] Step 3/27 : WORKDIR /edgex-go [2020-10-27T16:27:55.284Z] ---> Using cache [2020-10-27T16:27:55.284Z] ---> 563044f3d1b3 [2020-10-27T16:27:55.284Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-27T16:27:55.284Z] ---> Using cache [2020-10-27T16:27:55.284Z] ---> 7f058a1aecb3 [2020-10-27T16:27:55.284Z] Step 5/27 : RUN apk update && apk add make bash git [2020-10-27T16:27:56.441Z] ---> Running in 096a8dcf8884 [2020-10-27T16:27:57.085Z] ---> Running in 2041973926ce [2020-10-27T16:27:58.644Z] Removing intermediate container 096a8dcf8884 [2020-10-27T16:27:58.644Z] ---> d588129c2cee [2020-10-27T16:27:58.644Z] Step 21/23 : LABEL arch=x86_64 [2020-10-27T16:27:59.448Z] ---> Running in f49463dafba1 [2020-10-27T16:28:01.054Z] Removing intermediate container f49463dafba1 [2020-10-27T16:28:01.054Z] ---> 18c433bb8fed [2020-10-27T16:28:01.054Z] Step 22/23 : LABEL git_sha=5839a71b4bbbe111e98a5f129fc41db18caea77c [2020-10-27T16:28:02.109Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-27T16:28:02.109Z] ---> Running in 5f7cb29c9284 [2020-10-27T16:28:02.731Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-27T16:28:03.723Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-27T16:28:03.723Z] v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-27T16:28:03.723Z] OK: 12752 distinct packages available [2020-10-27T16:28:04.350Z] Removing intermediate container 5f7cb29c9284 [2020-10-27T16:28:04.350Z] ---> e71ba63decac [2020-10-27T16:28:04.350Z] Step 23/23 : LABEL version=1.2.2-dev.101 [2020-10-27T16:28:04.644Z] OK: 233 MiB in 51 packages [2020-10-27T16:28:06.804Z] ---> Running in 4d2f23874eb8 [2020-10-27T16:28:08.317Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-27T16:28:08.317Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-10-27T16:28:08.317Z] ---> 92312500d27b [2020-10-27T16:28:08.317Z] Step 3/24 : WORKDIR /edgex-go [2020-10-27T16:28:08.317Z] ---> Using cache [2020-10-27T16:28:08.317Z] ---> 563044f3d1b3 [2020-10-27T16:28:08.317Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-27T16:28:08.317Z] ---> Using cache [2020-10-27T16:28:08.317Z] ---> 7f058a1aecb3 [2020-10-27T16:28:08.317Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-10-27T16:28:08.931Z] Removing intermediate container 4d2f23874eb8 [2020-10-27T16:28:08.931Z] ---> 92173f1c110b [2020-10-27T16:28:08.931Z] [2020-10-27T16:28:09.553Z] ---> Running in 7b8ddf0f162a [2020-10-27T16:28:09.829Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-27T16:28:09.829Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-10-27T16:28:09.829Z] ---> 92312500d27b [2020-10-27T16:28:09.829Z] Step 3/21 : WORKDIR /edgex-go [2020-10-27T16:28:09.829Z] ---> Using cache [2020-10-27T16:28:09.829Z] ---> 563044f3d1b3 [2020-10-27T16:28:09.829Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-27T16:28:09.829Z] ---> Using cache [2020-10-27T16:28:09.829Z] ---> 7f058a1aecb3 [2020-10-27T16:28:09.829Z] Step 5/21 : RUN apk update && apk add make git [2020-10-27T16:28:09.829Z] ---> Using cache [2020-10-27T16:28:09.829Z] ---> 5a2594669ec3 [2020-10-27T16:28:09.829Z] Step 6/21 : COPY go.mod . [2020-10-27T16:28:09.829Z] ---> Using cache [2020-10-27T16:28:09.829Z] ---> 1d06d5865552 [2020-10-27T16:28:09.829Z] Step 7/21 : RUN go mod download [2020-10-27T16:28:09.829Z] ---> Using cache [2020-10-27T16:28:09.829Z] ---> 455ee0d57902 [2020-10-27T16:28:09.829Z] Step 8/21 : COPY . . [2020-10-27T16:28:09.829Z] Successfully built 92173f1c110b [2020-10-27T16:28:10.440Z] Successfully tagged docker-core-data-go:latest [2020-10-27T16:28:10.440Z]  Building docker-core-data-go ... done Building docker-security-proxy-setup-go [2020-10-27T16:28:10.440Z] Removing intermediate container 2041973926ce [2020-10-27T16:28:10.440Z] ---> 3492d66e2d46 [2020-10-27T16:28:10.440Z] Step 6/27 : COPY go.mod . [2020-10-27T16:28:11.441Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-27T16:28:12.149Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-27T16:28:12.902Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-27T16:28:12.902Z] v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-27T16:28:12.902Z] OK: 12752 distinct packages available [2020-10-27T16:28:13.978Z] OK: 233 MiB in 51 packages [2020-10-27T16:28:13.978Z] ---> 2d410c609cf6 [2020-10-27T16:28:13.978Z] Step 7/27 : RUN go mod download [2020-10-27T16:28:14.622Z] ---> Running in c2a42f041046 [2020-10-27T16:28:17.325Z] Removing intermediate container 7b8ddf0f162a [2020-10-27T16:28:17.325Z] ---> b87ef7486ae7 [2020-10-27T16:28:17.325Z] Step 6/24 : COPY go.mod . [2020-10-27T16:28:17.947Z] ---> 8a2ce3f86f7c [2020-10-27T16:28:17.947Z] Step 7/24 : RUN go mod download [2020-10-27T16:28:19.379Z] ---> Running in a357bb02dc5a [2020-10-27T16:28:22.320Z] Removing intermediate container c2a42f041046 [2020-10-27T16:28:22.320Z] ---> e818467eba8c [2020-10-27T16:28:22.320Z] Step 8/27 : COPY . . [2020-10-27T16:28:26.761Z] ---> ed817758a14a [2020-10-27T16:28:26.761Z] 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-27T16:28:29.554Z] ---> Running in f66d7801db42 [2020-10-27T16:28:29.554Z] Removing intermediate container a357bb02dc5a [2020-10-27T16:28:29.554Z] ---> b0df46eb34b2 [2020-10-27T16:28:29.554Z] Step 8/24 : COPY . . [2020-10-27T16:28:32.219Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-27T16:28:32.219Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-10-27T16:28:32.219Z] ---> 92312500d27b [2020-10-27T16:28:32.219Z] Step 3/20 : WORKDIR /edgex-go [2020-10-27T16:28:32.219Z] ---> Using cache [2020-10-27T16:28:32.219Z] ---> 563044f3d1b3 [2020-10-27T16:28:32.219Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-27T16:28:32.219Z] ---> Using cache [2020-10-27T16:28:32.219Z] ---> 7f058a1aecb3 [2020-10-27T16:28:32.219Z] Step 5/20 : RUN apk update && apk add make git [2020-10-27T16:28:32.219Z] ---> Using cache [2020-10-27T16:28:32.219Z] ---> 5a2594669ec3 [2020-10-27T16:28:32.219Z] Step 6/20 : COPY go.mod . [2020-10-27T16:28:32.219Z] ---> Using cache [2020-10-27T16:28:32.219Z] ---> 1d06d5865552 [2020-10-27T16:28:32.219Z] Step 7/20 : RUN go mod download [2020-10-27T16:28:32.219Z] ---> Using cache [2020-10-27T16:28:32.219Z] ---> 455ee0d57902 [2020-10-27T16:28:32.219Z] Step 8/20 : COPY . . [2020-10-27T16:28:32.219Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.101" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-10-27T16:28:32.219Z] ---> Using cache [2020-10-27T16:28:32.219Z] ---> ed817758a14a [2020-10-27T16:28:32.219Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-10-27T16:28:34.907Z] ---> Running in ad8505d732e3 [2020-10-27T16:28:37.839Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.101" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-10-27T16:28:46.606Z] ---> a6046931b936 [2020-10-27T16:28:46.606Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-10-27T16:28:48.474Z] ---> Running in 7e6c86704dbc [2020-10-27T16:28:50.975Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-27T16:28:50.975Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-10-27T16:28:50.975Z] ---> a937204e218b [2020-10-27T16:28:50.975Z] Step 3/21 : WORKDIR /edgex-go [2020-10-27T16:28:50.975Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-27T16:28:50.975Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-27T16:28:50.975Z] ---> a937204e218b [2020-10-27T16:28:50.975Z] Step 3/22 : WORKDIR /edgex-go [2020-10-27T16:28:50.975Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-27T16:28:50.975Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-27T16:28:50.975Z] ---> a937204e218b [2020-10-27T16:28:50.975Z] Step 3/22 : WORKDIR /edgex-go [2020-10-27T16:28:50.975Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-27T16:28:50.975Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-27T16:28:50.975Z] ---> a937204e218b [2020-10-27T16:28:50.975Z] Step 3/22 : WORKDIR /edgex-go [2020-10-27T16:28:50.975Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-27T16:28:50.975Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-10-27T16:28:50.975Z] ---> a937204e218b [2020-10-27T16:28:50.975Z] Step 3/29 : WORKDIR /edgex-go [2020-10-27T16:28:50.975Z] ---> Running in 5a5174e0439c [2020-10-27T16:28:50.975Z] ---> Running in 3b8ee5750ee6 [2020-10-27T16:28:50.975Z] ---> Running in 1a3aef975114 [2020-10-27T16:28:50.975Z] ---> Running in 95bcb2a4c6c5 [2020-10-27T16:28:50.975Z] ---> Running in 0bcaae90beae [2020-10-27T16:28:50.975Z] Removing intermediate container 3b8ee5750ee6 [2020-10-27T16:28:50.975Z] ---> abc9a9dcf656 [2020-10-27T16:28:50.975Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-27T16:28:50.975Z] Removing intermediate container 0bcaae90beae [2020-10-27T16:28:50.975Z] ---> 21f26f951bae [2020-10-27T16:28:50.975Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-27T16:28:50.975Z] ---> Running in 85004949c37a [2020-10-27T16:28:50.975Z] Removing intermediate container 1a3aef975114 [2020-10-27T16:28:50.975Z] ---> 73c3fc991292 [2020-10-27T16:28:50.975Z] Step 4/29 : RUN apk update && apk add make git [2020-10-27T16:28:50.975Z] Removing intermediate container 95bcb2a4c6c5 [2020-10-27T16:28:50.975Z] ---> 7ceb609cc413 [2020-10-27T16:28:50.975Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-27T16:28:50.975Z] Removing intermediate container 5a5174e0439c [2020-10-27T16:28:50.975Z] ---> 1aae4de0f416 [2020-10-27T16:28:50.975Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-27T16:28:50.975Z] ---> Running in da15bbfcc843 [2020-10-27T16:28:50.975Z] ---> Running in 626f4d0bb38a [2020-10-27T16:28:50.975Z] ---> Running in 9b4cab2947c8 [2020-10-27T16:28:50.975Z] ---> Running in a4186a2473f7 [2020-10-27T16:28:50.975Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-27T16:28:50.975Z] Removing intermediate container 85004949c37a [2020-10-27T16:28:50.975Z] ---> 4aa211160d45 [2020-10-27T16:28:50.975Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-10-27T16:28:50.975Z] ---> Running in a2f07f55c258 [2020-10-27T16:28:51.248Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.101" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-10-27T16:28:51.257Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-27T16:28:51.878Z] Removing intermediate container 626f4d0bb38a [2020-10-27T16:28:51.878Z] ---> 7cbaaa9f8dd6 [2020-10-27T16:28:51.878Z] Step 5/22 : RUN apk update && apk add make git [2020-10-27T16:28:51.878Z] Removing intermediate container da15bbfcc843 [2020-10-27T16:28:51.878Z] ---> 246852d5269f [2020-10-27T16:28:51.878Z] Step 5/22 : RUN apk update && apk add make git [2020-10-27T16:28:52.160Z] ---> Running in 50ff64b7e3c0 [2020-10-27T16:28:52.160Z] ---> Running in aa84f70699f7 [2020-10-27T16:28:52.160Z] Removing intermediate container a4186a2473f7 [2020-10-27T16:28:52.160Z] ---> 3d5f553fe423 [2020-10-27T16:28:52.160Z] Step 5/21 : RUN apk update && apk add make git [2020-10-27T16:28:52.160Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-27T16:28:52.160Z] v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-27T16:28:52.160Z] OK: 12623 distinct packages available [2020-10-27T16:28:52.440Z] ---> Running in ea3a10273c71 [2020-10-27T16:28:53.044Z] OK: 217 MiB in 51 packages [2020-10-27T16:28:53.666Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-27T16:28:54.266Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-27T16:28:54.547Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-27T16:28:54.827Z] Removing intermediate container 9b4cab2947c8 [2020-10-27T16:28:54.827Z] ---> 632568d10aec [2020-10-27T16:28:54.827Z] Step 5/29 : COPY go.mod . [2020-10-27T16:28:55.109Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-27T16:28:55.109Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-27T16:28:55.382Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-27T16:28:55.382Z] v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-27T16:28:55.382Z] OK: 12623 distinct packages available [2020-10-27T16:28:55.681Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-27T16:28:55.682Z] ---> 2b0bd87626bb [2020-10-27T16:28:55.682Z] Step 6/29 : RUN go mod download [2020-10-27T16:28:55.963Z] ---> Running in dbfb89cc6062 [2020-10-27T16:28:55.963Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-27T16:28:55.963Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-27T16:28:56.250Z] OK: 217 MiB in 51 packages [2020-10-27T16:28:56.855Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-27T16:28:56.855Z] v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-27T16:28:56.855Z] OK: 12623 distinct packages available [2020-10-27T16:28:56.855Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-27T16:28:56.855Z] v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-27T16:28:56.855Z] OK: 12623 distinct packages available [2020-10-27T16:28:57.133Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-27T16:28:57.133Z] v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-27T16:28:57.133Z] OK: 12623 distinct packages available [2020-10-27T16:28:57.133Z] OK: 217 MiB in 51 packages [2020-10-27T16:28:57.743Z] OK: 217 MiB in 51 packages [2020-10-27T16:28:57.744Z] OK: 217 MiB in 51 packages [2020-10-27T16:28:57.744Z] OK: 217 MiB in 51 packages [2020-10-27T16:28:59.218Z] Removing intermediate container a2f07f55c258 [2020-10-27T16:28:59.218Z] ---> c31a5367e237 [2020-10-27T16:28:59.218Z] Step 6/22 : COPY go.mod . [2020-10-27T16:28:59.505Z] Removing intermediate container aa84f70699f7 [2020-10-27T16:28:59.506Z] ---> 135f14952551 [2020-10-27T16:28:59.506Z] Step 6/22 : COPY go.mod . [2020-10-27T16:28:59.792Z] Removing intermediate container 50ff64b7e3c0 [2020-10-27T16:28:59.792Z] ---> f707074f834c [2020-10-27T16:28:59.792Z] Step 6/22 : COPY go.mod . [2020-10-27T16:29:00.082Z] Removing intermediate container ea3a10273c71 [2020-10-27T16:29:00.082Z] ---> 82d9e053f14b [2020-10-27T16:29:00.082Z] Step 6/21 : COPY go.mod . [2020-10-27T16:29:00.082Z] ---> 11e00c30d776 [2020-10-27T16:29:00.082Z] Step 7/22 : RUN go mod download [2020-10-27T16:29:00.368Z] Removing intermediate container dbfb89cc6062 [2020-10-27T16:29:00.368Z] ---> fbbc94df4502 [2020-10-27T16:29:00.368Z] Step 7/29 : COPY . . [2020-10-27T16:29:00.652Z] ---> Running in 497535697d9b [2020-10-27T16:29:01.256Z] ---> 4873e5de618c [2020-10-27T16:29:01.256Z] Step 7/22 : RUN go mod download [2020-10-27T16:29:01.256Z] ---> c079910b0104 [2020-10-27T16:29:01.256Z] Step 7/22 : RUN go mod download [2020-10-27T16:29:01.256Z] ---> e450606e2554 [2020-10-27T16:29:01.256Z] Step 7/21 : RUN go mod download [2020-10-27T16:29:01.256Z] ---> Running in b0d7e3bd9cd2 [2020-10-27T16:29:01.534Z] ---> Running in 2649aaa331f0 [2020-10-27T16:29:01.534Z] ---> Running in 44107f132c21 [2020-10-27T16:29:05.861Z] Removing intermediate container 497535697d9b [2020-10-27T16:29:05.861Z] ---> caa4d525db09 [2020-10-27T16:29:05.861Z] Step 8/22 : COPY . . [2020-10-27T16:29:06.468Z] Removing intermediate container b0d7e3bd9cd2 [2020-10-27T16:29:06.468Z] ---> dae9d338e9f6 [2020-10-27T16:29:06.468Z] Step 8/22 : COPY . . [2020-10-27T16:29:06.768Z] Removing intermediate container 44107f132c21 [2020-10-27T16:29:06.768Z] ---> 52f0b1ee0de2 [2020-10-27T16:29:06.768Z] Step 8/21 : COPY . . [2020-10-27T16:29:07.043Z] Removing intermediate container 2649aaa331f0 [2020-10-27T16:29:07.043Z] ---> 199546729e48 [2020-10-27T16:29:07.043Z] Step 8/22 : COPY . . [2020-10-27T16:29:07.392Z] ---> bd4449ba7089 [2020-10-27T16:29:07.392Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-10-27T16:29:07.392Z] ---> Running in 0935615f27f0 [2020-10-27T16:29:08.873Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.101" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-10-27T16:29:09.167Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.101" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-10-27T16:29:10.665Z] ---> 7cd707073cb8 [2020-10-27T16:29:10.665Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-10-27T16:29:11.021Z] ---> Running in a3281a7bee98 [2020-10-27T16:29:12.563Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.101" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-10-27T16:29:13.630Z] Removing intermediate container ad8505d732e3 [2020-10-27T16:29:13.630Z] ---> f6ff93ebc215 [2020-10-27T16:29:13.630Z] [2020-10-27T16:29:13.630Z] Step 10/20 : FROM alpine [2020-10-27T16:29:13.630Z] ---> d6e46aa2470d [2020-10-27T16:29:13.630Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-10-27T16:29:13.920Z] ---> Running in 6d14bc27302a [2020-10-27T16:29:15.984Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-27T16:29:15.984Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-27T16:29:15.984Z] v3.12.1-8-ge053f6efb7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-27T16:29:15.984Z] v3.12.1-5-g0954f48dc3 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-27T16:29:15.984Z] OK: 12744 distinct packages available [2020-10-27T16:29:16.274Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.101" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-10-27T16:29:16.550Z] (1/4) Installing ca-certificates (20191127-r4) [2020-10-27T16:29:16.550Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-10-27T16:29:16.550Z] (3/4) Installing libcurl (7.69.1-r1) [2020-10-27T16:29:16.550Z] (4/4) Installing curl (7.69.1-r1) [2020-10-27T16:29:16.550Z] Executing busybox-1.31.1-r19.trigger [2020-10-27T16:29:16.550Z] Executing ca-certificates-20191127-r4.trigger [2020-10-27T16:29:16.872Z] OK: 7 MiB in 18 packages [2020-10-27T16:29:19.484Z] ---> aab17074feea [2020-10-27T16:29:19.484Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-10-27T16:29:19.484Z] ---> Running in 841b484c3b97 [2020-10-27T16:29:19.484Z] ---> cdee730f45f5 [2020-10-27T16:29:19.484Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-10-27T16:29:19.484Z] ---> cefeb8fc4b65 [2020-10-27T16:29:19.484Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-10-27T16:29:19.484Z] ---> 58dacb156d40 [2020-10-27T16:29:19.484Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-10-27T16:29:19.484Z] ---> Running in 77a818f4fbd3 [2020-10-27T16:29:19.484Z] ---> Running in 33c963dd5e9b [2020-10-27T16:29:19.484Z] ---> 03c367d4d03d [2020-10-27T16:29:19.484Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-10-27T16:29:19.484Z] ---> Running in 171316ddc655 [2020-10-27T16:29:19.484Z] ---> Running in c8da9d7bce5b [2020-10-27T16:29:20.773Z] Removing intermediate container 6d14bc27302a [2020-10-27T16:29:20.773Z] ---> 3c2fc1ac2950 [2020-10-27T16:29:20.773Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-27T16:29:20.773Z] ---> Running in a5fd9b53453c [2020-10-27T16:29:20.948Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.101" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-10-27T16:29:21.080Z] Removing intermediate container a5fd9b53453c [2020-10-27T16:29:21.081Z] ---> 1e1fe672155b [2020-10-27T16:29:21.081Z] Step 13/20 : WORKDIR /edgex [2020-10-27T16:29:21.367Z] ---> Running in 1d2e7eff2be0 [2020-10-27T16:29:21.645Z] Removing intermediate container 1d2e7eff2be0 [2020-10-27T16:29:21.645Z] ---> 1fdf5d30b3e2 [2020-10-27T16:29:21.645Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-10-27T16:29:21.948Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.101" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-10-27T16:29:22.224Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.101" -o cmd/core-command/core-command ./cmd/core-command [2020-10-27T16:29:22.503Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.101" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-10-27T16:29:22.503Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.101" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-10-27T16:29:22.717Z] ---> 1755510b3d29 [2020-10-27T16:29:22.717Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-10-27T16:29:24.951Z] ---> 1043787fe96f [2020-10-27T16:29:24.951Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-10-27T16:29:24.951Z] ---> Running in b175509c0287 [2020-10-27T16:29:25.722Z] Removing intermediate container b175509c0287 [2020-10-27T16:29:25.722Z] ---> 700e69d4f68e [2020-10-27T16:29:25.722Z] Step 17/20 : CMD ["--init=true"] [2020-10-27T16:29:26.633Z] ---> Running in d5b2b390e664 [2020-10-27T16:29:27.004Z] Removing intermediate container f66d7801db42 [2020-10-27T16:29:27.004Z] ---> b2ceb2ca4e28 [2020-10-27T16:29:27.004Z] [2020-10-27T16:29:27.004Z] Step 10/26 : FROM alpine:3.10 [2020-10-27T16:29:27.364Z] Removing intermediate container d5b2b390e664 [2020-10-27T16:29:27.364Z] ---> 1514b2cf6a42 [2020-10-27T16:29:27.364Z] Step 18/20 : LABEL arch=x86_64 [2020-10-27T16:29:27.364Z] ---> Running in e230ba5b3c1b [2020-10-27T16:29:27.691Z] Removing intermediate container e230ba5b3c1b [2020-10-27T16:29:27.691Z] ---> fc3871168db6 [2020-10-27T16:29:27.691Z] Step 19/20 : LABEL git_sha=5839a71b4bbbe111e98a5f129fc41db18caea77c [2020-10-27T16:29:27.981Z] 3.10: Pulling from library/alpine [2020-10-27T16:29:27.981Z] ---> Running in 926f9251c4be [2020-10-27T16:29:28.649Z] Removing intermediate container 926f9251c4be [2020-10-27T16:29:28.649Z] ---> 3fc23875c6bb [2020-10-27T16:29:28.649Z] Step 20/20 : LABEL version=1.2.2-dev.101 [2020-10-27T16:29:28.958Z] ---> Running in 01733138986a [2020-10-27T16:29:29.756Z] Removing intermediate container 01733138986a [2020-10-27T16:29:29.756Z] ---> b0642a89db33 [2020-10-27T16:29:29.756Z] [2020-10-27T16:29:29.756Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-10-27T16:29:30.070Z] Status: Downloaded newer image for alpine:3.10 [2020-10-27T16:29:30.071Z] ---> be4e4bea2c2e [2020-10-27T16:29:30.071Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-10-27T16:29:30.401Z] Successfully built b0642a89db33 [2020-10-27T16:29:31.142Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-10-27T16:29:31.142Z]  Building docker-security-proxy-setup-go ... done  ---> Running in e7a7d44b6322 [2020-10-27T16:29:34.012Z] Removing intermediate container 7e6c86704dbc [2020-10-27T16:29:34.012Z] ---> 0d12c8ae6c79 [2020-10-27T16:29:34.012Z] [2020-10-27T16:29:34.012Z] Step 10/21 : FROM scratch [2020-10-27T16:29:34.012Z] ---> [2020-10-27T16:29:34.012Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-27T16:29:34.012Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-10-27T16:29:34.910Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-10-27T16:29:35.183Z] v3.10.5-127-ga687d2589a [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-10-27T16:29:35.183Z] v3.10.5-136-gb80983a48b [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-10-27T16:29:35.183Z] OK: 10346 distinct packages available [2020-10-27T16:29:35.183Z] ---> Using cache [2020-10-27T16:29:35.183Z] ---> 80bc3ae97034 [2020-10-27T16:29:35.183Z] Step 12/21 : ENV APP_PORT=48085 [2020-10-27T16:29:35.572Z] (1/5) Installing ca-certificates (20191127-r2) [2020-10-27T16:29:35.572Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-10-27T16:29:35.864Z] (3/5) Installing libcurl (7.66.0-r1) [2020-10-27T16:29:35.864Z] (4/5) Installing curl (7.66.0-r1) [2020-10-27T16:29:36.254Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-10-27T16:29:36.254Z] ---> Running in c218e192c96f [2020-10-27T16:29:36.254Z] Executing busybox-1.30.1-r3.trigger [2020-10-27T16:29:36.254Z] Executing ca-certificates-20191127-r2.trigger [2020-10-27T16:29:36.254Z] OK: 7 MiB in 19 packages [2020-10-27T16:29:36.958Z] Removing intermediate container c218e192c96f [2020-10-27T16:29:36.958Z] ---> 53eab4c64d38 [2020-10-27T16:29:36.958Z] Step 13/21 : EXPOSE $APP_PORT [2020-10-27T16:29:36.958Z] ---> Running in ce42e9fa70c3 [2020-10-27T16:29:37.260Z] Removing intermediate container ce42e9fa70c3 [2020-10-27T16:29:37.260Z] ---> e78cf1f0ffea [2020-10-27T16:29:37.260Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-10-27T16:29:37.897Z] Removing intermediate container e7a7d44b6322 [2020-10-27T16:29:37.897Z] ---> babd7535fc78 [2020-10-27T16:29:37.897Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-27T16:29:38.201Z] ---> cfa903701b01 [2020-10-27T16:29:38.201Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-10-27T16:29:38.201Z] ---> Running in 7adafae854b5 [2020-10-27T16:29:38.823Z] Removing intermediate container 7adafae854b5 [2020-10-27T16:29:38.823Z] ---> 69870d9a48f5 [2020-10-27T16:29:38.823Z] Step 13/26 : WORKDIR / [2020-10-27T16:29:39.118Z] ---> Running in e7b4c887723e [2020-10-27T16:29:39.118Z] ---> 2581f91ed1ec [2020-10-27T16:29:39.118Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-10-27T16:29:39.405Z] Removing intermediate container e7b4c887723e [2020-10-27T16:29:39.405Z] ---> a96c77d9144f [2020-10-27T16:29:39.405Z] 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-27T16:29:40.034Z] ---> 7171d6fbee2e [2020-10-27T16:29:40.034Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-10-27T16:29:40.034Z] ---> Running in 75e24d19728e [2020-10-27T16:29:40.341Z] ---> ad575bc115f1 [2020-10-27T16:29:40.341Z] 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-27T16:29:40.341Z] Removing intermediate container 75e24d19728e [2020-10-27T16:29:40.341Z] ---> 0ae3e4c3f92a [2020-10-27T16:29:40.341Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-27T16:29:40.619Z] ---> Running in 5539b624c0fc [2020-10-27T16:29:40.896Z] ---> e506b2ea1eda [2020-10-27T16:29:40.896Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-10-27T16:29:40.896Z] Removing intermediate container 5539b624c0fc [2020-10-27T16:29:40.896Z] ---> fa09ea045feb [2020-10-27T16:29:40.896Z] Step 19/21 : LABEL arch=x86_64 [2020-10-27T16:29:41.189Z] ---> Running in 914dc9f72e53 [2020-10-27T16:29:42.653Z] ---> 77bb5773b2ab [2020-10-27T16:29:42.653Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-10-27T16:29:42.653Z] Removing intermediate container 914dc9f72e53 [2020-10-27T16:29:42.653Z] ---> a698d8a9ba52 [2020-10-27T16:29:42.653Z] Step 20/21 : LABEL git_sha=5839a71b4bbbe111e98a5f129fc41db18caea77c [2020-10-27T16:29:42.653Z] ---> Running in 8b8c8e4bda9d [2020-10-27T16:29:43.357Z] Removing intermediate container 0935615f27f0 [2020-10-27T16:29:43.357Z] ---> 2cc7f8696f25 [2020-10-27T16:29:43.357Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-10-27T16:29:43.676Z] ---> Running in 46ac07711b48 [2020-10-27T16:29:43.676Z] ---> 539bd45ca7ff [2020-10-27T16:29:43.676Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-10-27T16:29:43.676Z] Removing intermediate container 8b8c8e4bda9d [2020-10-27T16:29:43.676Z] ---> 9639d19758d0 [2020-10-27T16:29:43.676Z] Step 21/21 : LABEL version=1.2.2-dev.101 [2020-10-27T16:29:43.983Z] ---> Running in 646d8a8c9bae [2020-10-27T16:29:44.410Z] Removing intermediate container 646d8a8c9bae [2020-10-27T16:29:44.410Z] ---> e8805e4b6af1 [2020-10-27T16:29:44.410Z] [2020-10-27T16:29:44.675Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.101" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-10-27T16:29:45.287Z] ---> 7af2a896b69c [2020-10-27T16:29:45.287Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-10-27T16:29:45.287Z] Successfully built e8805e4b6af1 [2020-10-27T16:29:45.648Z] Successfully tagged docker-support-scheduler-go:latest [2020-10-27T16:29:47.095Z]  Building docker-support-scheduler-go ... done Removing intermediate container a3281a7bee98 [2020-10-27T16:29:47.095Z] ---> 37ad87e65ecd [2020-10-27T16:29:47.095Z] [2020-10-27T16:29:47.095Z] Step 10/24 : FROM scratch [2020-10-27T16:29:47.095Z] ---> [2020-10-27T16:29:47.095Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-27T16:29:47.095Z] ---> 6753c7dd1c3c [2020-10-27T16:29:47.095Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-10-27T16:29:47.095Z] ---> Using cache [2020-10-27T16:29:47.095Z] ---> de25fbc679e5 [2020-10-27T16:29:47.095Z] Step 12/24 : ENV APP_PORT=48060 [2020-10-27T16:29:47.095Z] ---> Running in ca640afb900e [2020-10-27T16:29:47.791Z] Removing intermediate container ca640afb900e [2020-10-27T16:29:47.791Z] ---> 9d3c70c762b7 [2020-10-27T16:29:47.791Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-27T16:29:47.791Z] Removing intermediate container 46ac07711b48 [2020-10-27T16:29:47.791Z] ---> 9034556f2756 [2020-10-27T16:29:47.791Z] [2020-10-27T16:29:47.791Z] Step 11/27 : FROM docker:latest [2020-10-27T16:29:47.791Z] ---> 6972c414f322 [2020-10-27T16:29:47.791Z] Step 12/27 : RUN apk add --no-cache bash [2020-10-27T16:29:47.791Z] ---> Running in 6e36da80ff2a [2020-10-27T16:29:48.103Z] ---> Running in 50a154754d9e [2020-10-27T16:29:48.103Z] ---> a55273a6ef37 [2020-10-27T16:29:48.103Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-10-27T16:29:48.103Z] Removing intermediate container 6e36da80ff2a [2020-10-27T16:29:48.103Z] ---> 7eb214ea4051 [2020-10-27T16:29:48.103Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-10-27T16:29:48.754Z] ---> 16447d4472b8 [2020-10-27T16:29:48.754Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-10-27T16:29:48.754Z] ---> 36627972d7e0 [2020-10-27T16:29:48.754Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-27T16:29:48.754Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-27T16:29:48.754Z] ---> Running in 16c4e3cecb83 [2020-10-27T16:29:49.068Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-27T16:29:49.380Z] (1/2) Installing readline (8.0.4-r0) [2020-10-27T16:29:49.380Z] (2/2) Installing bash (5.0.17-r0) [2020-10-27T16:29:49.380Z] Executing bash-5.0.17-r0.post-install [2020-10-27T16:29:49.380Z] Executing busybox-1.31.1-r19.trigger [2020-10-27T16:29:49.380Z] OK: 12 MiB in 22 packages [2020-10-27T16:29:50.891Z] ---> 26f804b5102a [2020-10-27T16:29:50.891Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-10-27T16:29:51.222Z] Removing intermediate container 50a154754d9e [2020-10-27T16:29:51.222Z] ---> 8a9384732a7b [2020-10-27T16:29:51.222Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-10-27T16:29:51.222Z] Removing intermediate container 16c4e3cecb83 [2020-10-27T16:29:51.222Z] ---> 416ba6f64a4b [2020-10-27T16:29:51.222Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-10-27T16:29:51.521Z] ---> Running in 664f96343bb6 [2020-10-27T16:29:51.521Z] ---> Running in 7ba9bd590a60 [2020-10-27T16:29:51.818Z] ---> 9c41e25bf188 [2020-10-27T16:29:51.818Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-10-27T16:29:52.161Z] Removing intermediate container 7ba9bd590a60 [2020-10-27T16:29:52.162Z] ---> c8162882f5a8 [2020-10-27T16:29:52.162Z] Step 24/26 : LABEL arch=x86_64 [2020-10-27T16:29:52.162Z] ---> Running in 0d931190e06c [2020-10-27T16:29:52.564Z] ---> bd8160a1e7da [2020-10-27T16:29:52.564Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-10-27T16:29:52.564Z] Removing intermediate container 0d931190e06c [2020-10-27T16:29:52.564Z] ---> 60b98d5f6421 [2020-10-27T16:29:52.564Z] Step 25/26 : LABEL git_sha=5839a71b4bbbe111e98a5f129fc41db18caea77c [2020-10-27T16:29:52.564Z] ---> Running in 2e0284f93c82 [2020-10-27T16:29:53.248Z] Removing intermediate container 2e0284f93c82 [2020-10-27T16:29:53.248Z] ---> d813e2245609 [2020-10-27T16:29:53.248Z] Step 26/26 : LABEL version=1.2.2-dev.101 [2020-10-27T16:29:53.248Z] ---> Running in 3a5ade4d6d3c [2020-10-27T16:29:53.514Z] Removing intermediate container 664f96343bb6 [2020-10-27T16:29:53.514Z] ---> 17f3ba78a546 [2020-10-27T16:29:53.514Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-10-27T16:29:53.514Z] ---> 901f784a476b [2020-10-27T16:29:53.514Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-10-27T16:29:54.095Z] Removing intermediate container 3a5ade4d6d3c [2020-10-27T16:29:54.095Z] ---> 1534bc4b32d1 [2020-10-27T16:29:54.095Z] [2020-10-27T16:29:54.369Z] ---> Running in f1b0c5a5871d [2020-10-27T16:29:54.369Z] ---> e53118d9e7f2 [2020-10-27T16:29:54.369Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-10-27T16:29:54.369Z] ---> Running in 4acd6f9d9df9 [2020-10-27T16:29:54.642Z] Successfully built 1534bc4b32d1 [2020-10-27T16:29:54.642Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-10-27T16:29:54.642Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container f1b0c5a5871d [2020-10-27T16:29:54.642Z] ---> e2d136c90ae8 [2020-10-27T16:29:54.642Z] Step 15/27 : ENV APP_PORT=48090 [2020-10-27T16:29:54.642Z] ---> Running in c2b75f1a60b8 [2020-10-27T16:29:54.642Z] Removing intermediate container 4acd6f9d9df9 [2020-10-27T16:29:54.642Z] ---> 219844eea25c [2020-10-27T16:29:54.642Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-27T16:29:54.908Z] ---> Running in aed3538e7f01 [2020-10-27T16:29:54.908Z] Removing intermediate container c2b75f1a60b8 [2020-10-27T16:29:54.908Z] ---> 2098665279d3 [2020-10-27T16:29:54.908Z] Step 16/27 : EXPOSE $APP_PORT [2020-10-27T16:29:54.908Z] ---> Running in 5dfb673d4239 [2020-10-27T16:29:55.224Z] Removing intermediate container aed3538e7f01 [2020-10-27T16:29:55.224Z] ---> 45b295ec15e2 [2020-10-27T16:29:55.224Z] Step 22/24 : LABEL arch=x86_64 [2020-10-27T16:29:55.224Z] ---> Running in 68ce856e47e5 [2020-10-27T16:29:55.224Z] Removing intermediate container 5dfb673d4239 [2020-10-27T16:29:55.224Z] ---> 0ce3521d0e38 [2020-10-27T16:29:55.224Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-10-27T16:29:55.518Z] Removing intermediate container 68ce856e47e5 [2020-10-27T16:29:55.518Z] ---> 60fcdf3cc3d5 [2020-10-27T16:29:55.518Z] Step 23/24 : LABEL git_sha=5839a71b4bbbe111e98a5f129fc41db18caea77c [2020-10-27T16:29:55.518Z] ---> Running in 4d26ba4991f1 [2020-10-27T16:29:56.111Z] ---> 5465cc232864 [2020-10-27T16:29:56.111Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-10-27T16:29:56.111Z] Removing intermediate container 4d26ba4991f1 [2020-10-27T16:29:56.111Z] ---> d9aec06b2130 [2020-10-27T16:29:56.111Z] Step 24/24 : LABEL version=1.2.2-dev.101 [2020-10-27T16:29:56.111Z] ---> Running in c246dd4bd000 [2020-10-27T16:29:56.391Z] Removing intermediate container c246dd4bd000 [2020-10-27T16:29:56.391Z] ---> 48a67cfb7d5a [2020-10-27T16:29:56.391Z] [2020-10-27T16:29:56.391Z] Successfully built 48a67cfb7d5a [2020-10-27T16:29:56.391Z] Successfully tagged docker-support-notifications-go:latest [2020-10-27T16:29:56.391Z]  Building docker-support-notifications-go ... done  ---> 1ebd4c326f3c [2020-10-27T16:29:56.391Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-10-27T16:29:57.409Z] ---> a9d0bbeccbf6 [2020-10-27T16:29:57.409Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-10-27T16:29:57.409Z] ---> Running in d77e824a605b [2020-10-27T16:29:58.046Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-27T16:29:58.046Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-27T16:29:58.353Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-10-27T16:29:58.353Z] (2/33) Installing expat (2.2.9-r1) [2020-10-27T16:29:58.353Z] (3/33) Installing libffi (3.3-r2) [2020-10-27T16:29:58.353Z] (4/33) Installing gdbm (1.13-r1) [2020-10-27T16:29:58.353Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-10-27T16:29:58.353Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-10-27T16:29:58.353Z] (7/33) Installing python3 (3.8.5-r0) [2020-10-27T16:29:59.791Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-10-27T16:29:59.791Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-10-27T16:29:59.791Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-10-27T16:29:59.791Z] (11/33) Installing py3-six (1.15.0-r0) [2020-10-27T16:29:59.791Z] (12/33) Installing py3-packaging (20.4-r0) [2020-10-27T16:29:59.791Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-10-27T16:30:00.066Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-10-27T16:30:00.066Z] (15/33) Installing py3-idna (2.9-r0) [2020-10-27T16:30:00.066Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-10-27T16:30:00.066Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-10-27T16:30:00.066Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-10-27T16:30:00.066Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-10-27T16:30:00.066Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-10-27T16:30:00.066Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-10-27T16:30:00.345Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-10-27T16:30:00.345Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-10-27T16:30:00.345Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-10-27T16:30:00.345Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-10-27T16:30:00.345Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-10-27T16:30:00.345Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-10-27T16:30:00.345Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-10-27T16:30:00.345Z] (29/33) Installing py3-progress (1.5-r0) [2020-10-27T16:30:00.345Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-10-27T16:30:00.643Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-10-27T16:30:00.643Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-10-27T16:30:00.643Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-10-27T16:30:00.643Z] Executing busybox-1.31.1-r19.trigger [2020-10-27T16:30:00.643Z] OK: 71 MiB in 55 packages [2020-10-27T16:30:13.396Z] Removing intermediate container d77e824a605b [2020-10-27T16:30:13.396Z] ---> 2eec2802cbee [2020-10-27T16:30:13.396Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-10-27T16:30:13.396Z] ---> Running in 9a3278e46eec [2020-10-27T16:30:13.688Z] Collecting docker-compose==1.23.2 [2020-10-27T16:30:13.688Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-10-27T16:30:13.957Z] Collecting websocket-client<1.0,>=0.32.0 [2020-10-27T16:30:13.957Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-10-27T16:30:14.226Z] Collecting docker<4.0,>=3.6.0 [2020-10-27T16:30:14.226Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-10-27T16:30:14.531Z] Collecting jsonschema<3,>=2.5.1 [2020-10-27T16:30:14.531Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-10-27T16:30:14.799Z] Collecting PyYAML<4,>=3.10 [2020-10-27T16:30:14.799Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-10-27T16:30:16.320Z] Collecting dockerpty<0.5,>=0.4.1 [2020-10-27T16:30:16.320Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-10-27T16:30:16.586Z] 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-27T16:30:16.586Z] Collecting texttable<0.10,>=0.9.0 [2020-10-27T16:30:16.586Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-10-27T16:30:17.168Z] Collecting cached-property<2,>=1.2.0 [2020-10-27T16:30:17.168Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-10-27T16:30:17.433Z] Collecting docopt<0.7,>=0.6.1 [2020-10-27T16:30:17.433Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-10-27T16:30:18.408Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-10-27T16:30:18.408Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-10-27T16:30:18.408Z] Collecting docker-pycreds>=0.4.0 [2020-10-27T16:30:18.408Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-10-27T16:30:18.675Z] Collecting idna<2.8,>=2.5 [2020-10-27T16:30:18.675Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-10-27T16:30:18.675Z] Collecting urllib3<1.25,>=1.21.1 [2020-10-27T16:30:18.675Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-10-27T16:30:18.961Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2020-10-27T16:30:18.961Z] 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-27T16:30:18.961Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-10-27T16:30:18.961Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-10-27T16:30:18.961Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-10-27T16:30:18.961Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-10-27T16:30:18.961Z] Installing collected packages: websocket-client, docker-pycreds, idna, urllib3, requests, docker, jsonschema, PyYAML, dockerpty, texttable, cached-property, docopt, docker-compose [2020-10-27T16:30:19.231Z] Attempting uninstall: idna [2020-10-27T16:30:19.231Z] Found existing installation: idna 2.9 [2020-10-27T16:30:19.231Z] Uninstalling idna-2.9: [2020-10-27T16:30:19.231Z] Successfully uninstalled idna-2.9 [2020-10-27T16:30:19.500Z] Attempting uninstall: urllib3 [2020-10-27T16:30:19.500Z] Found existing installation: urllib3 1.25.9 [2020-10-27T16:30:19.500Z] Uninstalling urllib3-1.25.9: [2020-10-27T16:30:19.500Z] Successfully uninstalled urllib3-1.25.9 [2020-10-27T16:30:19.805Z] Attempting uninstall: requests [2020-10-27T16:30:19.805Z] Found existing installation: requests 2.23.0 [2020-10-27T16:30:19.805Z] Uninstalling requests-2.23.0: [2020-10-27T16:30:19.805Z] Successfully uninstalled requests-2.23.0 [2020-10-27T16:30:20.455Z] Running setup.py install for PyYAML: started [2020-10-27T16:30:21.061Z] Running setup.py install for PyYAML: finished with status 'done' [2020-10-27T16:30:21.062Z] Running setup.py install for dockerpty: started [2020-10-27T16:30:21.673Z] Running setup.py install for dockerpty: finished with status 'done' [2020-10-27T16:30:21.673Z] Running setup.py install for texttable: started [2020-10-27T16:30:22.572Z] Running setup.py install for texttable: finished with status 'done' [2020-10-27T16:30:22.572Z] Running setup.py install for docopt: started [2020-10-27T16:30:23.401Z] Running setup.py install for docopt: finished with status 'done' [2020-10-27T16:30:24.150Z] 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-27T16:30:27.673Z] Removing intermediate container 9a3278e46eec [2020-10-27T16:30:27.673Z] ---> 68b2de3c314d [2020-10-27T16:30:27.673Z] Step 22/27 : RUN apk --no-cache add curl [2020-10-27T16:30:27.673Z] ---> Running in b5c17f32502d [2020-10-27T16:30:28.266Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-27T16:30:28.542Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-27T16:30:28.814Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-10-27T16:30:28.814Z] (2/3) Installing libcurl (7.69.1-r1) [2020-10-27T16:30:28.814Z] (3/3) Installing curl (7.69.1-r1) [2020-10-27T16:30:28.814Z] Executing busybox-1.31.1-r19.trigger [2020-10-27T16:30:28.814Z] OK: 72 MiB in 58 packages [2020-10-27T16:30:29.463Z] Removing intermediate container b5c17f32502d [2020-10-27T16:30:29.463Z] ---> e22fde6a3238 [2020-10-27T16:30:29.463Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-10-27T16:30:29.733Z] ---> Running in ec10caf1e530 [2020-10-27T16:30:30.026Z] Removing intermediate container ec10caf1e530 [2020-10-27T16:30:30.026Z] ---> c059394e6161 [2020-10-27T16:30:30.026Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-27T16:30:30.026Z] ---> Running in 96d32c6dc924 [2020-10-27T16:30:30.301Z] Removing intermediate container 96d32c6dc924 [2020-10-27T16:30:30.301Z] ---> a087729a31bd [2020-10-27T16:30:30.301Z] Step 25/27 : LABEL arch=x86_64 [2020-10-27T16:30:30.301Z] ---> Running in 08dec72fd286 [2020-10-27T16:30:30.590Z] Removing intermediate container 08dec72fd286 [2020-10-27T16:30:30.590Z] ---> 527cb6f342eb [2020-10-27T16:30:30.590Z] Step 26/27 : LABEL git_sha=5839a71b4bbbe111e98a5f129fc41db18caea77c [2020-10-27T16:30:30.590Z] ---> Running in 73eff570a780 [2020-10-27T16:30:30.857Z] Removing intermediate container 73eff570a780 [2020-10-27T16:30:30.857Z] ---> 64375df1e513 [2020-10-27T16:30:30.857Z] Step 27/27 : LABEL version=1.2.2-dev.101 [2020-10-27T16:30:31.146Z] ---> Running in 6d891084a7df [2020-10-27T16:30:31.449Z] Removing intermediate container 6d891084a7df [2020-10-27T16:30:31.449Z] ---> de73e31f5313 [2020-10-27T16:30:31.449Z] [2020-10-27T16:30:31.723Z] Successfully built de73e31f5313 [2020-10-27T16:30:32.314Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-10-27T16:30:32.589Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-10-27T16:30:32.652Z] $ docker stop --time=1 65dddaee0e61caef1a936a654f3794b7aa474f201e5759ec8979cc79e0410b7f [2020-10-27T16:30:34.722Z] $ docker rm -f 65dddaee0e61caef1a936a654f3794b7aa474f201e5759ec8979cc79e0410b7f [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-27T16:30:35.371Z] + docker images [2020-10-27T16:30:35.371Z] + grep docker [2020-10-27T16:30:35.664Z] docker-sys-mgmt-agent-go latest de73e31f5313 4 seconds ago 290MB [2020-10-27T16:30:35.664Z] docker-support-notifications-go latest 48a67cfb7d5a 39 seconds ago 13.6MB [2020-10-27T16:30:35.664Z] docker-security-secretstore-setup-go latest 1534bc4b32d1 42 seconds ago 32.4MB [2020-10-27T16:30:35.664Z] docker-support-scheduler-go latest e8805e4b6af1 51 seconds ago 12.3MB [2020-10-27T16:30:35.664Z] docker-security-proxy-setup-go latest b0642a89db33 About a minute ago 15.8MB [2020-10-27T16:30:35.664Z] docker-core-data-go latest 92173f1c110b 2 minutes ago 23.7MB [2020-10-27T16:30:35.664Z] docker-security-secrets-setup-go latest 4624d5a42929 2 minutes ago 24MB [2020-10-27T16:30:35.664Z] docker-core-metadata-go latest 835f9faad29f 2 minutes ago 14.5MB [2020-10-27T16:30:35.664Z] docker-core-command-go latest e7d63f15b172 3 minutes ago 12.2MB [2020-10-27T16:30:35.664Z] docker-support-logging-go latest efdf09142c1f 3 minutes ago 11.1MB [2020-10-27T16:30:35.664Z] docker latest 6972c414f322 5 days 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-27T16:30:36.234Z] provisioning config files... [2020-10-27T16:30:36.291Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/217@tmp/config4100457742666445297tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-10-27T16:30:36.797Z] ---> docker-login.sh [2020-10-27T16:30:36.797Z] nexus3.edgexfoundry.org:10001 [2020-10-27T16:30:37.086Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-27T16:30:37.363Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-27T16:30:37.363Z] Configure a credential helper to remove this warning. See [2020-10-27T16:30:37.363Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-27T16:30:37.363Z] [2020-10-27T16:30:37.363Z] Login Succeeded [2020-10-27T16:30:37.363Z] nexus3.edgexfoundry.org:10002 [2020-10-27T16:30:37.632Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-27T16:30:37.632Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-27T16:30:37.632Z] Configure a credential helper to remove this warning. See [2020-10-27T16:30:37.632Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-27T16:30:37.632Z] [2020-10-27T16:30:37.632Z] Login Succeeded [2020-10-27T16:30:37.632Z] nexus3.edgexfoundry.org:10003 [2020-10-27T16:30:37.896Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-27T16:30:37.896Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-27T16:30:37.896Z] Configure a credential helper to remove this warning. See [2020-10-27T16:30:37.896Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-27T16:30:37.896Z] [2020-10-27T16:30:37.896Z] Login Succeeded [2020-10-27T16:30:37.896Z] nexus3.edgexfoundry.org:10004 [2020-10-27T16:30:38.179Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-27T16:30:38.179Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-27T16:30:38.179Z] Configure a credential helper to remove this warning. See [2020-10-27T16:30:38.179Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-27T16:30:38.179Z] [2020-10-27T16:30:38.179Z] Login Succeeded [2020-10-27T16:30:38.179Z] docker.io [2020-10-27T16:30:38.459Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-27T16:30:38.730Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-27T16:30:38.730Z] Configure a credential helper to remove this warning. See [2020-10-27T16:30:38.730Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-27T16:30:38.730Z] [2020-10-27T16:30:38.730Z] Login Succeeded [2020-10-27T16:30:38.730Z] ---> docker-login.sh ends [Pipeline] } [2020-10-27T16:30:38.740Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-27T16:30:38.970Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2020-10-27T16:30:38.970Z] 5839a71b4bbbe111e98a5f129fc41db18caea77c [2020-10-27T16:30:38.970Z] 1.2.2-dev.101 [2020-10-27T16:30:38.970Z] 5839a71b4bbbe111e98a5f129fc41db18caea77c-1.2.2-dev.101 [2020-10-27T16:30:38.970Z] master [2020-10-27T16:30:38.970Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:30:39.573Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:5839a71b4bbbe111e98a5f129fc41db18caea77c [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:30:39.899Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:5839a71b4bbbe111e98a5f129fc41db18caea77c [2020-10-27T16:30:39.899Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-10-27T16:30:39.899Z] 8519e1de2944: Preparing [2020-10-27T16:30:39.899Z] dd73ec2071e4: Preparing [2020-10-27T16:30:39.899Z] 118ce414e1b1: Preparing [2020-10-27T16:30:40.512Z] 8519e1de2944: Pushed [2020-10-27T16:30:40.512Z] 118ce414e1b1: Pushed [2020-10-27T16:30:41.963Z] dd73ec2071e4: Pushed [2020-10-27T16:30:42.272Z] 5839a71b4bbbe111e98a5f129fc41db18caea77c: digest: sha256:f8e12df452d728bc1b51ad9cbdfcb6df68332c545e24d572dad73f48ea97ff11 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:30:42.671Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.101 [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:30:43.249Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.101 [2020-10-27T16:30:43.249Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-10-27T16:30:43.249Z] 8519e1de2944: Preparing [2020-10-27T16:30:43.249Z] dd73ec2071e4: Preparing [2020-10-27T16:30:43.249Z] 118ce414e1b1: Preparing [2020-10-27T16:30:43.249Z] 8519e1de2944: Layer already exists [2020-10-27T16:30:43.249Z] 118ce414e1b1: Layer already exists [2020-10-27T16:30:43.249Z] dd73ec2071e4: Layer already exists [2020-10-27T16:30:43.534Z] 1.2.2-dev.101: digest: sha256:f8e12df452d728bc1b51ad9cbdfcb6df68332c545e24d572dad73f48ea97ff11 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:30:43.863Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:5839a71b4bbbe111e98a5f129fc41db18caea77c-1.2.2-dev.101 [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:30:44.191Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:5839a71b4bbbe111e98a5f129fc41db18caea77c-1.2.2-dev.101 [2020-10-27T16:30:44.191Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-10-27T16:30:44.191Z] 8519e1de2944: Preparing [2020-10-27T16:30:44.191Z] dd73ec2071e4: Preparing [2020-10-27T16:30:44.191Z] 118ce414e1b1: Preparing [2020-10-27T16:30:44.191Z] 8519e1de2944: Layer already exists [2020-10-27T16:30:44.191Z] 118ce414e1b1: Layer already exists [2020-10-27T16:30:44.191Z] dd73ec2071e4: Layer already exists [2020-10-27T16:30:44.353Z] Removing intermediate container 841b484c3b97 [2020-10-27T16:30:44.353Z] ---> 5a136008dc50 [2020-10-27T16:30:44.353Z] [2020-10-27T16:30:44.353Z] Step 9/29 : FROM alpine:latest [2020-10-27T16:30:44.353Z] latest: Pulling from library/alpine [2020-10-27T16:30:44.353Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-10-27T16:30:44.353Z] Status: Downloaded newer image for alpine:latest [2020-10-27T16:30:44.353Z] ---> 2e77e061c27f [2020-10-27T16:30:44.353Z] 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-27T16:30:44.353Z] ---> Running in 316e0209f776 [2020-10-27T16:30:44.353Z] Removing intermediate container 316e0209f776 [2020-10-27T16:30:44.353Z] ---> f3cbfec409cf [2020-10-27T16:30:44.353Z] Step 11/29 : USER root [2020-10-27T16:30:44.353Z] ---> Running in 974b5d34a9c9 [2020-10-27T16:30:44.353Z] Removing intermediate container 974b5d34a9c9 [2020-10-27T16:30:44.353Z] ---> 86d97b92c919 [2020-10-27T16:30:44.353Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-10-27T16:30:44.353Z] ---> Running in 5e120a82d3b3 [2020-10-27T16:30:44.458Z] 5839a71b4bbbe111e98a5f129fc41db18caea77c-1.2.2-dev.101: digest: sha256:f8e12df452d728bc1b51ad9cbdfcb6df68332c545e24d572dad73f48ea97ff11 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:30:44.821Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:30:45.144Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2020-10-27T16:30:45.144Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-10-27T16:30:45.144Z] 8519e1de2944: Preparing [2020-10-27T16:30:45.144Z] dd73ec2071e4: Preparing [2020-10-27T16:30:45.144Z] 118ce414e1b1: Preparing [2020-10-27T16:30:45.144Z] 118ce414e1b1: Layer already exists [2020-10-27T16:30:45.144Z] dd73ec2071e4: Layer already exists [2020-10-27T16:30:45.144Z] 8519e1de2944: Layer already exists [2020-10-27T16:30:45.408Z] master: digest: sha256:f8e12df452d728bc1b51ad9cbdfcb6df68332c545e24d572dad73f48ea97ff11 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-27T16:30:45.834Z] ===================================================== [Pipeline] echo [2020-10-27T16:30:45.884Z] taggedImages: [2020-10-27T16:30:45.884Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:5839a71b4bbbe111e98a5f129fc41db18caea77c [2020-10-27T16:30:45.884Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.101 [2020-10-27T16:30:45.884Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:5839a71b4bbbe111e98a5f129fc41db18caea77c-1.2.2-dev.101 [2020-10-27T16:30:45.884Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2020-10-27T16:30:45.953Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2020-10-27T16:30:45.953Z] 5839a71b4bbbe111e98a5f129fc41db18caea77c [2020-10-27T16:30:45.953Z] 1.2.2-dev.101 [2020-10-27T16:30:45.953Z] 5839a71b4bbbe111e98a5f129fc41db18caea77c-1.2.2-dev.101 [2020-10-27T16:30:45.953Z] master [2020-10-27T16:30:45.953Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:30:46.383Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-27T16:30:46.565Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:5839a71b4bbbe111e98a5f129fc41db18caea77c [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:30:46.928Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:5839a71b4bbbe111e98a5f129fc41db18caea77c [2020-10-27T16:30:46.929Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-10-27T16:30:46.929Z] a991be768a06: Preparing [2020-10-27T16:30:46.929Z] e74c4fe42549: Preparing [2020-10-27T16:30:46.929Z] 7c5de9245539: Preparing [2020-10-27T16:30:46.929Z] c0a444e4c949: Preparing [2020-10-27T16:30:46.929Z] 757a9e7cf759: Preparing [2020-10-27T16:30:46.929Z] ace0eda3e3be: Preparing [2020-10-27T16:30:46.929Z] ace0eda3e3be: Waiting [2020-10-27T16:30:47.198Z] a991be768a06: Pushed [2020-10-27T16:30:47.198Z] ace0eda3e3be: Layer already exists [2020-10-27T16:30:47.465Z] 7c5de9245539: Pushed [2020-10-27T16:30:47.782Z] 757a9e7cf759: Pushed [2020-10-27T16:30:47.840Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-27T16:30:49.431Z] c0a444e4c949: Pushed [2020-10-27T16:30:50.972Z] e74c4fe42549: Pushed [2020-10-27T16:30:51.981Z] 5839a71b4bbbe111e98a5f129fc41db18caea77c: digest: sha256:abc9abdb2b74b9d2844df8f82f1206089318c21c32d812d84562e4a7a784f2cd size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:30:52.176Z] v3.12.1-8-ge053f6efb7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-27T16:30:52.176Z] v3.12.1-5-g0954f48dc3 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-27T16:30:52.176Z] OK: 12615 distinct packages available [2020-10-27T16:30:52.336Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.101 [2020-10-27T16:30:52.781Z] (1/2) Installing ca-certificates (20191127-r4) [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:30:54.227Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-10-27T16:30:54.227Z] Executing busybox-1.31.1-r19.trigger [2020-10-27T16:30:54.227Z] Executing ca-certificates-20191127-r4.trigger [2020-10-27T16:30:54.502Z] OK: 6 MiB in 16 packages [2020-10-27T16:30:54.512Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.101 [2020-10-27T16:30:54.512Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-10-27T16:30:54.512Z] a991be768a06: Preparing [2020-10-27T16:30:54.512Z] e74c4fe42549: Preparing [2020-10-27T16:30:54.512Z] 7c5de9245539: Preparing [2020-10-27T16:30:54.512Z] c0a444e4c949: Preparing [2020-10-27T16:30:54.512Z] 757a9e7cf759: Preparing [2020-10-27T16:30:54.512Z] ace0eda3e3be: Preparing [2020-10-27T16:30:54.512Z] ace0eda3e3be: Waiting [2020-10-27T16:30:54.785Z] c0a444e4c949: Layer already exists [2020-10-27T16:30:54.785Z] 7c5de9245539: Layer already exists [2020-10-27T16:30:54.785Z] ace0eda3e3be: Layer already exists [2020-10-27T16:30:54.785Z] 757a9e7cf759: Layer already exists [2020-10-27T16:30:54.785Z] a991be768a06: Layer already exists [2020-10-27T16:30:54.785Z] e74c4fe42549: Layer already exists [2020-10-27T16:30:55.051Z] 1.2.2-dev.101: digest: sha256:abc9abdb2b74b9d2844df8f82f1206089318c21c32d812d84562e4a7a784f2cd size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:30:55.429Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:5839a71b4bbbe111e98a5f129fc41db18caea77c-1.2.2-dev.101 [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:30:55.763Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:5839a71b4bbbe111e98a5f129fc41db18caea77c-1.2.2-dev.101 [2020-10-27T16:30:55.763Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-10-27T16:30:55.763Z] a991be768a06: Preparing [2020-10-27T16:30:55.763Z] e74c4fe42549: Preparing [2020-10-27T16:30:55.763Z] 7c5de9245539: Preparing [2020-10-27T16:30:55.763Z] c0a444e4c949: Preparing [2020-10-27T16:30:55.763Z] 757a9e7cf759: Preparing [2020-10-27T16:30:55.763Z] ace0eda3e3be: Preparing [2020-10-27T16:30:55.763Z] ace0eda3e3be: Waiting [2020-10-27T16:30:55.763Z] e74c4fe42549: Layer already exists [2020-10-27T16:30:55.763Z] 757a9e7cf759: Layer already exists [2020-10-27T16:30:55.763Z] a991be768a06: Layer already exists [2020-10-27T16:30:55.763Z] c0a444e4c949: Layer already exists [2020-10-27T16:30:55.763Z] 7c5de9245539: Layer already exists [2020-10-27T16:30:55.763Z] ace0eda3e3be: Layer already exists [2020-10-27T16:30:55.763Z] 5839a71b4bbbe111e98a5f129fc41db18caea77c-1.2.2-dev.101: digest: sha256:abc9abdb2b74b9d2844df8f82f1206089318c21c32d812d84562e4a7a784f2cd size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:30:56.365Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:30:56.698Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2020-10-27T16:30:56.698Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-10-27T16:30:56.698Z] a991be768a06: Preparing [2020-10-27T16:30:56.698Z] e74c4fe42549: Preparing [2020-10-27T16:30:56.698Z] 7c5de9245539: Preparing [2020-10-27T16:30:56.698Z] c0a444e4c949: Preparing [2020-10-27T16:30:56.698Z] 757a9e7cf759: Preparing [2020-10-27T16:30:56.698Z] ace0eda3e3be: Preparing [2020-10-27T16:30:56.698Z] ace0eda3e3be: Waiting [2020-10-27T16:30:56.962Z] a991be768a06: Layer already exists [2020-10-27T16:30:56.962Z] 7c5de9245539: Layer already exists [2020-10-27T16:30:56.962Z] e74c4fe42549: Layer already exists [2020-10-27T16:30:56.962Z] c0a444e4c949: Layer already exists [2020-10-27T16:30:56.962Z] 757a9e7cf759: Layer already exists [2020-10-27T16:30:57.231Z] ace0eda3e3be: Layer already exists [2020-10-27T16:30:57.231Z] master: digest: sha256:abc9abdb2b74b9d2844df8f82f1206089318c21c32d812d84562e4a7a784f2cd size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-27T16:30:57.429Z] ===================================================== [Pipeline] echo [2020-10-27T16:30:57.474Z] taggedImages: [2020-10-27T16:30:57.474Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:5839a71b4bbbe111e98a5f129fc41db18caea77c [2020-10-27T16:30:57.474Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.101 [2020-10-27T16:30:57.474Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:5839a71b4bbbe111e98a5f129fc41db18caea77c-1.2.2-dev.101 [2020-10-27T16:30:57.474Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2020-10-27T16:30:57.771Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2020-10-27T16:30:57.771Z] 5839a71b4bbbe111e98a5f129fc41db18caea77c [2020-10-27T16:30:57.771Z] 1.2.2-dev.101 [2020-10-27T16:30:57.771Z] 5839a71b4bbbe111e98a5f129fc41db18caea77c-1.2.2-dev.101 [2020-10-27T16:30:57.771Z] master [2020-10-27T16:30:57.771Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:30:58.273Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:5839a71b4bbbe111e98a5f129fc41db18caea77c [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:30:58.639Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:5839a71b4bbbe111e98a5f129fc41db18caea77c [2020-10-27T16:30:58.640Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-10-27T16:30:58.640Z] 98f92204be15: Preparing [2020-10-27T16:30:58.640Z] fff49f07413b: Preparing [2020-10-27T16:30:58.640Z] 210c1ade0f46: Preparing [2020-10-27T16:30:58.907Z] Removing intermediate container 5e120a82d3b3 [2020-10-27T16:30:58.907Z] ---> 587ea11b4f89 [2020-10-27T16:30:58.907Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-10-27T16:30:58.907Z] ---> Running in bec112c34c7e [2020-10-27T16:30:58.930Z] 98f92204be15: Pushed [2020-10-27T16:30:59.204Z] 210c1ade0f46: Pushed [2020-10-27T16:30:59.907Z] Removing intermediate container bec112c34c7e [2020-10-27T16:30:59.907Z] ---> bb6968ed9987 [2020-10-27T16:30:59.907Z] Step 14/29 : WORKDIR $BASE_DIR [2020-10-27T16:31:00.511Z] ---> Running in deab9db5999b [2020-10-27T16:31:00.788Z] Removing intermediate container 77a818f4fbd3 [2020-10-27T16:31:00.788Z] ---> 4de870a7cfc5 [2020-10-27T16:31:00.788Z] [2020-10-27T16:31:00.788Z] Step 10/22 : FROM scratch [2020-10-27T16:31:00.788Z] ---> [2020-10-27T16:31:00.788Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-27T16:31:01.080Z] Removing intermediate container deab9db5999b [2020-10-27T16:31:01.081Z] ---> 65a3cc75f259 [2020-10-27T16:31:01.081Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-10-27T16:31:01.081Z] ---> Running in a3526b817f9d [2020-10-27T16:31:01.690Z] ---> Running in e9d4e636dc93 [2020-10-27T16:31:01.867Z] fff49f07413b: Pushed [2020-10-27T16:31:01.977Z] Removing intermediate container a3526b817f9d [2020-10-27T16:31:01.977Z] ---> f01648896451 [2020-10-27T16:31:01.977Z] Step 12/22 : ENV APP_PORT=48061 [2020-10-27T16:31:02.257Z] ---> Running in 094111469d09 [2020-10-27T16:31:02.460Z] 5839a71b4bbbe111e98a5f129fc41db18caea77c: digest: sha256:752258c547a8aa24b59f216ba9f2bcac6c77f0a52093295243459813200434a4 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:31:02.867Z] Removing intermediate container 094111469d09 [2020-10-27T16:31:02.867Z] ---> 053e148a2e0c [2020-10-27T16:31:02.867Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-27T16:31:02.867Z] ---> Running in 602e0a7e6b83 [2020-10-27T16:31:02.995Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.101 [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:31:03.648Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.101 [2020-10-27T16:31:03.648Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-10-27T16:31:03.648Z] 98f92204be15: Preparing [2020-10-27T16:31:03.648Z] fff49f07413b: Preparing [2020-10-27T16:31:03.648Z] 210c1ade0f46: Preparing [2020-10-27T16:31:03.877Z] Removing intermediate container 602e0a7e6b83 [2020-10-27T16:31:03.877Z] ---> a4295a209e93 [2020-10-27T16:31:03.877Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-10-27T16:31:03.915Z] fff49f07413b: Layer already exists [2020-10-27T16:31:03.915Z] 98f92204be15: Layer already exists [2020-10-27T16:31:03.915Z] 210c1ade0f46: Layer already exists [2020-10-27T16:31:04.181Z] 1.2.2-dev.101: digest: sha256:752258c547a8aa24b59f216ba9f2bcac6c77f0a52093295243459813200434a4 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:31:04.510Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:5839a71b4bbbe111e98a5f129fc41db18caea77c-1.2.2-dev.101 [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:31:04.868Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:5839a71b4bbbe111e98a5f129fc41db18caea77c-1.2.2-dev.101 [2020-10-27T16:31:04.868Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-10-27T16:31:04.883Z] ---> 11a906fef25a [2020-10-27T16:31:04.883Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-10-27T16:31:05.132Z] 98f92204be15: Preparing [2020-10-27T16:31:05.132Z] fff49f07413b: Preparing [2020-10-27T16:31:05.132Z] 210c1ade0f46: Preparing [2020-10-27T16:31:05.132Z] 210c1ade0f46: Layer already exists [2020-10-27T16:31:05.132Z] fff49f07413b: Layer already exists [2020-10-27T16:31:05.132Z] 98f92204be15: Layer already exists [2020-10-27T16:31:05.411Z] 5839a71b4bbbe111e98a5f129fc41db18caea77c-1.2.2-dev.101: digest: sha256:752258c547a8aa24b59f216ba9f2bcac6c77f0a52093295243459813200434a4 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:31:05.743Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:31:06.057Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2020-10-27T16:31:06.057Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-10-27T16:31:06.057Z] 98f92204be15: Preparing [2020-10-27T16:31:06.057Z] fff49f07413b: Preparing [2020-10-27T16:31:06.057Z] 210c1ade0f46: Preparing [2020-10-27T16:31:06.057Z] 98f92204be15: Layer already exists [2020-10-27T16:31:06.057Z] fff49f07413b: Layer already exists [2020-10-27T16:31:06.057Z] 210c1ade0f46: Layer already exists [2020-10-27T16:31:06.646Z] master: digest: sha256:752258c547a8aa24b59f216ba9f2bcac6c77f0a52093295243459813200434a4 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-27T16:31:06.835Z] ===================================================== [Pipeline] echo [2020-10-27T16:31:06.880Z] taggedImages: [2020-10-27T16:31:06.880Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:5839a71b4bbbe111e98a5f129fc41db18caea77c [2020-10-27T16:31:06.880Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.101 [2020-10-27T16:31:06.880Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:5839a71b4bbbe111e98a5f129fc41db18caea77c-1.2.2-dev.101 [2020-10-27T16:31:06.880Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2020-10-27T16:31:06.899Z] Removing intermediate container e9d4e636dc93 [2020-10-27T16:31:06.899Z] ---> 33ac8fe97b67 [2020-10-27T16:31:06.899Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [Pipeline] echo [2020-10-27T16:31:06.940Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2020-10-27T16:31:06.940Z] 5839a71b4bbbe111e98a5f129fc41db18caea77c [2020-10-27T16:31:06.940Z] 1.2.2-dev.101 [2020-10-27T16:31:06.940Z] 5839a71b4bbbe111e98a5f129fc41db18caea77c-1.2.2-dev.101 [2020-10-27T16:31:06.940Z] master [2020-10-27T16:31:06.940Z] ===================================================== [2020-10-27T16:31:07.194Z] ---> 56a326e6cde8 [2020-10-27T16:31:07.194Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:31:07.750Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:5839a71b4bbbe111e98a5f129fc41db18caea77c [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:31:08.086Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:5839a71b4bbbe111e98a5f129fc41db18caea77c [2020-10-27T16:31:08.086Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-10-27T16:31:08.086Z] f0f62d46414a: Preparing [2020-10-27T16:31:08.086Z] b01fd6c31590: Preparing [2020-10-27T16:31:08.086Z] 4d5b76b847c1: Preparing [2020-10-27T16:31:08.086Z] b15aa1abce26: Preparing [2020-10-27T16:31:08.086Z] ace0eda3e3be: Preparing [2020-10-27T16:31:08.086Z] ace0eda3e3be: Layer already exists [2020-10-27T16:31:08.366Z] b01fd6c31590: Pushed [2020-10-27T16:31:08.366Z] 4d5b76b847c1: Pushed [2020-10-27T16:31:08.967Z] b15aa1abce26: Pushed [2020-10-27T16:31:09.963Z] f0f62d46414a: Pushed [2020-10-27T16:31:10.246Z] ---> 9d446566e48b [2020-10-27T16:31:10.246Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-10-27T16:31:10.543Z] 5839a71b4bbbe111e98a5f129fc41db18caea77c: digest: sha256:8f3215d84637c63ec50d26b1170bb9301883d996e03b7056f75888e83ecc5357 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:31:10.902Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.101 [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:31:11.259Z] ---> f13a41ec7b6f [2020-10-27T16:31:11.259Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-10-27T16:31:11.267Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.101 [2020-10-27T16:31:11.267Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-10-27T16:31:11.549Z] f0f62d46414a: Preparing [2020-10-27T16:31:11.549Z] b01fd6c31590: Preparing [2020-10-27T16:31:11.549Z] 4d5b76b847c1: Preparing [2020-10-27T16:31:11.549Z] b15aa1abce26: Preparing [2020-10-27T16:31:11.549Z] ace0eda3e3be: Preparing [2020-10-27T16:31:11.833Z] f0f62d46414a: Layer already exists [2020-10-27T16:31:11.833Z] 4d5b76b847c1: Layer already exists [2020-10-27T16:31:11.833Z] ace0eda3e3be: Layer already exists [2020-10-27T16:31:11.833Z] b01fd6c31590: Layer already exists [2020-10-27T16:31:12.111Z] b15aa1abce26: Layer already exists [2020-10-27T16:31:12.111Z] 1.2.2-dev.101: digest: sha256:8f3215d84637c63ec50d26b1170bb9301883d996e03b7056f75888e83ecc5357 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:31:12.253Z] ---> 08e8678d3906 [2020-10-27T16:31:12.253Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-10-27T16:31:12.445Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:5839a71b4bbbe111e98a5f129fc41db18caea77c-1.2.2-dev.101 [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:31:12.763Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:5839a71b4bbbe111e98a5f129fc41db18caea77c-1.2.2-dev.101 [2020-10-27T16:31:12.763Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-10-27T16:31:12.763Z] f0f62d46414a: Preparing [2020-10-27T16:31:12.763Z] b01fd6c31590: Preparing [2020-10-27T16:31:12.763Z] 4d5b76b847c1: Preparing [2020-10-27T16:31:12.763Z] b15aa1abce26: Preparing [2020-10-27T16:31:12.763Z] ace0eda3e3be: Preparing [2020-10-27T16:31:12.763Z] b15aa1abce26: Layer already exists [2020-10-27T16:31:12.763Z] 4d5b76b847c1: Layer already exists [2020-10-27T16:31:12.763Z] f0f62d46414a: Layer already exists [2020-10-27T16:31:12.763Z] b01fd6c31590: Layer already exists [2020-10-27T16:31:13.349Z] ace0eda3e3be: Layer already exists [2020-10-27T16:31:13.349Z] 5839a71b4bbbe111e98a5f129fc41db18caea77c-1.2.2-dev.101: digest: sha256:8f3215d84637c63ec50d26b1170bb9301883d996e03b7056f75888e83ecc5357 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:31:13.695Z] ---> 3f5bc4f925ae [2020-10-27T16:31:13.695Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-10-27T16:31:13.705Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:31:14.121Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2020-10-27T16:31:14.121Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-10-27T16:31:14.121Z] f0f62d46414a: Preparing [2020-10-27T16:31:14.121Z] b01fd6c31590: Preparing [2020-10-27T16:31:14.121Z] 4d5b76b847c1: Preparing [2020-10-27T16:31:14.121Z] b15aa1abce26: Preparing [2020-10-27T16:31:14.121Z] ace0eda3e3be: Preparing [2020-10-27T16:31:14.121Z] ace0eda3e3be: Layer already exists [2020-10-27T16:31:14.121Z] b01fd6c31590: Layer already exists [2020-10-27T16:31:14.121Z] f0f62d46414a: Layer already exists [2020-10-27T16:31:14.287Z] ---> Running in 052f46e0a828 [2020-10-27T16:31:14.287Z] ---> e24a2ea6b331 [2020-10-27T16:31:14.287Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-10-27T16:31:14.403Z] 4d5b76b847c1: Layer already exists [2020-10-27T16:31:14.403Z] b15aa1abce26: Layer already exists [2020-10-27T16:31:14.403Z] master: digest: sha256:8f3215d84637c63ec50d26b1170bb9301883d996e03b7056f75888e83ecc5357 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [2020-10-27T16:31:14.560Z] Removing intermediate container 171316ddc655 [2020-10-27T16:31:14.560Z] ---> c498a38a438e [2020-10-27T16:31:14.560Z] [2020-10-27T16:31:14.560Z] Step 10/22 : FROM scratch [2020-10-27T16:31:14.560Z] ---> [2020-10-27T16:31:14.560Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-27T16:31:14.560Z] Removing intermediate container c8da9d7bce5b [2020-10-27T16:31:14.560Z] ---> 9f0bc747807d [2020-10-27T16:31:14.560Z] [2020-10-27T16:31:14.560Z] Step 10/21 : FROM scratch [2020-10-27T16:31:14.560Z] ---> [2020-10-27T16:31:14.560Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [Pipeline] echo [2020-10-27T16:31:14.596Z] ===================================================== [Pipeline] echo [2020-10-27T16:31:14.872Z] taggedImages: [2020-10-27T16:31:14.872Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:5839a71b4bbbe111e98a5f129fc41db18caea77c [2020-10-27T16:31:14.872Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.101 [2020-10-27T16:31:14.872Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:5839a71b4bbbe111e98a5f129fc41db18caea77c-1.2.2-dev.101 [2020-10-27T16:31:14.872Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo [2020-10-27T16:31:14.933Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go with the following tags: [2020-10-27T16:31:14.933Z] 5839a71b4bbbe111e98a5f129fc41db18caea77c [2020-10-27T16:31:14.933Z] 1.2.2-dev.101 [2020-10-27T16:31:14.933Z] 5839a71b4bbbe111e98a5f129fc41db18caea77c-1.2.2-dev.101 [2020-10-27T16:31:14.933Z] master [2020-10-27T16:31:14.933Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:31:15.158Z] ---> Running in ded02fcba9c8 [2020-10-27T16:31:15.158Z] Removing intermediate container 052f46e0a828 [2020-10-27T16:31:15.158Z] ---> f1f6c5d9a4ff [2020-10-27T16:31:15.158Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-27T16:31:15.158Z] ---> Running in df21cff8ebdb [2020-10-27T16:31:15.442Z] ---> Running in 3a24e0ddf7ac [2020-10-27T16:31:15.442Z] ---> 79b83275275e [2020-10-27T16:31:15.442Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-10-27T16:31:15.457Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:5839a71b4bbbe111e98a5f129fc41db18caea77c [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:31:15.717Z] Removing intermediate container ded02fcba9c8 [2020-10-27T16:31:15.717Z] ---> f3244e29637c [2020-10-27T16:31:15.717Z] Step 12/22 : ENV APP_PORT=48082 [2020-10-27T16:31:15.777Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:5839a71b4bbbe111e98a5f129fc41db18caea77c [2020-10-27T16:31:15.777Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-10-27T16:31:15.989Z] Removing intermediate container df21cff8ebdb [2020-10-27T16:31:15.989Z] ---> 7c261422d6c6 [2020-10-27T16:31:15.989Z] Step 12/21 : ENV APP_PORT=48085 [2020-10-27T16:31:15.989Z] ---> Running in 22b90cdcc287 [2020-10-27T16:31:15.989Z] ---> Running in c8276c898c03 [2020-10-27T16:31:16.040Z] ab44c93220c4: Preparing [2020-10-27T16:31:16.040Z] fec14e5fab51: Preparing [2020-10-27T16:31:16.040Z] a16099d994bb: Preparing [2020-10-27T16:31:16.040Z] 020188856536: Preparing [2020-10-27T16:31:16.040Z] 020188856536: Preparing [2020-10-27T16:31:16.040Z] a3df0bdd753b: Preparing [2020-10-27T16:31:16.040Z] 3b14b137d9bd: Preparing [2020-10-27T16:31:16.040Z] d0e8c2d0f269: Preparing [2020-10-27T16:31:16.040Z] ab44c93220c4: Preparing [2020-10-27T16:31:16.040Z] 705bb5db50b8: Preparing [2020-10-27T16:31:16.040Z] ddad9b574fc3: Preparing [2020-10-27T16:31:16.040Z] fac3969ade99: Preparing [2020-10-27T16:31:16.040Z] ace0eda3e3be: Preparing [2020-10-27T16:31:16.040Z] 3b14b137d9bd: Waiting [2020-10-27T16:31:16.040Z] d0e8c2d0f269: Waiting [2020-10-27T16:31:16.040Z] 705bb5db50b8: Waiting [2020-10-27T16:31:16.040Z] ddad9b574fc3: Waiting [2020-10-27T16:31:16.040Z] fac3969ade99: Waiting [2020-10-27T16:31:16.040Z] ace0eda3e3be: Waiting [2020-10-27T16:31:16.265Z] Removing intermediate container 3a24e0ddf7ac [2020-10-27T16:31:16.265Z] ---> 2dda5a216a47 [2020-10-27T16:31:16.265Z] Step 20/22 : LABEL arch=arm64 [2020-10-27T16:31:16.265Z] ---> Running in 93b9ef6d27df [2020-10-27T16:31:16.539Z] ---> 9b16e855f8f9 [2020-10-27T16:31:16.539Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-10-27T16:31:16.539Z] Removing intermediate container 22b90cdcc287 [2020-10-27T16:31:16.539Z] ---> ba450dea05c5 [2020-10-27T16:31:16.539Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-27T16:31:16.819Z] Removing intermediate container c8276c898c03 [2020-10-27T16:31:16.819Z] ---> de9a3643b2de [2020-10-27T16:31:16.819Z] Step 13/21 : EXPOSE $APP_PORT [2020-10-27T16:31:16.819Z] ---> Running in 12ab42096238 [2020-10-27T16:31:16.819Z] ---> Running in e0603cd81aa7 [2020-10-27T16:31:16.819Z] ---> Running in ca4f069982c3 [2020-10-27T16:31:17.107Z] Removing intermediate container 93b9ef6d27df [2020-10-27T16:31:17.107Z] ---> 546eb995301b [2020-10-27T16:31:17.107Z] Step 21/22 : LABEL git_sha=5839a71b4bbbe111e98a5f129fc41db18caea77c [2020-10-27T16:31:17.388Z] ---> Running in 21b4c4463a66 [2020-10-27T16:31:17.494Z] fec14e5fab51: Pushed [2020-10-27T16:31:17.667Z] Removing intermediate container e0603cd81aa7 [2020-10-27T16:31:17.667Z] ---> b78c68fafedf [2020-10-27T16:31:17.667Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-10-27T16:31:17.667Z] Removing intermediate container ca4f069982c3 [2020-10-27T16:31:17.667Z] ---> 8a51640e3375 [2020-10-27T16:31:17.667Z] Step 14/22 : WORKDIR / [2020-10-27T16:31:17.949Z] ---> Running in 0ddbcc2d3be5 [2020-10-27T16:31:17.949Z] Removing intermediate container 21b4c4463a66 [2020-10-27T16:31:17.949Z] ---> 8e04a9154b5e [2020-10-27T16:31:17.949Z] Step 22/22 : LABEL version=1.2.2-dev.101 [2020-10-27T16:31:18.097Z] a3df0bdd753b: Pushed [2020-10-27T16:31:18.230Z] ---> Running in 0f142b18f5e7 [2020-10-27T16:31:18.364Z] a16099d994bb: Pushed [2020-10-27T16:31:18.364Z] d0e8c2d0f269: Pushed [2020-10-27T16:31:18.364Z] 3b14b137d9bd: Pushed [2020-10-27T16:31:18.512Z] ---> 6feb0b5269bf [2020-10-27T16:31:18.512Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-10-27T16:31:18.512Z] Removing intermediate container 0ddbcc2d3be5 [2020-10-27T16:31:18.512Z] ---> 968a9ff63d72 [2020-10-27T16:31:18.512Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-10-27T16:31:18.634Z] ab44c93220c4: Pushed [2020-10-27T16:31:18.634Z] 705bb5db50b8: Pushed [2020-10-27T16:31:18.899Z] ddad9b574fc3: Pushed [2020-10-27T16:31:19.114Z] Removing intermediate container 0f142b18f5e7 [2020-10-27T16:31:19.114Z] ---> 71ac34ad24a3 [2020-10-27T16:31:19.114Z] [2020-10-27T16:31:19.161Z] 020188856536: Pushed [2020-10-27T16:31:19.436Z] fac3969ade99: Pushed [2020-10-27T16:31:19.720Z] Successfully built 71ac34ad24a3 [2020-10-27T16:31:19.720Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-10-27T16:31:19.720Z]  Building docker-support-logging-go ... done Building docker-core-data-go [2020-10-27T16:31:20.321Z] ---> ecd7bdbce899 [2020-10-27T16:31:20.321Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-10-27T16:31:20.594Z] ---> 2e334b5415fb [2020-10-27T16:31:20.594Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-10-27T16:31:20.915Z] ace0eda3e3be: Layer already exists [2020-10-27T16:31:21.592Z] Removing intermediate container 12ab42096238 [2020-10-27T16:31:21.592Z] ---> 5513c0185ae3 [2020-10-27T16:31:21.592Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-10-27T16:31:23.055Z] ---> 5313db8dc471 [2020-10-27T16:31:23.055Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-10-27T16:31:23.055Z] ---> 122a62109178 [2020-10-27T16:31:23.055Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-10-27T16:31:23.055Z] ---> 68a62bbfa847 [2020-10-27T16:31:23.055Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-27T16:31:23.055Z] ---> Running in 56dbc16ae7ba [2020-10-27T16:31:23.330Z] ---> Running in 17df35c065db [2020-10-27T16:31:23.934Z] Removing intermediate container 56dbc16ae7ba [2020-10-27T16:31:23.934Z] ---> dd04b8517f97 [2020-10-27T16:31:23.934Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-27T16:31:24.241Z] 5839a71b4bbbe111e98a5f129fc41db18caea77c: digest: sha256:5bbdf77b3d78d247680eab3156cf190067f06751b2eb08afdd3d33480285ff49 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:31:24.540Z] ---> Running in 88527eef8ffc [2020-10-27T16:31:24.540Z] ---> e62d42fd6d32 [2020-10-27T16:31:24.540Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-10-27T16:31:24.566Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.101 [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:31:24.818Z] ---> Running in a71b93fa3a4d [2020-10-27T16:31:24.884Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.101 [2020-10-27T16:31:24.884Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-10-27T16:31:24.884Z] ab44c93220c4: Preparing [2020-10-27T16:31:24.884Z] fec14e5fab51: Preparing [2020-10-27T16:31:24.884Z] a16099d994bb: Preparing [2020-10-27T16:31:24.884Z] 020188856536: Preparing [2020-10-27T16:31:24.884Z] 020188856536: Preparing [2020-10-27T16:31:24.884Z] a3df0bdd753b: Preparing [2020-10-27T16:31:24.884Z] 3b14b137d9bd: Preparing [2020-10-27T16:31:24.884Z] d0e8c2d0f269: Preparing [2020-10-27T16:31:24.884Z] ab44c93220c4: Preparing [2020-10-27T16:31:24.884Z] 705bb5db50b8: Preparing [2020-10-27T16:31:24.884Z] ddad9b574fc3: Preparing [2020-10-27T16:31:24.884Z] fac3969ade99: Preparing [2020-10-27T16:31:24.884Z] ace0eda3e3be: Preparing [2020-10-27T16:31:24.884Z] 3b14b137d9bd: Waiting [2020-10-27T16:31:24.884Z] d0e8c2d0f269: Waiting [2020-10-27T16:31:24.884Z] 705bb5db50b8: Waiting [2020-10-27T16:31:24.885Z] ddad9b574fc3: Waiting [2020-10-27T16:31:24.885Z] fac3969ade99: Waiting [2020-10-27T16:31:24.885Z] ace0eda3e3be: Waiting [2020-10-27T16:31:24.885Z] 020188856536: Layer already exists [2020-10-27T16:31:24.885Z] a16099d994bb: Layer already exists [2020-10-27T16:31:24.885Z] ab44c93220c4: Layer already exists [2020-10-27T16:31:24.885Z] fec14e5fab51: Layer already exists [2020-10-27T16:31:24.885Z] ddad9b574fc3: Layer already exists [2020-10-27T16:31:24.885Z] fac3969ade99: Layer already exists [2020-10-27T16:31:25.147Z] a3df0bdd753b: Layer already exists [2020-10-27T16:31:25.147Z] 705bb5db50b8: Layer already exists [2020-10-27T16:31:25.147Z] 3b14b137d9bd: Layer already exists [2020-10-27T16:31:25.147Z] d0e8c2d0f269: Layer already exists [2020-10-27T16:31:25.412Z] ace0eda3e3be: Layer already exists [2020-10-27T16:31:25.414Z] Removing intermediate container 88527eef8ffc [2020-10-27T16:31:25.414Z] ---> e864e6c399d9 [2020-10-27T16:31:25.414Z] Step 19/21 : LABEL arch=arm64 [2020-10-27T16:31:26.009Z] 1.2.2-dev.101: digest: sha256:5bbdf77b3d78d247680eab3156cf190067f06751b2eb08afdd3d33480285ff49 size: 3027 [2020-10-27T16:31:26.020Z] ---> Running in d64f30e2bf28 [2020-10-27T16:31:26.020Z] Removing intermediate container a71b93fa3a4d [2020-10-27T16:31:26.020Z] ---> 32f197e4ab91 [2020-10-27T16:31:26.020Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:31:26.359Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:5839a71b4bbbe111e98a5f129fc41db18caea77c-1.2.2-dev.101 [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:31:26.627Z] ---> Running in 4c7a07db32ef [2020-10-27T16:31:26.704Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:5839a71b4bbbe111e98a5f129fc41db18caea77c-1.2.2-dev.101 [2020-10-27T16:31:26.704Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-10-27T16:31:26.704Z] ab44c93220c4: Preparing [2020-10-27T16:31:26.704Z] fec14e5fab51: Preparing [2020-10-27T16:31:26.704Z] a16099d994bb: Preparing [2020-10-27T16:31:26.704Z] 020188856536: Preparing [2020-10-27T16:31:26.704Z] 020188856536: Preparing [2020-10-27T16:31:26.704Z] a3df0bdd753b: Preparing [2020-10-27T16:31:26.704Z] 3b14b137d9bd: Preparing [2020-10-27T16:31:26.704Z] d0e8c2d0f269: Preparing [2020-10-27T16:31:26.704Z] ab44c93220c4: Preparing [2020-10-27T16:31:26.704Z] 705bb5db50b8: Preparing [2020-10-27T16:31:26.704Z] ddad9b574fc3: Preparing [2020-10-27T16:31:26.704Z] fac3969ade99: Preparing [2020-10-27T16:31:26.704Z] ace0eda3e3be: Preparing [2020-10-27T16:31:26.704Z] d0e8c2d0f269: Waiting [2020-10-27T16:31:26.704Z] 705bb5db50b8: Waiting [2020-10-27T16:31:26.704Z] ddad9b574fc3: Waiting [2020-10-27T16:31:26.704Z] fac3969ade99: Waiting [2020-10-27T16:31:26.704Z] ace0eda3e3be: Waiting [2020-10-27T16:31:26.704Z] 3b14b137d9bd: Waiting [2020-10-27T16:31:27.223Z] Removing intermediate container d64f30e2bf28 [2020-10-27T16:31:27.223Z] ---> a92fdc57c8ce [2020-10-27T16:31:27.223Z] Step 20/21 : LABEL git_sha=5839a71b4bbbe111e98a5f129fc41db18caea77c [2020-10-27T16:31:27.497Z] Removing intermediate container 33c963dd5e9b [2020-10-27T16:31:27.497Z] ---> 22a619d9229e [2020-10-27T16:31:27.497Z] [2020-10-27T16:31:27.497Z] Step 10/22 : FROM scratch [2020-10-27T16:31:27.497Z] ---> [2020-10-27T16:31:27.497Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-27T16:31:27.497Z] Removing intermediate container 4c7a07db32ef [2020-10-27T16:31:27.497Z] ---> 7de5839d0118 [2020-10-27T16:31:27.497Z] Step 20/22 : LABEL arch=arm64 [2020-10-27T16:31:27.662Z] a3df0bdd753b: Layer already exists [2020-10-27T16:31:27.662Z] 020188856536: Layer already exists [2020-10-27T16:31:27.662Z] fec14e5fab51: Layer already exists [2020-10-27T16:31:27.662Z] 3b14b137d9bd: Layer already exists [2020-10-27T16:31:27.662Z] d0e8c2d0f269: Layer already exists [2020-10-27T16:31:27.662Z] 705bb5db50b8: Layer already exists [2020-10-27T16:31:27.662Z] fac3969ade99: Layer already exists [2020-10-27T16:31:27.662Z] ddad9b574fc3: Layer already exists [2020-10-27T16:31:27.772Z] ---> Running in 420e977d55f2 [2020-10-27T16:31:27.930Z] ab44c93220c4: Layer already exists [2020-10-27T16:31:27.930Z] a16099d994bb: Layer already exists [2020-10-27T16:31:28.059Z] ---> Using cache [2020-10-27T16:31:28.059Z] ---> 7c261422d6c6 [2020-10-27T16:31:28.059Z] Step 12/22 : ENV APP_PORT=48081 [2020-10-27T16:31:28.517Z] ace0eda3e3be: Layer already exists [2020-10-27T16:31:28.517Z] 5839a71b4bbbe111e98a5f129fc41db18caea77c-1.2.2-dev.101: digest: sha256:5bbdf77b3d78d247680eab3156cf190067f06751b2eb08afdd3d33480285ff49 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:31:28.665Z] Removing intermediate container 17df35c065db [2020-10-27T16:31:28.665Z] ---> b5ee63c492c6 [2020-10-27T16:31:28.665Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-10-27T16:31:28.665Z] ---> Running in 1a5e44c15432 [2020-10-27T16:31:28.665Z] ---> Running in 2aa8e3865b3b [2020-10-27T16:31:28.875Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:31:28.941Z] Removing intermediate container 420e977d55f2 [2020-10-27T16:31:28.941Z] ---> af3002c14691 [2020-10-27T16:31:28.941Z] Step 21/21 : LABEL version=1.2.2-dev.101 [2020-10-27T16:31:28.941Z] ---> Running in 7433046df657 [2020-10-27T16:31:29.256Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [2020-10-27T16:31:29.256Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-10-27T16:31:29.937Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-27T16:31:29.937Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-10-27T16:31:29.937Z] ---> a937204e218b [2020-10-27T16:31:29.937Z] Step 3/23 : WORKDIR /edgex-go [2020-10-27T16:31:29.937Z] ---> Using cache [2020-10-27T16:31:29.937Z] ---> 1aae4de0f416 [2020-10-27T16:31:29.937Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-27T16:31:29.937Z] ---> Using cache [2020-10-27T16:31:29.937Z] ---> 7cbaaa9f8dd6 [2020-10-27T16:31:29.937Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-10-27T16:31:29.937Z] ---> Running in b318d58af930 [2020-10-27T16:31:29.937Z] Removing intermediate container 1a5e44c15432 [2020-10-27T16:31:29.937Z] ---> 7979ddf1141b [2020-10-27T16:31:29.937Z] Step 21/22 : LABEL git_sha=5839a71b4bbbe111e98a5f129fc41db18caea77c [2020-10-27T16:31:29.937Z] Removing intermediate container 2aa8e3865b3b [2020-10-27T16:31:29.937Z] ---> 89baeb186ee5 [2020-10-27T16:31:29.937Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-27T16:31:30.217Z] ---> Running in 9044a644d218 [2020-10-27T16:31:30.217Z] ---> Running in 82a23d2ef67a [2020-10-27T16:31:30.217Z] ---> Running in d20317fe838d [2020-10-27T16:31:30.726Z] ab44c93220c4: Preparing [2020-10-27T16:31:30.726Z] fec14e5fab51: Preparing [2020-10-27T16:31:30.726Z] a16099d994bb: Preparing [2020-10-27T16:31:30.726Z] 020188856536: Preparing [2020-10-27T16:31:30.726Z] 020188856536: Preparing [2020-10-27T16:31:30.727Z] a3df0bdd753b: Preparing [2020-10-27T16:31:30.727Z] 3b14b137d9bd: Preparing [2020-10-27T16:31:30.727Z] d0e8c2d0f269: Preparing [2020-10-27T16:31:30.727Z] ab44c93220c4: Preparing [2020-10-27T16:31:30.727Z] 705bb5db50b8: Preparing [2020-10-27T16:31:30.727Z] ddad9b574fc3: Preparing [2020-10-27T16:31:30.727Z] fac3969ade99: Preparing [2020-10-27T16:31:30.727Z] ace0eda3e3be: Preparing [2020-10-27T16:31:30.727Z] 3b14b137d9bd: Waiting [2020-10-27T16:31:30.727Z] d0e8c2d0f269: Waiting [2020-10-27T16:31:30.727Z] 705bb5db50b8: Waiting [2020-10-27T16:31:30.727Z] ddad9b574fc3: Waiting [2020-10-27T16:31:30.727Z] fac3969ade99: Waiting [2020-10-27T16:31:30.727Z] ace0eda3e3be: Waiting [2020-10-27T16:31:30.727Z] ab44c93220c4: Layer already exists [2020-10-27T16:31:30.727Z] 020188856536: Layer already exists [2020-10-27T16:31:30.727Z] a16099d994bb: Layer already exists [2020-10-27T16:31:30.727Z] fec14e5fab51: Layer already exists [2020-10-27T16:31:30.727Z] 3b14b137d9bd: Layer already exists [2020-10-27T16:31:30.727Z] a3df0bdd753b: Layer already exists [2020-10-27T16:31:30.727Z] d0e8c2d0f269: Layer already exists [2020-10-27T16:31:30.727Z] 705bb5db50b8: Layer already exists [2020-10-27T16:31:30.727Z] fac3969ade99: Layer already exists [2020-10-27T16:31:30.727Z] ace0eda3e3be: Layer already exists [2020-10-27T16:31:30.727Z] ddad9b574fc3: Layer already exists [2020-10-27T16:31:30.727Z] master: digest: sha256:5bbdf77b3d78d247680eab3156cf190067f06751b2eb08afdd3d33480285ff49 size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [2020-10-27T16:31:30.856Z] Removing intermediate container b318d58af930 [2020-10-27T16:31:30.856Z] ---> 1d92ebafd58b [2020-10-27T16:31:30.856Z] [Pipeline] // withEnv [Pipeline] echo [2020-10-27T16:31:30.919Z] ===================================================== [Pipeline] echo [2020-10-27T16:31:30.970Z] taggedImages: [2020-10-27T16:31:30.970Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:5839a71b4bbbe111e98a5f129fc41db18caea77c [2020-10-27T16:31:30.970Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.101 [2020-10-27T16:31:30.970Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:5839a71b4bbbe111e98a5f129fc41db18caea77c-1.2.2-dev.101 [2020-10-27T16:31:30.970Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] echo [2020-10-27T16:31:31.043Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2020-10-27T16:31:31.043Z] 5839a71b4bbbe111e98a5f129fc41db18caea77c [2020-10-27T16:31:31.043Z] 1.2.2-dev.101 [2020-10-27T16:31:31.043Z] 5839a71b4bbbe111e98a5f129fc41db18caea77c-1.2.2-dev.101 [2020-10-27T16:31:31.043Z] master [2020-10-27T16:31:31.043Z] ===================================================== [Pipeline] withEnv [Pipeline] { [2020-10-27T16:31:31.134Z] Removing intermediate container 82a23d2ef67a [2020-10-27T16:31:31.134Z] ---> 889f79d37921 [2020-10-27T16:31:31.134Z] Step 14/22 : WORKDIR / [2020-10-27T16:31:31.134Z] ---> Running in 3cfa428b987b [2020-10-27T16:31:31.134Z] Removing intermediate container d20317fe838d [2020-10-27T16:31:31.134Z] ---> 8da5977d953c [2020-10-27T16:31:31.134Z] Step 22/22 : LABEL version=1.2.2-dev.101 [2020-10-27T16:31:31.134Z] Successfully built 1d92ebafd58b [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:31:31.410Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-10-27T16:31:31.410Z]  Building docker-support-scheduler-go ... done Building docker-security-secretstore-setup-go [2020-10-27T16:31:31.410Z] ---> Running in 9847bc579e09 [2020-10-27T16:31:31.569Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:5839a71b4bbbe111e98a5f129fc41db18caea77c [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:31:31.920Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:5839a71b4bbbe111e98a5f129fc41db18caea77c [2020-10-27T16:31:31.921Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-10-27T16:31:31.921Z] 52da59e2fa82: Preparing [2020-10-27T16:31:31.921Z] 0c35f9b8a325: Preparing [2020-10-27T16:31:31.921Z] ca304d534dde: Preparing [2020-10-27T16:31:31.921Z] 80a42bd6344d: Preparing [2020-10-27T16:31:31.921Z] da9c7e3503e8: Preparing [2020-10-27T16:31:31.921Z] 5c0c9ae1f25f: Preparing [2020-10-27T16:31:31.921Z] 1b93f0e8431f: Preparing [2020-10-27T16:31:31.921Z] 9a1c4f93238a: Preparing [2020-10-27T16:31:31.921Z] b2514bc56e57: Preparing [2020-10-27T16:31:31.921Z] 1fa776e1676f: Preparing [2020-10-27T16:31:31.921Z] 1b3ee35aacca: Preparing [2020-10-27T16:31:31.921Z] 1b93f0e8431f: Waiting [2020-10-27T16:31:31.921Z] 9a1c4f93238a: Waiting [2020-10-27T16:31:31.921Z] b2514bc56e57: Waiting [2020-10-27T16:31:31.921Z] 1fa776e1676f: Waiting [2020-10-27T16:31:31.921Z] 1b3ee35aacca: Waiting [2020-10-27T16:31:31.921Z] 5c0c9ae1f25f: Waiting [2020-10-27T16:31:32.018Z] Removing intermediate container 3cfa428b987b [2020-10-27T16:31:32.018Z] ---> 39fd2a6f1f73 [2020-10-27T16:31:32.018Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-10-27T16:31:32.291Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-27T16:31:32.291Z] Removing intermediate container 9847bc579e09 [2020-10-27T16:31:32.291Z] ---> ec2cfdf5e09c [2020-10-27T16:31:32.291Z] [2020-10-27T16:31:32.623Z] 52da59e2fa82: Pushed [2020-10-27T16:31:32.623Z] 0c35f9b8a325: Pushed [2020-10-27T16:31:32.891Z] Successfully built ec2cfdf5e09c [2020-10-27T16:31:33.166Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-27T16:31:33.166Z] Successfully tagged docker-core-command-go-arm64:latest [2020-10-27T16:31:33.166Z]  Building docker-core-command-go ... done Building docker-sys-mgmt-agent-go [2020-10-27T16:31:33.282Z] 5c0c9ae1f25f: Pushed [2020-10-27T16:31:33.282Z] 1b93f0e8431f: Pushed [2020-10-27T16:31:33.442Z] ---> e41cf1f43b9c [2020-10-27T16:31:33.442Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-10-27T16:31:33.562Z] 9a1c4f93238a: Pushed [2020-10-27T16:31:33.858Z] b2514bc56e57: Pushed [2020-10-27T16:31:33.858Z] ca304d534dde: Pushed [2020-10-27T16:31:33.858Z] da9c7e3503e8: Pushed [2020-10-27T16:31:33.858Z] 1b3ee35aacca: Layer already exists [2020-10-27T16:31:34.064Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-27T16:31:34.064Z] v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-27T16:31:34.064Z] OK: 12623 distinct packages available [2020-10-27T16:31:34.129Z] 1fa776e1676f: Pushed [2020-10-27T16:31:34.129Z] 80a42bd6344d: Pushed [2020-10-27T16:31:34.390Z] 5839a71b4bbbe111e98a5f129fc41db18caea77c: digest: sha256:6a82e1d3c31799b86006fc2120c285cab6724acb8e0a5065e8db640136a6c90e size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:31:34.684Z] Removing intermediate container 7433046df657 [2020-10-27T16:31:34.684Z] ---> 4ef972762a12 [2020-10-27T16:31:34.684Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-10-27T16:31:34.724Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.101 [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:31:34.980Z] OK: 217 MiB in 51 packages [2020-10-27T16:31:35.054Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.101 [2020-10-27T16:31:35.319Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-10-27T16:31:35.319Z] 52da59e2fa82: Preparing [2020-10-27T16:31:35.319Z] 0c35f9b8a325: Preparing [2020-10-27T16:31:35.319Z] ca304d534dde: Preparing [2020-10-27T16:31:35.319Z] 80a42bd6344d: Preparing [2020-10-27T16:31:35.319Z] da9c7e3503e8: Preparing [2020-10-27T16:31:35.319Z] 5c0c9ae1f25f: Preparing [2020-10-27T16:31:35.319Z] 1b93f0e8431f: Preparing [2020-10-27T16:31:35.319Z] 9a1c4f93238a: Preparing [2020-10-27T16:31:35.319Z] b2514bc56e57: Preparing [2020-10-27T16:31:35.319Z] 1fa776e1676f: Preparing [2020-10-27T16:31:35.319Z] 1b3ee35aacca: Preparing [2020-10-27T16:31:35.319Z] 1b93f0e8431f: Waiting [2020-10-27T16:31:35.319Z] 9a1c4f93238a: Waiting [2020-10-27T16:31:35.319Z] 1fa776e1676f: Waiting [2020-10-27T16:31:35.319Z] 5c0c9ae1f25f: Waiting [2020-10-27T16:31:35.319Z] 1b3ee35aacca: Waiting [2020-10-27T16:31:35.319Z] b2514bc56e57: Waiting [2020-10-27T16:31:35.319Z] 52da59e2fa82: Layer already exists [2020-10-27T16:31:35.319Z] 0c35f9b8a325: Layer already exists [2020-10-27T16:31:35.319Z] ca304d534dde: Layer already exists [2020-10-27T16:31:35.319Z] da9c7e3503e8: Layer already exists [2020-10-27T16:31:35.319Z] 80a42bd6344d: Layer already exists [2020-10-27T16:31:35.319Z] 5c0c9ae1f25f: Layer already exists [2020-10-27T16:31:35.319Z] 1b93f0e8431f: Layer already exists [2020-10-27T16:31:35.319Z] 9a1c4f93238a: Layer already exists [2020-10-27T16:31:35.319Z] 1fa776e1676f: Layer already exists [2020-10-27T16:31:35.319Z] b2514bc56e57: Layer already exists [2020-10-27T16:31:35.319Z] 1b3ee35aacca: Layer already exists [2020-10-27T16:31:35.319Z] 1.2.2-dev.101: digest: sha256:6a82e1d3c31799b86006fc2120c285cab6724acb8e0a5065e8db640136a6c90e size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:31:35.991Z] ---> 6c37b4e9f7ea [2020-10-27T16:31:35.991Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-10-27T16:31:35.991Z] ---> Running in f95317717532 [2020-10-27T16:31:36.231Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:5839a71b4bbbe111e98a5f129fc41db18caea77c-1.2.2-dev.101 [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:31:36.748Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:5839a71b4bbbe111e98a5f129fc41db18caea77c-1.2.2-dev.101 [2020-10-27T16:31:36.748Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-10-27T16:31:36.748Z] 52da59e2fa82: Preparing [2020-10-27T16:31:36.748Z] 0c35f9b8a325: Preparing [2020-10-27T16:31:36.748Z] ca304d534dde: Preparing [2020-10-27T16:31:36.748Z] 80a42bd6344d: Preparing [2020-10-27T16:31:36.748Z] da9c7e3503e8: Preparing [2020-10-27T16:31:36.748Z] 5c0c9ae1f25f: Preparing [2020-10-27T16:31:36.748Z] 1b93f0e8431f: Preparing [2020-10-27T16:31:36.748Z] 9a1c4f93238a: Preparing [2020-10-27T16:31:36.748Z] b2514bc56e57: Preparing [2020-10-27T16:31:36.748Z] 1fa776e1676f: Preparing [2020-10-27T16:31:36.748Z] 1b3ee35aacca: Preparing [2020-10-27T16:31:36.748Z] 5c0c9ae1f25f: Waiting [2020-10-27T16:31:36.748Z] 1fa776e1676f: Waiting [2020-10-27T16:31:36.748Z] 1b3ee35aacca: Waiting [2020-10-27T16:31:36.748Z] 1b93f0e8431f: Waiting [2020-10-27T16:31:36.748Z] 9a1c4f93238a: Waiting [2020-10-27T16:31:36.748Z] b2514bc56e57: Waiting [2020-10-27T16:31:36.748Z] ca304d534dde: Layer already exists [2020-10-27T16:31:36.748Z] 52da59e2fa82: Layer already exists [2020-10-27T16:31:36.748Z] 0c35f9b8a325: Layer already exists [2020-10-27T16:31:36.748Z] da9c7e3503e8: Layer already exists [2020-10-27T16:31:36.748Z] 80a42bd6344d: Layer already exists [2020-10-27T16:31:36.986Z] Removing intermediate container f95317717532 [2020-10-27T16:31:36.986Z] ---> 8fbe12b15aa3 [2020-10-27T16:31:36.986Z] Step 26/29 : CMD [ "generate" ] [2020-10-27T16:31:37.015Z] 5c0c9ae1f25f: Layer already exists [2020-10-27T16:31:37.015Z] b2514bc56e57: Layer already exists [2020-10-27T16:31:37.015Z] 1fa776e1676f: Layer already exists [2020-10-27T16:31:37.015Z] 9a1c4f93238a: Layer already exists [2020-10-27T16:31:37.015Z] 1b93f0e8431f: Layer already exists [2020-10-27T16:31:37.015Z] 1b3ee35aacca: Layer already exists [2020-10-27T16:31:37.015Z] 5839a71b4bbbe111e98a5f129fc41db18caea77c-1.2.2-dev.101: digest: sha256:6a82e1d3c31799b86006fc2120c285cab6724acb8e0a5065e8db640136a6c90e size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:31:37.269Z] ---> Running in f6994a46435f [2020-10-27T16:31:37.343Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:31:37.548Z] Removing intermediate container 9044a644d218 [2020-10-27T16:31:37.548Z] ---> d8254646e3b3 [2020-10-27T16:31:37.548Z] Step 6/23 : COPY go.mod . [2020-10-27T16:31:37.548Z] ---> 3896f47ee8c1 [2020-10-27T16:31:37.548Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-10-27T16:31:37.681Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2020-10-27T16:31:37.681Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-10-27T16:31:37.681Z] 52da59e2fa82: Preparing [2020-10-27T16:31:37.681Z] 0c35f9b8a325: Preparing [2020-10-27T16:31:37.681Z] ca304d534dde: Preparing [2020-10-27T16:31:37.681Z] 80a42bd6344d: Preparing [2020-10-27T16:31:37.681Z] da9c7e3503e8: Preparing [2020-10-27T16:31:37.681Z] 5c0c9ae1f25f: Preparing [2020-10-27T16:31:37.681Z] 1b93f0e8431f: Preparing [2020-10-27T16:31:37.681Z] 9a1c4f93238a: Preparing [2020-10-27T16:31:37.681Z] b2514bc56e57: Preparing [2020-10-27T16:31:37.681Z] 1fa776e1676f: Preparing [2020-10-27T16:31:37.681Z] 1b3ee35aacca: Preparing [2020-10-27T16:31:37.681Z] 9a1c4f93238a: Waiting [2020-10-27T16:31:37.681Z] b2514bc56e57: Waiting [2020-10-27T16:31:37.681Z] 5c0c9ae1f25f: Waiting [2020-10-27T16:31:37.681Z] 1fa776e1676f: Waiting [2020-10-27T16:31:37.681Z] 1b3ee35aacca: Waiting [2020-10-27T16:31:37.681Z] 1b93f0e8431f: Waiting [2020-10-27T16:31:37.681Z] 52da59e2fa82: Layer already exists [2020-10-27T16:31:37.681Z] da9c7e3503e8: Layer already exists [2020-10-27T16:31:37.681Z] 0c35f9b8a325: Layer already exists [2020-10-27T16:31:37.681Z] ca304d534dde: Layer already exists [2020-10-27T16:31:37.681Z] 80a42bd6344d: Layer already exists [2020-10-27T16:31:37.681Z] 1b93f0e8431f: Layer already exists [2020-10-27T16:31:37.681Z] 5c0c9ae1f25f: Layer already exists [2020-10-27T16:31:37.681Z] 1fa776e1676f: Layer already exists [2020-10-27T16:31:37.681Z] b2514bc56e57: Layer already exists [2020-10-27T16:31:37.681Z] 9a1c4f93238a: Layer already exists [2020-10-27T16:31:37.681Z] 1b3ee35aacca: Layer already exists [2020-10-27T16:31:37.828Z] ---> Running in 42c9fd097111 [2020-10-27T16:31:37.952Z] master: digest: sha256:6a82e1d3c31799b86006fc2120c285cab6724acb8e0a5065e8db640136a6c90e size: 2616 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [2020-10-27T16:31:38.109Z] Removing intermediate container f6994a46435f [2020-10-27T16:31:38.109Z] ---> 2a21129860ac [2020-10-27T16:31:38.109Z] Step 27/29 : LABEL arch=arm64 [Pipeline] echo [2020-10-27T16:31:38.128Z] ===================================================== [Pipeline] echo [2020-10-27T16:31:38.170Z] taggedImages: [2020-10-27T16:31:38.170Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:5839a71b4bbbe111e98a5f129fc41db18caea77c [2020-10-27T16:31:38.170Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.101 [2020-10-27T16:31:38.170Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:5839a71b4bbbe111e98a5f129fc41db18caea77c-1.2.2-dev.101 [2020-10-27T16:31:38.170Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2020-10-27T16:31:38.239Z] [edgeXDocker.push] Tagging docker image docker-support-logging-go with the following tags: [2020-10-27T16:31:38.239Z] 5839a71b4bbbe111e98a5f129fc41db18caea77c [2020-10-27T16:31:38.239Z] 1.2.2-dev.101 [2020-10-27T16:31:38.239Z] 5839a71b4bbbe111e98a5f129fc41db18caea77c-1.2.2-dev.101 [2020-10-27T16:31:38.239Z] master [2020-10-27T16:31:38.239Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [2020-10-27T16:31:38.389Z] ---> Running in 8f0a62adb2d4 [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:31:38.670Z] ---> eba30e62ed37 [2020-10-27T16:31:38.670Z] Step 7/23 : RUN go mod download [2020-10-27T16:31:38.776Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:5839a71b4bbbe111e98a5f129fc41db18caea77c [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:31:38.957Z] Removing intermediate container 42c9fd097111 [2020-10-27T16:31:38.957Z] ---> 9ddf483040cc [2020-10-27T16:31:38.957Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-27T16:31:39.126Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:5839a71b4bbbe111e98a5f129fc41db18caea77c [2020-10-27T16:31:39.126Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-10-27T16:31:39.126Z] 48bc7f029927: Preparing [2020-10-27T16:31:39.126Z] 2895dc187339: Preparing [2020-10-27T16:31:39.126Z] 4fe87881d44f: Preparing [2020-10-27T16:31:39.126Z] a0fe7320f8b7: Preparing [2020-10-27T16:31:39.393Z] 4fe87881d44f: Pushed [2020-10-27T16:31:39.393Z] 48bc7f029927: Pushed [2020-10-27T16:31:39.571Z] ---> Running in 8fe76d2bf5e3 [2020-10-27T16:31:39.571Z] ---> Running in e001a8e9ca95 [2020-10-27T16:31:39.571Z] Removing intermediate container 8f0a62adb2d4 [2020-10-27T16:31:39.571Z] ---> e780b5813d0c [2020-10-27T16:31:39.571Z] Step 28/29 : LABEL git_sha=5839a71b4bbbe111e98a5f129fc41db18caea77c [2020-10-27T16:31:39.682Z] a0fe7320f8b7: Pushed [2020-10-27T16:31:39.848Z] ---> Running in 004bc78244a5 [2020-10-27T16:31:40.444Z] Removing intermediate container e001a8e9ca95 [2020-10-27T16:31:40.444Z] ---> 71a398f0a774 [2020-10-27T16:31:40.444Z] Step 20/22 : LABEL arch=arm64 [2020-10-27T16:31:40.715Z] ---> Running in 761bffe06821 [2020-10-27T16:31:40.715Z] Removing intermediate container 004bc78244a5 [2020-10-27T16:31:40.715Z] ---> 4c9f02ea4894 [2020-10-27T16:31:40.715Z] Step 29/29 : LABEL version=1.2.2-dev.101 [2020-10-27T16:31:41.004Z] ---> Running in f1244996b400 [2020-10-27T16:31:41.119Z] 2895dc187339: Pushed [2020-10-27T16:31:41.119Z] 5839a71b4bbbe111e98a5f129fc41db18caea77c: digest: sha256:1ba6224138ebb0eb740977fa1a21f12ed8d7d5b2d8088e1749c3185d97d06ed0 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:31:41.281Z] Removing intermediate container 761bffe06821 [2020-10-27T16:31:41.281Z] ---> aff850bbef77 [2020-10-27T16:31:41.281Z] Step 21/22 : LABEL git_sha=5839a71b4bbbe111e98a5f129fc41db18caea77c [2020-10-27T16:31:41.461Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.101 [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:31:41.558Z] ---> Running in 6c4f97c1ccc9 [2020-10-27T16:31:41.558Z] Removing intermediate container f1244996b400 [2020-10-27T16:31:41.558Z] ---> f1e411b168a1 [2020-10-27T16:31:41.558Z] [2020-10-27T16:31:41.810Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.101 [2020-10-27T16:31:41.811Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-10-27T16:31:41.811Z] 48bc7f029927: Preparing [2020-10-27T16:31:41.811Z] 2895dc187339: Preparing [2020-10-27T16:31:41.811Z] 4fe87881d44f: Preparing [2020-10-27T16:31:41.811Z] a0fe7320f8b7: Preparing [2020-10-27T16:31:41.811Z] 4fe87881d44f: Layer already exists [2020-10-27T16:31:41.811Z] a0fe7320f8b7: Layer already exists [2020-10-27T16:31:41.811Z] 2895dc187339: Layer already exists [2020-10-27T16:31:41.811Z] 48bc7f029927: Layer already exists [2020-10-27T16:31:41.811Z] 1.2.2-dev.101: digest: sha256:1ba6224138ebb0eb740977fa1a21f12ed8d7d5b2d8088e1749c3185d97d06ed0 size: 1153 [2020-10-27T16:31:42.158Z] Successfully built f1e411b168a1 [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:31:42.431Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-10-27T16:31:42.431Z]  Building docker-security-secrets-setup-go ... done Building docker-support-notifications-go [2020-10-27T16:31:42.431Z] Removing intermediate container 6c4f97c1ccc9 [2020-10-27T16:31:42.431Z] ---> 8b871edb94f9 [2020-10-27T16:31:42.431Z] Step 22/22 : LABEL version=1.2.2-dev.101 [2020-10-27T16:31:42.483Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:5839a71b4bbbe111e98a5f129fc41db18caea77c-1.2.2-dev.101 [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:31:42.708Z] ---> Running in 83bbfaa54dfd [2020-10-27T16:31:42.795Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:5839a71b4bbbe111e98a5f129fc41db18caea77c-1.2.2-dev.101 [2020-10-27T16:31:42.795Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-10-27T16:31:42.795Z] 48bc7f029927: Preparing [2020-10-27T16:31:42.795Z] 2895dc187339: Preparing [2020-10-27T16:31:42.795Z] 4fe87881d44f: Preparing [2020-10-27T16:31:42.795Z] a0fe7320f8b7: Preparing [2020-10-27T16:31:42.795Z] 48bc7f029927: Layer already exists [2020-10-27T16:31:42.795Z] 4fe87881d44f: Layer already exists [2020-10-27T16:31:42.795Z] a0fe7320f8b7: Layer already exists [2020-10-27T16:31:42.796Z] 2895dc187339: Layer already exists [2020-10-27T16:31:42.796Z] 5839a71b4bbbe111e98a5f129fc41db18caea77c-1.2.2-dev.101: digest: sha256:1ba6224138ebb0eb740977fa1a21f12ed8d7d5b2d8088e1749c3185d97d06ed0 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:31:43.126Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:31:43.314Z] Removing intermediate container 8fe76d2bf5e3 [2020-10-27T16:31:43.314Z] ---> dd6a7fef259a [2020-10-27T16:31:43.314Z] Step 8/23 : COPY . . [2020-10-27T16:31:43.314Z] Removing intermediate container 83bbfaa54dfd [2020-10-27T16:31:43.314Z] ---> 607b617a37ac [2020-10-27T16:31:43.314Z] [2020-10-27T16:31:43.475Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [2020-10-27T16:31:43.476Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-10-27T16:31:43.476Z] 48bc7f029927: Preparing [2020-10-27T16:31:43.476Z] 2895dc187339: Preparing [2020-10-27T16:31:43.476Z] 4fe87881d44f: Preparing [2020-10-27T16:31:43.476Z] a0fe7320f8b7: Preparing [2020-10-27T16:31:43.476Z] a0fe7320f8b7: Layer already exists [2020-10-27T16:31:43.476Z] 4fe87881d44f: Layer already exists [2020-10-27T16:31:43.476Z] 48bc7f029927: Layer already exists [2020-10-27T16:31:43.476Z] 2895dc187339: Layer already exists [2020-10-27T16:31:43.607Z] Successfully built 607b617a37ac [2020-10-27T16:31:43.607Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-10-27T16:31:43.607Z] Building docker-security-proxy-setup-go [2020-10-27T16:31:43.739Z] master: digest: sha256:1ba6224138ebb0eb740977fa1a21f12ed8d7d5b2d8088e1749c3185d97d06ed0 size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-27T16:31:43.948Z] ===================================================== [Pipeline] echo [2020-10-27T16:31:44.002Z] taggedImages: [2020-10-27T16:31:44.003Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:5839a71b4bbbe111e98a5f129fc41db18caea77c [2020-10-27T16:31:44.003Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.101 [2020-10-27T16:31:44.003Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:5839a71b4bbbe111e98a5f129fc41db18caea77c-1.2.2-dev.101 [2020-10-27T16:31:44.003Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] echo [2020-10-27T16:31:44.074Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2020-10-27T16:31:44.074Z] 5839a71b4bbbe111e98a5f129fc41db18caea77c [2020-10-27T16:31:44.074Z] 1.2.2-dev.101 [2020-10-27T16:31:44.074Z] 5839a71b4bbbe111e98a5f129fc41db18caea77c-1.2.2-dev.101 [2020-10-27T16:31:44.074Z] master [2020-10-27T16:31:44.074Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:31:44.628Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:5839a71b4bbbe111e98a5f129fc41db18caea77c [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:31:44.949Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:5839a71b4bbbe111e98a5f129fc41db18caea77c [2020-10-27T16:31:44.949Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-10-27T16:31:44.949Z] 1573db3123b6: Preparing [2020-10-27T16:31:44.949Z] dd81a5f28a3c: Preparing [2020-10-27T16:31:44.949Z] 1be6a444c400: Preparing [2020-10-27T16:31:44.949Z] b0a241433c74: Preparing [2020-10-27T16:31:44.949Z] 77449d5d633b: Preparing [2020-10-27T16:31:44.949Z] dbd3ac4a3559: Preparing [2020-10-27T16:31:44.949Z] dbd3ac4a3559: Waiting [2020-10-27T16:31:45.222Z] 77449d5d633b: Pushed [2020-10-27T16:31:45.222Z] 1be6a444c400: Pushed [2020-10-27T16:31:45.222Z] 1573db3123b6: Pushed [2020-10-27T16:31:45.222Z] b0a241433c74: Pushed [2020-10-27T16:31:45.520Z] dbd3ac4a3559: Pushed [2020-10-27T16:31:46.955Z] dd81a5f28a3c: Pushed [2020-10-27T16:31:47.264Z] 5839a71b4bbbe111e98a5f129fc41db18caea77c: digest: sha256:d4158672c7021bb568a7130e2d4ddb88021bc8515db7f65730853184dee18cb6 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:31:47.637Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.101 [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:31:48.006Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.101 [2020-10-27T16:31:48.006Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-10-27T16:31:48.006Z] 1573db3123b6: Preparing [2020-10-27T16:31:48.006Z] dd81a5f28a3c: Preparing [2020-10-27T16:31:48.006Z] 1be6a444c400: Preparing [2020-10-27T16:31:48.006Z] b0a241433c74: Preparing [2020-10-27T16:31:48.006Z] 77449d5d633b: Preparing [2020-10-27T16:31:48.006Z] dbd3ac4a3559: Preparing [2020-10-27T16:31:48.007Z] dbd3ac4a3559: Waiting [2020-10-27T16:31:48.272Z] 1be6a444c400: Layer already exists [2020-10-27T16:31:48.272Z] 1573db3123b6: Layer already exists [2020-10-27T16:31:48.272Z] dd81a5f28a3c: Layer already exists [2020-10-27T16:31:48.272Z] 77449d5d633b: Layer already exists [2020-10-27T16:31:48.272Z] b0a241433c74: Layer already exists [2020-10-27T16:31:48.272Z] dbd3ac4a3559: Layer already exists [2020-10-27T16:31:48.272Z] 1.2.2-dev.101: digest: sha256:d4158672c7021bb568a7130e2d4ddb88021bc8515db7f65730853184dee18cb6 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:31:48.615Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:5839a71b4bbbe111e98a5f129fc41db18caea77c-1.2.2-dev.101 [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:31:48.966Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:5839a71b4bbbe111e98a5f129fc41db18caea77c-1.2.2-dev.101 [2020-10-27T16:31:48.967Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-10-27T16:31:48.967Z] 1573db3123b6: Preparing [2020-10-27T16:31:48.967Z] dd81a5f28a3c: Preparing [2020-10-27T16:31:48.967Z] 1be6a444c400: Preparing [2020-10-27T16:31:48.967Z] b0a241433c74: Preparing [2020-10-27T16:31:48.967Z] 77449d5d633b: Preparing [2020-10-27T16:31:48.967Z] dbd3ac4a3559: Preparing [2020-10-27T16:31:48.967Z] dbd3ac4a3559: Waiting [2020-10-27T16:31:48.967Z] 1573db3123b6: Layer already exists [2020-10-27T16:31:48.967Z] 1be6a444c400: Layer already exists [2020-10-27T16:31:48.967Z] b0a241433c74: Layer already exists [2020-10-27T16:31:48.967Z] 77449d5d633b: Layer already exists [2020-10-27T16:31:48.967Z] dd81a5f28a3c: Layer already exists [2020-10-27T16:31:48.967Z] dbd3ac4a3559: Layer already exists [2020-10-27T16:31:49.230Z] 5839a71b4bbbe111e98a5f129fc41db18caea77c-1.2.2-dev.101: digest: sha256:d4158672c7021bb568a7130e2d4ddb88021bc8515db7f65730853184dee18cb6 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:31:49.541Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:31:49.874Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2020-10-27T16:31:49.874Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-10-27T16:31:49.874Z] 1573db3123b6: Preparing [2020-10-27T16:31:49.874Z] dd81a5f28a3c: Preparing [2020-10-27T16:31:49.874Z] 1be6a444c400: Preparing [2020-10-27T16:31:49.874Z] b0a241433c74: Preparing [2020-10-27T16:31:49.874Z] 77449d5d633b: Preparing [2020-10-27T16:31:49.874Z] dbd3ac4a3559: Preparing [2020-10-27T16:31:49.874Z] dbd3ac4a3559: Waiting [2020-10-27T16:31:49.874Z] 77449d5d633b: Layer already exists [2020-10-27T16:31:49.874Z] b0a241433c74: Layer already exists [2020-10-27T16:31:49.874Z] 1573db3123b6: Layer already exists [2020-10-27T16:31:49.874Z] dd81a5f28a3c: Layer already exists [2020-10-27T16:31:49.874Z] 1be6a444c400: Layer already exists [2020-10-27T16:31:49.874Z] dbd3ac4a3559: Layer already exists [2020-10-27T16:31:50.147Z] master: digest: sha256:d4158672c7021bb568a7130e2d4ddb88021bc8515db7f65730853184dee18cb6 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-27T16:31:50.402Z] ===================================================== [Pipeline] echo [2020-10-27T16:31:50.446Z] taggedImages: [2020-10-27T16:31:50.446Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:5839a71b4bbbe111e98a5f129fc41db18caea77c [2020-10-27T16:31:50.446Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.101 [2020-10-27T16:31:50.446Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:5839a71b4bbbe111e98a5f129fc41db18caea77c-1.2.2-dev.101 [2020-10-27T16:31:50.446Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2020-10-27T16:31:50.508Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2020-10-27T16:31:50.508Z] 5839a71b4bbbe111e98a5f129fc41db18caea77c [2020-10-27T16:31:50.508Z] 1.2.2-dev.101 [2020-10-27T16:31:50.508Z] 5839a71b4bbbe111e98a5f129fc41db18caea77c-1.2.2-dev.101 [2020-10-27T16:31:50.508Z] master [2020-10-27T16:31:50.508Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:31:51.225Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:5839a71b4bbbe111e98a5f129fc41db18caea77c [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:31:51.671Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:5839a71b4bbbe111e98a5f129fc41db18caea77c [2020-10-27T16:31:51.671Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-10-27T16:31:51.671Z] 289f0af94d03: Preparing [2020-10-27T16:31:51.671Z] 52c8cc53ae25: Preparing [2020-10-27T16:31:51.671Z] c33a2684ebd8: Preparing [2020-10-27T16:31:51.913Z]  Building docker-core-metadata-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-27T16:31:51.914Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-10-27T16:31:51.914Z] ---> a937204e218b [2020-10-27T16:31:51.914Z] Step 3/26 : WORKDIR /edgex-go [2020-10-27T16:31:51.914Z] ---> Using cache [2020-10-27T16:31:51.914Z] ---> 1aae4de0f416 [2020-10-27T16:31:51.914Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-27T16:31:51.914Z] ---> Using cache [2020-10-27T16:31:51.914Z] ---> 7cbaaa9f8dd6 [2020-10-27T16:31:51.914Z] Step 5/26 : RUN apk update && apk add make git [2020-10-27T16:31:51.914Z] ---> Using cache [2020-10-27T16:31:51.914Z] ---> f707074f834c [2020-10-27T16:31:51.914Z] Step 6/26 : COPY go.mod . [2020-10-27T16:31:51.914Z] ---> Using cache [2020-10-27T16:31:51.914Z] ---> c079910b0104 [2020-10-27T16:31:51.914Z] Step 7/26 : RUN go mod download [2020-10-27T16:31:51.914Z] ---> Using cache [2020-10-27T16:31:51.914Z] ---> 199546729e48 [2020-10-27T16:31:51.914Z] Step 8/26 : COPY . . [2020-10-27T16:31:51.914Z] ---> Using cache [2020-10-27T16:31:51.914Z] ---> 58dacb156d40 [2020-10-27T16:31:51.914Z] 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-27T16:31:51.943Z] c33a2684ebd8: Pushed [2020-10-27T16:31:51.943Z] 289f0af94d03: Pushed [2020-10-27T16:31:53.909Z] 52c8cc53ae25: Pushed [2020-10-27T16:31:53.909Z] 5839a71b4bbbe111e98a5f129fc41db18caea77c: digest: sha256:cf7640c151680eea1ac5df4f322a5c38396afb8d7282391f912cf24707d54af1 size: 944 [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:31:54.262Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.101 [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:31:54.595Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.101 [2020-10-27T16:31:54.595Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-10-27T16:31:54.595Z] 289f0af94d03: Preparing [2020-10-27T16:31:54.595Z] 52c8cc53ae25: Preparing [2020-10-27T16:31:54.595Z] c33a2684ebd8: Preparing [2020-10-27T16:31:54.595Z] c33a2684ebd8: Layer already exists [2020-10-27T16:31:54.595Z] 52c8cc53ae25: Layer already exists [2020-10-27T16:31:54.595Z] 289f0af94d03: Layer already exists [2020-10-27T16:31:54.595Z] 1.2.2-dev.101: digest: sha256:cf7640c151680eea1ac5df4f322a5c38396afb8d7282391f912cf24707d54af1 size: 944 [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:31:55.059Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:5839a71b4bbbe111e98a5f129fc41db18caea77c-1.2.2-dev.101 [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:31:55.347Z] ---> Running in 09cd4ad796c2 [2020-10-27T16:31:55.347Z] ---> cf43232c4a41 [2020-10-27T16:31:55.347Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-10-27T16:31:55.388Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:5839a71b4bbbe111e98a5f129fc41db18caea77c-1.2.2-dev.101 [2020-10-27T16:31:55.388Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-10-27T16:31:55.388Z] 289f0af94d03: Preparing [2020-10-27T16:31:55.388Z] 52c8cc53ae25: Preparing [2020-10-27T16:31:55.388Z] c33a2684ebd8: Preparing [2020-10-27T16:31:55.388Z] 289f0af94d03: Layer already exists [2020-10-27T16:31:55.388Z] 52c8cc53ae25: Layer already exists [2020-10-27T16:31:55.388Z] c33a2684ebd8: Layer already exists [2020-10-27T16:31:55.388Z] 5839a71b4bbbe111e98a5f129fc41db18caea77c-1.2.2-dev.101: digest: sha256:cf7640c151680eea1ac5df4f322a5c38396afb8d7282391f912cf24707d54af1 size: 944 [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:31:55.621Z] ---> Running in 71f6ed6d4f39 [2020-10-27T16:31:55.793Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:31:56.167Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2020-10-27T16:31:56.167Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-10-27T16:31:56.167Z] 289f0af94d03: Preparing [2020-10-27T16:31:56.167Z] 52c8cc53ae25: Preparing [2020-10-27T16:31:56.167Z] c33a2684ebd8: Preparing [2020-10-27T16:31:56.167Z] 52c8cc53ae25: Layer already exists [2020-10-27T16:31:56.167Z] c33a2684ebd8: Layer already exists [2020-10-27T16:31:56.167Z] 289f0af94d03: Layer already exists [2020-10-27T16:31:56.438Z] master: digest: sha256:cf7640c151680eea1ac5df4f322a5c38396afb8d7282391f912cf24707d54af1 size: 944 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-27T16:31:56.602Z] ===================================================== [Pipeline] echo [2020-10-27T16:31:56.645Z] taggedImages: [2020-10-27T16:31:56.645Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:5839a71b4bbbe111e98a5f129fc41db18caea77c [2020-10-27T16:31:56.645Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.101 [2020-10-27T16:31:56.645Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:5839a71b4bbbe111e98a5f129fc41db18caea77c-1.2.2-dev.101 [2020-10-27T16:31:56.645Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2020-10-27T16:31:56.709Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2020-10-27T16:31:56.709Z] 5839a71b4bbbe111e98a5f129fc41db18caea77c [2020-10-27T16:31:56.709Z] 1.2.2-dev.101 [2020-10-27T16:31:56.709Z] 5839a71b4bbbe111e98a5f129fc41db18caea77c-1.2.2-dev.101 [2020-10-27T16:31:56.709Z] master [2020-10-27T16:31:56.709Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:31:57.073Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.101" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-10-27T16:31:57.249Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:5839a71b4bbbe111e98a5f129fc41db18caea77c [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:31:57.352Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.101" -o cmd/core-data/core-data ./cmd/core-data [2020-10-27T16:31:57.657Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:5839a71b4bbbe111e98a5f129fc41db18caea77c [2020-10-27T16:31:57.657Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-10-27T16:31:57.657Z] f629b03781fd: Preparing [2020-10-27T16:31:57.657Z] 0cf2bff7081a: Preparing [2020-10-27T16:31:57.657Z] 79968be94df8: Preparing [2020-10-27T16:31:57.657Z] 50643acea509: Preparing [2020-10-27T16:31:57.657Z] fa5b53ed52bb: Preparing [2020-10-27T16:31:57.657Z] 6d39cc7c80a2: Preparing [2020-10-27T16:31:57.657Z] 40013b041bc0: Preparing [2020-10-27T16:31:57.657Z] 1d278c39f50a: Preparing [2020-10-27T16:31:57.657Z] 3730a0890c46: Preparing [2020-10-27T16:31:57.657Z] 383f309b5d37: Preparing [2020-10-27T16:31:57.657Z] e1a73c32da76: Preparing [2020-10-27T16:31:57.657Z] 31b11ec6ff38: Preparing [2020-10-27T16:31:57.657Z] 911954e2fe49: Preparing [2020-10-27T16:31:57.657Z] ace0eda3e3be: Preparing [2020-10-27T16:31:57.657Z] 3730a0890c46: Waiting [2020-10-27T16:31:57.657Z] 383f309b5d37: Waiting [2020-10-27T16:31:57.657Z] 6d39cc7c80a2: Waiting [2020-10-27T16:31:57.657Z] e1a73c32da76: Waiting [2020-10-27T16:31:57.657Z] 31b11ec6ff38: Waiting [2020-10-27T16:31:57.657Z] 40013b041bc0: Waiting [2020-10-27T16:31:57.657Z] 911954e2fe49: Waiting [2020-10-27T16:31:57.657Z] 1d278c39f50a: Waiting [2020-10-27T16:31:57.657Z] ace0eda3e3be: Waiting [2020-10-27T16:31:58.312Z] fa5b53ed52bb: Pushed [2020-10-27T16:31:58.312Z] f629b03781fd: Pushed [2020-10-27T16:31:58.806Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-27T16:31:58.806Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-10-27T16:31:58.806Z] ---> a937204e218b [2020-10-27T16:31:58.806Z] Step 3/27 : WORKDIR /edgex-go [2020-10-27T16:31:58.806Z] ---> Using cache [2020-10-27T16:31:58.806Z] ---> 1aae4de0f416 [2020-10-27T16:31:58.806Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-27T16:31:58.806Z] ---> Using cache [2020-10-27T16:31:58.806Z] ---> 7cbaaa9f8dd6 [2020-10-27T16:31:58.806Z] Step 5/27 : RUN apk update && apk add make bash git [2020-10-27T16:31:59.124Z] 50643acea509: Pushed [2020-10-27T16:31:59.124Z] 1d278c39f50a: Layer already exists [2020-10-27T16:31:59.124Z] 3730a0890c46: Layer already exists [2020-10-27T16:31:59.124Z] 40013b041bc0: Pushed [2020-10-27T16:31:59.124Z] 383f309b5d37: Layer already exists [2020-10-27T16:31:59.431Z] e1a73c32da76: Layer already exists [2020-10-27T16:31:59.431Z] 31b11ec6ff38: Layer already exists [2020-10-27T16:31:59.431Z] 911954e2fe49: Layer already exists [2020-10-27T16:31:59.431Z] ace0eda3e3be: Layer already exists [2020-10-27T16:31:59.431Z] 0cf2bff7081a: Pushed [2020-10-27T16:31:59.797Z] ---> Running in 40887951aa8b [2020-10-27T16:32:00.461Z] 6d39cc7c80a2: Pushed [2020-10-27T16:32:02.442Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-27T16:32:03.051Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-27T16:32:04.513Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-27T16:32:04.513Z] v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-27T16:32:04.513Z] OK: 12623 distinct packages available [2020-10-27T16:32:05.120Z] OK: 217 MiB in 51 packages [2020-10-27T16:32:06.489Z] 79968be94df8: Pushed [2020-10-27T16:32:06.489Z] 5839a71b4bbbe111e98a5f129fc41db18caea77c: digest: sha256:2b1cf2387d398638f4b53f3d956ab30cef6602397b10f3c778c609ae44e5029e size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:32:06.844Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.101 [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:32:07.153Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.101 [2020-10-27T16:32:07.153Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-10-27T16:32:07.153Z] f629b03781fd: Preparing [2020-10-27T16:32:07.153Z] 0cf2bff7081a: Preparing [2020-10-27T16:32:07.153Z] 79968be94df8: Preparing [2020-10-27T16:32:07.153Z] 50643acea509: Preparing [2020-10-27T16:32:07.153Z] fa5b53ed52bb: Preparing [2020-10-27T16:32:07.153Z] 6d39cc7c80a2: Preparing [2020-10-27T16:32:07.153Z] 40013b041bc0: Preparing [2020-10-27T16:32:07.153Z] 1d278c39f50a: Preparing [2020-10-27T16:32:07.153Z] 3730a0890c46: Preparing [2020-10-27T16:32:07.153Z] 383f309b5d37: Preparing [2020-10-27T16:32:07.153Z] e1a73c32da76: Preparing [2020-10-27T16:32:07.153Z] 31b11ec6ff38: Preparing [2020-10-27T16:32:07.153Z] 911954e2fe49: Preparing [2020-10-27T16:32:07.153Z] ace0eda3e3be: Preparing [2020-10-27T16:32:07.153Z] 3730a0890c46: Waiting [2020-10-27T16:32:07.153Z] 383f309b5d37: Waiting [2020-10-27T16:32:07.153Z] e1a73c32da76: Waiting [2020-10-27T16:32:07.153Z] 31b11ec6ff38: Waiting [2020-10-27T16:32:07.153Z] 911954e2fe49: Waiting [2020-10-27T16:32:07.153Z] ace0eda3e3be: Waiting [2020-10-27T16:32:07.153Z] 40013b041bc0: Waiting [2020-10-27T16:32:07.153Z] 1d278c39f50a: Waiting [2020-10-27T16:32:07.153Z] 6d39cc7c80a2: Waiting [2020-10-27T16:32:07.153Z] f629b03781fd: Layer already exists [2020-10-27T16:32:07.153Z] 0cf2bff7081a: Layer already exists [2020-10-27T16:32:07.153Z] fa5b53ed52bb: Layer already exists [2020-10-27T16:32:07.153Z] 79968be94df8: Layer already exists [2020-10-27T16:32:07.153Z] 50643acea509: Layer already exists [2020-10-27T16:32:07.153Z] 383f309b5d37: Layer already exists [2020-10-27T16:32:07.153Z] 3730a0890c46: Layer already exists [2020-10-27T16:32:07.153Z] 6d39cc7c80a2: Layer already exists [2020-10-27T16:32:07.153Z] 40013b041bc0: Layer already exists [2020-10-27T16:32:07.153Z] 1d278c39f50a: Layer already exists [2020-10-27T16:32:07.153Z] ace0eda3e3be: Layer already exists [2020-10-27T16:32:07.153Z] 911954e2fe49: Layer already exists [2020-10-27T16:32:07.153Z] 31b11ec6ff38: Layer already exists [2020-10-27T16:32:07.153Z] e1a73c32da76: Layer already exists [2020-10-27T16:32:07.196Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-27T16:32:07.196Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-10-27T16:32:07.196Z] ---> a937204e218b [2020-10-27T16:32:07.196Z] Step 3/24 : WORKDIR /edgex-go [2020-10-27T16:32:07.196Z] ---> Using cache [2020-10-27T16:32:07.196Z] ---> 1aae4de0f416 [2020-10-27T16:32:07.196Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-27T16:32:07.196Z] ---> Using cache [2020-10-27T16:32:07.196Z] ---> 7cbaaa9f8dd6 [2020-10-27T16:32:07.196Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-10-27T16:32:07.418Z] 1.2.2-dev.101: digest: sha256:2b1cf2387d398638f4b53f3d956ab30cef6602397b10f3c778c609ae44e5029e size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:32:07.758Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:5839a71b4bbbe111e98a5f129fc41db18caea77c-1.2.2-dev.101 [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:32:07.820Z] ---> Running in 4c9dfc4578c2 [2020-10-27T16:32:08.068Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:5839a71b4bbbe111e98a5f129fc41db18caea77c-1.2.2-dev.101 [2020-10-27T16:32:08.068Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-10-27T16:32:08.068Z] f629b03781fd: Preparing [2020-10-27T16:32:08.068Z] 0cf2bff7081a: Preparing [2020-10-27T16:32:08.068Z] 79968be94df8: Preparing [2020-10-27T16:32:08.068Z] 50643acea509: Preparing [2020-10-27T16:32:08.068Z] fa5b53ed52bb: Preparing [2020-10-27T16:32:08.068Z] 6d39cc7c80a2: Preparing [2020-10-27T16:32:08.068Z] 40013b041bc0: Preparing [2020-10-27T16:32:08.068Z] 1d278c39f50a: Preparing [2020-10-27T16:32:08.068Z] 3730a0890c46: Preparing [2020-10-27T16:32:08.068Z] 383f309b5d37: Preparing [2020-10-27T16:32:08.068Z] e1a73c32da76: Preparing [2020-10-27T16:32:08.068Z] 31b11ec6ff38: Preparing [2020-10-27T16:32:08.068Z] 911954e2fe49: Preparing [2020-10-27T16:32:08.068Z] ace0eda3e3be: Preparing [2020-10-27T16:32:08.068Z] 6d39cc7c80a2: Waiting [2020-10-27T16:32:08.068Z] 40013b041bc0: Waiting [2020-10-27T16:32:08.068Z] 1d278c39f50a: Waiting [2020-10-27T16:32:08.068Z] 31b11ec6ff38: Waiting [2020-10-27T16:32:08.068Z] 3730a0890c46: Waiting [2020-10-27T16:32:08.068Z] 383f309b5d37: Waiting [2020-10-27T16:32:08.068Z] e1a73c32da76: Waiting [2020-10-27T16:32:08.068Z] 911954e2fe49: Waiting [2020-10-27T16:32:08.068Z] ace0eda3e3be: Waiting [2020-10-27T16:32:08.068Z] f629b03781fd: Layer already exists [2020-10-27T16:32:08.068Z] fa5b53ed52bb: Layer already exists [2020-10-27T16:32:08.068Z] 79968be94df8: Layer already exists [2020-10-27T16:32:08.068Z] 50643acea509: Layer already exists [2020-10-27T16:32:08.068Z] 0cf2bff7081a: Layer already exists [2020-10-27T16:32:08.068Z] 6d39cc7c80a2: Layer already exists [2020-10-27T16:32:08.068Z] 1d278c39f50a: Layer already exists [2020-10-27T16:32:08.068Z] 3730a0890c46: Layer already exists [2020-10-27T16:32:08.068Z] 40013b041bc0: Layer already exists [2020-10-27T16:32:08.068Z] 383f309b5d37: Layer already exists [2020-10-27T16:32:08.068Z] e1a73c32da76: Layer already exists [2020-10-27T16:32:08.068Z] 911954e2fe49: Layer already exists [2020-10-27T16:32:08.068Z] 31b11ec6ff38: Layer already exists [2020-10-27T16:32:08.333Z] ace0eda3e3be: Layer already exists [2020-10-27T16:32:08.333Z] 5839a71b4bbbe111e98a5f129fc41db18caea77c-1.2.2-dev.101: digest: sha256:2b1cf2387d398638f4b53f3d956ab30cef6602397b10f3c778c609ae44e5029e size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:32:08.654Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:32:08.839Z] Removing intermediate container 40887951aa8b [2020-10-27T16:32:08.839Z] ---> 82c6f25875f7 [2020-10-27T16:32:08.839Z] Step 6/27 : COPY go.mod . [2020-10-27T16:32:08.970Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2020-10-27T16:32:08.971Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-10-27T16:32:08.971Z] f629b03781fd: Preparing [2020-10-27T16:32:08.971Z] 0cf2bff7081a: Preparing [2020-10-27T16:32:08.971Z] 79968be94df8: Preparing [2020-10-27T16:32:08.971Z] 50643acea509: Preparing [2020-10-27T16:32:08.971Z] fa5b53ed52bb: Preparing [2020-10-27T16:32:08.971Z] 6d39cc7c80a2: Preparing [2020-10-27T16:32:08.971Z] 40013b041bc0: Preparing [2020-10-27T16:32:08.971Z] 1d278c39f50a: Preparing [2020-10-27T16:32:08.971Z] 3730a0890c46: Preparing [2020-10-27T16:32:08.971Z] 383f309b5d37: Preparing [2020-10-27T16:32:08.971Z] e1a73c32da76: Preparing [2020-10-27T16:32:08.971Z] 31b11ec6ff38: Preparing [2020-10-27T16:32:08.971Z] 911954e2fe49: Preparing [2020-10-27T16:32:08.971Z] ace0eda3e3be: Preparing [2020-10-27T16:32:08.971Z] 6d39cc7c80a2: Waiting [2020-10-27T16:32:08.971Z] 40013b041bc0: Waiting [2020-10-27T16:32:08.971Z] 1d278c39f50a: Waiting [2020-10-27T16:32:08.971Z] 383f309b5d37: Waiting [2020-10-27T16:32:08.971Z] e1a73c32da76: Waiting [2020-10-27T16:32:08.971Z] 31b11ec6ff38: Waiting [2020-10-27T16:32:08.971Z] 911954e2fe49: Waiting [2020-10-27T16:32:08.971Z] ace0eda3e3be: Waiting [2020-10-27T16:32:08.971Z] 3730a0890c46: Waiting [2020-10-27T16:32:08.971Z] fa5b53ed52bb: Layer already exists [2020-10-27T16:32:08.971Z] 50643acea509: Layer already exists [2020-10-27T16:32:08.971Z] 0cf2bff7081a: Layer already exists [2020-10-27T16:32:08.971Z] 79968be94df8: Layer already exists [2020-10-27T16:32:08.971Z] f629b03781fd: Layer already exists [2020-10-27T16:32:08.971Z] 6d39cc7c80a2: Layer already exists [2020-10-27T16:32:09.244Z] 40013b041bc0: Layer already exists [2020-10-27T16:32:09.244Z] 1d278c39f50a: Layer already exists [2020-10-27T16:32:09.244Z] 3730a0890c46: Layer already exists [2020-10-27T16:32:09.244Z] 383f309b5d37: Layer already exists [2020-10-27T16:32:09.244Z] e1a73c32da76: Layer already exists [2020-10-27T16:32:09.244Z] ace0eda3e3be: Layer already exists [2020-10-27T16:32:09.244Z] 31b11ec6ff38: Layer already exists [2020-10-27T16:32:09.244Z] 911954e2fe49: Layer already exists [2020-10-27T16:32:09.244Z] master: digest: sha256:2b1cf2387d398638f4b53f3d956ab30cef6602397b10f3c778c609ae44e5029e size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-27T16:32:09.431Z] ===================================================== [2020-10-27T16:32:09.451Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-27T16:32:09.451Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-10-27T16:32:09.451Z] ---> a937204e218b [2020-10-27T16:32:09.451Z] Step 3/20 : WORKDIR /edgex-go [2020-10-27T16:32:09.451Z] ---> Using cache [2020-10-27T16:32:09.451Z] ---> 1aae4de0f416 [2020-10-27T16:32:09.451Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-27T16:32:09.451Z] ---> Using cache [2020-10-27T16:32:09.451Z] ---> 7cbaaa9f8dd6 [2020-10-27T16:32:09.451Z] Step 5/20 : RUN apk update && apk add make git [2020-10-27T16:32:09.451Z] ---> Using cache [2020-10-27T16:32:09.451Z] ---> f707074f834c [2020-10-27T16:32:09.451Z] Step 6/20 : COPY go.mod . [2020-10-27T16:32:09.451Z] ---> Using cache [2020-10-27T16:32:09.451Z] ---> c079910b0104 [2020-10-27T16:32:09.451Z] Step 7/20 : RUN go mod download [2020-10-27T16:32:09.451Z] ---> Using cache [2020-10-27T16:32:09.451Z] ---> 199546729e48 [2020-10-27T16:32:09.451Z] Step 8/20 : COPY . . [Pipeline] echo [2020-10-27T16:32:09.475Z] taggedImages: [2020-10-27T16:32:09.475Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:5839a71b4bbbe111e98a5f129fc41db18caea77c [2020-10-27T16:32:09.475Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.101 [2020-10-27T16:32:09.475Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:5839a71b4bbbe111e98a5f129fc41db18caea77c-1.2.2-dev.101 [2020-10-27T16:32:09.475Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [2020-10-27T16:32:09.733Z] ---> Using cache [2020-10-27T16:32:09.733Z] ---> 58dacb156d40 [2020-10-27T16:32:09.733Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-27T16:32:10.383Z] ---> Running in afc58f8cc65a [Pipeline] // stage [Pipeline] } [2020-10-27T16:32:10.666Z] ---> f686ccfd6f80 [2020-10-27T16:32:10.666Z] Step 7/27 : RUN go mod download [2020-10-27T16:32:10.952Z] ---> Running in 75db385057e8 [2020-10-27T16:32:10.952Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-27T16:32:12.958Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-27T16:32:12.958Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.101" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-10-27T16:32:15.628Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-27T16:32:15.628Z] v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-27T16:32:15.628Z] OK: 12623 distinct packages available [2020-10-27T16:32:16.250Z] Removing intermediate container 75db385057e8 [2020-10-27T16:32:16.250Z] ---> ac0e6dfcf225 [2020-10-27T16:32:16.250Z] Step 8/27 : COPY . . [2020-10-27T16:32:16.583Z] OK: 217 MiB in 51 packages [2020-10-27T16:32:20.213Z] Removing intermediate container 4c9dfc4578c2 [2020-10-27T16:32:20.213Z] ---> 828c2b4322c3 [2020-10-27T16:32:20.213Z] Step 6/24 : COPY go.mod . [2020-10-27T16:32:21.742Z] ---> 1e48fadc78e1 [2020-10-27T16:32:21.742Z] Step 7/24 : RUN go mod download [2020-10-27T16:32:22.348Z] ---> Running in f6ce905376d0 [2020-10-27T16:32:29.131Z] Removing intermediate container f6ce905376d0 [2020-10-27T16:32:29.131Z] ---> 366d1f7b9c61 [2020-10-27T16:32:29.131Z] Step 8/24 : COPY . . [2020-10-27T16:32:29.131Z] ---> 64d9dde58fe5 [2020-10-27T16:32:29.131Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-10-27T16:32:29.448Z] ---> Running in cccb625c6583 [2020-10-27T16:32:32.096Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.101" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-10-27T16:32:42.330Z] ---> 53cf159732f1 [2020-10-27T16:32:42.330Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-10-27T16:32:42.330Z] ---> Running in 7a4ebbad9588 [2020-10-27T16:32:44.326Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.101" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-10-27T16:33:16.762Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.101" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-10-27T16:33:23.524Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.101" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-10-27T16:33:38.808Z] Removing intermediate container 09cd4ad796c2 [2020-10-27T16:33:38.808Z] ---> 4aa2243ed6dc [2020-10-27T16:33:38.808Z] [2020-10-27T16:33:38.808Z] Step 10/26 : FROM alpine:3.10 [2020-10-27T16:33:38.808Z] Removing intermediate container afc58f8cc65a [2020-10-27T16:33:38.808Z] ---> 7130f309237b [2020-10-27T16:33:38.808Z] [2020-10-27T16:33:38.808Z] Step 10/20 : FROM alpine [2020-10-27T16:33:38.808Z] ---> 2e77e061c27f [2020-10-27T16:33:38.808Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-10-27T16:33:38.808Z] ---> Running in 50b2f74d2955 [2020-10-27T16:33:38.808Z] 3.10: Pulling from library/alpine [2020-10-27T16:33:38.808Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-10-27T16:33:38.808Z] Status: Downloaded newer image for alpine:3.10 [2020-10-27T16:33:38.808Z] ---> 536a684cf733 [2020-10-27T16:33:38.808Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-10-27T16:33:39.097Z] ---> Running in f996c00f9e94 [2020-10-27T16:33:39.097Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-27T16:33:39.724Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-27T16:33:40.333Z] v3.12.1-8-ge053f6efb7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-27T16:33:40.333Z] v3.12.1-5-g0954f48dc3 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-27T16:33:40.333Z] OK: 12615 distinct packages available [2020-10-27T16:33:41.817Z] (1/4) Installing ca-certificates (20191127-r4) [2020-10-27T16:33:41.817Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-10-27T16:33:41.817Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-10-27T16:33:41.817Z] (3/4) Installing libcurl (7.69.1-r1) [2020-10-27T16:33:41.817Z] (4/4) Installing curl (7.69.1-r1) [2020-10-27T16:33:41.817Z] Executing busybox-1.31.1-r19.trigger [2020-10-27T16:33:41.817Z] Executing ca-certificates-20191127-r4.trigger [2020-10-27T16:33:42.108Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-10-27T16:33:42.108Z] OK: 7 MiB in 18 packages [2020-10-27T16:33:42.736Z] v3.10.5-127-ga687d2589a [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-10-27T16:33:42.736Z] v3.10.5-136-gb80983a48b [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-10-27T16:33:42.736Z] OK: 10167 distinct packages available [2020-10-27T16:33:43.742Z] (1/5) Installing ca-certificates (20191127-r2) [2020-10-27T16:33:44.034Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-10-27T16:33:44.034Z] (3/5) Installing libcurl (7.66.0-r1) [2020-10-27T16:33:44.034Z] (4/5) Installing curl (7.66.0-r1) [2020-10-27T16:33:44.034Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-10-27T16:33:44.034Z] Executing busybox-1.30.1-r3.trigger [2020-10-27T16:33:44.034Z] Executing ca-certificates-20191127-r2.trigger [2020-10-27T16:33:44.320Z] OK: 7 MiB in 19 packages [2020-10-27T16:33:44.944Z] Removing intermediate container 50b2f74d2955 [2020-10-27T16:33:44.944Z] ---> 8896cdcd8570 [2020-10-27T16:33:44.944Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-27T16:33:45.228Z] ---> Running in a86aef409314 [2020-10-27T16:33:46.236Z] Removing intermediate container a86aef409314 [2020-10-27T16:33:46.237Z] ---> c3e1915ccc04 [2020-10-27T16:33:46.237Z] Step 13/20 : WORKDIR /edgex [2020-10-27T16:33:46.237Z] ---> Running in ae237a8b2bad [2020-10-27T16:33:47.245Z] Removing intermediate container ae237a8b2bad [2020-10-27T16:33:47.245Z] ---> 83a4ac66294c [2020-10-27T16:33:47.245Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-10-27T16:33:47.245Z] Removing intermediate container f996c00f9e94 [2020-10-27T16:33:47.245Z] ---> c1a195e2590e [2020-10-27T16:33:47.245Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-27T16:33:47.527Z] ---> Running in 9584ad1c6795 [2020-10-27T16:33:48.538Z] Removing intermediate container 9584ad1c6795 [2020-10-27T16:33:48.538Z] ---> 01f3a4d9bc46 [2020-10-27T16:33:48.538Z] Step 13/26 : WORKDIR / [2020-10-27T16:33:48.830Z] ---> Running in d347bee8ba43 [2020-10-27T16:33:48.830Z] ---> 841972ad0747 [2020-10-27T16:33:48.830Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-10-27T16:33:49.444Z] Removing intermediate container d347bee8ba43 [2020-10-27T16:33:49.444Z] ---> 40aa04538488 [2020-10-27T16:33:49.444Z] 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-27T16:33:50.921Z] ---> 5c6eedc6fef5 [2020-10-27T16:33:50.921Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-10-27T16:33:50.921Z] ---> Running in dba5e432fc0a [2020-10-27T16:33:50.921Z] ---> 4abce4deca0b [2020-10-27T16:33:50.921Z] 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-27T16:33:51.925Z] Removing intermediate container dba5e432fc0a [2020-10-27T16:33:51.925Z] ---> f27e4a6199e3 [2020-10-27T16:33:51.925Z] Step 17/20 : CMD ["--init=true"] [2020-10-27T16:33:52.210Z] ---> Running in 2e779684c0d8 [2020-10-27T16:33:52.492Z] ---> b5c9830c6935 [2020-10-27T16:33:52.492Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-10-27T16:33:53.121Z] Removing intermediate container 2e779684c0d8 [2020-10-27T16:33:53.121Z] ---> 5e26d870d33a [2020-10-27T16:33:53.121Z] Step 18/20 : LABEL arch=arm64 [2020-10-27T16:33:53.121Z] ---> Running in 2450413ddde9 [2020-10-27T16:33:54.128Z] ---> 8225a0a959dc [2020-10-27T16:33:54.128Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-10-27T16:33:54.128Z] Removing intermediate container 2450413ddde9 [2020-10-27T16:33:54.128Z] ---> 3e893232183a [2020-10-27T16:33:54.128Z] Step 19/20 : LABEL git_sha=5839a71b4bbbe111e98a5f129fc41db18caea77c [2020-10-27T16:33:54.406Z] ---> Running in ce9eb5e77f5e [2020-10-27T16:33:55.020Z] ---> 7f0b706e4c14 [2020-10-27T16:33:55.020Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-10-27T16:33:55.300Z] Removing intermediate container ce9eb5e77f5e [2020-10-27T16:33:55.300Z] ---> 74ada37168b5 [2020-10-27T16:33:55.300Z] Step 20/20 : LABEL version=1.2.2-dev.101 [2020-10-27T16:33:55.581Z] ---> Running in a9444891fd2e [2020-10-27T16:33:56.577Z] Removing intermediate container a9444891fd2e [2020-10-27T16:33:56.578Z] ---> adf97dd278db [2020-10-27T16:33:56.578Z] [2020-10-27T16:33:57.189Z] Successfully built adf97dd278db [2020-10-27T16:33:57.189Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-10-27T16:33:57.189Z]  Building docker-security-proxy-setup-go ... done  ---> 56fcb0f8739a [2020-10-27T16:33:57.189Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-10-27T16:33:59.198Z] ---> 0201fb74132c [2020-10-27T16:33:59.198Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-10-27T16:34:00.667Z] ---> e6bfa13b10cd [2020-10-27T16:34:00.667Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-10-27T16:34:02.731Z] ---> 1b0a2e5b1da2 [2020-10-27T16:34:02.731Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-27T16:34:03.011Z] ---> Running in cd6e5fdadc39 [2020-10-27T16:34:04.025Z] Removing intermediate container cccb625c6583 [2020-10-27T16:34:04.025Z] ---> 8a57e4a54053 [2020-10-27T16:34:04.025Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-10-27T16:34:04.312Z] ---> Running in ad63bd7b89d2 [2020-10-27T16:34:06.985Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.101" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-10-27T16:34:06.985Z] Removing intermediate container cd6e5fdadc39 [2020-10-27T16:34:06.985Z] ---> 084b5559bac9 [2020-10-27T16:34:06.985Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-10-27T16:34:07.278Z] ---> Running in 8bb13863bf19 [2020-10-27T16:34:07.895Z] Removing intermediate container 8bb13863bf19 [2020-10-27T16:34:07.896Z] ---> 74d818bbb115 [2020-10-27T16:34:07.896Z] Step 24/26 : LABEL arch=arm64 [2020-10-27T16:34:07.896Z] ---> Running in c8360730e90f [2020-10-27T16:34:08.504Z] Removing intermediate container c8360730e90f [2020-10-27T16:34:08.504Z] ---> b222034ca367 [2020-10-27T16:34:08.504Z] Step 25/26 : LABEL git_sha=5839a71b4bbbe111e98a5f129fc41db18caea77c [2020-10-27T16:34:08.789Z] ---> Running in 73f7fa88deb0 [2020-10-27T16:34:09.442Z] Removing intermediate container 73f7fa88deb0 [2020-10-27T16:34:09.442Z] ---> af4763af7848 [2020-10-27T16:34:09.442Z] Step 26/26 : LABEL version=1.2.2-dev.101 [2020-10-27T16:34:09.755Z] ---> Running in 9124f96c6b6e [2020-10-27T16:34:10.949Z] Removing intermediate container 9124f96c6b6e [2020-10-27T16:34:10.949Z] ---> f6aed29334ed [2020-10-27T16:34:10.949Z] [2020-10-27T16:34:11.284Z] Successfully built f6aed29334ed [2020-10-27T16:34:11.284Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-10-27T16:34:11.970Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container ad63bd7b89d2 [2020-10-27T16:34:11.970Z] ---> 3fda06260175 [2020-10-27T16:34:11.970Z] [2020-10-27T16:34:11.970Z] Step 11/27 : FROM docker:latest [2020-10-27T16:34:11.970Z] ---> 5d4db4dc0692 [2020-10-27T16:34:11.970Z] Step 12/27 : RUN apk add --no-cache bash [2020-10-27T16:34:12.292Z] ---> Running in 612f42d636d6 [2020-10-27T16:34:14.306Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-27T16:34:14.583Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-27T16:34:15.185Z] (1/2) Installing readline (8.0.4-r0) [2020-10-27T16:34:15.185Z] (2/2) Installing bash (5.0.17-r0) [2020-10-27T16:34:15.185Z] Executing bash-5.0.17-r0.post-install [2020-10-27T16:34:15.185Z] Executing busybox-1.31.1-r19.trigger [2020-10-27T16:34:15.185Z] OK: 12 MiB in 22 packages [2020-10-27T16:34:17.214Z] Removing intermediate container 612f42d636d6 [2020-10-27T16:34:17.214Z] ---> f3c4f9885412 [2020-10-27T16:34:17.214Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-10-27T16:34:17.214Z] ---> Running in 3bea09496d69 [2020-10-27T16:34:20.643Z] Removing intermediate container 3bea09496d69 [2020-10-27T16:34:20.643Z] ---> b02d766aff9c [2020-10-27T16:34:20.643Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-10-27T16:34:20.643Z] Removing intermediate container 7a4ebbad9588 [2020-10-27T16:34:20.643Z] ---> fa883806e62a [2020-10-27T16:34:20.643Z] [2020-10-27T16:34:20.643Z] Step 10/24 : FROM scratch [2020-10-27T16:34:20.643Z] ---> [2020-10-27T16:34:20.643Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-27T16:34:20.643Z] ---> Using cache [2020-10-27T16:34:20.643Z] ---> f01648896451 [2020-10-27T16:34:20.643Z] Step 12/24 : ENV APP_PORT=48060 [2020-10-27T16:34:20.924Z] ---> Running in 391c28b467de [2020-10-27T16:34:20.924Z] ---> Running in f2125e41a4a1 [2020-10-27T16:34:21.534Z] Removing intermediate container f2125e41a4a1 [2020-10-27T16:34:21.534Z] ---> 252772e98dc0 [2020-10-27T16:34:21.534Z] Step 15/27 : ENV APP_PORT=48090 [2020-10-27T16:34:21.534Z] Removing intermediate container 391c28b467de [2020-10-27T16:34:21.534Z] ---> c8f301f7c874 [2020-10-27T16:34:21.534Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-27T16:34:21.813Z] Removing intermediate container 71f6ed6d4f39 [2020-10-27T16:34:21.813Z] ---> 0d095d19989d [2020-10-27T16:34:21.813Z] [2020-10-27T16:34:21.813Z] Step 10/23 : FROM alpine [2020-10-27T16:34:21.813Z] ---> 2e77e061c27f [2020-10-27T16:34:21.813Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-27T16:34:21.813Z] ---> Running in 27efa8c9e45b [2020-10-27T16:34:22.089Z] ---> Running in 96674fcaa01b [2020-10-27T16:34:22.089Z] ---> Running in 3990f4d5a52e [2020-10-27T16:34:22.366Z] Removing intermediate container 27efa8c9e45b [2020-10-27T16:34:22.366Z] ---> 9cfc45463416 [2020-10-27T16:34:22.366Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-10-27T16:34:22.645Z] Removing intermediate container 96674fcaa01b [2020-10-27T16:34:22.645Z] ---> fedf05c2bf55 [2020-10-27T16:34:22.645Z] Step 16/27 : EXPOSE $APP_PORT [2020-10-27T16:34:22.645Z] Removing intermediate container 3990f4d5a52e [2020-10-27T16:34:22.645Z] ---> ee2b5909ecd4 [2020-10-27T16:34:22.645Z] Step 12/23 : ENV APP_PORT=48080 [2020-10-27T16:34:22.645Z] ---> Running in 095bfc909bec [2020-10-27T16:34:22.919Z] ---> Running in a143ef6bde5b [2020-10-27T16:34:23.198Z] Removing intermediate container 095bfc909bec [2020-10-27T16:34:23.198Z] ---> 8b4c79dfdbbc [2020-10-27T16:34:23.198Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-10-27T16:34:23.198Z] ---> 3468031af532 [2020-10-27T16:34:23.198Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-10-27T16:34:23.198Z] Removing intermediate container a143ef6bde5b [2020-10-27T16:34:23.198Z] ---> cdea3ae9dd25 [2020-10-27T16:34:23.198Z] Step 13/23 : EXPOSE $APP_PORT [2020-10-27T16:34:23.476Z] ---> Running in 08877d55d45c [2020-10-27T16:34:24.089Z] Removing intermediate container 08877d55d45c [2020-10-27T16:34:24.089Z] ---> 058013c9409a [2020-10-27T16:34:24.089Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-27T16:34:24.364Z] ---> Running in 1656c3926bf4 [2020-10-27T16:34:24.651Z] ---> 04e8a53057a0 [2020-10-27T16:34:24.651Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-10-27T16:34:24.651Z] ---> e29c9ca0b9f8 [2020-10-27T16:34:24.651Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-10-27T16:34:25.640Z] ---> 4c21cb38830f [2020-10-27T16:34:25.640Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-10-27T16:34:25.918Z] ---> a7695129e08a [2020-10-27T16:34:25.918Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-10-27T16:34:26.520Z] ---> a0d173e76159 [2020-10-27T16:34:26.520Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-10-27T16:34:26.792Z] ---> Running in cfe233f44814 [2020-10-27T16:34:26.792Z] ---> d415e56a0eff [2020-10-27T16:34:26.792Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-10-27T16:34:27.395Z] Removing intermediate container 1656c3926bf4 [2020-10-27T16:34:27.395Z] ---> d1422e23ebd2 [2020-10-27T16:34:27.395Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-10-27T16:34:27.673Z] ---> Running in 4d8ae7300718 [2020-10-27T16:34:28.658Z] ---> 3fac1f90058d [2020-10-27T16:34:28.658Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-10-27T16:34:28.658Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-27T16:34:28.928Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-27T16:34:29.202Z] ---> 3638532f9228 [2020-10-27T16:34:29.202Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-10-27T16:34:29.475Z] ---> Running in 0a6c858d361e [2020-10-27T16:34:29.475Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-27T16:34:29.475Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-10-27T16:34:29.475Z] (2/33) Installing expat (2.2.9-r1) [2020-10-27T16:34:29.475Z] (3/33) Installing libffi (3.3-r2) [2020-10-27T16:34:29.475Z] (4/33) Installing gdbm (1.13-r1) [2020-10-27T16:34:29.475Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-10-27T16:34:29.748Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-10-27T16:34:29.748Z] (7/33) Installing python3 (3.8.5-r0) [2020-10-27T16:34:30.032Z] Removing intermediate container 0a6c858d361e [2020-10-27T16:34:30.032Z] ---> b0f7b40f66b5 [2020-10-27T16:34:30.032Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-27T16:34:30.308Z] ---> Running in ebb48fccd527 [2020-10-27T16:34:30.308Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-27T16:34:30.902Z] Removing intermediate container ebb48fccd527 [2020-10-27T16:34:30.902Z] ---> 5812bbd0fedd [2020-10-27T16:34:30.902Z] Step 22/24 : LABEL arch=arm64 [2020-10-27T16:34:31.173Z] ---> Running in 026b0fa7f443 [2020-10-27T16:34:31.173Z] (1/5) Installing libgcc (9.3.0-r2) [2020-10-27T16:34:31.173Z] (2/5) Installing libsodium (1.0.18-r0) [2020-10-27T16:34:31.444Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-10-27T16:34:31.715Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-10-27T16:34:31.715Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-10-27T16:34:31.715Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-10-27T16:34:31.715Z] Removing intermediate container 026b0fa7f443 [2020-10-27T16:34:31.715Z] ---> f4d2d7edb43c [2020-10-27T16:34:31.715Z] Step 23/24 : LABEL git_sha=5839a71b4bbbe111e98a5f129fc41db18caea77c(11/33) Installing py3-six (1.15.0-r0) [2020-10-27T16:34:31.715Z] [2020-10-27T16:34:31.715Z] (12/33) Installing py3-packaging (20.4-r0) [2020-10-27T16:34:31.715Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-10-27T16:34:31.715Z] (4/5) Installing libzmq (4.3.3-r0) [2020-10-27T16:34:31.994Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-10-27T16:34:31.994Z] ---> Running in 921b2d0b60a3 [2020-10-27T16:34:31.994Z] (15/33) Installing py3-idna (2.9-r0) [2020-10-27T16:34:31.994Z] (5/5) Installing zeromq (4.3.3-r0) [2020-10-27T16:34:31.994Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-10-27T16:34:31.994Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-10-27T16:34:31.994Z] Executing busybox-1.31.1-r19.trigger [2020-10-27T16:34:31.994Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-10-27T16:34:31.994Z] OK: 8 MiB in 19 packages [2020-10-27T16:34:32.270Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-10-27T16:34:32.270Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-10-27T16:34:32.270Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-10-27T16:34:32.270Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-10-27T16:34:32.270Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-10-27T16:34:32.270Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-10-27T16:34:32.270Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-10-27T16:34:32.270Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-10-27T16:34:32.270Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-10-27T16:34:32.270Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-10-27T16:34:32.549Z] (29/33) Installing py3-progress (1.5-r0) [2020-10-27T16:34:32.549Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-10-27T16:34:32.549Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-10-27T16:34:32.549Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-10-27T16:34:32.549Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-10-27T16:34:32.549Z] Removing intermediate container 921b2d0b60a3 [2020-10-27T16:34:32.549Z] ---> 7c306ab277af [2020-10-27T16:34:32.549Z] Step 24/24 : LABEL version=1.2.2-dev.101 [2020-10-27T16:34:32.549Z] Executing busybox-1.31.1-r19.trigger [2020-10-27T16:34:32.825Z] OK: 71 MiB in 55 packages [2020-10-27T16:34:32.825Z] ---> Running in 7c09228fb9cc [2020-10-27T16:34:33.422Z] Removing intermediate container 7c09228fb9cc [2020-10-27T16:34:33.422Z] ---> c6b12b8aa4a1 [2020-10-27T16:34:33.422Z] [2020-10-27T16:34:33.422Z] Removing intermediate container 4d8ae7300718 [2020-10-27T16:34:33.422Z] ---> 8a16594266fe [2020-10-27T16:34:33.422Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-10-27T16:34:33.698Z] Successfully built c6b12b8aa4a1 [2020-10-27T16:34:33.698Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-10-27T16:34:34.301Z]  Building docker-support-notifications-go ... done  ---> 97abae579352 [2020-10-27T16:34:34.301Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-10-27T16:34:36.284Z] ---> b61facbdb58c [2020-10-27T16:34:36.284Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-10-27T16:34:36.882Z] ---> a1e97dd252d5 [2020-10-27T16:34:36.882Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-10-27T16:34:37.157Z] ---> Running in 820b1a91f7e7 [2020-10-27T16:34:37.759Z] Removing intermediate container 820b1a91f7e7 [2020-10-27T16:34:37.759Z] ---> c8659e8b27fd [2020-10-27T16:34:37.759Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-27T16:34:38.033Z] ---> Running in 3c1a17648779 [2020-10-27T16:34:38.631Z] Removing intermediate container 3c1a17648779 [2020-10-27T16:34:38.631Z] ---> 67962d6d5606 [2020-10-27T16:34:38.631Z] Step 21/23 : LABEL arch=arm64 [2020-10-27T16:34:38.903Z] Removing intermediate container cfe233f44814 [2020-10-27T16:34:38.903Z] ---> 59fb3893ada3 [2020-10-27T16:34:38.903Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-10-27T16:34:38.903Z] ---> Running in 0283a18b5baf [2020-10-27T16:34:38.903Z] ---> Running in 97c73e7602af [2020-10-27T16:34:39.503Z] Removing intermediate container 0283a18b5baf [2020-10-27T16:34:39.503Z] ---> f57d4e7a5f23 [2020-10-27T16:34:39.503Z] Step 22/23 : LABEL git_sha=5839a71b4bbbe111e98a5f129fc41db18caea77c [2020-10-27T16:34:39.503Z] ---> Running in fa465b602681 [2020-10-27T16:34:40.103Z] Removing intermediate container fa465b602681 [2020-10-27T16:34:40.103Z] ---> e9b9ef52207e [2020-10-27T16:34:40.103Z] Step 23/23 : LABEL version=1.2.2-dev.101 [2020-10-27T16:34:40.103Z] ---> Running in 994cd36a6814 [2020-10-27T16:34:40.706Z] Removing intermediate container 994cd36a6814 [2020-10-27T16:34:40.706Z] ---> bf4d0250a6bf [2020-10-27T16:34:40.706Z] [2020-10-27T16:34:40.980Z] Successfully built bf4d0250a6bf [2020-10-27T16:34:40.980Z] Successfully tagged docker-core-data-go-arm64:latest [2020-10-27T16:34:44.358Z]  Building docker-core-data-go ... done Collecting docker-compose==1.23.2 [2020-10-27T16:34:44.358Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-10-27T16:34:44.629Z] Collecting texttable<0.10,>=0.9.0 [2020-10-27T16:34:44.629Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-10-27T16:34:46.601Z] Collecting docopt<0.7,>=0.6.1 [2020-10-27T16:34:46.601Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-10-27T16:34:48.575Z] Collecting dockerpty<0.5,>=0.4.1 [2020-10-27T16:34:48.575Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-10-27T16:34:51.192Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-10-27T16:34:51.192Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-10-27T16:34:51.465Z] Collecting cached-property<2,>=1.2.0 [2020-10-27T16:34:51.465Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-10-27T16:34:52.058Z] Collecting jsonschema<3,>=2.5.1 [2020-10-27T16:34:52.058Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-10-27T16:34:52.058Z] 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-27T16:34:52.650Z] Collecting docker<4.0,>=3.6.0 [2020-10-27T16:34:52.650Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-10-27T16:34:53.622Z] Collecting PyYAML<4,>=3.10 [2020-10-27T16:34:53.622Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-10-27T16:34:56.992Z] Collecting websocket-client<1.0,>=0.32.0 [2020-10-27T16:34:56.992Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-10-27T16:34:56.992Z] Collecting idna<2.8,>=2.5 [2020-10-27T16:34:56.992Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-10-27T16:34:56.992Z] 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-27T16:34:56.992Z] 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-27T16:34:57.265Z] Collecting urllib3<1.25,>=1.21.1 [2020-10-27T16:34:57.265Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-10-27T16:34:57.860Z] Collecting docker-pycreds>=0.4.0 [2020-10-27T16:34:57.860Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-10-27T16:34:57.860Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-10-27T16:34:57.860Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-10-27T16:34:57.860Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-10-27T16:34:57.860Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-10-27T16:34:58.456Z] Installing collected packages: texttable, docopt, dockerpty, idna, urllib3, requests, cached-property, jsonschema, websocket-client, docker-pycreds, docker, PyYAML, docker-compose [2020-10-27T16:34:58.456Z] Running setup.py install for texttable: started [2020-10-27T16:35:00.428Z] Running setup.py install for texttable: finished with status 'done' [2020-10-27T16:35:00.428Z] Running setup.py install for docopt: started [2020-10-27T16:35:02.403Z] Running setup.py install for docopt: finished with status 'done' [2020-10-27T16:35:02.403Z] Running setup.py install for dockerpty: started [2020-10-27T16:35:03.830Z] Running setup.py install for dockerpty: finished with status 'done' [2020-10-27T16:35:03.830Z] Attempting uninstall: idna [2020-10-27T16:35:03.830Z] Found existing installation: idna 2.9 [2020-10-27T16:35:03.830Z] Uninstalling idna-2.9: [2020-10-27T16:35:03.830Z] Successfully uninstalled idna-2.9 [2020-10-27T16:35:04.424Z] Attempting uninstall: urllib3 [2020-10-27T16:35:04.424Z] Found existing installation: urllib3 1.25.9 [2020-10-27T16:35:04.424Z] Uninstalling urllib3-1.25.9: [2020-10-27T16:35:04.700Z] Successfully uninstalled urllib3-1.25.9 [2020-10-27T16:35:05.292Z] Attempting uninstall: requests [2020-10-27T16:35:05.292Z] Found existing installation: requests 2.23.0 [2020-10-27T16:35:05.292Z] Uninstalling requests-2.23.0: [2020-10-27T16:35:05.292Z] Successfully uninstalled requests-2.23.0 [2020-10-27T16:35:07.263Z] Running setup.py install for PyYAML: started [2020-10-27T16:35:09.235Z] Running setup.py install for PyYAML: finished with status 'done' [2020-10-27T16:35:09.836Z] 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-27T16:35:14.149Z] Removing intermediate container 97c73e7602af [2020-10-27T16:35:14.149Z] ---> 9e2c38fa1d58 [2020-10-27T16:35:14.149Z] Step 22/27 : RUN apk --no-cache add curl [2020-10-27T16:35:14.149Z] ---> Running in 2edf38086ec3 [2020-10-27T16:35:15.136Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-27T16:35:15.136Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-27T16:35:15.796Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-10-27T16:35:15.796Z] (2/3) Installing libcurl (7.69.1-r1) [2020-10-27T16:35:15.796Z] (3/3) Installing curl (7.69.1-r1) [2020-10-27T16:35:15.796Z] Executing busybox-1.31.1-r19.trigger [2020-10-27T16:35:15.796Z] OK: 71 MiB in 58 packages [2020-10-27T16:35:17.270Z] Removing intermediate container 2edf38086ec3 [2020-10-27T16:35:17.270Z] ---> 662142ffac96 [2020-10-27T16:35:17.270Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-10-27T16:35:17.270Z] ---> Running in 30ff5bc882ce [2020-10-27T16:35:17.543Z] Removing intermediate container 30ff5bc882ce [2020-10-27T16:35:17.543Z] ---> 1b388ab1a8a9 [2020-10-27T16:35:17.543Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-27T16:35:17.823Z] ---> Running in 85538fd6814b [2020-10-27T16:35:18.423Z] Removing intermediate container 85538fd6814b [2020-10-27T16:35:18.423Z] ---> ef07d801c057 [2020-10-27T16:35:18.423Z] Step 25/27 : LABEL arch=arm64 [2020-10-27T16:35:18.423Z] ---> Running in 4920b1756dc9 [2020-10-27T16:35:19.020Z] Removing intermediate container 4920b1756dc9 [2020-10-27T16:35:19.020Z] ---> aee149184a07 [2020-10-27T16:35:19.020Z] Step 26/27 : LABEL git_sha=5839a71b4bbbe111e98a5f129fc41db18caea77c [2020-10-27T16:35:19.020Z] ---> Running in 97b666413736 [2020-10-27T16:35:19.297Z] Removing intermediate container 97b666413736 [2020-10-27T16:35:19.297Z] ---> 6a41ea28556c [2020-10-27T16:35:19.297Z] Step 27/27 : LABEL version=1.2.2-dev.101 [2020-10-27T16:35:19.571Z] ---> Running in 2aadbb59a5de [2020-10-27T16:35:19.845Z] Removing intermediate container 2aadbb59a5de [2020-10-27T16:35:19.845Z] ---> c0e916961ee6 [2020-10-27T16:35:19.845Z] [2020-10-27T16:35:20.117Z] Successfully built c0e916961ee6 [2020-10-27T16:35:20.117Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-10-27T16:35:20.405Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-10-27T16:35:20.403Z] $ docker stop --time=1 f24a2451b8f66c3d2c937f02e10c3ab7fd5d71d7cb3ae3c0befb3c64a35f7f48 [2020-10-27T16:35:22.311Z] $ docker rm -f f24a2451b8f66c3d2c937f02e10c3ab7fd5d71d7cb3ae3c0befb3c64a35f7f48 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-27T16:35:23.054Z] + docker images [2020-10-27T16:35:23.054Z] + grep docker [2020-10-27T16:35:23.326Z] docker-sys-mgmt-agent-go-arm64 latest c0e916961ee6 4 seconds ago 270MB [2020-10-27T16:35:23.326Z] docker-core-data-go-arm64 latest bf4d0250a6bf 43 seconds ago 22.3MB [2020-10-27T16:35:23.326Z] docker-support-notifications-go-arm64 latest c6b12b8aa4a1 50 seconds ago 12.9MB [2020-10-27T16:35:23.327Z] docker-security-secretstore-setup-go-arm64 latest f6aed29334ed About a minute ago 30.8MB [2020-10-27T16:35:23.327Z] docker-security-proxy-setup-go-arm64 latest adf97dd278db About a minute ago 15.1MB [2020-10-27T16:35:23.327Z] docker-core-metadata-go-arm64 latest 607b617a37ac 3 minutes ago 13.5MB [2020-10-27T16:35:23.327Z] docker-security-secrets-setup-go-arm64 latest f1e411b168a1 3 minutes ago 22.7MB [2020-10-27T16:35:23.327Z] docker-core-command-go-arm64 latest ec2cfdf5e09c 3 minutes ago 11.4MB [2020-10-27T16:35:23.327Z] docker-support-scheduler-go-arm64 latest 1d92ebafd58b 3 minutes ago 11.5MB [2020-10-27T16:35:23.327Z] docker-support-logging-go-arm64 latest 71ac34ad24a3 4 minutes ago 10.6MB [2020-10-27T16:35:23.327Z] docker latest 5d4db4dc0692 5 days ago 198MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-10-27T16:35:23.873Z] provisioning config files... [2020-10-27T16:35:23.916Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/217@tmp/config6835592260949310808tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-10-27T16:35:24.319Z] ---> docker-login.sh [2020-10-27T16:35:24.319Z] nexus3.edgexfoundry.org:10001 [2020-10-27T16:35:24.591Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-27T16:35:24.869Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-27T16:35:24.869Z] Configure a credential helper to remove this warning. See [2020-10-27T16:35:24.869Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-27T16:35:24.869Z] [2020-10-27T16:35:24.869Z] Login Succeeded [2020-10-27T16:35:24.869Z] nexus3.edgexfoundry.org:10002 [2020-10-27T16:35:25.467Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-27T16:35:25.467Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-27T16:35:25.467Z] Configure a credential helper to remove this warning. See [2020-10-27T16:35:25.467Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-27T16:35:25.467Z] [2020-10-27T16:35:25.467Z] Login Succeeded [2020-10-27T16:35:25.467Z] nexus3.edgexfoundry.org:10003 [2020-10-27T16:35:26.060Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-27T16:35:26.060Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-27T16:35:26.060Z] Configure a credential helper to remove this warning. See [2020-10-27T16:35:26.060Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-27T16:35:26.060Z] [2020-10-27T16:35:26.060Z] Login Succeeded [2020-10-27T16:35:26.060Z] nexus3.edgexfoundry.org:10004 [2020-10-27T16:35:26.653Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-27T16:35:26.653Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-27T16:35:26.653Z] Configure a credential helper to remove this warning. See [2020-10-27T16:35:26.653Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-27T16:35:26.653Z] [2020-10-27T16:35:26.653Z] Login Succeeded [2020-10-27T16:35:26.653Z] docker.io [2020-10-27T16:35:27.245Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-27T16:35:27.516Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-27T16:35:27.516Z] Configure a credential helper to remove this warning. See [2020-10-27T16:35:27.516Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-27T16:35:27.516Z] [2020-10-27T16:35:27.516Z] Login Succeeded [2020-10-27T16:35:27.516Z] ---> docker-login.sh ends [Pipeline] } [2020-10-27T16:35:27.536Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-27T16:35:27.811Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2020-10-27T16:35:27.811Z] 5839a71b4bbbe111e98a5f129fc41db18caea77c [2020-10-27T16:35:27.811Z] 1.2.2-dev.101 [2020-10-27T16:35:27.811Z] 5839a71b4bbbe111e98a5f129fc41db18caea77c-1.2.2-dev.101 [2020-10-27T16:35:27.811Z] master [2020-10-27T16:35:27.811Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:35:28.325Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:5839a71b4bbbe111e98a5f129fc41db18caea77c [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:35:28.662Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:5839a71b4bbbe111e98a5f129fc41db18caea77c [2020-10-27T16:35:28.662Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-27T16:35:28.662Z] fbc4aa40a1b7: Preparing [2020-10-27T16:35:28.662Z] 4fd0ed7a04e4: Preparing [2020-10-27T16:35:28.662Z] 2a8e1dd999b5: Preparing [2020-10-27T16:35:28.932Z] fbc4aa40a1b7: Pushed [2020-10-27T16:35:28.932Z] 2a8e1dd999b5: Pushed [2020-10-27T16:35:31.539Z] 4fd0ed7a04e4: Pushed [2020-10-27T16:35:31.811Z] 5839a71b4bbbe111e98a5f129fc41db18caea77c: digest: sha256:1f79547e11c0d2d3336f88d16059ffa660c3fe8ebbfa5111d4a88c102b57ed39 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:35:32.158Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.101 [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:35:32.497Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.101 [2020-10-27T16:35:32.497Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-27T16:35:32.497Z] fbc4aa40a1b7: Preparing [2020-10-27T16:35:32.497Z] 4fd0ed7a04e4: Preparing [2020-10-27T16:35:32.497Z] 2a8e1dd999b5: Preparing [2020-10-27T16:35:32.497Z] fbc4aa40a1b7: Layer already exists [2020-10-27T16:35:32.497Z] 4fd0ed7a04e4: Layer already exists [2020-10-27T16:35:32.497Z] 2a8e1dd999b5: Layer already exists [2020-10-27T16:35:32.768Z] 1.2.2-dev.101: digest: sha256:1f79547e11c0d2d3336f88d16059ffa660c3fe8ebbfa5111d4a88c102b57ed39 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:35:33.113Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:5839a71b4bbbe111e98a5f129fc41db18caea77c-1.2.2-dev.101 [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:35:33.460Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:5839a71b4bbbe111e98a5f129fc41db18caea77c-1.2.2-dev.101 [2020-10-27T16:35:33.460Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-27T16:35:33.460Z] fbc4aa40a1b7: Preparing [2020-10-27T16:35:33.460Z] 4fd0ed7a04e4: Preparing [2020-10-27T16:35:33.460Z] 2a8e1dd999b5: Preparing [2020-10-27T16:35:33.460Z] 4fd0ed7a04e4: Layer already exists [2020-10-27T16:35:33.460Z] fbc4aa40a1b7: Layer already exists [2020-10-27T16:35:33.460Z] 2a8e1dd999b5: Layer already exists [2020-10-27T16:35:33.733Z] 5839a71b4bbbe111e98a5f129fc41db18caea77c-1.2.2-dev.101: digest: sha256:1f79547e11c0d2d3336f88d16059ffa660c3fe8ebbfa5111d4a88c102b57ed39 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:35:34.080Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:35:34.418Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2020-10-27T16:35:34.419Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-27T16:35:34.419Z] fbc4aa40a1b7: Preparing [2020-10-27T16:35:34.419Z] 4fd0ed7a04e4: Preparing [2020-10-27T16:35:34.419Z] 2a8e1dd999b5: Preparing [2020-10-27T16:35:34.689Z] 2a8e1dd999b5: Layer already exists [2020-10-27T16:35:34.689Z] fbc4aa40a1b7: Layer already exists [2020-10-27T16:35:34.689Z] 4fd0ed7a04e4: Layer already exists [2020-10-27T16:35:34.689Z] master: digest: sha256:1f79547e11c0d2d3336f88d16059ffa660c3fe8ebbfa5111d4a88c102b57ed39 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-27T16:35:34.910Z] ===================================================== [Pipeline] echo [2020-10-27T16:35:34.956Z] taggedImages: [2020-10-27T16:35:34.956Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:5839a71b4bbbe111e98a5f129fc41db18caea77c [2020-10-27T16:35:34.956Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.101 [2020-10-27T16:35:34.956Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:5839a71b4bbbe111e98a5f129fc41db18caea77c-1.2.2-dev.101 [2020-10-27T16:35:34.956Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2020-10-27T16:35:35.030Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2020-10-27T16:35:35.030Z] 5839a71b4bbbe111e98a5f129fc41db18caea77c [2020-10-27T16:35:35.030Z] 1.2.2-dev.101 [2020-10-27T16:35:35.030Z] 5839a71b4bbbe111e98a5f129fc41db18caea77c-1.2.2-dev.101 [2020-10-27T16:35:35.030Z] master [2020-10-27T16:35:35.030Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:35:35.566Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:5839a71b4bbbe111e98a5f129fc41db18caea77c [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:35:35.907Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:5839a71b4bbbe111e98a5f129fc41db18caea77c [2020-10-27T16:35:35.908Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-27T16:35:35.908Z] 22aef8f6d08e: Preparing [2020-10-27T16:35:35.908Z] fad25218d07b: Preparing [2020-10-27T16:35:35.908Z] 761ddbdb85aa: Preparing [2020-10-27T16:35:35.908Z] 9e9fad7983e8: Preparing [2020-10-27T16:35:35.908Z] a3fd036bf302: Preparing [2020-10-27T16:35:35.908Z] cd3761cfa1d9: Preparing [2020-10-27T16:35:35.908Z] cd3761cfa1d9: Waiting [2020-10-27T16:35:36.509Z] 22aef8f6d08e: Pushed [2020-10-27T16:35:36.509Z] a3fd036bf302: Pushed [2020-10-27T16:35:36.509Z] 761ddbdb85aa: Pushed [2020-10-27T16:35:36.509Z] cd3761cfa1d9: Layer already exists [2020-10-27T16:35:37.106Z] 9e9fad7983e8: Pushed [2020-10-27T16:35:39.724Z] fad25218d07b: Pushed [2020-10-27T16:35:39.997Z] 5839a71b4bbbe111e98a5f129fc41db18caea77c: digest: sha256:ce271cc6745c15507c86d8b0a2e743fb5e51025627369177f42e387d34f26589 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:35:40.623Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.101 [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:35:40.998Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.101 [2020-10-27T16:35:40.998Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-27T16:35:40.998Z] 22aef8f6d08e: Preparing [2020-10-27T16:35:40.998Z] fad25218d07b: Preparing [2020-10-27T16:35:40.998Z] 761ddbdb85aa: Preparing [2020-10-27T16:35:40.998Z] 9e9fad7983e8: Preparing [2020-10-27T16:35:40.998Z] a3fd036bf302: Preparing [2020-10-27T16:35:40.998Z] cd3761cfa1d9: Preparing [2020-10-27T16:35:40.998Z] cd3761cfa1d9: Waiting [2020-10-27T16:35:41.270Z] 9e9fad7983e8: Layer already exists [2020-10-27T16:35:41.270Z] 761ddbdb85aa: Layer already exists [2020-10-27T16:35:41.270Z] fad25218d07b: Layer already exists [2020-10-27T16:35:41.270Z] a3fd036bf302: Layer already exists [2020-10-27T16:35:41.270Z] 22aef8f6d08e: Layer already exists [2020-10-27T16:35:41.270Z] cd3761cfa1d9: Layer already exists [2020-10-27T16:35:41.270Z] 1.2.2-dev.101: digest: sha256:ce271cc6745c15507c86d8b0a2e743fb5e51025627369177f42e387d34f26589 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:35:41.617Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:5839a71b4bbbe111e98a5f129fc41db18caea77c-1.2.2-dev.101 [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:35:41.955Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:5839a71b4bbbe111e98a5f129fc41db18caea77c-1.2.2-dev.101 [2020-10-27T16:35:41.955Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-27T16:35:41.955Z] 22aef8f6d08e: Preparing [2020-10-27T16:35:41.955Z] fad25218d07b: Preparing [2020-10-27T16:35:41.955Z] 761ddbdb85aa: Preparing [2020-10-27T16:35:41.955Z] 9e9fad7983e8: Preparing [2020-10-27T16:35:41.955Z] a3fd036bf302: Preparing [2020-10-27T16:35:41.955Z] cd3761cfa1d9: Preparing [2020-10-27T16:35:41.955Z] cd3761cfa1d9: Waiting [2020-10-27T16:35:42.227Z] 761ddbdb85aa: Layer already exists [2020-10-27T16:35:42.227Z] 9e9fad7983e8: Layer already exists [2020-10-27T16:35:42.227Z] a3fd036bf302: Layer already exists [2020-10-27T16:35:42.227Z] 22aef8f6d08e: Layer already exists [2020-10-27T16:35:42.227Z] fad25218d07b: Layer already exists [2020-10-27T16:35:42.227Z] cd3761cfa1d9: Layer already exists [2020-10-27T16:35:42.227Z] 5839a71b4bbbe111e98a5f129fc41db18caea77c-1.2.2-dev.101: digest: sha256:ce271cc6745c15507c86d8b0a2e743fb5e51025627369177f42e387d34f26589 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:35:42.566Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:35:42.903Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2020-10-27T16:35:42.903Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-27T16:35:42.903Z] 22aef8f6d08e: Preparing [2020-10-27T16:35:42.903Z] fad25218d07b: Preparing [2020-10-27T16:35:42.903Z] 761ddbdb85aa: Preparing [2020-10-27T16:35:42.903Z] 9e9fad7983e8: Preparing [2020-10-27T16:35:42.903Z] a3fd036bf302: Preparing [2020-10-27T16:35:42.903Z] cd3761cfa1d9: Preparing [2020-10-27T16:35:42.903Z] cd3761cfa1d9: Waiting [2020-10-27T16:35:43.175Z] 22aef8f6d08e: Layer already exists [2020-10-27T16:35:43.175Z] a3fd036bf302: Layer already exists [2020-10-27T16:35:43.175Z] 761ddbdb85aa: Layer already exists [2020-10-27T16:35:43.175Z] fad25218d07b: Layer already exists [2020-10-27T16:35:43.175Z] 9e9fad7983e8: Layer already exists [2020-10-27T16:35:43.175Z] cd3761cfa1d9: Layer already exists [2020-10-27T16:35:43.175Z] master: digest: sha256:ce271cc6745c15507c86d8b0a2e743fb5e51025627369177f42e387d34f26589 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-27T16:35:43.400Z] ===================================================== [Pipeline] echo [2020-10-27T16:35:43.448Z] taggedImages: [2020-10-27T16:35:43.448Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:5839a71b4bbbe111e98a5f129fc41db18caea77c [2020-10-27T16:35:43.448Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.101 [2020-10-27T16:35:43.448Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:5839a71b4bbbe111e98a5f129fc41db18caea77c-1.2.2-dev.101 [2020-10-27T16:35:43.448Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2020-10-27T16:35:43.512Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2020-10-27T16:35:43.512Z] 5839a71b4bbbe111e98a5f129fc41db18caea77c [2020-10-27T16:35:43.512Z] 1.2.2-dev.101 [2020-10-27T16:35:43.512Z] 5839a71b4bbbe111e98a5f129fc41db18caea77c-1.2.2-dev.101 [2020-10-27T16:35:43.512Z] master [2020-10-27T16:35:43.512Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:35:44.078Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:5839a71b4bbbe111e98a5f129fc41db18caea77c [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:35:44.435Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:5839a71b4bbbe111e98a5f129fc41db18caea77c [2020-10-27T16:35:44.436Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-27T16:35:44.436Z] b0982961b2a6: Preparing [2020-10-27T16:35:44.436Z] 00724aed29e5: Preparing [2020-10-27T16:35:44.436Z] 36102ea1c21b: Preparing [2020-10-27T16:35:44.713Z] b0982961b2a6: Pushed [2020-10-27T16:35:44.986Z] 36102ea1c21b: Pushed [2020-10-27T16:35:48.359Z] 00724aed29e5: Pushed [2020-10-27T16:35:48.359Z] 5839a71b4bbbe111e98a5f129fc41db18caea77c: digest: sha256:c162ad1bb6e32103f2532548243b5d5ae06ce561f852216dd9f0ebea22cd7fc3 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:35:48.727Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.101 [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:35:49.060Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.101 [2020-10-27T16:35:49.060Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-27T16:35:49.060Z] b0982961b2a6: Preparing [2020-10-27T16:35:49.060Z] 00724aed29e5: Preparing [2020-10-27T16:35:49.060Z] 36102ea1c21b: Preparing [2020-10-27T16:35:49.333Z] b0982961b2a6: Layer already exists [2020-10-27T16:35:49.333Z] 36102ea1c21b: Layer already exists [2020-10-27T16:35:49.333Z] 00724aed29e5: Layer already exists [2020-10-27T16:35:49.333Z] 1.2.2-dev.101: digest: sha256:c162ad1bb6e32103f2532548243b5d5ae06ce561f852216dd9f0ebea22cd7fc3 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:35:49.671Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:5839a71b4bbbe111e98a5f129fc41db18caea77c-1.2.2-dev.101 [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:35:50.002Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:5839a71b4bbbe111e98a5f129fc41db18caea77c-1.2.2-dev.101 [2020-10-27T16:35:50.002Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-27T16:35:50.003Z] b0982961b2a6: Preparing [2020-10-27T16:35:50.003Z] 00724aed29e5: Preparing [2020-10-27T16:35:50.003Z] 36102ea1c21b: Preparing [2020-10-27T16:35:50.274Z] 00724aed29e5: Layer already exists [2020-10-27T16:35:50.274Z] b0982961b2a6: Layer already exists [2020-10-27T16:35:50.274Z] 36102ea1c21b: Layer already exists [2020-10-27T16:35:50.274Z] 5839a71b4bbbe111e98a5f129fc41db18caea77c-1.2.2-dev.101: digest: sha256:c162ad1bb6e32103f2532548243b5d5ae06ce561f852216dd9f0ebea22cd7fc3 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:35:50.611Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:35:50.945Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2020-10-27T16:35:50.945Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-27T16:35:50.945Z] b0982961b2a6: Preparing [2020-10-27T16:35:50.945Z] 00724aed29e5: Preparing [2020-10-27T16:35:50.945Z] 36102ea1c21b: Preparing [2020-10-27T16:35:51.217Z] 36102ea1c21b: Layer already exists [2020-10-27T16:35:51.217Z] 00724aed29e5: Layer already exists [2020-10-27T16:35:51.217Z] b0982961b2a6: Layer already exists [2020-10-27T16:35:51.217Z] master: digest: sha256:c162ad1bb6e32103f2532548243b5d5ae06ce561f852216dd9f0ebea22cd7fc3 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-27T16:35:51.453Z] ===================================================== [Pipeline] echo [2020-10-27T16:35:51.503Z] taggedImages: [2020-10-27T16:35:51.503Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:5839a71b4bbbe111e98a5f129fc41db18caea77c [2020-10-27T16:35:51.503Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.101 [2020-10-27T16:35:51.503Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:5839a71b4bbbe111e98a5f129fc41db18caea77c-1.2.2-dev.101 [2020-10-27T16:35:51.503Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2020-10-27T16:35:51.653Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2020-10-27T16:35:51.653Z] 5839a71b4bbbe111e98a5f129fc41db18caea77c [2020-10-27T16:35:51.653Z] 1.2.2-dev.101 [2020-10-27T16:35:51.653Z] 5839a71b4bbbe111e98a5f129fc41db18caea77c-1.2.2-dev.101 [2020-10-27T16:35:51.653Z] master [2020-10-27T16:35:51.653Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:35:52.166Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:5839a71b4bbbe111e98a5f129fc41db18caea77c [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:35:52.500Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:5839a71b4bbbe111e98a5f129fc41db18caea77c [2020-10-27T16:35:52.500Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-27T16:35:52.500Z] 9e3d4a03d74c: Preparing [2020-10-27T16:35:52.500Z] 29346286816b: Preparing [2020-10-27T16:35:52.500Z] 4de8254a8158: Preparing [2020-10-27T16:35:52.500Z] 604ffb4fcf27: Preparing [2020-10-27T16:35:52.500Z] cd3761cfa1d9: Preparing [2020-10-27T16:35:52.772Z] cd3761cfa1d9: Layer already exists [2020-10-27T16:35:52.772Z] 29346286816b: Pushed [2020-10-27T16:35:52.772Z] 4de8254a8158: Pushed [2020-10-27T16:35:53.363Z] 604ffb4fcf27: Pushed [2020-10-27T16:35:54.789Z] 9e3d4a03d74c: Pushed [2020-10-27T16:35:55.061Z] 5839a71b4bbbe111e98a5f129fc41db18caea77c: digest: sha256:54b6b876f9e754ba74394cd2d7fef3096b27015e9f57864ce360f181b37d9112 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:35:55.403Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.101 [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:35:55.738Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.101 [2020-10-27T16:35:55.738Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-27T16:35:55.738Z] 9e3d4a03d74c: Preparing [2020-10-27T16:35:55.738Z] 29346286816b: Preparing [2020-10-27T16:35:55.738Z] 4de8254a8158: Preparing [2020-10-27T16:35:55.738Z] 604ffb4fcf27: Preparing [2020-10-27T16:35:55.738Z] cd3761cfa1d9: Preparing [2020-10-27T16:35:56.010Z] cd3761cfa1d9: Layer already exists [2020-10-27T16:35:56.010Z] 29346286816b: Layer already exists [2020-10-27T16:35:56.010Z] 9e3d4a03d74c: Layer already exists [2020-10-27T16:35:56.010Z] 604ffb4fcf27: Layer already exists [2020-10-27T16:35:56.010Z] 4de8254a8158: Layer already exists [2020-10-27T16:35:56.010Z] 1.2.2-dev.101: digest: sha256:54b6b876f9e754ba74394cd2d7fef3096b27015e9f57864ce360f181b37d9112 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:35:56.352Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:5839a71b4bbbe111e98a5f129fc41db18caea77c-1.2.2-dev.101 [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:35:56.692Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:5839a71b4bbbe111e98a5f129fc41db18caea77c-1.2.2-dev.101 [2020-10-27T16:35:56.692Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-27T16:35:56.692Z] 9e3d4a03d74c: Preparing [2020-10-27T16:35:56.692Z] 29346286816b: Preparing [2020-10-27T16:35:56.692Z] 4de8254a8158: Preparing [2020-10-27T16:35:56.692Z] 604ffb4fcf27: Preparing [2020-10-27T16:35:56.692Z] cd3761cfa1d9: Preparing [2020-10-27T16:35:56.692Z] 4de8254a8158: Layer already exists [2020-10-27T16:35:56.692Z] cd3761cfa1d9: Layer already exists [2020-10-27T16:35:56.692Z] 604ffb4fcf27: Layer already exists [2020-10-27T16:35:56.692Z] 29346286816b: Layer already exists [2020-10-27T16:35:56.692Z] 9e3d4a03d74c: Layer already exists [2020-10-27T16:35:56.964Z] 5839a71b4bbbe111e98a5f129fc41db18caea77c-1.2.2-dev.101: digest: sha256:54b6b876f9e754ba74394cd2d7fef3096b27015e9f57864ce360f181b37d9112 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:35:57.307Z] + 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-27T16:35:57.643Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2020-10-27T16:35:57.643Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-27T16:35:57.643Z] 9e3d4a03d74c: Preparing [2020-10-27T16:35:57.643Z] 29346286816b: Preparing [2020-10-27T16:35:57.643Z] 4de8254a8158: Preparing [2020-10-27T16:35:57.643Z] 604ffb4fcf27: Preparing [2020-10-27T16:35:57.643Z] cd3761cfa1d9: Preparing [2020-10-27T16:35:57.643Z] 4de8254a8158: Layer already exists [2020-10-27T16:35:57.643Z] 9e3d4a03d74c: Layer already exists [2020-10-27T16:35:57.643Z] cd3761cfa1d9: Layer already exists [2020-10-27T16:35:57.643Z] 29346286816b: Layer already exists [2020-10-27T16:35:57.643Z] 604ffb4fcf27: Layer already exists [2020-10-27T16:35:57.915Z] master: digest: sha256:54b6b876f9e754ba74394cd2d7fef3096b27015e9f57864ce360f181b37d9112 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-27T16:35:58.148Z] ===================================================== [Pipeline] echo [2020-10-27T16:35:58.195Z] taggedImages: [2020-10-27T16:35:58.195Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:5839a71b4bbbe111e98a5f129fc41db18caea77c [2020-10-27T16:35:58.195Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.101 [2020-10-27T16:35:58.195Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:5839a71b4bbbe111e98a5f129fc41db18caea77c-1.2.2-dev.101 [2020-10-27T16:35:58.195Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2020-10-27T16:35:58.255Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go-arm64 with the following tags: [2020-10-27T16:35:58.255Z] 5839a71b4bbbe111e98a5f129fc41db18caea77c [2020-10-27T16:35:58.255Z] 1.2.2-dev.101 [2020-10-27T16:35:58.255Z] 5839a71b4bbbe111e98a5f129fc41db18caea77c-1.2.2-dev.101 [2020-10-27T16:35:58.255Z] master [2020-10-27T16:35:58.255Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:35:58.771Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:5839a71b4bbbe111e98a5f129fc41db18caea77c [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:35:59.111Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:5839a71b4bbbe111e98a5f129fc41db18caea77c [2020-10-27T16:35:59.111Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-27T16:35:59.111Z] 1c40ee021af0: Preparing [2020-10-27T16:35:59.111Z] 27171a32560e: Preparing [2020-10-27T16:35:59.111Z] bee585ca50c5: Preparing [2020-10-27T16:35:59.111Z] 40f64d9fae7a: Preparing [2020-10-27T16:35:59.111Z] 40f64d9fae7a: Preparing [2020-10-27T16:35:59.111Z] be83ade894c0: Preparing [2020-10-27T16:35:59.111Z] 147ac46dca7d: Preparing [2020-10-27T16:35:59.111Z] 79572b8b0408: Preparing [2020-10-27T16:35:59.111Z] 1c40ee021af0: Preparing [2020-10-27T16:35:59.111Z] 4566cc68c48d: Preparing [2020-10-27T16:35:59.111Z] b9f64fba5fb6: Preparing [2020-10-27T16:35:59.111Z] bb3800521185: Preparing [2020-10-27T16:35:59.111Z] cd3761cfa1d9: Preparing [2020-10-27T16:35:59.111Z] 147ac46dca7d: Waiting [2020-10-27T16:35:59.111Z] 79572b8b0408: Waiting [2020-10-27T16:35:59.111Z] 4566cc68c48d: Waiting [2020-10-27T16:35:59.111Z] b9f64fba5fb6: Waiting [2020-10-27T16:35:59.111Z] bb3800521185: Waiting [2020-10-27T16:35:59.111Z] cd3761cfa1d9: Waiting [2020-10-27T16:35:59.396Z] be83ade894c0: Pushed [2020-10-27T16:35:59.396Z] bee585ca50c5: Pushed [2020-10-27T16:35:59.396Z] 40f64d9fae7a: Pushed [2020-10-27T16:35:59.396Z] 27171a32560e: Pushed [2020-10-27T16:35:59.676Z] b9f64fba5fb6: Pushed [2020-10-27T16:35:59.676Z] 4566cc68c48d: Pushed [2020-10-27T16:35:59.676Z] 147ac46dca7d: Pushed [2020-10-27T16:35:59.676Z] 79572b8b0408: Pushed [2020-10-27T16:35:59.946Z] cd3761cfa1d9: Layer already exists [2020-10-27T16:36:00.215Z] bb3800521185: Pushed [2020-10-27T16:36:01.650Z] 1c40ee021af0: Pushed [2020-10-27T16:36:01.922Z] 5839a71b4bbbe111e98a5f129fc41db18caea77c: digest: sha256:370c1657cab19c037f268eb6634086e01906ec97c0962d6511941a1f82073a04 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:36:02.263Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.101 [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:36:02.607Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.101 [2020-10-27T16:36:02.608Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-27T16:36:02.608Z] 1c40ee021af0: Preparing [2020-10-27T16:36:02.608Z] 27171a32560e: Preparing [2020-10-27T16:36:02.608Z] bee585ca50c5: Preparing [2020-10-27T16:36:02.608Z] 40f64d9fae7a: Preparing [2020-10-27T16:36:02.608Z] 40f64d9fae7a: Preparing [2020-10-27T16:36:02.608Z] be83ade894c0: Preparing [2020-10-27T16:36:02.608Z] 147ac46dca7d: Preparing [2020-10-27T16:36:02.608Z] 79572b8b0408: Preparing [2020-10-27T16:36:02.608Z] 1c40ee021af0: Preparing [2020-10-27T16:36:02.608Z] 4566cc68c48d: Preparing [2020-10-27T16:36:02.608Z] b9f64fba5fb6: Preparing [2020-10-27T16:36:02.608Z] bb3800521185: Preparing [2020-10-27T16:36:02.608Z] cd3761cfa1d9: Preparing [2020-10-27T16:36:02.608Z] 147ac46dca7d: Waiting [2020-10-27T16:36:02.608Z] 79572b8b0408: Waiting [2020-10-27T16:36:02.608Z] 4566cc68c48d: Waiting [2020-10-27T16:36:02.608Z] b9f64fba5fb6: Waiting [2020-10-27T16:36:02.608Z] cd3761cfa1d9: Waiting [2020-10-27T16:36:02.608Z] bb3800521185: Waiting [2020-10-27T16:36:02.608Z] 40f64d9fae7a: Layer already exists [2020-10-27T16:36:02.608Z] bee585ca50c5: Layer already exists [2020-10-27T16:36:02.608Z] 1c40ee021af0: Layer already exists [2020-10-27T16:36:02.608Z] 27171a32560e: Layer already exists [2020-10-27T16:36:02.608Z] be83ade894c0: Layer already exists [2020-10-27T16:36:02.877Z] 147ac46dca7d: Layer already exists [2020-10-27T16:36:02.877Z] 79572b8b0408: Layer already exists [2020-10-27T16:36:02.877Z] 4566cc68c48d: Layer already exists [2020-10-27T16:36:02.877Z] bb3800521185: Layer already exists [2020-10-27T16:36:02.877Z] b9f64fba5fb6: Layer already exists [2020-10-27T16:36:02.877Z] cd3761cfa1d9: Layer already exists [2020-10-27T16:36:02.877Z] 1.2.2-dev.101: digest: sha256:370c1657cab19c037f268eb6634086e01906ec97c0962d6511941a1f82073a04 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:36:03.218Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:5839a71b4bbbe111e98a5f129fc41db18caea77c-1.2.2-dev.101 [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:36:03.554Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:5839a71b4bbbe111e98a5f129fc41db18caea77c-1.2.2-dev.101 [2020-10-27T16:36:03.554Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-27T16:36:03.554Z] 1c40ee021af0: Preparing [2020-10-27T16:36:03.554Z] 27171a32560e: Preparing [2020-10-27T16:36:03.554Z] bee585ca50c5: Preparing [2020-10-27T16:36:03.554Z] 40f64d9fae7a: Preparing [2020-10-27T16:36:03.554Z] 40f64d9fae7a: Preparing [2020-10-27T16:36:03.554Z] be83ade894c0: Preparing [2020-10-27T16:36:03.554Z] 147ac46dca7d: Preparing [2020-10-27T16:36:03.554Z] 79572b8b0408: Preparing [2020-10-27T16:36:03.554Z] 1c40ee021af0: Preparing [2020-10-27T16:36:03.554Z] 4566cc68c48d: Preparing [2020-10-27T16:36:03.554Z] b9f64fba5fb6: Preparing [2020-10-27T16:36:03.554Z] bb3800521185: Preparing [2020-10-27T16:36:03.554Z] cd3761cfa1d9: Preparing [2020-10-27T16:36:03.554Z] 147ac46dca7d: Waiting [2020-10-27T16:36:03.554Z] b9f64fba5fb6: Waiting [2020-10-27T16:36:03.554Z] 79572b8b0408: Waiting [2020-10-27T16:36:03.554Z] 4566cc68c48d: Waiting [2020-10-27T16:36:03.554Z] bb3800521185: Waiting [2020-10-27T16:36:03.554Z] cd3761cfa1d9: Waiting [2020-10-27T16:36:03.829Z] 40f64d9fae7a: Layer already exists [2020-10-27T16:36:03.829Z] 27171a32560e: Layer already exists [2020-10-27T16:36:03.829Z] be83ade894c0: Layer already exists [2020-10-27T16:36:03.829Z] 1c40ee021af0: Layer already exists [2020-10-27T16:36:03.829Z] bee585ca50c5: Layer already exists [2020-10-27T16:36:03.829Z] 147ac46dca7d: Layer already exists [2020-10-27T16:36:03.829Z] 4566cc68c48d: Layer already exists [2020-10-27T16:36:03.829Z] 79572b8b0408: Layer already exists [2020-10-27T16:36:03.829Z] bb3800521185: Layer already exists [2020-10-27T16:36:03.829Z] b9f64fba5fb6: Layer already exists [2020-10-27T16:36:03.829Z] cd3761cfa1d9: Layer already exists [2020-10-27T16:36:03.829Z] 5839a71b4bbbe111e98a5f129fc41db18caea77c-1.2.2-dev.101: digest: sha256:370c1657cab19c037f268eb6634086e01906ec97c0962d6511941a1f82073a04 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:36:04.168Z] + 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-27T16:36:04.504Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [2020-10-27T16:36:04.505Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-27T16:36:04.505Z] 1c40ee021af0: Preparing [2020-10-27T16:36:04.505Z] 27171a32560e: Preparing [2020-10-27T16:36:04.505Z] bee585ca50c5: Preparing [2020-10-27T16:36:04.505Z] 40f64d9fae7a: Preparing [2020-10-27T16:36:04.505Z] 40f64d9fae7a: Preparing [2020-10-27T16:36:04.505Z] be83ade894c0: Preparing [2020-10-27T16:36:04.505Z] 147ac46dca7d: Preparing [2020-10-27T16:36:04.505Z] 79572b8b0408: Preparing [2020-10-27T16:36:04.505Z] 1c40ee021af0: Preparing [2020-10-27T16:36:04.505Z] 4566cc68c48d: Preparing [2020-10-27T16:36:04.505Z] b9f64fba5fb6: Preparing [2020-10-27T16:36:04.505Z] bb3800521185: Preparing [2020-10-27T16:36:04.505Z] cd3761cfa1d9: Preparing [2020-10-27T16:36:04.505Z] 147ac46dca7d: Waiting [2020-10-27T16:36:04.505Z] 79572b8b0408: Waiting [2020-10-27T16:36:04.505Z] bb3800521185: Waiting [2020-10-27T16:36:04.505Z] 4566cc68c48d: Waiting [2020-10-27T16:36:04.505Z] b9f64fba5fb6: Waiting [2020-10-27T16:36:04.505Z] cd3761cfa1d9: Waiting [2020-10-27T16:36:04.505Z] be83ade894c0: Layer already exists [2020-10-27T16:36:04.505Z] bee585ca50c5: Layer already exists [2020-10-27T16:36:04.505Z] 40f64d9fae7a: Layer already exists [2020-10-27T16:36:04.505Z] 27171a32560e: Layer already exists [2020-10-27T16:36:04.505Z] 1c40ee021af0: Layer already exists [2020-10-27T16:36:04.776Z] 147ac46dca7d: Layer already exists [2020-10-27T16:36:04.776Z] bb3800521185: Layer already exists [2020-10-27T16:36:04.776Z] b9f64fba5fb6: Layer already exists [2020-10-27T16:36:04.776Z] 79572b8b0408: Layer already exists [2020-10-27T16:36:04.776Z] 4566cc68c48d: Layer already exists [2020-10-27T16:36:04.776Z] cd3761cfa1d9: Layer already exists [2020-10-27T16:36:04.776Z] master: digest: sha256:370c1657cab19c037f268eb6634086e01906ec97c0962d6511941a1f82073a04 size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-27T16:36:04.962Z] ===================================================== [Pipeline] echo [2020-10-27T16:36:05.009Z] taggedImages: [2020-10-27T16:36:05.009Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:5839a71b4bbbe111e98a5f129fc41db18caea77c [2020-10-27T16:36:05.009Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.101 [2020-10-27T16:36:05.009Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:5839a71b4bbbe111e98a5f129fc41db18caea77c-1.2.2-dev.101 [2020-10-27T16:36:05.009Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [Pipeline] echo [2020-10-27T16:36:05.077Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2020-10-27T16:36:05.077Z] 5839a71b4bbbe111e98a5f129fc41db18caea77c [2020-10-27T16:36:05.077Z] 1.2.2-dev.101 [2020-10-27T16:36:05.077Z] 5839a71b4bbbe111e98a5f129fc41db18caea77c-1.2.2-dev.101 [2020-10-27T16:36:05.077Z] master [2020-10-27T16:36:05.077Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:36:05.613Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:5839a71b4bbbe111e98a5f129fc41db18caea77c [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:36:05.951Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:5839a71b4bbbe111e98a5f129fc41db18caea77c [2020-10-27T16:36:05.951Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-27T16:36:05.951Z] 942e4a09c665: Preparing [2020-10-27T16:36:05.951Z] f33b38396739: Preparing [2020-10-27T16:36:05.951Z] 1b099004adcd: Preparing [2020-10-27T16:36:05.951Z] b13bfde3c1b6: Preparing [2020-10-27T16:36:05.951Z] f50645a500e7: Preparing [2020-10-27T16:36:05.951Z] dbabb1de1aaa: Preparing [2020-10-27T16:36:05.951Z] adadde70e0a6: Preparing [2020-10-27T16:36:05.951Z] fc5063858df3: Preparing [2020-10-27T16:36:05.951Z] f88aae708749: Preparing [2020-10-27T16:36:05.951Z] dd2e9e6b8a24: Preparing [2020-10-27T16:36:05.951Z] 66b385cf80cf: Preparing [2020-10-27T16:36:05.951Z] adadde70e0a6: Waiting [2020-10-27T16:36:05.951Z] fc5063858df3: Waiting [2020-10-27T16:36:05.951Z] f88aae708749: Waiting [2020-10-27T16:36:05.951Z] dd2e9e6b8a24: Waiting [2020-10-27T16:36:05.951Z] 66b385cf80cf: Waiting [2020-10-27T16:36:05.951Z] dbabb1de1aaa: Waiting [2020-10-27T16:36:06.545Z] f33b38396739: Pushed [2020-10-27T16:36:06.545Z] 942e4a09c665: Pushed [2020-10-27T16:36:06.545Z] dbabb1de1aaa: Pushed [2020-10-27T16:36:06.817Z] adadde70e0a6: Pushed [2020-10-27T16:36:07.091Z] f88aae708749: Pushed [2020-10-27T16:36:07.091Z] fc5063858df3: Pushed [2020-10-27T16:36:07.091Z] 66b385cf80cf: Layer already exists [2020-10-27T16:36:07.687Z] dd2e9e6b8a24: Pushed [2020-10-27T16:36:08.280Z] 1b099004adcd: Pushed [2020-10-27T16:36:08.280Z] f50645a500e7: Pushed [2020-10-27T16:36:08.553Z] b13bfde3c1b6: Pushed [2020-10-27T16:36:08.827Z] 5839a71b4bbbe111e98a5f129fc41db18caea77c: digest: sha256:b56da0853067f248fb3b44366db48b786b162a3fe7dd790980d64ab3e412e276 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:36:09.199Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.101 [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:36:09.586Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.101 [2020-10-27T16:36:09.586Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-27T16:36:09.586Z] 942e4a09c665: Preparing [2020-10-27T16:36:09.586Z] f33b38396739: Preparing [2020-10-27T16:36:09.586Z] 1b099004adcd: Preparing [2020-10-27T16:36:09.586Z] b13bfde3c1b6: Preparing [2020-10-27T16:36:09.586Z] f50645a500e7: Preparing [2020-10-27T16:36:09.586Z] dbabb1de1aaa: Preparing [2020-10-27T16:36:09.586Z] adadde70e0a6: Preparing [2020-10-27T16:36:09.586Z] fc5063858df3: Preparing [2020-10-27T16:36:09.586Z] f88aae708749: Preparing [2020-10-27T16:36:09.586Z] dd2e9e6b8a24: Preparing [2020-10-27T16:36:09.586Z] 66b385cf80cf: Preparing [2020-10-27T16:36:09.586Z] fc5063858df3: Waiting [2020-10-27T16:36:09.586Z] dd2e9e6b8a24: Waiting [2020-10-27T16:36:09.586Z] 66b385cf80cf: Waiting [2020-10-27T16:36:09.586Z] f88aae708749: Waiting [2020-10-27T16:36:09.586Z] dbabb1de1aaa: Waiting [2020-10-27T16:36:09.586Z] adadde70e0a6: Waiting [2020-10-27T16:36:09.586Z] b13bfde3c1b6: Layer already exists [2020-10-27T16:36:09.586Z] 1b099004adcd: Layer already exists [2020-10-27T16:36:09.586Z] f50645a500e7: Layer already exists [2020-10-27T16:36:09.586Z] 942e4a09c665: Layer already exists [2020-10-27T16:36:09.586Z] f33b38396739: Layer already exists [2020-10-27T16:36:09.880Z] dbabb1de1aaa: Layer already exists [2020-10-27T16:36:09.880Z] adadde70e0a6: Layer already exists [2020-10-27T16:36:09.880Z] f88aae708749: Layer already exists [2020-10-27T16:36:09.880Z] fc5063858df3: Layer already exists [2020-10-27T16:36:09.880Z] dd2e9e6b8a24: Layer already exists [2020-10-27T16:36:09.880Z] 66b385cf80cf: Layer already exists [2020-10-27T16:36:09.880Z] 1.2.2-dev.101: digest: sha256:b56da0853067f248fb3b44366db48b786b162a3fe7dd790980d64ab3e412e276 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:36:10.245Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:5839a71b4bbbe111e98a5f129fc41db18caea77c-1.2.2-dev.101 [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:36:10.615Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:5839a71b4bbbe111e98a5f129fc41db18caea77c-1.2.2-dev.101 [2020-10-27T16:36:10.615Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-27T16:36:10.615Z] 942e4a09c665: Preparing [2020-10-27T16:36:10.615Z] f33b38396739: Preparing [2020-10-27T16:36:10.615Z] 1b099004adcd: Preparing [2020-10-27T16:36:10.615Z] b13bfde3c1b6: Preparing [2020-10-27T16:36:10.615Z] f50645a500e7: Preparing [2020-10-27T16:36:10.615Z] dbabb1de1aaa: Preparing [2020-10-27T16:36:10.615Z] adadde70e0a6: Preparing [2020-10-27T16:36:10.615Z] fc5063858df3: Preparing [2020-10-27T16:36:10.615Z] f88aae708749: Preparing [2020-10-27T16:36:10.615Z] dd2e9e6b8a24: Preparing [2020-10-27T16:36:10.615Z] 66b385cf80cf: Preparing [2020-10-27T16:36:10.615Z] dbabb1de1aaa: Waiting [2020-10-27T16:36:10.615Z] adadde70e0a6: Waiting [2020-10-27T16:36:10.615Z] fc5063858df3: Waiting [2020-10-27T16:36:10.615Z] f88aae708749: Waiting [2020-10-27T16:36:10.615Z] dd2e9e6b8a24: Waiting [2020-10-27T16:36:10.615Z] 66b385cf80cf: Waiting [2020-10-27T16:36:10.889Z] 1b099004adcd: Layer already exists [2020-10-27T16:36:10.889Z] b13bfde3c1b6: Layer already exists [2020-10-27T16:36:10.889Z] 942e4a09c665: Layer already exists [2020-10-27T16:36:10.889Z] f50645a500e7: Layer already exists [2020-10-27T16:36:10.889Z] f33b38396739: Layer already exists [2020-10-27T16:36:10.889Z] fc5063858df3: Layer already exists [2020-10-27T16:36:10.889Z] dbabb1de1aaa: Layer already exists [2020-10-27T16:36:10.889Z] adadde70e0a6: Layer already exists [2020-10-27T16:36:10.889Z] dd2e9e6b8a24: Layer already exists [2020-10-27T16:36:10.889Z] f88aae708749: Layer already exists [2020-10-27T16:36:10.889Z] 66b385cf80cf: Layer already exists [2020-10-27T16:36:10.889Z] 5839a71b4bbbe111e98a5f129fc41db18caea77c-1.2.2-dev.101: digest: sha256:b56da0853067f248fb3b44366db48b786b162a3fe7dd790980d64ab3e412e276 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:36:11.241Z] + 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-27T16:36:11.600Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2020-10-27T16:36:11.600Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-27T16:36:11.600Z] 942e4a09c665: Preparing [2020-10-27T16:36:11.600Z] f33b38396739: Preparing [2020-10-27T16:36:11.600Z] 1b099004adcd: Preparing [2020-10-27T16:36:11.600Z] b13bfde3c1b6: Preparing [2020-10-27T16:36:11.600Z] f50645a500e7: Preparing [2020-10-27T16:36:11.600Z] dbabb1de1aaa: Preparing [2020-10-27T16:36:11.600Z] adadde70e0a6: Preparing [2020-10-27T16:36:11.600Z] fc5063858df3: Preparing [2020-10-27T16:36:11.600Z] f88aae708749: Preparing [2020-10-27T16:36:11.600Z] dd2e9e6b8a24: Preparing [2020-10-27T16:36:11.600Z] 66b385cf80cf: Preparing [2020-10-27T16:36:11.600Z] adadde70e0a6: Waiting [2020-10-27T16:36:11.600Z] fc5063858df3: Waiting [2020-10-27T16:36:11.600Z] dbabb1de1aaa: Waiting [2020-10-27T16:36:11.600Z] f88aae708749: Waiting [2020-10-27T16:36:11.600Z] 66b385cf80cf: Waiting [2020-10-27T16:36:11.600Z] dd2e9e6b8a24: Waiting [2020-10-27T16:36:11.873Z] f33b38396739: Layer already exists [2020-10-27T16:36:11.873Z] 942e4a09c665: Layer already exists [2020-10-27T16:36:11.873Z] f50645a500e7: Layer already exists [2020-10-27T16:36:11.873Z] 1b099004adcd: Layer already exists [2020-10-27T16:36:11.873Z] b13bfde3c1b6: Layer already exists [2020-10-27T16:36:11.873Z] adadde70e0a6: Layer already exists [2020-10-27T16:36:11.873Z] dd2e9e6b8a24: Layer already exists [2020-10-27T16:36:11.873Z] fc5063858df3: Layer already exists [2020-10-27T16:36:11.873Z] f88aae708749: Layer already exists [2020-10-27T16:36:11.873Z] dbabb1de1aaa: Layer already exists [2020-10-27T16:36:11.873Z] 66b385cf80cf: Layer already exists [2020-10-27T16:36:11.873Z] master: digest: sha256:b56da0853067f248fb3b44366db48b786b162a3fe7dd790980d64ab3e412e276 size: 2616 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-27T16:36:12.075Z] ===================================================== [Pipeline] echo [2020-10-27T16:36:12.125Z] taggedImages: [2020-10-27T16:36:12.125Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:5839a71b4bbbe111e98a5f129fc41db18caea77c [2020-10-27T16:36:12.125Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.101 [2020-10-27T16:36:12.125Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:5839a71b4bbbe111e98a5f129fc41db18caea77c-1.2.2-dev.101 [2020-10-27T16:36:12.125Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2020-10-27T16:36:12.203Z] [edgeXDocker.push] Tagging docker image docker-support-logging-go-arm64 with the following tags: [2020-10-27T16:36:12.203Z] 5839a71b4bbbe111e98a5f129fc41db18caea77c [2020-10-27T16:36:12.203Z] 1.2.2-dev.101 [2020-10-27T16:36:12.203Z] 5839a71b4bbbe111e98a5f129fc41db18caea77c-1.2.2-dev.101 [2020-10-27T16:36:12.203Z] master [2020-10-27T16:36:12.203Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:36:12.748Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:5839a71b4bbbe111e98a5f129fc41db18caea77c [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:36:13.080Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:5839a71b4bbbe111e98a5f129fc41db18caea77c [2020-10-27T16:36:13.080Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-27T16:36:13.080Z] dc7e4b91c010: Preparing [2020-10-27T16:36:13.080Z] ef581b79c88f: Preparing [2020-10-27T16:36:13.080Z] eddcb7166a90: Preparing [2020-10-27T16:36:13.080Z] 263b8232074d: Preparing [2020-10-27T16:36:13.373Z] dc7e4b91c010: Pushed [2020-10-27T16:36:13.373Z] eddcb7166a90: Pushed [2020-10-27T16:36:13.644Z] 263b8232074d: Pushed [2020-10-27T16:36:16.254Z] ef581b79c88f: Pushed [2020-10-27T16:36:16.254Z] 5839a71b4bbbe111e98a5f129fc41db18caea77c: digest: sha256:89ebe1873be030576277e8cef3909496526aa691ae89c76888ff545e27e90fcc size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:36:16.593Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.101 [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:36:16.926Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.101 [2020-10-27T16:36:16.926Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-27T16:36:16.926Z] dc7e4b91c010: Preparing [2020-10-27T16:36:16.926Z] ef581b79c88f: Preparing [2020-10-27T16:36:16.926Z] eddcb7166a90: Preparing [2020-10-27T16:36:16.926Z] 263b8232074d: Preparing [2020-10-27T16:36:16.926Z] ef581b79c88f: Layer already exists [2020-10-27T16:36:16.926Z] dc7e4b91c010: Layer already exists [2020-10-27T16:36:16.926Z] 263b8232074d: Layer already exists [2020-10-27T16:36:16.926Z] eddcb7166a90: Layer already exists [2020-10-27T16:36:17.196Z] 1.2.2-dev.101: digest: sha256:89ebe1873be030576277e8cef3909496526aa691ae89c76888ff545e27e90fcc size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:36:17.536Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:5839a71b4bbbe111e98a5f129fc41db18caea77c-1.2.2-dev.101 [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:36:17.871Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:5839a71b4bbbe111e98a5f129fc41db18caea77c-1.2.2-dev.101 [2020-10-27T16:36:17.871Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-27T16:36:17.871Z] dc7e4b91c010: Preparing [2020-10-27T16:36:17.871Z] ef581b79c88f: Preparing [2020-10-27T16:36:17.871Z] eddcb7166a90: Preparing [2020-10-27T16:36:17.871Z] 263b8232074d: Preparing [2020-10-27T16:36:18.142Z] 263b8232074d: Layer already exists [2020-10-27T16:36:18.142Z] eddcb7166a90: Layer already exists [2020-10-27T16:36:18.142Z] dc7e4b91c010: Layer already exists [2020-10-27T16:36:18.142Z] ef581b79c88f: Layer already exists [2020-10-27T16:36:18.142Z] 5839a71b4bbbe111e98a5f129fc41db18caea77c-1.2.2-dev.101: digest: sha256:89ebe1873be030576277e8cef3909496526aa691ae89c76888ff545e27e90fcc size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:36:18.493Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:36:18.840Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [2020-10-27T16:36:18.840Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-27T16:36:18.840Z] dc7e4b91c010: Preparing [2020-10-27T16:36:18.840Z] ef581b79c88f: Preparing [2020-10-27T16:36:18.840Z] eddcb7166a90: Preparing [2020-10-27T16:36:18.840Z] 263b8232074d: Preparing [2020-10-27T16:36:19.111Z] dc7e4b91c010: Layer already exists [2020-10-27T16:36:19.111Z] eddcb7166a90: Layer already exists [2020-10-27T16:36:19.111Z] ef581b79c88f: Layer already exists [2020-10-27T16:36:19.111Z] 263b8232074d: Layer already exists [2020-10-27T16:36:19.111Z] master: digest: sha256:89ebe1873be030576277e8cef3909496526aa691ae89c76888ff545e27e90fcc size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-27T16:36:19.321Z] ===================================================== [Pipeline] echo [2020-10-27T16:36:19.387Z] taggedImages: [2020-10-27T16:36:19.387Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:5839a71b4bbbe111e98a5f129fc41db18caea77c [2020-10-27T16:36:19.387Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.101 [2020-10-27T16:36:19.387Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:5839a71b4bbbe111e98a5f129fc41db18caea77c-1.2.2-dev.101 [2020-10-27T16:36:19.387Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] echo [2020-10-27T16:36:19.463Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2020-10-27T16:36:19.463Z] 5839a71b4bbbe111e98a5f129fc41db18caea77c [2020-10-27T16:36:19.463Z] 1.2.2-dev.101 [2020-10-27T16:36:19.463Z] 5839a71b4bbbe111e98a5f129fc41db18caea77c-1.2.2-dev.101 [2020-10-27T16:36:19.463Z] master [2020-10-27T16:36:19.463Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:36:19.988Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:5839a71b4bbbe111e98a5f129fc41db18caea77c [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:36:20.341Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:5839a71b4bbbe111e98a5f129fc41db18caea77c [2020-10-27T16:36:20.341Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-27T16:36:20.341Z] 3ad7e2e52725: Preparing [2020-10-27T16:36:20.341Z] 83d0e095a5b7: Preparing [2020-10-27T16:36:20.341Z] da385966fd3d: Preparing [2020-10-27T16:36:20.341Z] d1e99430dc52: Preparing [2020-10-27T16:36:20.341Z] d5b8fcc3dc85: Preparing [2020-10-27T16:36:20.341Z] 46fe2b88b960: Preparing [2020-10-27T16:36:20.341Z] 46fe2b88b960: Waiting [2020-10-27T16:36:20.617Z] 3ad7e2e52725: Pushed [2020-10-27T16:36:20.617Z] da385966fd3d: Pushed [2020-10-27T16:36:20.889Z] d5b8fcc3dc85: Pushed [2020-10-27T16:36:20.889Z] d1e99430dc52: Pushed [2020-10-27T16:36:21.162Z] 46fe2b88b960: Pushed [2020-10-27T16:36:23.791Z] 83d0e095a5b7: Pushed [2020-10-27T16:36:23.791Z] 5839a71b4bbbe111e98a5f129fc41db18caea77c: digest: sha256:b443239cc2fb3eb9dfad0e916f932459b59c8c95ff8d74eb39cd3077d68ce92e size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:36:24.401Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.101 [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:36:24.737Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.101 [2020-10-27T16:36:24.737Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-27T16:36:24.737Z] 3ad7e2e52725: Preparing [2020-10-27T16:36:24.737Z] 83d0e095a5b7: Preparing [2020-10-27T16:36:24.737Z] da385966fd3d: Preparing [2020-10-27T16:36:24.737Z] d1e99430dc52: Preparing [2020-10-27T16:36:24.737Z] d5b8fcc3dc85: Preparing [2020-10-27T16:36:24.737Z] 46fe2b88b960: Preparing [2020-10-27T16:36:24.737Z] 46fe2b88b960: Waiting [2020-10-27T16:36:25.008Z] 83d0e095a5b7: Layer already exists [2020-10-27T16:36:25.008Z] da385966fd3d: Layer already exists [2020-10-27T16:36:25.008Z] 3ad7e2e52725: Layer already exists [2020-10-27T16:36:25.008Z] d1e99430dc52: Layer already exists [2020-10-27T16:36:25.008Z] d5b8fcc3dc85: Layer already exists [2020-10-27T16:36:25.008Z] 46fe2b88b960: Layer already exists [2020-10-27T16:36:25.008Z] 1.2.2-dev.101: digest: sha256:b443239cc2fb3eb9dfad0e916f932459b59c8c95ff8d74eb39cd3077d68ce92e size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:36:25.374Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:5839a71b4bbbe111e98a5f129fc41db18caea77c-1.2.2-dev.101 [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:36:25.710Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:5839a71b4bbbe111e98a5f129fc41db18caea77c-1.2.2-dev.101 [2020-10-27T16:36:25.710Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-27T16:36:25.710Z] 3ad7e2e52725: Preparing [2020-10-27T16:36:25.711Z] 83d0e095a5b7: Preparing [2020-10-27T16:36:25.711Z] da385966fd3d: Preparing [2020-10-27T16:36:25.711Z] d1e99430dc52: Preparing [2020-10-27T16:36:25.711Z] d5b8fcc3dc85: Preparing [2020-10-27T16:36:25.711Z] 46fe2b88b960: Preparing [2020-10-27T16:36:25.711Z] 46fe2b88b960: Waiting [2020-10-27T16:36:25.711Z] d5b8fcc3dc85: Layer already exists [2020-10-27T16:36:25.711Z] d1e99430dc52: Layer already exists [2020-10-27T16:36:25.711Z] da385966fd3d: Layer already exists [2020-10-27T16:36:25.982Z] 3ad7e2e52725: Layer already exists [2020-10-27T16:36:25.982Z] 83d0e095a5b7: Layer already exists [2020-10-27T16:36:25.982Z] 46fe2b88b960: Layer already exists [2020-10-27T16:36:25.982Z] 5839a71b4bbbe111e98a5f129fc41db18caea77c-1.2.2-dev.101: digest: sha256:b443239cc2fb3eb9dfad0e916f932459b59c8c95ff8d74eb39cd3077d68ce92e size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:36:26.321Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:36:26.655Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2020-10-27T16:36:26.655Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-27T16:36:26.655Z] 3ad7e2e52725: Preparing [2020-10-27T16:36:26.655Z] 83d0e095a5b7: Preparing [2020-10-27T16:36:26.655Z] da385966fd3d: Preparing [2020-10-27T16:36:26.655Z] d1e99430dc52: Preparing [2020-10-27T16:36:26.655Z] d5b8fcc3dc85: Preparing [2020-10-27T16:36:26.655Z] 46fe2b88b960: Preparing [2020-10-27T16:36:26.655Z] 46fe2b88b960: Waiting [2020-10-27T16:36:26.925Z] 3ad7e2e52725: Layer already exists [2020-10-27T16:36:26.925Z] d1e99430dc52: Layer already exists [2020-10-27T16:36:26.925Z] d5b8fcc3dc85: Layer already exists [2020-10-27T16:36:26.925Z] da385966fd3d: Layer already exists [2020-10-27T16:36:26.925Z] 83d0e095a5b7: Layer already exists [2020-10-27T16:36:26.925Z] 46fe2b88b960: Layer already exists [2020-10-27T16:36:26.925Z] master: digest: sha256:b443239cc2fb3eb9dfad0e916f932459b59c8c95ff8d74eb39cd3077d68ce92e size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-27T16:36:27.127Z] ===================================================== [Pipeline] echo [2020-10-27T16:36:27.174Z] taggedImages: [2020-10-27T16:36:27.174Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:5839a71b4bbbe111e98a5f129fc41db18caea77c [2020-10-27T16:36:27.174Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.101 [2020-10-27T16:36:27.174Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:5839a71b4bbbe111e98a5f129fc41db18caea77c-1.2.2-dev.101 [2020-10-27T16:36:27.174Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2020-10-27T16:36:27.250Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2020-10-27T16:36:27.250Z] 5839a71b4bbbe111e98a5f129fc41db18caea77c [2020-10-27T16:36:27.250Z] 1.2.2-dev.101 [2020-10-27T16:36:27.250Z] 5839a71b4bbbe111e98a5f129fc41db18caea77c-1.2.2-dev.101 [2020-10-27T16:36:27.250Z] master [2020-10-27T16:36:27.250Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:36:27.767Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:5839a71b4bbbe111e98a5f129fc41db18caea77c [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:36:28.103Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:5839a71b4bbbe111e98a5f129fc41db18caea77c [2020-10-27T16:36:28.103Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-27T16:36:28.103Z] fd82688bf0ac: Preparing [2020-10-27T16:36:28.103Z] 35a6b3573ba3: Preparing [2020-10-27T16:36:28.103Z] 4305f326042c: Preparing [2020-10-27T16:36:28.375Z] 4305f326042c: Pushed [2020-10-27T16:36:28.375Z] fd82688bf0ac: Pushed [2020-10-27T16:36:31.755Z] 35a6b3573ba3: Pushed [2020-10-27T16:36:31.755Z] 5839a71b4bbbe111e98a5f129fc41db18caea77c: digest: sha256:1a68796b3a066645034c8899f0eb0b1062eec6b4d25fa58bad714bf61085ecf2 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:36:32.095Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.101 [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:36:32.433Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.101 [2020-10-27T16:36:32.434Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-27T16:36:32.434Z] fd82688bf0ac: Preparing [2020-10-27T16:36:32.434Z] 35a6b3573ba3: Preparing [2020-10-27T16:36:32.434Z] 4305f326042c: Preparing [2020-10-27T16:36:32.434Z] 35a6b3573ba3: Layer already exists [2020-10-27T16:36:32.434Z] fd82688bf0ac: Layer already exists [2020-10-27T16:36:32.705Z] 4305f326042c: Layer already exists [2020-10-27T16:36:32.705Z] 1.2.2-dev.101: digest: sha256:1a68796b3a066645034c8899f0eb0b1062eec6b4d25fa58bad714bf61085ecf2 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:36:33.106Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:5839a71b4bbbe111e98a5f129fc41db18caea77c-1.2.2-dev.101 [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:36:33.467Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:5839a71b4bbbe111e98a5f129fc41db18caea77c-1.2.2-dev.101 [2020-10-27T16:36:33.467Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-27T16:36:33.467Z] fd82688bf0ac: Preparing [2020-10-27T16:36:33.467Z] 35a6b3573ba3: Preparing [2020-10-27T16:36:33.467Z] 4305f326042c: Preparing [2020-10-27T16:36:33.467Z] 4305f326042c: Layer already exists [2020-10-27T16:36:33.467Z] 35a6b3573ba3: Layer already exists [2020-10-27T16:36:33.467Z] fd82688bf0ac: Layer already exists [2020-10-27T16:36:33.742Z] 5839a71b4bbbe111e98a5f129fc41db18caea77c-1.2.2-dev.101: digest: sha256:1a68796b3a066645034c8899f0eb0b1062eec6b4d25fa58bad714bf61085ecf2 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:36:34.116Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:36:34.453Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2020-10-27T16:36:34.453Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-27T16:36:34.454Z] fd82688bf0ac: Preparing [2020-10-27T16:36:34.454Z] 35a6b3573ba3: Preparing [2020-10-27T16:36:34.454Z] 4305f326042c: Preparing [2020-10-27T16:36:34.454Z] fd82688bf0ac: Layer already exists [2020-10-27T16:36:34.454Z] 35a6b3573ba3: Layer already exists [2020-10-27T16:36:34.454Z] 4305f326042c: Layer already exists [2020-10-27T16:36:34.724Z] master: digest: sha256:1a68796b3a066645034c8899f0eb0b1062eec6b4d25fa58bad714bf61085ecf2 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-27T16:36:34.915Z] ===================================================== [Pipeline] echo [2020-10-27T16:36:34.959Z] taggedImages: [2020-10-27T16:36:34.959Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:5839a71b4bbbe111e98a5f129fc41db18caea77c [2020-10-27T16:36:34.959Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.101 [2020-10-27T16:36:34.959Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:5839a71b4bbbe111e98a5f129fc41db18caea77c-1.2.2-dev.101 [2020-10-27T16:36:34.959Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2020-10-27T16:36:35.020Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2020-10-27T16:36:35.020Z] 5839a71b4bbbe111e98a5f129fc41db18caea77c [2020-10-27T16:36:35.020Z] 1.2.2-dev.101 [2020-10-27T16:36:35.020Z] 5839a71b4bbbe111e98a5f129fc41db18caea77c-1.2.2-dev.101 [2020-10-27T16:36:35.020Z] master [2020-10-27T16:36:35.020Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:36:35.581Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:5839a71b4bbbe111e98a5f129fc41db18caea77c [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:36:35.917Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:5839a71b4bbbe111e98a5f129fc41db18caea77c [2020-10-27T16:36:35.917Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-27T16:36:35.917Z] 43871b633465: Preparing [2020-10-27T16:36:35.917Z] c5826967a101: Preparing [2020-10-27T16:36:35.917Z] 0bbd0b64fdbc: Preparing [2020-10-27T16:36:35.917Z] e60f3a0151c6: Preparing [2020-10-27T16:36:35.917Z] 38b1ab8f72a4: Preparing [2020-10-27T16:36:35.917Z] 691650c60876: Preparing [2020-10-27T16:36:35.917Z] ef2b27a7e25c: Preparing [2020-10-27T16:36:35.917Z] 52543ddb2901: Preparing [2020-10-27T16:36:35.917Z] 9f553b275599: Preparing [2020-10-27T16:36:35.917Z] 3a47579f0cd1: Preparing [2020-10-27T16:36:35.917Z] cd6d79ebbfb6: Preparing [2020-10-27T16:36:35.917Z] 3e7dc55cab04: Preparing [2020-10-27T16:36:35.917Z] b2e85fd0898f: Preparing [2020-10-27T16:36:35.917Z] cd3761cfa1d9: Preparing [2020-10-27T16:36:35.917Z] 691650c60876: Waiting [2020-10-27T16:36:35.917Z] ef2b27a7e25c: Waiting [2020-10-27T16:36:35.917Z] 3e7dc55cab04: Waiting [2020-10-27T16:36:35.917Z] 9f553b275599: Waiting [2020-10-27T16:36:35.917Z] 3a47579f0cd1: Waiting [2020-10-27T16:36:35.917Z] cd6d79ebbfb6: Waiting [2020-10-27T16:36:35.917Z] b2e85fd0898f: Waiting [2020-10-27T16:36:35.917Z] cd3761cfa1d9: Waiting [2020-10-27T16:36:36.521Z] 38b1ab8f72a4: Pushed [2020-10-27T16:36:36.521Z] 43871b633465: Pushed [2020-10-27T16:36:37.163Z] e60f3a0151c6: Pushed [2020-10-27T16:36:37.163Z] 52543ddb2901: Layer already exists [2020-10-27T16:36:37.163Z] 9f553b275599: Layer already exists [2020-10-27T16:36:37.163Z] ef2b27a7e25c: Pushed [2020-10-27T16:36:37.163Z] 3a47579f0cd1: Layer already exists [2020-10-27T16:36:37.163Z] cd6d79ebbfb6: Layer already exists [2020-10-27T16:36:37.444Z] 3e7dc55cab04: Layer already exists [2020-10-27T16:36:37.444Z] b2e85fd0898f: Layer already exists [2020-10-27T16:36:37.444Z] cd3761cfa1d9: Layer already exists [2020-10-27T16:36:38.070Z] c5826967a101: Pushed [2020-10-27T16:36:39.045Z] 691650c60876: Pushed [2020-10-27T16:36:51.432Z] 0bbd0b64fdbc: Pushed [2020-10-27T16:36:51.432Z] 5839a71b4bbbe111e98a5f129fc41db18caea77c: digest: sha256:b7374435ff1ac88762930184050efeb751b329519766a8b6ee3cd186317792a1 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:36:51.786Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.101 [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:36:52.118Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.101 [2020-10-27T16:36:52.118Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-27T16:36:52.118Z] 43871b633465: Preparing [2020-10-27T16:36:52.118Z] c5826967a101: Preparing [2020-10-27T16:36:52.118Z] 0bbd0b64fdbc: Preparing [2020-10-27T16:36:52.118Z] e60f3a0151c6: Preparing [2020-10-27T16:36:52.118Z] 38b1ab8f72a4: Preparing [2020-10-27T16:36:52.118Z] 691650c60876: Preparing [2020-10-27T16:36:52.118Z] ef2b27a7e25c: Preparing [2020-10-27T16:36:52.118Z] 52543ddb2901: Preparing [2020-10-27T16:36:52.118Z] 9f553b275599: Preparing [2020-10-27T16:36:52.118Z] 3a47579f0cd1: Preparing [2020-10-27T16:36:52.118Z] cd6d79ebbfb6: Preparing [2020-10-27T16:36:52.118Z] 3e7dc55cab04: Preparing [2020-10-27T16:36:52.118Z] b2e85fd0898f: Preparing [2020-10-27T16:36:52.118Z] cd3761cfa1d9: Preparing [2020-10-27T16:36:52.118Z] 3a47579f0cd1: Waiting [2020-10-27T16:36:52.118Z] 691650c60876: Waiting [2020-10-27T16:36:52.118Z] cd6d79ebbfb6: Waiting [2020-10-27T16:36:52.118Z] ef2b27a7e25c: Waiting [2020-10-27T16:36:52.118Z] 3e7dc55cab04: Waiting [2020-10-27T16:36:52.118Z] 52543ddb2901: Waiting [2020-10-27T16:36:52.118Z] 9f553b275599: Waiting [2020-10-27T16:36:52.118Z] b2e85fd0898f: Waiting [2020-10-27T16:36:52.118Z] cd3761cfa1d9: Waiting [2020-10-27T16:36:52.389Z] 38b1ab8f72a4: Layer already exists [2020-10-27T16:36:52.389Z] 0bbd0b64fdbc: Layer already exists [2020-10-27T16:36:52.389Z] 43871b633465: Layer already exists [2020-10-27T16:36:52.389Z] c5826967a101: Layer already exists [2020-10-27T16:36:52.389Z] e60f3a0151c6: Layer already exists [2020-10-27T16:36:52.389Z] 691650c60876: Layer already exists [2020-10-27T16:36:52.389Z] 52543ddb2901: Layer already exists [2020-10-27T16:36:52.389Z] 9f553b275599: Layer already exists [2020-10-27T16:36:52.389Z] ef2b27a7e25c: Layer already exists [2020-10-27T16:36:52.389Z] 3a47579f0cd1: Layer already exists [2020-10-27T16:36:52.389Z] cd6d79ebbfb6: Layer already exists [2020-10-27T16:36:52.389Z] 3e7dc55cab04: Layer already exists [2020-10-27T16:36:52.389Z] b2e85fd0898f: Layer already exists [2020-10-27T16:36:52.389Z] cd3761cfa1d9: Layer already exists [2020-10-27T16:36:52.389Z] 1.2.2-dev.101: digest: sha256:b7374435ff1ac88762930184050efeb751b329519766a8b6ee3cd186317792a1 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:36:52.735Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:5839a71b4bbbe111e98a5f129fc41db18caea77c-1.2.2-dev.101 [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:36:53.071Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:5839a71b4bbbe111e98a5f129fc41db18caea77c-1.2.2-dev.101 [2020-10-27T16:36:53.071Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-27T16:36:53.071Z] 43871b633465: Preparing [2020-10-27T16:36:53.071Z] c5826967a101: Preparing [2020-10-27T16:36:53.071Z] 0bbd0b64fdbc: Preparing [2020-10-27T16:36:53.071Z] e60f3a0151c6: Preparing [2020-10-27T16:36:53.071Z] 38b1ab8f72a4: Preparing [2020-10-27T16:36:53.071Z] 691650c60876: Preparing [2020-10-27T16:36:53.071Z] ef2b27a7e25c: Preparing [2020-10-27T16:36:53.071Z] 52543ddb2901: Preparing [2020-10-27T16:36:53.071Z] 9f553b275599: Preparing [2020-10-27T16:36:53.071Z] 3a47579f0cd1: Preparing [2020-10-27T16:36:53.071Z] cd6d79ebbfb6: Preparing [2020-10-27T16:36:53.071Z] 3e7dc55cab04: Preparing [2020-10-27T16:36:53.071Z] b2e85fd0898f: Preparing [2020-10-27T16:36:53.071Z] cd3761cfa1d9: Preparing [2020-10-27T16:36:53.071Z] 3a47579f0cd1: Waiting [2020-10-27T16:36:53.071Z] cd6d79ebbfb6: Waiting [2020-10-27T16:36:53.071Z] b2e85fd0898f: Waiting [2020-10-27T16:36:53.071Z] cd3761cfa1d9: Waiting [2020-10-27T16:36:53.071Z] 3e7dc55cab04: Waiting [2020-10-27T16:36:53.071Z] 691650c60876: Waiting [2020-10-27T16:36:53.071Z] 52543ddb2901: Waiting [2020-10-27T16:36:53.071Z] ef2b27a7e25c: Waiting [2020-10-27T16:36:53.071Z] 9f553b275599: Waiting [2020-10-27T16:36:53.342Z] 38b1ab8f72a4: Layer already exists [2020-10-27T16:36:53.342Z] 0bbd0b64fdbc: Layer already exists [2020-10-27T16:36:53.342Z] e60f3a0151c6: Layer already exists [2020-10-27T16:36:53.342Z] 43871b633465: Layer already exists [2020-10-27T16:36:53.342Z] c5826967a101: Layer already exists [2020-10-27T16:36:53.342Z] 52543ddb2901: Layer already exists [2020-10-27T16:36:53.342Z] ef2b27a7e25c: Layer already exists [2020-10-27T16:36:53.342Z] 9f553b275599: Layer already exists [2020-10-27T16:36:53.342Z] 691650c60876: Layer already exists [2020-10-27T16:36:53.342Z] 3a47579f0cd1: Layer already exists [2020-10-27T16:36:53.342Z] b2e85fd0898f: Layer already exists [2020-10-27T16:36:53.342Z] 3e7dc55cab04: Layer already exists [2020-10-27T16:36:53.342Z] cd6d79ebbfb6: Layer already exists [2020-10-27T16:36:53.342Z] cd3761cfa1d9: Layer already exists [2020-10-27T16:36:53.342Z] 5839a71b4bbbe111e98a5f129fc41db18caea77c-1.2.2-dev.101: digest: sha256:b7374435ff1ac88762930184050efeb751b329519766a8b6ee3cd186317792a1 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:36:53.680Z] + 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-27T16:36:54.036Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2020-10-27T16:36:54.036Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-27T16:36:54.036Z] 43871b633465: Preparing [2020-10-27T16:36:54.036Z] c5826967a101: Preparing [2020-10-27T16:36:54.036Z] 0bbd0b64fdbc: Preparing [2020-10-27T16:36:54.036Z] e60f3a0151c6: Preparing [2020-10-27T16:36:54.036Z] 38b1ab8f72a4: Preparing [2020-10-27T16:36:54.036Z] 691650c60876: Preparing [2020-10-27T16:36:54.036Z] ef2b27a7e25c: Preparing [2020-10-27T16:36:54.036Z] 52543ddb2901: Preparing [2020-10-27T16:36:54.036Z] 9f553b275599: Preparing [2020-10-27T16:36:54.036Z] 3a47579f0cd1: Preparing [2020-10-27T16:36:54.036Z] cd6d79ebbfb6: Preparing [2020-10-27T16:36:54.036Z] 3e7dc55cab04: Preparing [2020-10-27T16:36:54.036Z] b2e85fd0898f: Preparing [2020-10-27T16:36:54.036Z] cd3761cfa1d9: Preparing [2020-10-27T16:36:54.036Z] 9f553b275599: Waiting [2020-10-27T16:36:54.036Z] 3a47579f0cd1: Waiting [2020-10-27T16:36:54.036Z] cd6d79ebbfb6: Waiting [2020-10-27T16:36:54.036Z] 3e7dc55cab04: Waiting [2020-10-27T16:36:54.036Z] b2e85fd0898f: Waiting [2020-10-27T16:36:54.036Z] cd3761cfa1d9: Waiting [2020-10-27T16:36:54.036Z] 691650c60876: Waiting [2020-10-27T16:36:54.036Z] ef2b27a7e25c: Waiting [2020-10-27T16:36:54.036Z] 52543ddb2901: Waiting [2020-10-27T16:36:54.036Z] e60f3a0151c6: Layer already exists [2020-10-27T16:36:54.036Z] 0bbd0b64fdbc: Layer already exists [2020-10-27T16:36:54.036Z] 43871b633465: Layer already exists [2020-10-27T16:36:54.311Z] 38b1ab8f72a4: Layer already exists [2020-10-27T16:36:54.311Z] c5826967a101: Layer already exists [2020-10-27T16:36:54.311Z] 691650c60876: Layer already exists [2020-10-27T16:36:54.311Z] 52543ddb2901: Layer already exists [2020-10-27T16:36:54.311Z] ef2b27a7e25c: Layer already exists [2020-10-27T16:36:54.311Z] 9f553b275599: Layer already exists [2020-10-27T16:36:54.311Z] 3a47579f0cd1: Layer already exists [2020-10-27T16:36:54.311Z] cd6d79ebbfb6: Layer already exists [2020-10-27T16:36:54.311Z] b2e85fd0898f: Layer already exists [2020-10-27T16:36:54.311Z] 3e7dc55cab04: Layer already exists [2020-10-27T16:36:54.311Z] cd3761cfa1d9: Layer already exists [2020-10-27T16:36:54.311Z] master: digest: sha256:b7374435ff1ac88762930184050efeb751b329519766a8b6ee3cd186317792a1 size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-27T16:36:54.537Z] ===================================================== [Pipeline] echo [2020-10-27T16:36:54.589Z] taggedImages: [2020-10-27T16:36:54.589Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:5839a71b4bbbe111e98a5f129fc41db18caea77c [2020-10-27T16:36:54.589Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.101 [2020-10-27T16:36:54.589Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:5839a71b4bbbe111e98a5f129fc41db18caea77c-1.2.2-dev.101 [2020-10-27T16:36:54.589Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2020-10-27T16:36:56.134Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-10-27T16:36:56.136Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-10-27T16:36:56.203Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:36:56.590Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-27T16:36:56.590Z] [2020-10-27T16:36:56.590Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:36:57.009Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-27T16:36:57.009Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-10-27T16:36:57.009Z] cbdbe7a5bc2a: Already exists [2020-10-27T16:36:57.009Z] 408f87550127: Pulling fs layer [2020-10-27T16:36:57.009Z] fe522b08c979: Pulling fs layer [2020-10-27T16:36:57.009Z] 221eaa008020: Pulling fs layer [2020-10-27T16:36:57.009Z] 2a4607e5d6b9: Pulling fs layer [2020-10-27T16:36:57.009Z] 8f79b27c4fd2: Pulling fs layer [2020-10-27T16:36:57.009Z] e5c8dbe1645b: Pulling fs layer [2020-10-27T16:36:57.009Z] 23e8b3b47431: Pulling fs layer [2020-10-27T16:36:57.009Z] 5c568d65a230: Pulling fs layer [2020-10-27T16:36:57.009Z] 2a4607e5d6b9: Waiting [2020-10-27T16:36:57.009Z] 8f79b27c4fd2: Waiting [2020-10-27T16:36:57.009Z] e5c8dbe1645b: Waiting [2020-10-27T16:36:57.009Z] 23e8b3b47431: Waiting [2020-10-27T16:36:57.009Z] 5c568d65a230: Waiting [2020-10-27T16:36:57.009Z] fe522b08c979: Verifying Checksum [2020-10-27T16:36:57.009Z] fe522b08c979: Download complete [2020-10-27T16:36:57.009Z] 2a4607e5d6b9: Verifying Checksum [2020-10-27T16:36:57.009Z] 2a4607e5d6b9: Download complete [2020-10-27T16:36:57.010Z] 408f87550127: Download complete [2020-10-27T16:36:57.343Z] 8f79b27c4fd2: Verifying Checksum [2020-10-27T16:36:57.343Z] 8f79b27c4fd2: Download complete [2020-10-27T16:36:57.624Z] 408f87550127: Pull complete [2020-10-27T16:36:57.892Z] fe522b08c979: Pull complete [2020-10-27T16:36:59.924Z] e5c8dbe1645b: Verifying Checksum [2020-10-27T16:36:59.924Z] e5c8dbe1645b: Download complete [2020-10-27T16:37:02.700Z] 23e8b3b47431: Verifying Checksum [2020-10-27T16:37:02.700Z] 23e8b3b47431: Download complete [2020-10-27T16:37:03.817Z] 5c568d65a230: Verifying Checksum [2020-10-27T16:37:03.817Z] 5c568d65a230: Download complete [2020-10-27T16:37:06.499Z] 221eaa008020: Download complete [2020-10-27T16:37:16.630Z] 221eaa008020: Pull complete [2020-10-27T16:37:16.630Z] 2a4607e5d6b9: Pull complete [2020-10-27T16:37:17.225Z] 8f79b27c4fd2: Pull complete [2020-10-27T16:37:20.569Z] e5c8dbe1645b: Pull complete [2020-10-27T16:37:24.874Z] 23e8b3b47431: Pull complete [2020-10-27T16:37:26.844Z] 5c568d65a230: Pull complete [2020-10-27T16:37:26.844Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-10-27T16:37:26.844Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-27T16:37:26.844Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-10-27T16:37:27.140Z] prd-centos7-docker-4c-2g-9150 does not seem to be running inside a container [2020-10-27T16:37:27.252Z] $ 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/217:/ws -w /ws --entrypoint= -w /w/workspace/edgex-go/217 -v /w/workspace/edgex-go/217:/w/workspace/edgex-go/217:rw,z -v /w/workspace/edgex-go/217@tmp:/w/workspace/edgex-go/217@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-27T16:37:28.904Z] $ docker top f54d92175495c31d77fcd1cb4afb3f46ab20dc42c55c7049226d872269e79dc4 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-27T16:37:29.604Z] + snyk monitor '--org=edgex-jenkins' [2020-10-27T16:37:48.176Z] [2020-10-27T16:37:48.176Z] Monitoring /w/workspace/edgex-go/217 (github.com/edgexfoundry/edgex-go)... [2020-10-27T16:37:48.176Z] [2020-10-27T16:37:48.176Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/0da8b7d0-6c8e-4bd1-b6d4-52834364b5eb [2020-10-27T16:37:48.176Z] [2020-10-27T16:37:48.176Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-10-27T16:37:48.176Z] [2020-10-27T16:37:48.176Z] [2020-10-27T16:37:48.176Z] Snyk CLI supports Node.js 8 and higher. [2020-10-27T16:37:48.176Z] 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-27T16:37:48.176Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-10-27T16:37:48.176Z] [2020-10-27T16:37:48.176Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-10-27T16:37:48.176Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [2020-10-27T16:37:48.176Z] You have reached your monthly limit of 300 private tests for your edgex-jenkins org. [2020-10-27T16:37:48.176Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2020-10-27T16:37:48.194Z] $ docker stop --time=1 f54d92175495c31d77fcd1cb4afb3f46ab20dc42c55c7049226d872269e79dc4 [2020-10-27T16:37:50.980Z] $ docker rm -f f54d92175495c31d77fcd1cb4afb3f46ab20dc42c55c7049226d872269e79dc4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:37:52.820Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-27T16:37:52.820Z] [2020-10-27T16:37:52.820Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:37:53.202Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-27T16:37:53.202Z] latest: Pulling from edgex-devops/edgex-klar [2020-10-27T16:37:53.202Z] e7c96db7181b: Pulling fs layer [2020-10-27T16:37:53.202Z] 1868ca2cb446: Pulling fs layer [2020-10-27T16:37:53.202Z] 136be5d0fe8e: Pulling fs layer [2020-10-27T16:37:53.202Z] 894bfe63afcb: Pulling fs layer [2020-10-27T16:37:53.202Z] 894bfe63afcb: Waiting [2020-10-27T16:37:53.202Z] 1868ca2cb446: Verifying Checksum [2020-10-27T16:37:53.202Z] 1868ca2cb446: Download complete [2020-10-27T16:37:53.624Z] 136be5d0fe8e: Verifying Checksum [2020-10-27T16:37:53.624Z] 136be5d0fe8e: Download complete [2020-10-27T16:37:54.062Z] e7c96db7181b: Download complete [2020-10-27T16:37:54.718Z] e7c96db7181b: Pull complete [2020-10-27T16:37:54.718Z] 894bfe63afcb: Verifying Checksum [2020-10-27T16:37:54.718Z] 894bfe63afcb: Download complete [2020-10-27T16:37:54.718Z] 1868ca2cb446: Pull complete [2020-10-27T16:37:54.983Z] 136be5d0fe8e: Pull complete [2020-10-27T16:37:55.602Z] 894bfe63afcb: Pull complete [2020-10-27T16:37:55.602Z] Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 [2020-10-27T16:37:55.602Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-27T16:37:55.602Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer [2020-10-27T16:37:55.758Z] prd-centos7-docker-4c-2g-9150 does not seem to be running inside a container [2020-10-27T16:37:55.829Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/217 -v /w/workspace/edgex-go/217:/w/workspace/edgex-go/217:rw,z -v /w/workspace/edgex-go/217@tmp:/w/workspace/edgex-go/217@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-27T16:37:57.306Z] $ docker top d191ff78099c72d29e2172263f62f7bf9ec656719b9c8c850c512b3473174934 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-27T16:37:59.294Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go:5839a71b4bbbe111e98a5f129fc41db18caea77c [2020-10-27T16:37:59.294Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-27T16:38:02.325Z] $ docker stop --time=1 d191ff78099c72d29e2172263f62f7bf9ec656719b9c8c850c512b3473174934 [2020-10-27T16:38:04.113Z] $ docker rm -f d191ff78099c72d29e2172263f62f7bf9ec656719b9c8c850c512b3473174934 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:38:04.774Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-27T16:38:04.774Z] . [Pipeline] withDockerContainer [2020-10-27T16:38:04.982Z] prd-centos7-docker-4c-2g-9150 does not seem to be running inside a container [2020-10-27T16:38:05.063Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/217 -v /w/workspace/edgex-go/217:/w/workspace/edgex-go/217:rw,z -v /w/workspace/edgex-go/217@tmp:/w/workspace/edgex-go/217@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-27T16:38:06.059Z] $ docker top f7b26ab9b20a1b935f6baadf6a6a5f3a8ae3ec631f95c32a33637cc7b848f412 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-27T16:38:06.662Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go:5839a71b4bbbe111e98a5f129fc41db18caea77c [2020-10-27T16:38:06.662Z] + tee [2020-10-27T16:38:06.662Z] clair timeout 1m0s [2020-10-27T16:38:06.662Z] docker timeout: 1m0s [2020-10-27T16:38:06.662Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-27T16:38:07.359Z] $ docker stop --time=1 f7b26ab9b20a1b935f6baadf6a6a5f3a8ae3ec631f95c32a33637cc7b848f412 [2020-10-27T16:38:08.877Z] $ docker rm -f f7b26ab9b20a1b935f6baadf6a6a5f3a8ae3ec631f95c32a33637cc7b848f412 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-27T16:38:09.426Z] + mkdir -p /w/workspace/edgex-go/217/clair-reports [Pipeline] echo [2020-10-27T16:38:09.441Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/217/clair-reports/clair_results_docker-core-command-go_5839a71b4bbbe111e98a5f129fc41db18caea77c.html [Pipeline] writeFile [Pipeline] step [2020-10-27T16:38:09.499Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:38:10.115Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-27T16:38:10.115Z] . [Pipeline] withDockerContainer [2020-10-27T16:38:10.271Z] prd-centos7-docker-4c-2g-9150 does not seem to be running inside a container [2020-10-27T16:38:10.415Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/217 -v /w/workspace/edgex-go/217:/w/workspace/edgex-go/217:rw,z -v /w/workspace/edgex-go/217@tmp:/w/workspace/edgex-go/217@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-27T16:38:11.969Z] $ docker top f3bf431cb7ff5fcb2c0a2e52aad32cf12a747aed810ccb4d041761de651d2f7e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-27T16:38:12.640Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go:5839a71b4bbbe111e98a5f129fc41db18caea77c [2020-10-27T16:38:12.640Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-27T16:38:18.349Z] $ docker stop --time=1 f3bf431cb7ff5fcb2c0a2e52aad32cf12a747aed810ccb4d041761de651d2f7e [2020-10-27T16:38:19.908Z] $ docker rm -f f3bf431cb7ff5fcb2c0a2e52aad32cf12a747aed810ccb4d041761de651d2f7e [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:38:20.622Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-27T16:38:20.622Z] . [Pipeline] withDockerContainer [2020-10-27T16:38:20.820Z] prd-centos7-docker-4c-2g-9150 does not seem to be running inside a container [2020-10-27T16:38:20.926Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/217 -v /w/workspace/edgex-go/217:/w/workspace/edgex-go/217:rw,z -v /w/workspace/edgex-go/217@tmp:/w/workspace/edgex-go/217@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-27T16:38:22.352Z] $ docker top a4076821e91667994f4f5b037eef23c400e526c11a6600fb894d53d9cd3ff42f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-27T16:38:23.467Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go:5839a71b4bbbe111e98a5f129fc41db18caea77c [2020-10-27T16:38:23.467Z] + tee [2020-10-27T16:38:23.467Z] clair timeout 1m0s [2020-10-27T16:38:23.467Z] docker timeout: 1m0s [2020-10-27T16:38:23.467Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-27T16:38:24.557Z] $ docker stop --time=1 a4076821e91667994f4f5b037eef23c400e526c11a6600fb894d53d9cd3ff42f [2020-10-27T16:38:26.297Z] $ docker rm -f a4076821e91667994f4f5b037eef23c400e526c11a6600fb894d53d9cd3ff42f [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-27T16:38:26.832Z] + mkdir -p /w/workspace/edgex-go/217/clair-reports [Pipeline] echo [2020-10-27T16:38:26.848Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/217/clair-reports/clair_results_docker-core-data-go_5839a71b4bbbe111e98a5f129fc41db18caea77c.html [Pipeline] writeFile [Pipeline] step [2020-10-27T16:38:26.907Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:38:27.263Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-27T16:38:27.263Z] . [Pipeline] withDockerContainer [2020-10-27T16:38:27.407Z] prd-centos7-docker-4c-2g-9150 does not seem to be running inside a container [2020-10-27T16:38:27.494Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/217 -v /w/workspace/edgex-go/217:/w/workspace/edgex-go/217:rw,z -v /w/workspace/edgex-go/217@tmp:/w/workspace/edgex-go/217@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-27T16:38:28.414Z] $ docker top f435aee5253a05c2d79c6d5332db716734060b697fc4ff14459bb236c9c2a25b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-27T16:38:29.384Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go:5839a71b4bbbe111e98a5f129fc41db18caea77c [2020-10-27T16:38:29.384Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-27T16:38:32.205Z] $ docker stop --time=1 f435aee5253a05c2d79c6d5332db716734060b697fc4ff14459bb236c9c2a25b [2020-10-27T16:38:33.753Z] $ docker rm -f f435aee5253a05c2d79c6d5332db716734060b697fc4ff14459bb236c9c2a25b [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:38:34.455Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-27T16:38:34.455Z] . [Pipeline] withDockerContainer [2020-10-27T16:38:34.620Z] prd-centos7-docker-4c-2g-9150 does not seem to be running inside a container [2020-10-27T16:38:34.679Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/217 -v /w/workspace/edgex-go/217:/w/workspace/edgex-go/217:rw,z -v /w/workspace/edgex-go/217@tmp:/w/workspace/edgex-go/217@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-27T16:38:35.655Z] $ docker top 135f1978f79fca1601758ecda6767722383393cf7053135eac615d13333ba829 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-27T16:38:36.697Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go:5839a71b4bbbe111e98a5f129fc41db18caea77c [2020-10-27T16:38:36.697Z] + tee [2020-10-27T16:38:36.697Z] clair timeout 1m0s [2020-10-27T16:38:36.697Z] docker timeout: 1m0s [2020-10-27T16:38:36.697Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-27T16:38:37.773Z] $ docker stop --time=1 135f1978f79fca1601758ecda6767722383393cf7053135eac615d13333ba829 [2020-10-27T16:38:39.353Z] $ docker rm -f 135f1978f79fca1601758ecda6767722383393cf7053135eac615d13333ba829 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-27T16:38:39.894Z] + mkdir -p /w/workspace/edgex-go/217/clair-reports [Pipeline] echo [2020-10-27T16:38:39.909Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/217/clair-reports/clair_results_docker-core-metadata-go_5839a71b4bbbe111e98a5f129fc41db18caea77c.html [Pipeline] writeFile [Pipeline] step [2020-10-27T16:38:39.970Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:38:40.443Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-27T16:38:40.443Z] . [Pipeline] withDockerContainer [2020-10-27T16:38:40.655Z] prd-centos7-docker-4c-2g-9150 does not seem to be running inside a container [2020-10-27T16:38:40.722Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/217 -v /w/workspace/edgex-go/217:/w/workspace/edgex-go/217:rw,z -v /w/workspace/edgex-go/217@tmp:/w/workspace/edgex-go/217@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-27T16:38:41.880Z] $ docker top 05d3afe0dcafc55ddf6f94291f70fa58423ee2c9ced1885d1f250f5a89454171 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-27T16:38:42.609Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:5839a71b4bbbe111e98a5f129fc41db18caea77c [2020-10-27T16:38:42.610Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-27T16:38:47.100Z] $ docker stop --time=1 05d3afe0dcafc55ddf6f94291f70fa58423ee2c9ced1885d1f250f5a89454171 [2020-10-27T16:38:48.799Z] $ docker rm -f 05d3afe0dcafc55ddf6f94291f70fa58423ee2c9ced1885d1f250f5a89454171 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:38:49.428Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-27T16:38:49.428Z] . [Pipeline] withDockerContainer [2020-10-27T16:38:49.665Z] prd-centos7-docker-4c-2g-9150 does not seem to be running inside a container [2020-10-27T16:38:49.750Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/217 -v /w/workspace/edgex-go/217:/w/workspace/edgex-go/217:rw,z -v /w/workspace/edgex-go/217@tmp:/w/workspace/edgex-go/217@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-27T16:38:50.768Z] $ docker top 1f38db1ee40ff1970aa5e1e36488f0390396288579def43f8e7856d9f6ff0578 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-27T16:38:51.786Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:5839a71b4bbbe111e98a5f129fc41db18caea77c [2020-10-27T16:38:51.786Z] + tee [2020-10-27T16:38:51.786Z] clair timeout 1m0s [2020-10-27T16:38:51.786Z] docker timeout: 1m0s [2020-10-27T16:38:51.786Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-27T16:38:52.894Z] $ docker stop --time=1 1f38db1ee40ff1970aa5e1e36488f0390396288579def43f8e7856d9f6ff0578 [2020-10-27T16:38:54.438Z] $ docker rm -f 1f38db1ee40ff1970aa5e1e36488f0390396288579def43f8e7856d9f6ff0578 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-27T16:38:55.038Z] + mkdir -p /w/workspace/edgex-go/217/clair-reports [Pipeline] echo [2020-10-27T16:38:55.053Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/217/clair-reports/clair_results_docker-security-proxy-setup-go_5839a71b4bbbe111e98a5f129fc41db18caea77c.html [Pipeline] writeFile [Pipeline] step [2020-10-27T16:38:55.110Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:38:55.549Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-27T16:38:55.549Z] . [Pipeline] withDockerContainer [2020-10-27T16:38:55.728Z] prd-centos7-docker-4c-2g-9150 does not seem to be running inside a container [2020-10-27T16:38:55.800Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/217 -v /w/workspace/edgex-go/217:/w/workspace/edgex-go/217:rw,z -v /w/workspace/edgex-go/217@tmp:/w/workspace/edgex-go/217@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-27T16:38:56.776Z] $ docker top c87d9ecd7f57513526253be45680f417b08ab99129d864684ea65b05bff2eea5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-27T16:38:57.548Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:5839a71b4bbbe111e98a5f129fc41db18caea77c [2020-10-27T16:38:57.548Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-27T16:39:06.092Z] $ docker stop --time=1 c87d9ecd7f57513526253be45680f417b08ab99129d864684ea65b05bff2eea5 [2020-10-27T16:39:08.063Z] $ docker rm -f c87d9ecd7f57513526253be45680f417b08ab99129d864684ea65b05bff2eea5 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:39:08.820Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-27T16:39:08.820Z] . [Pipeline] withDockerContainer [2020-10-27T16:39:09.053Z] prd-centos7-docker-4c-2g-9150 does not seem to be running inside a container [2020-10-27T16:39:09.129Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/217 -v /w/workspace/edgex-go/217:/w/workspace/edgex-go/217:rw,z -v /w/workspace/edgex-go/217@tmp:/w/workspace/edgex-go/217@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-27T16:39:10.855Z] $ docker top 18eef02db1034c21b47c289661ce1e02e7c137daf039c97796bc117b4a8ab2e2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-27T16:39:11.946Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:5839a71b4bbbe111e98a5f129fc41db18caea77c [2020-10-27T16:39:12.222Z] + tee [2020-10-27T16:39:12.222Z] clair timeout 1m0s [2020-10-27T16:39:12.222Z] docker timeout: 1m0s [2020-10-27T16:39:12.222Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-27T16:39:13.829Z] $ docker stop --time=1 18eef02db1034c21b47c289661ce1e02e7c137daf039c97796bc117b4a8ab2e2 [2020-10-27T16:39:15.708Z] $ docker rm -f 18eef02db1034c21b47c289661ce1e02e7c137daf039c97796bc117b4a8ab2e2 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-27T16:39:16.366Z] + mkdir -p /w/workspace/edgex-go/217/clair-reports [Pipeline] echo [2020-10-27T16:39:16.386Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/217/clair-reports/clair_results_docker-security-secrets-setup-go_5839a71b4bbbe111e98a5f129fc41db18caea77c.html [Pipeline] writeFile [Pipeline] step [2020-10-27T16:39:16.446Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:39:16.852Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-27T16:39:16.852Z] . [Pipeline] withDockerContainer [2020-10-27T16:39:17.167Z] prd-centos7-docker-4c-2g-9150 does not seem to be running inside a container [2020-10-27T16:39:17.416Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/217 -v /w/workspace/edgex-go/217:/w/workspace/edgex-go/217:rw,z -v /w/workspace/edgex-go/217@tmp:/w/workspace/edgex-go/217@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-27T16:39:18.420Z] $ docker top 74156213932b8c563eb1e7d9cd9b4684d0cb82eff6814cd00b271ecf5cb75836 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-27T16:39:19.301Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:5839a71b4bbbe111e98a5f129fc41db18caea77c [2020-10-27T16:39:19.301Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-27T16:39:27.953Z] $ docker stop --time=1 74156213932b8c563eb1e7d9cd9b4684d0cb82eff6814cd00b271ecf5cb75836 [2020-10-27T16:39:29.792Z] $ docker rm -f 74156213932b8c563eb1e7d9cd9b4684d0cb82eff6814cd00b271ecf5cb75836 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:39:30.339Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-27T16:39:30.339Z] . [Pipeline] withDockerContainer [2020-10-27T16:39:30.797Z] prd-centos7-docker-4c-2g-9150 does not seem to be running inside a container [2020-10-27T16:39:30.879Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/217 -v /w/workspace/edgex-go/217:/w/workspace/edgex-go/217:rw,z -v /w/workspace/edgex-go/217@tmp:/w/workspace/edgex-go/217@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-27T16:39:32.082Z] $ docker top 5065b585546d3266d42ea8ea8dbce72938e4ab06a949b515746ad5ab7aa44b72 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-27T16:39:33.118Z] + tee [2020-10-27T16:39:33.118Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:5839a71b4bbbe111e98a5f129fc41db18caea77c [2020-10-27T16:39:33.118Z] clair timeout 1m0s [2020-10-27T16:39:33.118Z] docker timeout: 1m0s [2020-10-27T16:39:33.118Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-27T16:39:34.822Z] $ docker stop --time=1 5065b585546d3266d42ea8ea8dbce72938e4ab06a949b515746ad5ab7aa44b72 [2020-10-27T16:39:36.622Z] $ docker rm -f 5065b585546d3266d42ea8ea8dbce72938e4ab06a949b515746ad5ab7aa44b72 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-27T16:39:37.328Z] + mkdir -p /w/workspace/edgex-go/217/clair-reports [Pipeline] echo [2020-10-27T16:39:37.347Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/217/clair-reports/clair_results_docker-security-secretstore-setup-go_5839a71b4bbbe111e98a5f129fc41db18caea77c.html [Pipeline] writeFile [Pipeline] step [2020-10-27T16:39:37.408Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:39:38.004Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-27T16:39:38.005Z] . [Pipeline] withDockerContainer [2020-10-27T16:39:39.037Z] prd-centos7-docker-4c-2g-9150 does not seem to be running inside a container [2020-10-27T16:39:39.364Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/217 -v /w/workspace/edgex-go/217:/w/workspace/edgex-go/217:rw,z -v /w/workspace/edgex-go/217@tmp:/w/workspace/edgex-go/217@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-27T16:39:41.140Z] $ docker top f5c532d33628ef52332f2c87415985006c595b3fb88c6e7e7a7d2552805ace35 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-27T16:39:42.389Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go:5839a71b4bbbe111e98a5f129fc41db18caea77c [2020-10-27T16:39:42.389Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-27T16:39:45.916Z] $ docker stop --time=1 f5c532d33628ef52332f2c87415985006c595b3fb88c6e7e7a7d2552805ace35 [2020-10-27T16:39:47.430Z] $ docker rm -f f5c532d33628ef52332f2c87415985006c595b3fb88c6e7e7a7d2552805ace35 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:39:48.061Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-27T16:39:48.061Z] . [Pipeline] withDockerContainer [2020-10-27T16:39:48.250Z] prd-centos7-docker-4c-2g-9150 does not seem to be running inside a container [2020-10-27T16:39:48.324Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/217 -v /w/workspace/edgex-go/217:/w/workspace/edgex-go/217:rw,z -v /w/workspace/edgex-go/217@tmp:/w/workspace/edgex-go/217@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-27T16:39:50.030Z] $ docker top d7148c413cfda57588a069b8dde8ea1aebd3b77e7fbc30f63d8a2e6b492fb329 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-27T16:39:51.074Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go:5839a71b4bbbe111e98a5f129fc41db18caea77c [2020-10-27T16:39:51.074Z] + tee [2020-10-27T16:39:51.074Z] clair timeout 1m0s [2020-10-27T16:39:51.074Z] docker timeout: 1m0s [2020-10-27T16:39:51.074Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-27T16:39:51.787Z] $ docker stop --time=1 d7148c413cfda57588a069b8dde8ea1aebd3b77e7fbc30f63d8a2e6b492fb329 [2020-10-27T16:39:53.416Z] $ docker rm -f d7148c413cfda57588a069b8dde8ea1aebd3b77e7fbc30f63d8a2e6b492fb329 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-27T16:39:54.049Z] + mkdir -p /w/workspace/edgex-go/217/clair-reports [Pipeline] echo [2020-10-27T16:39:54.078Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/217/clair-reports/clair_results_docker-support-logging-go_5839a71b4bbbe111e98a5f129fc41db18caea77c.html [Pipeline] writeFile [Pipeline] step [2020-10-27T16:39:54.136Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:39:54.514Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-27T16:39:54.514Z] . [Pipeline] withDockerContainer [2020-10-27T16:39:54.754Z] prd-centos7-docker-4c-2g-9150 does not seem to be running inside a container [2020-10-27T16:39:54.842Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/217 -v /w/workspace/edgex-go/217:/w/workspace/edgex-go/217:rw,z -v /w/workspace/edgex-go/217@tmp:/w/workspace/edgex-go/217@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-27T16:39:55.947Z] $ docker top 3c4ffb6e535884d1621f46e998011ebc11fe9bc4ce663fe4d1fc4b58a535d66d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-27T16:39:57.018Z] + tee [2020-10-27T16:39:57.018Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go:5839a71b4bbbe111e98a5f129fc41db18caea77c [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-27T16:40:01.653Z] $ docker stop --time=1 3c4ffb6e535884d1621f46e998011ebc11fe9bc4ce663fe4d1fc4b58a535d66d [2020-10-27T16:40:04.024Z] $ docker rm -f 3c4ffb6e535884d1621f46e998011ebc11fe9bc4ce663fe4d1fc4b58a535d66d [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:40:04.735Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-27T16:40:04.735Z] . [Pipeline] withDockerContainer [2020-10-27T16:40:05.114Z] prd-centos7-docker-4c-2g-9150 does not seem to be running inside a container [2020-10-27T16:40:05.289Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/217 -v /w/workspace/edgex-go/217:/w/workspace/edgex-go/217:rw,z -v /w/workspace/edgex-go/217@tmp:/w/workspace/edgex-go/217@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-27T16:40:06.464Z] $ docker top 430f5b3a9b6b2e8aa4217537095f4b0db6f54ab74968a4906ec811a29a4c63c4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-27T16:40:07.595Z] + tee [2020-10-27T16:40:07.595Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go:5839a71b4bbbe111e98a5f129fc41db18caea77c [2020-10-27T16:40:07.595Z] clair timeout 1m0s [2020-10-27T16:40:07.595Z] docker timeout: 1m0s [2020-10-27T16:40:07.595Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-27T16:40:08.691Z] $ docker stop --time=1 430f5b3a9b6b2e8aa4217537095f4b0db6f54ab74968a4906ec811a29a4c63c4 [2020-10-27T16:40:10.354Z] $ docker rm -f 430f5b3a9b6b2e8aa4217537095f4b0db6f54ab74968a4906ec811a29a4c63c4 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-27T16:40:11.048Z] + mkdir -p /w/workspace/edgex-go/217/clair-reports [Pipeline] echo [2020-10-27T16:40:11.068Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/217/clair-reports/clair_results_docker-support-notifications-go_5839a71b4bbbe111e98a5f129fc41db18caea77c.html [Pipeline] writeFile [Pipeline] step [2020-10-27T16:40:11.139Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:40:11.576Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-27T16:40:11.576Z] . [Pipeline] withDockerContainer [2020-10-27T16:40:12.080Z] prd-centos7-docker-4c-2g-9150 does not seem to be running inside a container [2020-10-27T16:40:12.162Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/217 -v /w/workspace/edgex-go/217:/w/workspace/edgex-go/217:rw,z -v /w/workspace/edgex-go/217@tmp:/w/workspace/edgex-go/217@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-27T16:40:13.255Z] $ docker top 1816ee78c2cd2980932ef6ea103cf54d02e8a034451df1c266a5a00302c6c045 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-27T16:40:14.327Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:5839a71b4bbbe111e98a5f129fc41db18caea77c [2020-10-27T16:40:14.327Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-27T16:40:17.181Z] $ docker stop --time=1 1816ee78c2cd2980932ef6ea103cf54d02e8a034451df1c266a5a00302c6c045 [2020-10-27T16:40:18.826Z] $ docker rm -f 1816ee78c2cd2980932ef6ea103cf54d02e8a034451df1c266a5a00302c6c045 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:40:19.450Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-27T16:40:19.451Z] . [Pipeline] withDockerContainer [2020-10-27T16:40:19.783Z] prd-centos7-docker-4c-2g-9150 does not seem to be running inside a container [2020-10-27T16:40:19.905Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/217 -v /w/workspace/edgex-go/217:/w/workspace/edgex-go/217:rw,z -v /w/workspace/edgex-go/217@tmp:/w/workspace/edgex-go/217@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-27T16:40:20.938Z] $ docker top c1a1bf0a7e5ac1f79b2425da42c4967f10c499f58334a1a0e414d139a542911f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-27T16:40:21.711Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:5839a71b4bbbe111e98a5f129fc41db18caea77c [2020-10-27T16:40:21.711Z] + tee [2020-10-27T16:40:21.711Z] clair timeout 1m0s [2020-10-27T16:40:21.711Z] docker timeout: 1m0s [2020-10-27T16:40:21.711Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-27T16:40:22.780Z] $ docker stop --time=1 c1a1bf0a7e5ac1f79b2425da42c4967f10c499f58334a1a0e414d139a542911f [2020-10-27T16:40:24.358Z] $ docker rm -f c1a1bf0a7e5ac1f79b2425da42c4967f10c499f58334a1a0e414d139a542911f [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-27T16:40:25.035Z] + mkdir -p /w/workspace/edgex-go/217/clair-reports [Pipeline] echo [2020-10-27T16:40:25.054Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/217/clair-reports/clair_results_docker-support-scheduler-go_5839a71b4bbbe111e98a5f129fc41db18caea77c.html [Pipeline] writeFile [Pipeline] step [2020-10-27T16:40:25.124Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:40:25.495Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-27T16:40:25.495Z] . [Pipeline] withDockerContainer [2020-10-27T16:40:25.766Z] prd-centos7-docker-4c-2g-9150 does not seem to be running inside a container [2020-10-27T16:40:25.844Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/217 -v /w/workspace/edgex-go/217:/w/workspace/edgex-go/217:rw,z -v /w/workspace/edgex-go/217@tmp:/w/workspace/edgex-go/217@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-27T16:40:26.889Z] $ docker top 557e79cfac4f0164a46818d1f3a868e8fa0d6ef9aa1a58ea6ce5dbe088507e94 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-27T16:40:28.039Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:5839a71b4bbbe111e98a5f129fc41db18caea77c [2020-10-27T16:40:28.039Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-27T16:40:43.338Z] $ docker stop --time=1 557e79cfac4f0164a46818d1f3a868e8fa0d6ef9aa1a58ea6ce5dbe088507e94 [2020-10-27T16:40:45.188Z] $ docker rm -f 557e79cfac4f0164a46818d1f3a868e8fa0d6ef9aa1a58ea6ce5dbe088507e94 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:40:45.872Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-27T16:40:45.872Z] . [Pipeline] withDockerContainer [2020-10-27T16:40:46.377Z] prd-centos7-docker-4c-2g-9150 does not seem to be running inside a container [2020-10-27T16:40:46.514Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/217 -v /w/workspace/edgex-go/217:/w/workspace/edgex-go/217:rw,z -v /w/workspace/edgex-go/217@tmp:/w/workspace/edgex-go/217@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-27T16:40:47.632Z] $ docker top 696dd49ceb42d7805e26db94962cf6d9664b6da4aa640326d6d3d705e78d256c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-27T16:40:48.735Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:5839a71b4bbbe111e98a5f129fc41db18caea77c [2020-10-27T16:40:48.735Z] + tee [2020-10-27T16:40:48.735Z] clair timeout 1m0s [2020-10-27T16:40:48.735Z] docker timeout: 1m0s [2020-10-27T16:40:48.735Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-27T16:40:50.295Z] $ docker stop --time=1 696dd49ceb42d7805e26db94962cf6d9664b6da4aa640326d6d3d705e78d256c [2020-10-27T16:40:51.922Z] $ docker rm -f 696dd49ceb42d7805e26db94962cf6d9664b6da4aa640326d6d3d705e78d256c [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-27T16:40:52.651Z] + mkdir -p /w/workspace/edgex-go/217/clair-reports [Pipeline] echo [2020-10-27T16:40:52.685Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/217/clair-reports/clair_results_docker-sys-mgmt-agent-go_5839a71b4bbbe111e98a5f129fc41db18caea77c.html [Pipeline] writeFile [Pipeline] step [2020-10-27T16:40:52.743Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:40:53.126Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-27T16:40:53.126Z] . [Pipeline] withDockerContainer [2020-10-27T16:40:53.324Z] prd-centos7-docker-4c-2g-9150 does not seem to be running inside a container [2020-10-27T16:40:53.437Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/217 -v /w/workspace/edgex-go/217:/w/workspace/edgex-go/217:rw,z -v /w/workspace/edgex-go/217@tmp:/w/workspace/edgex-go/217@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-27T16:40:54.461Z] $ docker top 0b6fafe50bc89df61f6e45283061ce3af7e05990fc446976ca6b8ea066e5aa43 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-27T16:40:55.151Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:5839a71b4bbbe111e98a5f129fc41db18caea77c [2020-10-27T16:40:55.152Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-27T16:40:58.008Z] $ docker stop --time=1 0b6fafe50bc89df61f6e45283061ce3af7e05990fc446976ca6b8ea066e5aa43 [2020-10-27T16:40:59.512Z] $ docker rm -f 0b6fafe50bc89df61f6e45283061ce3af7e05990fc446976ca6b8ea066e5aa43 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:41:00.089Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-27T16:41:00.089Z] . [Pipeline] withDockerContainer [2020-10-27T16:41:00.329Z] prd-centos7-docker-4c-2g-9150 does not seem to be running inside a container [2020-10-27T16:41:00.405Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/217 -v /w/workspace/edgex-go/217:/w/workspace/edgex-go/217:rw,z -v /w/workspace/edgex-go/217@tmp:/w/workspace/edgex-go/217@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-27T16:41:01.774Z] $ docker top 9bcc566d00441c2aaa4d8cf2f06d4993061aecefdd9e7d8f9a3e60bf7c9e60da -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-27T16:41:02.544Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:5839a71b4bbbe111e98a5f129fc41db18caea77c [2020-10-27T16:41:02.544Z] + tee [2020-10-27T16:41:02.544Z] clair timeout 1m0s [2020-10-27T16:41:02.544Z] docker timeout: 1m0s [2020-10-27T16:41:02.544Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-27T16:41:03.291Z] $ docker stop --time=1 9bcc566d00441c2aaa4d8cf2f06d4993061aecefdd9e7d8f9a3e60bf7c9e60da [2020-10-27T16:41:04.919Z] $ docker rm -f 9bcc566d00441c2aaa4d8cf2f06d4993061aecefdd9e7d8f9a3e60bf7c9e60da [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-27T16:41:05.561Z] + mkdir -p /w/workspace/edgex-go/217/clair-reports [Pipeline] echo [2020-10-27T16:41:05.579Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/217/clair-reports/clair_results_docker-core-command-go-arm64_5839a71b4bbbe111e98a5f129fc41db18caea77c.html [Pipeline] writeFile [Pipeline] step [2020-10-27T16:41:05.656Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:41:06.048Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-27T16:41:06.048Z] . [Pipeline] withDockerContainer [2020-10-27T16:41:06.287Z] prd-centos7-docker-4c-2g-9150 does not seem to be running inside a container [2020-10-27T16:41:06.354Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/217 -v /w/workspace/edgex-go/217:/w/workspace/edgex-go/217:rw,z -v /w/workspace/edgex-go/217@tmp:/w/workspace/edgex-go/217@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-27T16:41:07.435Z] $ docker top ec084d955de19c8225e4935ccf34412fed66f9799de52146b3abdfb909ec4aed -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-27T16:41:08.495Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:5839a71b4bbbe111e98a5f129fc41db18caea77c [2020-10-27T16:41:08.495Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-27T16:41:14.129Z] $ docker stop --time=1 ec084d955de19c8225e4935ccf34412fed66f9799de52146b3abdfb909ec4aed [2020-10-27T16:41:15.666Z] $ docker rm -f ec084d955de19c8225e4935ccf34412fed66f9799de52146b3abdfb909ec4aed [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:41:16.214Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-27T16:41:16.214Z] . [Pipeline] withDockerContainer [2020-10-27T16:41:16.337Z] prd-centos7-docker-4c-2g-9150 does not seem to be running inside a container [2020-10-27T16:41:16.393Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/217 -v /w/workspace/edgex-go/217:/w/workspace/edgex-go/217:rw,z -v /w/workspace/edgex-go/217@tmp:/w/workspace/edgex-go/217@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-27T16:41:17.401Z] $ docker top cc8b4ce7e851807fd5303b3b6115d3e5740873188caa7d306ac8f91559f0cbd3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-27T16:41:18.041Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:5839a71b4bbbe111e98a5f129fc41db18caea77c [2020-10-27T16:41:18.041Z] + tee [2020-10-27T16:41:18.041Z] clair timeout 1m0s [2020-10-27T16:41:18.041Z] docker timeout: 1m0s [2020-10-27T16:41:18.041Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-27T16:41:19.261Z] $ docker stop --time=1 cc8b4ce7e851807fd5303b3b6115d3e5740873188caa7d306ac8f91559f0cbd3 [2020-10-27T16:41:20.780Z] $ docker rm -f cc8b4ce7e851807fd5303b3b6115d3e5740873188caa7d306ac8f91559f0cbd3 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-27T16:41:21.373Z] + mkdir -p /w/workspace/edgex-go/217/clair-reports [Pipeline] echo [2020-10-27T16:41:21.395Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/217/clair-reports/clair_results_docker-core-data-go-arm64_5839a71b4bbbe111e98a5f129fc41db18caea77c.html [Pipeline] writeFile [Pipeline] step [2020-10-27T16:41:21.665Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:41:22.054Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-27T16:41:22.054Z] . [Pipeline] withDockerContainer [2020-10-27T16:41:22.245Z] prd-centos7-docker-4c-2g-9150 does not seem to be running inside a container [2020-10-27T16:41:22.318Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/217 -v /w/workspace/edgex-go/217:/w/workspace/edgex-go/217:rw,z -v /w/workspace/edgex-go/217@tmp:/w/workspace/edgex-go/217@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-27T16:41:23.169Z] $ docker top 91c48af28f55b9d2039578032111b6f8617f439fd352d3b4c8bb63777f114ad3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-27T16:41:23.779Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:5839a71b4bbbe111e98a5f129fc41db18caea77c [2020-10-27T16:41:23.779Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-27T16:41:26.513Z] $ docker stop --time=1 91c48af28f55b9d2039578032111b6f8617f439fd352d3b4c8bb63777f114ad3 [2020-10-27T16:41:28.148Z] $ docker rm -f 91c48af28f55b9d2039578032111b6f8617f439fd352d3b4c8bb63777f114ad3 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:41:28.760Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-27T16:41:28.760Z] . [Pipeline] withDockerContainer [2020-10-27T16:41:28.959Z] prd-centos7-docker-4c-2g-9150 does not seem to be running inside a container [2020-10-27T16:41:29.055Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/217 -v /w/workspace/edgex-go/217:/w/workspace/edgex-go/217:rw,z -v /w/workspace/edgex-go/217@tmp:/w/workspace/edgex-go/217@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-27T16:41:30.158Z] $ docker top 18546e534e4d4d4837429ec33d0b7e7f71507b2520ea9b35c743439d3075383a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-27T16:41:30.871Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:5839a71b4bbbe111e98a5f129fc41db18caea77c [2020-10-27T16:41:30.871Z] + tee [2020-10-27T16:41:30.871Z] clair timeout 1m0s [2020-10-27T16:41:30.871Z] docker timeout: 1m0s [2020-10-27T16:41:30.871Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-27T16:41:31.944Z] $ docker stop --time=1 18546e534e4d4d4837429ec33d0b7e7f71507b2520ea9b35c743439d3075383a [2020-10-27T16:41:33.887Z] $ docker rm -f 18546e534e4d4d4837429ec33d0b7e7f71507b2520ea9b35c743439d3075383a [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-27T16:41:35.582Z] + mkdir -p /w/workspace/edgex-go/217/clair-reports [Pipeline] echo [2020-10-27T16:41:35.598Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/217/clair-reports/clair_results_docker-core-metadata-go-arm64_5839a71b4bbbe111e98a5f129fc41db18caea77c.html [Pipeline] writeFile [Pipeline] step [2020-10-27T16:41:35.650Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:41:36.036Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-27T16:41:36.036Z] . [Pipeline] withDockerContainer [2020-10-27T16:41:36.202Z] prd-centos7-docker-4c-2g-9150 does not seem to be running inside a container [2020-10-27T16:41:36.276Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/217 -v /w/workspace/edgex-go/217:/w/workspace/edgex-go/217:rw,z -v /w/workspace/edgex-go/217@tmp:/w/workspace/edgex-go/217@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-27T16:41:37.517Z] $ docker top db7cceb0ded2b0081bf8f05cb83af7c9dab9f6c734f58add426fba5f37625e3d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-27T16:41:38.112Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:5839a71b4bbbe111e98a5f129fc41db18caea77c+ [2020-10-27T16:41:38.112Z] tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-27T16:41:42.531Z] $ docker stop --time=1 db7cceb0ded2b0081bf8f05cb83af7c9dab9f6c734f58add426fba5f37625e3d [2020-10-27T16:41:44.232Z] $ docker rm -f db7cceb0ded2b0081bf8f05cb83af7c9dab9f6c734f58add426fba5f37625e3d [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:41:44.794Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-27T16:41:44.794Z] . [Pipeline] withDockerContainer [2020-10-27T16:41:44.984Z] prd-centos7-docker-4c-2g-9150 does not seem to be running inside a container [2020-10-27T16:41:45.066Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/217 -v /w/workspace/edgex-go/217:/w/workspace/edgex-go/217:rw,z -v /w/workspace/edgex-go/217@tmp:/w/workspace/edgex-go/217@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-27T16:41:45.907Z] $ docker top edad21fafc37123e9a9ff581f9857bbbf458bfd651319330aadf6f0ae763bedf -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-27T16:41:46.571Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:5839a71b4bbbe111e98a5f129fc41db18caea77c [2020-10-27T16:41:46.571Z] + tee [2020-10-27T16:41:46.571Z] clair timeout 1m0s [2020-10-27T16:41:46.571Z] docker timeout: 1m0s [2020-10-27T16:41:46.571Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-27T16:41:47.832Z] $ docker stop --time=1 edad21fafc37123e9a9ff581f9857bbbf458bfd651319330aadf6f0ae763bedf [2020-10-27T16:41:49.507Z] $ docker rm -f edad21fafc37123e9a9ff581f9857bbbf458bfd651319330aadf6f0ae763bedf [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-27T16:41:50.102Z] + mkdir -p /w/workspace/edgex-go/217/clair-reports [Pipeline] echo [2020-10-27T16:41:50.192Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/217/clair-reports/clair_results_docker-security-proxy-setup-go-arm64_5839a71b4bbbe111e98a5f129fc41db18caea77c.html [Pipeline] writeFile [Pipeline] step [2020-10-27T16:41:50.240Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:41:50.656Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-27T16:41:50.656Z] . [Pipeline] withDockerContainer [2020-10-27T16:41:50.821Z] prd-centos7-docker-4c-2g-9150 does not seem to be running inside a container [2020-10-27T16:41:50.897Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/217 -v /w/workspace/edgex-go/217:/w/workspace/edgex-go/217:rw,z -v /w/workspace/edgex-go/217@tmp:/w/workspace/edgex-go/217@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-27T16:41:52.034Z] $ docker top 1a1a20ea9c84a85115628bb33300bcd74254d4e08e159701dc22944fcb283b61 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-27T16:41:52.726Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:5839a71b4bbbe111e98a5f129fc41db18caea77c [2020-10-27T16:41:52.726Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-27T16:42:01.307Z] $ docker stop --time=1 1a1a20ea9c84a85115628bb33300bcd74254d4e08e159701dc22944fcb283b61 [2020-10-27T16:42:03.319Z] $ docker rm -f 1a1a20ea9c84a85115628bb33300bcd74254d4e08e159701dc22944fcb283b61 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:42:03.940Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-27T16:42:03.940Z] . [Pipeline] withDockerContainer [2020-10-27T16:42:04.078Z] prd-centos7-docker-4c-2g-9150 does not seem to be running inside a container [2020-10-27T16:42:04.146Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/217 -v /w/workspace/edgex-go/217:/w/workspace/edgex-go/217:rw,z -v /w/workspace/edgex-go/217@tmp:/w/workspace/edgex-go/217@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-27T16:42:05.220Z] $ docker top fe073192bc1bc65630774fa748927e94a2e9129ce1bfbd8e3560dbe417611b0b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-27T16:42:05.927Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:5839a71b4bbbe111e98a5f129fc41db18caea77c [2020-10-27T16:42:05.927Z] + tee [2020-10-27T16:42:05.927Z] clair timeout 1m0s [2020-10-27T16:42:05.927Z] docker timeout: 1m0s [2020-10-27T16:42:05.927Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-27T16:42:07.495Z] $ docker stop --time=1 fe073192bc1bc65630774fa748927e94a2e9129ce1bfbd8e3560dbe417611b0b [2020-10-27T16:42:09.066Z] $ docker rm -f fe073192bc1bc65630774fa748927e94a2e9129ce1bfbd8e3560dbe417611b0b [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-27T16:42:09.634Z] + mkdir -p /w/workspace/edgex-go/217/clair-reports [Pipeline] echo [2020-10-27T16:42:09.648Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/217/clair-reports/clair_results_docker-security-secrets-setup-go-arm64_5839a71b4bbbe111e98a5f129fc41db18caea77c.html [Pipeline] writeFile [Pipeline] step [2020-10-27T16:42:09.709Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:42:10.074Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-27T16:42:10.074Z] . [Pipeline] withDockerContainer [2020-10-27T16:42:10.347Z] prd-centos7-docker-4c-2g-9150 does not seem to be running inside a container [2020-10-27T16:42:10.445Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/217 -v /w/workspace/edgex-go/217:/w/workspace/edgex-go/217:rw,z -v /w/workspace/edgex-go/217@tmp:/w/workspace/edgex-go/217@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-27T16:42:11.629Z] $ docker top c62cd9b04d4d169f004f1735761e60645bfced125e29d0203bcf5ee9058e0a7e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-27T16:42:12.850Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:5839a71b4bbbe111e98a5f129fc41db18caea77c [2020-10-27T16:42:12.850Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-27T16:42:21.214Z] $ docker stop --time=1 c62cd9b04d4d169f004f1735761e60645bfced125e29d0203bcf5ee9058e0a7e [2020-10-27T16:42:22.896Z] $ docker rm -f c62cd9b04d4d169f004f1735761e60645bfced125e29d0203bcf5ee9058e0a7e [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:42:23.482Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-27T16:42:23.482Z] . [Pipeline] withDockerContainer [2020-10-27T16:42:23.661Z] prd-centos7-docker-4c-2g-9150 does not seem to be running inside a container [2020-10-27T16:42:23.739Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/217 -v /w/workspace/edgex-go/217:/w/workspace/edgex-go/217:rw,z -v /w/workspace/edgex-go/217@tmp:/w/workspace/edgex-go/217@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-27T16:42:24.673Z] $ docker top ab6e440ff220d1e464d7fb2c2ef5401144055ee6382d7ad97fda5d469b304f7e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-27T16:42:25.293Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:5839a71b4bbbe111e98a5f129fc41db18caea77c [2020-10-27T16:42:25.293Z] + tee [2020-10-27T16:42:25.293Z] clair timeout 1m0s [2020-10-27T16:42:25.293Z] docker timeout: 1m0s [2020-10-27T16:42:25.293Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-27T16:42:26.825Z] $ docker stop --time=1 ab6e440ff220d1e464d7fb2c2ef5401144055ee6382d7ad97fda5d469b304f7e [2020-10-27T16:42:28.549Z] $ docker rm -f ab6e440ff220d1e464d7fb2c2ef5401144055ee6382d7ad97fda5d469b304f7e [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-27T16:42:29.179Z] + mkdir -p /w/workspace/edgex-go/217/clair-reports [Pipeline] echo [2020-10-27T16:42:29.197Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/217/clair-reports/clair_results_docker-security-secretstore-setup-go-arm64_5839a71b4bbbe111e98a5f129fc41db18caea77c.html [Pipeline] writeFile [Pipeline] step [2020-10-27T16:42:29.263Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:42:29.636Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-27T16:42:29.636Z] . [Pipeline] withDockerContainer [2020-10-27T16:42:29.830Z] prd-centos7-docker-4c-2g-9150 does not seem to be running inside a container [2020-10-27T16:42:29.898Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/217 -v /w/workspace/edgex-go/217:/w/workspace/edgex-go/217:rw,z -v /w/workspace/edgex-go/217@tmp:/w/workspace/edgex-go/217@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-27T16:42:30.922Z] $ docker top a09d53672d2bda386c6bc35ed8bd4bde12560a4277eca6e17cc02ab65abad94f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-27T16:42:31.666Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:5839a71b4bbbe111e98a5f129fc41db18caea77c [2020-10-27T16:42:31.666Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-27T16:42:40.126Z] $ docker stop --time=1 a09d53672d2bda386c6bc35ed8bd4bde12560a4277eca6e17cc02ab65abad94f [2020-10-27T16:42:41.835Z] $ docker rm -f a09d53672d2bda386c6bc35ed8bd4bde12560a4277eca6e17cc02ab65abad94f [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:42:42.426Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-27T16:42:42.426Z] . [Pipeline] withDockerContainer [2020-10-27T16:42:42.601Z] prd-centos7-docker-4c-2g-9150 does not seem to be running inside a container [2020-10-27T16:42:42.652Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/217 -v /w/workspace/edgex-go/217:/w/workspace/edgex-go/217:rw,z -v /w/workspace/edgex-go/217@tmp:/w/workspace/edgex-go/217@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-27T16:42:43.856Z] $ docker top da807237e9f5f93dab9b3c887b5dc58b4e33b04b864c7d0827a50bd8c50355d5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-27T16:42:44.888Z] + tee [2020-10-27T16:42:44.889Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:5839a71b4bbbe111e98a5f129fc41db18caea77c [2020-10-27T16:42:44.889Z] clair timeout 1m0s [2020-10-27T16:42:44.889Z] docker timeout: 1m0s [2020-10-27T16:42:44.889Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-27T16:42:45.661Z] $ docker stop --time=1 da807237e9f5f93dab9b3c887b5dc58b4e33b04b864c7d0827a50bd8c50355d5 [2020-10-27T16:42:47.224Z] $ docker rm -f da807237e9f5f93dab9b3c887b5dc58b4e33b04b864c7d0827a50bd8c50355d5 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-27T16:42:47.736Z] + mkdir -p /w/workspace/edgex-go/217/clair-reports [Pipeline] echo [2020-10-27T16:42:47.752Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/217/clair-reports/clair_results_docker-support-logging-go-arm64_5839a71b4bbbe111e98a5f129fc41db18caea77c.html [Pipeline] writeFile [Pipeline] step [2020-10-27T16:42:47.804Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:42:48.162Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-27T16:42:48.162Z] . [Pipeline] withDockerContainer [2020-10-27T16:42:48.362Z] prd-centos7-docker-4c-2g-9150 does not seem to be running inside a container [2020-10-27T16:42:48.598Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/217 -v /w/workspace/edgex-go/217:/w/workspace/edgex-go/217:rw,z -v /w/workspace/edgex-go/217@tmp:/w/workspace/edgex-go/217@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-27T16:42:49.541Z] $ docker top e58f597ba8eeece43b82ad310293f7754c66cb4a83e204e731de716259e9866f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-27T16:42:50.266Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:5839a71b4bbbe111e98a5f129fc41db18caea77c [2020-10-27T16:42:50.266Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-27T16:42:55.882Z] $ docker stop --time=1 e58f597ba8eeece43b82ad310293f7754c66cb4a83e204e731de716259e9866f [2020-10-27T16:42:57.487Z] $ docker rm -f e58f597ba8eeece43b82ad310293f7754c66cb4a83e204e731de716259e9866f [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:42:58.022Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-27T16:42:58.022Z] . [Pipeline] withDockerContainer [2020-10-27T16:42:58.210Z] prd-centos7-docker-4c-2g-9150 does not seem to be running inside a container [2020-10-27T16:42:58.273Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/217 -v /w/workspace/edgex-go/217:/w/workspace/edgex-go/217:rw,z -v /w/workspace/edgex-go/217@tmp:/w/workspace/edgex-go/217@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-27T16:42:59.152Z] $ docker top bcea1ba28bbe701b44cd9e647f8d2cc9c70ddacd44dccf24d902682f6db6e1fa -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-27T16:42:59.840Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:5839a71b4bbbe111e98a5f129fc41db18caea77c [2020-10-27T16:42:59.840Z] + tee [2020-10-27T16:42:59.840Z] clair timeout 1m0s [2020-10-27T16:42:59.840Z] docker timeout: 1m0s [2020-10-27T16:42:59.840Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-27T16:43:00.973Z] $ docker stop --time=1 bcea1ba28bbe701b44cd9e647f8d2cc9c70ddacd44dccf24d902682f6db6e1fa [2020-10-27T16:43:02.524Z] $ docker rm -f bcea1ba28bbe701b44cd9e647f8d2cc9c70ddacd44dccf24d902682f6db6e1fa [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-27T16:43:03.077Z] + mkdir -p /w/workspace/edgex-go/217/clair-reports [Pipeline] echo [2020-10-27T16:43:03.092Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/217/clair-reports/clair_results_docker-support-notifications-go-arm64_5839a71b4bbbe111e98a5f129fc41db18caea77c.html [Pipeline] writeFile [Pipeline] step [2020-10-27T16:43:03.151Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:43:03.503Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-27T16:43:03.503Z] . [Pipeline] withDockerContainer [2020-10-27T16:43:03.648Z] prd-centos7-docker-4c-2g-9150 does not seem to be running inside a container [2020-10-27T16:43:03.751Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/217 -v /w/workspace/edgex-go/217:/w/workspace/edgex-go/217:rw,z -v /w/workspace/edgex-go/217@tmp:/w/workspace/edgex-go/217@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-27T16:43:05.220Z] $ docker top fa121630b08156c5183de06aad50d56b634384a0c06428dfeb8fbc5963d1c712 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-27T16:43:06.261Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:5839a71b4bbbe111e98a5f129fc41db18caea77c [2020-10-27T16:43:06.261Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-27T16:43:09.072Z] $ docker stop --time=1 fa121630b08156c5183de06aad50d56b634384a0c06428dfeb8fbc5963d1c712 [2020-10-27T16:43:10.584Z] $ docker rm -f fa121630b08156c5183de06aad50d56b634384a0c06428dfeb8fbc5963d1c712 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:43:11.158Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-27T16:43:11.158Z] . [Pipeline] withDockerContainer [2020-10-27T16:43:11.501Z] prd-centos7-docker-4c-2g-9150 does not seem to be running inside a container [2020-10-27T16:43:11.749Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/217 -v /w/workspace/edgex-go/217:/w/workspace/edgex-go/217:rw,z -v /w/workspace/edgex-go/217@tmp:/w/workspace/edgex-go/217@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-27T16:43:12.760Z] $ docker top 9711f6f1bdac6f5f2f0f45220f43204a90490fee6ced30e53210c1943e65a170 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-27T16:43:13.486Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:5839a71b4bbbe111e98a5f129fc41db18caea77c [2020-10-27T16:43:13.486Z] + tee [2020-10-27T16:43:13.765Z] clair timeout 1m0s [2020-10-27T16:43:13.765Z] docker timeout: 1m0s [2020-10-27T16:43:13.765Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-27T16:43:14.493Z] $ docker stop --time=1 9711f6f1bdac6f5f2f0f45220f43204a90490fee6ced30e53210c1943e65a170 [2020-10-27T16:43:16.151Z] $ docker rm -f 9711f6f1bdac6f5f2f0f45220f43204a90490fee6ced30e53210c1943e65a170 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-27T16:43:16.697Z] + mkdir -p /w/workspace/edgex-go/217/clair-reports [Pipeline] echo [2020-10-27T16:43:16.713Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/217/clair-reports/clair_results_docker-support-scheduler-go-arm64_5839a71b4bbbe111e98a5f129fc41db18caea77c.html [Pipeline] writeFile [Pipeline] step [2020-10-27T16:43:16.790Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:43:17.192Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-27T16:43:17.192Z] . [Pipeline] withDockerContainer [2020-10-27T16:43:17.392Z] prd-centos7-docker-4c-2g-9150 does not seem to be running inside a container [2020-10-27T16:43:17.463Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/217 -v /w/workspace/edgex-go/217:/w/workspace/edgex-go/217:rw,z -v /w/workspace/edgex-go/217@tmp:/w/workspace/edgex-go/217@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-27T16:43:18.381Z] $ docker top 9570dd346a8ae9105e34136119f84a3ae8ce50da20fd6b1d25caef9418761bcd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-27T16:43:19.065Z] + tee [2020-10-27T16:43:19.065Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:5839a71b4bbbe111e98a5f129fc41db18caea77c [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-27T16:43:34.375Z] $ docker stop --time=1 9570dd346a8ae9105e34136119f84a3ae8ce50da20fd6b1d25caef9418761bcd [2020-10-27T16:43:36.002Z] $ docker rm -f 9570dd346a8ae9105e34136119f84a3ae8ce50da20fd6b1d25caef9418761bcd [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:43:36.569Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-27T16:43:36.569Z] . [Pipeline] withDockerContainer [2020-10-27T16:43:36.802Z] prd-centos7-docker-4c-2g-9150 does not seem to be running inside a container [2020-10-27T16:43:36.872Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/217 -v /w/workspace/edgex-go/217:/w/workspace/edgex-go/217:rw,z -v /w/workspace/edgex-go/217@tmp:/w/workspace/edgex-go/217@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-27T16:43:37.877Z] $ docker top 9959b5cc58aae5451e36dea5c99b1e001d4e9ae2faea6736248294173dbb8028 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-27T16:43:38.444Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:5839a71b4bbbe111e98a5f129fc41db18caea77c [2020-10-27T16:43:38.444Z] + tee [2020-10-27T16:43:38.444Z] clair timeout 1m0s [2020-10-27T16:43:38.444Z] docker timeout: 1m0s [2020-10-27T16:43:38.444Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-27T16:43:40.540Z] $ docker stop --time=1 9959b5cc58aae5451e36dea5c99b1e001d4e9ae2faea6736248294173dbb8028 [2020-10-27T16:43:42.209Z] $ docker rm -f 9959b5cc58aae5451e36dea5c99b1e001d4e9ae2faea6736248294173dbb8028 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-27T16:43:42.812Z] + mkdir -p /w/workspace/edgex-go/217/clair-reports [Pipeline] echo [2020-10-27T16:43:42.830Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/217/clair-reports/clair_results_docker-sys-mgmt-agent-go-arm64_5839a71b4bbbe111e98a5f129fc41db18caea77c.html [Pipeline] writeFile [Pipeline] step [2020-10-27T16:43:42.888Z] Archiving artifacts [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2020-10-27T16:43:43.333Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-27T16:43:43.382Z] provisioning config files... [2020-10-27T16:43:43.401Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/217@tmp/config4180895642244006688tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-10-27T16:43:43.883Z] --> edgex-publish-swagger.sh [2020-10-27T16:43:43.884Z] === Publish openapi/v1 API === [2020-10-27T16:43:43.884Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2020-10-27T16:43:43.884Z] [publishToSwagger] Publishing API Name [core-command] [2020-10-27T16:43:43.884Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-27T16:43:43.884Z] Dload Upload Total Spent Left Speed [2020-10-27T16:43:45.290Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10521 0 0 100 10521 0 8544 0:00:01 0:00:01 --:--:-- 8553 100 10521 0 0 100 10521 0 8542 0:00:01 0:00:01 --:--:-- 8553 [2020-10-27T16:43:45.290Z] [2020-10-27T16:43:45.290Z] [2020-10-27T16:43:45.290Z] [publishToSwagger] Publishing API Name [core-data] [2020-10-27T16:43:45.290Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-27T16:43:45.290Z] Dload Upload Total Spent Left Speed [2020-10-27T16:43:46.270Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32556 0 0 100 32556 0 29601 0:00:01 0:00:01 --:--:-- 29623 [2020-10-27T16:43:46.270Z] [2020-10-27T16:43:46.270Z] [2020-10-27T16:43:46.270Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-10-27T16:43:46.270Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-27T16:43:46.270Z] Dload Upload Total Spent Left Speed [2020-10-27T16:43:47.678Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73720 0 0 100 73720 0 61138 0:00:01 0:00:01 --:--:-- 61178 100 73720 0 0 100 73720 0 61121 0:00:01 0:00:01 --:--:-- 61178 [2020-10-27T16:43:47.678Z] [2020-10-27T16:43:47.678Z] [2020-10-27T16:43:47.678Z] [publishToSwagger] Publishing API Name [support-logging] [2020-10-27T16:43:47.678Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-27T16:43:47.678Z] Dload Upload Total Spent Left Speed [2020-10-27T16:43:48.633Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13580 0 0 100 13580 0 11684 0:00:01 0:00:01 --:--:-- 11696 100 13580 0 0 100 13580 0 11681 0:00:01 0:00:01 --:--:-- 11686 [2020-10-27T16:43:48.633Z] [2020-10-27T16:43:48.633Z] [2020-10-27T16:43:48.633Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-10-27T16:43:48.633Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-27T16:43:48.633Z] Dload Upload Total Spent Left Speed [2020-10-27T16:43:50.046Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38889 0 0 100 38889 0 34542 0:00:01 0:00:01 --:--:-- 34568 100 38889 0 0 100 38889 0 34533 0:00:01 0:00:01 --:--:-- 34568 [2020-10-27T16:43:50.046Z] [2020-10-27T16:43:50.046Z] [2020-10-27T16:43:50.046Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-10-27T16:43:50.046Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-27T16:43:50.046Z] Dload Upload Total Spent Left Speed [2020-10-27T16:43:51.083Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14248 0 0 100 14248 0 12667 0:00:01 0:00:01 --:--:-- 12676 100 14248 0 0 100 14248 0 12664 0:00:01 0:00:01 --:--:-- 12676 [2020-10-27T16:43:51.083Z] [2020-10-27T16:43:51.083Z] [2020-10-27T16:43:51.083Z] [publishToSwagger] Publishing API Name [system-agent] [2020-10-27T16:43:51.083Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-27T16:43:51.083Z] Dload Upload Total Spent Left Speed [2020-10-27T16:43:52.409Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4109 0 0 100 4109 0 3751 0:00:01 0:00:01 --:--:-- 3752 [2020-10-27T16:43:52.409Z] [2020-10-27T16:43:52.409Z] [2020-10-27T16:43:52.409Z] === Publish openapi/v2 API === [2020-10-27T16:43:52.409Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2020-10-27T16:43:52.409Z] [publishToSwagger] Publishing API Name [core-command] [2020-10-27T16:43:52.409Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-27T16:43:52.409Z] Dload Upload Total Spent Left Speed [2020-10-27T16:43:53.387Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29535 0 0 100 29535 0 27247 0:00:01 0:00:01 --:--:-- 27271 [2020-10-27T16:43:53.387Z] [2020-10-27T16:43:53.387Z] [2020-10-27T16:43:53.387Z] [publishToSwagger] Publishing API Name [core-data] [2020-10-27T16:43:53.387Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-27T16:43:53.387Z] Dload Upload Total Spent Left Speed [2020-10-27T16:43:54.792Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 65634 0 0 100 65634 0 53238 0:00:01 0:00:01 --:--:-- 53231 100 65634 0 0 100 65634 0 53225 0:00:01 0:00:01 --:--:-- 53231 [2020-10-27T16:43:54.792Z] [2020-10-27T16:43:54.792Z] [2020-10-27T16:43:54.792Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-10-27T16:43:54.792Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-27T16:43:54.792Z] Dload Upload Total Spent Left Speed [2020-10-27T16:43:55.767Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 119k 0 0 100 119k 0 97838 0:00:01 0:00:01 --:--:-- 97899 100 119k 0 0 100 119k 0 94359 0:00:01 0:00:01 --:--:-- 94421 [2020-10-27T16:43:55.767Z] [2020-10-27T16:43:55.767Z] [2020-10-27T16:43:55.767Z] [publishToSwagger] Publishing API Name [support-logging] [2020-10-27T16:43:55.767Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-27T16:43:55.767Z] Dload Upload Total Spent Left Speed [2020-10-27T16:43:57.177Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23691 0 0 100 23691 0 19390 0:00:01 0:00:01 --:--:-- 19402 100 23691 0 0 100 23691 0 19385 0:00:01 0:00:01 --:--:-- 19402 [2020-10-27T16:43:57.177Z] [2020-10-27T16:43:57.177Z] [2020-10-27T16:43:57.177Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-10-27T16:43:57.177Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-27T16:43:57.177Z] Dload Upload Total Spent Left Speed [2020-10-27T16:43:58.411Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 62691 0 0 100 62691 0 54022 0:00:01 0:00:01 --:--:-- 54043 [2020-10-27T16:43:58.411Z] [2020-10-27T16:43:58.411Z] [2020-10-27T16:43:58.411Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-10-27T16:43:58.411Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-27T16:43:58.411Z] Dload Upload Total Spent Left Speed [2020-10-27T16:43:59.824Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 46198 0 0 100 46198 0 39012 0:00:01 0:00:01 --:--:-- 39051 100 46198 0 0 100 46198 0 39002 0:00:01 0:00:01 --:--:-- 39018 [2020-10-27T16:43:59.824Z] [2020-10-27T16:43:59.824Z] [2020-10-27T16:43:59.824Z] [publishToSwagger] Publishing API Name [system-agent] [2020-10-27T16:43:59.824Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-27T16:43:59.824Z] Dload Upload Total Spent Left Speed [2020-10-27T16:44:00.819Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23725 0 0 100 23725 0 18971 0:00:01 0:00:01 --:--:-- 18980 100 23725 0 0 100 23725 0 18965 0:00:01 0:00:01 --:--:-- 18980 [2020-10-27T16:44:00.819Z] [2020-10-27T16:44:00.819Z] [Pipeline] } [2020-10-27T16:44:00.838Z] 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-27T16:44:01.919Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-27T16:44:01.919Z] . [Pipeline] withDockerContainer [2020-10-27T16:44:02.425Z] prd-centos7-docker-4c-2g-9150 does not seem to be running inside a container [2020-10-27T16:44:02.760Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/217 -v /w/workspace/edgex-go/217:/w/workspace/edgex-go/217:rw,z -v /w/workspace/edgex-go/217@tmp:/w/workspace/edgex-go/217@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-27T16:44:04.232Z] $ docker top 77fc51b4ded4f7b265295c50b0647bff9a83feacc3ed41aabf05cef01b95f6f3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-27T16:44:04.653Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-27T16:44:04.654Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-27T16:44:05.130Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-27T16:44:05.133Z] $ docker exec 77fc51b4ded4f7b265295c50b0647bff9a83feacc3ed41aabf05cef01b95f6f3 ssh-agent [2020-10-27T16:44:05.488Z] SSH_AUTH_SOCK=/tmp/ssh-A6nur48rBvJl/agent.11 [2020-10-27T16:44:05.488Z] SSH_AGENT_PID=16 [2020-10-27T16:44:05.643Z] Running ssh-add (command line suppressed) [2020-10-27T16:44:05.943Z] Identity added: /w/workspace/edgex-go/217@tmp/private_key_1196844801288855095.key (/w/workspace/edgex-go/217@tmp/private_key_1196844801288855095.key) [2020-10-27T16:44:06.136Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-27T16:44:06.612Z] + git semver tag [2020-10-27T16:44:06.941Z] # -> Open(): unable to determine branch for HEAD [2020-10-27T16:44:06.941Z] # $GIT_DIR = /w/workspace/edgex-go/217/.git [2020-10-27T16:44:06.941Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/217 [2020-10-27T16:44:06.941Z] # $SEMVER_REMOTE_NAME = origin [2020-10-27T16:44:06.941Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-27T16:44:06.941Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-27T16:44:06.941Z] # $SEMVER_BRANCH = master [2020-10-27T16:44:06.941Z] # $SEMVER_DIR = /w/workspace/edgex-go/217/.semver [2020-10-27T16:44:06.941Z] # 5839a71b4bbbe111e98a5f129fc41db18caea77c HEAD [2020-10-27T16:44:07.642Z] # -> Force: false [2020-10-27T16:44:07.642Z] # c7265ad60008d196334d4b1874fce0eea9e4cab7 refs/tags/v1.2.2-dev.101 [Pipeline] } [2020-10-27T16:44:07.668Z] $ docker exec --env ******** --env ******** 77fc51b4ded4f7b265295c50b0647bff9a83feacc3ed41aabf05cef01b95f6f3 ssh-agent -k [2020-10-27T16:44:07.883Z] unset SSH_AUTH_SOCK; [2020-10-27T16:44:07.883Z] unset SSH_AGENT_PID; [2020-10-27T16:44:07.883Z] echo Agent pid 16 killed; [2020-10-27T16:44:08.021Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-27T16:44:08.883Z] + git semver [Pipeline] } [2020-10-27T16:44:08.996Z] $ docker stop --time=1 77fc51b4ded4f7b265295c50b0647bff9a83feacc3ed41aabf05cef01b95f6f3 [2020-10-27T16:44:10.614Z] $ docker rm -f 77fc51b4ded4f7b265295c50b0647bff9a83feacc3ed41aabf05cef01b95f6f3 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:44:11.556Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-27T16:44:11.556Z] [2020-10-27T16:44:11.556Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:44:11.990Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-27T16:44:11.991Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-10-27T16:44:11.991Z] ab5ef0e58194: Pulling fs layer [2020-10-27T16:44:11.991Z] 9712f1f96733: Pulling fs layer [2020-10-27T16:44:11.991Z] 63f879dbbcfc: Pulling fs layer [2020-10-27T16:44:11.991Z] 0d9ebad4ef96: Pulling fs layer [2020-10-27T16:44:11.991Z] e9a5061849ea: Pulling fs layer [2020-10-27T16:44:11.991Z] d747dcd14b5f: Pulling fs layer [2020-10-27T16:44:11.991Z] 2de7ff778b66: Pulling fs layer [2020-10-27T16:44:11.991Z] e9a5061849ea: Waiting [2020-10-27T16:44:11.991Z] d747dcd14b5f: Waiting [2020-10-27T16:44:11.991Z] 2de7ff778b66: Waiting [2020-10-27T16:44:11.991Z] 0d9ebad4ef96: Waiting [2020-10-27T16:44:11.991Z] 9712f1f96733: Verifying Checksum [2020-10-27T16:44:11.991Z] 9712f1f96733: Download complete [2020-10-27T16:44:17.616Z] 63f879dbbcfc: Verifying Checksum [2020-10-27T16:44:17.616Z] 63f879dbbcfc: Download complete [2020-10-27T16:44:18.012Z] e9a5061849ea: Verifying Checksum [2020-10-27T16:44:18.012Z] e9a5061849ea: Download complete [2020-10-27T16:44:18.012Z] d747dcd14b5f: Verifying Checksum [2020-10-27T16:44:18.012Z] d747dcd14b5f: Download complete [2020-10-27T16:44:19.129Z] 0d9ebad4ef96: Verifying Checksum [2020-10-27T16:44:19.129Z] 0d9ebad4ef96: Download complete [2020-10-27T16:44:20.811Z] 2de7ff778b66: Verifying Checksum [2020-10-27T16:44:20.811Z] 2de7ff778b66: Download complete [2020-10-27T16:44:20.811Z] ab5ef0e58194: Verifying Checksum [2020-10-27T16:44:20.811Z] ab5ef0e58194: Download complete [2020-10-27T16:44:27.551Z] ab5ef0e58194: Pull complete [2020-10-27T16:44:27.551Z] 9712f1f96733: Pull complete [2020-10-27T16:44:32.055Z] 63f879dbbcfc: Pull complete [2020-10-27T16:44:40.537Z] 0d9ebad4ef96: Pull complete [2020-10-27T16:44:42.540Z] e9a5061849ea: Pull complete [2020-10-27T16:44:42.540Z] d747dcd14b5f: Pull complete [2020-10-27T16:44:46.003Z] 2de7ff778b66: Pull complete [2020-10-27T16:44:46.003Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-10-27T16:44:46.003Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-27T16:44:46.003Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-10-27T16:44:46.295Z] prd-centos7-docker-4c-2g-9150 does not seem to be running inside a container [2020-10-27T16:44:46.417Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/217 -v /w/workspace/edgex-go/217:/w/workspace/edgex-go/217:rw,z -v /w/workspace/edgex-go/217@tmp:/w/workspace/edgex-go/217@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-27T16:44:50.667Z] $ docker top 32b30f4e501d1e5d798d14833773cd67873eac7c57198d0888376c79042a82db -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-10-27T16:44:51.031Z] provisioning config files... [2020-10-27T16:44:51.046Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/217@tmp/config5621366233716566755tmp [2020-10-27T16:44:51.067Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/217@tmp/config8063707909104031097tmp [2020-10-27T16:44:51.093Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/217@tmp/config6800639817992647099tmp [Pipeline] { [Pipeline] echo [2020-10-27T16:44:51.198Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-27T16:44:51.520Z] ---> sigul-configuration.sh [2020-10-27T16:44:51.785Z] gpg: directory `/root/.gnupg' created [2020-10-27T16:44:51.785Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-10-27T16:44:51.785Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-10-27T16:44:51.785Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-10-27T16:44:51.785Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-10-27T16:44:51.785Z] gpg: CAST5 encrypted data [2020-10-27T16:44:51.785Z] gpg: encrypted with 1 passphrase [2020-10-27T16:44:51.785Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-10-27T16:44:52.177Z] + mkdir /home/jenkins [2020-10-27T16:44:52.177Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-10-27T16:44:52.931Z] + 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-27T16:44:52.999Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-27T16:44:53.368Z] ---> sigul-install.sh [2020-10-27T16:45:00.175Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-10-27T16:45:00.916Z] + git tag --list [2020-10-27T16:45:01.214Z] 0.6.0 [2020-10-27T16:45:01.214Z] 0.6.1 [2020-10-27T16:45:01.214Z] 0.7.0 [2020-10-27T16:45:01.214Z] 0.7.1 [2020-10-27T16:45:01.214Z] v1.0.0 [2020-10-27T16:45:01.214Z] v1.0.1 [2020-10-27T16:45:01.214Z] v1.1.0 [2020-10-27T16:45:01.214Z] v1.2.0 [2020-10-27T16:45:01.214Z] v1.2.1 [2020-10-27T16:45:01.214Z] v1.2.2-dev.1 [2020-10-27T16:45:01.214Z] v1.2.2-dev.10 [2020-10-27T16:45:01.214Z] v1.2.2-dev.100 [2020-10-27T16:45:01.214Z] v1.2.2-dev.101 [2020-10-27T16:45:01.214Z] v1.2.2-dev.11 [2020-10-27T16:45:01.214Z] v1.2.2-dev.12 [2020-10-27T16:45:01.214Z] v1.2.2-dev.13 [2020-10-27T16:45:01.214Z] v1.2.2-dev.14 [2020-10-27T16:45:01.214Z] v1.2.2-dev.15 [2020-10-27T16:45:01.214Z] v1.2.2-dev.16 [2020-10-27T16:45:01.214Z] v1.2.2-dev.17 [2020-10-27T16:45:01.214Z] v1.2.2-dev.18 [2020-10-27T16:45:01.214Z] v1.2.2-dev.19 [2020-10-27T16:45:01.214Z] v1.2.2-dev.2 [2020-10-27T16:45:01.214Z] v1.2.2-dev.20 [2020-10-27T16:45:01.214Z] v1.2.2-dev.21 [2020-10-27T16:45:01.214Z] v1.2.2-dev.22 [2020-10-27T16:45:01.214Z] v1.2.2-dev.23 [2020-10-27T16:45:01.214Z] v1.2.2-dev.24 [2020-10-27T16:45:01.214Z] v1.2.2-dev.25 [2020-10-27T16:45:01.214Z] v1.2.2-dev.26 [2020-10-27T16:45:01.214Z] v1.2.2-dev.27 [2020-10-27T16:45:01.214Z] v1.2.2-dev.28 [2020-10-27T16:45:01.214Z] v1.2.2-dev.29 [2020-10-27T16:45:01.214Z] v1.2.2-dev.3 [2020-10-27T16:45:01.214Z] v1.2.2-dev.30 [2020-10-27T16:45:01.214Z] v1.2.2-dev.31 [2020-10-27T16:45:01.214Z] v1.2.2-dev.32 [2020-10-27T16:45:01.214Z] v1.2.2-dev.33 [2020-10-27T16:45:01.214Z] v1.2.2-dev.34 [2020-10-27T16:45:01.214Z] v1.2.2-dev.35 [2020-10-27T16:45:01.214Z] v1.2.2-dev.36 [2020-10-27T16:45:01.214Z] v1.2.2-dev.37 [2020-10-27T16:45:01.214Z] v1.2.2-dev.38 [2020-10-27T16:45:01.214Z] v1.2.2-dev.39 [2020-10-27T16:45:01.214Z] v1.2.2-dev.4 [2020-10-27T16:45:01.214Z] v1.2.2-dev.40 [2020-10-27T16:45:01.214Z] v1.2.2-dev.41 [2020-10-27T16:45:01.214Z] v1.2.2-dev.42 [2020-10-27T16:45:01.214Z] v1.2.2-dev.43 [2020-10-27T16:45:01.214Z] v1.2.2-dev.44 [2020-10-27T16:45:01.214Z] v1.2.2-dev.45 [2020-10-27T16:45:01.214Z] v1.2.2-dev.46 [2020-10-27T16:45:01.214Z] v1.2.2-dev.47 [2020-10-27T16:45:01.214Z] v1.2.2-dev.48 [2020-10-27T16:45:01.214Z] v1.2.2-dev.49 [2020-10-27T16:45:01.214Z] v1.2.2-dev.5 [2020-10-27T16:45:01.214Z] v1.2.2-dev.50 [2020-10-27T16:45:01.214Z] v1.2.2-dev.51 [2020-10-27T16:45:01.214Z] v1.2.2-dev.52 [2020-10-27T16:45:01.214Z] v1.2.2-dev.53 [2020-10-27T16:45:01.214Z] v1.2.2-dev.54 [2020-10-27T16:45:01.214Z] v1.2.2-dev.55 [2020-10-27T16:45:01.214Z] v1.2.2-dev.56 [2020-10-27T16:45:01.214Z] v1.2.2-dev.57 [2020-10-27T16:45:01.214Z] v1.2.2-dev.58 [2020-10-27T16:45:01.214Z] v1.2.2-dev.59 [2020-10-27T16:45:01.214Z] v1.2.2-dev.6 [2020-10-27T16:45:01.214Z] v1.2.2-dev.60 [2020-10-27T16:45:01.214Z] v1.2.2-dev.61 [2020-10-27T16:45:01.214Z] v1.2.2-dev.62 [2020-10-27T16:45:01.214Z] v1.2.2-dev.63 [2020-10-27T16:45:01.214Z] v1.2.2-dev.64 [2020-10-27T16:45:01.214Z] v1.2.2-dev.65 [2020-10-27T16:45:01.214Z] v1.2.2-dev.66 [2020-10-27T16:45:01.214Z] v1.2.2-dev.67 [2020-10-27T16:45:01.214Z] v1.2.2-dev.68 [2020-10-27T16:45:01.214Z] v1.2.2-dev.69 [2020-10-27T16:45:01.214Z] v1.2.2-dev.7 [2020-10-27T16:45:01.214Z] v1.2.2-dev.70 [2020-10-27T16:45:01.214Z] v1.2.2-dev.71 [2020-10-27T16:45:01.214Z] v1.2.2-dev.72 [2020-10-27T16:45:01.214Z] v1.2.2-dev.73 [2020-10-27T16:45:01.214Z] v1.2.2-dev.74 [2020-10-27T16:45:01.214Z] v1.2.2-dev.75 [2020-10-27T16:45:01.214Z] v1.2.2-dev.76 [2020-10-27T16:45:01.214Z] v1.2.2-dev.77 [2020-10-27T16:45:01.214Z] v1.2.2-dev.78 [2020-10-27T16:45:01.214Z] v1.2.2-dev.79 [2020-10-27T16:45:01.214Z] v1.2.2-dev.8 [2020-10-27T16:45:01.214Z] v1.2.2-dev.80 [2020-10-27T16:45:01.214Z] v1.2.2-dev.81 [2020-10-27T16:45:01.214Z] v1.2.2-dev.82 [2020-10-27T16:45:01.214Z] v1.2.2-dev.83 [2020-10-27T16:45:01.214Z] v1.2.2-dev.84 [2020-10-27T16:45:01.214Z] v1.2.2-dev.85 [2020-10-27T16:45:01.214Z] v1.2.2-dev.86 [2020-10-27T16:45:01.214Z] v1.2.2-dev.87 [2020-10-27T16:45:01.214Z] v1.2.2-dev.88 [2020-10-27T16:45:01.214Z] v1.2.2-dev.89 [2020-10-27T16:45:01.214Z] v1.2.2-dev.9 [2020-10-27T16:45:01.214Z] v1.2.2-dev.90 [2020-10-27T16:45:01.214Z] v1.2.2-dev.91 [2020-10-27T16:45:01.214Z] v1.2.2-dev.92 [2020-10-27T16:45:01.214Z] v1.2.2-dev.93 [2020-10-27T16:45:01.214Z] v1.2.2-dev.94 [2020-10-27T16:45:01.214Z] v1.2.2-dev.95 [2020-10-27T16:45:01.214Z] v1.2.2-dev.96 [2020-10-27T16:45:01.214Z] v1.2.2-dev.97 [2020-10-27T16:45:01.214Z] v1.2.2-dev.98 [2020-10-27T16:45:01.214Z] v1.2.2-dev.99 [Pipeline] sh [2020-10-27T16:45:02.009Z] + lftools sign git-tag v1.2.2-dev.101 [2020-10-27T16:45:03.509Z] Signing Git tag with Sigul... [2020-10-27T16:45:03.509Z] Signing v1.2.2-dev.101 [Pipeline] echo [2020-10-27T16:45:05.001Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-27T16:45:05.722Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-10-27T16:45:05.805Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-10-27T16:45:05.904Z] $ docker stop --time=1 32b30f4e501d1e5d798d14833773cd67873eac7c57198d0888376c79042a82db [2020-10-27T16:45:08.055Z] $ docker rm -f 32b30f4e501d1e5d798d14833773cd67873eac7c57198d0888376c79042a82db [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:45:09.099Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-27T16:45:09.099Z] . [Pipeline] withDockerContainer [2020-10-27T16:45:09.324Z] prd-centos7-docker-4c-2g-9150 does not seem to be running inside a container [2020-10-27T16:45:09.419Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/217 -v /w/workspace/edgex-go/217:/w/workspace/edgex-go/217:rw,z -v /w/workspace/edgex-go/217@tmp:/w/workspace/edgex-go/217@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-27T16:45:10.952Z] $ docker top db8faa99654f0c7e3da4e36dcb326048741d45bf334ddf4cdba8546a28c62441 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-27T16:45:11.440Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-27T16:45:11.440Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-27T16:45:11.807Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-27T16:45:11.810Z] $ docker exec db8faa99654f0c7e3da4e36dcb326048741d45bf334ddf4cdba8546a28c62441 ssh-agent [2020-10-27T16:45:12.133Z] SSH_AUTH_SOCK=/tmp/ssh-jTdqYZmGSfV9/agent.12 [2020-10-27T16:45:12.133Z] SSH_AGENT_PID=18 [2020-10-27T16:45:12.145Z] Running ssh-add (command line suppressed) [2020-10-27T16:45:12.542Z] Identity added: /w/workspace/edgex-go/217@tmp/private_key_2982472651146431477.key (/w/workspace/edgex-go/217@tmp/private_key_2982472651146431477.key) [2020-10-27T16:45:12.781Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-27T16:45:13.212Z] + git semver bump pre [2020-10-27T16:45:13.489Z] # -> Open(): unable to determine branch for HEAD [2020-10-27T16:45:13.489Z] # $GIT_DIR = /w/workspace/edgex-go/217/.git [2020-10-27T16:45:13.489Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/217 [2020-10-27T16:45:13.489Z] # $SEMVER_REMOTE_NAME = origin [2020-10-27T16:45:13.489Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-27T16:45:13.489Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-27T16:45:13.489Z] # $SEMVER_BRANCH = master [2020-10-27T16:45:13.490Z] # $SEMVER_DIR = /w/workspace/edgex-go/217/.semver [2020-10-27T16:45:13.490Z] 1.2.2-dev.102 [Pipeline] } [2020-10-27T16:45:13.505Z] $ docker exec --env ******** --env ******** db8faa99654f0c7e3da4e36dcb326048741d45bf334ddf4cdba8546a28c62441 ssh-agent -k [2020-10-27T16:45:13.724Z] unset SSH_AUTH_SOCK; [2020-10-27T16:45:13.724Z] unset SSH_AGENT_PID; [2020-10-27T16:45:13.724Z] echo Agent pid 18 killed; [2020-10-27T16:45:13.869Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-27T16:45:14.401Z] + git semver [Pipeline] } [2020-10-27T16:45:14.447Z] $ docker stop --time=1 db8faa99654f0c7e3da4e36dcb326048741d45bf334ddf4cdba8546a28c62441 [2020-10-27T16:45:15.877Z] $ docker rm -f db8faa99654f0c7e3da4e36dcb326048741d45bf334ddf4cdba8546a28c62441 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:45:16.449Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-27T16:45:16.449Z] . [Pipeline] withDockerContainer [2020-10-27T16:45:16.603Z] prd-centos7-docker-4c-2g-9150 does not seem to be running inside a container [2020-10-27T16:45:16.680Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/217 -v /w/workspace/edgex-go/217:/w/workspace/edgex-go/217:rw,z -v /w/workspace/edgex-go/217@tmp:/w/workspace/edgex-go/217@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-27T16:45:17.715Z] $ docker top de2464e8b20067661f15ca4546e5b16c35930781bdf0cf8203b134891ce3ae6a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-27T16:45:18.089Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-27T16:45:18.089Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-27T16:45:18.376Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-27T16:45:18.421Z] $ docker exec de2464e8b20067661f15ca4546e5b16c35930781bdf0cf8203b134891ce3ae6a ssh-agent [2020-10-27T16:45:18.680Z] SSH_AUTH_SOCK=/tmp/ssh-PStbe1QeigeO/agent.12 [2020-10-27T16:45:18.680Z] SSH_AGENT_PID=17 [2020-10-27T16:45:18.693Z] Running ssh-add (command line suppressed) [2020-10-27T16:45:18.922Z] Identity added: /w/workspace/edgex-go/217@tmp/private_key_7522552870519645773.key (/w/workspace/edgex-go/217@tmp/private_key_7522552870519645773.key) [2020-10-27T16:45:19.000Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-27T16:45:19.429Z] + git semver push [2020-10-27T16:45:19.429Z] # -> Open(): unable to determine branch for HEAD [2020-10-27T16:45:19.429Z] # $GIT_DIR = /w/workspace/edgex-go/217/.git [2020-10-27T16:45:19.429Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/217 [2020-10-27T16:45:19.429Z] # $SEMVER_REMOTE_NAME = origin [2020-10-27T16:45:19.429Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-27T16:45:19.429Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-27T16:45:19.429Z] # $SEMVER_BRANCH = master [2020-10-27T16:45:19.429Z] # $SEMVER_DIR = /w/workspace/edgex-go/217/.semver [Pipeline] } [2020-10-27T16:45:31.792Z] $ docker exec --env ******** --env ******** de2464e8b20067661f15ca4546e5b16c35930781bdf0cf8203b134891ce3ae6a ssh-agent -k [2020-10-27T16:45:32.034Z] unset SSH_AUTH_SOCK; [2020-10-27T16:45:32.034Z] unset SSH_AGENT_PID; [2020-10-27T16:45:32.034Z] echo Agent pid 17 killed; [2020-10-27T16:45:32.143Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-27T16:45:32.632Z] + git semver [Pipeline] } [2020-10-27T16:45:32.929Z] $ docker stop --time=1 de2464e8b20067661f15ca4546e5b16c35930781bdf0cf8203b134891ce3ae6a [2020-10-27T16:45:34.360Z] $ docker rm -f de2464e8b20067661f15ca4546e5b16c35930781bdf0cf8203b134891ce3ae6a [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-27T16:45:35.695Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-27T16:45:36.661Z] ---> package-listing.sh [2020-10-27T16:45:36.661Z] ++ facter osfamily [2020-10-27T16:45:36.661Z] ++ tr '[:upper:]' '[:lower:]' [2020-10-27T16:45:36.961Z] + OS_FAMILY=redhat [2020-10-27T16:45:36.961Z] + workspace=/w/workspace/edgex-go/217 [2020-10-27T16:45:36.961Z] + START_PACKAGES=/tmp/packages_start.txt [2020-10-27T16:45:36.961Z] + END_PACKAGES=/tmp/packages_end.txt [2020-10-27T16:45:36.961Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-10-27T16:45:36.961Z] + PACKAGES=/tmp/packages_start.txt [2020-10-27T16:45:36.961Z] + '[' /w/workspace/edgex-go/217 ']' [2020-10-27T16:45:36.961Z] + PACKAGES=/tmp/packages_end.txt [2020-10-27T16:45:36.961Z] + case "${OS_FAMILY}" in [2020-10-27T16:45:36.961Z] + rpm -qa [2020-10-27T16:45:36.961Z] + sort [2020-10-27T16:45:41.295Z] + '[' -f /tmp/packages_start.txt ']' [2020-10-27T16:45:41.295Z] + '[' -f /tmp/packages_end.txt ']' [2020-10-27T16:45:41.295Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-10-27T16:45:41.295Z] + '[' /w/workspace/edgex-go/217 ']' [2020-10-27T16:45:41.295Z] + mkdir -p /w/workspace/edgex-go/217/archives/ [2020-10-27T16:45:41.295Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/217/archives/ [Pipeline] echo [2020-10-27T16:45:41.315Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/217/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-10-27T16:45:41.637Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:45:42.324Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-27T16:45:42.324Z] [2020-10-27T16:45:42.324Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:45:42.745Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-27T16:45:42.745Z] alpine: Pulling from edgex-lftools-log-publisher [2020-10-27T16:45:42.745Z] df20fa9351a1: Already exists [2020-10-27T16:45:42.745Z] 36b3adc4ff6f: Pulling fs layer [2020-10-27T16:45:42.745Z] 8ad3a11d3b57: Pulling fs layer [2020-10-27T16:45:42.745Z] 46f8f816bc3b: Pulling fs layer [2020-10-27T16:45:42.745Z] 93b61091891f: Pulling fs layer [2020-10-27T16:45:42.745Z] 93b9cdb0e59b: Pulling fs layer [2020-10-27T16:45:42.745Z] 5e14af77c1be: Pulling fs layer [2020-10-27T16:45:42.745Z] 01666e4c0597: Pulling fs layer [2020-10-27T16:45:42.745Z] aa168da1d23b: Pulling fs layer [2020-10-27T16:45:42.745Z] 93b9cdb0e59b: Waiting [2020-10-27T16:45:42.745Z] 5e14af77c1be: Waiting [2020-10-27T16:45:42.745Z] 01666e4c0597: Waiting [2020-10-27T16:45:42.745Z] aa168da1d23b: Waiting [2020-10-27T16:45:42.745Z] 93b61091891f: Waiting [2020-10-27T16:45:43.092Z] 46f8f816bc3b: Verifying Checksum [2020-10-27T16:45:43.092Z] 46f8f816bc3b: Download complete [2020-10-27T16:45:43.092Z] 36b3adc4ff6f: Download complete [2020-10-27T16:45:43.092Z] 93b9cdb0e59b: Verifying Checksum [2020-10-27T16:45:43.092Z] 93b9cdb0e59b: Download complete [2020-10-27T16:45:43.092Z] 5e14af77c1be: Verifying Checksum [2020-10-27T16:45:43.092Z] 5e14af77c1be: Download complete [2020-10-27T16:45:43.419Z] 01666e4c0597: Verifying Checksum [2020-10-27T16:45:43.420Z] 01666e4c0597: Download complete [2020-10-27T16:45:43.420Z] 36b3adc4ff6f: Pull complete [2020-10-27T16:45:43.745Z] 93b61091891f: Verifying Checksum [2020-10-27T16:45:43.745Z] 93b61091891f: Download complete [2020-10-27T16:45:44.954Z] 8ad3a11d3b57: Verifying Checksum [2020-10-27T16:45:44.954Z] 8ad3a11d3b57: Download complete [2020-10-27T16:45:46.562Z] 8ad3a11d3b57: Pull complete [2020-10-27T16:45:46.562Z] 46f8f816bc3b: Pull complete [2020-10-27T16:45:47.213Z] 93b61091891f: Pull complete [2020-10-27T16:45:47.496Z] 93b9cdb0e59b: Pull complete [2020-10-27T16:45:48.603Z] 5e14af77c1be: Pull complete [2020-10-27T16:45:48.897Z] 01666e4c0597: Pull complete [2020-10-27T16:45:49.911Z] aa168da1d23b: Verifying Checksum [2020-10-27T16:45:49.911Z] aa168da1d23b: Download complete [2020-10-27T16:46:02.562Z] aa168da1d23b: Pull complete [2020-10-27T16:46:02.562Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-10-27T16:46:02.562Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-27T16:46:02.562Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-10-27T16:46:02.888Z] prd-centos7-docker-4c-2g-9150 does not seem to be running inside a container [2020-10-27T16:46:03.048Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/217/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/217 -v /w/workspace/edgex-go/217:/w/workspace/edgex-go/217:rw,z -v /w/workspace/edgex-go/217@tmp:/w/workspace/edgex-go/217@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-10-27T16:46:06.520Z] $ docker top d1db088141ebee324685e70ebe18cbc6dbf6a4043f2a368bc5461c1ddf862c62 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-27T16:46:07.257Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-10-27T16:46:07.631Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-10-27T16:46:07.984Z] + ls /var/log/sa-host [2020-10-27T16:46:07.984Z] + sadf -c /var/log/sa-host/sa05 [2020-10-27T16:46:07.984Z] file_magic: OK [2020-10-27T16:46:07.984Z] HZ: Using current value: 100 [2020-10-27T16:46:07.984Z] file_header: OK [2020-10-27T16:46:07.984Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-10-27T16:46:07.984Z] Statistics: [2020-10-27T16:46:07.984Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-27T16:46:07.984Z] File successfully converted to sysstat format version 12.2.1 [2020-10-27T16:46:07.984Z] + sadf -c /var/log/sa-host/sa27 [2020-10-27T16:46:07.984Z] file_magic: OK [2020-10-27T16:46:07.984Z] HZ: Using current value: 100 [2020-10-27T16:46:07.984Z] file_header: OK [2020-10-27T16:46:07.984Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-10-27T16:46:07.984Z] Statistics: [2020-10-27T16:46:07.984Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-27T16:46:07.984Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-27T16:46:08.274Z] provisioning config files... [2020-10-27T16:46:08.307Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/217@tmp/config1539441768788478059tmp [Pipeline] { [Pipeline] echo [2020-10-27T16:46:08.378Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-27T16:46:09.076Z] ---> create-netrc.sh [Pipeline] } [2020-10-27T16:46:09.096Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-10-27T16:46:09.206Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-27T16:46:09.537Z] ---> python-tools-install.sh [Pipeline] echo [2020-10-27T16:46:09.583Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-27T16:46:09.936Z] ---> sudo-logs.sh [2020-10-27T16:46:09.936Z] Archiving 'sudo' log.. [Pipeline] echo [2020-10-27T16:46:10.213Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-27T16:46:10.524Z] ---> job-cost.sh [2020-10-27T16:46:10.524Z] lf-activate-venv: SKIPPING [2020-10-27T16:46:10.524Z] INFO: No Stack... [2020-10-27T16:46:11.515Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-10-27T16:46:12.119Z] INFO: Archiving Costs [Pipeline] echo [2020-10-27T16:46:12.137Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-27T16:46:12.473Z] ---> logs-deploy.sh [2020-10-27T16:46:12.473Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/217 [2020-10-27T16:46:12.473Z] INFO: archiving workspace using pattern(s): [2020-10-27T16:46:15.111Z] Archives upload complete. [2020-10-27T16:46:15.111Z] INFO: archiving logs to Nexus [2020-10-27T16:46:16.530Z] ---> uname -a: [2020-10-27T16:46:16.530Z] Linux prd-centos7-docker-4c-2g-9150.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux [2020-10-27T16:46:16.530Z] [2020-10-27T16:46:16.530Z] [2020-10-27T16:46:16.530Z] ---> lscpu: [2020-10-27T16:46:16.530Z] Architecture: x86_64 [2020-10-27T16:46:16.530Z] CPU op-mode(s): 32-bit, 64-bit [2020-10-27T16:46:16.530Z] Byte Order: Little Endian [2020-10-27T16:46:16.530Z] Address sizes: 40 bits physical, 48 bits virtual [2020-10-27T16:46:16.530Z] CPU(s): 4 [2020-10-27T16:46:16.530Z] On-line CPU(s) list: 0-3 [2020-10-27T16:46:16.530Z] Thread(s) per core: 1 [2020-10-27T16:46:16.530Z] Core(s) per socket: 1 [2020-10-27T16:46:16.530Z] Socket(s): 4 [2020-10-27T16:46:16.530Z] NUMA node(s): 1 [2020-10-27T16:46:16.530Z] Vendor ID: GenuineIntel [2020-10-27T16:46:16.530Z] CPU family: 6 [2020-10-27T16:46:16.530Z] Model: 44 [2020-10-27T16:46:16.530Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-10-27T16:46:16.530Z] Stepping: 1 [2020-10-27T16:46:16.530Z] CPU MHz: 2933.438 [2020-10-27T16:46:16.530Z] BogoMIPS: 5866.87 [2020-10-27T16:46:16.530Z] Virtualization: VT-x [2020-10-27T16:46:16.530Z] Hypervisor vendor: KVM [2020-10-27T16:46:16.530Z] Virtualization type: full [2020-10-27T16:46:16.530Z] L1d cache: 128 KiB [2020-10-27T16:46:16.530Z] L1i cache: 128 KiB [2020-10-27T16:46:16.530Z] L2 cache: 16 MiB [2020-10-27T16:46:16.530Z] L3 cache: 64 MiB [2020-10-27T16:46:16.530Z] NUMA node0 CPU(s): 0-3 [2020-10-27T16:46:16.530Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-10-27T16:46:16.530Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-10-27T16:46:16.530Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-10-27T16:46:16.530Z] Vulnerability Meltdown: Mitigation; PTI [2020-10-27T16:46:16.530Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-10-27T16:46:16.530Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-10-27T16:46:16.530Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-10-27T16:46:16.530Z] Vulnerability Tsx async abort: Not affected [2020-10-27T16:46:16.531Z] 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-27T16:46:16.531Z] [2020-10-27T16:46:16.531Z] [2020-10-27T16:46:16.531Z] ---> nproc: [2020-10-27T16:46:16.531Z] 4 [2020-10-27T16:46:16.531Z] [2020-10-27T16:46:16.531Z] [2020-10-27T16:46:16.531Z] ---> df -h: [2020-10-27T16:46:16.531Z] Filesystem Size Used Available Use% Mounted on [2020-10-27T16:46:16.531Z] overlay 50.0G 13.1G 36.9G 26% / [2020-10-27T16:46:16.531Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-10-27T16:46:16.531Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-10-27T16:46:16.531Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-10-27T16:46:16.531Z] /dev/vda1 50.0G 13.1G 36.9G 26% /facter-os [2020-10-27T16:46:16.531Z] /dev/vda1 50.0G 13.1G 36.9G 26% /etc/resolv.conf [2020-10-27T16:46:16.531Z] /dev/vda1 50.0G 13.1G 36.9G 26% /etc/hostname [2020-10-27T16:46:16.531Z] /dev/vda1 50.0G 13.1G 36.9G 26% /etc/hosts [2020-10-27T16:46:16.531Z] /dev/vda1 50.0G 13.1G 36.9G 26% /run/cloud-init/result.json [2020-10-27T16:46:16.531Z] /dev/vda1 50.0G 13.1G 36.9G 26% /var/log/sa-host [2020-10-27T16:46:16.531Z] /dev/vda1 50.0G 13.1G 36.9G 26% /var/log/secure [2020-10-27T16:46:16.531Z] /dev/vda1 50.0G 13.1G 36.9G 26% /var/log/auth.log [2020-10-27T16:46:16.531Z] /dev/vda1 50.0G 13.1G 36.9G 26% /w/workspace/edgex-go/217 [2020-10-27T16:46:16.531Z] /dev/vda1 50.0G 13.1G 36.9G 26% /w/workspace/edgex-go/217@tmp [2020-10-27T16:46:16.531Z] [2020-10-27T16:46:16.531Z] [2020-10-27T16:46:16.531Z] ---> free -m: [2020-10-27T16:46:16.531Z] total used free shared buff/cache available [2020-10-27T16:46:16.531Z] Mem: 1837 746 135 0 955 1042 [2020-10-27T16:46:16.531Z] Swap: 1023 87 936 [2020-10-27T16:46:16.531Z] [2020-10-27T16:46:16.531Z] [2020-10-27T16:46:16.531Z] ---> ip addr: [2020-10-27T16:46:16.531Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-10-27T16:46:16.531Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-10-27T16:46:16.531Z] inet 127.0.0.1/8 scope host lo [2020-10-27T16:46:16.531Z] valid_lft forever preferred_lft forever [2020-10-27T16:46:16.531Z] inet6 ::1/128 scope host [2020-10-27T16:46:16.531Z] valid_lft forever preferred_lft forever [2020-10-27T16:46:16.531Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2020-10-27T16:46:16.531Z] link/ether fa:16:3e:48:1f:74 brd ff:ff:ff:ff:ff:ff [2020-10-27T16:46:16.531Z] inet 10.30.123.166/23 brd 10.30.123.255 scope global dynamic eth0 [2020-10-27T16:46:16.531Z] valid_lft 84873sec preferred_lft 84873sec [2020-10-27T16:46:16.531Z] inet6 fe80::f816:3eff:fe48:1f74/64 scope link [2020-10-27T16:46:16.531Z] valid_lft forever preferred_lft forever [2020-10-27T16:46:16.531Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2020-10-27T16:46:16.531Z] link/ether 02:42:b9:6f:50:da brd ff:ff:ff:ff:ff:ff [2020-10-27T16:46:16.531Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2020-10-27T16:46:16.531Z] valid_lft forever preferred_lft forever [2020-10-27T16:46:16.531Z] inet6 fe80::42:b9ff:fe6f:50da/64 scope link [2020-10-27T16:46:16.531Z] valid_lft forever preferred_lft forever [2020-10-27T16:46:16.531Z] [2020-10-27T16:46:16.531Z] [2020-10-27T16:46:16.531Z] ---> sar -b -r -n DEV: [2020-10-27T16:46:16.531Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/27/20 _x86_64_ (4 CPU) [2020-10-27T16:46:16.531Z] [2020-10-27T16:46:16.531Z] 16:20:30 LINUX RESTART (4 CPU) [2020-10-27T16:46:16.531Z] [2020-10-27T16:46:16.531Z] 16:21:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2020-10-27T16:46:16.531Z] 16:22:01 122.97 46.05 76.92 0.00 3540.54 43988.20 0.00 [2020-10-27T16:46:16.531Z] 16:23:01 93.70 59.05 34.65 0.00 8370.10 13699.49 0.00 [2020-10-27T16:46:16.531Z] 16:24:01 270.61 71.80 198.81 0.00 3987.79 56672.86 0.00 [2020-10-27T16:46:16.531Z] 16:25:02 261.57 89.42 172.15 0.00 26716.90 81829.54 0.00 [2020-10-27T16:46:16.531Z] 16:26:03 2538.06 2253.19 284.88 0.00 123890.12 136072.89 0.00 [2020-10-27T16:46:16.531Z] 16:27:02 669.16 487.88 181.28 0.00 33087.58 35856.55 0.00 [2020-10-27T16:46:16.531Z] 16:28:01 1202.80 864.05 338.74 0.00 75396.05 107960.17 0.00 [2020-10-27T16:46:16.531Z] 16:29:02 2174.64 1901.98 272.66 0.00 96716.86 107228.94 0.00 [2020-10-27T16:46:16.531Z] 16:30:03 326.99 100.52 226.47 0.00 7370.78 29482.00 0.00 [2020-10-27T16:46:16.531Z] 16:31:01 88.59 20.53 68.06 0.00 4975.94 4569.23 0.00 [2020-10-27T16:46:16.531Z] 16:32:01 20.17 8.81 11.36 0.00 842.44 248.84 0.00 [2020-10-27T16:46:16.531Z] 16:33:01 5.18 1.73 3.45 0.00 29.70 83.78 0.00 [2020-10-27T16:46:16.531Z] 16:34:01 0.57 0.02 0.55 0.00 0.13 9.96 0.00 [2020-10-27T16:46:16.531Z] 16:35:01 0.30 0.00 0.30 0.00 0.00 4.08 0.00 [2020-10-27T16:46:16.531Z] 16:36:01 1.85 1.65 0.20 0.00 58.43 3.53 0.00 [2020-10-27T16:46:16.531Z] 16:37:01 5.99 0.48 5.51 0.00 8.65 1085.83 0.00 [2020-10-27T16:46:16.531Z] 16:38:01 290.43 153.73 136.70 0.00 8056.89 33505.78 0.00 [2020-10-27T16:46:16.531Z] 16:39:02 32.33 4.69 27.64 0.00 245.17 498.01 0.00 [2020-10-27T16:46:16.531Z] 16:40:01 23.37 0.98 22.39 0.00 15.14 390.37 0.00 [2020-10-27T16:46:16.531Z] 16:41:01 24.58 0.37 24.21 0.00 7.05 404.94 0.00 [2020-10-27T16:46:16.531Z] 16:42:01 38.80 13.94 24.86 0.00 289.20 434.47 0.00 [2020-10-27T16:46:16.531Z] 16:43:01 24.16 0.25 23.91 0.00 6.38 411.55 0.00 [2020-10-27T16:46:16.531Z] 16:44:01 19.43 3.06 16.37 0.00 448.12 302.31 0.00 [2020-10-27T16:46:16.531Z] 16:45:02 228.22 72.89 155.33 0.00 5585.78 30532.69 0.00 [2020-10-27T16:46:16.531Z] 16:46:01 133.56 61.74 71.82 0.00 6144.72 18128.79 0.00 [2020-10-27T16:46:16.531Z] Average: 345.90 250.55 95.36 0.00 16322.83 28260.68 0.00 [2020-10-27T16:46:16.531Z] [2020-10-27T16:46:16.531Z] 16:21:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-10-27T16:46:16.531Z] 16:22:01 78908 0 531796 28.26 2620 1268232 1089132 37.17 515452 1123888 11932 [2020-10-27T16:46:16.531Z] 16:23:01 147060 0 645120 34.29 2620 1086756 1534136 52.36 603332 968748 61588 [2020-10-27T16:46:16.531Z] 16:24:01 73468 0 721104 38.32 1492 1085492 1536856 52.45 717828 857740 54200 [2020-10-27T16:46:16.531Z] 16:25:02 72424 0 833544 44.30 52 975536 2295596 78.34 758240 872836 61292 [2020-10-27T16:46:16.531Z] 16:26:03 68248 0 804340 42.75 0 1008968 2176096 74.27 763184 869896 13284 [2020-10-27T16:46:16.531Z] 16:27:02 360888 0 839720 44.63 0 680948 2729344 93.15 626244 676696 7028 [2020-10-27T16:46:16.531Z] 16:28:01 74168 0 749000 39.81 0 1058388 2123676 72.48 736068 888444 13224 [2020-10-27T16:46:16.531Z] 16:29:02 112616 0 807624 42.92 0 961316 3088652 105.41 704092 864364 92960 [2020-10-27T16:46:16.531Z] 16:30:03 376068 0 624564 33.19 0 880924 1354992 46.24 527612 770152 12236 [2020-10-27T16:46:16.531Z] 16:31:01 248160 0 623852 33.16 0 1009544 1434352 48.95 584708 837652 32 [2020-10-27T16:46:16.531Z] 16:32:01 222692 0 626532 33.30 0 1032332 1500516 51.21 682388 764140 28 [2020-10-27T16:46:16.531Z] 16:33:01 251536 0 597648 31.76 0 1032372 1312016 44.78 673404 746624 8 [2020-10-27T16:46:16.531Z] 16:34:01 265784 0 583392 31.01 0 1032380 1167616 39.85 663008 745644 8 [2020-10-27T16:46:16.531Z] 16:35:01 266288 0 582880 30.98 0 1032388 1167612 39.85 662888 745644 8 [2020-10-27T16:46:16.531Z] 16:36:01 264348 0 583732 31.02 0 1033476 1167616 39.85 663028 746712 8 [2020-10-27T16:46:16.531Z] 16:37:01 124672 0 614424 32.66 0 1142460 1365932 46.62 712416 834960 77008 [2020-10-27T16:46:16.531Z] 16:38:01 361216 0 617664 32.83 0 902676 1303532 44.49 624768 657904 64 [2020-10-27T16:46:16.531Z] 16:39:02 346072 0 626544 33.30 0 908940 1424132 48.60 637344 660848 48 [2020-10-27T16:46:16.531Z] 16:40:01 343384 0 629120 33.44 0 909052 1461424 49.88 639620 660652 44 [2020-10-27T16:46:16.531Z] 16:41:01 275260 0 697200 37.05 0 909096 2063352 70.42 708660 658220 16 [2020-10-27T16:46:16.531Z] 16:42:01 308352 0 663580 35.27 0 909624 1597992 54.54 671332 663056 52 [2020-10-27T16:46:16.531Z] 16:43:01 309188 0 662640 35.22 0 909728 1597892 54.53 672064 660768 36 [2020-10-27T16:46:16.531Z] 16:44:01 316512 0 642484 34.15 0 922560 1304328 44.51 646112 667900 40 [2020-10-27T16:46:16.531Z] 16:45:02 119544 0 723052 38.43 0 1038960 1429116 48.77 591616 852356 70352 [2020-10-27T16:46:16.531Z] 16:46:01 214480 0 739036 39.28 0 928040 1508580 51.49 544972 791580 89092 [2020-10-27T16:46:16.531Z] Average: 224053 0 670824 35.65 271 986408 1629380 55.61 653215 783497 22584 [2020-10-27T16:46:16.531Z] [2020-10-27T16:46:16.531Z] 16:21:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2020-10-27T16:46:16.531Z] 16:22:01 eth0 680.94 404.77 3382.40 74.08 0.00 0.00 0.00 0.00 [2020-10-27T16:46:16.531Z] 16:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-27T16:46:16.531Z] 16:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-27T16:46:16.531Z] 16:23:01 eth0 695.95 796.11 2991.23 103.92 0.00 0.00 0.00 0.00 [2020-10-27T16:46:16.531Z] 16:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-27T16:46:16.531Z] 16:23:01 docker0 744.63 619.49 63.99 2651.94 0.00 0.00 0.00 0.00 [2020-10-27T16:46:16.531Z] 16:24:01 eth0 574.74 424.61 4766.82 42.50 0.00 0.00 0.00 0.00 [2020-10-27T16:46:16.531Z] 16:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-27T16:46:16.531Z] 16:24:01 docker0 115.71 162.30 8.25 827.23 0.00 0.00 0.00 0.00 [2020-10-27T16:46:16.531Z] 16:25:02 eth0 197.37 164.93 1682.43 89.53 0.00 0.00 0.00 0.00 [2020-10-27T16:46:16.531Z] 16:25:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-27T16:46:16.531Z] 16:25:02 vethcd794c8 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2020-10-27T16:46:16.531Z] 16:25:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-27T16:46:16.531Z] 16:26:03 eth0 48.98 32.73 164.34 11.37 0.00 0.00 0.00 0.00 [2020-10-27T16:46:16.531Z] 16:26:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-27T16:46:16.531Z] 16:26:03 vethcd794c8 0.00 0.26 0.00 0.01 0.00 0.00 0.00 0.00 [2020-10-27T16:46:16.531Z] 16:26:03 docker0 16.02 24.99 0.88 145.55 0.00 0.00 0.00 0.00 [2020-10-27T16:46:16.531Z] 16:27:02 vethfe3b471 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 [2020-10-27T16:46:16.531Z] 16:27:02 vethab7b220 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 [2020-10-27T16:46:16.531Z] 16:27:02 vethb0b61bd 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 [2020-10-27T16:46:16.531Z] 16:27:02 eth0 35.22 26.51 51.94 10.64 0.00 0.00 0.00 0.00 [2020-10-27T16:46:16.531Z] 16:28:01 veth248f27c 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-27T16:46:16.531Z] 16:28:01 eth0 69.43 47.04 112.15 85.78 0.00 0.00 0.00 0.00 [2020-10-27T16:46:16.531Z] 16:28:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2020-10-27T16:46:16.531Z] 16:28:01 vethcd794c8 0.00 0.57 0.00 0.03 0.00 0.00 0.00 0.00 [2020-10-27T16:46:16.531Z] 16:29:02 vethf482512 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2020-10-27T16:46:16.531Z] 16:29:02 veth5438bbc 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2020-10-27T16:46:16.531Z] 16:29:02 vethc60bb3b 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2020-10-27T16:46:16.531Z] 16:29:02 eth0 53.42 43.94 84.56 80.57 0.00 0.00 0.00 0.00 [2020-10-27T16:46:16.531Z] 16:30:03 eth0 116.01 66.16 498.63 22.34 0.00 0.00 0.00 0.00 [2020-10-27T16:46:16.531Z] 16:30:03 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2020-10-27T16:46:16.532Z] 16:30:03 vethcd794c8 0.00 0.83 0.00 0.04 0.00 0.00 0.00 0.00 [2020-10-27T16:46:16.532Z] 16:30:03 docker0 924.63 896.42 75.80 4212.29 0.00 0.00 0.00 0.00 [2020-10-27T16:46:16.532Z] 16:31:01 eth0 150.03 142.45 131.32 454.63 0.00 0.00 0.00 0.00 [2020-10-27T16:46:16.532Z] 16:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-27T16:46:16.532Z] 16:31:01 docker0 4.90 7.42 0.55 57.93 0.00 0.00 0.00 0.00 [2020-10-27T16:46:16.532Z] 16:32:01 eth0 334.34 311.04 157.86 1153.24 0.00 0.00 0.00 0.00 [2020-10-27T16:46:16.532Z] 16:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-27T16:46:16.532Z] 16:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-27T16:46:16.532Z] 16:33:01 eth0 48.62 44.34 19.32 190.17 0.00 0.00 0.00 0.00 [2020-10-27T16:46:16.532Z] 16:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-27T16:46:16.532Z] 16:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-27T16:46:16.532Z] 16:34:01 eth0 0.03 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-27T16:46:16.532Z] 16:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-27T16:46:16.532Z] 16:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-27T16:46:16.532Z] 16:35:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2020-10-27T16:46:16.532Z] 16:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-27T16:46:16.532Z] 16:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-27T16:46:16.532Z] 16:36:01 eth0 0.40 0.08 0.04 0.01 0.00 0.00 0.00 0.00 [2020-10-27T16:46:16.532Z] 16:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-27T16:46:16.532Z] 16:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-27T16:46:16.532Z] 16:37:01 eth0 198.99 174.52 1821.94 13.88 0.00 0.00 0.00 0.00 [2020-10-27T16:46:16.532Z] 16:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-27T16:46:16.532Z] 16:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-27T16:46:16.532Z] 16:38:01 veth80e57e7 0.40 0.45 0.08 0.17 0.00 0.00 0.00 0.00 [2020-10-27T16:46:16.532Z] 16:38:01 eth0 274.88 238.30 2322.21 71.89 0.00 0.00 0.00 0.00 [2020-10-27T16:46:16.532Z] 16:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-27T16:46:16.532Z] 16:38:01 docker0 46.64 49.79 4.16 234.54 0.00 0.00 0.00 0.00 [2020-10-27T16:46:16.532Z] 16:39:02 veth4ec80b0 0.38 0.48 0.12 0.21 0.00 0.00 0.00 0.00 [2020-10-27T16:46:16.532Z] 16:39:02 eth0 88.30 69.47 93.19 82.89 0.00 0.00 0.00 0.00 [2020-10-27T16:46:16.532Z] 16:39:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-27T16:46:16.532Z] 16:39:02 docker0 3.39 2.93 0.73 1.44 0.00 0.00 0.00 0.00 [2020-10-27T16:46:16.532Z] 16:40:01 eth0 68.55 57.76 75.67 54.74 0.00 0.00 0.00 0.00 [2020-10-27T16:46:16.532Z] 16:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-27T16:46:16.532Z] 16:40:01 vethb17bccd 0.39 0.51 0.11 0.20 0.00 0.00 0.00 0.00 [2020-10-27T16:46:16.532Z] 16:40:01 docker0 3.13 2.97 0.91 1.48 0.00 0.00 0.00 0.00 [2020-10-27T16:46:16.532Z] 16:41:01 eth0 74.84 62.22 78.70 76.01 0.00 0.00 0.00 0.00 [2020-10-27T16:46:16.532Z] 16:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-27T16:46:16.532Z] 16:41:01 veth207bfc5 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-27T16:46:16.532Z] 16:41:01 docker0 2.94 2.64 0.74 1.30 0.00 0.00 0.00 0.00 [2020-10-27T16:46:16.532Z] 16:42:01 veth5f57809 0.56 0.80 0.20 0.31 0.00 0.00 0.00 0.00 [2020-10-27T16:46:16.532Z] 16:42:01 eth0 88.98 71.80 88.87 96.23 0.00 0.00 0.00 0.00 [2020-10-27T16:46:16.532Z] 16:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-27T16:46:16.532Z] 16:42:01 docker0 3.54 3.17 0.82 1.51 0.00 0.00 0.00 0.00 [2020-10-27T16:46:16.532Z] 16:43:01 veth170ba2f 0.45 0.45 0.12 0.20 0.00 0.00 0.00 0.00 [2020-10-27T16:46:16.532Z] 16:43:01 eth0 75.71 59.93 83.13 67.93 0.00 0.00 0.00 0.00 [2020-10-27T16:46:16.532Z] 16:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-27T16:46:16.532Z] 16:43:01 docker0 3.36 3.01 0.93 1.53 0.00 0.00 0.00 0.00 [2020-10-27T16:46:16.532Z] 16:44:01 eth0 69.54 53.41 67.90 72.50 0.00 0.00 0.00 0.00 [2020-10-27T16:46:16.532Z] 16:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-27T16:46:16.532Z] 16:44:01 docker0 1.99 1.86 0.56 0.94 0.00 0.00 0.00 0.00 [2020-10-27T16:46:16.532Z] 16:45:02 eth0 418.97 351.30 3431.56 87.18 0.00 0.00 0.00 0.00 [2020-10-27T16:46:16.532Z] 16:45:02 veth60668e3 20.90 31.31 1.43 210.34 0.00 0.00 0.00 0.00 [2020-10-27T16:46:16.532Z] 16:45:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-27T16:46:16.532Z] 16:45:02 docker0 20.90 31.18 1.14 210.33 0.00 0.00 0.00 0.00 [2020-10-27T16:46:16.532Z] 16:46:01 eth0 241.28 192.17 2195.16 65.22 0.00 0.00 0.00 0.00 [2020-10-27T16:46:16.532Z] 16:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-27T16:46:16.532Z] 16:46:01 docker0 2.48 1.92 0.61 0.78 0.00 0.00 0.00 0.00 [2020-10-27T16:46:16.532Z] Average: eth0 184.10 153.43 972.64 119.97 0.00 0.00 0.00 0.00 [2020-10-27T16:46:16.532Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-27T16:46:16.532Z] Average: docker0 40.80 40.21 3.48 189.32 0.00 0.00 0.00 0.00 [2020-10-27T16:46:16.532Z] [2020-10-27T16:46:16.532Z] [2020-10-27T16:46:16.532Z] ---> sar -P ALL: [2020-10-27T16:46:16.532Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/27/20 _x86_64_ (4 CPU) [2020-10-27T16:46:16.532Z] [2020-10-27T16:46:16.532Z] 16:20:30 LINUX RESTART (4 CPU) [2020-10-27T16:46:16.532Z] [2020-10-27T16:46:16.532Z] 16:21:02 CPU %user %nice %system %iowait %steal %idle [2020-10-27T16:46:16.532Z] 16:22:01 all 15.06 0.00 7.66 3.48 11.74 62.06 [2020-10-27T16:46:16.532Z] 16:22:01 0 13.62 0.00 7.24 4.42 13.00 61.72 [2020-10-27T16:46:16.532Z] 16:22:01 1 16.25 0.00 5.83 4.49 11.88 61.55 [2020-10-27T16:46:16.532Z] 16:22:01 2 12.27 0.00 10.92 1.60 10.90 64.30 [2020-10-27T16:46:16.532Z] 16:22:01 3 18.18 0.00 6.64 3.39 11.19 60.60 [2020-10-27T16:46:16.532Z] 16:23:01 all 8.36 0.00 3.77 0.74 11.68 75.45 [2020-10-27T16:46:16.532Z] 16:23:01 0 6.81 0.00 3.99 0.22 13.41 75.58 [2020-10-27T16:46:16.532Z] 16:23:01 1 11.01 0.00 4.99 1.89 11.56 70.55 [2020-10-27T16:46:16.532Z] 16:23:01 2 7.08 0.00 2.84 0.48 10.58 79.02 [2020-10-27T16:46:16.532Z] 16:23:01 3 8.53 0.00 3.29 0.38 11.18 76.62 [2020-10-27T16:46:16.532Z] 16:24:01 all 8.30 0.00 6.36 4.44 12.67 68.23 [2020-10-27T16:46:16.532Z] 16:24:01 0 8.52 0.00 6.70 4.44 13.21 67.12 [2020-10-27T16:46:16.532Z] 16:24:01 1 8.33 0.00 5.49 4.27 12.69 69.23 [2020-10-27T16:46:16.532Z] 16:24:01 2 7.15 0.00 6.07 5.09 12.07 69.63 [2020-10-27T16:46:16.532Z] 16:24:01 3 9.22 0.00 7.21 3.94 12.73 66.90 [2020-10-27T16:46:16.532Z] 16:25:02 all 8.56 0.00 9.00 4.42 16.74 61.28 [2020-10-27T16:46:16.532Z] 16:25:02 0 8.25 0.00 8.04 5.19 17.64 60.88 [2020-10-27T16:46:16.532Z] 16:25:02 1 7.14 0.00 9.03 4.41 16.47 62.95 [2020-10-27T16:46:16.532Z] 16:25:02 2 10.04 0.00 9.16 3.98 16.44 60.38 [2020-10-27T16:46:16.532Z] 16:25:02 3 8.82 0.00 9.77 4.10 16.39 60.92 [2020-10-27T16:46:16.532Z] 16:26:03 all 15.07 0.00 16.90 20.37 23.68 23.97 [2020-10-27T16:46:16.532Z] 16:26:03 0 14.11 0.00 14.44 20.79 23.97 26.69 [2020-10-27T16:46:16.532Z] 16:26:03 1 16.75 0.00 20.06 19.93 23.09 20.18 [2020-10-27T16:46:16.532Z] 16:26:03 2 15.41 0.00 17.15 20.98 23.68 22.78 [2020-10-27T16:46:16.532Z] 16:26:03 3 14.11 0.00 16.20 19.77 23.96 25.96 [2020-10-27T16:46:16.532Z] 16:27:02 all 61.93 0.00 15.29 6.30 12.35 4.13 [2020-10-27T16:46:16.532Z] 16:27:02 0 63.22 0.00 13.33 7.00 12.08 4.38 [2020-10-27T16:46:16.532Z] 16:27:02 1 63.64 0.00 16.26 4.91 12.31 2.88 [2020-10-27T16:46:16.532Z] 16:27:02 2 60.50 0.00 16.81 6.77 11.35 4.56 [2020-10-27T16:46:16.532Z] 16:27:02 3 60.30 0.00 14.78 6.49 13.70 4.72 [2020-10-27T16:46:16.532Z] 16:28:01 all 20.39 0.00 16.65 18.43 20.89 23.65 [2020-10-27T16:46:16.532Z] 16:28:01 0 18.90 0.00 14.85 17.97 21.61 26.67 [2020-10-27T16:46:16.532Z] 16:28:01 1 22.59 0.00 17.72 22.55 19.80 17.33 [2020-10-27T16:46:16.532Z] 16:28:01 2 17.66 0.00 16.86 16.79 20.61 28.08 [2020-10-27T16:46:16.532Z] 16:28:01 3 22.52 0.00 17.22 16.44 21.52 22.30 [2020-10-27T16:46:16.532Z] 16:29:02 all 29.13 0.00 16.63 20.53 21.50 12.20 [2020-10-27T16:46:16.532Z] 16:29:02 0 27.26 0.00 14.47 20.76 21.60 15.91 [2020-10-27T16:46:16.532Z] 16:29:02 1 31.54 0.00 19.51 18.99 20.37 9.59 [2020-10-27T16:46:16.532Z] 16:29:02 2 26.30 0.00 15.28 22.28 22.23 13.92 [2020-10-27T16:46:16.532Z] 16:29:02 3 31.61 0.00 17.40 20.04 21.78 9.18 [2020-10-27T16:46:16.532Z] 16:30:03 all 42.10 0.00 15.43 6.60 12.26 23.60 [2020-10-27T16:46:16.532Z] 16:30:03 0 42.18 0.00 15.87 6.54 13.11 22.30 [2020-10-27T16:46:16.532Z] 16:30:03 1 45.42 0.00 15.76 6.95 9.78 22.10 [2020-10-27T16:46:16.532Z] 16:30:03 2 39.00 0.00 13.51 7.24 14.03 26.22 [2020-10-27T16:46:16.532Z] 16:30:03 3 41.79 0.00 16.58 5.67 12.13 23.83 [2020-10-27T16:46:16.532Z] 16:31:01 all 6.34 0.00 3.38 3.65 9.43 77.20 [2020-10-27T16:46:16.532Z] 16:31:01 0 5.79 0.00 3.12 3.47 10.02 77.60 [2020-10-27T16:46:16.532Z] 16:31:01 1 8.03 0.00 4.03 2.56 9.38 75.99 [2020-10-27T16:46:16.532Z] 16:31:01 2 4.74 0.00 3.06 4.79 9.27 78.14 [2020-10-27T16:46:16.532Z] 16:31:01 3 6.81 0.00 3.32 3.78 9.03 77.06 [2020-10-27T16:46:16.532Z] 16:32:01 all 5.50 0.00 2.55 0.34 11.94 79.68 [2020-10-27T16:46:16.532Z] 16:32:01 0 5.47 0.00 2.95 0.29 13.22 78.06 [2020-10-27T16:46:16.532Z] 16:32:01 1 5.02 0.00 2.57 0.29 11.88 80.23 [2020-10-27T16:46:16.532Z] 16:32:01 2 6.02 0.00 2.11 0.39 11.90 79.58 [2020-10-27T16:46:16.532Z] 16:32:01 3 5.47 0.00 2.56 0.36 10.76 80.84 [2020-10-27T16:46:16.532Z] [2020-10-27T16:46:16.532Z] 16:32:01 CPU %user %nice %system %iowait %steal %idle [2020-10-27T16:46:16.532Z] 16:33:01 all 1.06 0.00 0.39 0.07 2.37 96.10 [2020-10-27T16:46:16.532Z] 16:33:01 0 1.49 0.00 0.46 0.18 2.68 95.19 [2020-10-27T16:46:16.532Z] 16:33:01 1 0.99 0.00 0.53 0.02 2.38 96.09 [2020-10-27T16:46:16.532Z] 16:33:01 2 1.01 0.00 0.28 0.08 2.38 96.26 [2020-10-27T16:46:16.532Z] 16:33:01 3 0.78 0.00 0.30 0.02 2.05 96.86 [2020-10-27T16:46:16.532Z] 16:34:01 all 0.13 0.00 0.06 0.00 0.29 99.53 [2020-10-27T16:46:16.532Z] 16:34:01 0 0.42 0.00 0.05 0.00 0.63 98.90 [2020-10-27T16:46:16.532Z] 16:34:01 1 0.02 0.00 0.07 0.00 0.20 99.72 [2020-10-27T16:46:16.532Z] 16:34:01 2 0.03 0.00 0.05 0.00 0.13 99.78 [2020-10-27T16:46:16.532Z] 16:34:01 3 0.05 0.00 0.07 0.00 0.18 99.70 [2020-10-27T16:46:16.532Z] 16:35:01 all 0.14 0.00 0.02 0.00 0.12 99.73 [2020-10-27T16:46:16.532Z] 16:35:01 0 0.43 0.00 0.02 0.00 0.22 99.33 [2020-10-27T16:46:16.533Z] 16:35:01 1 0.03 0.00 0.02 0.00 0.05 99.90 [2020-10-27T16:46:16.533Z] 16:35:01 2 0.05 0.00 0.02 0.00 0.05 99.88 [2020-10-27T16:46:16.533Z] 16:35:01 3 0.03 0.00 0.03 0.00 0.15 99.78 [2020-10-27T16:46:16.533Z] 16:36:01 all 0.12 0.00 0.06 0.03 0.20 99.58 [2020-10-27T16:46:16.533Z] 16:36:01 0 0.30 0.00 0.10 0.03 0.22 99.35 [2020-10-27T16:46:16.533Z] 16:36:01 1 0.08 0.00 0.03 0.00 0.08 99.80 [2020-10-27T16:46:16.533Z] 16:36:01 2 0.05 0.00 0.07 0.10 0.12 99.67 [2020-10-27T16:46:16.533Z] 16:36:01 3 0.05 0.00 0.05 0.00 0.40 99.50 [2020-10-27T16:46:16.533Z] 16:37:01 all 0.51 0.00 0.41 0.01 2.02 97.04 [2020-10-27T16:46:16.533Z] 16:37:01 0 0.50 0.00 0.55 0.00 1.94 97.01 [2020-10-27T16:46:16.533Z] 16:37:01 1 0.40 0.00 0.25 0.02 2.17 97.17 [2020-10-27T16:46:16.533Z] 16:37:01 2 0.73 0.00 0.42 0.02 2.09 96.75 [2020-10-27T16:46:16.533Z] 16:37:01 3 0.42 0.00 0.43 0.00 1.90 97.26 [2020-10-27T16:46:16.533Z] 16:38:01 all 6.40 0.00 5.61 3.95 11.20 72.84 [2020-10-27T16:46:16.533Z] 16:38:01 0 5.70 0.00 4.86 6.04 12.17 71.23 [2020-10-27T16:46:16.533Z] 16:38:01 1 6.94 0.00 5.55 2.65 10.87 73.99 [2020-10-27T16:46:16.533Z] 16:38:01 2 6.84 0.00 6.30 2.37 11.28 73.21 [2020-10-27T16:46:16.533Z] 16:38:01 3 6.10 0.00 5.76 4.75 10.46 72.92 [2020-10-27T16:46:16.533Z] 16:39:02 all 2.78 0.00 4.18 0.52 7.68 84.84 [2020-10-27T16:46:16.533Z] 16:39:02 0 2.48 0.00 4.74 0.25 7.84 84.69 [2020-10-27T16:46:16.533Z] 16:39:02 1 2.86 0.00 4.80 0.63 7.18 84.53 [2020-10-27T16:46:16.533Z] 16:39:02 2 2.57 0.00 3.11 0.41 8.36 85.55 [2020-10-27T16:46:16.533Z] 16:39:02 3 3.21 0.00 4.10 0.79 7.32 84.58 [2020-10-27T16:46:16.533Z] 16:40:01 all 1.99 0.00 3.58 0.60 10.59 83.24 [2020-10-27T16:46:16.533Z] 16:40:01 0 2.24 0.00 3.89 0.92 11.51 81.43 [2020-10-27T16:46:16.533Z] 16:40:01 1 1.84 0.00 3.77 0.28 10.33 83.78 [2020-10-27T16:46:16.533Z] 16:40:01 2 1.92 0.00 2.71 0.41 10.15 84.81 [2020-10-27T16:46:16.533Z] 16:40:01 3 1.96 0.00 3.94 0.80 10.36 82.94 [2020-10-27T16:46:16.533Z] 16:41:01 all 2.10 0.00 3.59 0.53 8.73 85.05 [2020-10-27T16:46:16.533Z] 16:41:01 0 2.50 0.00 4.68 1.00 8.71 83.11 [2020-10-27T16:46:16.533Z] 16:41:01 1 1.88 0.00 3.16 0.32 8.74 85.89 [2020-10-27T16:46:16.533Z] 16:41:01 2 2.04 0.00 2.90 0.52 9.22 85.33 [2020-10-27T16:46:16.533Z] 16:41:01 3 2.00 0.00 3.63 0.29 8.23 85.85 [2020-10-27T16:46:16.533Z] 16:42:01 all 2.87 0.00 3.79 0.99 6.42 85.93 [2020-10-27T16:46:16.533Z] 16:42:01 0 2.58 0.00 3.70 1.07 6.74 85.91 [2020-10-27T16:46:16.533Z] 16:42:01 1 3.16 0.00 4.41 1.77 6.24 84.41 [2020-10-27T16:46:16.533Z] 16:42:01 2 3.01 0.00 3.16 0.51 6.49 86.82 [2020-10-27T16:46:16.533Z] 16:42:01 3 2.74 0.00 3.89 0.60 6.21 86.56 [2020-10-27T16:46:16.533Z] 16:43:01 all 2.20 0.00 3.53 0.34 6.26 87.67 [2020-10-27T16:46:16.533Z] 16:43:01 0 2.20 0.00 2.97 0.35 6.54 87.94 [2020-10-27T16:46:16.533Z] 16:43:01 1 2.36 0.00 4.07 0.13 6.21 87.22 [2020-10-27T16:46:16.533Z] 16:43:01 2 1.84 0.00 2.77 0.35 6.13 88.92 [2020-10-27T16:46:16.533Z] 16:43:01 3 2.42 0.00 4.32 0.53 6.14 86.58 [2020-10-27T16:46:16.533Z] [2020-10-27T16:46:16.533Z] 16:43:01 CPU %user %nice %system %iowait %steal %idle [2020-10-27T16:46:16.533Z] 16:44:01 all 1.96 0.00 2.83 0.30 5.20 89.71 [2020-10-27T16:46:16.533Z] 16:44:01 0 2.15 0.00 2.80 0.25 5.60 89.19 [2020-10-27T16:46:16.533Z] 16:44:01 1 1.99 0.00 3.02 0.42 4.88 89.68 [2020-10-27T16:46:16.533Z] 16:44:01 2 2.05 0.00 2.72 0.31 5.18 89.74 [2020-10-27T16:46:16.533Z] 16:44:01 3 1.66 0.00 2.79 0.22 5.12 90.21 [2020-10-27T16:46:16.533Z] 16:45:02 all 7.84 0.00 6.88 2.05 15.42 67.82 [2020-10-27T16:46:16.533Z] 16:45:02 0 7.31 0.00 5.99 1.17 16.76 68.77 [2020-10-27T16:46:16.533Z] 16:45:02 1 9.63 0.00 8.19 4.40 15.44 62.33 [2020-10-27T16:46:16.533Z] 16:45:02 2 6.15 0.00 7.13 1.53 14.92 70.27 [2020-10-27T16:46:16.533Z] 16:45:02 3 8.29 0.00 6.20 1.11 14.56 69.85 [2020-10-27T16:46:16.533Z] 16:46:01 all 6.11 0.00 5.70 2.19 13.43 72.57 [2020-10-27T16:46:16.533Z] 16:46:01 0 7.37 0.00 5.51 2.09 14.28 70.76 [2020-10-27T16:46:16.533Z] 16:46:01 1 6.59 0.00 5.43 5.11 13.47 69.39 [2020-10-27T16:46:16.533Z] 16:46:01 2 4.70 0.00 6.01 0.49 12.81 75.99 [2020-10-27T16:46:16.533Z] 16:46:01 3 5.79 0.00 5.84 1.05 13.15 74.18 [2020-10-27T16:46:16.533Z] Average: all 9.58 0.00 5.94 3.84 10.04 70.60 [2020-10-27T16:46:16.533Z] Average: 0 9.45 0.00 5.65 4.04 10.64 70.22 [2020-10-27T16:46:16.533Z] Average: 1 10.21 0.00 6.30 4.05 9.73 69.70 [2020-10-27T16:46:16.533Z] Average: 2 8.92 0.00 5.82 3.71 9.95 71.61 [2020-10-27T16:46:16.533Z] Average: 3 9.74 0.00 5.99 3.57 9.82 70.87 [2020-10-27T16:46:16.533Z] [2020-10-27T16:46:16.533Z] [2020-10-27T16:46:16.533Z]