Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 70c918de78a758e1281f9e18824a6a08fc9647aa 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-8979 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/216 [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/216 # 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 70c918de78a758e1281f9e18824a6a08fc9647aa (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 70c918de78a758e1281f9e18824a6a08fc9647aa # timeout=10 Commit message: "Merge pull request #2822 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-secrets-0.0.25" > git rev-list --no-walk febaae0c9fd73676df4f52fdb547a6dfc7be537e # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-10-26T19:58:48.036Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-10-26T19:58:48.382Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-10-26T19:58:48.501Z] ========================================================= [2020-10-26T19:58:48.501Z] EdgeX Global Pipelines Version Info [2020-10-26T19:58:48.501Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-10-26T19:58:51.660Z] ------------------- [2020-10-26T19:58:51.660Z] stable info: [2020-10-26T19:58:51.660Z] ------------------- [2020-10-26T19:58:51.660Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-26T19:58:51.660Z] Commit SHA: f3f382fce060f16c10d6f597981912fab355381a [2020-10-26T19:58:51.660Z] Message: update stable to v1.0.148 [2020-10-26T19:58:52.621Z] ------------------- [2020-10-26T19:58:52.621Z] experimental info: [2020-10-26T19:58:52.621Z] ------------------- [2020-10-26T19:58:52.621Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-10-26T19:58:52.621Z] Commit SHA: 2701555fd48d7f7017006eef04e32eb767bac8dc [2020-10-26T19:58:52.621Z] Message: update experimental to v1.0.151 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-10-26T19:58:52.942Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-10-26T19:58:53.041Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-10-26T19:58:53.159Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-10-26T19:58:53.284Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-10-26T19:58:53.439Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-10-26T19:58:53.546Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-10-26T19:58:53.643Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-10-26T19:58:53.748Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-10-26T19:58:53.844Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-10-26T19:58:53.943Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-10-26T19:58:54.042Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-10-26T19:58:54.133Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-10-26T19:58:54.226Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-10-26T19:58:54.322Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-10-26T19:58:54.434Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-10-26T19:58:54.531Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-10-26T19:58:54.632Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-10-26T19:58:54.739Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-10-26T19:58:54.849Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-10-26T19:58:54.946Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-10-26T19:58:55.045Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-10-26T19:58:55.136Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-10-26T19:58:55.255Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-10-26T19:58:55.379Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-10-26T19:58:55.470Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 70c918de78a758e1281f9e18824a6a08fc9647aa [Pipeline] echo [2020-10-26T19:58:55.567Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 70c918d [Pipeline] echo [2020-10-26T19:58:55.661Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] sh [2020-10-26T19:58:56.091Z] ++ 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-26T19:58:56.091Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-26T19:58:56.091Z] ++ dirname cmd/core-command/Dockerfile [2020-10-26T19:58:56.091Z] ++ cut -d/ -f2 [2020-10-26T19:58:56.091Z] + echo core-command,cmd/core-command/Dockerfile [2020-10-26T19:58:56.091Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-26T19:58:56.091Z] ++ dirname cmd/core-data/Dockerfile [2020-10-26T19:58:56.091Z] ++ cut -d/ -f2 [2020-10-26T19:58:56.091Z] + echo core-data,cmd/core-data/Dockerfile [2020-10-26T19:58:56.091Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-26T19:58:56.091Z] ++ dirname cmd/core-metadata/Dockerfile [2020-10-26T19:58:56.091Z] ++ cut -d/ -f2 [2020-10-26T19:58:56.091Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-10-26T19:58:56.091Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-26T19:58:56.091Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-10-26T19:58:56.091Z] ++ cut -d/ -f2 [2020-10-26T19:58:56.091Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-10-26T19:58:56.091Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-26T19:58:56.091Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-10-26T19:58:56.091Z] ++ cut -d/ -f2 [2020-10-26T19:58:56.091Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-10-26T19:58:56.091Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-26T19:58:56.091Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-10-26T19:58:56.091Z] ++ cut -d/ -f2 [2020-10-26T19:58:56.091Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-10-26T19:58:56.091Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-26T19:58:56.091Z] ++ cut -d/ -f2 [2020-10-26T19:58:56.091Z] ++ dirname cmd/support-logging/Dockerfile [2020-10-26T19:58:56.091Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-10-26T19:58:56.091Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-26T19:58:56.091Z] ++ dirname cmd/support-notifications/Dockerfile [2020-10-26T19:58:56.091Z] ++ cut -d/ -f2 [2020-10-26T19:58:56.091Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-10-26T19:58:56.091Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-26T19:58:56.091Z] ++ cut -d/ -f2 [2020-10-26T19:58:56.091Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-10-26T19:58:56.091Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-10-26T19:58:56.091Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-26T19:58:56.091Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-10-26T19:58:56.091Z] ++ cut -d/ -f2 [2020-10-26T19:58:56.091Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-10-26T19:58:56.250Z] 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-26T19:58:57.936Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-26T19:58:58.209Z] [2020-10-26T19:58:58.209Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:58:58.673Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-26T19:58:58.958Z] latest: Pulling from edgex-devops/git-semver [2020-10-26T19:58:58.958Z] 31603596830f: Pulling fs layer [2020-10-26T19:58:58.958Z] 2a8b12db71e7: Pulling fs layer [2020-10-26T19:58:58.958Z] 6ca5941a6612: Pulling fs layer [2020-10-26T19:58:58.958Z] ecc8261a40a4: Pulling fs layer [2020-10-26T19:58:58.958Z] ecc8261a40a4: Waiting [2020-10-26T19:58:58.958Z] 2a8b12db71e7: Verifying Checksum [2020-10-26T19:58:58.958Z] 2a8b12db71e7: Download complete [2020-10-26T19:58:59.284Z] 31603596830f: Verifying Checksum [2020-10-26T19:58:59.284Z] 31603596830f: Download complete [2020-10-26T19:58:59.934Z] 6ca5941a6612: Verifying Checksum [2020-10-26T19:58:59.934Z] 6ca5941a6612: Download complete [2020-10-26T19:58:59.934Z] ecc8261a40a4: Verifying Checksum [2020-10-26T19:58:59.934Z] ecc8261a40a4: Download complete [2020-10-26T19:58:59.934Z] 31603596830f: Pull complete [2020-10-26T19:59:00.564Z] 2a8b12db71e7: Pull complete [2020-10-26T19:59:02.740Z] 6ca5941a6612: Pull complete [2020-10-26T19:59:03.012Z] ecc8261a40a4: Pull complete [2020-10-26T19:59:03.012Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-10-26T19:59:03.012Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-26T19:59:03.012Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-10-26T19:59:03.287Z] prd-centos7-docker-4c-2g-8979 does not seem to be running inside a container [2020-10-26T19:59:03.534Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/216 -v /w/workspace/edgex-go/216:/w/workspace/edgex-go/216:rw,z -v /w/workspace/edgex-go/216@tmp:/w/workspace/edgex-go/216@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T19:59:06.058Z] $ docker top dd695d1e5dc8a43dbf8ab622eef4ae029061e1eeb5d133cfbaca63ea39c159c1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-26T19:59:06.426Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-26T19:59:06.426Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-26T19:59:06.798Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-26T19:59:06.822Z] $ docker exec dd695d1e5dc8a43dbf8ab622eef4ae029061e1eeb5d133cfbaca63ea39c159c1 ssh-agent [2020-10-26T19:59:07.084Z] SSH_AUTH_SOCK=/tmp/ssh-xxEbjR0yffQF/agent.11 [2020-10-26T19:59:07.084Z] SSH_AGENT_PID=17 [2020-10-26T19:59:07.292Z] Running ssh-add (command line suppressed) [2020-10-26T19:59:07.571Z] Identity added: /w/workspace/edgex-go/216@tmp/private_key_8858026394079836593.key (/w/workspace/edgex-go/216@tmp/private_key_8858026394079836593.key) [2020-10-26T19:59:07.756Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-26T19:59:08.144Z] + git tag --points-at HEAD [Pipeline] } [2020-10-26T19:59:08.222Z] $ docker exec --env ******** --env ******** dd695d1e5dc8a43dbf8ab622eef4ae029061e1eeb5d133cfbaca63ea39c159c1 ssh-agent -k [2020-10-26T19:59:08.587Z] unset SSH_AUTH_SOCK; [2020-10-26T19:59:08.596Z] unset SSH_AGENT_PID; [2020-10-26T19:59:08.596Z] echo Agent pid 17 killed; [2020-10-26T19:59:08.662Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-10-26T19:59:08.810Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-26T19:59:08.810Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-26T19:59:09.359Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-26T19:59:09.385Z] $ docker exec dd695d1e5dc8a43dbf8ab622eef4ae029061e1eeb5d133cfbaca63ea39c159c1 ssh-agent [2020-10-26T19:59:09.869Z] SSH_AUTH_SOCK=/tmp/ssh-YP5InuQKnyzm/agent.46 [2020-10-26T19:59:09.869Z] SSH_AGENT_PID=51 [2020-10-26T19:59:09.898Z] Running ssh-add (command line suppressed) [2020-10-26T19:59:10.270Z] Identity added: /w/workspace/edgex-go/216@tmp/private_key_5289658261751738871.key (/w/workspace/edgex-go/216@tmp/private_key_5289658261751738871.key) [2020-10-26T19:59:10.364Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-26T19:59:10.762Z] + git semver init [2020-10-26T19:59:10.762Z] # -> Open(): unable to determine branch for HEAD [2020-10-26T19:59:10.762Z] # $GIT_DIR = /w/workspace/edgex-go/216/.git [2020-10-26T19:59:10.762Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/216 [2020-10-26T19:59:10.762Z] # $SEMVER_REMOTE_NAME = origin [2020-10-26T19:59:10.762Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-26T19:59:10.762Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-26T19:59:10.762Z] # $SEMVER_BRANCH = master [2020-10-26T19:59:10.762Z] # $SEMVER_TEMP = /tmp/semver-153252121 [2020-10-26T19:59:10.762Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-10-26T19:59:43.502Z] # '/tmp/semver-153252121' -> '/w/workspace/edgex-go/216/.semver' [2020-10-26T19:59:44.504Z] # -> Force: false [2020-10-26T19:59:44.504Z] # $SEMVER_DIR = /w/workspace/edgex-go/216/.semver [Pipeline] } [2020-10-26T19:59:44.537Z] $ docker exec --env ******** --env ******** dd695d1e5dc8a43dbf8ab622eef4ae029061e1eeb5d133cfbaca63ea39c159c1 ssh-agent -k [2020-10-26T19:59:44.818Z] unset SSH_AUTH_SOCK; [2020-10-26T19:59:44.822Z] unset SSH_AGENT_PID; [2020-10-26T19:59:44.823Z] echo Agent pid 51 killed; [2020-10-26T19:59:44.890Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-26T19:59:45.466Z] + git semver [Pipeline] } [2020-10-26T19:59:45.506Z] $ docker stop --time=1 dd695d1e5dc8a43dbf8ab622eef4ae029061e1eeb5d133cfbaca63ea39c159c1 [2020-10-26T19:59:47.391Z] $ docker rm -f dd695d1e5dc8a43dbf8ab622eef4ae029061e1eeb5d133cfbaca63ea39c159c1 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-26T19:59:48.130Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-10-26T19:59:49.079Z] Stashed 1 file(s) [Pipeline] echo [2020-10-26T19:59:49.083Z] [edgeXSemver]: initialized semver on version 1.2.2-dev.100 [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-26T19:59:49.750Z] ========================================================= [2020-10-26T19:59:49.750Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-10-26T19:59:49.750Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:59:50.164Z] + 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-26T19:59:56.966Z] Sending build context to Docker daemon 325.7MB [2020-10-26T19:59:56.966Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-26T19:59:56.966Z] Step 2/7 : FROM ${BASE} [2020-10-26T19:59:57.239Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-10-26T19:59:57.239Z] df20fa9351a1: Pulling fs layer [2020-10-26T19:59:57.239Z] ed8968b2872e: Pulling fs layer [2020-10-26T19:59:57.239Z] a92cc7c5fd73: Pulling fs layer [2020-10-26T19:59:57.239Z] e871e8e8d7a9: Pulling fs layer [2020-10-26T19:59:57.239Z] e73272ec9a57: Pulling fs layer [2020-10-26T19:59:57.239Z] 1e910a182e73: Pulling fs layer [2020-10-26T19:59:57.239Z] 4e634b169226: Pulling fs layer [2020-10-26T19:59:57.239Z] e73272ec9a57: Waiting [2020-10-26T19:59:57.239Z] 1e910a182e73: Waiting [2020-10-26T19:59:57.239Z] 4e634b169226: Waiting [2020-10-26T19:59:57.239Z] e871e8e8d7a9: Waiting [2020-10-26T19:59:57.239Z] a92cc7c5fd73: Verifying Checksum [2020-10-26T19:59:57.239Z] a92cc7c5fd73: Download complete [2020-10-26T19:59:57.239Z] ed8968b2872e: Verifying Checksum [2020-10-26T19:59:57.239Z] ed8968b2872e: Download complete [2020-10-26T19:59:57.845Z] e73272ec9a57: Verifying Checksum [2020-10-26T19:59:57.846Z] e73272ec9a57: Download complete [2020-10-26T19:59:57.846Z] 1e910a182e73: Download complete [2020-10-26T19:59:58.524Z] df20fa9351a1: Verifying Checksum [2020-10-26T19:59:58.524Z] df20fa9351a1: Download complete [2020-10-26T19:59:59.739Z] df20fa9351a1: Pull complete [2020-10-26T20:00:00.051Z] ed8968b2872e: Pull complete [2020-10-26T20:00:00.051Z] a92cc7c5fd73: Pull complete [2020-10-26T20:00:04.519Z] Still waiting to schedule task [2020-10-26T20:00:04.519Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-10-26T20:00:04.678Z] 4e634b169226: Verifying Checksum [2020-10-26T20:00:04.678Z] 4e634b169226: Download complete [2020-10-26T20:00:05.304Z] e871e8e8d7a9: Verifying Checksum [2020-10-26T20:00:05.304Z] e871e8e8d7a9: Download complete [2020-10-26T20:00:18.159Z] e871e8e8d7a9: Pull complete [2020-10-26T20:00:18.159Z] e73272ec9a57: Pull complete [2020-10-26T20:00:18.159Z] 1e910a182e73: Pull complete [2020-10-26T20:00:22.534Z] 4e634b169226: Pull complete [2020-10-26T20:00:22.535Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-10-26T20:00:22.535Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-10-26T20:00:22.535Z] ---> f7629b54cfaa [2020-10-26T20:00:22.535Z] 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-26T20:00:22.844Z] ---> Running in af38e82df794 [2020-10-26T20:00:23.825Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-26T20:00:24.863Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-26T20:00:25.661Z] (1/12) Installing libmagic (5.38-r0) [2020-10-26T20:00:25.987Z] (2/12) Installing file (5.38-r0) [2020-10-26T20:00:25.987Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-10-26T20:00:25.987Z] (4/12) Installing g++ (9.3.0-r2) [2020-10-26T20:00:58.854Z] (5/12) Installing fortify-headers (1.1-r0) [2020-10-26T20:00:58.854Z] (6/12) Installing patch (2.7.6-r6) [2020-10-26T20:00:58.854Z] (7/12) Installing build-base (0.5-r2) [2020-10-26T20:00:58.854Z] (8/12) Installing libsodium (1.0.18-r0) [2020-10-26T20:00:58.854Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-10-26T20:00:58.854Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-10-26T20:00:58.854Z] (11/12) Installing libzmq (4.3.3-r0) [2020-10-26T20:00:58.854Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-10-26T20:00:58.854Z] Executing busybox-1.31.1-r16.trigger [2020-10-26T20:00:58.854Z] OK: 233 MiB in 51 packages [2020-10-26T20:01:01.473Z] Removing intermediate container af38e82df794 [2020-10-26T20:01:01.473Z] ---> 14a15d68aae8 [2020-10-26T20:01:01.473Z] Step 4/7 : WORKDIR /edgex-go [2020-10-26T20:01:01.473Z] ---> Running in a4d2dce67ad9 [2020-10-26T20:01:01.473Z] Removing intermediate container a4d2dce67ad9 [2020-10-26T20:01:01.473Z] ---> 558b86e431aa [2020-10-26T20:01:01.473Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-10-26T20:01:01.768Z] latest: Pulling from library/docker [2020-10-26T20:01:02.389Z] 188c0c94c7c5: Pulling fs layer [2020-10-26T20:01:02.389Z] 0c7c675703d6: Pulling fs layer [2020-10-26T20:01:02.389Z] cc8c12a437cb: Pulling fs layer [2020-10-26T20:01:02.389Z] c5dafad2182a: Pulling fs layer [2020-10-26T20:01:02.389Z] 5aa711733414: Pulling fs layer [2020-10-26T20:01:02.389Z] 058f73b55e4b: Pulling fs layer [2020-10-26T20:01:02.389Z] 8c9c664faf12: Pulling fs layer [2020-10-26T20:01:02.389Z] c5dafad2182a: Waiting [2020-10-26T20:01:02.389Z] 5aa711733414: Waiting [2020-10-26T20:01:02.389Z] 058f73b55e4b: Waiting [2020-10-26T20:01:02.389Z] 8c9c664faf12: Waiting [2020-10-26T20:01:02.389Z] cc8c12a437cb: Verifying Checksum [2020-10-26T20:01:02.389Z] cc8c12a437cb: Download complete [2020-10-26T20:01:02.389Z] 0c7c675703d6: Verifying Checksum [2020-10-26T20:01:02.389Z] 0c7c675703d6: Download complete [2020-10-26T20:01:02.750Z] 188c0c94c7c5: Download complete [2020-10-26T20:01:02.750Z] 058f73b55e4b: Download complete [2020-10-26T20:01:03.150Z] 188c0c94c7c5: Pull complete [2020-10-26T20:01:03.150Z] 5aa711733414: Verifying Checksum [2020-10-26T20:01:03.150Z] 5aa711733414: Download complete [2020-10-26T20:01:03.150Z] 8c9c664faf12: Verifying Checksum [2020-10-26T20:01:03.150Z] 8c9c664faf12: Download complete [2020-10-26T20:01:03.150Z] 0c7c675703d6: Pull complete [2020-10-26T20:01:03.436Z] cc8c12a437cb: Pull complete [2020-10-26T20:01:04.516Z] c5dafad2182a: Verifying Checksum [2020-10-26T20:01:04.516Z] c5dafad2182a: Download complete [2020-10-26T20:01:08.883Z] c5dafad2182a: Pull complete [2020-10-26T20:01:08.883Z] 5aa711733414: Pull complete [2020-10-26T20:01:09.177Z] 058f73b55e4b: Pull complete [2020-10-26T20:01:09.177Z] 8c9c664faf12: Pull complete [2020-10-26T20:01:09.177Z] Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 [2020-10-26T20:01:09.473Z] Status: Downloaded newer image for docker:latest [2020-10-26T20:01:11.472Z] ---> 4a5fb2ed5c60 [2020-10-26T20:01:11.472Z] Step 6/7 : COPY go.mod . [2020-10-26T20:01:11.782Z] ---> ff4b952ccda9 [2020-10-26T20:01:11.782Z] Step 7/7 : RUN go mod download [2020-10-26T20:01:11.782Z] ---> Running in 5d1ae3c7fad0 [2020-10-26T20:01:38.754Z] Removing intermediate container 5d1ae3c7fad0 [2020-10-26T20:01:38.754Z] ---> 5439f577ff1b [2020-10-26T20:01:38.754Z] Successfully built 5439f577ff1b [2020-10-26T20:01:38.754Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:01:39.170Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-26T20:01:39.450Z] . [Pipeline] withDockerContainer [2020-10-26T20:01:39.649Z] prd-centos7-docker-4c-2g-8979 does not seem to be running inside a container [2020-10-26T20:01:39.755Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/216 -v /w/workspace/edgex-go/216:/w/workspace/edgex-go/216:rw,z -v /w/workspace/edgex-go/216@tmp:/w/workspace/edgex-go/216@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T20:01:40.916Z] $ docker top 8e5a6d7cc524b4e1ea0e20245ddf0d8184ec36daef4a80aae48e49a0b5c4a311 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-26T20:01:41.688Z] + go version [2020-10-26T20:01:41.688Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-10-26T20:01:41.721Z] $ docker stop --time=1 8e5a6d7cc524b4e1ea0e20245ddf0d8184ec36daef4a80aae48e49a0b5c4a311 [2020-10-26T20:01:43.344Z] $ docker rm -f 8e5a6d7cc524b4e1ea0e20245ddf0d8184ec36daef4a80aae48e49a0b5c4a311 [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-26T20:01:47.393Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-26T20:01:47.393Z] [2020-10-26T20:01:47.393Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:01:47.781Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-26T20:01:47.781Z] latest: Pulling from edgex-devops/edgex-compose [2020-10-26T20:01:47.781Z] cbdbe7a5bc2a: Pulling fs layer [2020-10-26T20:01:47.781Z] ca9280d653b3: Pulling fs layer [2020-10-26T20:01:47.781Z] 7e9c9ca2126c: Pulling fs layer [2020-10-26T20:01:48.591Z] cbdbe7a5bc2a: Verifying Checksum [2020-10-26T20:01:48.591Z] cbdbe7a5bc2a: Download complete [2020-10-26T20:01:48.944Z] cbdbe7a5bc2a: Pull complete [2020-10-26T20:01:49.436Z] ca9280d653b3: Verifying Checksum [2020-10-26T20:01:49.436Z] ca9280d653b3: Download complete [2020-10-26T20:01:51.332Z] ca9280d653b3: Pull complete [2020-10-26T20:01:52.835Z] 7e9c9ca2126c: Download complete [2020-10-26T20:02:03.058Z] 7e9c9ca2126c: Pull complete [2020-10-26T20:02:03.058Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-10-26T20:02:03.058Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-26T20:02:03.058Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-10-26T20:02:03.400Z] prd-centos7-docker-4c-2g-8979 does not seem to be running inside a container [2020-10-26T20:02:03.539Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/216 -v /w/workspace/edgex-go/216:/w/workspace/edgex-go/216:rw,z -v /w/workspace/edgex-go/216@tmp:/w/workspace/edgex-go/216@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T20:02:05.440Z] $ docker top 3d2d0756b875836c12d71af9809d0ce79de5e851c42ebf799442a79893b73d96 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-26T20:02:06.266Z] + docker-compose build --help [2020-10-26T20:02:06.266Z] + grep parallel [2020-10-26T20:02:07.209Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-8980 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2020-10-26T20:02:07.272Z] Running in /w/workspace/edgex-go/216 [Pipeline] { [Pipeline] checkout [2020-10-26T20:02:07.734Z] --parallel Build images in parallel. [Pipeline] } [2020-10-26T20:02:08.106Z] $ docker stop --time=1 3d2d0756b875836c12d71af9809d0ce79de5e851c42ebf799442a79893b73d96 [2020-10-26T20:02:10.655Z] $ docker rm -f 3d2d0756b875836c12d71af9809d0ce79de5e851c42ebf799442a79893b73d96 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:02:11.620Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-26T20:02:11.621Z] . [Pipeline] withDockerContainer [2020-10-26T20:02:12.074Z] prd-centos7-docker-4c-2g-8979 does not seem to be running inside a container [2020-10-26T20:02:12.249Z] $ 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/216 -v /w/workspace/edgex-go/216:/w/workspace/edgex-go/216:rw,z -v /w/workspace/edgex-go/216@tmp:/w/workspace/edgex-go/216@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T20:02:12.711Z] using credential edgex-jenkins-ssh [2020-10-26T20:02:12.771Z] Cloning the remote Git repository [2020-10-26T20:02:12.853Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-10-26T20:02:12.975Z] > git init /w/workspace/edgex-go/216 # timeout=10 [2020-10-26T20:02:13.051Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-26T20:02:13.052Z] > git --version # timeout=10 [2020-10-26T20:02:13.072Z] > git --version # 'git version 2.17.1' [2020-10-26T20:02:13.073Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-26T20:02:13.146Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-26T20:02:13.694Z] $ docker top 912a10a68b898b83e3146913311528282f76fbda9e89c6e80cbe7c4fa837fc59 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-26T20:02:15.022Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-10-26T20:02:16.555Z] Building docker-core-command-go ... [2020-10-26T20:02:16.555Z] Building docker-core-data-go ... [2020-10-26T20:02:16.555Z] Building docker-core-metadata-go ... [2020-10-26T20:02:16.555Z] Building docker-security-proxy-setup-go ... [2020-10-26T20:02:16.555Z] Building docker-security-secrets-setup-go ... [2020-10-26T20:02:16.555Z] Building docker-security-secretstore-setup-go ... [2020-10-26T20:02:16.555Z] Building docker-support-logging-go ... [2020-10-26T20:02:16.555Z] Building docker-support-notifications-go ... [2020-10-26T20:02:16.555Z] Building docker-support-scheduler-go ... [2020-10-26T20:02:16.555Z] Building docker-sys-mgmt-agent-go ... [2020-10-26T20:02:16.555Z] Building docker-core-command-go [2020-10-26T20:02:16.555Z] Building docker-support-scheduler-go [2020-10-26T20:02:16.555Z] Building docker-core-metadata-go [2020-10-26T20:02:16.555Z] Building docker-security-secrets-setup-go [2020-10-26T20:02:16.555Z] Building docker-support-logging-go [2020-10-26T20:02:31.392Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-26T20:02:31.424Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-26T20:02:31.449Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-26T20:02:31.500Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-26T20:02:31.501Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-26T20:02:31.514Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-26T20:02:32.095Z] Checking out Revision 70c918de78a758e1281f9e18824a6a08fc9647aa (master) [2020-10-26T20:02:32.125Z] > git config core.sparsecheckout # timeout=10 [2020-10-26T20:02:32.141Z] > git checkout -f 70c918de78a758e1281f9e18824a6a08fc9647aa # timeout=10 [2020-10-26T20:02:36.676Z] Commit message: "Merge pull request #2822 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-secrets-0.0.25" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-26T20:02:37.727Z] ========================================================= [2020-10-26T20:02:37.727Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-10-26T20:02:37.727Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:02:38.707Z] + 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-26T20:02:41.362Z] Sending build context to Docker daemon 165.2MB [2020-10-26T20:02:41.362Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-26T20:02:41.362Z] Step 2/7 : FROM ${BASE} [2020-10-26T20:02:41.640Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-10-26T20:02:41.640Z] b538f80385f9: Pulling fs layer [2020-10-26T20:02:41.640Z] 74f711af9a0d: Pulling fs layer [2020-10-26T20:02:41.640Z] 99f96fe45779: Pulling fs layer [2020-10-26T20:02:41.640Z] 8529a6b9a6be: Pulling fs layer [2020-10-26T20:02:41.640Z] 45590311c82a: Pulling fs layer [2020-10-26T20:02:41.640Z] 69ca0ff8b7b3: Pulling fs layer [2020-10-26T20:02:41.640Z] 209524e5b208: Pulling fs layer [2020-10-26T20:02:41.640Z] 45590311c82a: Waiting [2020-10-26T20:02:41.640Z] 8529a6b9a6be: Waiting [2020-10-26T20:02:41.640Z] 69ca0ff8b7b3: Waiting [2020-10-26T20:02:41.640Z] 209524e5b208: Waiting [2020-10-26T20:02:41.640Z] 99f96fe45779: Verifying Checksum [2020-10-26T20:02:41.640Z] 99f96fe45779: Download complete [2020-10-26T20:02:41.640Z] 74f711af9a0d: Verifying Checksum [2020-10-26T20:02:41.640Z] 74f711af9a0d: Download complete [2020-10-26T20:02:41.640Z] 45590311c82a: Verifying Checksum [2020-10-26T20:02:41.640Z] 45590311c82a: Download complete [2020-10-26T20:02:41.640Z] 69ca0ff8b7b3: Verifying Checksum [2020-10-26T20:02:41.917Z] 69ca0ff8b7b3: Download complete [2020-10-26T20:02:41.917Z] b538f80385f9: Verifying Checksum [2020-10-26T20:02:41.917Z] b538f80385f9: Download complete [2020-10-26T20:02:42.519Z] b538f80385f9: Pull complete [2020-10-26T20:02:43.139Z] 74f711af9a0d: Pull complete [2020-10-26T20:02:43.417Z] 99f96fe45779: Pull complete [2020-10-26T20:02:44.402Z] 209524e5b208: Verifying Checksum [2020-10-26T20:02:44.402Z] 209524e5b208: Download complete [2020-10-26T20:02:45.844Z] 8529a6b9a6be: Verifying Checksum [2020-10-26T20:02:45.844Z] 8529a6b9a6be: Download complete [2020-10-26T20:02:56.026Z] 8529a6b9a6be: Pull complete [2020-10-26T20:02:56.026Z] 45590311c82a: Pull complete [2020-10-26T20:02:56.624Z] 69ca0ff8b7b3: Pull complete [2020-10-26T20:03:00.028Z] 209524e5b208: Pull complete [2020-10-26T20:03:00.028Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-10-26T20:03:00.028Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-10-26T20:03:00.028Z] ---> 5bddaf1c2fca [2020-10-26T20:03:00.028Z] 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-26T20:03:03.433Z] ---> Running in 012e15503815 [2020-10-26T20:03:04.075Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-26T20:03:04.075Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-26T20:03:04.075Z] ---> 5439f577ff1b [2020-10-26T20:03:04.075Z] Step 3/22 : WORKDIR /edgex-go [2020-10-26T20:03:04.075Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-26T20:03:04.075Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-10-26T20:03:04.075Z] ---> 5439f577ff1b [2020-10-26T20:03:04.075Z] Step 3/29 : WORKDIR /edgex-go [2020-10-26T20:03:04.075Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-26T20:03:04.075Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-10-26T20:03:04.075Z] ---> 5439f577ff1b [2020-10-26T20:03:04.075Z] Step 3/21 : WORKDIR /edgex-go [2020-10-26T20:03:04.075Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-26T20:03:04.075Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-26T20:03:04.075Z] ---> 5439f577ff1b [2020-10-26T20:03:04.075Z] Step 3/22 : WORKDIR /edgex-go [2020-10-26T20:03:04.075Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-26T20:03:04.075Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-26T20:03:04.075Z] ---> 5439f577ff1b [2020-10-26T20:03:04.075Z] Step 3/22 : WORKDIR /edgex-go [2020-10-26T20:03:04.075Z] ---> Running in 0fde9e993f18 [2020-10-26T20:03:04.075Z] ---> Running in cbe97d3ab0c3 [2020-10-26T20:03:04.075Z] ---> Running in bcae62fae7a8 [2020-10-26T20:03:04.075Z] ---> Running in ab5e2136430a [2020-10-26T20:03:04.075Z] ---> Running in e7259910695c [2020-10-26T20:03:04.075Z] Removing intermediate container 0fde9e993f18 [2020-10-26T20:03:04.075Z] ---> d250f3c21020 [2020-10-26T20:03:04.075Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-26T20:03:04.075Z] Removing intermediate container e7259910695c [2020-10-26T20:03:04.075Z] ---> 86d06e535c23 [2020-10-26T20:03:04.075Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-26T20:03:04.075Z] Removing intermediate container cbe97d3ab0c3 [2020-10-26T20:03:04.075Z] ---> 0bf19cf8c676 [2020-10-26T20:03:04.075Z] Step 4/29 : RUN apk update && apk add make git [2020-10-26T20:03:04.075Z] Removing intermediate container ab5e2136430a [2020-10-26T20:03:04.075Z] ---> da5bf12f8998 [2020-10-26T20:03:04.075Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-26T20:03:04.075Z] Removing intermediate container bcae62fae7a8 [2020-10-26T20:03:04.075Z] ---> d94867a0ee82 [2020-10-26T20:03:04.075Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-26T20:03:04.075Z] ---> Running in eb93b5914a6a [2020-10-26T20:03:04.075Z] ---> Running in 277a4e662500 [2020-10-26T20:03:04.075Z] ---> Running in f61020a04407 [2020-10-26T20:03:04.075Z] ---> Running in cea65cb076db [2020-10-26T20:03:04.075Z] ---> Running in 66cb62ecae85 [2020-10-26T20:03:04.075Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-26T20:03:04.075Z] Removing intermediate container cea65cb076db [2020-10-26T20:03:04.075Z] ---> e63f1339e06a [2020-10-26T20:03:04.075Z] Step 5/22 : RUN apk update && apk add make git [2020-10-26T20:03:04.075Z] Removing intermediate container f61020a04407 [2020-10-26T20:03:04.075Z] ---> 202ac50db0bd [2020-10-26T20:03:04.075Z] Step 5/22 : RUN apk update && apk add make git [2020-10-26T20:03:04.075Z] Removing intermediate container eb93b5914a6a [2020-10-26T20:03:04.075Z] ---> aea3ed559e63 [2020-10-26T20:03:04.075Z] Step 5/21 : RUN apk update && apk add make git [2020-10-26T20:03:04.075Z] ---> Running in c11bae707010 [2020-10-26T20:03:04.075Z] Removing intermediate container 277a4e662500 [2020-10-26T20:03:04.075Z] ---> 74a501c4741f [2020-10-26T20:03:04.075Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-10-26T20:03:04.075Z] ---> Running in 409068e32ee2 [2020-10-26T20:03:04.075Z] ---> Running in 7da116090794 [2020-10-26T20:03:04.075Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-26T20:03:04.075Z] ---> Running in 0521ae1ab8a2 [2020-10-26T20:03:04.410Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-26T20:03:04.410Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-26T20:03:04.410Z] v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-26T20:03:04.410Z] OK: 12752 distinct packages available [2020-10-26T20:03:04.686Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-26T20:03:04.686Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-26T20:03:04.686Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-26T20:03:04.686Z] OK: 233 MiB in 51 packages [2020-10-26T20:03:05.420Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-26T20:03:05.469Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-26T20:03:05.469Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-26T20:03:05.469Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-26T20:03:05.742Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-26T20:03:05.742Z] Removing intermediate container 66cb62ecae85 [2020-10-26T20:03:05.742Z] ---> 4627dd7eb572 [2020-10-26T20:03:05.742Z] Step 5/29 : COPY go.mod . [2020-10-26T20:03:06.014Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-26T20:03:06.383Z] ---> 55109050f3ea [2020-10-26T20:03:06.383Z] Step 6/29 : RUN go mod download [2020-10-26T20:03:06.383Z] ---> Running in 7353492489ef [2020-10-26T20:03:06.383Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-26T20:03:06.383Z] v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-26T20:03:06.383Z] OK: 12752 distinct packages available [2020-10-26T20:03:06.685Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-26T20:03:06.685Z] v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-26T20:03:06.685Z] OK: 12752 distinct packages available [2020-10-26T20:03:06.685Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-26T20:03:06.685Z] v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-26T20:03:06.685Z] OK: 12752 distinct packages available [2020-10-26T20:03:06.984Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-26T20:03:06.984Z] v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-26T20:03:06.984Z] OK: 12752 distinct packages available [2020-10-26T20:03:06.984Z] OK: 233 MiB in 51 packages [2020-10-26T20:03:06.984Z] OK: 233 MiB in 51 packages [2020-10-26T20:03:06.984Z] OK: 233 MiB in 51 packages [2020-10-26T20:03:06.991Z] (1/12) Installing libmagic (5.38-r0) [2020-10-26T20:03:07.263Z] (2/12) Installing file (5.38-r0) [2020-10-26T20:03:07.263Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-10-26T20:03:07.291Z] OK: 233 MiB in 51 packages [2020-10-26T20:03:07.291Z] OK: 233 MiB in 51 packages [2020-10-26T20:03:07.534Z] (4/12) Installing g++ (9.3.0-r2) [2020-10-26T20:03:08.277Z] Removing intermediate container 7da116090794 [2020-10-26T20:03:08.277Z] ---> e761df871abd [2020-10-26T20:03:08.277Z] Step 6/22 : COPY go.mod . [2020-10-26T20:03:08.277Z] Removing intermediate container 409068e32ee2 [2020-10-26T20:03:08.277Z] ---> af9d7f4eb9b8 [2020-10-26T20:03:08.277Z] Step 6/21 : COPY go.mod . [2020-10-26T20:03:08.553Z] Removing intermediate container c11bae707010 [2020-10-26T20:03:08.553Z] ---> b044078d2d24 [2020-10-26T20:03:08.553Z] Step 6/22 : COPY go.mod . [2020-10-26T20:03:08.553Z] Removing intermediate container 0521ae1ab8a2 [2020-10-26T20:03:08.553Z] ---> 9574f9b5a747 [2020-10-26T20:03:08.553Z] Step 6/22 : COPY go.mod . [2020-10-26T20:03:08.553Z] ---> 4bf9ea4c4724 [2020-10-26T20:03:08.553Z] Step 7/22 : RUN go mod download [2020-10-26T20:03:08.553Z] ---> 5f67651f825d [2020-10-26T20:03:08.553Z] Step 7/21 : RUN go mod download [2020-10-26T20:03:08.832Z] ---> Running in f62b4104a76b [2020-10-26T20:03:08.832Z] ---> Running in 32e3cb29aff2 [2020-10-26T20:03:08.832Z] ---> 386c380fb26a [2020-10-26T20:03:08.832Z] Step 7/22 : RUN go mod download [2020-10-26T20:03:09.104Z] ---> Running in cf0834d6d488 [2020-10-26T20:03:09.407Z] ---> 349ecbda232a [2020-10-26T20:03:09.407Z] Step 7/22 : RUN go mod download [2020-10-26T20:03:09.407Z] ---> Running in ccac2c264de3 [2020-10-26T20:03:10.420Z] Removing intermediate container 7353492489ef [2020-10-26T20:03:10.420Z] ---> 846968da503f [2020-10-26T20:03:10.420Z] Step 7/29 : COPY . . [2020-10-26T20:03:10.930Z] (5/12) Installing fortify-headers (1.1-r0) [2020-10-26T20:03:10.930Z] (6/12) Installing patch (2.7.6-r6) [2020-10-26T20:03:10.930Z] (7/12) Installing build-base (0.5-r2) [2020-10-26T20:03:10.930Z] (8/12) Installing libsodium (1.0.18-r0) [2020-10-26T20:03:11.204Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-10-26T20:03:11.204Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-10-26T20:03:11.204Z] (11/12) Installing libzmq (4.3.3-r0) [2020-10-26T20:03:11.480Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-10-26T20:03:11.480Z] Executing busybox-1.31.1-r16.trigger [2020-10-26T20:03:11.480Z] OK: 217 MiB in 51 packages [2020-10-26T20:03:11.868Z] Removing intermediate container f62b4104a76b [2020-10-26T20:03:11.868Z] ---> 305b9712ff2d [2020-10-26T20:03:11.868Z] Step 8/21 : COPY . . [2020-10-26T20:03:15.793Z] Removing intermediate container 012e15503815 [2020-10-26T20:03:15.793Z] ---> b9bf6a5f67d1 [2020-10-26T20:03:15.793Z] Step 4/7 : WORKDIR /edgex-go [2020-10-26T20:03:15.793Z] ---> Running in a7682aaf9718 [2020-10-26T20:03:16.386Z] Removing intermediate container a7682aaf9718 [2020-10-26T20:03:16.386Z] ---> b38ac196b67e [2020-10-26T20:03:16.386Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-10-26T20:03:16.667Z] Removing intermediate container cf0834d6d488 [2020-10-26T20:03:16.667Z] ---> 67824ca15302 [2020-10-26T20:03:16.667Z] Step 8/22 : COPY . . [2020-10-26T20:03:16.980Z] latest: Pulling from library/docker [2020-10-26T20:03:17.257Z] 5f621e34cdf4: Pulling fs layer [2020-10-26T20:03:17.257Z] 85db56a05063: Pulling fs layer [2020-10-26T20:03:17.257Z] ccb67d6aeaaa: Pulling fs layer [2020-10-26T20:03:17.257Z] a0b19fc83503: Pulling fs layer [2020-10-26T20:03:17.257Z] 8eb508b41278: Pulling fs layer [2020-10-26T20:03:17.257Z] 37236713561e: Pulling fs layer [2020-10-26T20:03:17.257Z] 07c93f2b1b56: Pulling fs layer [2020-10-26T20:03:17.257Z] 8eb508b41278: Waiting [2020-10-26T20:03:17.257Z] 37236713561e: Waiting [2020-10-26T20:03:17.257Z] 07c93f2b1b56: Waiting [2020-10-26T20:03:17.257Z] a0b19fc83503: Waiting [2020-10-26T20:03:17.257Z] ccb67d6aeaaa: Verifying Checksum [2020-10-26T20:03:17.257Z] ccb67d6aeaaa: Download complete [2020-10-26T20:03:17.257Z] 85db56a05063: Verifying Checksum [2020-10-26T20:03:17.257Z] 85db56a05063: Download complete [2020-10-26T20:03:17.257Z] 5f621e34cdf4: Verifying Checksum [2020-10-26T20:03:17.257Z] 5f621e34cdf4: Download complete [2020-10-26T20:03:17.317Z] Removing intermediate container 32e3cb29aff2 [2020-10-26T20:03:17.317Z] ---> ea4f4ca3f44a [2020-10-26T20:03:17.317Z] Step 8/22 : COPY . . [2020-10-26T20:03:17.317Z] Removing intermediate container ccac2c264de3 [2020-10-26T20:03:17.317Z] ---> b26e0d0b4b2a [2020-10-26T20:03:17.317Z] Step 8/22 : COPY . . [2020-10-26T20:03:17.529Z] 8eb508b41278: Verifying Checksum [2020-10-26T20:03:17.529Z] 8eb508b41278: Download complete [2020-10-26T20:03:17.529Z] 37236713561e: Download complete [2020-10-26T20:03:17.529Z] 07c93f2b1b56: Verifying Checksum [2020-10-26T20:03:17.529Z] 07c93f2b1b56: Download complete [2020-10-26T20:03:18.137Z] 5f621e34cdf4: Pull complete [2020-10-26T20:03:18.740Z] 85db56a05063: Pull complete [2020-10-26T20:03:19.017Z] ccb67d6aeaaa: Pull complete [2020-10-26T20:03:19.017Z] a0b19fc83503: Verifying Checksum [2020-10-26T20:03:19.017Z] a0b19fc83503: Download complete [2020-10-26T20:03:22.418Z] a0b19fc83503: Pull complete [2020-10-26T20:03:22.693Z] 8eb508b41278: Pull complete [2020-10-26T20:03:22.977Z] 37236713561e: Pull complete [2020-10-26T20:03:23.249Z] 07c93f2b1b56: Pull complete [2020-10-26T20:03:23.249Z] Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 [2020-10-26T20:03:23.530Z] Status: Downloaded newer image for docker:latest [2020-10-26T20:03:26.932Z] ---> 24409e781243 [2020-10-26T20:03:26.932Z] Step 6/7 : COPY go.mod . [2020-10-26T20:03:27.536Z] ---> dce197a033ae [2020-10-26T20:03:27.537Z] Step 7/7 : RUN go mod download [2020-10-26T20:03:27.537Z] ---> Running in 0f9f4d8302de [2020-10-26T20:03:50.599Z] ---> 1400112b359d [2020-10-26T20:03:50.599Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-10-26T20:03:50.600Z] ---> 30d1b6a85f93 [2020-10-26T20:03:50.600Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-10-26T20:03:50.600Z] ---> 2a230a6cc276 [2020-10-26T20:03:50.600Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-10-26T20:03:51.200Z] ---> Running in 87b208f3d26a [2020-10-26T20:03:51.200Z] ---> Running in 379156bb3658 [2020-10-26T20:03:51.200Z] ---> Running in 866c6dcdc7aa [2020-10-26T20:03:51.200Z] ---> f1e69136d7c6 [2020-10-26T20:03:51.200Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-10-26T20:03:51.468Z] ---> 428899ee0a45 [2020-10-26T20:03:51.468Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-10-26T20:03:51.468Z] ---> Running in 3ea0d9a64111 [2020-10-26T20:03:51.742Z] ---> Running in ed98010c74c5 [2020-10-26T20:03:53.244Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.100" -o cmd/core-command/core-command ./cmd/core-command [2020-10-26T20:03:53.244Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.100" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-10-26T20:03:53.244Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.100" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-10-26T20:03:53.244Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.100" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-10-26T20:03:53.244Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.100" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-10-26T20:03:54.350Z] Removing intermediate container 0f9f4d8302de [2020-10-26T20:03:54.350Z] ---> 20885e10bd79 [2020-10-26T20:03:54.350Z] Successfully built 20885e10bd79 [2020-10-26T20:03:54.350Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:03:54.754Z] + docker inspect -f . ci-base-image-arm64 [2020-10-26T20:03:54.754Z] . [Pipeline] withDockerContainer [2020-10-26T20:03:55.040Z] prd-ubuntu18.04-docker-arm64-4c-16g-8980 does not seem to be running inside a container [2020-10-26T20:03:55.135Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/216 -v /w/workspace/edgex-go/216:/w/workspace/edgex-go/216:rw,z -v /w/workspace/edgex-go/216@tmp:/w/workspace/edgex-go/216@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T20:03:57.103Z] $ docker top a0bbacb05fe6be504b017f729ec89d38771c96b090c7d4bc7a08655b108395d1 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-26T20:03:58.543Z] + go version [2020-10-26T20:03:58.543Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-10-26T20:03:58.573Z] $ docker stop --time=1 a0bbacb05fe6be504b017f729ec89d38771c96b090c7d4bc7a08655b108395d1 [2020-10-26T20:04:00.513Z] $ docker rm -f a0bbacb05fe6be504b017f729ec89d38771c96b090c7d4bc7a08655b108395d1 [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-26T20:04:01.908Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-26T20:04:01.908Z] [2020-10-26T20:04:01.908Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:04:02.371Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-26T20:04:02.642Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-10-26T20:04:02.642Z] 29e5d40040c1: Pulling fs layer [2020-10-26T20:04:02.642Z] 1ce36da41761: Pulling fs layer [2020-10-26T20:04:02.642Z] 25b303627fd3: Pulling fs layer [2020-10-26T20:04:02.917Z] 29e5d40040c1: Verifying Checksum [2020-10-26T20:04:02.917Z] 29e5d40040c1: Download complete [2020-10-26T20:04:03.515Z] 1ce36da41761: Verifying Checksum [2020-10-26T20:04:03.515Z] 1ce36da41761: Download complete [2020-10-26T20:04:03.515Z] 29e5d40040c1: Pull complete [2020-10-26T20:04:04.954Z] 1ce36da41761: Pull complete [2020-10-26T20:04:04.954Z] 25b303627fd3: Verifying Checksum [2020-10-26T20:04:04.954Z] 25b303627fd3: Download complete [2020-10-26T20:04:15.116Z] 25b303627fd3: Pull complete [2020-10-26T20:04:15.116Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-10-26T20:04:15.116Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-26T20:04:15.116Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-10-26T20:04:15.360Z] prd-ubuntu18.04-docker-arm64-4c-16g-8980 does not seem to be running inside a container [2020-10-26T20:04:15.454Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/216 -v /w/workspace/edgex-go/216:/w/workspace/edgex-go/216:rw,z -v /w/workspace/edgex-go/216@tmp:/w/workspace/edgex-go/216@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T20:04:19.008Z] $ docker top 80383d46affa2539afea4b82a1c8280441518c2ca6bf8ac424faab9732f356bf -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-26T20:04:20.464Z] + grep parallel [2020-10-26T20:04:20.464Z] + docker-compose build --help [2020-10-26T20:04:23.881Z] --parallel Build images in parallel. [Pipeline] } [2020-10-26T20:04:23.911Z] $ docker stop --time=1 80383d46affa2539afea4b82a1c8280441518c2ca6bf8ac424faab9732f356bf [2020-10-26T20:04:25.922Z] $ docker rm -f 80383d46affa2539afea4b82a1c8280441518c2ca6bf8ac424faab9732f356bf [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:04:26.825Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-26T20:04:26.825Z] . [Pipeline] withDockerContainer [2020-10-26T20:04:27.077Z] prd-ubuntu18.04-docker-arm64-4c-16g-8980 does not seem to be running inside a container [2020-10-26T20:04:27.180Z] $ 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/216 -v /w/workspace/edgex-go/216:/w/workspace/edgex-go/216:rw,z -v /w/workspace/edgex-go/216@tmp:/w/workspace/edgex-go/216@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T20:04:28.771Z] $ docker top 5694122c78ec9aa0be5df8f23399b8e7c65684866dd5f9ad822c73353a21b1f0 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-26T20:04:29.883Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-10-26T20:04:34.233Z] Building docker-core-command-go ... [2020-10-26T20:04:34.233Z] Building docker-core-data-go ... [2020-10-26T20:04:34.233Z] Building docker-core-metadata-go ... [2020-10-26T20:04:34.233Z] Building docker-security-proxy-setup-go ... [2020-10-26T20:04:34.233Z] Building docker-security-secrets-setup-go ... [2020-10-26T20:04:34.233Z] Building docker-security-secretstore-setup-go ... [2020-10-26T20:04:34.233Z] Building docker-support-logging-go ... [2020-10-26T20:04:34.233Z] Building docker-support-notifications-go ... [2020-10-26T20:04:34.233Z] Building docker-support-scheduler-go ... [2020-10-26T20:04:34.233Z] Building docker-sys-mgmt-agent-go ... [2020-10-26T20:04:34.233Z] Building docker-core-metadata-go [2020-10-26T20:04:34.233Z] Building docker-support-logging-go [2020-10-26T20:04:34.233Z] Building docker-sys-mgmt-agent-go [2020-10-26T20:04:34.233Z] Building docker-core-data-go [2020-10-26T20:04:34.233Z] Building docker-security-secrets-setup-go [2020-10-26T20:04:40.555Z] Removing intermediate container 87b208f3d26a [2020-10-26T20:04:40.555Z] ---> ef8a76680447 [2020-10-26T20:04:40.555Z] [2020-10-26T20:04:40.555Z] Step 9/29 : FROM alpine:latest [2020-10-26T20:04:40.555Z] latest: Pulling from library/alpine [2020-10-26T20:04:40.556Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-10-26T20:04:40.556Z] Status: Downloaded newer image for alpine:latest [2020-10-26T20:04:40.556Z] ---> d6e46aa2470d [2020-10-26T20:04:40.556Z] 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-26T20:04:40.556Z] ---> Running in 664764f32fc7 [2020-10-26T20:04:40.556Z] Removing intermediate container 664764f32fc7 [2020-10-26T20:04:40.556Z] ---> 5c536bd05edc [2020-10-26T20:04:40.556Z] Step 11/29 : USER root [2020-10-26T20:04:40.556Z] Removing intermediate container ed98010c74c5 [2020-10-26T20:04:40.556Z] ---> f078a9ee3a73 [2020-10-26T20:04:40.556Z] [2020-10-26T20:04:40.556Z] Step 10/22 : FROM scratch [2020-10-26T20:04:40.556Z] ---> [2020-10-26T20:04:40.556Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-26T20:04:40.556Z] ---> Running in a09047d2e1c6 [2020-10-26T20:04:40.556Z] ---> Running in d8dbd0fde1fe [2020-10-26T20:04:40.556Z] Removing intermediate container a09047d2e1c6 [2020-10-26T20:04:40.556Z] ---> 6853b4be24e7 [2020-10-26T20:04:40.556Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-10-26T20:04:40.556Z] ---> Running in 5ff93f1dbe92 [2020-10-26T20:04:40.556Z] Removing intermediate container d8dbd0fde1fe [2020-10-26T20:04:40.556Z] ---> c9f1eec1af1d [2020-10-26T20:04:40.556Z] Step 12/22 : ENV APP_PORT=48061 [2020-10-26T20:04:40.556Z] ---> Running in 38820a9bcdf0 [2020-10-26T20:04:40.556Z] Removing intermediate container 38820a9bcdf0 [2020-10-26T20:04:40.556Z] ---> 2e41c71eb638 [2020-10-26T20:04:40.556Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-26T20:04:40.556Z] ---> Running in 414f616c3ec9 [2020-10-26T20:04:40.556Z] Removing intermediate container 414f616c3ec9 [2020-10-26T20:04:40.556Z] ---> abc6425a0096 [2020-10-26T20:04:40.556Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-10-26T20:04:40.556Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-26T20:04:40.556Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-26T20:04:40.556Z] ---> d6b7c19745cb [2020-10-26T20:04:40.556Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-10-26T20:04:40.556Z] v3.12.1-8-ge053f6efb7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-26T20:04:40.556Z] v3.12.1-5-g0954f48dc3 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-26T20:04:40.556Z] OK: 12744 distinct packages available [2020-10-26T20:04:40.839Z] (1/2) Installing ca-certificates (20191127-r4) [2020-10-26T20:04:40.839Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-10-26T20:04:40.839Z] Executing busybox-1.31.1-r19.trigger [2020-10-26T20:04:41.132Z] Executing ca-certificates-20191127-r4.trigger [2020-10-26T20:04:42.121Z] OK: 6 MiB in 16 packages [2020-10-26T20:04:43.722Z] ---> 215d2d314e9a [2020-10-26T20:04:43.722Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-10-26T20:04:45.106Z] Removing intermediate container 379156bb3658 [2020-10-26T20:04:45.106Z] ---> 71cb3fd50fd3 [2020-10-26T20:04:45.106Z] [2020-10-26T20:04:45.106Z] Step 10/21 : FROM scratch [2020-10-26T20:04:45.106Z] ---> [2020-10-26T20:04:45.106Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-26T20:04:45.106Z] ---> 0614d88888bc [2020-10-26T20:04:45.106Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-10-26T20:04:45.106Z] ---> Running in e59cb4eead43 [2020-10-26T20:04:45.383Z] Removing intermediate container 866c6dcdc7aa [2020-10-26T20:04:45.383Z] ---> fc7b37f59ebb [2020-10-26T20:04:45.383Z] [2020-10-26T20:04:45.383Z] Step 10/22 : FROM scratch [2020-10-26T20:04:45.383Z] ---> [2020-10-26T20:04:45.383Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-26T20:04:45.677Z] ---> Running in 18dd5a714555 [2020-10-26T20:04:45.677Z] Removing intermediate container e59cb4eead43 [2020-10-26T20:04:45.677Z] ---> af39ad82871d [2020-10-26T20:04:45.677Z] Step 12/21 : ENV APP_PORT=48085 [2020-10-26T20:04:45.959Z] Removing intermediate container 5ff93f1dbe92 [2020-10-26T20:04:45.959Z] ---> 0adebde289a4 [2020-10-26T20:04:45.959Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-10-26T20:04:45.959Z] ---> Running in 11f33a981e8d [2020-10-26T20:04:46.609Z] ---> 0c954649438a [2020-10-26T20:04:46.609Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-10-26T20:04:48.051Z] Removing intermediate container 18dd5a714555 [2020-10-26T20:04:48.051Z] ---> 7dd121ae460a [2020-10-26T20:04:48.051Z] Step 12/22 : ENV APP_PORT=48082 [2020-10-26T20:04:48.051Z] ---> Running in 9c4e2bfcfc75 [2020-10-26T20:04:48.051Z] ---> Running in 7ab96719a36d [2020-10-26T20:04:48.051Z] Removing intermediate container 11f33a981e8d [2020-10-26T20:04:48.051Z] ---> 0d0786a8e67f [2020-10-26T20:04:48.051Z] Step 13/21 : EXPOSE $APP_PORT [2020-10-26T20:04:48.328Z] ---> Running in 69bf83f504eb [2020-10-26T20:04:49.300Z] ---> Running in 6f11cb7f3933 [2020-10-26T20:04:49.301Z] Removing intermediate container 3ea0d9a64111 [2020-10-26T20:04:49.301Z] ---> 744b917cc3a6 [2020-10-26T20:04:49.301Z] [2020-10-26T20:04:49.301Z] Step 10/22 : FROM scratch [2020-10-26T20:04:49.301Z] ---> [2020-10-26T20:04:49.301Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-26T20:04:49.301Z] Removing intermediate container 9c4e2bfcfc75 [2020-10-26T20:04:49.301Z] ---> 8932ee5fa617 [2020-10-26T20:04:49.301Z] Step 14/29 : WORKDIR $BASE_DIR [2020-10-26T20:04:49.301Z] ---> Using cache [2020-10-26T20:04:49.301Z] ---> 7dd121ae460a [2020-10-26T20:04:49.301Z] Step 12/22 : ENV APP_PORT=48081 [2020-10-26T20:04:49.301Z] Removing intermediate container 7ab96719a36d [2020-10-26T20:04:49.301Z] ---> af580944f6ca [2020-10-26T20:04:49.301Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-26T20:04:49.301Z] Removing intermediate container 69bf83f504eb [2020-10-26T20:04:49.301Z] ---> b49e8c883de6 [2020-10-26T20:04:49.301Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-26T20:04:49.301Z] ---> Running in 469b36487f16 [2020-10-26T20:04:49.571Z] ---> Running in 4a26e5a5a206 [2020-10-26T20:04:49.571Z] ---> Running in 91250d1c6fa1 [2020-10-26T20:04:49.571Z] ---> Running in 1993051cf2db [2020-10-26T20:04:49.571Z] Removing intermediate container 6f11cb7f3933 [2020-10-26T20:04:49.571Z] ---> 4e9aedfd4f92 [2020-10-26T20:04:49.571Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-10-26T20:04:49.839Z] Removing intermediate container 469b36487f16 [2020-10-26T20:04:49.839Z] ---> 922fe360b8fe [2020-10-26T20:04:49.839Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-26T20:04:49.839Z] Removing intermediate container 1993051cf2db [2020-10-26T20:04:49.839Z] ---> 1d3f643eeba8 [2020-10-26T20:04:49.839Z] Step 14/22 : WORKDIR / [2020-10-26T20:04:49.839Z] Removing intermediate container 91250d1c6fa1 [2020-10-26T20:04:49.839Z] ---> 06183ff73523 [2020-10-26T20:04:49.839Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-10-26T20:04:49.839Z] ---> Running in ad78c3540e20 [2020-10-26T20:04:50.109Z] Removing intermediate container 4a26e5a5a206 [2020-10-26T20:04:50.109Z] ---> 9486acb15aa0 [2020-10-26T20:04:50.109Z] Step 20/22 : LABEL arch=x86_64 [2020-10-26T20:04:50.109Z] ---> Running in 1ee29bd7efa4 [2020-10-26T20:04:50.109Z] ---> Running in 5ad340f1671a [2020-10-26T20:04:50.109Z] ---> Running in c200cc8e7fe0 [2020-10-26T20:04:50.109Z] ---> 617fb53479ed [2020-10-26T20:04:50.109Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-10-26T20:04:50.385Z] Removing intermediate container ad78c3540e20 [2020-10-26T20:04:50.385Z] ---> 75ad53f95d9f [2020-10-26T20:04:50.385Z] Step 14/22 : WORKDIR / [2020-10-26T20:04:50.727Z] Removing intermediate container 1ee29bd7efa4 [2020-10-26T20:04:50.727Z] ---> 3acac6deba8b [2020-10-26T20:04:50.727Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-10-26T20:04:50.727Z] ---> Running in d32652923a3b [2020-10-26T20:04:50.727Z] Removing intermediate container c200cc8e7fe0 [2020-10-26T20:04:50.727Z] ---> 21b35700e662 [2020-10-26T20:04:50.728Z] Step 21/22 : LABEL git_sha=70c918de78a758e1281f9e18824a6a08fc9647aa [2020-10-26T20:04:51.026Z] ---> Running in beadb2bfedba [2020-10-26T20:04:51.335Z] Removing intermediate container d32652923a3b [2020-10-26T20:04:51.335Z] ---> 8ebe3ec7afb7 [2020-10-26T20:04:51.335Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-10-26T20:04:51.335Z] ---> f98696e8070a [2020-10-26T20:04:51.335Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-10-26T20:04:51.335Z] ---> 913a624b8360 [2020-10-26T20:04:51.335Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-10-26T20:04:51.622Z] Removing intermediate container beadb2bfedba [2020-10-26T20:04:51.622Z] ---> fe767340c601 [2020-10-26T20:04:51.622Z] Step 22/22 : LABEL version=1.2.2-dev.100 [2020-10-26T20:04:51.909Z] ---> Running in 6f64290efb49 [2020-10-26T20:04:52.185Z] ---> 37555575452f [2020-10-26T20:04:52.185Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-10-26T20:04:52.185Z] ---> 422504c14d23 [2020-10-26T20:04:52.185Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-10-26T20:04:52.185Z] Removing intermediate container 6f64290efb49 [2020-10-26T20:04:52.185Z] ---> 12b989555083 [2020-10-26T20:04:52.185Z] [2020-10-26T20:04:52.185Z] ---> Running in 75592af97af2 [2020-10-26T20:04:52.487Z] Removing intermediate container 5ad340f1671a [2020-10-26T20:04:52.487Z] ---> c1ab8af34483 [2020-10-26T20:04:52.487Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-10-26T20:04:52.772Z] ---> fd46abf333da [2020-10-26T20:04:52.772Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-10-26T20:04:52.772Z] Removing intermediate container 75592af97af2 [2020-10-26T20:04:52.772Z] ---> 06177fb614d1 [2020-10-26T20:04:52.772Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-26T20:04:53.070Z] Successfully built 12b989555083 [2020-10-26T20:04:53.070Z] Successfully tagged docker-support-logging-go:latest [2020-10-26T20:04:53.070Z]  Building docker-support-logging-go ... done Building docker-core-data-go [2020-10-26T20:04:53.070Z] ---> Running in a094eb86370e [2020-10-26T20:04:53.345Z] ---> 32b45a1e8149 [2020-10-26T20:04:53.345Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-10-26T20:04:53.345Z] ---> 0d152b29babb [2020-10-26T20:04:53.345Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-10-26T20:04:53.345Z] ---> d4bf5d2113dd [2020-10-26T20:04:53.345Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-10-26T20:04:53.345Z] ---> Running in 5f42601423a0 [2020-10-26T20:04:53.345Z] Removing intermediate container a094eb86370e [2020-10-26T20:04:53.345Z] ---> a9a92639720a [2020-10-26T20:04:53.345Z] Step 19/21 : LABEL arch=x86_64 [2020-10-26T20:04:53.613Z] ---> Running in 27119c1ab639 [2020-10-26T20:04:53.947Z] Removing intermediate container 5f42601423a0 [2020-10-26T20:04:53.947Z] ---> 6f4077eb5395 [2020-10-26T20:04:53.947Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-26T20:04:54.226Z] ---> 238d02f29b61 [2020-10-26T20:04:54.226Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-10-26T20:04:54.500Z] Removing intermediate container 27119c1ab639 [2020-10-26T20:04:54.500Z] ---> c619d87677c9 [2020-10-26T20:04:54.500Z] Step 20/21 : LABEL git_sha=70c918de78a758e1281f9e18824a6a08fc9647aa [2020-10-26T20:04:54.500Z] ---> 3977fb5a1888 [2020-10-26T20:04:54.500Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-10-26T20:04:55.105Z] ---> Running in 25563a9b6d42 [2020-10-26T20:04:55.105Z] ---> Running in ab9512cc6d0b [2020-10-26T20:04:55.105Z] ---> Running in 402f9c78fd55 [2020-10-26T20:04:57.119Z] Removing intermediate container 25563a9b6d42 [2020-10-26T20:04:57.119Z] ---> 52be1d79ce81 [2020-10-26T20:04:57.119Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-26T20:04:57.119Z] Removing intermediate container ab9512cc6d0b [2020-10-26T20:04:57.119Z] ---> 3201d738691e [2020-10-26T20:04:57.119Z] Step 20/22 : LABEL arch=x86_64 [2020-10-26T20:04:57.119Z] Removing intermediate container 402f9c78fd55 [2020-10-26T20:04:57.119Z] ---> fcc7b70afded [2020-10-26T20:04:57.119Z] Step 21/21 : LABEL version=1.2.2-dev.100 [2020-10-26T20:04:57.119Z] ---> 43de2380d304 [2020-10-26T20:04:57.119Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-10-26T20:04:57.119Z] ---> Running in 1a09d736c9d2 [2020-10-26T20:04:57.119Z] ---> Running in 978395e1bd33 [2020-10-26T20:04:57.717Z] ---> Running in 543a8a04766a [2020-10-26T20:04:57.717Z] Removing intermediate container 1a09d736c9d2 [2020-10-26T20:04:57.717Z] ---> 923475de27e4 [2020-10-26T20:04:57.717Z] Step 21/22 : LABEL git_sha=70c918de78a758e1281f9e18824a6a08fc9647aa [2020-10-26T20:04:57.717Z] Removing intermediate container 978395e1bd33 [2020-10-26T20:04:57.717Z] ---> 74c17307d3fd [2020-10-26T20:04:57.717Z] Step 20/22 : LABEL arch=x86_64 [2020-10-26T20:04:58.010Z] ---> Running in 6e8b4ec2eb4c [2020-10-26T20:04:58.010Z] ---> ed25fdd9fb27 [2020-10-26T20:04:58.010Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-10-26T20:04:58.010Z] ---> Running in 01f5baf06882 [2020-10-26T20:04:58.010Z] Removing intermediate container 543a8a04766a [2020-10-26T20:04:58.010Z] ---> 5c2d6548c850 [2020-10-26T20:04:58.010Z] [2020-10-26T20:04:58.650Z] Successfully built 5c2d6548c850 [2020-10-26T20:04:58.650Z] Successfully tagged docker-support-scheduler-go:latest [2020-10-26T20:04:58.650Z] Building docker-security-secretstore-setup-go [2020-10-26T20:04:58.963Z]  Building docker-support-scheduler-go ... done  ---> 76657fdbbe35 [2020-10-26T20:04:58.963Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-10-26T20:04:58.963Z] Removing intermediate container 6e8b4ec2eb4c [2020-10-26T20:04:58.963Z] ---> 76e4944f2043 [2020-10-26T20:04:58.963Z] Step 22/22 : LABEL version=1.2.2-dev.100 [2020-10-26T20:04:58.963Z] Removing intermediate container 01f5baf06882 [2020-10-26T20:04:58.963Z] ---> 5be7792bc2ad [2020-10-26T20:04:58.963Z] Step 21/22 : LABEL git_sha=70c918de78a758e1281f9e18824a6a08fc9647aa [2020-10-26T20:04:58.963Z] ---> Running in 639217acef42 [2020-10-26T20:04:58.963Z] ---> Running in e42cda32d62e [2020-10-26T20:04:58.963Z] ---> Running in cf0caf3a4169 [2020-10-26T20:05:00.538Z] Removing intermediate container 639217acef42 [2020-10-26T20:05:00.538Z] ---> 1b8bece96eef [2020-10-26T20:05:00.538Z] [2020-10-26T20:05:00.538Z] Removing intermediate container cf0caf3a4169 [2020-10-26T20:05:00.538Z] ---> 5ce53e16212d [2020-10-26T20:05:00.538Z] Step 22/22 : LABEL version=1.2.2-dev.100 [2020-10-26T20:05:01.283Z] Successfully built 1b8bece96eef [2020-10-26T20:05:01.283Z] Successfully tagged docker-core-command-go:latest [2020-10-26T20:05:01.283Z]  Building docker-core-command-go ... done Building docker-sys-mgmt-agent-go [2020-10-26T20:05:02.166Z] ---> Running in 97687fc05a0a [2020-10-26T20:05:02.854Z] Removing intermediate container 97687fc05a0a [2020-10-26T20:05:02.854Z] ---> 8901a82f4009 [2020-10-26T20:05:02.854Z] [2020-10-26T20:05:03.955Z] Successfully built 8901a82f4009 [2020-10-26T20:05:04.248Z] Successfully tagged docker-core-metadata-go:latest [2020-10-26T20:05:04.248Z] Building docker-support-notifications-go [2020-10-26T20:05:04.248Z]  Building docker-core-metadata-go ... done Removing intermediate container e42cda32d62e [2020-10-26T20:05:04.248Z] ---> f821510b55df [2020-10-26T20:05:04.248Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-10-26T20:05:06.711Z] ---> 12cb57ef5ace [2020-10-26T20:05:06.711Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-26T20:05:07.329Z] ---> Running in 08b3fbc229f7 [2020-10-26T20:05:11.071Z] Removing intermediate container 08b3fbc229f7 [2020-10-26T20:05:11.071Z] ---> 53937b4983c5 [2020-10-26T20:05:11.071Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-10-26T20:05:11.705Z] ---> Running in 9430158c7395 [2020-10-26T20:05:15.243Z] Removing intermediate container 9430158c7395 [2020-10-26T20:05:15.243Z] ---> b3ef049b1838 [2020-10-26T20:05:15.243Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-10-26T20:05:15.530Z] ---> Running in 56891e523b79 [2020-10-26T20:05:16.866Z] Removing intermediate container 56891e523b79 [2020-10-26T20:05:16.866Z] ---> 20a611a43b9b [2020-10-26T20:05:16.866Z] Step 26/29 : CMD [ "generate" ] [2020-10-26T20:05:17.246Z] ---> Running in 88cec3f67e0f [2020-10-26T20:05:17.871Z] Removing intermediate container 88cec3f67e0f [2020-10-26T20:05:17.871Z] ---> 9ebaec26882f [2020-10-26T20:05:17.871Z] Step 27/29 : LABEL arch=x86_64 [2020-10-26T20:05:18.939Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-26T20:05:18.939Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-10-26T20:05:18.939Z] ---> 5439f577ff1b [2020-10-26T20:05:18.939Z] Step 3/23 : WORKDIR /edgex-go [2020-10-26T20:05:18.939Z] ---> Using cache [2020-10-26T20:05:18.939Z] ---> d94867a0ee82 [2020-10-26T20:05:18.939Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-26T20:05:18.939Z] ---> Using cache [2020-10-26T20:05:18.939Z] ---> 202ac50db0bd [2020-10-26T20:05:18.939Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-10-26T20:05:20.071Z] ---> Running in c64796e8d2dc [2020-10-26T20:05:20.684Z] ---> Running in 2cfeeebf5cfb [2020-10-26T20:05:20.955Z] Removing intermediate container c64796e8d2dc [2020-10-26T20:05:20.955Z] ---> 0e7c3422d9e3 [2020-10-26T20:05:20.955Z] Step 28/29 : LABEL git_sha=70c918de78a758e1281f9e18824a6a08fc9647aa [2020-10-26T20:05:21.205Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-26T20:05:21.205Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-10-26T20:05:21.205Z] ---> 20885e10bd79 [2020-10-26T20:05:21.205Z] Step 3/23 : WORKDIR /edgex-go [2020-10-26T20:05:21.205Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-26T20:05:21.205Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-26T20:05:21.205Z] ---> 20885e10bd79 [2020-10-26T20:05:21.205Z] Step 3/22 : WORKDIR /edgex-go [2020-10-26T20:05:21.205Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-26T20:05:21.205Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-26T20:05:21.205Z] ---> 20885e10bd79 [2020-10-26T20:05:21.205Z] Step 3/22 : WORKDIR /edgex-go [2020-10-26T20:05:21.205Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-26T20:05:21.205Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-10-26T20:05:21.205Z] ---> 20885e10bd79 [2020-10-26T20:05:21.205Z] Step 3/29 : WORKDIR /edgex-go [2020-10-26T20:05:21.205Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-26T20:05:21.205Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-10-26T20:05:21.205Z] ---> 20885e10bd79 [2020-10-26T20:05:21.205Z] Step 3/27 : WORKDIR /edgex-go [2020-10-26T20:05:21.951Z] ---> Running in b9dd21f36be8 [2020-10-26T20:05:22.589Z] Removing intermediate container b9dd21f36be8 [2020-10-26T20:05:22.589Z] ---> 0287d19cfa6c [2020-10-26T20:05:22.589Z] Step 29/29 : LABEL version=1.2.2-dev.100 [2020-10-26T20:05:23.634Z] ---> Running in e3c7a87db4d7 [2020-10-26T20:05:23.634Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-26T20:05:24.591Z] ---> Running in 651276a29e36 [2020-10-26T20:05:24.592Z] ---> Running in 504b7735a301 [2020-10-26T20:05:24.592Z] ---> Running in 80882b186531 [2020-10-26T20:05:24.592Z] ---> Running in f9017f955576 [2020-10-26T20:05:24.592Z] ---> Running in e41da12743fd [2020-10-26T20:05:24.684Z] Removing intermediate container e3c7a87db4d7 [2020-10-26T20:05:24.685Z] ---> 94d80f1289b1 [2020-10-26T20:05:24.685Z] [2020-10-26T20:05:24.685Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-26T20:05:25.188Z] Removing intermediate container 504b7735a301 [2020-10-26T20:05:25.188Z] ---> c3ca95fb3ac8 [2020-10-26T20:05:25.188Z] Step 4/29 : RUN apk update && apk add make git [2020-10-26T20:05:25.188Z] Removing intermediate container 651276a29e36 [2020-10-26T20:05:25.188Z] ---> 9a9c34a4867f [2020-10-26T20:05:25.188Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-26T20:05:25.188Z] Removing intermediate container e41da12743fd [2020-10-26T20:05:25.188Z] ---> 0d0d9e805294 [2020-10-26T20:05:25.188Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-26T20:05:25.463Z] Removing intermediate container 80882b186531 [2020-10-26T20:05:25.463Z] ---> fbb654b11fbe [2020-10-26T20:05:25.463Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-26T20:05:25.463Z] Removing intermediate container f9017f955576 [2020-10-26T20:05:25.463Z] ---> b6d1d81312c0 [2020-10-26T20:05:25.463Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-26T20:05:25.463Z] ---> Running in 2db07759e9e1 [2020-10-26T20:05:25.463Z] ---> Running in 674ef7d63fd8 [2020-10-26T20:05:25.463Z] ---> Running in 32e766107b60 [2020-10-26T20:05:25.663Z] Successfully built 94d80f1289b1 [2020-10-26T20:05:25.663Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-26T20:05:25.663Z] v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-26T20:05:25.663Z] OK: 12752 distinct packages available [2020-10-26T20:05:25.751Z] ---> Running in c494d69e32a7 [2020-10-26T20:05:25.752Z] ---> Running in a2d7fb929efd [2020-10-26T20:05:25.941Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-10-26T20:05:25.941Z]  Building docker-security-secrets-setup-go ... done Building docker-security-proxy-setup-go [2020-10-26T20:05:26.582Z] OK: 233 MiB in 51 packages [2020-10-26T20:05:28.384Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-26T20:05:29.000Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-26T20:05:29.615Z] Removing intermediate container 2db07759e9e1 [2020-10-26T20:05:29.615Z] ---> 76bf7b35a676 [2020-10-26T20:05:29.615Z] Step 5/22 : RUN apk update && apk add make git [2020-10-26T20:05:29.615Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-26T20:05:29.615Z] v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-26T20:05:29.615Z] OK: 12623 distinct packages available [2020-10-26T20:05:29.888Z] ---> Running in 5dfea3e5475a [2020-10-26T20:05:29.888Z] Removing intermediate container 32e766107b60 [2020-10-26T20:05:29.888Z] ---> 8d6138dc9f6c [2020-10-26T20:05:29.888Z] Step 5/27 : RUN apk update && apk add make bash git [2020-10-26T20:05:30.165Z] ---> Running in b3e4d0f780c2 [2020-10-26T20:05:30.391Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-26T20:05:30.392Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-10-26T20:05:30.392Z] ---> 5439f577ff1b [2020-10-26T20:05:30.392Z] Step 3/26 : WORKDIR /edgex-go [2020-10-26T20:05:30.392Z] ---> Using cache [2020-10-26T20:05:30.392Z] ---> d94867a0ee82 [2020-10-26T20:05:30.392Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-26T20:05:30.392Z] ---> Using cache [2020-10-26T20:05:30.392Z] ---> 202ac50db0bd [2020-10-26T20:05:30.392Z] Step 5/26 : RUN apk update && apk add make git [2020-10-26T20:05:30.392Z] ---> Using cache [2020-10-26T20:05:30.392Z] ---> e761df871abd [2020-10-26T20:05:30.392Z] Step 6/26 : COPY go.mod . [2020-10-26T20:05:30.392Z] ---> Using cache [2020-10-26T20:05:30.392Z] ---> 4bf9ea4c4724 [2020-10-26T20:05:30.392Z] Step 7/26 : RUN go mod download [2020-10-26T20:05:30.392Z] ---> Using cache [2020-10-26T20:05:30.392Z] ---> ea4f4ca3f44a [2020-10-26T20:05:30.392Z] Step 8/26 : COPY . . [2020-10-26T20:05:30.392Z] ---> Using cache [2020-10-26T20:05:30.392Z] ---> 2a230a6cc276 [2020-10-26T20:05:30.392Z] 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-26T20:05:30.459Z] Removing intermediate container a2d7fb929efd [2020-10-26T20:05:30.459Z] ---> dc77e0ef3392 [2020-10-26T20:05:30.459Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-10-26T20:05:30.687Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-26T20:05:30.687Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-10-26T20:05:30.687Z] ---> 5439f577ff1b [2020-10-26T20:05:30.687Z] Step 3/27 : WORKDIR /edgex-go [2020-10-26T20:05:30.687Z] ---> Using cache [2020-10-26T20:05:30.687Z] ---> d94867a0ee82 [2020-10-26T20:05:30.687Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-26T20:05:30.687Z] ---> Using cache [2020-10-26T20:05:30.687Z] ---> 202ac50db0bd [2020-10-26T20:05:30.687Z] Step 5/27 : RUN apk update && apk add make bash git [2020-10-26T20:05:30.734Z] ---> Running in e2c512d1a4b2 [2020-10-26T20:05:30.734Z] Removing intermediate container c494d69e32a7 [2020-10-26T20:05:30.734Z] ---> f3dbf434d7a0 [2020-10-26T20:05:30.734Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-10-26T20:05:30.734Z] OK: 217 MiB in 51 packages [2020-10-26T20:05:31.011Z] ---> Running in ba6eeeb2a5d0 [2020-10-26T20:05:31.358Z] Removing intermediate container 2cfeeebf5cfb [2020-10-26T20:05:31.358Z] ---> db27c6f03070 [2020-10-26T20:05:31.358Z] Step 6/23 : COPY go.mod . [2020-10-26T20:05:31.358Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-26T20:05:31.358Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-10-26T20:05:31.358Z] ---> 5439f577ff1b [2020-10-26T20:05:31.358Z] Step 3/24 : WORKDIR /edgex-go [2020-10-26T20:05:31.359Z] ---> Using cache [2020-10-26T20:05:31.359Z] ---> d94867a0ee82 [2020-10-26T20:05:31.359Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-26T20:05:31.359Z] ---> Using cache [2020-10-26T20:05:31.359Z] ---> 202ac50db0bd [2020-10-26T20:05:31.359Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-10-26T20:05:32.046Z] ---> Running in 83639fa561a1 [2020-10-26T20:05:32.046Z] ---> Running in 549d898028c1 [2020-10-26T20:05:32.352Z] ---> Running in d3f594e428ab [2020-10-26T20:05:32.352Z] ---> 4a3ec41dde65 [2020-10-26T20:05:32.352Z] Step 7/23 : RUN go mod download [2020-10-26T20:05:32.469Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-26T20:05:32.631Z] ---> Running in ff5b37f5e397 [2020-10-26T20:05:32.765Z] Removing intermediate container 674ef7d63fd8 [2020-10-26T20:05:32.765Z] ---> 6bdbd1467d93 [2020-10-26T20:05:32.765Z] Step 5/29 : COPY go.mod . [2020-10-26T20:05:32.765Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-26T20:05:33.039Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-26T20:05:33.319Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-26T20:05:33.319Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-26T20:05:33.594Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-26T20:05:33.869Z] ---> 9cb657bff350 [2020-10-26T20:05:33.869Z] Step 6/29 : RUN go mod download [2020-10-26T20:05:33.869Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-26T20:05:34.143Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.100" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-10-26T20:05:34.144Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-26T20:05:34.144Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-26T20:05:34.144Z] v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-26T20:05:34.144Z] OK: 12623 distinct packages available [2020-10-26T20:05:34.419Z] ---> Running in 0b8a98af39c7 [2020-10-26T20:05:34.419Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-26T20:05:34.419Z] v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-26T20:05:34.419Z] OK: 12623 distinct packages available [2020-10-26T20:05:34.741Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-26T20:05:34.741Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-26T20:05:35.041Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-26T20:05:35.042Z] v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-26T20:05:35.042Z] OK: 12623 distinct packages available [2020-10-26T20:05:35.042Z] OK: 217 MiB in 51 packages [2020-10-26T20:05:35.323Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-26T20:05:35.323Z] v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-26T20:05:35.323Z] OK: 12623 distinct packages available [2020-10-26T20:05:35.323Z] OK: 217 MiB in 51 packages [2020-10-26T20:05:35.610Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-26T20:05:35.610Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-26T20:05:35.930Z] OK: 217 MiB in 51 packages [2020-10-26T20:05:36.207Z] OK: 217 MiB in 51 packages [2020-10-26T20:05:36.312Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-26T20:05:36.313Z] v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-26T20:05:36.313Z] OK: 12752 distinct packages available [2020-10-26T20:05:36.313Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-26T20:05:36.313Z] v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-26T20:05:36.313Z] OK: 12752 distinct packages available [2020-10-26T20:05:36.593Z] OK: 233 MiB in 51 packages [2020-10-26T20:05:36.811Z] OK: 217 MiB in 51 packages [2020-10-26T20:05:36.882Z] OK: 233 MiB in 51 packages [2020-10-26T20:05:37.095Z] Removing intermediate container 5dfea3e5475a [2020-10-26T20:05:37.096Z] ---> 3d0bf4a2c349 [2020-10-26T20:05:37.096Z] Step 6/22 : COPY go.mod . [2020-10-26T20:05:37.695Z] Removing intermediate container b3e4d0f780c2 [2020-10-26T20:05:37.695Z] ---> 03f09e1e784c [2020-10-26T20:05:37.695Z] Step 6/27 : COPY go.mod . [2020-10-26T20:05:37.976Z] Removing intermediate container ba6eeeb2a5d0 [2020-10-26T20:05:37.976Z] ---> fee2c88a90f8 [2020-10-26T20:05:37.976Z] Step 6/23 : COPY go.mod . [2020-10-26T20:05:38.266Z] ---> 0e05d78dd137 [2020-10-26T20:05:38.266Z] Step 7/22 : RUN go mod download [2020-10-26T20:05:38.543Z] ---> Running in b8a8ecc2669d [2020-10-26T20:05:38.543Z] Removing intermediate container e2c512d1a4b2 [2020-10-26T20:05:38.543Z] ---> 629bcbd4814f [2020-10-26T20:05:38.543Z] Step 6/22 : COPY go.mod . [2020-10-26T20:05:38.830Z] ---> 1d8afebd621c [2020-10-26T20:05:38.830Z] Step 7/27 : RUN go mod download [2020-10-26T20:05:39.112Z] Removing intermediate container 0b8a98af39c7 [2020-10-26T20:05:39.112Z] ---> 4b73bcd56f02 [2020-10-26T20:05:39.112Z] Step 7/29 : COPY . . [2020-10-26T20:05:39.112Z] ---> c0aa6e919a7c [2020-10-26T20:05:39.112Z] Step 7/23 : RUN go mod download [2020-10-26T20:05:39.112Z] ---> Running in 505f9dd5a5dc [2020-10-26T20:05:39.243Z] Removing intermediate container d3f594e428ab [2020-10-26T20:05:39.243Z] ---> b1a465fb1d0f [2020-10-26T20:05:39.243Z] Step 6/24 : COPY go.mod . [2020-10-26T20:05:39.243Z] Removing intermediate container 549d898028c1 [2020-10-26T20:05:39.243Z] ---> 4b07758a2f42 [2020-10-26T20:05:39.243Z] Step 6/27 : COPY go.mod . [2020-10-26T20:05:39.243Z] Removing intermediate container ff5b37f5e397 [2020-10-26T20:05:39.243Z] ---> e6558c8d3420 [2020-10-26T20:05:39.243Z] Step 8/23 : COPY . . [2020-10-26T20:05:39.397Z] ---> Running in 382bc4c72ef9 [2020-10-26T20:05:40.003Z] ---> b51b69427bef [2020-10-26T20:05:40.003Z] Step 7/22 : RUN go mod download [2020-10-26T20:05:40.282Z] ---> Running in 64215f5c3c74 [2020-10-26T20:05:41.603Z] ---> 15fd5ba0abf9 [2020-10-26T20:05:41.603Z] Step 7/27 : RUN go mod download [2020-10-26T20:05:41.603Z] ---> 4cc597e7b080 [2020-10-26T20:05:41.603Z] Step 7/24 : RUN go mod download [2020-10-26T20:05:42.718Z] ---> Running in 96daedd26e5f [2020-10-26T20:05:42.718Z] ---> Running in 25415422eec6 [2020-10-26T20:05:44.642Z] Removing intermediate container b8a8ecc2669d [2020-10-26T20:05:44.642Z] ---> ee00817f668f [2020-10-26T20:05:44.642Z] Step 8/22 : COPY . . [2020-10-26T20:05:44.642Z] Removing intermediate container 505f9dd5a5dc [2020-10-26T20:05:44.642Z] ---> e386e7719d41 [2020-10-26T20:05:44.642Z] Step 8/27 : COPY . . [2020-10-26T20:05:44.642Z] Removing intermediate container 382bc4c72ef9 [2020-10-26T20:05:44.642Z] ---> e5a5b0872b4c [2020-10-26T20:05:44.642Z] Step 8/23 : COPY . . [2020-10-26T20:05:44.919Z] Removing intermediate container 64215f5c3c74 [2020-10-26T20:05:44.919Z] ---> 913ef08b378e [2020-10-26T20:05:44.919Z] Step 8/22 : COPY . . [2020-10-26T20:05:46.971Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-26T20:05:46.971Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-10-26T20:05:46.971Z] ---> 5439f577ff1b [2020-10-26T20:05:46.971Z] Step 3/20 : WORKDIR /edgex-go [2020-10-26T20:05:46.971Z] ---> Using cache [2020-10-26T20:05:46.971Z] ---> d94867a0ee82 [2020-10-26T20:05:46.971Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-26T20:05:46.971Z] ---> Using cache [2020-10-26T20:05:46.971Z] ---> 202ac50db0bd [2020-10-26T20:05:46.971Z] Step 5/20 : RUN apk update && apk add make git [2020-10-26T20:05:46.971Z] ---> Using cache [2020-10-26T20:05:46.971Z] ---> e761df871abd [2020-10-26T20:05:46.971Z] Step 6/20 : COPY go.mod . [2020-10-26T20:05:46.971Z] ---> Using cache [2020-10-26T20:05:46.971Z] ---> 4bf9ea4c4724 [2020-10-26T20:05:46.971Z] Step 7/20 : RUN go mod download [2020-10-26T20:05:46.971Z] ---> Using cache [2020-10-26T20:05:46.971Z] ---> ea4f4ca3f44a [2020-10-26T20:05:46.971Z] Step 8/20 : COPY . . [2020-10-26T20:05:46.971Z] ---> Using cache [2020-10-26T20:05:46.971Z] ---> 2a230a6cc276 [2020-10-26T20:05:46.971Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-10-26T20:05:48.181Z] ---> Running in 571bcb53b5d1 [2020-10-26T20:05:50.913Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.100" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-10-26T20:05:51.190Z] Removing intermediate container 25415422eec6 [2020-10-26T20:05:51.190Z] ---> ee7c1fe62811 [2020-10-26T20:05:51.190Z] Step 8/27 : COPY . . [2020-10-26T20:05:51.190Z] Removing intermediate container 96daedd26e5f [2020-10-26T20:05:51.190Z] ---> 419ba21ce951 [2020-10-26T20:05:51.190Z] Step 8/24 : COPY . . [2020-10-26T20:05:57.335Z] ---> a2faa47e372f [2020-10-26T20:05:57.335Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-10-26T20:05:57.335Z] ---> Running in 371d72fa7186 [2020-10-26T20:05:57.335Z] ---> 131bda8d3291 [2020-10-26T20:05:57.335Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-10-26T20:05:57.335Z] ---> 42a97b04658b [2020-10-26T20:05:57.335Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-10-26T20:05:57.335Z] ---> e6540f29a400 [2020-10-26T20:05:57.335Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-10-26T20:05:57.335Z] ---> 31389ab77f68 [2020-10-26T20:05:57.335Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-10-26T20:05:57.335Z] ---> Running in 1dd2cc798a1a [2020-10-26T20:05:57.335Z] ---> Running in cd796899e558 [2020-10-26T20:05:57.335Z] ---> Running in 0646add58a1f [2020-10-26T20:05:57.335Z] ---> Running in 6f9c591d490b [2020-10-26T20:05:59.322Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.100" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-10-26T20:05:59.596Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.100" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-10-26T20:06:00.202Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.100" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-10-26T20:06:00.202Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.100" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-10-26T20:06:00.202Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.100" -o cmd/core-data/core-data ./cmd/core-data [2020-10-26T20:06:03.895Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.100" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-10-26T20:06:17.108Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.100" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-10-26T20:06:17.108Z] ---> 0a0f09e6abbf [2020-10-26T20:06:17.108Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-10-26T20:06:17.108Z] ---> Running in fbbac2dca1e4 [2020-10-26T20:06:18.163Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.100" -o cmd/core-data/core-data ./cmd/core-data [2020-10-26T20:06:25.416Z] Removing intermediate container 571bcb53b5d1 [2020-10-26T20:06:25.416Z] ---> 1692ddb50def [2020-10-26T20:06:25.416Z] [2020-10-26T20:06:25.416Z] Step 10/20 : FROM alpine [2020-10-26T20:06:25.416Z] ---> d6e46aa2470d [2020-10-26T20:06:25.416Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-10-26T20:06:26.564Z] Removing intermediate container 83639fa561a1 [2020-10-26T20:06:26.564Z] ---> ee6fa7f48b94 [2020-10-26T20:06:26.564Z] [2020-10-26T20:06:26.564Z] Step 10/26 : FROM alpine:3.10 [2020-10-26T20:06:26.564Z] ---> Running in bbb3c962b87b [2020-10-26T20:06:26.904Z] 3.10: Pulling from library/alpine [2020-10-26T20:06:26.904Z] ---> a615445910ff [2020-10-26T20:06:26.904Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-10-26T20:06:26.904Z] ---> 722e4edc4f9b [2020-10-26T20:06:26.904Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-10-26T20:06:27.207Z] ---> Running in 8a71f3f225af [2020-10-26T20:06:27.207Z] ---> Running in 72f1460576e2 [2020-10-26T20:06:28.212Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-26T20:06:28.212Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-26T20:06:28.498Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-10-26T20:06:28.498Z] Status: Downloaded newer image for alpine:3.10 [2020-10-26T20:06:28.498Z] ---> be4e4bea2c2e [2020-10-26T20:06:28.498Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-10-26T20:06:28.498Z] v3.12.1-8-ge053f6efb7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-26T20:06:28.498Z] v3.12.1-5-g0954f48dc3 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-26T20:06:28.498Z] OK: 12744 distinct packages available [2020-10-26T20:06:28.498Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.100" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-10-26T20:06:28.820Z] (1/4) Installing ca-certificates (20191127-r4) [2020-10-26T20:06:29.107Z] ---> Running in af00ad61f3f3 [2020-10-26T20:06:29.107Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-10-26T20:06:29.107Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.100" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-10-26T20:06:29.107Z] (3/4) Installing libcurl (7.69.1-r1) [2020-10-26T20:06:29.107Z] (4/4) Installing curl (7.69.1-r1) [2020-10-26T20:06:29.107Z] Executing busybox-1.31.1-r19.trigger [2020-10-26T20:06:29.107Z] Executing ca-certificates-20191127-r4.trigger [2020-10-26T20:06:29.410Z] OK: 7 MiB in 18 packages [2020-10-26T20:06:30.461Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-10-26T20:06:30.772Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-10-26T20:06:31.080Z] v3.10.5-127-ga687d2589a [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-10-26T20:06:31.080Z] v3.10.5-136-gb80983a48b [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-10-26T20:06:31.080Z] OK: 10346 distinct packages available [2020-10-26T20:06:31.374Z] (1/5) Installing ca-certificates (20191127-r2) [2020-10-26T20:06:31.374Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-10-26T20:06:31.682Z] (3/5) Installing libcurl (7.66.0-r1) [2020-10-26T20:06:31.682Z] (4/5) Installing curl (7.66.0-r1) [2020-10-26T20:06:31.980Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-10-26T20:06:31.980Z] Executing busybox-1.30.1-r3.trigger [2020-10-26T20:06:31.980Z] Executing ca-certificates-20191127-r2.trigger [2020-10-26T20:06:31.980Z] OK: 7 MiB in 19 packages [2020-10-26T20:06:32.300Z] Removing intermediate container bbb3c962b87b [2020-10-26T20:06:32.300Z] ---> df0e14fdd1f2 [2020-10-26T20:06:32.300Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-26T20:06:32.300Z] ---> Running in 143385c4a57e [2020-10-26T20:06:32.937Z] Removing intermediate container 143385c4a57e [2020-10-26T20:06:32.937Z] ---> e154e6e0115e [2020-10-26T20:06:32.937Z] Step 13/20 : WORKDIR /edgex [2020-10-26T20:06:32.937Z] ---> Running in 9dbf8e1fb885 [2020-10-26T20:06:35.018Z] Removing intermediate container 9dbf8e1fb885 [2020-10-26T20:06:35.018Z] ---> aa0ac428518b [2020-10-26T20:06:35.018Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-10-26T20:06:35.293Z] Removing intermediate container af00ad61f3f3 [2020-10-26T20:06:35.293Z] ---> 3093f883e5e2 [2020-10-26T20:06:35.293Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-26T20:06:35.573Z] ---> Running in 78e16c73f283 [2020-10-26T20:06:36.185Z] Removing intermediate container 78e16c73f283 [2020-10-26T20:06:36.185Z] ---> 43e1f7360c64 [2020-10-26T20:06:36.185Z] Step 13/26 : WORKDIR / [2020-10-26T20:06:36.465Z] ---> Running in 094205e5ce7a [2020-10-26T20:06:36.744Z] ---> 4ce24e9740d6 [2020-10-26T20:06:36.744Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-10-26T20:06:37.020Z] Removing intermediate container 094205e5ce7a [2020-10-26T20:06:37.020Z] ---> c47d9e5d2586 [2020-10-26T20:06:37.020Z] 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-26T20:06:38.062Z] ---> 8c552f7f92cc [2020-10-26T20:06:38.062Z] 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-26T20:06:38.062Z] ---> 1dea8cb6ef33 [2020-10-26T20:06:38.062Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-10-26T20:06:38.062Z] ---> Running in ace17870cb02 [2020-10-26T20:06:38.368Z] ---> 9f52dfa4ae12 [2020-10-26T20:06:38.368Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-10-26T20:06:38.368Z] Removing intermediate container ace17870cb02 [2020-10-26T20:06:38.368Z] ---> d30b206a8739 [2020-10-26T20:06:38.368Z] Step 17/20 : CMD ["--init=true"] [2020-10-26T20:06:38.368Z] ---> Running in edd8f682ba50 [2020-10-26T20:06:38.972Z] Removing intermediate container edd8f682ba50 [2020-10-26T20:06:38.972Z] ---> f3045e168a9d [2020-10-26T20:06:38.972Z] Step 18/20 : LABEL arch=x86_64 [2020-10-26T20:06:39.261Z] ---> 3c89dd37d077 [2020-10-26T20:06:39.261Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-10-26T20:06:39.261Z] ---> Running in 95fbb9419519 [2020-10-26T20:06:39.554Z] Removing intermediate container 95fbb9419519 [2020-10-26T20:06:39.555Z] ---> 54da44d25eb0 [2020-10-26T20:06:39.555Z] Step 19/20 : LABEL git_sha=70c918de78a758e1281f9e18824a6a08fc9647aa [2020-10-26T20:06:39.856Z] ---> Running in 6825fa424d14 [2020-10-26T20:06:39.856Z] ---> 7fba3e8c9405 [2020-10-26T20:06:39.856Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-10-26T20:06:40.485Z] Removing intermediate container 6825fa424d14 [2020-10-26T20:06:40.485Z] ---> be3a42300fa5 [2020-10-26T20:06:40.485Z] Step 20/20 : LABEL version=1.2.2-dev.100 [2020-10-26T20:06:40.485Z] ---> Running in f02fd5ea61a7 [2020-10-26T20:06:41.110Z] Removing intermediate container f02fd5ea61a7 [2020-10-26T20:06:41.110Z] ---> 45d9f0d6541c [2020-10-26T20:06:41.110Z] [2020-10-26T20:06:41.735Z] ---> df9498ca456a [2020-10-26T20:06:41.735Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-10-26T20:06:41.735Z] Successfully built 45d9f0d6541c [2020-10-26T20:06:41.735Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-10-26T20:06:42.735Z]  Building docker-security-proxy-setup-go ... done  ---> d347553e5974 [2020-10-26T20:06:42.735Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-10-26T20:06:43.741Z] ---> b2b008298779 [2020-10-26T20:06:43.741Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-10-26T20:06:44.063Z] ---> 84d412a9e36e [2020-10-26T20:06:44.063Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-26T20:06:44.357Z] ---> Running in 3507647eb885 [2020-10-26T20:06:46.373Z] Removing intermediate container 3507647eb885 [2020-10-26T20:06:46.373Z] ---> 8c50da8af3b5 [2020-10-26T20:06:46.373Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-10-26T20:06:46.373Z] ---> Running in be51f732c219 [2020-10-26T20:06:46.659Z] Removing intermediate container be51f732c219 [2020-10-26T20:06:46.659Z] ---> 3b46a9060b74 [2020-10-26T20:06:46.659Z] Step 24/26 : LABEL arch=x86_64 [2020-10-26T20:06:46.944Z] ---> Running in 90ec98caacf7 [2020-10-26T20:06:47.220Z] Removing intermediate container 90ec98caacf7 [2020-10-26T20:06:47.220Z] ---> 60633885c298 [2020-10-26T20:06:47.220Z] Step 25/26 : LABEL git_sha=70c918de78a758e1281f9e18824a6a08fc9647aa [2020-10-26T20:06:47.510Z] ---> Running in 64f9f9e2024b [2020-10-26T20:06:47.793Z] Removing intermediate container 64f9f9e2024b [2020-10-26T20:06:47.793Z] ---> a4ae407415d9 [2020-10-26T20:06:47.793Z] Step 26/26 : LABEL version=1.2.2-dev.100 [2020-10-26T20:06:47.793Z] ---> Running in 05e2d2cdfa92 [2020-10-26T20:06:48.068Z] Removing intermediate container 05e2d2cdfa92 [2020-10-26T20:06:48.068Z] ---> 4a0233873671 [2020-10-26T20:06:48.068Z] [2020-10-26T20:06:50.077Z] Successfully built 4a0233873671 [2020-10-26T20:06:50.077Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-10-26T20:06:58.488Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 72f1460576e2 [2020-10-26T20:06:58.488Z] ---> 4fe86d82863d [2020-10-26T20:06:58.488Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-10-26T20:06:58.488Z] ---> Running in 7a5e01ae6a59 [2020-10-26T20:06:59.485Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.100" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-10-26T20:07:02.175Z] Removing intermediate container fbbac2dca1e4 [2020-10-26T20:07:02.175Z] ---> 776fc9719525 [2020-10-26T20:07:02.175Z] [2020-10-26T20:07:02.175Z] Step 10/23 : FROM alpine [2020-10-26T20:07:02.175Z] ---> d6e46aa2470d [2020-10-26T20:07:02.175Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-26T20:07:02.175Z] ---> Running in 50f8261ac118 [2020-10-26T20:07:02.175Z] Removing intermediate container 8a71f3f225af [2020-10-26T20:07:02.175Z] ---> 89df119f66d0 [2020-10-26T20:07:02.175Z] [2020-10-26T20:07:02.175Z] Step 10/24 : FROM scratch [2020-10-26T20:07:02.175Z] ---> [2020-10-26T20:07:02.175Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-26T20:07:02.822Z] ---> Using cache [2020-10-26T20:07:02.823Z] ---> c9f1eec1af1d [2020-10-26T20:07:02.823Z] Step 12/24 : ENV APP_PORT=48060 [2020-10-26T20:07:02.823Z] Removing intermediate container 50f8261ac118 [2020-10-26T20:07:02.823Z] ---> d903da4abb07 [2020-10-26T20:07:02.823Z] Step 12/23 : ENV APP_PORT=48080 [2020-10-26T20:07:02.823Z] Removing intermediate container 7a5e01ae6a59 [2020-10-26T20:07:02.823Z] ---> e3f0b1e1c8cf [2020-10-26T20:07:02.823Z] [2020-10-26T20:07:02.823Z] Step 11/27 : FROM docker:latest [2020-10-26T20:07:02.823Z] ---> 6972c414f322 [2020-10-26T20:07:02.823Z] Step 12/27 : RUN apk add --no-cache bash [2020-10-26T20:07:02.823Z] ---> Running in 4a61b422bc59 [2020-10-26T20:07:02.823Z] ---> Running in 3ed3d09f719e [2020-10-26T20:07:02.823Z] ---> Running in ae32f8d6f18f [2020-10-26T20:07:03.825Z] Removing intermediate container 4a61b422bc59 [2020-10-26T20:07:03.825Z] ---> de9619c2b131 [2020-10-26T20:07:03.825Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-26T20:07:03.825Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-26T20:07:03.825Z] Removing intermediate container 3ed3d09f719e [2020-10-26T20:07:03.825Z] ---> ff4b67289d1a [2020-10-26T20:07:03.825Z] Step 13/23 : EXPOSE $APP_PORT [2020-10-26T20:07:03.825Z] ---> Running in 138ef3f75621 [2020-10-26T20:07:03.825Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-26T20:07:03.825Z] ---> Running in 72f0951a76f0 [2020-10-26T20:07:04.159Z] Removing intermediate container 138ef3f75621 [2020-10-26T20:07:04.159Z] ---> 0be63cc3ce4c [2020-10-26T20:07:04.159Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-10-26T20:07:04.159Z] (1/2) Installing readline (8.0.4-r0) [2020-10-26T20:07:04.159Z] (2/2) Installing bash (5.0.17-r0) [2020-10-26T20:07:04.159Z] Removing intermediate container 72f0951a76f0 [2020-10-26T20:07:04.159Z] ---> 9a8ea77d60d7 [2020-10-26T20:07:04.159Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-26T20:07:04.159Z] Executing bash-5.0.17-r0.post-install [2020-10-26T20:07:04.159Z] Executing busybox-1.31.1-r19.trigger [2020-10-26T20:07:04.159Z] OK: 12 MiB in 22 packages [2020-10-26T20:07:04.461Z] ---> Running in 7274fd5266e8 [2020-10-26T20:07:04.760Z] ---> d1f91127ef08 [2020-10-26T20:07:04.760Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-10-26T20:07:05.364Z] Removing intermediate container ae32f8d6f18f [2020-10-26T20:07:05.364Z] ---> 193a3e92e132 [2020-10-26T20:07:05.364Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-10-26T20:07:05.364Z] ---> Running in 54e5ee41bade [2020-10-26T20:07:06.346Z] ---> 0b8f2d0815d7 [2020-10-26T20:07:06.346Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-10-26T20:07:06.620Z] Removing intermediate container 7274fd5266e8 [2020-10-26T20:07:06.620Z] ---> 4b87369840e0 [2020-10-26T20:07:06.620Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-10-26T20:07:06.887Z] ---> Running in 4292f9c8a5c7 [2020-10-26T20:07:07.205Z] ---> cc090839aeee [2020-10-26T20:07:07.205Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-10-26T20:07:07.205Z] Removing intermediate container 54e5ee41bade [2020-10-26T20:07:07.205Z] ---> 2674616f18d1 [2020-10-26T20:07:07.205Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-10-26T20:07:07.472Z] ---> Running in e97bf70ea484 [2020-10-26T20:07:07.751Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-26T20:07:07.751Z] Removing intermediate container e97bf70ea484 [2020-10-26T20:07:07.751Z] ---> 89a4e6c284e3 [2020-10-26T20:07:07.751Z] Step 15/27 : ENV APP_PORT=48090 [2020-10-26T20:07:08.342Z] ---> b770018c507e [2020-10-26T20:07:08.342Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-10-26T20:07:08.342Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-26T20:07:08.342Z] ---> Running in e90cfb3fee69 [2020-10-26T20:07:08.619Z] Removing intermediate container e90cfb3fee69 [2020-10-26T20:07:08.619Z] ---> afa59df510c0 [2020-10-26T20:07:08.619Z] Step 16/27 : EXPOSE $APP_PORT [2020-10-26T20:07:08.896Z] ---> Running in 15e10da3e08a [2020-10-26T20:07:09.178Z] (1/5) Installing libgcc (9.3.0-r2) [2020-10-26T20:07:09.179Z] ---> ea0b311cc0df [2020-10-26T20:07:09.179Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-10-26T20:07:09.179Z] (2/5) Installing libsodium (1.0.18-r0) [2020-10-26T20:07:09.179Z] Removing intermediate container 15e10da3e08a [2020-10-26T20:07:09.179Z] ---> bf862822d037 [2020-10-26T20:07:09.179Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-10-26T20:07:09.179Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-10-26T20:07:09.452Z] (4/5) Installing libzmq (4.3.3-r0) [2020-10-26T20:07:09.747Z] ---> 3cda50b7c6bd [2020-10-26T20:07:09.747Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-10-26T20:07:09.747Z] (5/5) Installing zeromq (4.3.3-r0) [2020-10-26T20:07:09.747Z] Executing busybox-1.31.1-r19.trigger [2020-10-26T20:07:10.014Z] ---> Running in 1321b0eb14b8 [2020-10-26T20:07:10.014Z] OK: 8 MiB in 19 packages [2020-10-26T20:07:10.295Z] ---> 1c2b8cb9a9a7 [2020-10-26T20:07:10.295Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-10-26T20:07:10.295Z] Removing intermediate container 1321b0eb14b8 [2020-10-26T20:07:10.295Z] ---> fcfda796bbe0 [2020-10-26T20:07:10.295Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-26T20:07:10.295Z] ---> Running in 397022693fbe [2020-10-26T20:07:10.561Z] ---> 55c4baaa9df4 [2020-10-26T20:07:10.561Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-10-26T20:07:10.561Z] Removing intermediate container 397022693fbe [2020-10-26T20:07:10.561Z] ---> 244c30b13939 [2020-10-26T20:07:10.561Z] Step 22/24 : LABEL arch=x86_64 [2020-10-26T20:07:10.561Z] Removing intermediate container 4292f9c8a5c7 [2020-10-26T20:07:10.561Z] ---> 6778f1c8d556 [2020-10-26T20:07:10.561Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-10-26T20:07:10.828Z] ---> Running in 30d34bb28ef1 [2020-10-26T20:07:11.095Z] Removing intermediate container 30d34bb28ef1 [2020-10-26T20:07:11.095Z] ---> ec433917e608 [2020-10-26T20:07:11.095Z] Step 23/24 : LABEL git_sha=70c918de78a758e1281f9e18824a6a08fc9647aa [2020-10-26T20:07:11.095Z] ---> 053f471f0a1e [2020-10-26T20:07:11.095Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-10-26T20:07:11.095Z] ---> c298f3f40efd [2020-10-26T20:07:11.095Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-10-26T20:07:11.374Z] ---> Running in 445eb0668abe [2020-10-26T20:07:11.374Z] ---> Running in cd5a7159e736 [2020-10-26T20:07:11.658Z] Removing intermediate container 445eb0668abe [2020-10-26T20:07:11.658Z] ---> d12bc482ae51 [2020-10-26T20:07:11.658Z] Step 24/24 : LABEL version=1.2.2-dev.100 [2020-10-26T20:07:11.931Z] ---> Running in ee4c451697a9 [2020-10-26T20:07:11.931Z] ---> c965ebcebb16 [2020-10-26T20:07:11.931Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-10-26T20:07:12.222Z] Removing intermediate container ee4c451697a9 [2020-10-26T20:07:12.222Z] ---> 821cfc06aa16 [2020-10-26T20:07:12.222Z] [2020-10-26T20:07:12.222Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-26T20:07:12.222Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-26T20:07:12.528Z] Successfully built 821cfc06aa16 [2020-10-26T20:07:12.528Z] Successfully tagged docker-support-notifications-go:latest [2020-10-26T20:07:12.528Z]  Building docker-support-notifications-go ... done  ---> 30772b885124 [2020-10-26T20:07:12.528Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-10-26T20:07:12.528Z] ---> Running in 949e83bb4e5a [2020-10-26T20:07:12.528Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-10-26T20:07:12.819Z] (2/33) Installing expat (2.2.9-r1) [2020-10-26T20:07:12.819Z] (3/33) Installing libffi (3.3-r2) [2020-10-26T20:07:12.819Z] (4/33) Installing gdbm (1.13-r1) [2020-10-26T20:07:12.819Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-10-26T20:07:12.819Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-10-26T20:07:12.819Z] (7/33) Installing python3 (3.8.5-r0) [2020-10-26T20:07:13.464Z] Removing intermediate container 949e83bb4e5a [2020-10-26T20:07:13.464Z] ---> 8633c05fcf07 [2020-10-26T20:07:13.464Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-26T20:07:16.355Z] ---> Running in 078ca19d859d [2020-10-26T20:07:16.355Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-10-26T20:07:16.355Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-10-26T20:07:16.355Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-10-26T20:07:16.355Z] (11/33) Installing py3-six (1.15.0-r0) [2020-10-26T20:07:16.624Z] (12/33) Installing py3-packaging (20.4-r0) [2020-10-26T20:07:16.624Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-10-26T20:07:16.624Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-10-26T20:07:16.915Z] (15/33) Installing py3-idna (2.9-r0) [2020-10-26T20:07:16.915Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-10-26T20:07:16.915Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-10-26T20:07:17.206Z] Removing intermediate container 078ca19d859d [2020-10-26T20:07:17.206Z] ---> 11d0b65d1a5e [2020-10-26T20:07:17.206Z] Step 21/23 : LABEL arch=x86_64 [2020-10-26T20:07:17.206Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-10-26T20:07:17.206Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-10-26T20:07:17.206Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-10-26T20:07:17.475Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-10-26T20:07:17.475Z] ---> Running in 089cfd859650 [2020-10-26T20:07:17.475Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-10-26T20:07:17.475Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-10-26T20:07:17.475Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-10-26T20:07:17.475Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-10-26T20:07:17.475Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-10-26T20:07:17.475Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-10-26T20:07:17.745Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-10-26T20:07:17.745Z] (29/33) Installing py3-progress (1.5-r0) [2020-10-26T20:07:17.745Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-10-26T20:07:18.061Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-10-26T20:07:18.061Z] Removing intermediate container 089cfd859650 [2020-10-26T20:07:18.061Z] ---> dd5357e0051f [2020-10-26T20:07:18.061Z] Step 22/23 : LABEL git_sha=70c918de78a758e1281f9e18824a6a08fc9647aa [2020-10-26T20:07:18.061Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-10-26T20:07:18.061Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-10-26T20:07:19.493Z] ---> Running in 421e20939f1a [2020-10-26T20:07:19.493Z] Executing busybox-1.31.1-r19.trigger [2020-10-26T20:07:19.493Z] OK: 71 MiB in 55 packages [2020-10-26T20:07:19.765Z] Removing intermediate container 421e20939f1a [2020-10-26T20:07:19.765Z] ---> f74bce188c40 [2020-10-26T20:07:19.765Z] Step 23/23 : LABEL version=1.2.2-dev.100 [2020-10-26T20:07:20.041Z] ---> Running in 3c917059328a [2020-10-26T20:07:20.308Z] Removing intermediate container 3c917059328a [2020-10-26T20:07:20.308Z] ---> b1d356b01f4c [2020-10-26T20:07:20.308Z] [2020-10-26T20:07:20.308Z] Successfully built b1d356b01f4c [2020-10-26T20:07:20.308Z] Successfully tagged docker-core-data-go:latest [2020-10-26T20:07:22.052Z] Removing intermediate container 371d72fa7186 [2020-10-26T20:07:22.052Z] ---> 6b820b2a258f [2020-10-26T20:07:22.052Z] [2020-10-26T20:07:22.052Z] Step 9/29 : FROM alpine:latest [2020-10-26T20:07:22.052Z] latest: Pulling from library/alpine [2020-10-26T20:07:22.052Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-10-26T20:07:22.328Z] Status: Downloaded newer image for alpine:latest [2020-10-26T20:07:22.328Z] ---> 2e77e061c27f [2020-10-26T20:07:22.328Z] 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-26T20:07:22.605Z] ---> Running in 3d62ab8f126b [2020-10-26T20:07:23.595Z] Removing intermediate container 3d62ab8f126b [2020-10-26T20:07:23.595Z] ---> 86f5b9ea09f2 [2020-10-26T20:07:23.595Z] Step 11/29 : USER root [2020-10-26T20:07:23.595Z] ---> Running in 7256bb376884 [2020-10-26T20:07:24.200Z] Removing intermediate container 7256bb376884 [2020-10-26T20:07:24.200Z] ---> 3eb65be98eef [2020-10-26T20:07:24.200Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-10-26T20:07:24.478Z] ---> Running in 67354291fd71 [2020-10-26T20:07:25.677Z]  Building docker-core-data-go ... done Removing intermediate container cd5a7159e736 [2020-10-26T20:07:25.678Z] ---> 5248a143b875 [2020-10-26T20:07:25.678Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-10-26T20:07:25.966Z] ---> Running in a9e0fbc42a6f [2020-10-26T20:07:27.113Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-26T20:07:27.388Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-26T20:07:27.957Z] Collecting docker-compose==1.23.2 [2020-10-26T20:07:27.958Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-10-26T20:07:27.990Z] v3.12.1-8-ge053f6efb7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-26T20:07:27.990Z] v3.12.1-5-g0954f48dc3 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-26T20:07:27.990Z] OK: 12615 distinct packages available [2020-10-26T20:07:28.230Z] Collecting docopt<0.7,>=0.6.1 [2020-10-26T20:07:28.230Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-10-26T20:07:28.854Z] Collecting docker<4.0,>=3.6.0 [2020-10-26T20:07:28.854Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-10-26T20:07:28.980Z] (1/2) Installing ca-certificates (20191127-r4) [2020-10-26T20:07:28.980Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-10-26T20:07:28.980Z] Executing busybox-1.31.1-r19.trigger [2020-10-26T20:07:29.122Z] Collecting websocket-client<1.0,>=0.32.0 [2020-10-26T20:07:29.259Z] Executing ca-certificates-20191127-r4.trigger [2020-10-26T20:07:29.419Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-10-26T20:07:29.419Z] Collecting cached-property<2,>=1.2.0 [2020-10-26T20:07:29.419Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-10-26T20:07:29.539Z] OK: 6 MiB in 16 packages [2020-10-26T20:07:30.251Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-10-26T20:07:30.251Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-10-26T20:07:30.251Z] Collecting jsonschema<3,>=2.5.1 [2020-10-26T20:07:30.251Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-10-26T20:07:30.251Z] Collecting texttable<0.10,>=0.9.0 [2020-10-26T20:07:30.251Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-10-26T20:07:31.094Z] 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-26T20:07:31.094Z] Collecting dockerpty<0.5,>=0.4.1 [2020-10-26T20:07:31.094Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-10-26T20:07:31.729Z] Collecting PyYAML<4,>=3.10 [2020-10-26T20:07:31.729Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-10-26T20:07:32.526Z] Collecting docker-pycreds>=0.4.0 [2020-10-26T20:07:32.526Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-10-26T20:07:32.797Z] Collecting idna<2.8,>=2.5 [2020-10-26T20:07:32.797Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-10-26T20:07:32.797Z] 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-26T20:07:32.797Z] Collecting urllib3<1.25,>=1.21.1 [2020-10-26T20:07:32.797Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-10-26T20:07:32.954Z] Removing intermediate container 1dd2cc798a1a [2020-10-26T20:07:32.955Z] ---> 88a5e1711863 [2020-10-26T20:07:32.955Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-10-26T20:07:32.955Z] Removing intermediate container 67354291fd71 [2020-10-26T20:07:32.955Z] ---> a65472fd3247 [2020-10-26T20:07:32.955Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-10-26T20:07:33.066Z] 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-26T20:07:33.066Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-10-26T20:07:33.066Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-10-26T20:07:33.066Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-10-26T20:07:33.066Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-10-26T20:07:33.066Z] Installing collected packages: docopt, websocket-client, idna, urllib3, requests, docker-pycreds, docker, cached-property, jsonschema, texttable, dockerpty, PyYAML, docker-compose [2020-10-26T20:07:33.066Z] Running setup.py install for docopt: started [2020-10-26T20:07:33.231Z] ---> Running in f3ff029aba25 [2020-10-26T20:07:33.508Z] ---> Running in 15bcb72f0802 [2020-10-26T20:07:33.650Z] Running setup.py install for docopt: finished with status 'done' [2020-10-26T20:07:33.925Z] Attempting uninstall: idna [2020-10-26T20:07:33.925Z] Found existing installation: idna 2.9 [2020-10-26T20:07:33.925Z] Uninstalling idna-2.9: [2020-10-26T20:07:33.925Z] Successfully uninstalled idna-2.9 [2020-10-26T20:07:34.195Z] Attempting uninstall: urllib3 [2020-10-26T20:07:34.195Z] Found existing installation: urllib3 1.25.9 [2020-10-26T20:07:34.195Z] Uninstalling urllib3-1.25.9: [2020-10-26T20:07:34.195Z] Successfully uninstalled urllib3-1.25.9 [2020-10-26T20:07:34.476Z] Attempting uninstall: requests [2020-10-26T20:07:34.476Z] Found existing installation: requests 2.23.0 [2020-10-26T20:07:34.476Z] Uninstalling requests-2.23.0: [2020-10-26T20:07:34.476Z] Successfully uninstalled requests-2.23.0 [2020-10-26T20:07:34.501Z] Removing intermediate container 15bcb72f0802 [2020-10-26T20:07:34.501Z] ---> 4c45281af61e [2020-10-26T20:07:34.501Z] Step 14/29 : WORKDIR $BASE_DIR [2020-10-26T20:07:34.501Z] ---> Running in 41e212e5fec4 [2020-10-26T20:07:35.064Z] Running setup.py install for texttable: started [2020-10-26T20:07:35.500Z] Removing intermediate container 41e212e5fec4 [2020-10-26T20:07:35.501Z] ---> 16497d516588 [2020-10-26T20:07:35.501Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-10-26T20:07:35.652Z] Running setup.py install for texttable: finished with status 'done' [2020-10-26T20:07:35.652Z] Running setup.py install for dockerpty: started [2020-10-26T20:07:36.108Z] ---> Running in b7cb74afb962 [2020-10-26T20:07:36.245Z] Running setup.py install for dockerpty: finished with status 'done' [2020-10-26T20:07:36.245Z] Running setup.py install for PyYAML: started [2020-10-26T20:07:36.716Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.100" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-10-26T20:07:36.841Z] Running setup.py install for PyYAML: finished with status 'done' [2020-10-26T20:07:37.117Z] 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-26T20:07:39.563Z] Removing intermediate container 0646add58a1f [2020-10-26T20:07:39.563Z] ---> 0c33554c4bd0 [2020-10-26T20:07:39.563Z] [2020-10-26T20:07:39.563Z] Step 10/22 : FROM scratch [2020-10-26T20:07:39.563Z] ---> [2020-10-26T20:07:39.563Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-26T20:07:39.852Z] ---> Running in 2259b3dfd013 [2020-10-26T20:07:40.472Z] Removing intermediate container b7cb74afb962 [2020-10-26T20:07:40.472Z] ---> 761b5ec6042c [2020-10-26T20:07:40.472Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-10-26T20:07:40.748Z] Removing intermediate container 2259b3dfd013 [2020-10-26T20:07:40.748Z] ---> 4b02c5b0934b [2020-10-26T20:07:40.748Z] Step 12/22 : ENV APP_PORT=48061 [2020-10-26T20:07:40.748Z] ---> Running in 4fd76851262f [2020-10-26T20:07:41.456Z] Removing intermediate container a9e0fbc42a6f [2020-10-26T20:07:41.456Z] ---> a1da4d608478 [2020-10-26T20:07:41.456Z] Step 22/27 : RUN apk --no-cache add curl [2020-10-26T20:07:41.456Z] ---> Running in bc96fbc23098 [2020-10-26T20:07:41.739Z] Removing intermediate container 4fd76851262f [2020-10-26T20:07:41.739Z] ---> dc09b8459c38 [2020-10-26T20:07:41.739Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-26T20:07:42.015Z] ---> Running in 8eae40c05866 [2020-10-26T20:07:42.065Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-26T20:07:42.335Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-26T20:07:42.601Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-10-26T20:07:42.601Z] (2/3) Installing libcurl (7.69.1-r1) [2020-10-26T20:07:42.601Z] (3/3) Installing curl (7.69.1-r1) [2020-10-26T20:07:42.601Z] Executing busybox-1.31.1-r19.trigger [2020-10-26T20:07:42.601Z] OK: 72 MiB in 58 packages [2020-10-26T20:07:42.617Z] ---> 3a63a0a3b6a0 [2020-10-26T20:07:42.617Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-10-26T20:07:42.898Z] Removing intermediate container 8eae40c05866 [2020-10-26T20:07:42.898Z] ---> b58373e28108 [2020-10-26T20:07:42.898Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-10-26T20:07:43.192Z] Removing intermediate container bc96fbc23098 [2020-10-26T20:07:43.192Z] ---> 8827d57c3103 [2020-10-26T20:07:43.192Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-10-26T20:07:43.192Z] ---> Running in 22c5adab9d11 [2020-10-26T20:07:43.483Z] Removing intermediate container 22c5adab9d11 [2020-10-26T20:07:43.483Z] ---> bca59f7ef3e2 [2020-10-26T20:07:43.483Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-26T20:07:43.483Z] ---> Running in bf121e075d4c [2020-10-26T20:07:43.753Z] Removing intermediate container bf121e075d4c [2020-10-26T20:07:43.753Z] ---> 973d9b55dc94 [2020-10-26T20:07:43.753Z] Step 25/27 : LABEL arch=x86_64 [2020-10-26T20:07:43.753Z] ---> Running in b9fb2c856223 [2020-10-26T20:07:43.886Z] Removing intermediate container f3ff029aba25 [2020-10-26T20:07:43.886Z] ---> 5d3789aa36de [2020-10-26T20:07:43.886Z] [2020-10-26T20:07:43.886Z] Step 11/27 : FROM docker:latest [2020-10-26T20:07:43.886Z] ---> 5d4db4dc0692 [2020-10-26T20:07:43.886Z] Step 12/27 : RUN apk add --no-cache bash [2020-10-26T20:07:44.019Z] Removing intermediate container b9fb2c856223 [2020-10-26T20:07:44.019Z] ---> 6e88f985ee20 [2020-10-26T20:07:44.019Z] Step 26/27 : LABEL git_sha=70c918de78a758e1281f9e18824a6a08fc9647aa [2020-10-26T20:07:44.019Z] ---> Running in b7fe928f1496 [2020-10-26T20:07:44.165Z] ---> Running in 73c2cac34d02 [2020-10-26T20:07:44.284Z] Removing intermediate container b7fe928f1496 [2020-10-26T20:07:44.284Z] ---> ccc8de0b30f8 [2020-10-26T20:07:44.284Z] Step 27/27 : LABEL version=1.2.2-dev.100 [2020-10-26T20:07:44.284Z] ---> Running in a76ab4c196fb [2020-10-26T20:07:44.445Z] ---> e1e342624607 [2020-10-26T20:07:44.445Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-10-26T20:07:44.445Z] ---> a4b6e925f580 [2020-10-26T20:07:44.445Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-10-26T20:07:44.550Z] Removing intermediate container a76ab4c196fb [2020-10-26T20:07:44.550Z] ---> bdaa91290cdd [2020-10-26T20:07:44.550Z] [2020-10-26T20:07:44.550Z] Successfully built bdaa91290cdd [2020-10-26T20:07:44.550Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-10-26T20:07:45.149Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-10-26T20:07:45.164Z] $ docker stop --time=1 912a10a68b898b83e3146913311528282f76fbda9e89c6e80cbe7c4fa837fc59 [2020-10-26T20:07:46.451Z] ---> fc63e94f15f9 [2020-10-26T20:07:46.451Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-10-26T20:07:46.451Z] ---> 91eb0d702d84 [2020-10-26T20:07:46.451Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-10-26T20:07:46.918Z] $ docker rm -f 912a10a68b898b83e3146913311528282f76fbda9e89c6e80cbe7c4fa837fc59 [2020-10-26T20:07:47.076Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-26T20:07:47.358Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-26T20:07:47.596Z] + docker images [2020-10-26T20:07:47.596Z] + grep docker [2020-10-26T20:07:47.896Z] docker-sys-mgmt-agent-go latest bdaa91290cdd 3 seconds ago 290MB [2020-10-26T20:07:47.896Z] docker-core-data-go latest b1d356b01f4c 28 seconds ago 23.7MB [2020-10-26T20:07:47.896Z] docker-support-notifications-go latest 821cfc06aa16 36 seconds ago 13.6MB [2020-10-26T20:07:47.896Z] docker-security-secretstore-setup-go latest 4a0233873671 About a minute ago 32.4MB [2020-10-26T20:07:47.896Z] docker-security-proxy-setup-go latest 45d9f0d6541c About a minute ago 15.8MB [2020-10-26T20:07:47.896Z] docker-security-secrets-setup-go latest 94d80f1289b1 2 minutes ago 24MB [2020-10-26T20:07:47.896Z] docker-core-metadata-go latest 8901a82f4009 2 minutes ago 14.5MB [2020-10-26T20:07:47.896Z] docker-core-command-go latest 1b8bece96eef 2 minutes ago 12.2MB [2020-10-26T20:07:47.896Z] docker-support-scheduler-go latest 5c2d6548c850 2 minutes ago 12.3MB [2020-10-26T20:07:47.896Z] docker-support-logging-go latest 12b989555083 2 minutes ago 11.1MB [2020-10-26T20:07:47.896Z] docker latest 6972c414f322 4 days ago 217MB [Pipeline] } [2020-10-26T20:07:47.983Z] ---> 2ea2a54eba0a [2020-10-26T20:07:47.983Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-10-26T20:07:47.983Z] (1/2) Installing readline (8.0.4-r0) [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [2020-10-26T20:07:48.271Z] (2/2) Installing bash (5.0.17-r0) [2020-10-26T20:07:48.272Z] Executing bash-5.0.17-r0.post-install [2020-10-26T20:07:48.272Z] Executing busybox-1.31.1-r19.trigger [2020-10-26T20:07:48.272Z] OK: 12 MiB in 22 packages [2020-10-26T20:07:48.272Z] ---> 088bff5ef681 [2020-10-26T20:07:48.272Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-10-26T20:07:48.641Z] provisioning config files... [2020-10-26T20:07:48.719Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/216@tmp/config7036377720063886312tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-10-26T20:07:49.159Z] ---> docker-login.sh [2020-10-26T20:07:49.159Z] nexus3.edgexfoundry.org:10001 [2020-10-26T20:07:49.159Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-26T20:07:49.487Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-26T20:07:49.487Z] Configure a credential helper to remove this warning. See [2020-10-26T20:07:49.487Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-26T20:07:49.487Z] [2020-10-26T20:07:49.487Z] Login Succeeded [2020-10-26T20:07:49.487Z] nexus3.edgexfoundry.org:10002 [2020-10-26T20:07:49.754Z] ---> e1631a62506f [2020-10-26T20:07:49.754Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-10-26T20:07:49.826Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-26T20:07:50.037Z] ---> Running in 0d1e5057a6c3 [2020-10-26T20:07:50.124Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-26T20:07:50.124Z] Configure a credential helper to remove this warning. See [2020-10-26T20:07:50.124Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-26T20:07:50.124Z] [2020-10-26T20:07:50.124Z] Login Succeeded [2020-10-26T20:07:50.124Z] nexus3.edgexfoundry.org:10003 [2020-10-26T20:07:50.320Z] ---> 9ca8e1f92424 [2020-10-26T20:07:50.320Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-10-26T20:07:50.611Z] ---> Running in dfcfed73863e [2020-10-26T20:07:50.762Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-26T20:07:50.762Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-26T20:07:50.762Z] Configure a credential helper to remove this warning. See [2020-10-26T20:07:50.762Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-26T20:07:50.762Z] [2020-10-26T20:07:50.762Z] Login Succeeded [2020-10-26T20:07:50.762Z] nexus3.edgexfoundry.org:10004 [2020-10-26T20:07:50.885Z] Removing intermediate container 73c2cac34d02 [2020-10-26T20:07:50.885Z] ---> 15388f5bbaf7 [2020-10-26T20:07:50.885Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-10-26T20:07:51.072Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-26T20:07:51.163Z] ---> Running in aaee9f5aea5e [2020-10-26T20:07:51.346Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-26T20:07:51.346Z] Configure a credential helper to remove this warning. See [2020-10-26T20:07:51.346Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-26T20:07:51.346Z] [2020-10-26T20:07:51.346Z] Login Succeeded [2020-10-26T20:07:51.346Z] docker.io [2020-10-26T20:07:51.346Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-26T20:07:51.740Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-26T20:07:51.740Z] Configure a credential helper to remove this warning. See [2020-10-26T20:07:51.740Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-26T20:07:51.740Z] [2020-10-26T20:07:51.740Z] Login Succeeded [2020-10-26T20:07:51.740Z] ---> docker-login.sh ends [2020-10-26T20:07:51.762Z] Removing intermediate container dfcfed73863e [2020-10-26T20:07:51.762Z] ---> 2d2ee3b780c9 [2020-10-26T20:07:51.762Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [Pipeline] } [2020-10-26T20:07:51.766Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-26T20:07:52.001Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2020-10-26T20:07:52.001Z] 70c918de78a758e1281f9e18824a6a08fc9647aa [2020-10-26T20:07:52.001Z] 1.2.2-dev.100 [2020-10-26T20:07:52.001Z] 70c918de78a758e1281f9e18824a6a08fc9647aa-1.2.2-dev.100 [2020-10-26T20:07:52.001Z] master [2020-10-26T20:07:52.001Z] ===================================================== [2020-10-26T20:07:52.035Z] ---> Running in 53639ebf9e7c [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:07:52.640Z] Removing intermediate container 53639ebf9e7c [2020-10-26T20:07:52.640Z] ---> 355055fd2960 [2020-10-26T20:07:52.640Z] Step 20/22 : LABEL arch=arm64 [2020-10-26T20:07:52.678Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:70c918de78a758e1281f9e18824a6a08fc9647aa [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:07:52.925Z] ---> Running in a6a9c5caf964 [2020-10-26T20:07:53.272Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:70c918de78a758e1281f9e18824a6a08fc9647aa [2020-10-26T20:07:53.272Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-10-26T20:07:53.272Z] af8adfbe1fd0: Preparing [2020-10-26T20:07:53.272Z] fcded0c511b9: Preparing [2020-10-26T20:07:53.272Z] 42f5630eb0e5: Preparing [2020-10-26T20:07:53.922Z] Removing intermediate container a6a9c5caf964 [2020-10-26T20:07:53.951Z] af8adfbe1fd0: Pushed [2020-10-26T20:07:53.951Z] 42f5630eb0e5: Pushed [2020-10-26T20:07:54.203Z] ---> 9ca916591c85 [2020-10-26T20:07:54.203Z] Step 21/22 : LABEL git_sha=70c918de78a758e1281f9e18824a6a08fc9647aa [2020-10-26T20:07:54.203Z] ---> Running in 5d426a198a05 [2020-10-26T20:07:55.216Z] Removing intermediate container 0d1e5057a6c3 [2020-10-26T20:07:55.216Z] ---> ab7afc758d89 [2020-10-26T20:07:55.216Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-10-26T20:07:55.216Z] Removing intermediate container 5d426a198a05 [2020-10-26T20:07:55.216Z] ---> 4da446636c20 [2020-10-26T20:07:55.216Z] Step 22/22 : LABEL version=1.2.2-dev.100 [2020-10-26T20:07:55.499Z] ---> Running in 8ccf47692496 [2020-10-26T20:07:55.547Z] fcded0c511b9: Pushed [2020-10-26T20:07:55.818Z] 70c918de78a758e1281f9e18824a6a08fc9647aa: digest: sha256:41b7e04f875316edb8c847cf51b95f4eff06824c2e173a075097311ca9a41257 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:07:56.114Z] Removing intermediate container aaee9f5aea5e [2020-10-26T20:07:56.114Z] ---> 194c2b8e619a [2020-10-26T20:07:56.114Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-10-26T20:07:56.151Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.100 [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:07:56.393Z] ---> Running in 9be09e41b9d1 [2020-10-26T20:07:56.574Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.100 [2020-10-26T20:07:56.574Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-10-26T20:07:56.574Z] af8adfbe1fd0: Preparing [2020-10-26T20:07:56.574Z] fcded0c511b9: Preparing [2020-10-26T20:07:56.574Z] 42f5630eb0e5: Preparing [2020-10-26T20:07:56.575Z] af8adfbe1fd0: Layer already exists [2020-10-26T20:07:56.575Z] 42f5630eb0e5: Layer already exists [2020-10-26T20:07:56.575Z] fcded0c511b9: Layer already exists [2020-10-26T20:07:56.575Z] 1.2.2-dev.100: digest: sha256:41b7e04f875316edb8c847cf51b95f4eff06824c2e173a075097311ca9a41257 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:07:56.678Z] Removing intermediate container 8ccf47692496 [2020-10-26T20:07:56.678Z] ---> 71a1879379f7 [2020-10-26T20:07:56.678Z] [2020-10-26T20:07:56.949Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:70c918de78a758e1281f9e18824a6a08fc9647aa-1.2.2-dev.100 [2020-10-26T20:07:56.957Z] ---> 9785ee3b88a1 [2020-10-26T20:07:56.957Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:07:57.238Z] Successfully built 71a1879379f7 [2020-10-26T20:07:57.238Z] ---> Running in 64e8e277198d [2020-10-26T20:07:57.238Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-10-26T20:07:57.238Z]  Building docker-support-logging-go ... done Building docker-security-secretstore-setup-go [2020-10-26T20:07:57.384Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:70c918de78a758e1281f9e18824a6a08fc9647aa-1.2.2-dev.100 [2020-10-26T20:07:57.519Z] Removing intermediate container 9be09e41b9d1 [2020-10-26T20:07:57.519Z] ---> 671510557634 [2020-10-26T20:07:57.519Z] Step 15/27 : ENV APP_PORT=48090 [2020-10-26T20:07:57.669Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-10-26T20:07:57.669Z] af8adfbe1fd0: Preparing [2020-10-26T20:07:57.669Z] fcded0c511b9: Preparing [2020-10-26T20:07:57.669Z] 42f5630eb0e5: Preparing [2020-10-26T20:07:57.801Z] ---> Running in c980e06f714a [2020-10-26T20:07:57.940Z] 42f5630eb0e5: Layer already exists [2020-10-26T20:07:57.940Z] fcded0c511b9: Layer already exists [2020-10-26T20:07:57.940Z] af8adfbe1fd0: Layer already exists [2020-10-26T20:07:57.940Z] 70c918de78a758e1281f9e18824a6a08fc9647aa-1.2.2-dev.100: digest: sha256:41b7e04f875316edb8c847cf51b95f4eff06824c2e173a075097311ca9a41257 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:07:58.292Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:07:58.732Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2020-10-26T20:07:58.732Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-10-26T20:07:58.732Z] af8adfbe1fd0: Preparing [2020-10-26T20:07:58.732Z] fcded0c511b9: Preparing [2020-10-26T20:07:58.732Z] 42f5630eb0e5: Preparing [2020-10-26T20:07:58.794Z] Removing intermediate container c980e06f714a [2020-10-26T20:07:58.794Z] ---> 6a7c1c871e8e [2020-10-26T20:07:58.794Z] Step 16/27 : EXPOSE $APP_PORT [2020-10-26T20:07:59.008Z] fcded0c511b9: Layer already exists [2020-10-26T20:07:59.008Z] 42f5630eb0e5: Layer already exists [2020-10-26T20:07:59.008Z] af8adfbe1fd0: Layer already exists [2020-10-26T20:07:59.008Z] master: digest: sha256:41b7e04f875316edb8c847cf51b95f4eff06824c2e173a075097311ca9a41257 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-26T20:07:59.241Z] ===================================================== [Pipeline] echo [2020-10-26T20:07:59.297Z] taggedImages: [2020-10-26T20:07:59.297Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:70c918de78a758e1281f9e18824a6a08fc9647aa [2020-10-26T20:07:59.297Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.100 [2020-10-26T20:07:59.297Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:70c918de78a758e1281f9e18824a6a08fc9647aa-1.2.2-dev.100 [2020-10-26T20:07:59.297Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2020-10-26T20:07:59.365Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2020-10-26T20:07:59.365Z] 70c918de78a758e1281f9e18824a6a08fc9647aa [2020-10-26T20:07:59.365Z] 1.2.2-dev.100 [2020-10-26T20:07:59.365Z] 70c918de78a758e1281f9e18824a6a08fc9647aa-1.2.2-dev.100 [2020-10-26T20:07:59.365Z] master [2020-10-26T20:07:59.365Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:07:59.780Z] ---> Running in bbcc1477ffc5 [2020-10-26T20:07:59.907Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:70c918de78a758e1281f9e18824a6a08fc9647aa [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:08:00.288Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:70c918de78a758e1281f9e18824a6a08fc9647aa [2020-10-26T20:08:00.288Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-10-26T20:08:00.288Z] 67e337a2c91b: Preparing [2020-10-26T20:08:00.288Z] a609c26c94f5: Preparing [2020-10-26T20:08:00.288Z] a66867695b73: Preparing [2020-10-26T20:08:00.288Z] 84fb16513082: Preparing [2020-10-26T20:08:00.288Z] 5640397d40f7: Preparing [2020-10-26T20:08:00.288Z] ace0eda3e3be: Preparing [2020-10-26T20:08:00.288Z] ace0eda3e3be: Waiting [2020-10-26T20:08:00.700Z] 67e337a2c91b: Pushed [2020-10-26T20:08:01.036Z] 5640397d40f7: Pushed [2020-10-26T20:08:01.036Z] a66867695b73: Pushed [2020-10-26T20:08:01.036Z] ace0eda3e3be: Layer already exists [2020-10-26T20:08:01.036Z] 84fb16513082: Pushed [2020-10-26T20:08:01.233Z] Removing intermediate container bbcc1477ffc5 [2020-10-26T20:08:01.233Z] ---> 5687bf049490 [2020-10-26T20:08:01.233Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-10-26T20:08:01.840Z] Removing intermediate container 64e8e277198d [2020-10-26T20:08:01.841Z] ---> 54c52522b98f [2020-10-26T20:08:01.841Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-10-26T20:08:02.124Z] ---> Running in d3d68a8013ca [2020-10-26T20:08:02.519Z] a609c26c94f5: Pushed [2020-10-26T20:08:02.809Z] 70c918de78a758e1281f9e18824a6a08fc9647aa: digest: sha256:880432d4c67d481573290a064f87df6b68eabf38174112168adb8a2ed5edbe47 size: 1572 [2020-10-26T20:08:03.108Z] ---> c53694d73e5e [2020-10-26T20:08:03.108Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:08:03.541Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.100 [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:08:03.888Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.100 [2020-10-26T20:08:03.888Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-10-26T20:08:03.888Z] 67e337a2c91b: Preparing [2020-10-26T20:08:03.888Z] a609c26c94f5: Preparing [2020-10-26T20:08:03.888Z] a66867695b73: Preparing [2020-10-26T20:08:03.888Z] 84fb16513082: Preparing [2020-10-26T20:08:03.888Z] 5640397d40f7: Preparing [2020-10-26T20:08:03.888Z] ace0eda3e3be: Preparing [2020-10-26T20:08:03.888Z] ace0eda3e3be: Waiting [2020-10-26T20:08:03.888Z] 67e337a2c91b: Layer already exists [2020-10-26T20:08:03.888Z] a66867695b73: Layer already exists [2020-10-26T20:08:03.888Z] 84fb16513082: Layer already exists [2020-10-26T20:08:03.888Z] a609c26c94f5: Layer already exists [2020-10-26T20:08:03.888Z] 5640397d40f7: Layer already exists [2020-10-26T20:08:03.888Z] ace0eda3e3be: Layer already exists [2020-10-26T20:08:03.888Z] 1.2.2-dev.100: digest: sha256:880432d4c67d481573290a064f87df6b68eabf38174112168adb8a2ed5edbe47 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:08:04.243Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:70c918de78a758e1281f9e18824a6a08fc9647aa-1.2.2-dev.100 [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:08:04.575Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:70c918de78a758e1281f9e18824a6a08fc9647aa-1.2.2-dev.100 [2020-10-26T20:08:04.575Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-10-26T20:08:04.575Z] 67e337a2c91b: Preparing [2020-10-26T20:08:04.575Z] a609c26c94f5: Preparing [2020-10-26T20:08:04.575Z] a66867695b73: Preparing [2020-10-26T20:08:04.575Z] 84fb16513082: Preparing [2020-10-26T20:08:04.575Z] 5640397d40f7: Preparing [2020-10-26T20:08:04.575Z] ace0eda3e3be: Preparing [2020-10-26T20:08:04.575Z] ace0eda3e3be: Waiting [2020-10-26T20:08:04.575Z] 5640397d40f7: Layer already exists [2020-10-26T20:08:04.575Z] a66867695b73: Layer already exists [2020-10-26T20:08:04.575Z] 67e337a2c91b: Layer already exists [2020-10-26T20:08:04.575Z] 84fb16513082: Layer already exists [2020-10-26T20:08:04.575Z] a609c26c94f5: Layer already exists [2020-10-26T20:08:04.575Z] ace0eda3e3be: Layer already exists [2020-10-26T20:08:04.575Z] 70c918de78a758e1281f9e18824a6a08fc9647aa-1.2.2-dev.100: digest: sha256:880432d4c67d481573290a064f87df6b68eabf38174112168adb8a2ed5edbe47 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:08:04.935Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:08:05.099Z] ---> 05b0c8c18778 [2020-10-26T20:08:05.099Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-10-26T20:08:05.245Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2020-10-26T20:08:05.245Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-10-26T20:08:05.245Z] 67e337a2c91b: Preparing [2020-10-26T20:08:05.245Z] a609c26c94f5: Preparing [2020-10-26T20:08:05.245Z] a66867695b73: Preparing [2020-10-26T20:08:05.245Z] 84fb16513082: Preparing [2020-10-26T20:08:05.245Z] 5640397d40f7: Preparing [2020-10-26T20:08:05.245Z] ace0eda3e3be: Preparing [2020-10-26T20:08:05.245Z] ace0eda3e3be: Waiting [2020-10-26T20:08:05.245Z] a66867695b73: Layer already exists [2020-10-26T20:08:05.245Z] a609c26c94f5: Layer already exists [2020-10-26T20:08:05.245Z] 67e337a2c91b: Layer already exists [2020-10-26T20:08:05.245Z] 5640397d40f7: Layer already exists [2020-10-26T20:08:05.245Z] 84fb16513082: Layer already exists [2020-10-26T20:08:05.245Z] ace0eda3e3be: Layer already exists [2020-10-26T20:08:05.245Z] master: digest: sha256:880432d4c67d481573290a064f87df6b68eabf38174112168adb8a2ed5edbe47 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-26T20:08:05.447Z] ===================================================== [Pipeline] echo [2020-10-26T20:08:05.497Z] taggedImages: [2020-10-26T20:08:05.497Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:70c918de78a758e1281f9e18824a6a08fc9647aa [2020-10-26T20:08:05.497Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.100 [2020-10-26T20:08:05.497Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:70c918de78a758e1281f9e18824a6a08fc9647aa-1.2.2-dev.100 [2020-10-26T20:08:05.497Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2020-10-26T20:08:05.568Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2020-10-26T20:08:05.568Z] 70c918de78a758e1281f9e18824a6a08fc9647aa [2020-10-26T20:08:05.568Z] 1.2.2-dev.100 [2020-10-26T20:08:05.568Z] 70c918de78a758e1281f9e18824a6a08fc9647aa-1.2.2-dev.100 [2020-10-26T20:08:05.568Z] master [2020-10-26T20:08:05.568Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:08:06.216Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:70c918de78a758e1281f9e18824a6a08fc9647aa [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:08:06.863Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:70c918de78a758e1281f9e18824a6a08fc9647aa [2020-10-26T20:08:06.863Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-10-26T20:08:07.208Z] bc350a185666: Preparing [2020-10-26T20:08:07.208Z] 019b598390b6: Preparing [2020-10-26T20:08:07.208Z] 6b8820677ef5: Preparing [2020-10-26T20:08:07.582Z] 6b8820677ef5: Pushed [2020-10-26T20:08:07.582Z] bc350a185666: Pushed [2020-10-26T20:08:07.757Z] ---> 2392d4517e61 [2020-10-26T20:08:07.757Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-10-26T20:08:07.757Z] Removing intermediate container d3d68a8013ca [2020-10-26T20:08:07.757Z] ---> f22b731bceeb [2020-10-26T20:08:07.757Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-10-26T20:08:08.034Z] ---> Running in 950c0376d2f1 [2020-10-26T20:08:08.034Z] ---> Running in 7c9afacb3787 [2020-10-26T20:08:09.508Z] Removing intermediate container 7c9afacb3787 [2020-10-26T20:08:09.508Z] ---> 1b206d592fff [2020-10-26T20:08:09.508Z] Step 26/29 : CMD [ "generate" ] [2020-10-26T20:08:09.687Z] 019b598390b6: Pushed [2020-10-26T20:08:09.687Z] 70c918de78a758e1281f9e18824a6a08fc9647aa: digest: sha256:f801c220f3cda2da48add492dadf49e6801143809128e610f78a8b72de3a0a72 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:08:10.246Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.100 [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:08:10.407Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-26T20:08:10.407Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-10-26T20:08:10.407Z] ---> 20885e10bd79 [2020-10-26T20:08:10.407Z] Step 3/26 : WORKDIR /edgex-go [2020-10-26T20:08:10.407Z] ---> Using cache [2020-10-26T20:08:10.407Z] ---> fbb654b11fbe [2020-10-26T20:08:10.407Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-26T20:08:10.407Z] ---> Using cache [2020-10-26T20:08:10.407Z] ---> f3dbf434d7a0 [2020-10-26T20:08:10.407Z] Step 5/26 : RUN apk update && apk add make git [2020-10-26T20:08:10.407Z] ---> Running in f7a1a86846e0 [2020-10-26T20:08:10.407Z] ---> Running in 47a8d68d6f7b [2020-10-26T20:08:10.576Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.100 [2020-10-26T20:08:10.576Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-10-26T20:08:10.576Z] bc350a185666: Preparing [2020-10-26T20:08:10.576Z] 019b598390b6: Preparing [2020-10-26T20:08:10.576Z] 6b8820677ef5: Preparing [2020-10-26T20:08:10.576Z] bc350a185666: Layer already exists [2020-10-26T20:08:10.576Z] 6b8820677ef5: Layer already exists [2020-10-26T20:08:10.576Z] 019b598390b6: Layer already exists [2020-10-26T20:08:10.689Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-26T20:08:10.689Z] Removing intermediate container cd796899e558 [2020-10-26T20:08:10.689Z] ---> 791f1acf473d [2020-10-26T20:08:10.689Z] [2020-10-26T20:08:10.689Z] Step 10/22 : FROM scratch [2020-10-26T20:08:10.689Z] ---> [2020-10-26T20:08:10.689Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-26T20:08:10.845Z] 1.2.2-dev.100: digest: sha256:f801c220f3cda2da48add492dadf49e6801143809128e610f78a8b72de3a0a72 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:08:10.968Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-26T20:08:11.176Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:70c918de78a758e1281f9e18824a6a08fc9647aa-1.2.2-dev.100 [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:08:11.514Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:70c918de78a758e1281f9e18824a6a08fc9647aa-1.2.2-dev.100 [2020-10-26T20:08:11.514Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-10-26T20:08:11.514Z] bc350a185666: Preparing [2020-10-26T20:08:11.514Z] 019b598390b6: Preparing [2020-10-26T20:08:11.514Z] 6b8820677ef5: Preparing [2020-10-26T20:08:11.514Z] 019b598390b6: Layer already exists [2020-10-26T20:08:11.514Z] bc350a185666: Layer already exists [2020-10-26T20:08:11.514Z] 6b8820677ef5: Layer already exists [2020-10-26T20:08:11.515Z] 70c918de78a758e1281f9e18824a6a08fc9647aa-1.2.2-dev.100: digest: sha256:f801c220f3cda2da48add492dadf49e6801143809128e610f78a8b72de3a0a72 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:08:11.564Z] ---> Running in a014f2494e65 [2020-10-26T20:08:11.564Z] Removing intermediate container f7a1a86846e0 [2020-10-26T20:08:11.564Z] ---> d75730726cb1 [2020-10-26T20:08:11.564Z] Step 27/29 : LABEL arch=arm64 [2020-10-26T20:08:11.564Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-10-26T20:08:11.564Z] (2/33) Installing expat (2.2.9-r1) [2020-10-26T20:08:11.564Z] (3/33) Installing libffi (3.3-r2) [2020-10-26T20:08:11.564Z] (4/33) Installing gdbm (1.13-r1) [2020-10-26T20:08:11.564Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-10-26T20:08:11.564Z] ---> Running in 2584709a94a6 [2020-10-26T20:08:11.564Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-10-26T20:08:11.838Z] (7/33) Installing python3 (3.8.5-r0) [2020-10-26T20:08:11.875Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:08:12.116Z] Removing intermediate container a014f2494e65 [2020-10-26T20:08:12.117Z] ---> 0d74fe8ce523 [2020-10-26T20:08:12.117Z] Step 12/22 : ENV APP_PORT=48081 [2020-10-26T20:08:12.229Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2020-10-26T20:08:12.229Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-10-26T20:08:12.229Z] bc350a185666: Preparing [2020-10-26T20:08:12.229Z] 019b598390b6: Preparing [2020-10-26T20:08:12.229Z] 6b8820677ef5: Preparing [2020-10-26T20:08:12.229Z] bc350a185666: Layer already exists [2020-10-26T20:08:12.229Z] 019b598390b6: Layer already exists [2020-10-26T20:08:12.229Z] 6b8820677ef5: Layer already exists [2020-10-26T20:08:12.393Z] ---> Running in 252cb8916e11 [2020-10-26T20:08:12.494Z] master: digest: sha256:f801c220f3cda2da48add492dadf49e6801143809128e610f78a8b72de3a0a72 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [2020-10-26T20:08:12.668Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-26T20:08:12.668Z] Removing intermediate container 2584709a94a6 [2020-10-26T20:08:12.668Z] ---> 6a9d54d58f70 [2020-10-26T20:08:12.668Z] Step 28/29 : LABEL git_sha=70c918de78a758e1281f9e18824a6a08fc9647aa [Pipeline] echo [2020-10-26T20:08:12.693Z] ===================================================== [Pipeline] echo [2020-10-26T20:08:12.742Z] taggedImages: [2020-10-26T20:08:12.742Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:70c918de78a758e1281f9e18824a6a08fc9647aa [2020-10-26T20:08:12.742Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.100 [2020-10-26T20:08:12.742Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:70c918de78a758e1281f9e18824a6a08fc9647aa-1.2.2-dev.100 [2020-10-26T20:08:12.742Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2020-10-26T20:08:12.810Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2020-10-26T20:08:12.810Z] 70c918de78a758e1281f9e18824a6a08fc9647aa [2020-10-26T20:08:12.810Z] 1.2.2-dev.100 [2020-10-26T20:08:12.810Z] 70c918de78a758e1281f9e18824a6a08fc9647aa-1.2.2-dev.100 [2020-10-26T20:08:12.810Z] master [2020-10-26T20:08:12.810Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:08:13.281Z] ---> Running in c0a394caef8b [2020-10-26T20:08:13.281Z] Removing intermediate container 252cb8916e11 [2020-10-26T20:08:13.281Z] ---> d2e1c7a51f18 [2020-10-26T20:08:13.281Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-26T20:08:13.312Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:70c918de78a758e1281f9e18824a6a08fc9647aa [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:08:13.571Z] ---> Running in db4a0aa480f0 [2020-10-26T20:08:13.571Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-26T20:08:13.632Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:70c918de78a758e1281f9e18824a6a08fc9647aa [2020-10-26T20:08:13.633Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-10-26T20:08:13.633Z] aa4dff2cd0e1: Preparing [2020-10-26T20:08:13.633Z] 27ec4d956f5e: Preparing [2020-10-26T20:08:13.633Z] 51539f34926f: Preparing [2020-10-26T20:08:13.633Z] 173d6dc3bf0e: Preparing [2020-10-26T20:08:13.633Z] ace0eda3e3be: Preparing [2020-10-26T20:08:13.633Z] ace0eda3e3be: Layer already exists [2020-10-26T20:08:13.845Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-10-26T20:08:13.845Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-10-26T20:08:13.845Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-10-26T20:08:13.845Z] Removing intermediate container c0a394caef8b [2020-10-26T20:08:13.845Z] ---> 32a4afe1dcdd [2020-10-26T20:08:13.845Z] Step 29/29 : LABEL version=1.2.2-dev.100 [2020-10-26T20:08:13.845Z] (11/33) Installing py3-six (1.15.0-r0) [2020-10-26T20:08:13.845Z] (12/33) Installing py3-packaging (20.4-r0) [2020-10-26T20:08:13.906Z] 51539f34926f: Pushed [2020-10-26T20:08:13.906Z] 27ec4d956f5e: Pushed [2020-10-26T20:08:14.135Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-10-26T20:08:14.135Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-10-26T20:08:14.135Z] Removing intermediate container db4a0aa480f0 [2020-10-26T20:08:14.135Z] ---> a3d92d6fb53d [2020-10-26T20:08:14.135Z] Step 14/22 : WORKDIR / [2020-10-26T20:08:14.135Z] (15/33) Installing py3-idna (2.9-r0) [2020-10-26T20:08:14.135Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-10-26T20:08:14.135Z] ---> Running in 3c6686ce550e [2020-10-26T20:08:14.179Z] 173d6dc3bf0e: Pushed [2020-10-26T20:08:14.412Z] ---> Running in 4c46a98c9b8f [2020-10-26T20:08:14.412Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-10-26T20:08:14.412Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-10-26T20:08:14.412Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-10-26T20:08:14.412Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-10-26T20:08:14.412Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-10-26T20:08:14.412Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-10-26T20:08:14.412Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-26T20:08:14.412Z] v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-26T20:08:14.412Z] OK: 12623 distinct packages available [2020-10-26T20:08:14.412Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-10-26T20:08:14.692Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-10-26T20:08:14.692Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-10-26T20:08:14.692Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-10-26T20:08:14.692Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-10-26T20:08:14.692Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-10-26T20:08:14.692Z] (29/33) Installing py3-progress (1.5-r0) [2020-10-26T20:08:14.692Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-10-26T20:08:14.692Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-10-26T20:08:14.692Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-10-26T20:08:14.973Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-10-26T20:08:14.974Z] Removing intermediate container 3c6686ce550e [2020-10-26T20:08:14.974Z] ---> 25660407e3c1 [2020-10-26T20:08:14.974Z] [2020-10-26T20:08:14.974Z] Removing intermediate container 4c46a98c9b8f [2020-10-26T20:08:14.974Z] ---> d85e4e7c416d [2020-10-26T20:08:14.974Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-10-26T20:08:14.974Z] Executing busybox-1.31.1-r19.trigger [2020-10-26T20:08:14.974Z] OK: 71 MiB in 55 packages [2020-10-26T20:08:15.168Z] aa4dff2cd0e1: Pushed [2020-10-26T20:08:15.168Z] 70c918de78a758e1281f9e18824a6a08fc9647aa: digest: sha256:2c5d4270ea9f2b2d9a073dc117f53a759e644ffff0e188ae5f5d221fc45d2c66 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:08:15.256Z] OK: 217 MiB in 51 packages [2020-10-26T20:08:15.256Z] Successfully built 25660407e3c1 [2020-10-26T20:08:15.534Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-10-26T20:08:15.534Z] Building docker-core-command-go [2020-10-26T20:08:15.543Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.100 [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:08:15.896Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.100 [2020-10-26T20:08:15.896Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-10-26T20:08:15.896Z] aa4dff2cd0e1: Preparing [2020-10-26T20:08:15.896Z] 27ec4d956f5e: Preparing [2020-10-26T20:08:15.896Z] 51539f34926f: Preparing [2020-10-26T20:08:15.896Z] 173d6dc3bf0e: Preparing [2020-10-26T20:08:15.896Z] ace0eda3e3be: Preparing [2020-10-26T20:08:15.896Z] aa4dff2cd0e1: Layer already exists [2020-10-26T20:08:15.896Z] 173d6dc3bf0e: Layer already exists [2020-10-26T20:08:15.896Z] 27ec4d956f5e: Layer already exists [2020-10-26T20:08:15.896Z] ace0eda3e3be: Layer already exists [2020-10-26T20:08:15.896Z] 51539f34926f: Layer already exists [2020-10-26T20:08:16.159Z]  Building docker-security-secrets-setup-go ... done  ---> 3ba48264f293 [2020-10-26T20:08:16.159Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-10-26T20:08:16.194Z] 1.2.2-dev.100: digest: sha256:2c5d4270ea9f2b2d9a073dc117f53a759e644ffff0e188ae5f5d221fc45d2c66 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:08:16.606Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:70c918de78a758e1281f9e18824a6a08fc9647aa-1.2.2-dev.100 [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:08:17.091Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:70c918de78a758e1281f9e18824a6a08fc9647aa-1.2.2-dev.100 [2020-10-26T20:08:17.091Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-10-26T20:08:17.091Z] aa4dff2cd0e1: Preparing [2020-10-26T20:08:17.091Z] 27ec4d956f5e: Preparing [2020-10-26T20:08:17.091Z] 51539f34926f: Preparing [2020-10-26T20:08:17.091Z] 173d6dc3bf0e: Preparing [2020-10-26T20:08:17.091Z] ace0eda3e3be: Preparing [2020-10-26T20:08:17.401Z] 27ec4d956f5e: Layer already exists [2020-10-26T20:08:17.401Z] 51539f34926f: Layer already exists [2020-10-26T20:08:17.401Z] aa4dff2cd0e1: Layer already exists [2020-10-26T20:08:17.401Z] ace0eda3e3be: Layer already exists [2020-10-26T20:08:17.401Z] 173d6dc3bf0e: Layer already exists [2020-10-26T20:08:17.667Z] 70c918de78a758e1281f9e18824a6a08fc9647aa-1.2.2-dev.100: digest: sha256:2c5d4270ea9f2b2d9a073dc117f53a759e644ffff0e188ae5f5d221fc45d2c66 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:08:18.012Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:08:18.440Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2020-10-26T20:08:18.440Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-10-26T20:08:18.440Z] aa4dff2cd0e1: Preparing [2020-10-26T20:08:18.440Z] 27ec4d956f5e: Preparing [2020-10-26T20:08:18.440Z] 51539f34926f: Preparing [2020-10-26T20:08:18.440Z] 173d6dc3bf0e: Preparing [2020-10-26T20:08:18.440Z] ace0eda3e3be: Preparing [2020-10-26T20:08:18.440Z] ace0eda3e3be: Layer already exists [2020-10-26T20:08:18.440Z] 51539f34926f: Layer already exists [2020-10-26T20:08:18.440Z] aa4dff2cd0e1: Layer already exists [2020-10-26T20:08:18.440Z] 27ec4d956f5e: Layer already exists [2020-10-26T20:08:18.440Z] 173d6dc3bf0e: Layer already exists [2020-10-26T20:08:18.738Z] master: digest: sha256:2c5d4270ea9f2b2d9a073dc117f53a759e644ffff0e188ae5f5d221fc45d2c66 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [2020-10-26T20:08:18.882Z] Removing intermediate container 47a8d68d6f7b [2020-10-26T20:08:18.882Z] ---> 8105678813e6 [2020-10-26T20:08:18.882Z] Step 6/26 : COPY go.mod . [Pipeline] // withEnv [Pipeline] echo [2020-10-26T20:08:18.962Z] ===================================================== [Pipeline] echo [2020-10-26T20:08:19.015Z] taggedImages: [2020-10-26T20:08:19.015Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:70c918de78a758e1281f9e18824a6a08fc9647aa [2020-10-26T20:08:19.015Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.100 [2020-10-26T20:08:19.015Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:70c918de78a758e1281f9e18824a6a08fc9647aa-1.2.2-dev.100 [2020-10-26T20:08:19.015Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo [2020-10-26T20:08:19.106Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go with the following tags: [2020-10-26T20:08:19.106Z] 70c918de78a758e1281f9e18824a6a08fc9647aa [2020-10-26T20:08:19.106Z] 1.2.2-dev.100 [2020-10-26T20:08:19.106Z] 70c918de78a758e1281f9e18824a6a08fc9647aa-1.2.2-dev.100 [2020-10-26T20:08:19.106Z] master [2020-10-26T20:08:19.106Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:08:19.504Z] ---> fb01a0367274 [2020-10-26T20:08:19.504Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-10-26T20:08:19.676Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:70c918de78a758e1281f9e18824a6a08fc9647aa [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:08:20.123Z] ---> 5148284fcf27 [2020-10-26T20:08:20.123Z] Step 7/26 : RUN go mod download [2020-10-26T20:08:20.224Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:70c918de78a758e1281f9e18824a6a08fc9647aa [2020-10-26T20:08:20.224Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-10-26T20:08:20.224Z] 1be13431e0ec: Preparing [2020-10-26T20:08:20.224Z] e9b9c811ab70: Preparing [2020-10-26T20:08:20.224Z] b4d95020a290: Preparing [2020-10-26T20:08:20.224Z] 6f9ef3f7dc56: Preparing [2020-10-26T20:08:20.224Z] 6f9ef3f7dc56: Preparing [2020-10-26T20:08:20.224Z] 7f786b303a4c: Preparing [2020-10-26T20:08:20.224Z] 0f21a5dfadfc: Preparing [2020-10-26T20:08:20.224Z] 54a7ac8116ed: Preparing [2020-10-26T20:08:20.224Z] 1be13431e0ec: Preparing [2020-10-26T20:08:20.225Z] 1b6d3509fe42: Preparing [2020-10-26T20:08:20.225Z] bf10f1d81f00: Preparing [2020-10-26T20:08:20.225Z] 458bc0c02a1e: Preparing [2020-10-26T20:08:20.225Z] ace0eda3e3be: Preparing [2020-10-26T20:08:20.225Z] 0f21a5dfadfc: Waiting [2020-10-26T20:08:20.225Z] 54a7ac8116ed: Waiting [2020-10-26T20:08:20.225Z] 1b6d3509fe42: Waiting [2020-10-26T20:08:20.225Z] bf10f1d81f00: Waiting [2020-10-26T20:08:20.225Z] 458bc0c02a1e: Waiting [2020-10-26T20:08:20.225Z] ace0eda3e3be: Waiting [2020-10-26T20:08:20.415Z] ---> Running in bfffb2478369 [2020-10-26T20:08:20.557Z] 6f9ef3f7dc56: Pushed [2020-10-26T20:08:20.557Z] 7f786b303a4c: Pushed [2020-10-26T20:08:20.558Z] b4d95020a290: Pushed [2020-10-26T20:08:20.851Z] e9b9c811ab70: Pushed [2020-10-26T20:08:21.023Z] ---> 2af213ae772e [2020-10-26T20:08:21.023Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-10-26T20:08:21.163Z] 0f21a5dfadfc: Pushed [2020-10-26T20:08:21.163Z] 1b6d3509fe42: Pushed [2020-10-26T20:08:21.163Z] bf10f1d81f00: Pushed [2020-10-26T20:08:21.163Z] 54a7ac8116ed: Pushed [2020-10-26T20:08:21.163Z] ace0eda3e3be: Layer already exists [2020-10-26T20:08:21.321Z] ---> Running in c13bfdaaeab2 [2020-10-26T20:08:21.765Z] 458bc0c02a1e: Pushed [2020-10-26T20:08:21.765Z] 1be13431e0ec: Pushed [2020-10-26T20:08:21.945Z] Removing intermediate container 6f9c591d490b [2020-10-26T20:08:21.945Z] ---> b43ae5990aad [2020-10-26T20:08:21.945Z] [2020-10-26T20:08:21.945Z] Step 10/23 : FROM alpine [2020-10-26T20:08:21.945Z] ---> 2e77e061c27f [2020-10-26T20:08:21.945Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-26T20:08:22.056Z] 70c918de78a758e1281f9e18824a6a08fc9647aa: digest: sha256:2dc82283f9b46f40425036362d384adf6341da03cebbb65447d4558b1761def0 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:08:22.453Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.100 [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:08:22.565Z] Removing intermediate container c13bfdaaeab2 [2020-10-26T20:08:22.565Z] ---> d6f180785435 [2020-10-26T20:08:22.565Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-26T20:08:22.813Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.100 [2020-10-26T20:08:22.813Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-10-26T20:08:22.813Z] 1be13431e0ec: Preparing [2020-10-26T20:08:22.813Z] e9b9c811ab70: Preparing [2020-10-26T20:08:22.813Z] b4d95020a290: Preparing [2020-10-26T20:08:22.813Z] 6f9ef3f7dc56: Preparing [2020-10-26T20:08:22.813Z] 6f9ef3f7dc56: Preparing [2020-10-26T20:08:22.813Z] 7f786b303a4c: Preparing [2020-10-26T20:08:22.813Z] 0f21a5dfadfc: Preparing [2020-10-26T20:08:22.813Z] 54a7ac8116ed: Preparing [2020-10-26T20:08:22.813Z] 1be13431e0ec: Preparing [2020-10-26T20:08:22.813Z] 1b6d3509fe42: Preparing [2020-10-26T20:08:22.813Z] bf10f1d81f00: Preparing [2020-10-26T20:08:22.813Z] 458bc0c02a1e: Preparing [2020-10-26T20:08:22.813Z] ace0eda3e3be: Preparing [2020-10-26T20:08:22.813Z] 54a7ac8116ed: Waiting [2020-10-26T20:08:22.813Z] 458bc0c02a1e: Waiting [2020-10-26T20:08:22.813Z] ace0eda3e3be: Waiting [2020-10-26T20:08:22.813Z] 1b6d3509fe42: Waiting [2020-10-26T20:08:22.813Z] bf10f1d81f00: Waiting [2020-10-26T20:08:22.813Z] 0f21a5dfadfc: Waiting [2020-10-26T20:08:22.813Z] e9b9c811ab70: Layer already exists [2020-10-26T20:08:22.813Z] 6f9ef3f7dc56: Layer already exists [2020-10-26T20:08:22.813Z] 1be13431e0ec: Layer already exists [2020-10-26T20:08:22.813Z] b4d95020a290: Layer already exists [2020-10-26T20:08:22.813Z] 7f786b303a4c: Layer already exists [2020-10-26T20:08:22.813Z] 54a7ac8116ed: Layer already exists [2020-10-26T20:08:22.813Z] 1b6d3509fe42: Layer already exists [2020-10-26T20:08:22.813Z] 0f21a5dfadfc: Layer already exists [2020-10-26T20:08:22.813Z] 458bc0c02a1e: Layer already exists [2020-10-26T20:08:22.813Z] bf10f1d81f00: Layer already exists [2020-10-26T20:08:22.813Z] ace0eda3e3be: Layer already exists [2020-10-26T20:08:22.813Z] 1.2.2-dev.100: digest: sha256:2dc82283f9b46f40425036362d384adf6341da03cebbb65447d4558b1761def0 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:08:22.855Z] ---> Running in c80776049374 [2020-10-26T20:08:23.144Z] ---> Running in 12d6e6ff5e16 [2020-10-26T20:08:23.172Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:70c918de78a758e1281f9e18824a6a08fc9647aa-1.2.2-dev.100 [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:08:23.540Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:70c918de78a758e1281f9e18824a6a08fc9647aa-1.2.2-dev.100 [2020-10-26T20:08:23.540Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-10-26T20:08:23.540Z] 1be13431e0ec: Preparing [2020-10-26T20:08:23.540Z] e9b9c811ab70: Preparing [2020-10-26T20:08:23.540Z] b4d95020a290: Preparing [2020-10-26T20:08:23.540Z] 6f9ef3f7dc56: Preparing [2020-10-26T20:08:23.540Z] 6f9ef3f7dc56: Preparing [2020-10-26T20:08:23.540Z] 7f786b303a4c: Preparing [2020-10-26T20:08:23.540Z] 0f21a5dfadfc: Preparing [2020-10-26T20:08:23.540Z] 54a7ac8116ed: Preparing [2020-10-26T20:08:23.540Z] 1be13431e0ec: Preparing [2020-10-26T20:08:23.540Z] 1b6d3509fe42: Preparing [2020-10-26T20:08:23.540Z] bf10f1d81f00: Preparing [2020-10-26T20:08:23.540Z] 458bc0c02a1e: Preparing [2020-10-26T20:08:23.540Z] ace0eda3e3be: Preparing [2020-10-26T20:08:23.540Z] 54a7ac8116ed: Waiting [2020-10-26T20:08:23.540Z] 1b6d3509fe42: Waiting [2020-10-26T20:08:23.540Z] bf10f1d81f00: Waiting [2020-10-26T20:08:23.540Z] 458bc0c02a1e: Waiting [2020-10-26T20:08:23.540Z] ace0eda3e3be: Waiting [2020-10-26T20:08:23.540Z] e9b9c811ab70: Layer already exists [2020-10-26T20:08:23.540Z] b4d95020a290: Layer already exists [2020-10-26T20:08:23.540Z] 6f9ef3f7dc56: Layer already exists [2020-10-26T20:08:23.540Z] 7f786b303a4c: Layer already exists [2020-10-26T20:08:23.540Z] 1be13431e0ec: Layer already exists [2020-10-26T20:08:23.540Z] 0f21a5dfadfc: Layer already exists [2020-10-26T20:08:23.540Z] 54a7ac8116ed: Layer already exists [2020-10-26T20:08:23.540Z] 1b6d3509fe42: Layer already exists [2020-10-26T20:08:23.540Z] bf10f1d81f00: Layer already exists [2020-10-26T20:08:23.540Z] 458bc0c02a1e: Layer already exists [2020-10-26T20:08:23.540Z] ace0eda3e3be: Layer already exists [2020-10-26T20:08:23.754Z] Removing intermediate container c80776049374 [2020-10-26T20:08:23.754Z] ---> 862f38ad16f4 [2020-10-26T20:08:23.754Z] Step 12/23 : ENV APP_PORT=48080 [2020-10-26T20:08:23.808Z] 70c918de78a758e1281f9e18824a6a08fc9647aa-1.2.2-dev.100: digest: sha256:2dc82283f9b46f40425036362d384adf6341da03cebbb65447d4558b1761def0 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:08:24.149Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:08:24.375Z] ---> Running in 4b32e92f71eb [2020-10-26T20:08:24.375Z] Removing intermediate container 12d6e6ff5e16 [2020-10-26T20:08:24.376Z] ---> 385fabf5868f [2020-10-26T20:08:24.376Z] Step 20/22 : LABEL arch=arm64 [2020-10-26T20:08:24.509Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [2020-10-26T20:08:24.509Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-10-26T20:08:24.509Z] 1be13431e0ec: Preparing [2020-10-26T20:08:24.509Z] e9b9c811ab70: Preparing [2020-10-26T20:08:24.509Z] b4d95020a290: Preparing [2020-10-26T20:08:24.509Z] 6f9ef3f7dc56: Preparing [2020-10-26T20:08:24.509Z] 6f9ef3f7dc56: Preparing [2020-10-26T20:08:24.509Z] 7f786b303a4c: Preparing [2020-10-26T20:08:24.509Z] 0f21a5dfadfc: Preparing [2020-10-26T20:08:24.509Z] 54a7ac8116ed: Preparing [2020-10-26T20:08:24.509Z] 1be13431e0ec: Preparing [2020-10-26T20:08:24.509Z] 1b6d3509fe42: Preparing [2020-10-26T20:08:24.509Z] bf10f1d81f00: Preparing [2020-10-26T20:08:24.509Z] 458bc0c02a1e: Preparing [2020-10-26T20:08:24.509Z] ace0eda3e3be: Preparing [2020-10-26T20:08:24.509Z] 54a7ac8116ed: Waiting [2020-10-26T20:08:24.509Z] 0f21a5dfadfc: Waiting [2020-10-26T20:08:24.509Z] 458bc0c02a1e: Waiting [2020-10-26T20:08:24.509Z] 1b6d3509fe42: Waiting [2020-10-26T20:08:24.509Z] bf10f1d81f00: Waiting [2020-10-26T20:08:24.509Z] ace0eda3e3be: Waiting [2020-10-26T20:08:24.509Z] b4d95020a290: Layer already exists [2020-10-26T20:08:24.509Z] e9b9c811ab70: Layer already exists [2020-10-26T20:08:24.509Z] 7f786b303a4c: Layer already exists [2020-10-26T20:08:24.509Z] 6f9ef3f7dc56: Layer already exists [2020-10-26T20:08:24.509Z] 1be13431e0ec: Layer already exists [2020-10-26T20:08:24.509Z] 1b6d3509fe42: Layer already exists [2020-10-26T20:08:24.509Z] 54a7ac8116ed: Layer already exists [2020-10-26T20:08:24.509Z] bf10f1d81f00: Layer already exists [2020-10-26T20:08:24.509Z] 0f21a5dfadfc: Layer already exists [2020-10-26T20:08:24.509Z] 458bc0c02a1e: Layer already exists [2020-10-26T20:08:24.509Z] ace0eda3e3be: Layer already exists [2020-10-26T20:08:24.509Z] master: digest: sha256:2dc82283f9b46f40425036362d384adf6341da03cebbb65447d4558b1761def0 size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-26T20:08:24.751Z] ===================================================== [Pipeline] echo [2020-10-26T20:08:24.806Z] taggedImages: [2020-10-26T20:08:24.806Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:70c918de78a758e1281f9e18824a6a08fc9647aa [2020-10-26T20:08:24.806Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.100 [2020-10-26T20:08:24.806Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:70c918de78a758e1281f9e18824a6a08fc9647aa-1.2.2-dev.100 [2020-10-26T20:08:24.806Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] echo [2020-10-26T20:08:24.873Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2020-10-26T20:08:24.873Z] 70c918de78a758e1281f9e18824a6a08fc9647aa [2020-10-26T20:08:24.873Z] 1.2.2-dev.100 [2020-10-26T20:08:24.873Z] 70c918de78a758e1281f9e18824a6a08fc9647aa-1.2.2-dev.100 [2020-10-26T20:08:24.873Z] master [2020-10-26T20:08:24.873Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [2020-10-26T20:08:24.994Z] ---> Running in 0286a26862fb [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:08:25.289Z] Removing intermediate container 4b32e92f71eb [2020-10-26T20:08:25.289Z] ---> e899ad0e24a9 [2020-10-26T20:08:25.289Z] Step 13/23 : EXPOSE $APP_PORT [2020-10-26T20:08:25.433Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:70c918de78a758e1281f9e18824a6a08fc9647aa [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:08:25.579Z] Removing intermediate container 950c0376d2f1 [2020-10-26T20:08:25.579Z] ---> e0ffb8218638 [2020-10-26T20:08:25.579Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-10-26T20:08:25.875Z] Removing intermediate container bfffb2478369 [2020-10-26T20:08:25.875Z] ---> 337093beac25 [2020-10-26T20:08:25.875Z] Step 8/26 : COPY . . [2020-10-26T20:08:25.989Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:70c918de78a758e1281f9e18824a6a08fc9647aa [2020-10-26T20:08:25.989Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-10-26T20:08:25.989Z] 3a2dcaf8a361: Preparing [2020-10-26T20:08:25.989Z] 1104d5dfdc4f: Preparing [2020-10-26T20:08:25.989Z] a9ae7a36017d: Preparing [2020-10-26T20:08:25.989Z] c6644432444b: Preparing [2020-10-26T20:08:25.989Z] b298ac316cf0: Preparing [2020-10-26T20:08:25.989Z] ea49d0503cb9: Preparing [2020-10-26T20:08:25.989Z] e5b3c52c5466: Preparing [2020-10-26T20:08:25.989Z] 12ac6cc13a1e: Preparing [2020-10-26T20:08:25.989Z] 55d10ddcc76d: Preparing [2020-10-26T20:08:25.989Z] de58dd0af85c: Preparing [2020-10-26T20:08:25.989Z] 1b3ee35aacca: Preparing [2020-10-26T20:08:25.989Z] ea49d0503cb9: Waiting [2020-10-26T20:08:25.989Z] e5b3c52c5466: Waiting [2020-10-26T20:08:25.989Z] 12ac6cc13a1e: Waiting [2020-10-26T20:08:25.989Z] 55d10ddcc76d: Waiting [2020-10-26T20:08:25.989Z] de58dd0af85c: Waiting [2020-10-26T20:08:25.989Z] 1b3ee35aacca: Waiting [2020-10-26T20:08:26.170Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-26T20:08:26.170Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-26T20:08:26.170Z] ---> 20885e10bd79 [2020-10-26T20:08:26.170Z] Step 3/22 : WORKDIR /edgex-go [2020-10-26T20:08:26.170Z] ---> Using cache [2020-10-26T20:08:26.170Z] ---> fbb654b11fbe [2020-10-26T20:08:26.170Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-26T20:08:26.170Z] ---> Using cache [2020-10-26T20:08:26.170Z] ---> f3dbf434d7a0 [2020-10-26T20:08:26.170Z] Step 5/22 : RUN apk update && apk add make git [2020-10-26T20:08:26.170Z] ---> Using cache [2020-10-26T20:08:26.170Z] ---> 8105678813e6 [2020-10-26T20:08:26.170Z] Step 6/22 : COPY go.mod . [2020-10-26T20:08:26.170Z] ---> Using cache [2020-10-26T20:08:26.170Z] ---> 5148284fcf27 [2020-10-26T20:08:26.170Z] Step 7/22 : RUN go mod download [2020-10-26T20:08:26.171Z] ---> Using cache [2020-10-26T20:08:26.171Z] ---> 337093beac25 [2020-10-26T20:08:26.171Z] Step 8/22 : COPY . . [2020-10-26T20:08:26.171Z] ---> Running in 55aba8782170 [2020-10-26T20:08:26.171Z] Removing intermediate container 0286a26862fb [2020-10-26T20:08:26.171Z] ---> 7eaa97e51e9a [2020-10-26T20:08:26.171Z] Step 21/22 : LABEL git_sha=70c918de78a758e1281f9e18824a6a08fc9647aa [2020-10-26T20:08:26.455Z] ---> Running in ac50e4fdd60c [2020-10-26T20:08:26.455Z] ---> Running in db279636d512 [2020-10-26T20:08:26.525Z] 3a2dcaf8a361: Pushed [2020-10-26T20:08:26.525Z] 1104d5dfdc4f: Pushed [2020-10-26T20:08:26.945Z] ea49d0503cb9: Pushed [2020-10-26T20:08:26.945Z] e5b3c52c5466: Pushed [2020-10-26T20:08:27.233Z] 55d10ddcc76d: Pushed [2020-10-26T20:08:27.233Z] 12ac6cc13a1e: Pushed [2020-10-26T20:08:27.473Z] Removing intermediate container 55aba8782170 [2020-10-26T20:08:27.473Z] ---> c77dff521230 [2020-10-26T20:08:27.473Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-26T20:08:27.522Z] 1b3ee35aacca: Layer already exists [2020-10-26T20:08:27.522Z] a9ae7a36017d: Pushed [2020-10-26T20:08:27.522Z] c6644432444b: Pushed [2020-10-26T20:08:27.522Z] de58dd0af85c: Pushed [2020-10-26T20:08:27.810Z] b298ac316cf0: Pushed [2020-10-26T20:08:28.117Z] 70c918de78a758e1281f9e18824a6a08fc9647aa: digest: sha256:ad2d52ac952f5cce392ed5dad642c4d01e2462c3d598d698d104802c32777904 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:08:28.465Z] Removing intermediate container db279636d512 [2020-10-26T20:08:28.465Z] ---> 4617f854f0ee [2020-10-26T20:08:28.465Z] Step 22/22 : LABEL version=1.2.2-dev.100 [2020-10-26T20:08:28.479Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.100 [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:08:28.816Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.100 [2020-10-26T20:08:28.816Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-10-26T20:08:28.816Z] 3a2dcaf8a361: Preparing [2020-10-26T20:08:28.816Z] 1104d5dfdc4f: Preparing [2020-10-26T20:08:28.816Z] a9ae7a36017d: Preparing [2020-10-26T20:08:28.816Z] c6644432444b: Preparing [2020-10-26T20:08:28.816Z] b298ac316cf0: Preparing [2020-10-26T20:08:28.816Z] ea49d0503cb9: Preparing [2020-10-26T20:08:28.816Z] e5b3c52c5466: Preparing [2020-10-26T20:08:28.816Z] 12ac6cc13a1e: Preparing [2020-10-26T20:08:28.816Z] 55d10ddcc76d: Preparing [2020-10-26T20:08:28.817Z] de58dd0af85c: Preparing [2020-10-26T20:08:28.817Z] 1b3ee35aacca: Preparing [2020-10-26T20:08:28.817Z] ea49d0503cb9: Waiting [2020-10-26T20:08:28.817Z] e5b3c52c5466: Waiting [2020-10-26T20:08:28.817Z] 12ac6cc13a1e: Waiting [2020-10-26T20:08:28.817Z] 55d10ddcc76d: Waiting [2020-10-26T20:08:28.817Z] de58dd0af85c: Waiting [2020-10-26T20:08:28.817Z] 1b3ee35aacca: Waiting [2020-10-26T20:08:28.817Z] b298ac316cf0: Layer already exists [2020-10-26T20:08:28.817Z] 1104d5dfdc4f: Layer already exists [2020-10-26T20:08:28.817Z] c6644432444b: Layer already exists [2020-10-26T20:08:28.817Z] 3a2dcaf8a361: Layer already exists [2020-10-26T20:08:28.817Z] a9ae7a36017d: Layer already exists [2020-10-26T20:08:28.817Z] ea49d0503cb9: Layer already exists [2020-10-26T20:08:28.817Z] e5b3c52c5466: Layer already exists [2020-10-26T20:08:28.817Z] 12ac6cc13a1e: Layer already exists [2020-10-26T20:08:28.817Z] 55d10ddcc76d: Layer already exists [2020-10-26T20:08:28.817Z] 1b3ee35aacca: Layer already exists [2020-10-26T20:08:28.817Z] de58dd0af85c: Layer already exists [2020-10-26T20:08:28.817Z] 1.2.2-dev.100: digest: sha256:ad2d52ac952f5cce392ed5dad642c4d01e2462c3d598d698d104802c32777904 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:08:29.482Z] ---> Running in a27626f45f6f [2020-10-26T20:08:29.700Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:70c918de78a758e1281f9e18824a6a08fc9647aa-1.2.2-dev.100 [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:08:30.067Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:70c918de78a758e1281f9e18824a6a08fc9647aa-1.2.2-dev.100 [2020-10-26T20:08:30.067Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-10-26T20:08:30.067Z] 3a2dcaf8a361: Preparing [2020-10-26T20:08:30.067Z] 1104d5dfdc4f: Preparing [2020-10-26T20:08:30.067Z] a9ae7a36017d: Preparing [2020-10-26T20:08:30.067Z] c6644432444b: Preparing [2020-10-26T20:08:30.067Z] b298ac316cf0: Preparing [2020-10-26T20:08:30.067Z] ea49d0503cb9: Preparing [2020-10-26T20:08:30.067Z] e5b3c52c5466: Preparing [2020-10-26T20:08:30.067Z] 12ac6cc13a1e: Preparing [2020-10-26T20:08:30.067Z] 55d10ddcc76d: Preparing [2020-10-26T20:08:30.067Z] de58dd0af85c: Preparing [2020-10-26T20:08:30.067Z] 1b3ee35aacca: Preparing [2020-10-26T20:08:30.067Z] e5b3c52c5466: Waiting [2020-10-26T20:08:30.067Z] 12ac6cc13a1e: Waiting [2020-10-26T20:08:30.067Z] 55d10ddcc76d: Waiting [2020-10-26T20:08:30.067Z] de58dd0af85c: Waiting [2020-10-26T20:08:30.067Z] 1b3ee35aacca: Waiting [2020-10-26T20:08:30.067Z] ea49d0503cb9: Waiting [2020-10-26T20:08:30.067Z] c6644432444b: Layer already exists [2020-10-26T20:08:30.067Z] 3a2dcaf8a361: Layer already exists [2020-10-26T20:08:30.067Z] a9ae7a36017d: Layer already exists [2020-10-26T20:08:30.067Z] b298ac316cf0: Layer already exists [2020-10-26T20:08:30.067Z] 1104d5dfdc4f: Layer already exists [2020-10-26T20:08:30.067Z] ea49d0503cb9: Layer already exists [2020-10-26T20:08:30.067Z] e5b3c52c5466: Layer already exists [2020-10-26T20:08:30.067Z] 12ac6cc13a1e: Layer already exists [2020-10-26T20:08:30.068Z] 55d10ddcc76d: Layer already exists [2020-10-26T20:08:30.068Z] de58dd0af85c: Layer already exists [2020-10-26T20:08:30.068Z] 1b3ee35aacca: Layer already exists [2020-10-26T20:08:30.129Z] ---> Running in 82958d904b04 [2020-10-26T20:08:30.342Z] 70c918de78a758e1281f9e18824a6a08fc9647aa-1.2.2-dev.100: digest: sha256:ad2d52ac952f5cce392ed5dad642c4d01e2462c3d598d698d104802c32777904 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:08:30.751Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2020-10-26T20:08:30.762Z] Removing intermediate container 82958d904b04 [2020-10-26T20:08:30.763Z] ---> 8a0f2c7e0998 [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:08:31.043Z] [2020-10-26T20:08:31.110Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2020-10-26T20:08:31.110Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-10-26T20:08:31.110Z] 3a2dcaf8a361: Preparing [2020-10-26T20:08:31.110Z] 1104d5dfdc4f: Preparing [2020-10-26T20:08:31.110Z] a9ae7a36017d: Preparing [2020-10-26T20:08:31.110Z] c6644432444b: Preparing [2020-10-26T20:08:31.110Z] b298ac316cf0: Preparing [2020-10-26T20:08:31.110Z] ea49d0503cb9: Preparing [2020-10-26T20:08:31.110Z] e5b3c52c5466: Preparing [2020-10-26T20:08:31.110Z] 12ac6cc13a1e: Preparing [2020-10-26T20:08:31.110Z] 55d10ddcc76d: Preparing [2020-10-26T20:08:31.110Z] de58dd0af85c: Preparing [2020-10-26T20:08:31.110Z] 1b3ee35aacca: Preparing [2020-10-26T20:08:31.110Z] e5b3c52c5466: Waiting [2020-10-26T20:08:31.110Z] ea49d0503cb9: Waiting [2020-10-26T20:08:31.110Z] 12ac6cc13a1e: Waiting [2020-10-26T20:08:31.110Z] 55d10ddcc76d: Waiting [2020-10-26T20:08:31.110Z] de58dd0af85c: Waiting [2020-10-26T20:08:31.110Z] 1b3ee35aacca: Waiting [2020-10-26T20:08:31.110Z] b298ac316cf0: Layer already exists [2020-10-26T20:08:31.110Z] 3a2dcaf8a361: Layer already exists [2020-10-26T20:08:31.110Z] c6644432444b: Layer already exists [2020-10-26T20:08:31.110Z] a9ae7a36017d: Layer already exists [2020-10-26T20:08:31.110Z] 1104d5dfdc4f: Layer already exists [2020-10-26T20:08:31.110Z] ea49d0503cb9: Layer already exists [2020-10-26T20:08:31.110Z] 12ac6cc13a1e: Layer already exists [2020-10-26T20:08:31.110Z] e5b3c52c5466: Layer already exists [2020-10-26T20:08:31.110Z] 55d10ddcc76d: Layer already exists [2020-10-26T20:08:31.110Z] de58dd0af85c: Layer already exists [2020-10-26T20:08:31.110Z] 1b3ee35aacca: Layer already exists [2020-10-26T20:08:31.338Z] Successfully built 8a0f2c7e0998 [2020-10-26T20:08:31.338Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-10-26T20:08:31.338Z]  Building docker-core-metadata-go ... done Building docker-support-notifications-go [2020-10-26T20:08:31.388Z] master: digest: sha256:ad2d52ac952f5cce392ed5dad642c4d01e2462c3d598d698d104802c32777904 size: 2616 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-26T20:08:31.638Z] ===================================================== [Pipeline] echo [2020-10-26T20:08:31.685Z] taggedImages: [2020-10-26T20:08:31.685Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:70c918de78a758e1281f9e18824a6a08fc9647aa [2020-10-26T20:08:31.685Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.100 [2020-10-26T20:08:31.685Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:70c918de78a758e1281f9e18824a6a08fc9647aa-1.2.2-dev.100 [2020-10-26T20:08:31.685Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2020-10-26T20:08:31.750Z] [edgeXDocker.push] Tagging docker image docker-support-logging-go with the following tags: [2020-10-26T20:08:31.750Z] 70c918de78a758e1281f9e18824a6a08fc9647aa [2020-10-26T20:08:31.750Z] 1.2.2-dev.100 [2020-10-26T20:08:31.750Z] 70c918de78a758e1281f9e18824a6a08fc9647aa-1.2.2-dev.100 [2020-10-26T20:08:31.750Z] master [2020-10-26T20:08:31.750Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:08:32.370Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:70c918de78a758e1281f9e18824a6a08fc9647aa [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:08:32.817Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:70c918de78a758e1281f9e18824a6a08fc9647aa [2020-10-26T20:08:32.818Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-10-26T20:08:32.818Z] a7b16a25f5bc: Preparing [2020-10-26T20:08:32.818Z] 555e7f059e39: Preparing [2020-10-26T20:08:32.818Z] 90c20a60c965: Preparing [2020-10-26T20:08:32.818Z] c2e6b7d9b2ad: Preparing [2020-10-26T20:08:33.161Z] a7b16a25f5bc: Pushed [2020-10-26T20:08:33.161Z] 90c20a60c965: Pushed [2020-10-26T20:08:33.161Z] c2e6b7d9b2ad: Pushed [2020-10-26T20:08:34.040Z] Collecting docker-compose==1.23.2 [2020-10-26T20:08:34.321Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-10-26T20:08:34.642Z] 555e7f059e39: Pushed [2020-10-26T20:08:34.642Z] 70c918de78a758e1281f9e18824a6a08fc9647aa: digest: sha256:29d100c499fabfa9f08be0ae32128ad47d9a615e5339dfd04a7ea0f806abd6b3 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:08:35.014Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.100 [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:08:35.346Z] Removing intermediate container a27626f45f6f [2020-10-26T20:08:35.346Z] ---> 796dc8702051 [2020-10-26T20:08:35.346Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-10-26T20:08:35.392Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.100 [2020-10-26T20:08:35.392Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-10-26T20:08:35.392Z] a7b16a25f5bc: Preparing [2020-10-26T20:08:35.392Z] 555e7f059e39: Preparing [2020-10-26T20:08:35.392Z] 90c20a60c965: Preparing [2020-10-26T20:08:35.392Z] c2e6b7d9b2ad: Preparing [2020-10-26T20:08:35.392Z] a7b16a25f5bc: Layer already exists [2020-10-26T20:08:35.392Z] 555e7f059e39: Layer already exists [2020-10-26T20:08:35.392Z] c2e6b7d9b2ad: Layer already exists [2020-10-26T20:08:35.392Z] 90c20a60c965: Layer already exists [2020-10-26T20:08:35.665Z] 1.2.2-dev.100: digest: sha256:29d100c499fabfa9f08be0ae32128ad47d9a615e5339dfd04a7ea0f806abd6b3 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:08:35.960Z] ---> Running in d3e8b4fde35d [2020-10-26T20:08:35.960Z] Collecting docker<4.0,>=3.6.0 [2020-10-26T20:08:35.960Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-10-26T20:08:36.009Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:70c918de78a758e1281f9e18824a6a08fc9647aa-1.2.2-dev.100 [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:08:36.334Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:70c918de78a758e1281f9e18824a6a08fc9647aa-1.2.2-dev.100 [2020-10-26T20:08:36.334Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-10-26T20:08:36.334Z] a7b16a25f5bc: Preparing [2020-10-26T20:08:36.334Z] 555e7f059e39: Preparing [2020-10-26T20:08:36.334Z] 90c20a60c965: Preparing [2020-10-26T20:08:36.334Z] c2e6b7d9b2ad: Preparing [2020-10-26T20:08:36.334Z] a7b16a25f5bc: Layer already exists [2020-10-26T20:08:36.334Z] c2e6b7d9b2ad: Layer already exists [2020-10-26T20:08:36.334Z] 90c20a60c965: Layer already exists [2020-10-26T20:08:36.334Z] 555e7f059e39: Layer already exists [2020-10-26T20:08:36.572Z] 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-26T20:08:36.597Z] 70c918de78a758e1281f9e18824a6a08fc9647aa-1.2.2-dev.100: digest: sha256:29d100c499fabfa9f08be0ae32128ad47d9a615e5339dfd04a7ea0f806abd6b3 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:08:37.028Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:08:37.388Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [2020-10-26T20:08:37.388Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-10-26T20:08:37.388Z] a7b16a25f5bc: Preparing [2020-10-26T20:08:37.388Z] 555e7f059e39: Preparing [2020-10-26T20:08:37.388Z] 90c20a60c965: Preparing [2020-10-26T20:08:37.388Z] c2e6b7d9b2ad: Preparing [2020-10-26T20:08:37.388Z] 90c20a60c965: Layer already exists [2020-10-26T20:08:37.388Z] c2e6b7d9b2ad: Layer already exists [2020-10-26T20:08:37.388Z] 555e7f059e39: Layer already exists [2020-10-26T20:08:37.388Z] a7b16a25f5bc: Layer already exists [2020-10-26T20:08:37.576Z] ---> 0843442f0e66 [2020-10-26T20:08:37.576Z] 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-26T20:08:37.652Z] master: digest: sha256:29d100c499fabfa9f08be0ae32128ad47d9a615e5339dfd04a7ea0f806abd6b3 size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-26T20:08:37.837Z] ===================================================== [2020-10-26T20:08:37.851Z] ---> Running in f50ff51478ff [2020-10-26T20:08:37.851Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [Pipeline] echo [2020-10-26T20:08:37.889Z] taggedImages: [2020-10-26T20:08:37.889Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:70c918de78a758e1281f9e18824a6a08fc9647aa [2020-10-26T20:08:37.889Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.100 [2020-10-26T20:08:37.889Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:70c918de78a758e1281f9e18824a6a08fc9647aa-1.2.2-dev.100 [2020-10-26T20:08:37.889Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] echo [2020-10-26T20:08:37.967Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2020-10-26T20:08:37.967Z] 70c918de78a758e1281f9e18824a6a08fc9647aa [2020-10-26T20:08:37.967Z] 1.2.2-dev.100 [2020-10-26T20:08:37.967Z] 70c918de78a758e1281f9e18824a6a08fc9647aa-1.2.2-dev.100 [2020-10-26T20:08:37.967Z] master [2020-10-26T20:08:37.967Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [2020-10-26T20:08:38.132Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-10-26T20:08:38.132Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:08:38.457Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:70c918de78a758e1281f9e18824a6a08fc9647aa [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:08:38.796Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:70c918de78a758e1281f9e18824a6a08fc9647aa [2020-10-26T20:08:38.796Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-10-26T20:08:38.796Z] 544043ec1c54: Preparing [2020-10-26T20:08:38.796Z] f6e869c53a70: Preparing [2020-10-26T20:08:38.796Z] 44ae16f1c50f: Preparing [2020-10-26T20:08:38.796Z] 7d9334496db6: Preparing [2020-10-26T20:08:38.796Z] 5677049252f2: Preparing [2020-10-26T20:08:38.796Z] 555707c7bf98: Preparing [2020-10-26T20:08:39.110Z] 44ae16f1c50f: Pushed [2020-10-26T20:08:39.110Z] 7d9334496db6: Pushed [2020-10-26T20:08:39.110Z] 5677049252f2: Pushed [2020-10-26T20:08:39.110Z] 544043ec1c54: Pushed [2020-10-26T20:08:39.134Z] ---> d6cdec4ee27d [2020-10-26T20:08:39.134Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-10-26T20:08:39.134Z] Collecting jsonschema<3,>=2.5.1 [2020-10-26T20:08:39.134Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-10-26T20:08:39.384Z] 555707c7bf98: Pushed [2020-10-26T20:08:39.412Z] ---> Running in c9fb695fa3b5 [2020-10-26T20:08:39.704Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.100" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-10-26T20:08:39.704Z] Collecting dockerpty<0.5,>=0.4.1 [2020-10-26T20:08:39.704Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-10-26T20:08:39.704Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-26T20:08:40.696Z] (1/5) Installing libgcc (9.3.0-r2) [2020-10-26T20:08:40.696Z] (2/5) Installing libsodium (1.0.18-r0) [2020-10-26T20:08:40.813Z] f6e869c53a70: Pushed [2020-10-26T20:08:40.813Z] 70c918de78a758e1281f9e18824a6a08fc9647aa: digest: sha256:8c5047987fe7f64262bcd6abf3f1e86b63f9826539b2ea0a23eb0189b82e993f size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:08:40.976Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-10-26T20:08:41.164Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.100 [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:08:41.353Z] (4/5) Installing libzmq (4.3.3-r0) [2020-10-26T20:08:41.353Z] (5/5) Installing zeromq (4.3.3-r0) [2020-10-26T20:08:41.353Z] Executing busybox-1.31.1-r19.trigger [2020-10-26T20:08:41.353Z] OK: 8 MiB in 19 packages [2020-10-26T20:08:41.535Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.100 [2020-10-26T20:08:41.535Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-10-26T20:08:41.535Z] 544043ec1c54: Preparing [2020-10-26T20:08:41.535Z] f6e869c53a70: Preparing [2020-10-26T20:08:41.535Z] 44ae16f1c50f: Preparing [2020-10-26T20:08:41.535Z] 7d9334496db6: Preparing [2020-10-26T20:08:41.535Z] 5677049252f2: Preparing [2020-10-26T20:08:41.535Z] 555707c7bf98: Preparing [2020-10-26T20:08:41.535Z] 555707c7bf98: Waiting [2020-10-26T20:08:41.535Z] 5677049252f2: Layer already exists [2020-10-26T20:08:41.535Z] f6e869c53a70: Layer already exists [2020-10-26T20:08:41.535Z] 544043ec1c54: Layer already exists [2020-10-26T20:08:41.535Z] 7d9334496db6: Layer already exists [2020-10-26T20:08:41.535Z] 44ae16f1c50f: Layer already exists [2020-10-26T20:08:41.535Z] 555707c7bf98: Layer already exists [2020-10-26T20:08:41.803Z] 1.2.2-dev.100: digest: sha256:8c5047987fe7f64262bcd6abf3f1e86b63f9826539b2ea0a23eb0189b82e993f size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:08:42.156Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:70c918de78a758e1281f9e18824a6a08fc9647aa-1.2.2-dev.100 [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:08:42.519Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:70c918de78a758e1281f9e18824a6a08fc9647aa-1.2.2-dev.100 [2020-10-26T20:08:42.519Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-10-26T20:08:42.519Z] 544043ec1c54: Preparing [2020-10-26T20:08:42.519Z] f6e869c53a70: Preparing [2020-10-26T20:08:42.519Z] 44ae16f1c50f: Preparing [2020-10-26T20:08:42.519Z] 7d9334496db6: Preparing [2020-10-26T20:08:42.519Z] 5677049252f2: Preparing [2020-10-26T20:08:42.519Z] 555707c7bf98: Preparing [2020-10-26T20:08:42.519Z] 555707c7bf98: Waiting [2020-10-26T20:08:42.519Z] 5677049252f2: Layer already exists [2020-10-26T20:08:42.519Z] 44ae16f1c50f: Layer already exists [2020-10-26T20:08:42.519Z] f6e869c53a70: Layer already exists [2020-10-26T20:08:42.519Z] 7d9334496db6: Layer already exists [2020-10-26T20:08:42.519Z] 544043ec1c54: Layer already exists [2020-10-26T20:08:42.519Z] 555707c7bf98: Layer already exists [2020-10-26T20:08:42.526Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.100" -o cmd/core-command/core-command ./cmd/core-command [2020-10-26T20:08:42.793Z] 70c918de78a758e1281f9e18824a6a08fc9647aa-1.2.2-dev.100: digest: sha256:8c5047987fe7f64262bcd6abf3f1e86b63f9826539b2ea0a23eb0189b82e993f size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:08:43.213Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:08:43.551Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2020-10-26T20:08:43.552Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-10-26T20:08:43.552Z] 544043ec1c54: Preparing [2020-10-26T20:08:43.552Z] f6e869c53a70: Preparing [2020-10-26T20:08:43.552Z] 44ae16f1c50f: Preparing [2020-10-26T20:08:43.552Z] 7d9334496db6: Preparing [2020-10-26T20:08:43.552Z] 5677049252f2: Preparing [2020-10-26T20:08:43.552Z] 555707c7bf98: Preparing [2020-10-26T20:08:43.552Z] 555707c7bf98: Waiting [2020-10-26T20:08:43.552Z] f6e869c53a70: Layer already exists [2020-10-26T20:08:43.552Z] 44ae16f1c50f: Layer already exists [2020-10-26T20:08:43.552Z] 544043ec1c54: Layer already exists [2020-10-26T20:08:43.806Z] Collecting docopt<0.7,>=0.6.1 [2020-10-26T20:08:43.807Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-10-26T20:08:43.807Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-26T20:08:43.807Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-10-26T20:08:43.807Z] ---> 20885e10bd79 [2020-10-26T20:08:43.807Z] Step 3/24 : WORKDIR /edgex-go [2020-10-26T20:08:43.807Z] ---> Using cache [2020-10-26T20:08:43.807Z] ---> fbb654b11fbe [2020-10-26T20:08:43.807Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-26T20:08:43.807Z] ---> Using cache [2020-10-26T20:08:43.807Z] ---> f3dbf434d7a0 [2020-10-26T20:08:43.807Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-10-26T20:08:43.807Z] ---> Running in cda0116048bc [2020-10-26T20:08:43.832Z] 7d9334496db6: Layer already exists [2020-10-26T20:08:43.832Z] 5677049252f2: Layer already exists [2020-10-26T20:08:43.832Z] 555707c7bf98: Layer already exists [2020-10-26T20:08:43.832Z] master: digest: sha256:8c5047987fe7f64262bcd6abf3f1e86b63f9826539b2ea0a23eb0189b82e993f size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-26T20:08:44.064Z] ===================================================== [Pipeline] echo [2020-10-26T20:08:44.123Z] taggedImages: [2020-10-26T20:08:44.123Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:70c918de78a758e1281f9e18824a6a08fc9647aa [2020-10-26T20:08:44.123Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.100 [2020-10-26T20:08:44.123Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:70c918de78a758e1281f9e18824a6a08fc9647aa-1.2.2-dev.100 [2020-10-26T20:08:44.123Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2020-10-26T20:08:44.195Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2020-10-26T20:08:44.195Z] 70c918de78a758e1281f9e18824a6a08fc9647aa [2020-10-26T20:08:44.195Z] 1.2.2-dev.100 [2020-10-26T20:08:44.195Z] 70c918de78a758e1281f9e18824a6a08fc9647aa-1.2.2-dev.100 [2020-10-26T20:08:44.195Z] master [2020-10-26T20:08:44.195Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:08:44.603Z] Removing intermediate container d3e8b4fde35d [2020-10-26T20:08:44.603Z] ---> bfffe057501e [2020-10-26T20:08:44.603Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-10-26T20:08:44.810Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:70c918de78a758e1281f9e18824a6a08fc9647aa [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:08:45.238Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:70c918de78a758e1281f9e18824a6a08fc9647aa [2020-10-26T20:08:45.238Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-10-26T20:08:45.238Z] d822c9355485: Preparing [2020-10-26T20:08:45.238Z] cd683278c967: Preparing [2020-10-26T20:08:45.238Z] fb8cc919b482: Preparing [2020-10-26T20:08:45.565Z] d822c9355485: Pushed [2020-10-26T20:08:45.565Z] fb8cc919b482: Pushed [2020-10-26T20:08:45.657Z] ---> 9d13d5373b62 [2020-10-26T20:08:45.657Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-10-26T20:08:46.722Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-26T20:08:47.094Z] cd683278c967: Pushed [2020-10-26T20:08:47.365Z] 70c918de78a758e1281f9e18824a6a08fc9647aa: digest: sha256:a77251cda53828507b37bf117d8458a6087c652b62831bde95ced06300e91475 size: 943 [2020-10-26T20:08:47.389Z] Collecting cached-property<2,>=1.2.0 [2020-10-26T20:08:47.389Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:08:47.716Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-26T20:08:47.716Z] ---> fc230dadd116 [2020-10-26T20:08:47.716Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-10-26T20:08:47.767Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.100 [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:08:48.168Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.100 [2020-10-26T20:08:48.169Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-10-26T20:08:48.169Z] d822c9355485: Preparing [2020-10-26T20:08:48.169Z] cd683278c967: Preparing [2020-10-26T20:08:48.169Z] fb8cc919b482: Preparing [2020-10-26T20:08:48.169Z] fb8cc919b482: Layer already exists [2020-10-26T20:08:48.169Z] d822c9355485: Layer already exists [2020-10-26T20:08:48.169Z] cd683278c967: Layer already exists [2020-10-26T20:08:48.169Z] 1.2.2-dev.100: digest: sha256:a77251cda53828507b37bf117d8458a6087c652b62831bde95ced06300e91475 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:08:48.353Z] Collecting websocket-client<1.0,>=0.32.0 [2020-10-26T20:08:48.353Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-10-26T20:08:48.560Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:70c918de78a758e1281f9e18824a6a08fc9647aa-1.2.2-dev.100 [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:08:48.902Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:70c918de78a758e1281f9e18824a6a08fc9647aa-1.2.2-dev.100 [2020-10-26T20:08:48.903Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-10-26T20:08:48.903Z] d822c9355485: Preparing [2020-10-26T20:08:48.903Z] cd683278c967: Preparing [2020-10-26T20:08:48.903Z] fb8cc919b482: Preparing [2020-10-26T20:08:48.903Z] cd683278c967: Layer already exists [2020-10-26T20:08:48.903Z] d822c9355485: Layer already exists [2020-10-26T20:08:48.903Z] fb8cc919b482: Layer already exists [2020-10-26T20:08:48.903Z] 70c918de78a758e1281f9e18824a6a08fc9647aa-1.2.2-dev.100: digest: sha256:a77251cda53828507b37bf117d8458a6087c652b62831bde95ced06300e91475 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:08:48.995Z] ---> 8b6656e1a3cd [2020-10-26T20:08:48.995Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-10-26T20:08:48.995Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-26T20:08:48.995Z] v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-26T20:08:48.995Z] OK: 12623 distinct packages available [2020-10-26T20:08:49.248Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:08:49.306Z] ---> Running in eb6fa162d3c8 [2020-10-26T20:08:49.307Z] Collecting PyYAML<4,>=3.10 [2020-10-26T20:08:49.307Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-10-26T20:08:49.761Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2020-10-26T20:08:49.761Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-10-26T20:08:49.761Z] d822c9355485: Preparing [2020-10-26T20:08:49.761Z] cd683278c967: Preparing [2020-10-26T20:08:49.761Z] fb8cc919b482: Preparing [2020-10-26T20:08:49.761Z] d822c9355485: Layer already exists [2020-10-26T20:08:49.761Z] fb8cc919b482: Layer already exists [2020-10-26T20:08:49.761Z] cd683278c967: Layer already exists [2020-10-26T20:08:49.761Z] master: digest: sha256:a77251cda53828507b37bf117d8458a6087c652b62831bde95ced06300e91475 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [2020-10-26T20:08:49.982Z] OK: 217 MiB in 51 packages [2020-10-26T20:08:49.982Z] Removing intermediate container eb6fa162d3c8 [2020-10-26T20:08:49.982Z] ---> ea5b6bafbe8a [2020-10-26T20:08:49.982Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-26T20:08:49.982Z] ---> Running in 1175d59be18b [Pipeline] // withEnv [Pipeline] echo [2020-10-26T20:08:50.105Z] ===================================================== [Pipeline] echo [2020-10-26T20:08:50.158Z] taggedImages: [2020-10-26T20:08:50.158Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:70c918de78a758e1281f9e18824a6a08fc9647aa [2020-10-26T20:08:50.158Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.100 [2020-10-26T20:08:50.158Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:70c918de78a758e1281f9e18824a6a08fc9647aa-1.2.2-dev.100 [2020-10-26T20:08:50.158Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2020-10-26T20:08:50.330Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2020-10-26T20:08:50.330Z] 70c918de78a758e1281f9e18824a6a08fc9647aa [2020-10-26T20:08:50.330Z] 1.2.2-dev.100 [2020-10-26T20:08:50.330Z] 70c918de78a758e1281f9e18824a6a08fc9647aa-1.2.2-dev.100 [2020-10-26T20:08:50.330Z] master [2020-10-26T20:08:50.330Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:08:50.920Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:70c918de78a758e1281f9e18824a6a08fc9647aa [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:08:51.031Z] Removing intermediate container 1175d59be18b [2020-10-26T20:08:51.031Z] ---> ec78404a8db8 [2020-10-26T20:08:51.031Z] Step 21/23 : LABEL arch=arm64 [2020-10-26T20:08:51.299Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:70c918de78a758e1281f9e18824a6a08fc9647aa [2020-10-26T20:08:51.299Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-10-26T20:08:51.299Z] 038f11672256: Preparing [2020-10-26T20:08:51.299Z] 681ee7650082: Preparing [2020-10-26T20:08:51.299Z] 64a871915eed: Preparing [2020-10-26T20:08:51.299Z] 466efc6af7ac: Preparing [2020-10-26T20:08:51.299Z] dbb3c4b8c6b2: Preparing [2020-10-26T20:08:51.299Z] 46949451ad6f: Preparing [2020-10-26T20:08:51.299Z] a053d42d14ec: Preparing [2020-10-26T20:08:51.299Z] 1d278c39f50a: Preparing [2020-10-26T20:08:51.299Z] 3730a0890c46: Preparing [2020-10-26T20:08:51.299Z] 383f309b5d37: Preparing [2020-10-26T20:08:51.299Z] e1a73c32da76: Preparing [2020-10-26T20:08:51.299Z] 31b11ec6ff38: Preparing [2020-10-26T20:08:51.299Z] 911954e2fe49: Preparing [2020-10-26T20:08:51.299Z] ace0eda3e3be: Preparing [2020-10-26T20:08:51.299Z] 1d278c39f50a: Waiting [2020-10-26T20:08:51.299Z] 3730a0890c46: Waiting [2020-10-26T20:08:51.299Z] 383f309b5d37: Waiting [2020-10-26T20:08:51.299Z] e1a73c32da76: Waiting [2020-10-26T20:08:51.299Z] 31b11ec6ff38: Waiting [2020-10-26T20:08:51.299Z] 911954e2fe49: Waiting [2020-10-26T20:08:51.299Z] ace0eda3e3be: Waiting [2020-10-26T20:08:51.299Z] 46949451ad6f: Waiting [2020-10-26T20:08:51.299Z] a053d42d14ec: Waiting [2020-10-26T20:08:51.313Z] ---> Running in 0698c51c00f5 [2020-10-26T20:08:51.945Z] Removing intermediate container cda0116048bc [2020-10-26T20:08:51.945Z] ---> c799dcb96e08 [2020-10-26T20:08:51.945Z] Step 6/24 : COPY go.mod . [2020-10-26T20:08:52.010Z] dbb3c4b8c6b2: Pushed [2020-10-26T20:08:52.010Z] 038f11672256: Pushed [2020-10-26T20:08:52.230Z] Removing intermediate container 0698c51c00f5 [2020-10-26T20:08:52.230Z] ---> b4a03f0be94a [2020-10-26T20:08:52.231Z] Step 22/23 : LABEL git_sha=70c918de78a758e1281f9e18824a6a08fc9647aa [2020-10-26T20:08:52.231Z] ---> Running in 9e9f3d361db9 [2020-10-26T20:08:52.656Z] 466efc6af7ac: Pushed [2020-10-26T20:08:52.656Z] 1d278c39f50a: Layer already exists [2020-10-26T20:08:52.656Z] a053d42d14ec: Pushed [2020-10-26T20:08:52.656Z] 3730a0890c46: Layer already exists [2020-10-26T20:08:52.656Z] 383f309b5d37: Layer already exists [2020-10-26T20:08:52.656Z] e1a73c32da76: Layer already exists [2020-10-26T20:08:52.656Z] 681ee7650082: Pushed [2020-10-26T20:08:52.656Z] 31b11ec6ff38: Layer already exists [2020-10-26T20:08:52.656Z] 911954e2fe49: Layer already exists [2020-10-26T20:08:52.859Z] ---> c4c1bd97e5f4 [2020-10-26T20:08:52.859Z] Step 7/24 : RUN go mod download [2020-10-26T20:08:52.953Z] ace0eda3e3be: Layer already exists [2020-10-26T20:08:53.156Z] ---> Running in 72884125b1d6 [2020-10-26T20:08:53.456Z] Removing intermediate container 9e9f3d361db9 [2020-10-26T20:08:53.456Z] ---> d00a765089b7 [2020-10-26T20:08:53.456Z] Step 23/23 : LABEL version=1.2.2-dev.100 [2020-10-26T20:08:53.759Z] ---> Running in 268ece5758d3 [2020-10-26T20:08:53.985Z] 46949451ad6f: Pushed [2020-10-26T20:08:54.045Z] Collecting texttable<0.10,>=0.9.0 [2020-10-26T20:08:54.045Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-10-26T20:08:54.664Z] Removing intermediate container 268ece5758d3 [2020-10-26T20:08:54.664Z] ---> 2c6affe86ac8 [2020-10-26T20:08:54.664Z] [2020-10-26T20:08:55.278Z] Successfully built 2c6affe86ac8 [2020-10-26T20:08:55.278Z] Successfully tagged docker-core-data-go-arm64:latest [2020-10-26T20:08:55.278Z] Building docker-security-proxy-setup-go [2020-10-26T20:08:56.781Z]  Building docker-core-data-go ... done Collecting docker-pycreds>=0.4.0 [2020-10-26T20:08:56.781Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-10-26T20:08:57.073Z] 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-26T20:08:57.073Z] 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-26T20:08:57.383Z] Collecting idna<2.8,>=2.5 [2020-10-26T20:08:57.383Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-10-26T20:08:58.470Z] 64a871915eed: Pushed [2020-10-26T20:08:58.470Z] 70c918de78a758e1281f9e18824a6a08fc9647aa: digest: sha256:edbd92fcfb8f982ee91cced45b9c9c0596cdc243aff61324a74e1ebb9c4c05b2 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:08:58.878Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.100 [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:08:58.933Z] Collecting urllib3<1.25,>=1.21.1 [2020-10-26T20:08:58.933Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-10-26T20:08:59.222Z] Removing intermediate container 72884125b1d6 [2020-10-26T20:08:59.222Z] ---> a8598fec327a [2020-10-26T20:08:59.222Z] Step 8/24 : COPY . . [2020-10-26T20:08:59.317Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.100 [2020-10-26T20:08:59.317Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-10-26T20:08:59.317Z] 038f11672256: Preparing [2020-10-26T20:08:59.317Z] 681ee7650082: Preparing [2020-10-26T20:08:59.317Z] 64a871915eed: Preparing [2020-10-26T20:08:59.317Z] 466efc6af7ac: Preparing [2020-10-26T20:08:59.317Z] dbb3c4b8c6b2: Preparing [2020-10-26T20:08:59.317Z] 46949451ad6f: Preparing [2020-10-26T20:08:59.317Z] a053d42d14ec: Preparing [2020-10-26T20:08:59.317Z] 1d278c39f50a: Preparing [2020-10-26T20:08:59.317Z] 3730a0890c46: Preparing [2020-10-26T20:08:59.317Z] 383f309b5d37: Preparing [2020-10-26T20:08:59.317Z] e1a73c32da76: Preparing [2020-10-26T20:08:59.317Z] 31b11ec6ff38: Preparing [2020-10-26T20:08:59.317Z] 911954e2fe49: Preparing [2020-10-26T20:08:59.317Z] ace0eda3e3be: Preparing [2020-10-26T20:08:59.317Z] 3730a0890c46: Waiting [2020-10-26T20:08:59.317Z] 383f309b5d37: Waiting [2020-10-26T20:08:59.317Z] e1a73c32da76: Waiting [2020-10-26T20:08:59.317Z] 31b11ec6ff38: Waiting [2020-10-26T20:08:59.317Z] 911954e2fe49: Waiting [2020-10-26T20:08:59.317Z] ace0eda3e3be: Waiting [2020-10-26T20:08:59.317Z] 46949451ad6f: Waiting [2020-10-26T20:08:59.317Z] a053d42d14ec: Waiting [2020-10-26T20:08:59.317Z] 1d278c39f50a: Waiting [2020-10-26T20:08:59.317Z] 681ee7650082: Layer already exists [2020-10-26T20:08:59.317Z] 64a871915eed: Layer already exists [2020-10-26T20:08:59.317Z] 038f11672256: Layer already exists [2020-10-26T20:08:59.317Z] 466efc6af7ac: Layer already exists [2020-10-26T20:08:59.317Z] dbb3c4b8c6b2: Layer already exists [2020-10-26T20:08:59.317Z] 383f309b5d37: Layer already exists [2020-10-26T20:08:59.317Z] a053d42d14ec: Layer already exists [2020-10-26T20:08:59.317Z] 46949451ad6f: Layer already exists [2020-10-26T20:08:59.317Z] 3730a0890c46: Layer already exists [2020-10-26T20:08:59.317Z] 1d278c39f50a: Layer already exists [2020-10-26T20:08:59.317Z] e1a73c32da76: Layer already exists [2020-10-26T20:08:59.317Z] 31b11ec6ff38: Layer already exists [2020-10-26T20:08:59.505Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-10-26T20:08:59.505Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-10-26T20:08:59.505Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-10-26T20:08:59.505Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-10-26T20:08:59.630Z] 911954e2fe49: Layer already exists [2020-10-26T20:08:59.630Z] ace0eda3e3be: Layer already exists [2020-10-26T20:08:59.630Z] 1.2.2-dev.100: digest: sha256:edbd92fcfb8f982ee91cced45b9c9c0596cdc243aff61324a74e1ebb9c4c05b2 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:09:00.057Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:70c918de78a758e1281f9e18824a6a08fc9647aa-1.2.2-dev.100 [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:09:00.425Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:70c918de78a758e1281f9e18824a6a08fc9647aa-1.2.2-dev.100 [2020-10-26T20:09:00.425Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-10-26T20:09:00.425Z] 038f11672256: Preparing [2020-10-26T20:09:00.425Z] 681ee7650082: Preparing [2020-10-26T20:09:00.425Z] 64a871915eed: Preparing [2020-10-26T20:09:00.425Z] 466efc6af7ac: Preparing [2020-10-26T20:09:00.425Z] dbb3c4b8c6b2: Preparing [2020-10-26T20:09:00.425Z] 46949451ad6f: Preparing [2020-10-26T20:09:00.425Z] a053d42d14ec: Preparing [2020-10-26T20:09:00.425Z] 1d278c39f50a: Preparing [2020-10-26T20:09:00.425Z] 3730a0890c46: Preparing [2020-10-26T20:09:00.425Z] 383f309b5d37: Preparing [2020-10-26T20:09:00.425Z] e1a73c32da76: Preparing [2020-10-26T20:09:00.425Z] 31b11ec6ff38: Preparing [2020-10-26T20:09:00.425Z] 911954e2fe49: Preparing [2020-10-26T20:09:00.425Z] ace0eda3e3be: Preparing [2020-10-26T20:09:00.425Z] 3730a0890c46: Waiting [2020-10-26T20:09:00.425Z] 383f309b5d37: Waiting [2020-10-26T20:09:00.425Z] e1a73c32da76: Waiting [2020-10-26T20:09:00.425Z] 31b11ec6ff38: Waiting [2020-10-26T20:09:00.425Z] 911954e2fe49: Waiting [2020-10-26T20:09:00.425Z] ace0eda3e3be: Waiting [2020-10-26T20:09:00.425Z] 46949451ad6f: Waiting [2020-10-26T20:09:00.425Z] a053d42d14ec: Waiting [2020-10-26T20:09:00.425Z] 1d278c39f50a: Waiting [2020-10-26T20:09:00.425Z] 681ee7650082: Layer already exists [2020-10-26T20:09:00.425Z] dbb3c4b8c6b2: Layer already exists [2020-10-26T20:09:00.425Z] 64a871915eed: Layer already exists [2020-10-26T20:09:00.425Z] 038f11672256: Layer already exists [2020-10-26T20:09:00.425Z] 466efc6af7ac: Layer already exists [2020-10-26T20:09:00.425Z] 383f309b5d37: Layer already exists [2020-10-26T20:09:00.425Z] 46949451ad6f: Layer already exists [2020-10-26T20:09:00.425Z] 1d278c39f50a: Layer already exists [2020-10-26T20:09:00.425Z] 3730a0890c46: Layer already exists [2020-10-26T20:09:00.425Z] a053d42d14ec: Layer already exists [2020-10-26T20:09:00.425Z] e1a73c32da76: Layer already exists [2020-10-26T20:09:00.425Z] 31b11ec6ff38: Layer already exists [2020-10-26T20:09:00.425Z] ace0eda3e3be: Layer already exists [2020-10-26T20:09:00.425Z] 911954e2fe49: Layer already exists [2020-10-26T20:09:00.690Z] 70c918de78a758e1281f9e18824a6a08fc9647aa-1.2.2-dev.100: digest: sha256:edbd92fcfb8f982ee91cced45b9c9c0596cdc243aff61324a74e1ebb9c4c05b2 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:09:00.973Z] Installing collected packages: websocket-client, idna, urllib3, requests, docker-pycreds, docker, jsonschema, dockerpty, docopt, cached-property, PyYAML, texttable, docker-compose [2020-10-26T20:09:01.029Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:09:01.259Z] Attempting uninstall: idna [2020-10-26T20:09:01.259Z] Found existing installation: idna 2.9 [2020-10-26T20:09:01.415Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2020-10-26T20:09:01.416Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-10-26T20:09:01.416Z] 038f11672256: Preparing [2020-10-26T20:09:01.416Z] 681ee7650082: Preparing [2020-10-26T20:09:01.416Z] 64a871915eed: Preparing [2020-10-26T20:09:01.416Z] 466efc6af7ac: Preparing [2020-10-26T20:09:01.416Z] dbb3c4b8c6b2: Preparing [2020-10-26T20:09:01.416Z] 46949451ad6f: Preparing [2020-10-26T20:09:01.416Z] a053d42d14ec: Preparing [2020-10-26T20:09:01.416Z] 1d278c39f50a: Preparing [2020-10-26T20:09:01.416Z] 3730a0890c46: Preparing [2020-10-26T20:09:01.416Z] 383f309b5d37: Preparing [2020-10-26T20:09:01.416Z] e1a73c32da76: Preparing [2020-10-26T20:09:01.416Z] 31b11ec6ff38: Preparing [2020-10-26T20:09:01.416Z] 911954e2fe49: Preparing [2020-10-26T20:09:01.416Z] ace0eda3e3be: Preparing [2020-10-26T20:09:01.416Z] 46949451ad6f: Waiting [2020-10-26T20:09:01.416Z] a053d42d14ec: Waiting [2020-10-26T20:09:01.416Z] 1d278c39f50a: Waiting [2020-10-26T20:09:01.416Z] 3730a0890c46: Waiting [2020-10-26T20:09:01.416Z] 383f309b5d37: Waiting [2020-10-26T20:09:01.416Z] e1a73c32da76: Waiting [2020-10-26T20:09:01.416Z] 31b11ec6ff38: Waiting [2020-10-26T20:09:01.416Z] 911954e2fe49: Waiting [2020-10-26T20:09:01.416Z] ace0eda3e3be: Waiting [2020-10-26T20:09:01.534Z] Uninstalling idna-2.9: [2020-10-26T20:09:01.709Z] 64a871915eed: Layer already exists [2020-10-26T20:09:01.709Z] 681ee7650082: Layer already exists [2020-10-26T20:09:01.709Z] 466efc6af7ac: Layer already exists [2020-10-26T20:09:01.709Z] dbb3c4b8c6b2: Layer already exists [2020-10-26T20:09:01.709Z] 038f11672256: Layer already exists [2020-10-26T20:09:01.709Z] 1d278c39f50a: Layer already exists [2020-10-26T20:09:01.709Z] a053d42d14ec: Layer already exists [2020-10-26T20:09:01.709Z] 46949451ad6f: Layer already exists [2020-10-26T20:09:01.709Z] 383f309b5d37: Layer already exists [2020-10-26T20:09:01.709Z] 3730a0890c46: Layer already exists [2020-10-26T20:09:01.709Z] 911954e2fe49: Layer already exists [2020-10-26T20:09:01.709Z] e1a73c32da76: Layer already exists [2020-10-26T20:09:01.709Z] ace0eda3e3be: Layer already exists [2020-10-26T20:09:01.709Z] 31b11ec6ff38: Layer already exists [2020-10-26T20:09:01.709Z] master: digest: sha256:edbd92fcfb8f982ee91cced45b9c9c0596cdc243aff61324a74e1ebb9c4c05b2 size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [2020-10-26T20:09:01.813Z] Successfully uninstalled idna-2.9 [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-26T20:09:01.906Z] ===================================================== [Pipeline] echo [2020-10-26T20:09:01.955Z] taggedImages: [2020-10-26T20:09:01.955Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:70c918de78a758e1281f9e18824a6a08fc9647aa [2020-10-26T20:09:01.955Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.100 [2020-10-26T20:09:01.955Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:70c918de78a758e1281f9e18824a6a08fc9647aa-1.2.2-dev.100 [2020-10-26T20:09:01.955Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-10-26T20:09:02.798Z] Attempting uninstall: urllib3 [2020-10-26T20:09:02.798Z] Found existing installation: urllib3 1.25.9 [2020-10-26T20:09:02.798Z] Uninstalling urllib3-1.25.9: [2020-10-26T20:09:03.074Z] Successfully uninstalled urllib3-1.25.9 [2020-10-26T20:09:04.063Z] Attempting uninstall: requests [2020-10-26T20:09:04.063Z] Found existing installation: requests 2.23.0 [2020-10-26T20:09:04.063Z] Uninstalling requests-2.23.0: [2020-10-26T20:09:04.339Z] Successfully uninstalled requests-2.23.0 [2020-10-26T20:09:06.330Z] Running setup.py install for dockerpty: started [2020-10-26T20:09:09.740Z] Running setup.py install for dockerpty: finished with status 'done' [2020-10-26T20:09:09.740Z] Running setup.py install for docopt: started [2020-10-26T20:09:10.341Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-26T20:09:10.341Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-10-26T20:09:10.341Z] ---> 20885e10bd79 [2020-10-26T20:09:10.341Z] Step 3/20 : WORKDIR /edgex-go [2020-10-26T20:09:10.341Z] ---> Using cache [2020-10-26T20:09:10.341Z] ---> fbb654b11fbe [2020-10-26T20:09:10.341Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-26T20:09:10.341Z] ---> Using cache [2020-10-26T20:09:10.341Z] ---> f3dbf434d7a0 [2020-10-26T20:09:10.341Z] Step 5/20 : RUN apk update && apk add make git [2020-10-26T20:09:10.341Z] ---> Using cache [2020-10-26T20:09:10.341Z] ---> 8105678813e6 [2020-10-26T20:09:10.341Z] Step 6/20 : COPY go.mod . [2020-10-26T20:09:10.341Z] ---> Using cache [2020-10-26T20:09:10.341Z] ---> 5148284fcf27 [2020-10-26T20:09:10.341Z] Step 7/20 : RUN go mod download [2020-10-26T20:09:10.341Z] ---> Using cache [2020-10-26T20:09:10.341Z] ---> 337093beac25 [2020-10-26T20:09:10.341Z] Step 8/20 : COPY . . [2020-10-26T20:09:10.341Z] ---> Using cache [2020-10-26T20:09:10.341Z] ---> d6cdec4ee27d [2020-10-26T20:09:10.341Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-10-26T20:09:12.333Z] Running setup.py install for docopt: finished with status 'done' [2020-10-26T20:09:13.823Z] Running setup.py install for PyYAML: started [2020-10-26T20:09:14.435Z] ---> Running in b0482857c64a [2020-10-26T20:09:14.723Z] ---> 89e8979ac3e8 [2020-10-26T20:09:14.723Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-10-26T20:09:15.007Z] ---> Running in 843e5a2315b6 [2020-10-26T20:09:16.997Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.100" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-10-26T20:09:17.280Z] Running setup.py install for PyYAML: finished with status 'done' [2020-10-26T20:09:17.280Z] Running setup.py install for texttable: started [2020-10-26T20:09:17.555Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.100" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-10-26T20:09:20.190Z] Running setup.py install for texttable: finished with status 'done' [2020-10-26T20:09:21.175Z] 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-26T20:09:26.604Z] Removing intermediate container ac50e4fdd60c [2020-10-26T20:09:26.604Z] ---> ca429641bb05 [2020-10-26T20:09:26.604Z] Step 22/27 : RUN apk --no-cache add curl [2020-10-26T20:09:26.604Z] ---> Running in b848730e4dba [2020-10-26T20:09:29.247Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-26T20:09:29.247Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-26T20:09:29.850Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-10-26T20:09:29.850Z] (2/3) Installing libcurl (7.69.1-r1) [2020-10-26T20:09:29.850Z] (3/3) Installing curl (7.69.1-r1) [2020-10-26T20:09:29.850Z] Executing busybox-1.31.1-r19.trigger [2020-10-26T20:09:29.850Z] OK: 71 MiB in 58 packages [2020-10-26T20:09:31.869Z] Removing intermediate container b848730e4dba [2020-10-26T20:09:31.870Z] ---> 01822a50cd45 [2020-10-26T20:09:31.870Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-10-26T20:09:32.150Z] ---> Running in 4045afce7ac5 [2020-10-26T20:09:32.757Z] Removing intermediate container 4045afce7ac5 [2020-10-26T20:09:32.757Z] ---> 343d48b53325 [2020-10-26T20:09:32.757Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-26T20:09:32.757Z] ---> Running in 17a366f080ea [2020-10-26T20:09:33.371Z] Removing intermediate container 17a366f080ea [2020-10-26T20:09:33.371Z] ---> 6158cb1826ed [2020-10-26T20:09:33.371Z] Step 25/27 : LABEL arch=arm64 [2020-10-26T20:09:33.651Z] ---> Running in 2df1af9f4619 [2020-10-26T20:09:34.265Z] Removing intermediate container 2df1af9f4619 [2020-10-26T20:09:34.265Z] ---> b9d30d3e23e6 [2020-10-26T20:09:34.265Z] Step 26/27 : LABEL git_sha=70c918de78a758e1281f9e18824a6a08fc9647aa [2020-10-26T20:09:34.552Z] ---> Running in 38fc13d9d622 [2020-10-26T20:09:35.158Z] Removing intermediate container 38fc13d9d622 [2020-10-26T20:09:35.158Z] ---> 29e645650ffb [2020-10-26T20:09:35.158Z] Step 27/27 : LABEL version=1.2.2-dev.100 [2020-10-26T20:09:35.443Z] ---> Running in 0e3c1ace735b [2020-10-26T20:09:36.051Z] Removing intermediate container 0e3c1ace735b [2020-10-26T20:09:36.051Z] ---> 0ccae173f05c [2020-10-26T20:09:36.051Z] [2020-10-26T20:09:36.329Z] Successfully built 0ccae173f05c [2020-10-26T20:09:36.329Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-10-26T20:09:36.329Z]  Building docker-sys-mgmt-agent-go ... done Building docker-support-scheduler-go [2020-10-26T20:09:51.462Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-26T20:09:51.462Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-10-26T20:09:51.462Z] ---> 20885e10bd79 [2020-10-26T20:09:51.462Z] Step 3/21 : WORKDIR /edgex-go [2020-10-26T20:09:51.462Z] ---> Using cache [2020-10-26T20:09:51.462Z] ---> fbb654b11fbe [2020-10-26T20:09:51.462Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-26T20:09:51.462Z] ---> Using cache [2020-10-26T20:09:51.462Z] ---> f3dbf434d7a0 [2020-10-26T20:09:51.462Z] Step 5/21 : RUN apk update && apk add make git [2020-10-26T20:09:51.462Z] ---> Using cache [2020-10-26T20:09:51.462Z] ---> 8105678813e6 [2020-10-26T20:09:51.462Z] Step 6/21 : COPY go.mod . [2020-10-26T20:09:51.462Z] ---> Using cache [2020-10-26T20:09:51.462Z] ---> 5148284fcf27 [2020-10-26T20:09:51.462Z] Step 7/21 : RUN go mod download [2020-10-26T20:09:51.462Z] ---> Using cache [2020-10-26T20:09:51.462Z] ---> 337093beac25 [2020-10-26T20:09:51.462Z] Step 8/21 : COPY . . [2020-10-26T20:09:51.462Z] ---> Using cache [2020-10-26T20:09:51.463Z] ---> d6cdec4ee27d [2020-10-26T20:09:51.463Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-10-26T20:09:54.110Z] ---> Running in f7267ee8312c [2020-10-26T20:09:54.718Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.100" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-10-26T20:09:56.154Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.100" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-10-26T20:10:08.653Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.100" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-10-26T20:10:21.082Z] Removing intermediate container f50ff51478ff [2020-10-26T20:10:21.082Z] ---> bda982125493 [2020-10-26T20:10:21.082Z] [2020-10-26T20:10:21.082Z] Step 10/26 : FROM alpine:3.10 [2020-10-26T20:10:21.082Z] 3.10: Pulling from library/alpine [2020-10-26T20:10:22.073Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-10-26T20:10:22.073Z] Status: Downloaded newer image for alpine:3.10 [2020-10-26T20:10:22.073Z] ---> 536a684cf733 [2020-10-26T20:10:22.073Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-10-26T20:10:22.350Z] ---> Running in 7dace815e34e [2020-10-26T20:10:24.981Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-10-26T20:10:25.258Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-10-26T20:10:25.863Z] v3.10.5-127-ga687d2589a [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-10-26T20:10:25.863Z] v3.10.5-136-gb80983a48b [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-10-26T20:10:25.863Z] OK: 10167 distinct packages available [2020-10-26T20:10:26.460Z] (1/5) Installing ca-certificates (20191127-r2) [2020-10-26T20:10:26.736Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-10-26T20:10:26.736Z] (3/5) Installing libcurl (7.66.0-r1) [2020-10-26T20:10:26.736Z] (4/5) Installing curl (7.66.0-r1) [2020-10-26T20:10:26.736Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-10-26T20:10:26.736Z] Executing busybox-1.30.1-r3.trigger [2020-10-26T20:10:26.736Z] Executing ca-certificates-20191127-r2.trigger [2020-10-26T20:10:27.343Z] OK: 7 MiB in 19 packages [2020-10-26T20:10:29.997Z] Removing intermediate container 7dace815e34e [2020-10-26T20:10:29.997Z] ---> acc9f8c45796 [2020-10-26T20:10:29.997Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-26T20:10:30.271Z] ---> Running in 69f9c1afbf08 [2020-10-26T20:10:31.274Z] Removing intermediate container 69f9c1afbf08 [2020-10-26T20:10:31.274Z] ---> e0ad911467f2 [2020-10-26T20:10:31.274Z] Step 13/26 : WORKDIR / [2020-10-26T20:10:31.274Z] ---> Running in f1d5c782733c [2020-10-26T20:10:32.722Z] Removing intermediate container f1d5c782733c [2020-10-26T20:10:32.722Z] ---> 874d3d155538 [2020-10-26T20:10:32.722Z] 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-26T20:10:34.726Z] ---> c28c3646dcd1 [2020-10-26T20:10:34.726Z] 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-26T20:10:35.331Z] Removing intermediate container c9fb695fa3b5 [2020-10-26T20:10:35.331Z] ---> 1e9c60113bbe [2020-10-26T20:10:35.331Z] [2020-10-26T20:10:35.331Z] Step 10/22 : FROM scratch [2020-10-26T20:10:35.331Z] ---> [2020-10-26T20:10:35.331Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-26T20:10:35.609Z] ---> Using cache [2020-10-26T20:10:35.609Z] ---> 0d74fe8ce523 [2020-10-26T20:10:35.609Z] Step 12/22 : ENV APP_PORT=48082 [2020-10-26T20:10:35.892Z] ---> Running in c2e528e0ff9f [2020-10-26T20:10:36.167Z] ---> 97fa75eb22e1 [2020-10-26T20:10:36.167Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-10-26T20:10:36.451Z] Removing intermediate container c2e528e0ff9f [2020-10-26T20:10:36.451Z] ---> 1ba55e83a260 [2020-10-26T20:10:36.451Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-26T20:10:36.730Z] ---> Running in 7b756d456bb7 [2020-10-26T20:10:37.724Z] ---> 73777b71ef16 [2020-10-26T20:10:37.724Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-10-26T20:10:37.724Z] Removing intermediate container 7b756d456bb7 [2020-10-26T20:10:37.724Z] ---> 3c2c4401292e [2020-10-26T20:10:37.724Z] Step 14/22 : WORKDIR / [2020-10-26T20:10:38.004Z] ---> Running in dca9ae0db640 [2020-10-26T20:10:39.453Z] Removing intermediate container dca9ae0db640 [2020-10-26T20:10:39.453Z] ---> b29d3b8da75c [2020-10-26T20:10:39.453Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-10-26T20:10:39.728Z] ---> 550f0f8f6195 [2020-10-26T20:10:39.728Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-10-26T20:10:41.176Z] Removing intermediate container b0482857c64a [2020-10-26T20:10:41.176Z] ---> cad3dc4f5519 [2020-10-26T20:10:41.176Z] [2020-10-26T20:10:41.176Z] Step 10/20 : FROM alpine [2020-10-26T20:10:41.176Z] ---> 2e77e061c27f [2020-10-26T20:10:41.176Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-10-26T20:10:41.456Z] ---> 8fdd29831db5 [2020-10-26T20:10:41.456Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-10-26T20:10:41.735Z] ---> Running in 684d2e40b91d [2020-10-26T20:10:42.337Z] ---> d6a32e10e6d3 [2020-10-26T20:10:42.337Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-10-26T20:10:44.973Z] ---> 91ba88c88921 [2020-10-26T20:10:44.973Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-10-26T20:10:44.973Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-26T20:10:44.973Z] ---> 77b53f383577 [2020-10-26T20:10:44.973Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-10-26T20:10:45.250Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-26T20:10:46.239Z] v3.12.1-8-ge053f6efb7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-26T20:10:46.239Z] v3.12.1-5-g0954f48dc3 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-26T20:10:46.239Z] OK: 12615 distinct packages available [2020-10-26T20:10:46.516Z] ---> 2ff0f7a82de4 [2020-10-26T20:10:46.516Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-10-26T20:10:46.794Z] ---> e4b62c461618 [2020-10-26T20:10:46.794Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-10-26T20:10:46.794Z] ---> Running in 9892cf4edc7f [2020-10-26T20:10:47.071Z] (1/4) Installing ca-certificates (20191127-r4) [2020-10-26T20:10:47.071Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-10-26T20:10:47.071Z] (3/4) Installing libcurl (7.69.1-r1) [2020-10-26T20:10:47.071Z] (4/4) Installing curl (7.69.1-r1) [2020-10-26T20:10:47.071Z] Executing busybox-1.31.1-r19.trigger [2020-10-26T20:10:47.071Z] Executing ca-certificates-20191127-r4.trigger [2020-10-26T20:10:47.688Z] OK: 7 MiB in 18 packages [2020-10-26T20:10:47.688Z] Removing intermediate container 9892cf4edc7f [2020-10-26T20:10:47.688Z] ---> c77090497990 [2020-10-26T20:10:47.688Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-26T20:10:47.964Z] ---> Running in 2709c992c621 [2020-10-26T20:10:47.964Z] ---> 931782b968de [2020-10-26T20:10:47.964Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-26T20:10:48.570Z] ---> Running in 0a99e5bfe2bf [2020-10-26T20:10:49.182Z] Removing intermediate container 2709c992c621 [2020-10-26T20:10:49.182Z] ---> 47b7d9466112 [2020-10-26T20:10:49.182Z] Step 20/22 : LABEL arch=arm64 [2020-10-26T20:10:49.458Z] ---> Running in c92a5167cf44 [2020-10-26T20:10:50.908Z] Removing intermediate container c92a5167cf44 [2020-10-26T20:10:50.908Z] ---> f8d37f63bb74 [2020-10-26T20:10:50.908Z] Step 21/22 : LABEL git_sha=70c918de78a758e1281f9e18824a6a08fc9647aa [2020-10-26T20:10:50.908Z] Removing intermediate container 684d2e40b91d [2020-10-26T20:10:50.908Z] ---> a1fade5fb2bb [2020-10-26T20:10:50.908Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-26T20:10:50.908Z] ---> Running in 069651f91938 [2020-10-26T20:10:51.183Z] ---> Running in 7d64a60ccada [2020-10-26T20:10:51.785Z] Removing intermediate container 069651f91938 [2020-10-26T20:10:51.785Z] ---> f9815b8a922a [2020-10-26T20:10:51.785Z] Step 22/22 : LABEL version=1.2.2-dev.100 [2020-10-26T20:10:52.062Z] ---> Running in 4981875f9a18 [2020-10-26T20:10:52.062Z] Removing intermediate container 7d64a60ccada [2020-10-26T20:10:52.062Z] ---> 8bee9cd0ea52 [2020-10-26T20:10:52.062Z] Step 13/20 : WORKDIR /edgex [2020-10-26T20:10:52.342Z] ---> Running in 6515409de4c1 [2020-10-26T20:10:52.949Z] Removing intermediate container 4981875f9a18 [2020-10-26T20:10:52.949Z] ---> 1647b535028f [2020-10-26T20:10:52.949Z] [2020-10-26T20:10:53.553Z] Removing intermediate container 6515409de4c1 [2020-10-26T20:10:53.553Z] ---> 6a6fa70d6a97 [2020-10-26T20:10:53.554Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-10-26T20:10:53.554Z] Successfully built 1647b535028f [2020-10-26T20:10:53.829Z] Successfully tagged docker-core-command-go-arm64:latest [2020-10-26T20:10:53.829Z]  Building docker-core-command-go ... done Removing intermediate container 0a99e5bfe2bf [2020-10-26T20:10:53.829Z] ---> 04c6f0b9aaaa [2020-10-26T20:10:53.829Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-10-26T20:10:53.829Z] ---> Running in edaa8974703e [2020-10-26T20:10:54.435Z] Removing intermediate container edaa8974703e [2020-10-26T20:10:54.435Z] ---> 2a2e438b65e7 [2020-10-26T20:10:54.435Z] Step 24/26 : LABEL arch=arm64 [2020-10-26T20:10:54.712Z] ---> de54ff1da438 [2020-10-26T20:10:54.712Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-10-26T20:10:54.990Z] ---> Running in 947a4aecb680 [2020-10-26T20:10:55.600Z] Removing intermediate container 947a4aecb680 [2020-10-26T20:10:55.600Z] ---> 1c90922a15e6 [2020-10-26T20:10:55.600Z] Step 25/26 : LABEL git_sha=70c918de78a758e1281f9e18824a6a08fc9647aa [2020-10-26T20:10:55.874Z] ---> Running in 9c4b1ee3f7cd [2020-10-26T20:10:56.471Z] ---> 1fd67041cd01 [2020-10-26T20:10:56.471Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-10-26T20:10:56.748Z] Removing intermediate container 9c4b1ee3f7cd [2020-10-26T20:10:56.748Z] ---> d1075ad600ad [2020-10-26T20:10:56.748Z] Step 26/26 : LABEL version=1.2.2-dev.100 [2020-10-26T20:10:56.748Z] ---> Running in c283db857b33 [2020-10-26T20:10:56.748Z] ---> Running in 775337bb2db3 [2020-10-26T20:10:57.348Z] Removing intermediate container c283db857b33 [2020-10-26T20:10:57.348Z] ---> 9b21f7c998dd [2020-10-26T20:10:57.348Z] Step 17/20 : CMD ["--init=true"] [2020-10-26T20:10:57.624Z] Removing intermediate container 775337bb2db3 [2020-10-26T20:10:57.624Z] ---> df61b4075933 [2020-10-26T20:10:57.624Z] [2020-10-26T20:10:57.624Z] ---> Running in 254344e67a1d [2020-10-26T20:10:57.900Z] Successfully built df61b4075933 [2020-10-26T20:10:57.900Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-10-26T20:10:58.502Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 254344e67a1d [2020-10-26T20:10:58.502Z] ---> 9d2f21911b85 [2020-10-26T20:10:58.502Z] Step 18/20 : LABEL arch=arm64 [2020-10-26T20:10:58.779Z] ---> Running in b4c1761ce920 [2020-10-26T20:10:59.760Z] Removing intermediate container b4c1761ce920 [2020-10-26T20:10:59.760Z] ---> 2eeeea575547 [2020-10-26T20:10:59.760Z] Step 19/20 : LABEL git_sha=70c918de78a758e1281f9e18824a6a08fc9647aa [2020-10-26T20:11:00.039Z] ---> Running in e2c838510b25 [2020-10-26T20:11:00.640Z] Removing intermediate container e2c838510b25 [2020-10-26T20:11:00.640Z] ---> 64d2fca74f48 [2020-10-26T20:11:00.640Z] Step 20/20 : LABEL version=1.2.2-dev.100 [2020-10-26T20:11:00.916Z] ---> Running in a1bac7070285 [2020-10-26T20:11:02.368Z] Removing intermediate container a1bac7070285 [2020-10-26T20:11:02.368Z] ---> 34235d2f0cd3 [2020-10-26T20:11:02.368Z] [2020-10-26T20:11:02.647Z] Successfully built 34235d2f0cd3 [2020-10-26T20:11:02.928Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-10-26T20:11:03.931Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 843e5a2315b6 [2020-10-26T20:11:03.931Z] ---> e34143ebdf93 [2020-10-26T20:11:03.931Z] [2020-10-26T20:11:03.931Z] Step 10/24 : FROM scratch [2020-10-26T20:11:03.931Z] ---> [2020-10-26T20:11:03.931Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-26T20:11:03.931Z] ---> Using cache [2020-10-26T20:11:03.931Z] ---> 4b02c5b0934b [2020-10-26T20:11:03.931Z] Step 12/24 : ENV APP_PORT=48060 [2020-10-26T20:11:04.208Z] ---> Running in dbe22a48e77a [2020-10-26T20:11:04.808Z] Removing intermediate container dbe22a48e77a [2020-10-26T20:11:04.808Z] ---> 73ce2a998702 [2020-10-26T20:11:04.808Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-26T20:11:04.808Z] ---> Running in af56167ae714 [2020-10-26T20:11:05.412Z] Removing intermediate container af56167ae714 [2020-10-26T20:11:05.412Z] ---> 76e7c68a34ee [2020-10-26T20:11:05.412Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-10-26T20:11:06.405Z] ---> 8f3ba6de8408 [2020-10-26T20:11:06.405Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-10-26T20:11:07.395Z] ---> b6166e30934e [2020-10-26T20:11:07.395Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-10-26T20:11:08.843Z] ---> 2f5bace7afe3 [2020-10-26T20:11:08.843Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-10-26T20:11:09.827Z] ---> bdaaa1a864da [2020-10-26T20:11:09.827Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-10-26T20:11:11.807Z] ---> 252f3b2dbacc [2020-10-26T20:11:11.807Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-10-26T20:11:12.791Z] ---> 54d50e51a343 [2020-10-26T20:11:12.791Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-10-26T20:11:13.064Z] ---> Running in f4f05660c7b2 [2020-10-26T20:11:13.660Z] Removing intermediate container f4f05660c7b2 [2020-10-26T20:11:13.660Z] ---> a8f84f62079f [2020-10-26T20:11:13.660Z] Removing intermediate container f7267ee8312c [2020-10-26T20:11:13.660Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] ---> c9a372a699ff [2020-10-26T20:11:13.660Z] [2020-10-26T20:11:13.660Z] [2020-10-26T20:11:13.660Z] Step 10/21 : FROM scratch [2020-10-26T20:11:13.660Z] ---> [2020-10-26T20:11:13.660Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-26T20:11:13.938Z] ---> Using cache [2020-10-26T20:11:13.938Z] ---> 0d74fe8ce523 [2020-10-26T20:11:13.938Z] Step 12/21 : ENV APP_PORT=48085 [2020-10-26T20:11:13.938Z] ---> Running in 77618bbf28ec [2020-10-26T20:11:13.938Z] ---> Running in 4b06f7ae1af6 [2020-10-26T20:11:14.223Z] Removing intermediate container 77618bbf28ec [2020-10-26T20:11:14.223Z] ---> 0da7f192313e [2020-10-26T20:11:14.223Z] Step 22/24 : LABEL arch=arm64 [2020-10-26T20:11:14.540Z] Removing intermediate container 4b06f7ae1af6 [2020-10-26T20:11:14.540Z] ---> bd037a276f4e [2020-10-26T20:11:14.540Z] Step 13/21 : EXPOSE $APP_PORT [2020-10-26T20:11:14.540Z] ---> Running in a8825dd325ac [2020-10-26T20:11:14.540Z] ---> Running in 4e2825221075 [2020-10-26T20:11:15.162Z] Removing intermediate container a8825dd325ac [2020-10-26T20:11:15.162Z] Removing intermediate container 4e2825221075 [2020-10-26T20:11:15.162Z] ---> 7a9555a9e3ef [2020-10-26T20:11:15.162Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-10-26T20:11:15.162Z] ---> 2bd8c563baa4 [2020-10-26T20:11:15.162Z] Step 23/24 : LABEL git_sha=70c918de78a758e1281f9e18824a6a08fc9647aa [2020-10-26T20:11:15.162Z] ---> Running in 7d5eee426ae1 [2020-10-26T20:11:15.775Z] Removing intermediate container 7d5eee426ae1 [2020-10-26T20:11:15.775Z] ---> a1dfd83a3cb6 [2020-10-26T20:11:15.775Z] Step 24/24 : LABEL version=1.2.2-dev.100 [2020-10-26T20:11:16.051Z] ---> Running in 7ed6e68d6db8 [2020-10-26T20:11:16.051Z] ---> 9fcbeb6dff4b [2020-10-26T20:11:16.051Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-10-26T20:11:16.353Z] Removing intermediate container 7ed6e68d6db8 [2020-10-26T20:11:16.353Z] ---> 7a637f1780e8 [2020-10-26T20:11:16.353Z] [2020-10-26T20:11:16.952Z] Successfully built 7a637f1780e8 [2020-10-26T20:11:16.952Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-10-26T20:11:17.549Z]  Building docker-support-notifications-go ... done  ---> fd42faa25d59 [2020-10-26T20:11:17.549Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-10-26T20:11:18.537Z] ---> 034480af7cae [2020-10-26T20:11:18.537Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-10-26T20:11:18.537Z] ---> Running in 821c8ea6e51a [2020-10-26T20:11:18.811Z] Removing intermediate container 821c8ea6e51a [2020-10-26T20:11:18.811Z] ---> 26c37d550f8b [2020-10-26T20:11:18.811Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-26T20:11:19.084Z] ---> Running in 294670528c1b [2020-10-26T20:11:19.683Z] Removing intermediate container 294670528c1b [2020-10-26T20:11:19.683Z] ---> ab6bc4317e61 [2020-10-26T20:11:19.683Z] Step 19/21 : LABEL arch=arm64 [2020-10-26T20:11:19.683Z] ---> Running in 5702e95c0aec [2020-10-26T20:11:20.284Z] Removing intermediate container 5702e95c0aec [2020-10-26T20:11:20.284Z] ---> bc10f9f74f6e [2020-10-26T20:11:20.284Z] Step 20/21 : LABEL git_sha=70c918de78a758e1281f9e18824a6a08fc9647aa [2020-10-26T20:11:20.284Z] ---> Running in a1b94979e80f [2020-10-26T20:11:20.882Z] Removing intermediate container a1b94979e80f [2020-10-26T20:11:20.882Z] ---> 53de43e346e1 [2020-10-26T20:11:20.882Z] Step 21/21 : LABEL version=1.2.2-dev.100 [2020-10-26T20:11:20.882Z] ---> Running in e175c308d4ed [2020-10-26T20:11:21.471Z] Removing intermediate container e175c308d4ed [2020-10-26T20:11:21.471Z] ---> 1ec3fa367909 [2020-10-26T20:11:21.471Z] [2020-10-26T20:11:21.745Z] Successfully built 1ec3fa367909 [2020-10-26T20:11:21.745Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-10-26T20:11:21.762Z]  Building docker-support-scheduler-go ... done  [Pipeline] } [2020-10-26T20:11:21.771Z] $ docker stop --time=1 5694122c78ec9aa0be5df8f23399b8e7c65684866dd5f9ad822c73353a21b1f0 [2020-10-26T20:11:24.306Z] $ docker rm -f 5694122c78ec9aa0be5df8f23399b8e7c65684866dd5f9ad822c73353a21b1f0 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-26T20:11:25.033Z] + docker images [2020-10-26T20:11:25.033Z] + grep docker [2020-10-26T20:11:25.327Z] docker-support-scheduler-go-arm64 latest 1ec3fa367909 4 seconds ago 11.5MB [2020-10-26T20:11:25.327Z] docker-support-notifications-go-arm64 latest 7a637f1780e8 9 seconds ago 12.9MB [2020-10-26T20:11:25.327Z] docker-security-proxy-setup-go-arm64 latest 34235d2f0cd3 24 seconds ago 15.1MB [2020-10-26T20:11:25.327Z] docker-security-secretstore-setup-go-arm64 latest df61b4075933 28 seconds ago 30.8MB [2020-10-26T20:11:25.327Z] docker-core-command-go-arm64 latest 1647b535028f 33 seconds ago 11.4MB [2020-10-26T20:11:25.327Z] docker-sys-mgmt-agent-go-arm64 latest 0ccae173f05c About a minute ago 270MB [2020-10-26T20:11:25.327Z] docker-core-data-go-arm64 latest 2c6affe86ac8 2 minutes ago 22.3MB [2020-10-26T20:11:25.327Z] docker-core-metadata-go-arm64 latest 8a0f2c7e0998 2 minutes ago 13.5MB [2020-10-26T20:11:25.327Z] docker-security-secrets-setup-go-arm64 latest 25660407e3c1 3 minutes ago 22.7MB [2020-10-26T20:11:25.327Z] docker-support-logging-go-arm64 latest 71a1879379f7 3 minutes ago 10.6MB [2020-10-26T20:11:25.327Z] docker latest 5d4db4dc0692 4 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-26T20:11:26.097Z] provisioning config files... [2020-10-26T20:11:26.174Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/216@tmp/config5630210984917376895tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-10-26T20:11:26.633Z] ---> docker-login.sh [2020-10-26T20:11:26.633Z] nexus3.edgexfoundry.org:10001 [2020-10-26T20:11:26.903Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-26T20:11:26.903Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-26T20:11:26.903Z] Configure a credential helper to remove this warning. See [2020-10-26T20:11:26.903Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-26T20:11:26.903Z] [2020-10-26T20:11:26.903Z] Login Succeeded [2020-10-26T20:11:27.177Z] nexus3.edgexfoundry.org:10002 [2020-10-26T20:11:27.449Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-26T20:11:27.722Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-26T20:11:27.722Z] Configure a credential helper to remove this warning. See [2020-10-26T20:11:27.723Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-26T20:11:27.723Z] [2020-10-26T20:11:27.723Z] Login Succeeded [2020-10-26T20:11:27.723Z] nexus3.edgexfoundry.org:10003 [2020-10-26T20:11:28.002Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-26T20:11:28.279Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-26T20:11:28.279Z] Configure a credential helper to remove this warning. See [2020-10-26T20:11:28.279Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-26T20:11:28.279Z] [2020-10-26T20:11:28.279Z] Login Succeeded [2020-10-26T20:11:28.279Z] nexus3.edgexfoundry.org:10004 [2020-10-26T20:11:28.551Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-26T20:11:28.551Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-26T20:11:28.551Z] Configure a credential helper to remove this warning. See [2020-10-26T20:11:28.551Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-26T20:11:28.551Z] [2020-10-26T20:11:28.551Z] Login Succeeded [2020-10-26T20:11:28.830Z] docker.io [2020-10-26T20:11:29.106Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-26T20:11:29.379Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-26T20:11:29.379Z] Configure a credential helper to remove this warning. See [2020-10-26T20:11:29.379Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-26T20:11:29.379Z] [2020-10-26T20:11:29.379Z] Login Succeeded [2020-10-26T20:11:29.379Z] ---> docker-login.sh ends [Pipeline] } [2020-10-26T20:11:29.397Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-26T20:11:29.652Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2020-10-26T20:11:29.652Z] 70c918de78a758e1281f9e18824a6a08fc9647aa [2020-10-26T20:11:29.652Z] 1.2.2-dev.100 [2020-10-26T20:11:29.652Z] 70c918de78a758e1281f9e18824a6a08fc9647aa-1.2.2-dev.100 [2020-10-26T20:11:29.652Z] master [2020-10-26T20:11:29.652Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:11:30.219Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:70c918de78a758e1281f9e18824a6a08fc9647aa [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:11:30.577Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:70c918de78a758e1281f9e18824a6a08fc9647aa [2020-10-26T20:11:30.578Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-26T20:11:30.578Z] 22ec69283b16: Preparing [2020-10-26T20:11:30.578Z] b7b3721612ad: Preparing [2020-10-26T20:11:30.578Z] 76e97af9189f: Preparing [2020-10-26T20:11:30.860Z] 76e97af9189f: Pushed [2020-10-26T20:11:30.860Z] 22ec69283b16: Pushed [2020-10-26T20:11:33.472Z] b7b3721612ad: Pushed [2020-10-26T20:11:33.472Z] 70c918de78a758e1281f9e18824a6a08fc9647aa: digest: sha256:6ae4663f4d1c2fbaa0568a58da1ad51d75f689a946c5546d9806e7ddb7a0a06b size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:11:33.825Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.100 [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:11:34.199Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.100 [2020-10-26T20:11:34.199Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-26T20:11:34.199Z] 22ec69283b16: Preparing [2020-10-26T20:11:34.199Z] b7b3721612ad: Preparing [2020-10-26T20:11:34.199Z] 76e97af9189f: Preparing [2020-10-26T20:11:34.473Z] 76e97af9189f: Layer already exists [2020-10-26T20:11:34.473Z] b7b3721612ad: Layer already exists [2020-10-26T20:11:34.473Z] 22ec69283b16: Layer already exists [2020-10-26T20:11:34.473Z] 1.2.2-dev.100: digest: sha256:6ae4663f4d1c2fbaa0568a58da1ad51d75f689a946c5546d9806e7ddb7a0a06b size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:11:34.819Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:70c918de78a758e1281f9e18824a6a08fc9647aa-1.2.2-dev.100 [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:11:35.177Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:70c918de78a758e1281f9e18824a6a08fc9647aa-1.2.2-dev.100 [2020-10-26T20:11:35.177Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-26T20:11:35.177Z] 22ec69283b16: Preparing [2020-10-26T20:11:35.177Z] b7b3721612ad: Preparing [2020-10-26T20:11:35.177Z] 76e97af9189f: Preparing [2020-10-26T20:11:35.177Z] b7b3721612ad: Layer already exists [2020-10-26T20:11:35.177Z] 22ec69283b16: Layer already exists [2020-10-26T20:11:35.177Z] 76e97af9189f: Layer already exists [2020-10-26T20:11:35.448Z] 70c918de78a758e1281f9e18824a6a08fc9647aa-1.2.2-dev.100: digest: sha256:6ae4663f4d1c2fbaa0568a58da1ad51d75f689a946c5546d9806e7ddb7a0a06b size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:11:35.816Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:11:36.231Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2020-10-26T20:11:36.231Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-26T20:11:36.231Z] 22ec69283b16: Preparing [2020-10-26T20:11:36.231Z] b7b3721612ad: Preparing [2020-10-26T20:11:36.231Z] 76e97af9189f: Preparing [2020-10-26T20:11:36.231Z] b7b3721612ad: Layer already exists [2020-10-26T20:11:36.231Z] 22ec69283b16: Layer already exists [2020-10-26T20:11:36.231Z] 76e97af9189f: Layer already exists [2020-10-26T20:11:36.568Z] master: digest: sha256:6ae4663f4d1c2fbaa0568a58da1ad51d75f689a946c5546d9806e7ddb7a0a06b size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-26T20:11:37.180Z] ===================================================== [Pipeline] echo [2020-10-26T20:11:37.270Z] taggedImages: [2020-10-26T20:11:37.270Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:70c918de78a758e1281f9e18824a6a08fc9647aa [2020-10-26T20:11:37.270Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.100 [2020-10-26T20:11:37.270Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:70c918de78a758e1281f9e18824a6a08fc9647aa-1.2.2-dev.100 [2020-10-26T20:11:37.270Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2020-10-26T20:11:37.358Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2020-10-26T20:11:37.358Z] 70c918de78a758e1281f9e18824a6a08fc9647aa [2020-10-26T20:11:37.358Z] 1.2.2-dev.100 [2020-10-26T20:11:37.358Z] 70c918de78a758e1281f9e18824a6a08fc9647aa-1.2.2-dev.100 [2020-10-26T20:11:37.358Z] master [2020-10-26T20:11:37.358Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:11:38.068Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:70c918de78a758e1281f9e18824a6a08fc9647aa [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:11:38.524Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:70c918de78a758e1281f9e18824a6a08fc9647aa [2020-10-26T20:11:38.524Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-26T20:11:38.524Z] 433ad53660ce: Preparing [2020-10-26T20:11:38.524Z] a6660ca2e45b: Preparing [2020-10-26T20:11:38.524Z] a5935b16f4a5: Preparing [2020-10-26T20:11:38.524Z] 8c01d612d6ea: Preparing [2020-10-26T20:11:38.524Z] 7cdc38aeb01f: Preparing [2020-10-26T20:11:38.524Z] cd3761cfa1d9: Preparing [2020-10-26T20:11:38.524Z] cd3761cfa1d9: Waiting [2020-10-26T20:11:38.799Z] 433ad53660ce: Pushed [2020-10-26T20:11:38.799Z] 7cdc38aeb01f: Pushed [2020-10-26T20:11:38.799Z] a5935b16f4a5: Pushed [2020-10-26T20:11:39.089Z] cd3761cfa1d9: Layer already exists [2020-10-26T20:11:39.360Z] 8c01d612d6ea: Pushed [2020-10-26T20:11:42.804Z] a6660ca2e45b: Pushed [2020-10-26T20:11:42.804Z] 70c918de78a758e1281f9e18824a6a08fc9647aa: digest: sha256:c478ab6af36bb30ad3643ad9dec5246dd2c3d15514c081cb46c5d45c21d0ba70 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:11:43.160Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.100 [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:11:43.508Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.100 [2020-10-26T20:11:43.508Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-26T20:11:43.508Z] 433ad53660ce: Preparing [2020-10-26T20:11:43.508Z] a6660ca2e45b: Preparing [2020-10-26T20:11:43.508Z] a5935b16f4a5: Preparing [2020-10-26T20:11:43.508Z] 8c01d612d6ea: Preparing [2020-10-26T20:11:43.508Z] 7cdc38aeb01f: Preparing [2020-10-26T20:11:43.508Z] cd3761cfa1d9: Preparing [2020-10-26T20:11:43.508Z] cd3761cfa1d9: Waiting [2020-10-26T20:11:43.508Z] 7cdc38aeb01f: Layer already exists [2020-10-26T20:11:43.508Z] a5935b16f4a5: Layer already exists [2020-10-26T20:11:43.781Z] 8c01d612d6ea: Layer already exists [2020-10-26T20:11:43.781Z] 433ad53660ce: Layer already exists [2020-10-26T20:11:43.781Z] a6660ca2e45b: Layer already exists [2020-10-26T20:11:43.781Z] cd3761cfa1d9: Layer already exists [2020-10-26T20:11:43.781Z] 1.2.2-dev.100: digest: sha256:c478ab6af36bb30ad3643ad9dec5246dd2c3d15514c081cb46c5d45c21d0ba70 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:11:44.140Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:70c918de78a758e1281f9e18824a6a08fc9647aa-1.2.2-dev.100 [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:11:44.498Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:70c918de78a758e1281f9e18824a6a08fc9647aa-1.2.2-dev.100 [2020-10-26T20:11:44.499Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-26T20:11:44.499Z] 433ad53660ce: Preparing [2020-10-26T20:11:44.499Z] a6660ca2e45b: Preparing [2020-10-26T20:11:44.499Z] a5935b16f4a5: Preparing [2020-10-26T20:11:44.499Z] 8c01d612d6ea: Preparing [2020-10-26T20:11:44.499Z] 7cdc38aeb01f: Preparing [2020-10-26T20:11:44.499Z] cd3761cfa1d9: Preparing [2020-10-26T20:11:44.499Z] cd3761cfa1d9: Waiting [2020-10-26T20:11:44.773Z] a5935b16f4a5: Layer already exists [2020-10-26T20:11:44.773Z] 8c01d612d6ea: Layer already exists [2020-10-26T20:11:44.773Z] 433ad53660ce: Layer already exists [2020-10-26T20:11:44.773Z] a6660ca2e45b: Layer already exists [2020-10-26T20:11:44.773Z] 7cdc38aeb01f: Layer already exists [2020-10-26T20:11:44.773Z] cd3761cfa1d9: Layer already exists [2020-10-26T20:11:44.773Z] 70c918de78a758e1281f9e18824a6a08fc9647aa-1.2.2-dev.100: digest: sha256:c478ab6af36bb30ad3643ad9dec5246dd2c3d15514c081cb46c5d45c21d0ba70 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:11:45.151Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:11:45.511Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2020-10-26T20:11:45.511Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-26T20:11:45.511Z] 433ad53660ce: Preparing [2020-10-26T20:11:45.511Z] a6660ca2e45b: Preparing [2020-10-26T20:11:45.511Z] a5935b16f4a5: Preparing [2020-10-26T20:11:45.511Z] 8c01d612d6ea: Preparing [2020-10-26T20:11:45.511Z] 7cdc38aeb01f: Preparing [2020-10-26T20:11:45.511Z] cd3761cfa1d9: Preparing [2020-10-26T20:11:45.511Z] cd3761cfa1d9: Waiting [2020-10-26T20:11:45.511Z] a5935b16f4a5: Layer already exists [2020-10-26T20:11:45.511Z] 433ad53660ce: Layer already exists [2020-10-26T20:11:45.511Z] a6660ca2e45b: Layer already exists [2020-10-26T20:11:45.511Z] 7cdc38aeb01f: Layer already exists [2020-10-26T20:11:45.511Z] 8c01d612d6ea: Layer already exists [2020-10-26T20:11:45.796Z] cd3761cfa1d9: Layer already exists [2020-10-26T20:11:45.796Z] master: digest: sha256:c478ab6af36bb30ad3643ad9dec5246dd2c3d15514c081cb46c5d45c21d0ba70 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-26T20:11:46.079Z] ===================================================== [Pipeline] echo [2020-10-26T20:11:46.138Z] taggedImages: [2020-10-26T20:11:46.138Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:70c918de78a758e1281f9e18824a6a08fc9647aa [2020-10-26T20:11:46.138Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.100 [2020-10-26T20:11:46.138Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:70c918de78a758e1281f9e18824a6a08fc9647aa-1.2.2-dev.100 [2020-10-26T20:11:46.138Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2020-10-26T20:11:46.223Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2020-10-26T20:11:46.223Z] 70c918de78a758e1281f9e18824a6a08fc9647aa [2020-10-26T20:11:46.223Z] 1.2.2-dev.100 [2020-10-26T20:11:46.223Z] 70c918de78a758e1281f9e18824a6a08fc9647aa-1.2.2-dev.100 [2020-10-26T20:11:46.223Z] master [2020-10-26T20:11:46.223Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:11:46.789Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:70c918de78a758e1281f9e18824a6a08fc9647aa [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:11:47.179Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:70c918de78a758e1281f9e18824a6a08fc9647aa [2020-10-26T20:11:47.180Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-26T20:11:47.180Z] 45f0972b6662: Preparing [2020-10-26T20:11:47.180Z] d124f8c2bd13: Preparing [2020-10-26T20:11:47.180Z] cd665b83e1d6: Preparing [2020-10-26T20:11:47.457Z] cd665b83e1d6: Pushed [2020-10-26T20:11:47.457Z] 45f0972b6662: Pushed [2020-10-26T20:11:50.836Z] d124f8c2bd13: Pushed [2020-10-26T20:11:50.836Z] 70c918de78a758e1281f9e18824a6a08fc9647aa: digest: sha256:97b51817eda2cc299f648601cab87a4820d16a3051d44b8bd587a92310b63a11 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:11:51.175Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.100 [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:11:51.510Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.100 [2020-10-26T20:11:51.510Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-26T20:11:51.510Z] 45f0972b6662: Preparing [2020-10-26T20:11:51.510Z] d124f8c2bd13: Preparing [2020-10-26T20:11:51.510Z] cd665b83e1d6: Preparing [2020-10-26T20:11:51.782Z] cd665b83e1d6: Layer already exists [2020-10-26T20:11:51.782Z] 45f0972b6662: Layer already exists [2020-10-26T20:11:51.782Z] d124f8c2bd13: Layer already exists [2020-10-26T20:11:51.782Z] 1.2.2-dev.100: digest: sha256:97b51817eda2cc299f648601cab87a4820d16a3051d44b8bd587a92310b63a11 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:11:52.131Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:70c918de78a758e1281f9e18824a6a08fc9647aa-1.2.2-dev.100 [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:11:52.467Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:70c918de78a758e1281f9e18824a6a08fc9647aa-1.2.2-dev.100 [2020-10-26T20:11:52.467Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-26T20:11:52.467Z] 45f0972b6662: Preparing [2020-10-26T20:11:52.467Z] d124f8c2bd13: Preparing [2020-10-26T20:11:52.467Z] cd665b83e1d6: Preparing [2020-10-26T20:11:52.467Z] cd665b83e1d6: Layer already exists [2020-10-26T20:11:52.467Z] 45f0972b6662: Layer already exists [2020-10-26T20:11:52.467Z] d124f8c2bd13: Layer already exists [2020-10-26T20:11:52.736Z] 70c918de78a758e1281f9e18824a6a08fc9647aa-1.2.2-dev.100: digest: sha256:97b51817eda2cc299f648601cab87a4820d16a3051d44b8bd587a92310b63a11 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:11:53.076Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:11:53.423Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2020-10-26T20:11:53.423Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-26T20:11:53.423Z] 45f0972b6662: Preparing [2020-10-26T20:11:53.423Z] d124f8c2bd13: Preparing [2020-10-26T20:11:53.423Z] cd665b83e1d6: Preparing [2020-10-26T20:11:53.423Z] 45f0972b6662: Layer already exists [2020-10-26T20:11:53.423Z] d124f8c2bd13: Layer already exists [2020-10-26T20:11:53.423Z] cd665b83e1d6: Layer already exists [2020-10-26T20:11:53.692Z] master: digest: sha256:97b51817eda2cc299f648601cab87a4820d16a3051d44b8bd587a92310b63a11 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-26T20:11:53.897Z] ===================================================== [Pipeline] echo [2020-10-26T20:11:53.975Z] taggedImages: [2020-10-26T20:11:53.975Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:70c918de78a758e1281f9e18824a6a08fc9647aa [2020-10-26T20:11:53.975Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.100 [2020-10-26T20:11:53.975Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:70c918de78a758e1281f9e18824a6a08fc9647aa-1.2.2-dev.100 [2020-10-26T20:11:53.975Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2020-10-26T20:11:54.059Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2020-10-26T20:11:54.059Z] 70c918de78a758e1281f9e18824a6a08fc9647aa [2020-10-26T20:11:54.059Z] 1.2.2-dev.100 [2020-10-26T20:11:54.059Z] 70c918de78a758e1281f9e18824a6a08fc9647aa-1.2.2-dev.100 [2020-10-26T20:11:54.059Z] master [2020-10-26T20:11:54.059Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:11:54.602Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:70c918de78a758e1281f9e18824a6a08fc9647aa [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:11:54.934Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:70c918de78a758e1281f9e18824a6a08fc9647aa [2020-10-26T20:11:54.934Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-26T20:11:54.934Z] 71ffb66a27b2: Preparing [2020-10-26T20:11:54.934Z] 480296978d42: Preparing [2020-10-26T20:11:54.934Z] 34081aa8c35c: Preparing [2020-10-26T20:11:54.934Z] 3f676fc70e4d: Preparing [2020-10-26T20:11:54.934Z] cd3761cfa1d9: Preparing [2020-10-26T20:11:55.204Z] cd3761cfa1d9: Layer already exists [2020-10-26T20:11:55.204Z] 34081aa8c35c: Pushed [2020-10-26T20:11:55.204Z] 480296978d42: Pushed [2020-10-26T20:11:55.477Z] 3f676fc70e4d: Pushed [2020-10-26T20:11:57.439Z] 71ffb66a27b2: Pushed [2020-10-26T20:11:57.439Z] 70c918de78a758e1281f9e18824a6a08fc9647aa: digest: sha256:5f5f7ea6c25df5d994f7feb4d6187e6d0de885d3a2d9f3883e6ba4eeb3c64377 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:11:57.781Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.100 [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:11:58.113Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.100 [2020-10-26T20:11:58.114Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-26T20:11:58.114Z] 71ffb66a27b2: Preparing [2020-10-26T20:11:58.114Z] 480296978d42: Preparing [2020-10-26T20:11:58.114Z] 34081aa8c35c: Preparing [2020-10-26T20:11:58.114Z] 3f676fc70e4d: Preparing [2020-10-26T20:11:58.114Z] cd3761cfa1d9: Preparing [2020-10-26T20:11:58.385Z] 71ffb66a27b2: Layer already exists [2020-10-26T20:11:58.385Z] cd3761cfa1d9: Layer already exists [2020-10-26T20:11:58.385Z] 3f676fc70e4d: Layer already exists [2020-10-26T20:11:58.385Z] 34081aa8c35c: Layer already exists [2020-10-26T20:11:58.385Z] 480296978d42: Layer already exists [2020-10-26T20:11:58.385Z] 1.2.2-dev.100: digest: sha256:5f5f7ea6c25df5d994f7feb4d6187e6d0de885d3a2d9f3883e6ba4eeb3c64377 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:11:58.732Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:70c918de78a758e1281f9e18824a6a08fc9647aa-1.2.2-dev.100 [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:11:59.068Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:70c918de78a758e1281f9e18824a6a08fc9647aa-1.2.2-dev.100 [2020-10-26T20:11:59.068Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-26T20:11:59.068Z] 71ffb66a27b2: Preparing [2020-10-26T20:11:59.068Z] 480296978d42: Preparing [2020-10-26T20:11:59.068Z] 34081aa8c35c: Preparing [2020-10-26T20:11:59.068Z] 3f676fc70e4d: Preparing [2020-10-26T20:11:59.068Z] cd3761cfa1d9: Preparing [2020-10-26T20:11:59.339Z] cd3761cfa1d9: Layer already exists [2020-10-26T20:11:59.339Z] 3f676fc70e4d: Layer already exists [2020-10-26T20:11:59.339Z] 480296978d42: Layer already exists [2020-10-26T20:11:59.339Z] 34081aa8c35c: Layer already exists [2020-10-26T20:11:59.339Z] 71ffb66a27b2: Layer already exists [2020-10-26T20:11:59.339Z] 70c918de78a758e1281f9e18824a6a08fc9647aa-1.2.2-dev.100: digest: sha256:5f5f7ea6c25df5d994f7feb4d6187e6d0de885d3a2d9f3883e6ba4eeb3c64377 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:11:59.684Z] + 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-26T20:12:00.024Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2020-10-26T20:12:00.024Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-26T20:12:00.024Z] 71ffb66a27b2: Preparing [2020-10-26T20:12:00.024Z] 480296978d42: Preparing [2020-10-26T20:12:00.024Z] 34081aa8c35c: Preparing [2020-10-26T20:12:00.024Z] 3f676fc70e4d: Preparing [2020-10-26T20:12:00.024Z] cd3761cfa1d9: Preparing [2020-10-26T20:12:00.024Z] cd3761cfa1d9: Layer already exists [2020-10-26T20:12:00.024Z] 71ffb66a27b2: Layer already exists [2020-10-26T20:12:00.024Z] 480296978d42: Layer already exists [2020-10-26T20:12:00.295Z] 3f676fc70e4d: Layer already exists [2020-10-26T20:12:00.295Z] 34081aa8c35c: Layer already exists [2020-10-26T20:12:00.295Z] master: digest: sha256:5f5f7ea6c25df5d994f7feb4d6187e6d0de885d3a2d9f3883e6ba4eeb3c64377 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-26T20:12:00.559Z] ===================================================== [Pipeline] echo [2020-10-26T20:12:00.640Z] taggedImages: [2020-10-26T20:12:00.640Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:70c918de78a758e1281f9e18824a6a08fc9647aa [2020-10-26T20:12:00.640Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.100 [2020-10-26T20:12:00.640Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:70c918de78a758e1281f9e18824a6a08fc9647aa-1.2.2-dev.100 [2020-10-26T20:12:00.640Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2020-10-26T20:12:00.714Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go-arm64 with the following tags: [2020-10-26T20:12:00.714Z] 70c918de78a758e1281f9e18824a6a08fc9647aa [2020-10-26T20:12:00.714Z] 1.2.2-dev.100 [2020-10-26T20:12:00.714Z] 70c918de78a758e1281f9e18824a6a08fc9647aa-1.2.2-dev.100 [2020-10-26T20:12:00.714Z] master [2020-10-26T20:12:00.714Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:12:01.437Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:70c918de78a758e1281f9e18824a6a08fc9647aa [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:12:01.788Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:70c918de78a758e1281f9e18824a6a08fc9647aa [2020-10-26T20:12:01.788Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-26T20:12:01.788Z] 3939c89137af: Preparing [2020-10-26T20:12:01.788Z] ef7c191684a3: Preparing [2020-10-26T20:12:01.788Z] 87de03606f03: Preparing [2020-10-26T20:12:01.788Z] 4668c337480c: Preparing [2020-10-26T20:12:01.788Z] 4668c337480c: Preparing [2020-10-26T20:12:01.788Z] a8402c7f5e74: Preparing [2020-10-26T20:12:01.788Z] 25bbf8e45814: Preparing [2020-10-26T20:12:01.788Z] 73baec4ca015: Preparing [2020-10-26T20:12:01.788Z] 3939c89137af: Preparing [2020-10-26T20:12:01.788Z] 848c218ab0ea: Preparing [2020-10-26T20:12:01.788Z] 1ca8032974b9: Preparing [2020-10-26T20:12:01.788Z] 9e9304ae7e3d: Preparing [2020-10-26T20:12:01.788Z] cd3761cfa1d9: Preparing [2020-10-26T20:12:01.788Z] 25bbf8e45814: Waiting [2020-10-26T20:12:01.788Z] 73baec4ca015: Waiting [2020-10-26T20:12:01.788Z] 848c218ab0ea: Waiting [2020-10-26T20:12:01.788Z] 9e9304ae7e3d: Waiting [2020-10-26T20:12:01.788Z] 1ca8032974b9: Waiting [2020-10-26T20:12:01.788Z] cd3761cfa1d9: Waiting [2020-10-26T20:12:02.064Z] ef7c191684a3: Pushed [2020-10-26T20:12:02.349Z] 4668c337480c: Pushed [2020-10-26T20:12:02.349Z] a8402c7f5e74: Pushed [2020-10-26T20:12:02.349Z] 87de03606f03: Pushed [2020-10-26T20:12:02.349Z] 25bbf8e45814: Pushed [2020-10-26T20:12:02.349Z] 848c218ab0ea: Pushed [2020-10-26T20:12:02.349Z] 1ca8032974b9: Pushed [2020-10-26T20:12:02.621Z] 73baec4ca015: Pushed [2020-10-26T20:12:02.621Z] cd3761cfa1d9: Layer already exists [2020-10-26T20:12:02.891Z] 9e9304ae7e3d: Pushed [2020-10-26T20:12:03.865Z] 3939c89137af: Pushed [2020-10-26T20:12:04.175Z] 70c918de78a758e1281f9e18824a6a08fc9647aa: digest: sha256:68d25b319f8f8010f3c4b0c65c12708775765a932a9830ba1d3a3ece25fa5dd0 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:12:04.520Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.100 [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:12:04.862Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.100 [2020-10-26T20:12:04.862Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-26T20:12:04.862Z] 3939c89137af: Preparing [2020-10-26T20:12:04.862Z] ef7c191684a3: Preparing [2020-10-26T20:12:04.862Z] 87de03606f03: Preparing [2020-10-26T20:12:04.862Z] 4668c337480c: Preparing [2020-10-26T20:12:04.862Z] 4668c337480c: Preparing [2020-10-26T20:12:04.862Z] a8402c7f5e74: Preparing [2020-10-26T20:12:04.862Z] 25bbf8e45814: Preparing [2020-10-26T20:12:04.862Z] 73baec4ca015: Preparing [2020-10-26T20:12:04.862Z] 3939c89137af: Preparing [2020-10-26T20:12:04.862Z] 848c218ab0ea: Preparing [2020-10-26T20:12:04.862Z] 1ca8032974b9: Preparing [2020-10-26T20:12:04.862Z] 9e9304ae7e3d: Preparing [2020-10-26T20:12:04.862Z] cd3761cfa1d9: Preparing [2020-10-26T20:12:04.862Z] 25bbf8e45814: Waiting [2020-10-26T20:12:04.862Z] 73baec4ca015: Waiting [2020-10-26T20:12:04.862Z] 848c218ab0ea: Waiting [2020-10-26T20:12:04.862Z] 1ca8032974b9: Waiting [2020-10-26T20:12:04.862Z] cd3761cfa1d9: Waiting [2020-10-26T20:12:05.132Z] a8402c7f5e74: Layer already exists [2020-10-26T20:12:05.132Z] 4668c337480c: Layer already exists [2020-10-26T20:12:05.132Z] 87de03606f03: Layer already exists [2020-10-26T20:12:05.132Z] ef7c191684a3: Layer already exists [2020-10-26T20:12:05.132Z] 3939c89137af: Layer already exists [2020-10-26T20:12:05.132Z] 1ca8032974b9: Layer already exists [2020-10-26T20:12:05.132Z] 848c218ab0ea: Layer already exists [2020-10-26T20:12:05.132Z] 9e9304ae7e3d: Layer already exists [2020-10-26T20:12:05.132Z] 73baec4ca015: Layer already exists [2020-10-26T20:12:05.132Z] 25bbf8e45814: Layer already exists [2020-10-26T20:12:05.132Z] cd3761cfa1d9: Layer already exists [2020-10-26T20:12:05.133Z] 1.2.2-dev.100: digest: sha256:68d25b319f8f8010f3c4b0c65c12708775765a932a9830ba1d3a3ece25fa5dd0 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:12:05.470Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:70c918de78a758e1281f9e18824a6a08fc9647aa-1.2.2-dev.100 [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:12:05.802Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:70c918de78a758e1281f9e18824a6a08fc9647aa-1.2.2-dev.100 [2020-10-26T20:12:05.802Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-26T20:12:05.802Z] 3939c89137af: Preparing [2020-10-26T20:12:05.802Z] ef7c191684a3: Preparing [2020-10-26T20:12:05.802Z] 87de03606f03: Preparing [2020-10-26T20:12:05.802Z] 4668c337480c: Preparing [2020-10-26T20:12:05.802Z] 4668c337480c: Preparing [2020-10-26T20:12:05.802Z] a8402c7f5e74: Preparing [2020-10-26T20:12:05.802Z] 25bbf8e45814: Preparing [2020-10-26T20:12:05.802Z] 73baec4ca015: Preparing [2020-10-26T20:12:05.802Z] 3939c89137af: Preparing [2020-10-26T20:12:05.802Z] 848c218ab0ea: Preparing [2020-10-26T20:12:05.802Z] 1ca8032974b9: Preparing [2020-10-26T20:12:05.802Z] 9e9304ae7e3d: Preparing [2020-10-26T20:12:05.802Z] cd3761cfa1d9: Preparing [2020-10-26T20:12:05.802Z] 848c218ab0ea: Waiting [2020-10-26T20:12:05.802Z] 1ca8032974b9: Waiting [2020-10-26T20:12:05.802Z] 9e9304ae7e3d: Waiting [2020-10-26T20:12:05.802Z] cd3761cfa1d9: Waiting [2020-10-26T20:12:05.802Z] 25bbf8e45814: Waiting [2020-10-26T20:12:05.802Z] 73baec4ca015: Waiting [2020-10-26T20:12:06.074Z] 87de03606f03: Layer already exists [2020-10-26T20:12:06.074Z] 3939c89137af: Layer already exists [2020-10-26T20:12:06.074Z] a8402c7f5e74: Layer already exists [2020-10-26T20:12:06.074Z] 4668c337480c: Layer already exists [2020-10-26T20:12:06.074Z] ef7c191684a3: Layer already exists [2020-10-26T20:12:06.074Z] 25bbf8e45814: Layer already exists [2020-10-26T20:12:06.074Z] 73baec4ca015: Layer already exists [2020-10-26T20:12:06.074Z] 9e9304ae7e3d: Layer already exists [2020-10-26T20:12:06.074Z] 848c218ab0ea: Layer already exists [2020-10-26T20:12:06.074Z] 1ca8032974b9: Layer already exists [2020-10-26T20:12:06.074Z] cd3761cfa1d9: Layer already exists [2020-10-26T20:12:06.074Z] 70c918de78a758e1281f9e18824a6a08fc9647aa-1.2.2-dev.100: digest: sha256:68d25b319f8f8010f3c4b0c65c12708775765a932a9830ba1d3a3ece25fa5dd0 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:12:06.414Z] + 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-26T20:12:06.747Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [2020-10-26T20:12:06.747Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-26T20:12:06.747Z] 3939c89137af: Preparing [2020-10-26T20:12:06.747Z] ef7c191684a3: Preparing [2020-10-26T20:12:06.747Z] 87de03606f03: Preparing [2020-10-26T20:12:06.747Z] 4668c337480c: Preparing [2020-10-26T20:12:06.747Z] 4668c337480c: Preparing [2020-10-26T20:12:06.747Z] a8402c7f5e74: Preparing [2020-10-26T20:12:06.747Z] 25bbf8e45814: Preparing [2020-10-26T20:12:06.747Z] 73baec4ca015: Preparing [2020-10-26T20:12:06.747Z] 3939c89137af: Preparing [2020-10-26T20:12:06.747Z] 848c218ab0ea: Preparing [2020-10-26T20:12:06.747Z] 1ca8032974b9: Preparing [2020-10-26T20:12:06.747Z] 9e9304ae7e3d: Preparing [2020-10-26T20:12:06.747Z] cd3761cfa1d9: Preparing [2020-10-26T20:12:06.747Z] 73baec4ca015: Waiting [2020-10-26T20:12:06.747Z] 848c218ab0ea: Waiting [2020-10-26T20:12:06.747Z] 1ca8032974b9: Waiting [2020-10-26T20:12:06.747Z] 9e9304ae7e3d: Waiting [2020-10-26T20:12:06.747Z] cd3761cfa1d9: Waiting [2020-10-26T20:12:06.747Z] 25bbf8e45814: Waiting [2020-10-26T20:12:07.018Z] 87de03606f03: Layer already exists [2020-10-26T20:12:07.018Z] ef7c191684a3: Layer already exists [2020-10-26T20:12:07.018Z] a8402c7f5e74: Layer already exists [2020-10-26T20:12:07.018Z] 4668c337480c: Layer already exists [2020-10-26T20:12:07.018Z] 3939c89137af: Layer already exists [2020-10-26T20:12:07.018Z] 73baec4ca015: Layer already exists [2020-10-26T20:12:07.018Z] 25bbf8e45814: Layer already exists [2020-10-26T20:12:07.018Z] 1ca8032974b9: Layer already exists [2020-10-26T20:12:07.018Z] 848c218ab0ea: Layer already exists [2020-10-26T20:12:07.018Z] 9e9304ae7e3d: Layer already exists [2020-10-26T20:12:07.018Z] cd3761cfa1d9: Layer already exists [2020-10-26T20:12:07.018Z] master: digest: sha256:68d25b319f8f8010f3c4b0c65c12708775765a932a9830ba1d3a3ece25fa5dd0 size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-26T20:12:07.212Z] ===================================================== [Pipeline] echo [2020-10-26T20:12:07.261Z] taggedImages: [2020-10-26T20:12:07.261Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:70c918de78a758e1281f9e18824a6a08fc9647aa [2020-10-26T20:12:07.261Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.100 [2020-10-26T20:12:07.261Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:70c918de78a758e1281f9e18824a6a08fc9647aa-1.2.2-dev.100 [2020-10-26T20:12:07.261Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [Pipeline] echo [2020-10-26T20:12:07.336Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2020-10-26T20:12:07.336Z] 70c918de78a758e1281f9e18824a6a08fc9647aa [2020-10-26T20:12:07.336Z] 1.2.2-dev.100 [2020-10-26T20:12:07.336Z] 70c918de78a758e1281f9e18824a6a08fc9647aa-1.2.2-dev.100 [2020-10-26T20:12:07.336Z] master [2020-10-26T20:12:07.336Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:12:07.855Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:70c918de78a758e1281f9e18824a6a08fc9647aa [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:12:08.190Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:70c918de78a758e1281f9e18824a6a08fc9647aa [2020-10-26T20:12:08.190Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-26T20:12:08.190Z] c534061f94f8: Preparing [2020-10-26T20:12:08.190Z] 6feefb78ba48: Preparing [2020-10-26T20:12:08.190Z] 95fbff1a26c7: Preparing [2020-10-26T20:12:08.190Z] b623b567e8f5: Preparing [2020-10-26T20:12:08.190Z] 9e02dcd267c1: Preparing [2020-10-26T20:12:08.190Z] 6f7dc26f0220: Preparing [2020-10-26T20:12:08.190Z] cab320a03b91: Preparing [2020-10-26T20:12:08.190Z] 5c6d46afcbd7: Preparing [2020-10-26T20:12:08.190Z] 6ac5a8f10d6b: Preparing [2020-10-26T20:12:08.190Z] 9e1b8b6dc10b: Preparing [2020-10-26T20:12:08.190Z] 66b385cf80cf: Preparing [2020-10-26T20:12:08.190Z] 6f7dc26f0220: Waiting [2020-10-26T20:12:08.190Z] cab320a03b91: Waiting [2020-10-26T20:12:08.190Z] 5c6d46afcbd7: Waiting [2020-10-26T20:12:08.190Z] 6ac5a8f10d6b: Waiting [2020-10-26T20:12:08.190Z] 9e1b8b6dc10b: Waiting [2020-10-26T20:12:08.190Z] 66b385cf80cf: Waiting [2020-10-26T20:12:08.466Z] 6feefb78ba48: Pushed [2020-10-26T20:12:08.466Z] c534061f94f8: Pushed [2020-10-26T20:12:08.750Z] 6f7dc26f0220: Pushed [2020-10-26T20:12:08.750Z] cab320a03b91: Pushed [2020-10-26T20:12:09.022Z] 5c6d46afcbd7: Pushed [2020-10-26T20:12:09.022Z] 6ac5a8f10d6b: Pushed [2020-10-26T20:12:09.294Z] 66b385cf80cf: Layer already exists [2020-10-26T20:12:09.890Z] 9e1b8b6dc10b: Pushed [2020-10-26T20:12:10.486Z] 95fbff1a26c7: Pushed [2020-10-26T20:12:10.759Z] b623b567e8f5: Pushed [2020-10-26T20:12:10.759Z] 9e02dcd267c1: Pushed [2020-10-26T20:12:11.045Z] 70c918de78a758e1281f9e18824a6a08fc9647aa: digest: sha256:4019b3870dd6357dd5270a609b07957046d7cec27c1be40bcfdfffd996bb9d9f size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:12:11.423Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.100 [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:12:11.816Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.100 [2020-10-26T20:12:11.816Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-26T20:12:11.816Z] c534061f94f8: Preparing [2020-10-26T20:12:11.816Z] 6feefb78ba48: Preparing [2020-10-26T20:12:11.816Z] 95fbff1a26c7: Preparing [2020-10-26T20:12:11.816Z] b623b567e8f5: Preparing [2020-10-26T20:12:11.816Z] 9e02dcd267c1: Preparing [2020-10-26T20:12:11.816Z] 6f7dc26f0220: Preparing [2020-10-26T20:12:11.816Z] cab320a03b91: Preparing [2020-10-26T20:12:11.816Z] 5c6d46afcbd7: Preparing [2020-10-26T20:12:11.816Z] 6ac5a8f10d6b: Preparing [2020-10-26T20:12:11.816Z] 9e1b8b6dc10b: Preparing [2020-10-26T20:12:11.816Z] 66b385cf80cf: Preparing [2020-10-26T20:12:11.816Z] 5c6d46afcbd7: Waiting [2020-10-26T20:12:11.816Z] 6ac5a8f10d6b: Waiting [2020-10-26T20:12:11.816Z] 9e1b8b6dc10b: Waiting [2020-10-26T20:12:11.816Z] 6f7dc26f0220: Waiting [2020-10-26T20:12:11.816Z] 66b385cf80cf: Waiting [2020-10-26T20:12:11.816Z] cab320a03b91: Waiting [2020-10-26T20:12:11.816Z] 95fbff1a26c7: Layer already exists [2020-10-26T20:12:11.816Z] 6feefb78ba48: Layer already exists [2020-10-26T20:12:11.816Z] 9e02dcd267c1: Layer already exists [2020-10-26T20:12:11.816Z] b623b567e8f5: Layer already exists [2020-10-26T20:12:12.106Z] c534061f94f8: Layer already exists [2020-10-26T20:12:12.106Z] cab320a03b91: Layer already exists [2020-10-26T20:12:12.106Z] 6f7dc26f0220: Layer already exists [2020-10-26T20:12:12.106Z] 5c6d46afcbd7: Layer already exists [2020-10-26T20:12:12.106Z] 9e1b8b6dc10b: Layer already exists [2020-10-26T20:12:12.106Z] 6ac5a8f10d6b: Layer already exists [2020-10-26T20:12:12.106Z] 66b385cf80cf: Layer already exists [2020-10-26T20:12:12.106Z] 1.2.2-dev.100: digest: sha256:4019b3870dd6357dd5270a609b07957046d7cec27c1be40bcfdfffd996bb9d9f size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:12:12.472Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:70c918de78a758e1281f9e18824a6a08fc9647aa-1.2.2-dev.100 [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:12:12.814Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:70c918de78a758e1281f9e18824a6a08fc9647aa-1.2.2-dev.100 [2020-10-26T20:12:12.814Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-26T20:12:12.814Z] c534061f94f8: Preparing [2020-10-26T20:12:12.814Z] 6feefb78ba48: Preparing [2020-10-26T20:12:12.814Z] 95fbff1a26c7: Preparing [2020-10-26T20:12:12.814Z] b623b567e8f5: Preparing [2020-10-26T20:12:12.814Z] 9e02dcd267c1: Preparing [2020-10-26T20:12:12.814Z] 6f7dc26f0220: Preparing [2020-10-26T20:12:12.814Z] cab320a03b91: Preparing [2020-10-26T20:12:12.814Z] 5c6d46afcbd7: Preparing [2020-10-26T20:12:12.814Z] 6ac5a8f10d6b: Preparing [2020-10-26T20:12:12.814Z] 9e1b8b6dc10b: Preparing [2020-10-26T20:12:12.814Z] 66b385cf80cf: Preparing [2020-10-26T20:12:12.814Z] 6f7dc26f0220: Waiting [2020-10-26T20:12:12.814Z] cab320a03b91: Waiting [2020-10-26T20:12:12.814Z] 5c6d46afcbd7: Waiting [2020-10-26T20:12:12.814Z] 6ac5a8f10d6b: Waiting [2020-10-26T20:12:12.814Z] 9e1b8b6dc10b: Waiting [2020-10-26T20:12:12.814Z] 66b385cf80cf: Waiting [2020-10-26T20:12:13.089Z] c534061f94f8: Layer already exists [2020-10-26T20:12:13.089Z] b623b567e8f5: Layer already exists [2020-10-26T20:12:13.089Z] 9e02dcd267c1: Layer already exists [2020-10-26T20:12:13.089Z] 95fbff1a26c7: Layer already exists [2020-10-26T20:12:13.089Z] 6feefb78ba48: Layer already exists [2020-10-26T20:12:13.089Z] cab320a03b91: Layer already exists [2020-10-26T20:12:13.089Z] 5c6d46afcbd7: Layer already exists [2020-10-26T20:12:13.089Z] 6ac5a8f10d6b: Layer already exists [2020-10-26T20:12:13.089Z] 6f7dc26f0220: Layer already exists [2020-10-26T20:12:13.089Z] 9e1b8b6dc10b: Layer already exists [2020-10-26T20:12:13.089Z] 66b385cf80cf: Layer already exists [2020-10-26T20:12:13.089Z] 70c918de78a758e1281f9e18824a6a08fc9647aa-1.2.2-dev.100: digest: sha256:4019b3870dd6357dd5270a609b07957046d7cec27c1be40bcfdfffd996bb9d9f size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:12:13.440Z] + 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-26T20:12:13.777Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2020-10-26T20:12:13.777Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-26T20:12:13.777Z] c534061f94f8: Preparing [2020-10-26T20:12:13.777Z] 6feefb78ba48: Preparing [2020-10-26T20:12:13.777Z] 95fbff1a26c7: Preparing [2020-10-26T20:12:13.777Z] b623b567e8f5: Preparing [2020-10-26T20:12:13.777Z] 9e02dcd267c1: Preparing [2020-10-26T20:12:13.777Z] 6f7dc26f0220: Preparing [2020-10-26T20:12:13.777Z] cab320a03b91: Preparing [2020-10-26T20:12:13.777Z] 5c6d46afcbd7: Preparing [2020-10-26T20:12:13.777Z] 6ac5a8f10d6b: Preparing [2020-10-26T20:12:13.777Z] 9e1b8b6dc10b: Preparing [2020-10-26T20:12:13.777Z] 66b385cf80cf: Preparing [2020-10-26T20:12:13.777Z] 5c6d46afcbd7: Waiting [2020-10-26T20:12:13.777Z] 6ac5a8f10d6b: Waiting [2020-10-26T20:12:13.777Z] 6f7dc26f0220: Waiting [2020-10-26T20:12:13.777Z] 9e1b8b6dc10b: Waiting [2020-10-26T20:12:13.777Z] 66b385cf80cf: Waiting [2020-10-26T20:12:13.777Z] cab320a03b91: Waiting [2020-10-26T20:12:14.051Z] c534061f94f8: Layer already exists [2020-10-26T20:12:14.051Z] 95fbff1a26c7: Layer already exists [2020-10-26T20:12:14.051Z] b623b567e8f5: Layer already exists [2020-10-26T20:12:14.051Z] 9e02dcd267c1: Layer already exists [2020-10-26T20:12:14.051Z] 6feefb78ba48: Layer already exists [2020-10-26T20:12:14.051Z] cab320a03b91: Layer already exists [2020-10-26T20:12:14.051Z] 5c6d46afcbd7: Layer already exists [2020-10-26T20:12:14.051Z] 6f7dc26f0220: Layer already exists [2020-10-26T20:12:14.051Z] 9e1b8b6dc10b: Layer already exists [2020-10-26T20:12:14.051Z] 6ac5a8f10d6b: Layer already exists [2020-10-26T20:12:14.051Z] 66b385cf80cf: Layer already exists [2020-10-26T20:12:14.051Z] master: digest: sha256:4019b3870dd6357dd5270a609b07957046d7cec27c1be40bcfdfffd996bb9d9f size: 2616 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-26T20:12:14.259Z] ===================================================== [Pipeline] echo [2020-10-26T20:12:14.308Z] taggedImages: [2020-10-26T20:12:14.308Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:70c918de78a758e1281f9e18824a6a08fc9647aa [2020-10-26T20:12:14.308Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.100 [2020-10-26T20:12:14.308Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:70c918de78a758e1281f9e18824a6a08fc9647aa-1.2.2-dev.100 [2020-10-26T20:12:14.308Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2020-10-26T20:12:14.376Z] [edgeXDocker.push] Tagging docker image docker-support-logging-go-arm64 with the following tags: [2020-10-26T20:12:14.376Z] 70c918de78a758e1281f9e18824a6a08fc9647aa [2020-10-26T20:12:14.376Z] 1.2.2-dev.100 [2020-10-26T20:12:14.376Z] 70c918de78a758e1281f9e18824a6a08fc9647aa-1.2.2-dev.100 [2020-10-26T20:12:14.376Z] master [2020-10-26T20:12:14.376Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:12:14.906Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:70c918de78a758e1281f9e18824a6a08fc9647aa [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:12:15.249Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:70c918de78a758e1281f9e18824a6a08fc9647aa [2020-10-26T20:12:15.249Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-26T20:12:15.249Z] da5ddb278fd8: Preparing [2020-10-26T20:12:15.249Z] d6dc183fefa1: Preparing [2020-10-26T20:12:15.249Z] f5c0ef4474e1: Preparing [2020-10-26T20:12:15.249Z] 532474817587: Preparing [2020-10-26T20:12:15.844Z] f5c0ef4474e1: Pushed [2020-10-26T20:12:15.844Z] da5ddb278fd8: Pushed [2020-10-26T20:12:15.844Z] 532474817587: Pushed [2020-10-26T20:12:17.817Z] d6dc183fefa1: Pushed [2020-10-26T20:12:18.089Z] 70c918de78a758e1281f9e18824a6a08fc9647aa: digest: sha256:08cd4f73356a90d16d19c56075fb6e86dc24189dbb0eb9ae03beaaa01542a794 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:12:18.436Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.100 [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:12:18.777Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.100 [2020-10-26T20:12:18.777Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-26T20:12:18.777Z] da5ddb278fd8: Preparing [2020-10-26T20:12:18.777Z] d6dc183fefa1: Preparing [2020-10-26T20:12:18.777Z] f5c0ef4474e1: Preparing [2020-10-26T20:12:18.777Z] 532474817587: Preparing [2020-10-26T20:12:18.777Z] 532474817587: Layer already exists [2020-10-26T20:12:18.777Z] da5ddb278fd8: Layer already exists [2020-10-26T20:12:18.777Z] d6dc183fefa1: Layer already exists [2020-10-26T20:12:18.777Z] f5c0ef4474e1: Layer already exists [2020-10-26T20:12:19.050Z] 1.2.2-dev.100: digest: sha256:08cd4f73356a90d16d19c56075fb6e86dc24189dbb0eb9ae03beaaa01542a794 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:12:19.395Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:70c918de78a758e1281f9e18824a6a08fc9647aa-1.2.2-dev.100 [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:12:19.739Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:70c918de78a758e1281f9e18824a6a08fc9647aa-1.2.2-dev.100 [2020-10-26T20:12:19.739Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-26T20:12:19.739Z] da5ddb278fd8: Preparing [2020-10-26T20:12:19.739Z] d6dc183fefa1: Preparing [2020-10-26T20:12:19.739Z] f5c0ef4474e1: Preparing [2020-10-26T20:12:19.739Z] 532474817587: Preparing [2020-10-26T20:12:19.739Z] da5ddb278fd8: Layer already exists [2020-10-26T20:12:19.739Z] f5c0ef4474e1: Layer already exists [2020-10-26T20:12:20.009Z] 532474817587: Layer already exists [2020-10-26T20:12:20.980Z] d6dc183fefa1: Layer already exists [2020-10-26T20:12:20.980Z] 70c918de78a758e1281f9e18824a6a08fc9647aa-1.2.2-dev.100: digest: sha256:08cd4f73356a90d16d19c56075fb6e86dc24189dbb0eb9ae03beaaa01542a794 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:12:21.321Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:12:21.659Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [2020-10-26T20:12:21.659Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-26T20:12:21.659Z] da5ddb278fd8: Preparing [2020-10-26T20:12:21.659Z] d6dc183fefa1: Preparing [2020-10-26T20:12:21.659Z] f5c0ef4474e1: Preparing [2020-10-26T20:12:21.659Z] 532474817587: Preparing [2020-10-26T20:12:21.659Z] f5c0ef4474e1: Layer already exists [2020-10-26T20:12:21.659Z] da5ddb278fd8: Layer already exists [2020-10-26T20:12:21.659Z] d6dc183fefa1: Layer already exists [2020-10-26T20:12:21.928Z] 532474817587: Layer already exists [2020-10-26T20:12:21.928Z] master: digest: sha256:08cd4f73356a90d16d19c56075fb6e86dc24189dbb0eb9ae03beaaa01542a794 size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-26T20:12:22.214Z] ===================================================== [Pipeline] echo [2020-10-26T20:12:22.265Z] taggedImages: [2020-10-26T20:12:22.265Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:70c918de78a758e1281f9e18824a6a08fc9647aa [2020-10-26T20:12:22.265Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.100 [2020-10-26T20:12:22.265Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:70c918de78a758e1281f9e18824a6a08fc9647aa-1.2.2-dev.100 [2020-10-26T20:12:22.265Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] echo [2020-10-26T20:12:22.334Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2020-10-26T20:12:22.334Z] 70c918de78a758e1281f9e18824a6a08fc9647aa [2020-10-26T20:12:22.334Z] 1.2.2-dev.100 [2020-10-26T20:12:22.334Z] 70c918de78a758e1281f9e18824a6a08fc9647aa-1.2.2-dev.100 [2020-10-26T20:12:22.334Z] master [2020-10-26T20:12:22.334Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:12:22.872Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:70c918de78a758e1281f9e18824a6a08fc9647aa [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:12:23.210Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:70c918de78a758e1281f9e18824a6a08fc9647aa [2020-10-26T20:12:23.210Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-26T20:12:23.210Z] 10f0225e8d05: Preparing [2020-10-26T20:12:23.210Z] e24b7df32b02: Preparing [2020-10-26T20:12:23.210Z] 721d6502c751: Preparing [2020-10-26T20:12:23.210Z] 4bf1938eed5d: Preparing [2020-10-26T20:12:23.210Z] f26d53b58fa1: Preparing [2020-10-26T20:12:23.210Z] 6c8676c37b67: Preparing [2020-10-26T20:12:23.210Z] 6c8676c37b67: Waiting [2020-10-26T20:12:23.483Z] 721d6502c751: Pushed [2020-10-26T20:12:23.483Z] 10f0225e8d05: Pushed [2020-10-26T20:12:23.755Z] f26d53b58fa1: Pushed [2020-10-26T20:12:23.755Z] 4bf1938eed5d: Pushed [2020-10-26T20:12:24.026Z] 6c8676c37b67: Pushed [2020-10-26T20:12:26.633Z] e24b7df32b02: Pushed [2020-10-26T20:12:26.633Z] 70c918de78a758e1281f9e18824a6a08fc9647aa: digest: sha256:4e05301bd9aa1ba1c51f9ac83d93e90f19458d3029504b1936cab9a2ccb81298 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:12:26.976Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.100 [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:12:27.312Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.100 [2020-10-26T20:12:27.313Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-26T20:12:27.313Z] 10f0225e8d05: Preparing [2020-10-26T20:12:27.313Z] e24b7df32b02: Preparing [2020-10-26T20:12:27.313Z] 721d6502c751: Preparing [2020-10-26T20:12:27.313Z] 4bf1938eed5d: Preparing [2020-10-26T20:12:27.313Z] f26d53b58fa1: Preparing [2020-10-26T20:12:27.313Z] 6c8676c37b67: Preparing [2020-10-26T20:12:27.313Z] 6c8676c37b67: Waiting [2020-10-26T20:12:27.585Z] 721d6502c751: Layer already exists [2020-10-26T20:12:27.585Z] 10f0225e8d05: Layer already exists [2020-10-26T20:12:27.585Z] e24b7df32b02: Layer already exists [2020-10-26T20:12:27.585Z] f26d53b58fa1: Layer already exists [2020-10-26T20:12:27.585Z] 4bf1938eed5d: Layer already exists [2020-10-26T20:12:27.585Z] 6c8676c37b67: Layer already exists [2020-10-26T20:12:27.585Z] 1.2.2-dev.100: digest: sha256:4e05301bd9aa1ba1c51f9ac83d93e90f19458d3029504b1936cab9a2ccb81298 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:12:27.923Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:70c918de78a758e1281f9e18824a6a08fc9647aa-1.2.2-dev.100 [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:12:28.266Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:70c918de78a758e1281f9e18824a6a08fc9647aa-1.2.2-dev.100 [2020-10-26T20:12:28.266Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-26T20:12:28.266Z] 10f0225e8d05: Preparing [2020-10-26T20:12:28.266Z] e24b7df32b02: Preparing [2020-10-26T20:12:28.266Z] 721d6502c751: Preparing [2020-10-26T20:12:28.266Z] 4bf1938eed5d: Preparing [2020-10-26T20:12:28.266Z] f26d53b58fa1: Preparing [2020-10-26T20:12:28.266Z] 6c8676c37b67: Preparing [2020-10-26T20:12:28.266Z] 6c8676c37b67: Waiting [2020-10-26T20:12:28.539Z] 10f0225e8d05: Layer already exists [2020-10-26T20:12:28.539Z] 4bf1938eed5d: Layer already exists [2020-10-26T20:12:28.539Z] 721d6502c751: Layer already exists [2020-10-26T20:12:28.539Z] f26d53b58fa1: Layer already exists [2020-10-26T20:12:28.539Z] e24b7df32b02: Layer already exists [2020-10-26T20:12:28.539Z] 6c8676c37b67: Layer already exists [2020-10-26T20:12:28.539Z] 70c918de78a758e1281f9e18824a6a08fc9647aa-1.2.2-dev.100: digest: sha256:4e05301bd9aa1ba1c51f9ac83d93e90f19458d3029504b1936cab9a2ccb81298 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:12:28.893Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:12:29.239Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2020-10-26T20:12:29.239Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-26T20:12:29.239Z] 10f0225e8d05: Preparing [2020-10-26T20:12:29.239Z] e24b7df32b02: Preparing [2020-10-26T20:12:29.239Z] 721d6502c751: Preparing [2020-10-26T20:12:29.239Z] 4bf1938eed5d: Preparing [2020-10-26T20:12:29.239Z] f26d53b58fa1: Preparing [2020-10-26T20:12:29.239Z] 6c8676c37b67: Preparing [2020-10-26T20:12:29.239Z] 6c8676c37b67: Waiting [2020-10-26T20:12:29.511Z] 10f0225e8d05: Layer already exists [2020-10-26T20:12:29.511Z] e24b7df32b02: Layer already exists [2020-10-26T20:12:29.511Z] 4bf1938eed5d: Layer already exists [2020-10-26T20:12:29.511Z] f26d53b58fa1: Layer already exists [2020-10-26T20:12:29.511Z] 721d6502c751: Layer already exists [2020-10-26T20:12:29.511Z] 6c8676c37b67: Layer already exists [2020-10-26T20:12:29.511Z] master: digest: sha256:4e05301bd9aa1ba1c51f9ac83d93e90f19458d3029504b1936cab9a2ccb81298 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-26T20:12:29.719Z] ===================================================== [Pipeline] echo [2020-10-26T20:12:29.770Z] taggedImages: [2020-10-26T20:12:29.770Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:70c918de78a758e1281f9e18824a6a08fc9647aa [2020-10-26T20:12:29.770Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.100 [2020-10-26T20:12:29.770Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:70c918de78a758e1281f9e18824a6a08fc9647aa-1.2.2-dev.100 [2020-10-26T20:12:29.770Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2020-10-26T20:12:29.841Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2020-10-26T20:12:29.841Z] 70c918de78a758e1281f9e18824a6a08fc9647aa [2020-10-26T20:12:29.841Z] 1.2.2-dev.100 [2020-10-26T20:12:29.841Z] 70c918de78a758e1281f9e18824a6a08fc9647aa-1.2.2-dev.100 [2020-10-26T20:12:29.841Z] master [2020-10-26T20:12:29.841Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:12:30.359Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:70c918de78a758e1281f9e18824a6a08fc9647aa [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:12:30.702Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:70c918de78a758e1281f9e18824a6a08fc9647aa [2020-10-26T20:12:30.703Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-26T20:12:30.703Z] fe7a6b0ed7d8: Preparing [2020-10-26T20:12:30.703Z] 1b01fc4b4fa5: Preparing [2020-10-26T20:12:30.703Z] 0dc442aaf71e: Preparing [2020-10-26T20:12:30.975Z] fe7a6b0ed7d8: Pushed [2020-10-26T20:12:30.975Z] 0dc442aaf71e: Pushed [2020-10-26T20:12:33.588Z] 1b01fc4b4fa5: Pushed [2020-10-26T20:12:33.861Z] 70c918de78a758e1281f9e18824a6a08fc9647aa: digest: sha256:a2a650be2524a824fb569152d9eb613cd7562b5fd3e8dbd7499255aa0971e3f0 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:12:34.210Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.100 [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:12:34.577Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.100 [2020-10-26T20:12:34.578Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-26T20:12:34.578Z] fe7a6b0ed7d8: Preparing [2020-10-26T20:12:34.578Z] 1b01fc4b4fa5: Preparing [2020-10-26T20:12:34.578Z] 0dc442aaf71e: Preparing [2020-10-26T20:12:34.858Z] 1b01fc4b4fa5: Layer already exists [2020-10-26T20:12:34.858Z] fe7a6b0ed7d8: Layer already exists [2020-10-26T20:12:34.858Z] 0dc442aaf71e: Layer already exists [2020-10-26T20:12:34.858Z] 1.2.2-dev.100: digest: sha256:a2a650be2524a824fb569152d9eb613cd7562b5fd3e8dbd7499255aa0971e3f0 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:12:35.217Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:70c918de78a758e1281f9e18824a6a08fc9647aa-1.2.2-dev.100 [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:12:35.582Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:70c918de78a758e1281f9e18824a6a08fc9647aa-1.2.2-dev.100 [2020-10-26T20:12:35.582Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-26T20:12:35.582Z] fe7a6b0ed7d8: Preparing [2020-10-26T20:12:35.582Z] 1b01fc4b4fa5: Preparing [2020-10-26T20:12:35.582Z] 0dc442aaf71e: Preparing [2020-10-26T20:12:35.582Z] fe7a6b0ed7d8: Layer already exists [2020-10-26T20:12:35.582Z] 1b01fc4b4fa5: Layer already exists [2020-10-26T20:12:35.582Z] 0dc442aaf71e: Layer already exists [2020-10-26T20:12:35.856Z] 70c918de78a758e1281f9e18824a6a08fc9647aa-1.2.2-dev.100: digest: sha256:a2a650be2524a824fb569152d9eb613cd7562b5fd3e8dbd7499255aa0971e3f0 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:12:36.200Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:12:36.535Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2020-10-26T20:12:36.536Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-26T20:12:36.536Z] fe7a6b0ed7d8: Preparing [2020-10-26T20:12:36.536Z] 1b01fc4b4fa5: Preparing [2020-10-26T20:12:36.536Z] 0dc442aaf71e: Preparing [2020-10-26T20:12:36.536Z] 0dc442aaf71e: Layer already exists [2020-10-26T20:12:36.536Z] 1b01fc4b4fa5: Layer already exists [2020-10-26T20:12:36.536Z] fe7a6b0ed7d8: Layer already exists [2020-10-26T20:12:36.807Z] master: digest: sha256:a2a650be2524a824fb569152d9eb613cd7562b5fd3e8dbd7499255aa0971e3f0 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-26T20:12:37.035Z] ===================================================== [Pipeline] echo [2020-10-26T20:12:37.085Z] taggedImages: [2020-10-26T20:12:37.085Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:70c918de78a758e1281f9e18824a6a08fc9647aa [2020-10-26T20:12:37.085Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.100 [2020-10-26T20:12:37.085Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:70c918de78a758e1281f9e18824a6a08fc9647aa-1.2.2-dev.100 [2020-10-26T20:12:37.085Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2020-10-26T20:12:37.151Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2020-10-26T20:12:37.151Z] 70c918de78a758e1281f9e18824a6a08fc9647aa [2020-10-26T20:12:37.151Z] 1.2.2-dev.100 [2020-10-26T20:12:37.151Z] 70c918de78a758e1281f9e18824a6a08fc9647aa-1.2.2-dev.100 [2020-10-26T20:12:37.151Z] master [2020-10-26T20:12:37.151Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:12:37.666Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:70c918de78a758e1281f9e18824a6a08fc9647aa [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:12:38.004Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:70c918de78a758e1281f9e18824a6a08fc9647aa [2020-10-26T20:12:38.004Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-26T20:12:38.004Z] c109b1ca4a4b: Preparing [2020-10-26T20:12:38.004Z] b68ab282e961: Preparing [2020-10-26T20:12:38.004Z] 29eccae7d8b9: Preparing [2020-10-26T20:12:38.004Z] c4fec2cfd13d: Preparing [2020-10-26T20:12:38.004Z] 25f828683d79: Preparing [2020-10-26T20:12:38.004Z] 8598868c2290: Preparing [2020-10-26T20:12:38.004Z] f227aba8c986: Preparing [2020-10-26T20:12:38.004Z] 52543ddb2901: Preparing [2020-10-26T20:12:38.004Z] 9f553b275599: Preparing [2020-10-26T20:12:38.004Z] 3a47579f0cd1: Preparing [2020-10-26T20:12:38.004Z] cd6d79ebbfb6: Preparing [2020-10-26T20:12:38.004Z] 3e7dc55cab04: Preparing [2020-10-26T20:12:38.004Z] b2e85fd0898f: Preparing [2020-10-26T20:12:38.004Z] cd3761cfa1d9: Preparing [2020-10-26T20:12:38.004Z] 8598868c2290: Waiting [2020-10-26T20:12:38.004Z] f227aba8c986: Waiting [2020-10-26T20:12:38.004Z] 52543ddb2901: Waiting [2020-10-26T20:12:38.004Z] 9f553b275599: Waiting [2020-10-26T20:12:38.004Z] 3a47579f0cd1: Waiting [2020-10-26T20:12:38.004Z] cd6d79ebbfb6: Waiting [2020-10-26T20:12:38.004Z] 3e7dc55cab04: Waiting [2020-10-26T20:12:38.004Z] b2e85fd0898f: Waiting [2020-10-26T20:12:38.004Z] cd3761cfa1d9: Waiting [2020-10-26T20:12:38.289Z] 25f828683d79: Pushed [2020-10-26T20:12:39.289Z] c109b1ca4a4b: Pushed [2020-10-26T20:12:39.289Z] c4fec2cfd13d: Pushed [2020-10-26T20:12:39.289Z] 52543ddb2901: Layer already exists [2020-10-26T20:12:39.289Z] 9f553b275599: Layer already exists [2020-10-26T20:12:39.565Z] 3a47579f0cd1: Layer already exists [2020-10-26T20:12:39.565Z] cd6d79ebbfb6: Layer already exists [2020-10-26T20:12:39.565Z] 3e7dc55cab04: Layer already exists [2020-10-26T20:12:39.565Z] b2e85fd0898f: Layer already exists [2020-10-26T20:12:39.839Z] f227aba8c986: Pushed [2020-10-26T20:12:39.839Z] cd3761cfa1d9: Layer already exists [2020-10-26T20:12:40.113Z] b68ab282e961: Pushed [2020-10-26T20:12:41.090Z] 8598868c2290: Pushed [2020-10-26T20:12:51.215Z] 29eccae7d8b9: Pushed [2020-10-26T20:12:51.215Z] 70c918de78a758e1281f9e18824a6a08fc9647aa: digest: sha256:6c1e366236ee74627cbdf50c4f4cc046b16cea8ef46e9e57fd47ae20775a4ff6 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:12:51.553Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.100 [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:12:51.886Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.100 [2020-10-26T20:12:51.886Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-26T20:12:51.886Z] c109b1ca4a4b: Preparing [2020-10-26T20:12:51.886Z] b68ab282e961: Preparing [2020-10-26T20:12:51.886Z] 29eccae7d8b9: Preparing [2020-10-26T20:12:51.886Z] c4fec2cfd13d: Preparing [2020-10-26T20:12:51.886Z] 25f828683d79: Preparing [2020-10-26T20:12:51.886Z] 8598868c2290: Preparing [2020-10-26T20:12:51.886Z] f227aba8c986: Preparing [2020-10-26T20:12:51.886Z] 52543ddb2901: Preparing [2020-10-26T20:12:51.886Z] 9f553b275599: Preparing [2020-10-26T20:12:51.887Z] 3a47579f0cd1: Preparing [2020-10-26T20:12:51.887Z] cd6d79ebbfb6: Preparing [2020-10-26T20:12:51.887Z] 3e7dc55cab04: Preparing [2020-10-26T20:12:51.887Z] b2e85fd0898f: Preparing [2020-10-26T20:12:51.887Z] cd3761cfa1d9: Preparing [2020-10-26T20:12:51.887Z] 3a47579f0cd1: Waiting [2020-10-26T20:12:51.887Z] b2e85fd0898f: Waiting [2020-10-26T20:12:51.887Z] cd3761cfa1d9: Waiting [2020-10-26T20:12:51.887Z] cd6d79ebbfb6: Waiting [2020-10-26T20:12:51.887Z] 8598868c2290: Waiting [2020-10-26T20:12:51.887Z] 3e7dc55cab04: Waiting [2020-10-26T20:12:51.887Z] f227aba8c986: Waiting [2020-10-26T20:12:51.887Z] 52543ddb2901: Waiting [2020-10-26T20:12:51.887Z] 9f553b275599: Waiting [2020-10-26T20:12:52.160Z] c109b1ca4a4b: Layer already exists [2020-10-26T20:12:52.160Z] c4fec2cfd13d: Layer already exists [2020-10-26T20:12:52.160Z] 29eccae7d8b9: Layer already exists [2020-10-26T20:12:52.160Z] 25f828683d79: Layer already exists [2020-10-26T20:12:52.160Z] b68ab282e961: Layer already exists [2020-10-26T20:12:52.160Z] 9f553b275599: Layer already exists [2020-10-26T20:12:52.160Z] 8598868c2290: Layer already exists [2020-10-26T20:12:52.160Z] f227aba8c986: Layer already exists [2020-10-26T20:12:52.160Z] 52543ddb2901: Layer already exists [2020-10-26T20:12:52.160Z] 3a47579f0cd1: Layer already exists [2020-10-26T20:12:52.160Z] 3e7dc55cab04: Layer already exists [2020-10-26T20:12:52.160Z] b2e85fd0898f: Layer already exists [2020-10-26T20:12:52.160Z] cd3761cfa1d9: Layer already exists [2020-10-26T20:12:52.160Z] cd6d79ebbfb6: Layer already exists [2020-10-26T20:12:52.160Z] 1.2.2-dev.100: digest: sha256:6c1e366236ee74627cbdf50c4f4cc046b16cea8ef46e9e57fd47ae20775a4ff6 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:12:52.501Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:70c918de78a758e1281f9e18824a6a08fc9647aa-1.2.2-dev.100 [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:12:52.834Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:70c918de78a758e1281f9e18824a6a08fc9647aa-1.2.2-dev.100 [2020-10-26T20:12:52.834Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-26T20:12:52.834Z] c109b1ca4a4b: Preparing [2020-10-26T20:12:52.834Z] b68ab282e961: Preparing [2020-10-26T20:12:52.834Z] 29eccae7d8b9: Preparing [2020-10-26T20:12:52.834Z] c4fec2cfd13d: Preparing [2020-10-26T20:12:52.834Z] 25f828683d79: Preparing [2020-10-26T20:12:52.834Z] 8598868c2290: Preparing [2020-10-26T20:12:52.834Z] f227aba8c986: Preparing [2020-10-26T20:12:52.834Z] 52543ddb2901: Preparing [2020-10-26T20:12:52.834Z] 9f553b275599: Preparing [2020-10-26T20:12:52.834Z] 3a47579f0cd1: Preparing [2020-10-26T20:12:52.834Z] cd6d79ebbfb6: Preparing [2020-10-26T20:12:52.834Z] 3e7dc55cab04: Preparing [2020-10-26T20:12:52.834Z] b2e85fd0898f: Preparing [2020-10-26T20:12:52.834Z] cd3761cfa1d9: Preparing [2020-10-26T20:12:52.834Z] f227aba8c986: Waiting [2020-10-26T20:12:52.834Z] 3a47579f0cd1: Waiting [2020-10-26T20:12:52.834Z] 52543ddb2901: Waiting [2020-10-26T20:12:52.834Z] cd6d79ebbfb6: Waiting [2020-10-26T20:12:52.834Z] 9f553b275599: Waiting [2020-10-26T20:12:52.834Z] 3e7dc55cab04: Waiting [2020-10-26T20:12:52.834Z] cd3761cfa1d9: Waiting [2020-10-26T20:12:52.834Z] 8598868c2290: Waiting [2020-10-26T20:12:53.108Z] c109b1ca4a4b: Layer already exists [2020-10-26T20:12:53.108Z] b68ab282e961: Layer already exists [2020-10-26T20:12:53.108Z] 25f828683d79: Layer already exists [2020-10-26T20:12:53.108Z] c4fec2cfd13d: Layer already exists [2020-10-26T20:12:53.108Z] 29eccae7d8b9: Layer already exists [2020-10-26T20:12:53.108Z] 52543ddb2901: Layer already exists [2020-10-26T20:12:53.108Z] 8598868c2290: Layer already exists [2020-10-26T20:12:53.108Z] 3a47579f0cd1: Layer already exists [2020-10-26T20:12:53.108Z] f227aba8c986: Layer already exists [2020-10-26T20:12:53.108Z] 9f553b275599: Layer already exists [2020-10-26T20:12:53.108Z] cd6d79ebbfb6: Layer already exists [2020-10-26T20:12:53.108Z] b2e85fd0898f: Layer already exists [2020-10-26T20:12:53.108Z] cd3761cfa1d9: Layer already exists [2020-10-26T20:12:53.108Z] 3e7dc55cab04: Layer already exists [2020-10-26T20:12:53.108Z] 70c918de78a758e1281f9e18824a6a08fc9647aa-1.2.2-dev.100: digest: sha256:6c1e366236ee74627cbdf50c4f4cc046b16cea8ef46e9e57fd47ae20775a4ff6 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:12:53.450Z] + 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-26T20:12:53.785Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2020-10-26T20:12:53.785Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-26T20:12:53.785Z] c109b1ca4a4b: Preparing [2020-10-26T20:12:53.785Z] b68ab282e961: Preparing [2020-10-26T20:12:53.785Z] 29eccae7d8b9: Preparing [2020-10-26T20:12:53.785Z] c4fec2cfd13d: Preparing [2020-10-26T20:12:53.785Z] 25f828683d79: Preparing [2020-10-26T20:12:53.785Z] 8598868c2290: Preparing [2020-10-26T20:12:53.785Z] f227aba8c986: Preparing [2020-10-26T20:12:53.785Z] 52543ddb2901: Preparing [2020-10-26T20:12:53.785Z] 9f553b275599: Preparing [2020-10-26T20:12:53.785Z] 3a47579f0cd1: Preparing [2020-10-26T20:12:53.785Z] cd6d79ebbfb6: Preparing [2020-10-26T20:12:53.785Z] 3e7dc55cab04: Preparing [2020-10-26T20:12:53.785Z] b2e85fd0898f: Preparing [2020-10-26T20:12:53.785Z] cd3761cfa1d9: Preparing [2020-10-26T20:12:53.785Z] 8598868c2290: Waiting [2020-10-26T20:12:53.785Z] f227aba8c986: Waiting [2020-10-26T20:12:53.785Z] 52543ddb2901: Waiting [2020-10-26T20:12:53.785Z] 9f553b275599: Waiting [2020-10-26T20:12:53.785Z] 3a47579f0cd1: Waiting [2020-10-26T20:12:53.785Z] cd6d79ebbfb6: Waiting [2020-10-26T20:12:53.785Z] 3e7dc55cab04: Waiting [2020-10-26T20:12:53.785Z] b2e85fd0898f: Waiting [2020-10-26T20:12:53.785Z] cd3761cfa1d9: Waiting [2020-10-26T20:12:53.785Z] c109b1ca4a4b: Layer already exists [2020-10-26T20:12:53.785Z] 25f828683d79: Layer already exists [2020-10-26T20:12:53.785Z] b68ab282e961: Layer already exists [2020-10-26T20:12:53.785Z] c4fec2cfd13d: Layer already exists [2020-10-26T20:12:53.785Z] 29eccae7d8b9: Layer already exists [2020-10-26T20:12:53.785Z] f227aba8c986: Layer already exists [2020-10-26T20:12:53.785Z] 3a47579f0cd1: Layer already exists [2020-10-26T20:12:53.785Z] 9f553b275599: Layer already exists [2020-10-26T20:12:53.785Z] 8598868c2290: Layer already exists [2020-10-26T20:12:53.785Z] 52543ddb2901: Layer already exists [2020-10-26T20:12:54.056Z] cd6d79ebbfb6: Layer already exists [2020-10-26T20:12:54.056Z] cd3761cfa1d9: Layer already exists [2020-10-26T20:12:54.057Z] 3e7dc55cab04: Layer already exists [2020-10-26T20:12:54.057Z] b2e85fd0898f: Layer already exists [2020-10-26T20:12:54.057Z] master: digest: sha256:6c1e366236ee74627cbdf50c4f4cc046b16cea8ef46e9e57fd47ae20775a4ff6 size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-26T20:12:54.255Z] ===================================================== [Pipeline] echo [2020-10-26T20:12:54.306Z] taggedImages: [2020-10-26T20:12:54.306Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:70c918de78a758e1281f9e18824a6a08fc9647aa [2020-10-26T20:12:54.306Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.100 [2020-10-26T20:12:54.306Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:70c918de78a758e1281f9e18824a6a08fc9647aa-1.2.2-dev.100 [2020-10-26T20:12:54.306Z] - 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-26T20:12:56.458Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-10-26T20:12:56.460Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-10-26T20:12:56.518Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:12:56.871Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-26T20:12:56.872Z] [2020-10-26T20:12:56.872Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:12:57.250Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-26T20:12:57.250Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-10-26T20:12:57.250Z] cbdbe7a5bc2a: Already exists [2020-10-26T20:12:57.250Z] 408f87550127: Pulling fs layer [2020-10-26T20:12:57.250Z] fe522b08c979: Pulling fs layer [2020-10-26T20:12:57.250Z] 221eaa008020: Pulling fs layer [2020-10-26T20:12:57.250Z] 2a4607e5d6b9: Pulling fs layer [2020-10-26T20:12:57.250Z] 8f79b27c4fd2: Pulling fs layer [2020-10-26T20:12:57.250Z] e5c8dbe1645b: Pulling fs layer [2020-10-26T20:12:57.250Z] 23e8b3b47431: Pulling fs layer [2020-10-26T20:12:57.250Z] 5c568d65a230: Pulling fs layer [2020-10-26T20:12:57.250Z] 2a4607e5d6b9: Waiting [2020-10-26T20:12:57.250Z] 8f79b27c4fd2: Waiting [2020-10-26T20:12:57.250Z] e5c8dbe1645b: Waiting [2020-10-26T20:12:57.250Z] 23e8b3b47431: Waiting [2020-10-26T20:12:57.250Z] 5c568d65a230: Waiting [2020-10-26T20:12:57.250Z] fe522b08c979: Verifying Checksum [2020-10-26T20:12:57.250Z] fe522b08c979: Download complete [2020-10-26T20:12:57.250Z] 408f87550127: Download complete [2020-10-26T20:12:57.554Z] 2a4607e5d6b9: Verifying Checksum [2020-10-26T20:12:57.554Z] 2a4607e5d6b9: Download complete [2020-10-26T20:12:57.823Z] 408f87550127: Pull complete [2020-10-26T20:12:58.093Z] 8f79b27c4fd2: Verifying Checksum [2020-10-26T20:12:58.093Z] 8f79b27c4fd2: Download complete [2020-10-26T20:12:58.093Z] fe522b08c979: Pull complete [2020-10-26T20:12:59.114Z] e5c8dbe1645b: Verifying Checksum [2020-10-26T20:12:59.114Z] e5c8dbe1645b: Download complete [2020-10-26T20:13:03.675Z] 5c568d65a230: Verifying Checksum [2020-10-26T20:13:03.675Z] 5c568d65a230: Download complete [2020-10-26T20:13:04.715Z] 23e8b3b47431: Verifying Checksum [2020-10-26T20:13:04.715Z] 23e8b3b47431: Download complete [2020-10-26T20:13:07.516Z] 221eaa008020: Verifying Checksum [2020-10-26T20:13:07.517Z] 221eaa008020: Download complete [2020-10-26T20:13:14.217Z] 221eaa008020: Pull complete [2020-10-26T20:13:14.485Z] 2a4607e5d6b9: Pull complete [2020-10-26T20:13:14.485Z] 8f79b27c4fd2: Pull complete [2020-10-26T20:13:17.862Z] e5c8dbe1645b: Pull complete [2020-10-26T20:13:22.206Z] 23e8b3b47431: Pull complete [2020-10-26T20:13:24.195Z] 5c568d65a230: Pull complete [2020-10-26T20:13:24.195Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-10-26T20:13:24.195Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-26T20:13:24.195Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-10-26T20:13:24.498Z] prd-centos7-docker-4c-2g-8979 does not seem to be running inside a container [2020-10-26T20:13:24.586Z] $ 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/216:/ws -w /ws --entrypoint= -w /w/workspace/edgex-go/216 -v /w/workspace/edgex-go/216:/w/workspace/edgex-go/216:rw,z -v /w/workspace/edgex-go/216@tmp:/w/workspace/edgex-go/216@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T20:13:26.418Z] $ docker top 3a862b84b22763d0fe9ddfab2324787921698e8bf09b6225f672f2274ee13349 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-26T20:13:27.160Z] + snyk monitor '--org=edgex-jenkins' [2020-10-26T20:13:39.824Z] [2020-10-26T20:13:39.824Z] Monitoring /w/workspace/edgex-go/216 (github.com/edgexfoundry/edgex-go)... [2020-10-26T20:13:39.824Z] [2020-10-26T20:13:39.824Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/76ff9eba-df52-4550-b5c1-10b989ffed6b [2020-10-26T20:13:39.824Z] [2020-10-26T20:13:39.824Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-10-26T20:13:39.824Z] [2020-10-26T20:13:39.824Z] [2020-10-26T20:13:39.824Z] Snyk CLI supports Node.js 8 and higher. [2020-10-26T20:13:39.824Z] 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-26T20:13:39.824Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-10-26T20:13:39.824Z] [2020-10-26T20:13:39.824Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-10-26T20:13:39.824Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [2020-10-26T20:13:39.824Z] You have reached your monthly limit of 300 private tests for your edgex-jenkins org. [2020-10-26T20:13:39.824Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2020-10-26T20:13:39.850Z] $ docker stop --time=1 3a862b84b22763d0fe9ddfab2324787921698e8bf09b6225f672f2274ee13349 [2020-10-26T20:13:42.832Z] $ docker rm -f 3a862b84b22763d0fe9ddfab2324787921698e8bf09b6225f672f2274ee13349 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:13:44.940Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-26T20:13:44.940Z] [2020-10-26T20:13:44.940Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:13:45.308Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-26T20:13:45.308Z] latest: Pulling from edgex-devops/edgex-klar [2020-10-26T20:13:45.308Z] e7c96db7181b: Pulling fs layer [2020-10-26T20:13:45.308Z] 1868ca2cb446: Pulling fs layer [2020-10-26T20:13:45.308Z] 136be5d0fe8e: Pulling fs layer [2020-10-26T20:13:45.308Z] 894bfe63afcb: Pulling fs layer [2020-10-26T20:13:45.308Z] 894bfe63afcb: Waiting [2020-10-26T20:13:45.308Z] 1868ca2cb446: Verifying Checksum [2020-10-26T20:13:45.308Z] 1868ca2cb446: Download complete [2020-10-26T20:13:45.578Z] 136be5d0fe8e: Verifying Checksum [2020-10-26T20:13:45.578Z] 136be5d0fe8e: Download complete [2020-10-26T20:13:45.578Z] e7c96db7181b: Verifying Checksum [2020-10-26T20:13:45.578Z] e7c96db7181b: Download complete [2020-10-26T20:13:45.578Z] 894bfe63afcb: Verifying Checksum [2020-10-26T20:13:45.578Z] 894bfe63afcb: Download complete [2020-10-26T20:13:46.167Z] e7c96db7181b: Pull complete [2020-10-26T20:13:46.167Z] 1868ca2cb446: Pull complete [2020-10-26T20:13:46.487Z] 136be5d0fe8e: Pull complete [2020-10-26T20:13:46.794Z] 894bfe63afcb: Pull complete [2020-10-26T20:13:47.082Z] Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 [2020-10-26T20:13:47.082Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-26T20:13:47.082Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer [2020-10-26T20:13:47.357Z] prd-centos7-docker-4c-2g-8979 does not seem to be running inside a container [2020-10-26T20:13:47.473Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/216 -v /w/workspace/edgex-go/216:/w/workspace/edgex-go/216:rw,z -v /w/workspace/edgex-go/216@tmp:/w/workspace/edgex-go/216@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T20:13:48.725Z] $ docker top 5ba9c8eea1b376fe6246b02c910ffd55db356593f99a2e5d2a6d6aba550c8496 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-26T20:13:49.365Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go:70c918de78a758e1281f9e18824a6a08fc9647aa [2020-10-26T20:13:49.365Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-26T20:13:52.114Z] $ docker stop --time=1 5ba9c8eea1b376fe6246b02c910ffd55db356593f99a2e5d2a6d6aba550c8496 [2020-10-26T20:13:53.553Z] $ docker rm -f 5ba9c8eea1b376fe6246b02c910ffd55db356593f99a2e5d2a6d6aba550c8496 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:13:54.064Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-26T20:13:54.064Z] . [Pipeline] withDockerContainer [2020-10-26T20:13:54.197Z] prd-centos7-docker-4c-2g-8979 does not seem to be running inside a container [2020-10-26T20:13:54.252Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/216 -v /w/workspace/edgex-go/216:/w/workspace/edgex-go/216:rw,z -v /w/workspace/edgex-go/216@tmp:/w/workspace/edgex-go/216@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T20:13:55.129Z] $ docker top 421a7402488a2d682c2e30be2d0d06455923beeabc37bd29100f99a9579ed74b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-26T20:13:55.883Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go:70c918de78a758e1281f9e18824a6a08fc9647aa [2020-10-26T20:13:55.883Z] + tee [2020-10-26T20:13:55.883Z] clair timeout 1m0s [2020-10-26T20:13:55.883Z] docker timeout: 1m0s [2020-10-26T20:13:55.883Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-26T20:13:56.725Z] $ docker stop --time=1 421a7402488a2d682c2e30be2d0d06455923beeabc37bd29100f99a9579ed74b [2020-10-26T20:13:58.218Z] $ docker rm -f 421a7402488a2d682c2e30be2d0d06455923beeabc37bd29100f99a9579ed74b [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-26T20:13:58.760Z] + mkdir -p /w/workspace/edgex-go/216/clair-reports [Pipeline] echo [2020-10-26T20:13:58.776Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/216/clair-reports/clair_results_docker-core-command-go_70c918de78a758e1281f9e18824a6a08fc9647aa.html [Pipeline] writeFile [Pipeline] step [2020-10-26T20:13:58.881Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:13:59.327Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-26T20:13:59.327Z] . [Pipeline] withDockerContainer [2020-10-26T20:13:59.477Z] prd-centos7-docker-4c-2g-8979 does not seem to be running inside a container [2020-10-26T20:13:59.591Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/216 -v /w/workspace/edgex-go/216:/w/workspace/edgex-go/216:rw,z -v /w/workspace/edgex-go/216@tmp:/w/workspace/edgex-go/216@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T20:14:00.745Z] $ docker top bbe4861a1cce0098abba63a19b5c06c570e278f34c2f29b98349299d789133fe -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-26T20:14:02.014Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go:70c918de78a758e1281f9e18824a6a08fc9647aa [2020-10-26T20:14:02.014Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-26T20:14:07.565Z] $ docker stop --time=1 bbe4861a1cce0098abba63a19b5c06c570e278f34c2f29b98349299d789133fe [2020-10-26T20:14:09.070Z] $ docker rm -f bbe4861a1cce0098abba63a19b5c06c570e278f34c2f29b98349299d789133fe [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:14:09.655Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-26T20:14:09.655Z] . [Pipeline] withDockerContainer [2020-10-26T20:14:09.838Z] prd-centos7-docker-4c-2g-8979 does not seem to be running inside a container [2020-10-26T20:14:09.908Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/216 -v /w/workspace/edgex-go/216:/w/workspace/edgex-go/216:rw,z -v /w/workspace/edgex-go/216@tmp:/w/workspace/edgex-go/216@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T20:14:11.177Z] $ docker top b24856329c92ab3e450862c118ce867783d788169f37c06082c6de477bd59c5b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-26T20:14:12.107Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go:70c918de78a758e1281f9e18824a6a08fc9647aa [2020-10-26T20:14:12.107Z] + tee [2020-10-26T20:14:12.107Z] clair timeout 1m0s [2020-10-26T20:14:12.107Z] docker timeout: 1m0s [2020-10-26T20:14:12.107Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-26T20:14:13.186Z] $ docker stop --time=1 b24856329c92ab3e450862c118ce867783d788169f37c06082c6de477bd59c5b [2020-10-26T20:14:14.670Z] $ docker rm -f b24856329c92ab3e450862c118ce867783d788169f37c06082c6de477bd59c5b [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-26T20:14:15.183Z] + mkdir -p /w/workspace/edgex-go/216/clair-reports [Pipeline] echo [2020-10-26T20:14:15.199Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/216/clair-reports/clair_results_docker-core-data-go_70c918de78a758e1281f9e18824a6a08fc9647aa.html [Pipeline] writeFile [Pipeline] step [2020-10-26T20:14:15.262Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:14:15.617Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-26T20:14:15.618Z] . [Pipeline] withDockerContainer [2020-10-26T20:14:15.739Z] prd-centos7-docker-4c-2g-8979 does not seem to be running inside a container [2020-10-26T20:14:15.828Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/216 -v /w/workspace/edgex-go/216:/w/workspace/edgex-go/216:rw,z -v /w/workspace/edgex-go/216@tmp:/w/workspace/edgex-go/216@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T20:14:16.978Z] $ docker top 24a9858099a1ac13eeb8fbb56148665dc8de6d8df5ccaf5f0bd3df99fc2aae0b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-26T20:14:17.601Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go:70c918de78a758e1281f9e18824a6a08fc9647aa [2020-10-26T20:14:17.601Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-26T20:14:20.416Z] $ docker stop --time=1 24a9858099a1ac13eeb8fbb56148665dc8de6d8df5ccaf5f0bd3df99fc2aae0b [2020-10-26T20:14:21.970Z] $ docker rm -f 24a9858099a1ac13eeb8fbb56148665dc8de6d8df5ccaf5f0bd3df99fc2aae0b [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:14:22.509Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-26T20:14:22.509Z] . [Pipeline] withDockerContainer [2020-10-26T20:14:22.708Z] prd-centos7-docker-4c-2g-8979 does not seem to be running inside a container [2020-10-26T20:14:22.770Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/216 -v /w/workspace/edgex-go/216:/w/workspace/edgex-go/216:rw,z -v /w/workspace/edgex-go/216@tmp:/w/workspace/edgex-go/216@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T20:14:23.849Z] $ docker top f34d98f2c0c411c827bff980e289ad8c7bcd6b78df2305b09ffca6b83e42fa3a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-26T20:14:24.437Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go:70c918de78a758e1281f9e18824a6a08fc9647aa [2020-10-26T20:14:24.437Z] + tee [2020-10-26T20:14:24.437Z] clair timeout 1m0s [2020-10-26T20:14:24.437Z] docker timeout: 1m0s [2020-10-26T20:14:24.437Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-26T20:14:25.163Z] $ docker stop --time=1 f34d98f2c0c411c827bff980e289ad8c7bcd6b78df2305b09ffca6b83e42fa3a [2020-10-26T20:14:26.542Z] $ docker rm -f f34d98f2c0c411c827bff980e289ad8c7bcd6b78df2305b09ffca6b83e42fa3a [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-26T20:14:27.161Z] + mkdir -p /w/workspace/edgex-go/216/clair-reports [Pipeline] echo [2020-10-26T20:14:27.179Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/216/clair-reports/clair_results_docker-core-metadata-go_70c918de78a758e1281f9e18824a6a08fc9647aa.html [Pipeline] writeFile [Pipeline] step [2020-10-26T20:14:27.241Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:14:27.612Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-26T20:14:27.612Z] . [Pipeline] withDockerContainer [2020-10-26T20:14:27.749Z] prd-centos7-docker-4c-2g-8979 does not seem to be running inside a container [2020-10-26T20:14:27.838Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/216 -v /w/workspace/edgex-go/216:/w/workspace/edgex-go/216:rw,z -v /w/workspace/edgex-go/216@tmp:/w/workspace/edgex-go/216@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T20:14:28.683Z] $ docker top 0e65b502a95bae93d9fd9380c26858f2c6f2e8c19fb233d8eb745330d0a2aea9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-26T20:14:29.322Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:70c918de78a758e1281f9e18824a6a08fc9647aa [2020-10-26T20:14:29.322Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-26T20:14:33.787Z] $ docker stop --time=1 0e65b502a95bae93d9fd9380c26858f2c6f2e8c19fb233d8eb745330d0a2aea9 [2020-10-26T20:14:35.284Z] $ docker rm -f 0e65b502a95bae93d9fd9380c26858f2c6f2e8c19fb233d8eb745330d0a2aea9 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:14:35.846Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-26T20:14:35.846Z] . [Pipeline] withDockerContainer [2020-10-26T20:14:36.048Z] prd-centos7-docker-4c-2g-8979 does not seem to be running inside a container [2020-10-26T20:14:36.124Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/216 -v /w/workspace/edgex-go/216:/w/workspace/edgex-go/216:rw,z -v /w/workspace/edgex-go/216@tmp:/w/workspace/edgex-go/216@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T20:14:37.127Z] $ docker top 6ab5466d7a04937a9b103f2051f43759c9993a26356b9005c6e7b3d61cdbab8d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-26T20:14:37.771Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:70c918de78a758e1281f9e18824a6a08fc9647aa [2020-10-26T20:14:37.771Z] + tee [2020-10-26T20:14:37.771Z] clair timeout 1m0s [2020-10-26T20:14:37.771Z] docker timeout: 1m0s [2020-10-26T20:14:37.771Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-26T20:14:38.844Z] $ docker stop --time=1 6ab5466d7a04937a9b103f2051f43759c9993a26356b9005c6e7b3d61cdbab8d [2020-10-26T20:14:40.302Z] $ docker rm -f 6ab5466d7a04937a9b103f2051f43759c9993a26356b9005c6e7b3d61cdbab8d [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-26T20:14:40.921Z] + mkdir -p /w/workspace/edgex-go/216/clair-reports [Pipeline] echo [2020-10-26T20:14:40.937Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/216/clair-reports/clair_results_docker-security-proxy-setup-go_70c918de78a758e1281f9e18824a6a08fc9647aa.html [Pipeline] writeFile [Pipeline] step [2020-10-26T20:14:40.993Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:14:41.348Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-26T20:14:41.348Z] . [Pipeline] withDockerContainer [2020-10-26T20:14:41.469Z] prd-centos7-docker-4c-2g-8979 does not seem to be running inside a container [2020-10-26T20:14:41.536Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/216 -v /w/workspace/edgex-go/216:/w/workspace/edgex-go/216:rw,z -v /w/workspace/edgex-go/216@tmp:/w/workspace/edgex-go/216@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T20:14:42.487Z] $ docker top 3e2e7c001565cbb2881f4eccf2a476cf843a1db02ccb1781f93babee354d7083 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-26T20:14:43.058Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:70c918de78a758e1281f9e18824a6a08fc9647aa [2020-10-26T20:14:43.058Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-26T20:14:51.480Z] $ docker stop --time=1 3e2e7c001565cbb2881f4eccf2a476cf843a1db02ccb1781f93babee354d7083 [2020-10-26T20:14:52.987Z] $ docker rm -f 3e2e7c001565cbb2881f4eccf2a476cf843a1db02ccb1781f93babee354d7083 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:14:53.805Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-26T20:14:53.805Z] . [Pipeline] withDockerContainer [2020-10-26T20:14:53.952Z] prd-centos7-docker-4c-2g-8979 does not seem to be running inside a container [2020-10-26T20:14:54.207Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/216 -v /w/workspace/edgex-go/216:/w/workspace/edgex-go/216:rw,z -v /w/workspace/edgex-go/216@tmp:/w/workspace/edgex-go/216@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T20:14:55.362Z] $ docker top 3097629c824e92b105224bff90f6ea8840a47c5eb8c055cf1257aae55df6d934 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-26T20:14:56.039Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:70c918de78a758e1281f9e18824a6a08fc9647aa [2020-10-26T20:14:56.039Z] + tee [2020-10-26T20:14:56.039Z] clair timeout 1m0s [2020-10-26T20:14:56.039Z] docker timeout: 1m0s [2020-10-26T20:14:56.039Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-26T20:14:57.644Z] $ docker stop --time=1 3097629c824e92b105224bff90f6ea8840a47c5eb8c055cf1257aae55df6d934 [2020-10-26T20:14:59.066Z] $ docker rm -f 3097629c824e92b105224bff90f6ea8840a47c5eb8c055cf1257aae55df6d934 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-26T20:14:59.593Z] + mkdir -p /w/workspace/edgex-go/216/clair-reports [Pipeline] echo [2020-10-26T20:14:59.608Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/216/clair-reports/clair_results_docker-security-secrets-setup-go_70c918de78a758e1281f9e18824a6a08fc9647aa.html [Pipeline] writeFile [Pipeline] step [2020-10-26T20:14:59.689Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:15:00.052Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-26T20:15:00.052Z] . [Pipeline] withDockerContainer [2020-10-26T20:15:00.279Z] prd-centos7-docker-4c-2g-8979 does not seem to be running inside a container [2020-10-26T20:15:00.621Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/216 -v /w/workspace/edgex-go/216:/w/workspace/edgex-go/216:rw,z -v /w/workspace/edgex-go/216@tmp:/w/workspace/edgex-go/216@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T20:15:02.786Z] $ docker top b4c600d33f050ff4408e51f7425ce488f17ccdbd4d917b5d753db929150642b9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-26T20:15:04.300Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:70c918de78a758e1281f9e18824a6a08fc9647aa [2020-10-26T20:15:04.300Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-26T20:15:12.787Z] $ docker stop --time=1 b4c600d33f050ff4408e51f7425ce488f17ccdbd4d917b5d753db929150642b9 [2020-10-26T20:15:14.174Z] $ docker rm -f b4c600d33f050ff4408e51f7425ce488f17ccdbd4d917b5d753db929150642b9 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:15:14.706Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-26T20:15:14.706Z] . [Pipeline] withDockerContainer [2020-10-26T20:15:14.911Z] prd-centos7-docker-4c-2g-8979 does not seem to be running inside a container [2020-10-26T20:15:15.097Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/216 -v /w/workspace/edgex-go/216:/w/workspace/edgex-go/216:rw,z -v /w/workspace/edgex-go/216@tmp:/w/workspace/edgex-go/216@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T20:15:16.007Z] $ docker top 5ac4468d3f00d309ea622983a2fb86bca574cdeaa84f80f6bf12f039cfcf55f4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-26T20:15:17.033Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:70c918de78a758e1281f9e18824a6a08fc9647aa [2020-10-26T20:15:17.033Z] + tee [2020-10-26T20:15:17.033Z] clair timeout 1m0s [2020-10-26T20:15:17.033Z] docker timeout: 1m0s [2020-10-26T20:15:17.033Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-26T20:15:18.645Z] $ docker stop --time=1 5ac4468d3f00d309ea622983a2fb86bca574cdeaa84f80f6bf12f039cfcf55f4 [2020-10-26T20:15:20.078Z] $ docker rm -f 5ac4468d3f00d309ea622983a2fb86bca574cdeaa84f80f6bf12f039cfcf55f4 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-26T20:15:20.700Z] + mkdir -p /w/workspace/edgex-go/216/clair-reports [Pipeline] echo [2020-10-26T20:15:20.715Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/216/clair-reports/clair_results_docker-security-secretstore-setup-go_70c918de78a758e1281f9e18824a6a08fc9647aa.html [Pipeline] writeFile [Pipeline] step [2020-10-26T20:15:20.778Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:15:21.141Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-26T20:15:21.141Z] . [Pipeline] withDockerContainer [2020-10-26T20:15:21.355Z] prd-centos7-docker-4c-2g-8979 does not seem to be running inside a container [2020-10-26T20:15:21.465Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/216 -v /w/workspace/edgex-go/216:/w/workspace/edgex-go/216:rw,z -v /w/workspace/edgex-go/216@tmp:/w/workspace/edgex-go/216@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T20:15:22.904Z] $ docker top db32d9c5e21eca5210a25cdfa6dccfee86bfe3144bc195e901231d6a82e40d1c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-26T20:15:23.546Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go:70c918de78a758e1281f9e18824a6a08fc9647aa [2020-10-26T20:15:23.546Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-26T20:15:27.072Z] $ docker stop --time=1 db32d9c5e21eca5210a25cdfa6dccfee86bfe3144bc195e901231d6a82e40d1c [2020-10-26T20:15:28.579Z] $ docker rm -f db32d9c5e21eca5210a25cdfa6dccfee86bfe3144bc195e901231d6a82e40d1c [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:15:29.110Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-26T20:15:29.111Z] . [Pipeline] withDockerContainer [2020-10-26T20:15:29.233Z] prd-centos7-docker-4c-2g-8979 does not seem to be running inside a container [2020-10-26T20:15:29.547Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/216 -v /w/workspace/edgex-go/216:/w/workspace/edgex-go/216:rw,z -v /w/workspace/edgex-go/216@tmp:/w/workspace/edgex-go/216@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T20:15:30.406Z] $ docker top 12a91f62ee9aba2cd8a74102dac61336c065e6fdb8a0eed83ba9eb71306f9f46 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-26T20:15:31.496Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go:70c918de78a758e1281f9e18824a6a08fc9647aa [2020-10-26T20:15:31.496Z] + tee [2020-10-26T20:15:31.496Z] clair timeout 1m0s [2020-10-26T20:15:31.496Z] docker timeout: 1m0s [2020-10-26T20:15:31.496Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-26T20:15:32.203Z] $ docker stop --time=1 12a91f62ee9aba2cd8a74102dac61336c065e6fdb8a0eed83ba9eb71306f9f46 [2020-10-26T20:15:33.657Z] $ docker rm -f 12a91f62ee9aba2cd8a74102dac61336c065e6fdb8a0eed83ba9eb71306f9f46 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-26T20:15:34.364Z] + mkdir -p /w/workspace/edgex-go/216/clair-reports [Pipeline] echo [2020-10-26T20:15:34.380Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/216/clair-reports/clair_results_docker-support-logging-go_70c918de78a758e1281f9e18824a6a08fc9647aa.html [Pipeline] writeFile [Pipeline] step [2020-10-26T20:15:34.446Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:15:34.819Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-26T20:15:34.819Z] . [Pipeline] withDockerContainer [2020-10-26T20:15:34.971Z] prd-centos7-docker-4c-2g-8979 does not seem to be running inside a container [2020-10-26T20:15:35.031Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/216 -v /w/workspace/edgex-go/216:/w/workspace/edgex-go/216:rw,z -v /w/workspace/edgex-go/216@tmp:/w/workspace/edgex-go/216@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T20:15:35.907Z] $ docker top bf26c445ec40ae0d23e124b4bbc5c28857aeff3687ebb5fd9288df486b2216c2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-26T20:15:36.682Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go:70c918de78a758e1281f9e18824a6a08fc9647aa [2020-10-26T20:15:36.682Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-26T20:15:42.410Z] $ docker stop --time=1 bf26c445ec40ae0d23e124b4bbc5c28857aeff3687ebb5fd9288df486b2216c2 [2020-10-26T20:15:44.047Z] $ docker rm -f bf26c445ec40ae0d23e124b4bbc5c28857aeff3687ebb5fd9288df486b2216c2 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:15:44.735Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-26T20:15:44.735Z] . [Pipeline] withDockerContainer [2020-10-26T20:15:44.932Z] prd-centos7-docker-4c-2g-8979 does not seem to be running inside a container [2020-10-26T20:15:45.085Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/216 -v /w/workspace/edgex-go/216:/w/workspace/edgex-go/216:rw,z -v /w/workspace/edgex-go/216@tmp:/w/workspace/edgex-go/216@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T20:15:46.193Z] $ docker top 69e69323eba2e11209f1195459f5384f52e614720f1f150ecfe5b2fafe4e9116 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-26T20:15:46.845Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go:70c918de78a758e1281f9e18824a6a08fc9647aa [2020-10-26T20:15:46.845Z] + tee [2020-10-26T20:15:46.845Z] clair timeout 1m0s [2020-10-26T20:15:46.845Z] docker timeout: 1m0s [2020-10-26T20:15:46.845Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-26T20:15:47.909Z] $ docker stop --time=1 69e69323eba2e11209f1195459f5384f52e614720f1f150ecfe5b2fafe4e9116 [2020-10-26T20:15:49.413Z] $ docker rm -f 69e69323eba2e11209f1195459f5384f52e614720f1f150ecfe5b2fafe4e9116 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-26T20:15:50.137Z] + mkdir -p /w/workspace/edgex-go/216/clair-reports [Pipeline] echo [2020-10-26T20:15:50.152Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/216/clair-reports/clair_results_docker-support-notifications-go_70c918de78a758e1281f9e18824a6a08fc9647aa.html [Pipeline] writeFile [Pipeline] step [2020-10-26T20:15:50.215Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:15:50.587Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-26T20:15:50.587Z] . [Pipeline] withDockerContainer [2020-10-26T20:15:50.759Z] prd-centos7-docker-4c-2g-8979 does not seem to be running inside a container [2020-10-26T20:15:51.051Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/216 -v /w/workspace/edgex-go/216:/w/workspace/edgex-go/216:rw,z -v /w/workspace/edgex-go/216@tmp:/w/workspace/edgex-go/216@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T20:15:52.263Z] $ docker top 57a6d9ac6d331520b08f13783e2669c159b16e5f3d3394d12fa02f16f38fd853 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-26T20:15:53.077Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:70c918de78a758e1281f9e18824a6a08fc9647aa [2020-10-26T20:15:53.077Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-26T20:15:55.813Z] $ docker stop --time=1 57a6d9ac6d331520b08f13783e2669c159b16e5f3d3394d12fa02f16f38fd853 [2020-10-26T20:15:57.445Z] $ docker rm -f 57a6d9ac6d331520b08f13783e2669c159b16e5f3d3394d12fa02f16f38fd853 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:15:58.107Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-26T20:15:58.384Z] . [Pipeline] withDockerContainer [2020-10-26T20:15:58.554Z] prd-centos7-docker-4c-2g-8979 does not seem to be running inside a container [2020-10-26T20:15:58.632Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/216 -v /w/workspace/edgex-go/216:/w/workspace/edgex-go/216:rw,z -v /w/workspace/edgex-go/216@tmp:/w/workspace/edgex-go/216@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T20:15:59.781Z] $ docker top d24d56a484a8a0ab5bd5a51c0730ea644b8aa7f34c4ee7ad5de38ce08ccb0e06 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-26T20:16:00.497Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:70c918de78a758e1281f9e18824a6a08fc9647aa [2020-10-26T20:16:00.497Z] + tee [2020-10-26T20:16:00.497Z] clair timeout 1m0s [2020-10-26T20:16:00.497Z] docker timeout: 1m0s [2020-10-26T20:16:00.497Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-26T20:16:01.603Z] $ docker stop --time=1 d24d56a484a8a0ab5bd5a51c0730ea644b8aa7f34c4ee7ad5de38ce08ccb0e06 [2020-10-26T20:16:03.533Z] $ docker rm -f d24d56a484a8a0ab5bd5a51c0730ea644b8aa7f34c4ee7ad5de38ce08ccb0e06 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-26T20:16:04.058Z] + mkdir -p /w/workspace/edgex-go/216/clair-reports [Pipeline] echo [2020-10-26T20:16:04.079Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/216/clair-reports/clair_results_docker-support-scheduler-go_70c918de78a758e1281f9e18824a6a08fc9647aa.html [Pipeline] writeFile [Pipeline] step [2020-10-26T20:16:04.137Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:16:04.667Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-26T20:16:04.667Z] . [Pipeline] withDockerContainer [2020-10-26T20:16:05.055Z] prd-centos7-docker-4c-2g-8979 does not seem to be running inside a container [2020-10-26T20:16:05.271Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/216 -v /w/workspace/edgex-go/216:/w/workspace/edgex-go/216:rw,z -v /w/workspace/edgex-go/216@tmp:/w/workspace/edgex-go/216@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T20:16:06.472Z] $ docker top 58b1efbd7cdaadec746fceb426bfb042526af404f4753c1ef2ad75e93ab78b7c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-26T20:16:07.042Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:70c918de78a758e1281f9e18824a6a08fc9647aa [2020-10-26T20:16:07.042Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-26T20:16:22.536Z] $ docker stop --time=1 58b1efbd7cdaadec746fceb426bfb042526af404f4753c1ef2ad75e93ab78b7c [2020-10-26T20:16:24.465Z] $ docker rm -f 58b1efbd7cdaadec746fceb426bfb042526af404f4753c1ef2ad75e93ab78b7c [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:16:25.183Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-26T20:16:25.183Z] . [Pipeline] withDockerContainer [2020-10-26T20:16:25.476Z] prd-centos7-docker-4c-2g-8979 does not seem to be running inside a container [2020-10-26T20:16:25.702Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/216 -v /w/workspace/edgex-go/216:/w/workspace/edgex-go/216:rw,z -v /w/workspace/edgex-go/216@tmp:/w/workspace/edgex-go/216@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T20:16:26.875Z] $ docker top e778e8639be1474d7ab6bc56d0c2a3303ce5db056cbc0653df40b2192aafa7be -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-26T20:16:28.170Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:70c918de78a758e1281f9e18824a6a08fc9647aa [2020-10-26T20:16:28.170Z] + tee [2020-10-26T20:16:28.170Z] clair timeout 1m0s [2020-10-26T20:16:28.170Z] docker timeout: 1m0s [2020-10-26T20:16:28.170Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-26T20:16:29.794Z] $ docker stop --time=1 e778e8639be1474d7ab6bc56d0c2a3303ce5db056cbc0653df40b2192aafa7be [2020-10-26T20:16:31.317Z] $ docker rm -f e778e8639be1474d7ab6bc56d0c2a3303ce5db056cbc0653df40b2192aafa7be [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-26T20:16:31.939Z] + mkdir -p /w/workspace/edgex-go/216/clair-reports [Pipeline] echo [2020-10-26T20:16:31.961Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/216/clair-reports/clair_results_docker-sys-mgmt-agent-go_70c918de78a758e1281f9e18824a6a08fc9647aa.html [Pipeline] writeFile [Pipeline] step [2020-10-26T20:16:32.023Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:16:32.443Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-26T20:16:32.443Z] . [Pipeline] withDockerContainer [2020-10-26T20:16:32.727Z] prd-centos7-docker-4c-2g-8979 does not seem to be running inside a container [2020-10-26T20:16:32.852Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/216 -v /w/workspace/edgex-go/216:/w/workspace/edgex-go/216:rw,z -v /w/workspace/edgex-go/216@tmp:/w/workspace/edgex-go/216@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T20:16:34.028Z] $ docker top 9956862b916b7e2a63fa32533005ec1e71863387a3f791d4153a128db4c0c062 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-26T20:16:34.711Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:70c918de78a758e1281f9e18824a6a08fc9647aa [2020-10-26T20:16:34.711Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-26T20:16:37.552Z] $ docker stop --time=1 9956862b916b7e2a63fa32533005ec1e71863387a3f791d4153a128db4c0c062 [2020-10-26T20:16:39.057Z] $ docker rm -f 9956862b916b7e2a63fa32533005ec1e71863387a3f791d4153a128db4c0c062 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:16:39.661Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-26T20:16:39.662Z] . [Pipeline] withDockerContainer [2020-10-26T20:16:39.859Z] prd-centos7-docker-4c-2g-8979 does not seem to be running inside a container [2020-10-26T20:16:40.047Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/216 -v /w/workspace/edgex-go/216:/w/workspace/edgex-go/216:rw,z -v /w/workspace/edgex-go/216@tmp:/w/workspace/edgex-go/216@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T20:16:41.156Z] $ docker top 5274c81c1e92d03cb8c1ad73e84cc617f3f0c8abb83c69bf3653a156341a7a06 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-26T20:16:42.141Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:70c918de78a758e1281f9e18824a6a08fc9647aa [2020-10-26T20:16:42.141Z] + tee [2020-10-26T20:16:42.141Z] clair timeout 1m0s [2020-10-26T20:16:42.141Z] docker timeout: 1m0s [2020-10-26T20:16:42.141Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-26T20:16:42.878Z] $ docker stop --time=1 5274c81c1e92d03cb8c1ad73e84cc617f3f0c8abb83c69bf3653a156341a7a06 [2020-10-26T20:16:44.442Z] $ docker rm -f 5274c81c1e92d03cb8c1ad73e84cc617f3f0c8abb83c69bf3653a156341a7a06 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-26T20:16:44.994Z] + mkdir -p /w/workspace/edgex-go/216/clair-reports [Pipeline] echo [2020-10-26T20:16:45.015Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/216/clair-reports/clair_results_docker-core-command-go-arm64_70c918de78a758e1281f9e18824a6a08fc9647aa.html [Pipeline] writeFile [Pipeline] step [2020-10-26T20:16:45.090Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:16:45.721Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-26T20:16:45.721Z] . [Pipeline] withDockerContainer [2020-10-26T20:16:45.979Z] prd-centos7-docker-4c-2g-8979 does not seem to be running inside a container [2020-10-26T20:16:46.075Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/216 -v /w/workspace/edgex-go/216:/w/workspace/edgex-go/216:rw,z -v /w/workspace/edgex-go/216@tmp:/w/workspace/edgex-go/216@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T20:16:47.565Z] $ docker top b564a4ac9c6e0f0f05d84c7cefd2ad2205212bd2b9657e38627fe94e72274795 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-26T20:16:48.652Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:70c918de78a758e1281f9e18824a6a08fc9647aa [2020-10-26T20:16:48.652Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-26T20:16:54.227Z] $ docker stop --time=1 b564a4ac9c6e0f0f05d84c7cefd2ad2205212bd2b9657e38627fe94e72274795 [2020-10-26T20:16:55.694Z] $ docker rm -f b564a4ac9c6e0f0f05d84c7cefd2ad2205212bd2b9657e38627fe94e72274795 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:16:56.214Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-26T20:16:56.214Z] . [Pipeline] withDockerContainer [2020-10-26T20:16:56.388Z] prd-centos7-docker-4c-2g-8979 does not seem to be running inside a container [2020-10-26T20:16:56.487Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/216 -v /w/workspace/edgex-go/216:/w/workspace/edgex-go/216:rw,z -v /w/workspace/edgex-go/216@tmp:/w/workspace/edgex-go/216@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T20:16:57.497Z] $ docker top 277c21efe69923b2aa1c8b70eb8fa88824947b290b4af046e66a983c5f8ba128 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-26T20:16:58.168Z] + tee [2020-10-26T20:16:58.168Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:70c918de78a758e1281f9e18824a6a08fc9647aa [2020-10-26T20:16:58.487Z] clair timeout 1m0s [2020-10-26T20:16:58.487Z] docker timeout: 1m0s [2020-10-26T20:16:58.487Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-26T20:16:59.568Z] $ docker stop --time=1 277c21efe69923b2aa1c8b70eb8fa88824947b290b4af046e66a983c5f8ba128 [2020-10-26T20:17:01.221Z] $ docker rm -f 277c21efe69923b2aa1c8b70eb8fa88824947b290b4af046e66a983c5f8ba128 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-26T20:17:01.963Z] + mkdir -p /w/workspace/edgex-go/216/clair-reports [Pipeline] echo [2020-10-26T20:17:01.980Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/216/clair-reports/clair_results_docker-core-data-go-arm64_70c918de78a758e1281f9e18824a6a08fc9647aa.html [Pipeline] writeFile [Pipeline] step [2020-10-26T20:17:02.032Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:17:02.481Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-26T20:17:02.481Z] . [Pipeline] withDockerContainer [2020-10-26T20:17:02.933Z] prd-centos7-docker-4c-2g-8979 does not seem to be running inside a container [2020-10-26T20:17:02.995Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/216 -v /w/workspace/edgex-go/216:/w/workspace/edgex-go/216:rw,z -v /w/workspace/edgex-go/216@tmp:/w/workspace/edgex-go/216@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T20:17:04.004Z] $ docker top acb84fe76f141faa4535d592141d102236fe53d460391790c555513606aa2d36 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-26T20:17:04.762Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:70c918de78a758e1281f9e18824a6a08fc9647aa [2020-10-26T20:17:04.762Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-26T20:17:07.754Z] $ docker stop --time=1 acb84fe76f141faa4535d592141d102236fe53d460391790c555513606aa2d36 [2020-10-26T20:17:09.535Z] $ docker rm -f acb84fe76f141faa4535d592141d102236fe53d460391790c555513606aa2d36 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:17:10.148Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-26T20:17:10.148Z] . [Pipeline] withDockerContainer [2020-10-26T20:17:10.285Z] prd-centos7-docker-4c-2g-8979 does not seem to be running inside a container [2020-10-26T20:17:10.358Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/216 -v /w/workspace/edgex-go/216:/w/workspace/edgex-go/216:rw,z -v /w/workspace/edgex-go/216@tmp:/w/workspace/edgex-go/216@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T20:17:11.240Z] $ docker top 48fc4f507b7ce34cf3c5f966542e035186927afb995e83cbec6e9b8c9b2a2285 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-26T20:17:11.862Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:70c918de78a758e1281f9e18824a6a08fc9647aa [2020-10-26T20:17:11.862Z] + tee [2020-10-26T20:17:11.862Z] clair timeout 1m0s [2020-10-26T20:17:11.862Z] docker timeout: 1m0s [2020-10-26T20:17:11.862Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-26T20:17:12.979Z] $ docker stop --time=1 48fc4f507b7ce34cf3c5f966542e035186927afb995e83cbec6e9b8c9b2a2285 [2020-10-26T20:17:14.502Z] $ docker rm -f 48fc4f507b7ce34cf3c5f966542e035186927afb995e83cbec6e9b8c9b2a2285 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-26T20:17:15.006Z] + mkdir -p /w/workspace/edgex-go/216/clair-reports [Pipeline] echo [2020-10-26T20:17:15.025Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/216/clair-reports/clair_results_docker-core-metadata-go-arm64_70c918de78a758e1281f9e18824a6a08fc9647aa.html [Pipeline] writeFile [Pipeline] step [2020-10-26T20:17:15.153Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:17:15.706Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-26T20:17:15.706Z] . [Pipeline] withDockerContainer [2020-10-26T20:17:15.869Z] prd-centos7-docker-4c-2g-8979 does not seem to be running inside a container [2020-10-26T20:17:15.953Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/216 -v /w/workspace/edgex-go/216:/w/workspace/edgex-go/216:rw,z -v /w/workspace/edgex-go/216@tmp:/w/workspace/edgex-go/216@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T20:17:16.977Z] $ docker top 392c10f31e5f6f3181f37537c3044122db930046d0ee638ae4caae62259c8b7c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-26T20:17:18.016Z] + + tee/klar [2020-10-26T20:17:18.016Z] nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:70c918de78a758e1281f9e18824a6a08fc9647aa [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-26T20:17:22.472Z] $ docker stop --time=1 392c10f31e5f6f3181f37537c3044122db930046d0ee638ae4caae62259c8b7c [2020-10-26T20:17:24.152Z] $ docker rm -f 392c10f31e5f6f3181f37537c3044122db930046d0ee638ae4caae62259c8b7c [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:17:24.832Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-26T20:17:24.832Z] . [Pipeline] withDockerContainer [2020-10-26T20:17:25.039Z] prd-centos7-docker-4c-2g-8979 does not seem to be running inside a container [2020-10-26T20:17:25.099Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/216 -v /w/workspace/edgex-go/216:/w/workspace/edgex-go/216:rw,z -v /w/workspace/edgex-go/216@tmp:/w/workspace/edgex-go/216@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T20:17:26.182Z] $ docker top 44287962717e0e88d2efacfcc2f6f8c1cac272a5871c78f62ffaa07299f67bfe -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-26T20:17:27.246Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:70c918de78a758e1281f9e18824a6a08fc9647aa [2020-10-26T20:17:27.246Z] + tee [2020-10-26T20:17:27.246Z] clair timeout 1m0s [2020-10-26T20:17:27.246Z] docker timeout: 1m0s [2020-10-26T20:17:27.246Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-26T20:17:28.024Z] $ docker stop --time=1 44287962717e0e88d2efacfcc2f6f8c1cac272a5871c78f62ffaa07299f67bfe [2020-10-26T20:17:29.497Z] $ docker rm -f 44287962717e0e88d2efacfcc2f6f8c1cac272a5871c78f62ffaa07299f67bfe [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-26T20:17:30.195Z] + mkdir -p /w/workspace/edgex-go/216/clair-reports [Pipeline] echo [2020-10-26T20:17:30.210Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/216/clair-reports/clair_results_docker-security-proxy-setup-go-arm64_70c918de78a758e1281f9e18824a6a08fc9647aa.html [Pipeline] writeFile [Pipeline] step [2020-10-26T20:17:30.281Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:17:30.683Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-26T20:17:30.683Z] . [Pipeline] withDockerContainer [2020-10-26T20:17:30.810Z] prd-centos7-docker-4c-2g-8979 does not seem to be running inside a container [2020-10-26T20:17:30.971Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/216 -v /w/workspace/edgex-go/216:/w/workspace/edgex-go/216:rw,z -v /w/workspace/edgex-go/216@tmp:/w/workspace/edgex-go/216@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T20:17:31.931Z] $ docker top b79121c56363239517ac87cd2ddfc32ac15f971f0bfdb0e6c1be2b6868ef3aaf -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-26T20:17:32.584Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:70c918de78a758e1281f9e18824a6a08fc9647aa [2020-10-26T20:17:32.584Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-26T20:17:41.057Z] $ docker stop --time=1 b79121c56363239517ac87cd2ddfc32ac15f971f0bfdb0e6c1be2b6868ef3aaf [2020-10-26T20:17:42.567Z] $ docker rm -f b79121c56363239517ac87cd2ddfc32ac15f971f0bfdb0e6c1be2b6868ef3aaf [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:17:43.110Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-26T20:17:43.110Z] . [Pipeline] withDockerContainer [2020-10-26T20:17:43.269Z] prd-centos7-docker-4c-2g-8979 does not seem to be running inside a container [2020-10-26T20:17:43.331Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/216 -v /w/workspace/edgex-go/216:/w/workspace/edgex-go/216:rw,z -v /w/workspace/edgex-go/216@tmp:/w/workspace/edgex-go/216@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T20:17:44.177Z] $ docker top 9cfaf3ba9ce30a0d228981ce57233d85e5259b9562fa5489f395f99e68dfd789 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-26T20:17:44.780Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:70c918de78a758e1281f9e18824a6a08fc9647aa [2020-10-26T20:17:44.780Z] + tee [2020-10-26T20:17:44.780Z] clair timeout 1m0s [2020-10-26T20:17:44.780Z] docker timeout: 1m0s [2020-10-26T20:17:44.780Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-26T20:17:46.345Z] $ docker stop --time=1 9cfaf3ba9ce30a0d228981ce57233d85e5259b9562fa5489f395f99e68dfd789 [2020-10-26T20:17:47.840Z] $ docker rm -f 9cfaf3ba9ce30a0d228981ce57233d85e5259b9562fa5489f395f99e68dfd789 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-26T20:17:48.382Z] + mkdir -p /w/workspace/edgex-go/216/clair-reports [Pipeline] echo [2020-10-26T20:17:48.397Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/216/clair-reports/clair_results_docker-security-secrets-setup-go-arm64_70c918de78a758e1281f9e18824a6a08fc9647aa.html [Pipeline] writeFile [Pipeline] step [2020-10-26T20:17:48.530Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:17:48.867Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-26T20:17:48.867Z] . [Pipeline] withDockerContainer [2020-10-26T20:17:49.053Z] prd-centos7-docker-4c-2g-8979 does not seem to be running inside a container [2020-10-26T20:17:49.122Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/216 -v /w/workspace/edgex-go/216:/w/workspace/edgex-go/216:rw,z -v /w/workspace/edgex-go/216@tmp:/w/workspace/edgex-go/216@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T20:17:50.371Z] $ docker top 71c49f90347be2c09737c8a95feab853f0edddd6faae64953babd241268e52a4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-26T20:17:51.152Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:70c918de78a758e1281f9e18824a6a08fc9647aa [2020-10-26T20:17:51.152Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-26T20:17:59.537Z] $ docker stop --time=1 71c49f90347be2c09737c8a95feab853f0edddd6faae64953babd241268e52a4 [2020-10-26T20:18:00.996Z] $ docker rm -f 71c49f90347be2c09737c8a95feab853f0edddd6faae64953babd241268e52a4 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:18:01.578Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-26T20:18:01.578Z] . [Pipeline] withDockerContainer [2020-10-26T20:18:01.806Z] prd-centos7-docker-4c-2g-8979 does not seem to be running inside a container [2020-10-26T20:18:01.910Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/216 -v /w/workspace/edgex-go/216:/w/workspace/edgex-go/216:rw,z -v /w/workspace/edgex-go/216@tmp:/w/workspace/edgex-go/216@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T20:18:03.032Z] $ docker top 30bad05d3c60c7110cf2342b2b2ed5f6b0dcca2e1ba19cd9d0289bdec9b2c7af -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-26T20:18:03.749Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:70c918de78a758e1281f9e18824a6a08fc9647aa [2020-10-26T20:18:03.749Z] + tee [2020-10-26T20:18:03.749Z] clair timeout 1m0s [2020-10-26T20:18:03.749Z] docker timeout: 1m0s [2020-10-26T20:18:03.749Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-26T20:18:05.296Z] $ docker stop --time=1 30bad05d3c60c7110cf2342b2b2ed5f6b0dcca2e1ba19cd9d0289bdec9b2c7af [2020-10-26T20:18:06.717Z] $ docker rm -f 30bad05d3c60c7110cf2342b2b2ed5f6b0dcca2e1ba19cd9d0289bdec9b2c7af [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-26T20:18:07.305Z] + mkdir -p /w/workspace/edgex-go/216/clair-reports [Pipeline] echo [2020-10-26T20:18:07.324Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/216/clair-reports/clair_results_docker-security-secretstore-setup-go-arm64_70c918de78a758e1281f9e18824a6a08fc9647aa.html [Pipeline] writeFile [Pipeline] step [2020-10-26T20:18:07.381Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:18:07.833Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-26T20:18:07.833Z] . [Pipeline] withDockerContainer [2020-10-26T20:18:08.002Z] prd-centos7-docker-4c-2g-8979 does not seem to be running inside a container [2020-10-26T20:18:08.063Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/216 -v /w/workspace/edgex-go/216:/w/workspace/edgex-go/216:rw,z -v /w/workspace/edgex-go/216@tmp:/w/workspace/edgex-go/216@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T20:18:09.071Z] $ docker top e98e46301bfaebea25692ee92666dae1542b74888ef3f5f0d483efb143cd0b5e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-26T20:18:09.903Z] + tee [2020-10-26T20:18:09.903Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:70c918de78a758e1281f9e18824a6a08fc9647aa [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-26T20:18:13.547Z] $ docker stop --time=1 e98e46301bfaebea25692ee92666dae1542b74888ef3f5f0d483efb143cd0b5e [2020-10-26T20:18:15.025Z] $ docker rm -f e98e46301bfaebea25692ee92666dae1542b74888ef3f5f0d483efb143cd0b5e [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:18:15.564Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-26T20:18:15.564Z] . [Pipeline] withDockerContainer [2020-10-26T20:18:15.683Z] prd-centos7-docker-4c-2g-8979 does not seem to be running inside a container [2020-10-26T20:18:15.737Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/216 -v /w/workspace/edgex-go/216:/w/workspace/edgex-go/216:rw,z -v /w/workspace/edgex-go/216@tmp:/w/workspace/edgex-go/216@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T20:18:16.568Z] $ docker top 9b2437edd71224a5c62ff850822818625707e064b7c89cd8fce326a1f36260fd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-26T20:18:17.301Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:70c918de78a758e1281f9e18824a6a08fc9647aa [2020-10-26T20:18:17.301Z] + tee [2020-10-26T20:18:17.301Z] clair timeout 1m0s [2020-10-26T20:18:17.301Z] docker timeout: 1m0s [2020-10-26T20:18:17.301Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-26T20:18:18.411Z] $ docker stop --time=1 9b2437edd71224a5c62ff850822818625707e064b7c89cd8fce326a1f36260fd [2020-10-26T20:18:19.859Z] $ docker rm -f 9b2437edd71224a5c62ff850822818625707e064b7c89cd8fce326a1f36260fd [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-26T20:18:20.410Z] + mkdir -p /w/workspace/edgex-go/216/clair-reports [Pipeline] echo [2020-10-26T20:18:20.432Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/216/clair-reports/clair_results_docker-support-logging-go-arm64_70c918de78a758e1281f9e18824a6a08fc9647aa.html [Pipeline] writeFile [Pipeline] step [2020-10-26T20:18:20.489Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:18:20.876Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-26T20:18:20.876Z] . [Pipeline] withDockerContainer [2020-10-26T20:18:21.039Z] prd-centos7-docker-4c-2g-8979 does not seem to be running inside a container [2020-10-26T20:18:21.158Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/216 -v /w/workspace/edgex-go/216:/w/workspace/edgex-go/216:rw,z -v /w/workspace/edgex-go/216@tmp:/w/workspace/edgex-go/216@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T20:18:22.186Z] $ docker top f9035ed99025050f357b2a81832e110fcd51447be9862024cbb5b343f207b71f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-26T20:18:22.856Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:70c918de78a758e1281f9e18824a6a08fc9647aa [2020-10-26T20:18:22.856Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-26T20:18:28.517Z] $ docker stop --time=1 f9035ed99025050f357b2a81832e110fcd51447be9862024cbb5b343f207b71f [2020-10-26T20:18:29.913Z] $ docker rm -f f9035ed99025050f357b2a81832e110fcd51447be9862024cbb5b343f207b71f [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:18:30.473Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-26T20:18:30.473Z] . [Pipeline] withDockerContainer [2020-10-26T20:18:30.674Z] prd-centos7-docker-4c-2g-8979 does not seem to be running inside a container [2020-10-26T20:18:30.757Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/216 -v /w/workspace/edgex-go/216:/w/workspace/edgex-go/216:rw,z -v /w/workspace/edgex-go/216@tmp:/w/workspace/edgex-go/216@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T20:18:31.863Z] $ docker top fa746dcdc83fd99800da7d90bb03cff117b67e327a0736115fdb441446881bb3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-26T20:18:32.565Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:70c918de78a758e1281f9e18824a6a08fc9647aa [2020-10-26T20:18:32.565Z] + tee [2020-10-26T20:18:32.565Z] clair timeout 1m0s [2020-10-26T20:18:32.565Z] docker timeout: 1m0s [2020-10-26T20:18:32.565Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-26T20:18:33.656Z] $ docker stop --time=1 fa746dcdc83fd99800da7d90bb03cff117b67e327a0736115fdb441446881bb3 [2020-10-26T20:18:35.085Z] $ docker rm -f fa746dcdc83fd99800da7d90bb03cff117b67e327a0736115fdb441446881bb3 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-26T20:18:35.620Z] + mkdir -p /w/workspace/edgex-go/216/clair-reports [Pipeline] echo [2020-10-26T20:18:35.637Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/216/clair-reports/clair_results_docker-support-notifications-go-arm64_70c918de78a758e1281f9e18824a6a08fc9647aa.html [Pipeline] writeFile [Pipeline] step [2020-10-26T20:18:35.702Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:18:36.283Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-26T20:18:36.283Z] . [Pipeline] withDockerContainer [2020-10-26T20:18:36.510Z] prd-centos7-docker-4c-2g-8979 does not seem to be running inside a container [2020-10-26T20:18:36.706Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/216 -v /w/workspace/edgex-go/216:/w/workspace/edgex-go/216:rw,z -v /w/workspace/edgex-go/216@tmp:/w/workspace/edgex-go/216@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T20:18:37.915Z] $ docker top 4145df4c210a01dc61e9cfdcb755889ffdddacd88435998b4f9eeb0b1856ca60 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-26T20:18:38.638Z] + tee [2020-10-26T20:18:38.638Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:70c918de78a758e1281f9e18824a6a08fc9647aa [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-26T20:18:41.400Z] $ docker stop --time=1 4145df4c210a01dc61e9cfdcb755889ffdddacd88435998b4f9eeb0b1856ca60 [2020-10-26T20:18:42.952Z] $ docker rm -f 4145df4c210a01dc61e9cfdcb755889ffdddacd88435998b4f9eeb0b1856ca60 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:18:43.492Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-26T20:18:43.492Z] . [Pipeline] withDockerContainer [2020-10-26T20:18:43.625Z] prd-centos7-docker-4c-2g-8979 does not seem to be running inside a container [2020-10-26T20:18:43.696Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/216 -v /w/workspace/edgex-go/216:/w/workspace/edgex-go/216:rw,z -v /w/workspace/edgex-go/216@tmp:/w/workspace/edgex-go/216@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T20:18:44.650Z] $ docker top ef4d64f5bf378d339fea48d9fbcbc2f000829e3b594fb7353bd4d29c8fc21e73 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-26T20:18:45.204Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:70c918de78a758e1281f9e18824a6a08fc9647aa [2020-10-26T20:18:45.205Z] + tee [2020-10-26T20:18:45.205Z] clair timeout 1m0s [2020-10-26T20:18:45.205Z] docker timeout: 1m0s [2020-10-26T20:18:45.205Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-26T20:18:45.923Z] $ docker stop --time=1 ef4d64f5bf378d339fea48d9fbcbc2f000829e3b594fb7353bd4d29c8fc21e73 [2020-10-26T20:18:47.407Z] $ docker rm -f ef4d64f5bf378d339fea48d9fbcbc2f000829e3b594fb7353bd4d29c8fc21e73 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-26T20:18:47.993Z] + mkdir -p /w/workspace/edgex-go/216/clair-reports [Pipeline] echo [2020-10-26T20:18:48.011Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/216/clair-reports/clair_results_docker-support-scheduler-go-arm64_70c918de78a758e1281f9e18824a6a08fc9647aa.html [Pipeline] writeFile [Pipeline] step [2020-10-26T20:18:48.068Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:18:48.486Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-26T20:18:48.486Z] . [Pipeline] withDockerContainer [2020-10-26T20:18:48.701Z] prd-centos7-docker-4c-2g-8979 does not seem to be running inside a container [2020-10-26T20:18:48.817Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/216 -v /w/workspace/edgex-go/216:/w/workspace/edgex-go/216:rw,z -v /w/workspace/edgex-go/216@tmp:/w/workspace/edgex-go/216@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T20:18:49.852Z] $ docker top acb7992088724c644bc80eb2fc0b66a4618a10385a0a0b42e2cb78e0c8091c7f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-26T20:18:50.641Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:70c918de78a758e1281f9e18824a6a08fc9647aa [2020-10-26T20:18:50.641Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-26T20:19:05.906Z] $ docker stop --time=1 acb7992088724c644bc80eb2fc0b66a4618a10385a0a0b42e2cb78e0c8091c7f [2020-10-26T20:19:07.496Z] $ docker rm -f acb7992088724c644bc80eb2fc0b66a4618a10385a0a0b42e2cb78e0c8091c7f [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:19:08.054Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-26T20:19:08.054Z] . [Pipeline] withDockerContainer [2020-10-26T20:19:08.212Z] prd-centos7-docker-4c-2g-8979 does not seem to be running inside a container [2020-10-26T20:19:08.377Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/216 -v /w/workspace/edgex-go/216:/w/workspace/edgex-go/216:rw,z -v /w/workspace/edgex-go/216@tmp:/w/workspace/edgex-go/216@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T20:19:09.371Z] $ docker top 6824488746b8292dcb0c798ef9a9478189a205dcb6529f174bfa82752ad1cf20 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-26T20:19:10.320Z] + tee [2020-10-26T20:19:10.320Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:70c918de78a758e1281f9e18824a6a08fc9647aa [2020-10-26T20:19:10.320Z] clair timeout 1m0s [2020-10-26T20:19:10.320Z] docker timeout: 1m0s [2020-10-26T20:19:10.320Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-26T20:19:12.374Z] $ docker stop --time=1 6824488746b8292dcb0c798ef9a9478189a205dcb6529f174bfa82752ad1cf20 [2020-10-26T20:19:13.863Z] $ docker rm -f 6824488746b8292dcb0c798ef9a9478189a205dcb6529f174bfa82752ad1cf20 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-26T20:19:14.402Z] + mkdir -p /w/workspace/edgex-go/216/clair-reports [Pipeline] echo [2020-10-26T20:19:14.420Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/216/clair-reports/clair_results_docker-sys-mgmt-agent-go-arm64_70c918de78a758e1281f9e18824a6a08fc9647aa.html [Pipeline] writeFile [Pipeline] step [2020-10-26T20:19:14.486Z] Archiving artifacts [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2020-10-26T20:19:14.993Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-26T20:19:15.044Z] provisioning config files... [2020-10-26T20:19:15.076Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/216@tmp/config6598600384490947733tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-10-26T20:19:15.638Z] --> edgex-publish-swagger.sh [2020-10-26T20:19:15.638Z] === Publish openapi/v1 API === [2020-10-26T20:19:15.638Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2020-10-26T20:19:15.638Z] [publishToSwagger] Publishing API Name [core-command] [2020-10-26T20:19:15.638Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-26T20:19:15.638Z] Dload Upload Total Spent Left Speed [2020-10-26T20:19:17.124Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10521 0 0 100 10521 0 7422 0:00:01 0:00:01 --:--:-- 7430 100 10521 0 0 100 10521 0 7420 0:00:01 0:00:01 --:--:-- 7430 [2020-10-26T20:19:17.124Z] [2020-10-26T20:19:17.124Z] [2020-10-26T20:19:17.124Z] [publishToSwagger] Publishing API Name [core-data] [2020-10-26T20:19:17.124Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-26T20:19:17.124Z] Dload Upload Total Spent Left Speed [2020-10-26T20:19:18.600Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32556 0 0 100 32556 0 26499 0:00:01 0:00:01 --:--:-- 26511 100 32556 0 0 100 32556 0 24938 0:00:01 0:00:01 --:--:-- 24928 100 32556 0 0 100 32556 0 24934 0:00:01 0:00:01 --:--:-- 24928 [2020-10-26T20:19:18.600Z] [2020-10-26T20:19:18.600Z] [2020-10-26T20:19:18.600Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-10-26T20:19:18.600Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-26T20:19:18.600Z] Dload Upload Total Spent Left Speed [2020-10-26T20:19:19.560Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73720 0 0 100 73720 0 62922 0:00:01 0:00:01 --:--:-- 62954 100 73720 0 0 100 73720 0 62908 0:00:01 0:00:01 --:--:-- 62954 [2020-10-26T20:19:19.561Z] [2020-10-26T20:19:19.561Z] [2020-10-26T20:19:19.561Z] [publishToSwagger] Publishing API Name [support-logging] [2020-10-26T20:19:19.561Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-26T20:19:19.561Z] Dload Upload Total Spent Left Speed [2020-10-26T20:19:20.969Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13580 0 0 100 13580 0 10907 0:00:01 0:00:01 --:--:-- 10916 100 13580 0 0 100 13580 0 9927 0:00:01 0:00:01 --:--:-- 9934 [2020-10-26T20:19:20.969Z] [2020-10-26T20:19:20.969Z] [2020-10-26T20:19:20.969Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-10-26T20:19:20.969Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-26T20:19:20.969Z] Dload Upload Total Spent Left Speed [2020-10-26T20:19:22.364Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38889 0 0 100 38889 0 31488 0:00:01 0:00:01 --:--:-- 31514 100 38889 0 0 100 38889 0 26765 0:00:01 0:00:01 --:--:-- 26764 100 38889 0 0 100 38889 0 26761 0:00:01 0:00:01 --:--:-- 26764 [2020-10-26T20:19:22.364Z] [2020-10-26T20:19:22.364Z] [2020-10-26T20:19:22.630Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-10-26T20:19:22.630Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-26T20:19:22.630Z] Dload Upload Total Spent Left Speed [2020-10-26T20:19:23.588Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14248 0 0 100 14248 0 13151 0:00:01 0:00:01 --:--:-- 13156 100 14248 0 0 100 14248 0 13148 0:00:01 0:00:01 --:--:-- 13156 [2020-10-26T20:19:23.588Z] [2020-10-26T20:19:23.588Z] [2020-10-26T20:19:23.588Z] [publishToSwagger] Publishing API Name [system-agent] [2020-10-26T20:19:23.588Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-26T20:19:23.588Z] Dload Upload Total Spent Left Speed [2020-10-26T20:19:25.037Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4109 0 0 100 4109 0 3293 0:00:01 0:00:01 --:--:-- 3295 100 4109 0 0 100 4109 0 3289 0:00:01 0:00:01 --:--:-- 3292 [2020-10-26T20:19:25.037Z] [2020-10-26T20:19:25.037Z] [2020-10-26T20:19:25.037Z] === Publish openapi/v2 API === [2020-10-26T20:19:25.037Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2020-10-26T20:19:25.037Z] [publishToSwagger] Publishing API Name [core-command] [2020-10-26T20:19:25.037Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-26T20:19:25.037Z] Dload Upload Total Spent Left Speed [2020-10-26T20:19:26.040Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29535 0 0 100 29535 0 25343 0:00:01 0:00:01 --:--:-- 25351 100 29535 0 0 100 29535 0 25338 0:00:01 0:00:01 --:--:-- 25351 [2020-10-26T20:19:26.040Z] [2020-10-26T20:19:26.040Z] [2020-10-26T20:19:26.040Z] [publishToSwagger] Publishing API Name [core-data] [2020-10-26T20:19:26.040Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-26T20:19:26.040Z] Dload Upload Total Spent Left Speed [2020-10-26T20:19:27.291Z] 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 56260 0:00:01 0:00:01 --:--:-- 56289 [2020-10-26T20:19:27.291Z] [2020-10-26T20:19:27.291Z] [2020-10-26T20:19:27.291Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-10-26T20:19:27.291Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-26T20:19:27.291Z] Dload Upload Total Spent Left Speed [2020-10-26T20:19:28.541Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 119k 0 0 100 119k 0 99303 0:00:01 0:00:01 --:--:-- 99250 100 119k 0 0 100 119k 0 99279 0:00:01 0:00:01 --:--:-- 99250 [2020-10-26T20:19:28.541Z] [2020-10-26T20:19:28.541Z] [2020-10-26T20:19:28.541Z] [publishToSwagger] Publishing API Name [support-logging] [2020-10-26T20:19:28.541Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-26T20:19:28.541Z] Dload Upload Total Spent Left Speed [2020-10-26T20:19:29.981Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23691 0 0 100 23691 0 21048 0:00:01 0:00:01 --:--:-- 21058 100 23691 0 0 100 23691 0 21041 0:00:01 0:00:01 --:--:-- 21058 [2020-10-26T20:19:29.981Z] [2020-10-26T20:19:29.981Z] [2020-10-26T20:19:29.981Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-10-26T20:19:29.981Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-26T20:19:29.981Z] Dload Upload Total Spent Left Speed [2020-10-26T20:19:30.736Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 62691 0 0 100 62691 0 58104 0:00:01 0:00:01 --:--:-- 58154 100 62691 0 0 100 62691 0 58085 0:00:01 0:00:01 --:--:-- 58101 [2020-10-26T20:19:30.736Z] [2020-10-26T20:19:30.736Z] [2020-10-26T20:19:30.736Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-10-26T20:19:30.736Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-26T20:19:30.736Z] Dload Upload Total Spent Left Speed [2020-10-26T20:19:32.184Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 46198 0 0 100 46198 0 37220 0:00:01 0:00:01 --:--:-- 37256 100 46198 0 0 100 46198 0 37209 0:00:01 0:00:01 --:--:-- 37226 [2020-10-26T20:19:32.184Z] [2020-10-26T20:19:32.184Z] [2020-10-26T20:19:32.184Z] [publishToSwagger] Publishing API Name [system-agent] [2020-10-26T20:19:32.184Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-26T20:19:32.184Z] Dload Upload Total Spent Left Speed [2020-10-26T20:19:33.070Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 23725 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23725 0 0 100 23725 0 22073 0:00:01 0:00:01 --:--:-- 22090 [2020-10-26T20:19:33.070Z] [2020-10-26T20:19:33.070Z] [Pipeline] } [2020-10-26T20:19:33.072Z] 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-26T20:19:34.202Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-26T20:19:34.202Z] . [Pipeline] withDockerContainer [2020-10-26T20:19:34.436Z] prd-centos7-docker-4c-2g-8979 does not seem to be running inside a container [2020-10-26T20:19:34.507Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/216 -v /w/workspace/edgex-go/216:/w/workspace/edgex-go/216:rw,z -v /w/workspace/edgex-go/216@tmp:/w/workspace/edgex-go/216@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T20:19:35.731Z] $ docker top 617b12c426f4258452e6aa72a41ca5199737a614b202a91ac5fe5aaa7bec91fb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-26T20:19:36.278Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-26T20:19:36.278Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-26T20:19:36.754Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-26T20:19:36.762Z] $ docker exec 617b12c426f4258452e6aa72a41ca5199737a614b202a91ac5fe5aaa7bec91fb ssh-agent [2020-10-26T20:19:37.335Z] SSH_AUTH_SOCK=/tmp/ssh-OI1MWxWukDkc/agent.12 [2020-10-26T20:19:37.335Z] SSH_AGENT_PID=17 [2020-10-26T20:19:37.351Z] Running ssh-add (command line suppressed) [2020-10-26T20:19:37.547Z] Identity added: /w/workspace/edgex-go/216@tmp/private_key_2069509001424261694.key (/w/workspace/edgex-go/216@tmp/private_key_2069509001424261694.key) [2020-10-26T20:19:37.694Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-26T20:19:38.371Z] + git semver tag [2020-10-26T20:19:38.371Z] # -> Open(): unable to determine branch for HEAD [2020-10-26T20:19:38.371Z] # $GIT_DIR = /w/workspace/edgex-go/216/.git [2020-10-26T20:19:38.371Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/216 [2020-10-26T20:19:38.371Z] # $SEMVER_REMOTE_NAME = origin [2020-10-26T20:19:38.371Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-26T20:19:38.371Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-26T20:19:38.371Z] # $SEMVER_BRANCH = master [2020-10-26T20:19:38.371Z] # $SEMVER_DIR = /w/workspace/edgex-go/216/.semver [2020-10-26T20:19:38.371Z] # 70c918de78a758e1281f9e18824a6a08fc9647aa HEAD [2020-10-26T20:19:39.344Z] # -> Force: false [2020-10-26T20:19:39.344Z] # ece8b9ae6f23d508b0a6a6d94211d945ccc03c0a refs/tags/v1.2.2-dev.100 [Pipeline] } [2020-10-26T20:19:39.369Z] $ docker exec --env ******** --env ******** 617b12c426f4258452e6aa72a41ca5199737a614b202a91ac5fe5aaa7bec91fb ssh-agent -k [2020-10-26T20:19:39.608Z] unset SSH_AUTH_SOCK; [2020-10-26T20:19:39.608Z] unset SSH_AGENT_PID; [2020-10-26T20:19:39.608Z] echo Agent pid 17 killed; [2020-10-26T20:19:39.683Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-26T20:19:40.207Z] + git semver [Pipeline] } [2020-10-26T20:19:40.497Z] $ docker stop --time=1 617b12c426f4258452e6aa72a41ca5199737a614b202a91ac5fe5aaa7bec91fb [2020-10-26T20:19:42.175Z] $ docker rm -f 617b12c426f4258452e6aa72a41ca5199737a614b202a91ac5fe5aaa7bec91fb [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:19:42.867Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-26T20:19:42.867Z] [2020-10-26T20:19:42.867Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:19:43.255Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-26T20:19:43.537Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-10-26T20:19:43.537Z] ab5ef0e58194: Pulling fs layer [2020-10-26T20:19:43.537Z] 9712f1f96733: Pulling fs layer [2020-10-26T20:19:43.537Z] 63f879dbbcfc: Pulling fs layer [2020-10-26T20:19:43.537Z] 0d9ebad4ef96: Pulling fs layer [2020-10-26T20:19:43.537Z] e9a5061849ea: Pulling fs layer [2020-10-26T20:19:43.537Z] d747dcd14b5f: Pulling fs layer [2020-10-26T20:19:43.537Z] 2de7ff778b66: Pulling fs layer [2020-10-26T20:19:43.537Z] e9a5061849ea: Waiting [2020-10-26T20:19:43.537Z] d747dcd14b5f: Waiting [2020-10-26T20:19:43.537Z] 2de7ff778b66: Waiting [2020-10-26T20:19:43.537Z] 0d9ebad4ef96: Waiting [2020-10-26T20:19:43.537Z] 9712f1f96733: Verifying Checksum [2020-10-26T20:19:43.537Z] 9712f1f96733: Download complete [2020-10-26T20:19:49.322Z] 63f879dbbcfc: Verifying Checksum [2020-10-26T20:19:49.322Z] 63f879dbbcfc: Download complete [2020-10-26T20:19:49.322Z] e9a5061849ea: Verifying Checksum [2020-10-26T20:19:49.322Z] e9a5061849ea: Download complete [2020-10-26T20:19:49.322Z] d747dcd14b5f: Verifying Checksum [2020-10-26T20:19:49.322Z] d747dcd14b5f: Download complete [2020-10-26T20:19:50.360Z] 0d9ebad4ef96: Verifying Checksum [2020-10-26T20:19:50.360Z] 0d9ebad4ef96: Download complete [2020-10-26T20:19:50.360Z] 2de7ff778b66: Verifying Checksum [2020-10-26T20:19:50.360Z] 2de7ff778b66: Download complete [2020-10-26T20:19:50.644Z] ab5ef0e58194: Verifying Checksum [2020-10-26T20:19:50.644Z] ab5ef0e58194: Download complete [2020-10-26T20:19:57.435Z] ab5ef0e58194: Pull complete [2020-10-26T20:19:57.435Z] 9712f1f96733: Pull complete [2020-10-26T20:19:59.444Z] 63f879dbbcfc: Pull complete [2020-10-26T20:20:09.681Z] 0d9ebad4ef96: Pull complete [2020-10-26T20:20:11.639Z] e9a5061849ea: Pull complete [2020-10-26T20:20:11.911Z] d747dcd14b5f: Pull complete [2020-10-26T20:20:14.607Z] 2de7ff778b66: Pull complete [2020-10-26T20:20:14.607Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-10-26T20:20:14.607Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-26T20:20:14.607Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-10-26T20:20:14.936Z] prd-centos7-docker-4c-2g-8979 does not seem to be running inside a container [2020-10-26T20:20:15.024Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/216 -v /w/workspace/edgex-go/216:/w/workspace/edgex-go/216:rw,z -v /w/workspace/edgex-go/216@tmp:/w/workspace/edgex-go/216@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T20:20:19.080Z] $ docker top 26cf4a0b14d8bf1dfb65853819d8b6175b7095e422e3b5e79a4efef57c427d2e -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-10-26T20:20:19.509Z] provisioning config files... [2020-10-26T20:20:19.528Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/216@tmp/config6189566760708880977tmp [2020-10-26T20:20:19.568Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/216@tmp/config7556599154254998324tmp [2020-10-26T20:20:19.597Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/216@tmp/config7649854432151423568tmp [Pipeline] { [Pipeline] echo [2020-10-26T20:20:19.665Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-26T20:20:20.349Z] ---> sigul-configuration.sh [2020-10-26T20:20:20.349Z] gpg: directory `/root/.gnupg' created [2020-10-26T20:20:20.349Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-10-26T20:20:20.349Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-10-26T20:20:20.349Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-10-26T20:20:20.349Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-10-26T20:20:20.349Z] gpg: CAST5 encrypted data [2020-10-26T20:20:20.644Z] gpg: encrypted with 1 passphrase [2020-10-26T20:20:20.644Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-10-26T20:20:21.579Z] + mkdir /home/jenkins [2020-10-26T20:20:21.579Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-10-26T20:20:22.883Z] + 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-26T20:20:22.928Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-26T20:20:23.642Z] ---> sigul-install.sh [2020-10-26T20:20:30.444Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-10-26T20:20:30.764Z] + git tag --list [2020-10-26T20:20:31.044Z] 0.6.0 [2020-10-26T20:20:31.044Z] 0.6.1 [2020-10-26T20:20:31.044Z] 0.7.0 [2020-10-26T20:20:31.044Z] 0.7.1 [2020-10-26T20:20:31.044Z] v1.0.0 [2020-10-26T20:20:31.044Z] v1.0.1 [2020-10-26T20:20:31.044Z] v1.1.0 [2020-10-26T20:20:31.044Z] v1.2.0 [2020-10-26T20:20:31.044Z] v1.2.1 [2020-10-26T20:20:31.044Z] v1.2.2-dev.1 [2020-10-26T20:20:31.044Z] v1.2.2-dev.10 [2020-10-26T20:20:31.044Z] v1.2.2-dev.100 [2020-10-26T20:20:31.044Z] v1.2.2-dev.11 [2020-10-26T20:20:31.044Z] v1.2.2-dev.12 [2020-10-26T20:20:31.044Z] v1.2.2-dev.13 [2020-10-26T20:20:31.044Z] v1.2.2-dev.14 [2020-10-26T20:20:31.044Z] v1.2.2-dev.15 [2020-10-26T20:20:31.044Z] v1.2.2-dev.16 [2020-10-26T20:20:31.044Z] v1.2.2-dev.17 [2020-10-26T20:20:31.044Z] v1.2.2-dev.18 [2020-10-26T20:20:31.044Z] v1.2.2-dev.19 [2020-10-26T20:20:31.044Z] v1.2.2-dev.2 [2020-10-26T20:20:31.044Z] v1.2.2-dev.20 [2020-10-26T20:20:31.044Z] v1.2.2-dev.21 [2020-10-26T20:20:31.044Z] v1.2.2-dev.22 [2020-10-26T20:20:31.044Z] v1.2.2-dev.23 [2020-10-26T20:20:31.044Z] v1.2.2-dev.24 [2020-10-26T20:20:31.044Z] v1.2.2-dev.25 [2020-10-26T20:20:31.044Z] v1.2.2-dev.26 [2020-10-26T20:20:31.044Z] v1.2.2-dev.27 [2020-10-26T20:20:31.044Z] v1.2.2-dev.28 [2020-10-26T20:20:31.044Z] v1.2.2-dev.29 [2020-10-26T20:20:31.044Z] v1.2.2-dev.3 [2020-10-26T20:20:31.044Z] v1.2.2-dev.30 [2020-10-26T20:20:31.044Z] v1.2.2-dev.31 [2020-10-26T20:20:31.044Z] v1.2.2-dev.32 [2020-10-26T20:20:31.044Z] v1.2.2-dev.33 [2020-10-26T20:20:31.044Z] v1.2.2-dev.34 [2020-10-26T20:20:31.044Z] v1.2.2-dev.35 [2020-10-26T20:20:31.044Z] v1.2.2-dev.36 [2020-10-26T20:20:31.044Z] v1.2.2-dev.37 [2020-10-26T20:20:31.044Z] v1.2.2-dev.38 [2020-10-26T20:20:31.044Z] v1.2.2-dev.39 [2020-10-26T20:20:31.044Z] v1.2.2-dev.4 [2020-10-26T20:20:31.044Z] v1.2.2-dev.40 [2020-10-26T20:20:31.044Z] v1.2.2-dev.41 [2020-10-26T20:20:31.044Z] v1.2.2-dev.42 [2020-10-26T20:20:31.044Z] v1.2.2-dev.43 [2020-10-26T20:20:31.044Z] v1.2.2-dev.44 [2020-10-26T20:20:31.044Z] v1.2.2-dev.45 [2020-10-26T20:20:31.044Z] v1.2.2-dev.46 [2020-10-26T20:20:31.044Z] v1.2.2-dev.47 [2020-10-26T20:20:31.044Z] v1.2.2-dev.48 [2020-10-26T20:20:31.044Z] v1.2.2-dev.49 [2020-10-26T20:20:31.044Z] v1.2.2-dev.5 [2020-10-26T20:20:31.044Z] v1.2.2-dev.50 [2020-10-26T20:20:31.044Z] v1.2.2-dev.51 [2020-10-26T20:20:31.044Z] v1.2.2-dev.52 [2020-10-26T20:20:31.044Z] v1.2.2-dev.53 [2020-10-26T20:20:31.044Z] v1.2.2-dev.54 [2020-10-26T20:20:31.044Z] v1.2.2-dev.55 [2020-10-26T20:20:31.044Z] v1.2.2-dev.56 [2020-10-26T20:20:31.044Z] v1.2.2-dev.57 [2020-10-26T20:20:31.044Z] v1.2.2-dev.58 [2020-10-26T20:20:31.044Z] v1.2.2-dev.59 [2020-10-26T20:20:31.044Z] v1.2.2-dev.6 [2020-10-26T20:20:31.044Z] v1.2.2-dev.60 [2020-10-26T20:20:31.044Z] v1.2.2-dev.61 [2020-10-26T20:20:31.044Z] v1.2.2-dev.62 [2020-10-26T20:20:31.044Z] v1.2.2-dev.63 [2020-10-26T20:20:31.044Z] v1.2.2-dev.64 [2020-10-26T20:20:31.044Z] v1.2.2-dev.65 [2020-10-26T20:20:31.044Z] v1.2.2-dev.66 [2020-10-26T20:20:31.044Z] v1.2.2-dev.67 [2020-10-26T20:20:31.044Z] v1.2.2-dev.68 [2020-10-26T20:20:31.044Z] v1.2.2-dev.69 [2020-10-26T20:20:31.044Z] v1.2.2-dev.7 [2020-10-26T20:20:31.044Z] v1.2.2-dev.70 [2020-10-26T20:20:31.044Z] v1.2.2-dev.71 [2020-10-26T20:20:31.044Z] v1.2.2-dev.72 [2020-10-26T20:20:31.044Z] v1.2.2-dev.73 [2020-10-26T20:20:31.044Z] v1.2.2-dev.74 [2020-10-26T20:20:31.044Z] v1.2.2-dev.75 [2020-10-26T20:20:31.044Z] v1.2.2-dev.76 [2020-10-26T20:20:31.044Z] v1.2.2-dev.77 [2020-10-26T20:20:31.044Z] v1.2.2-dev.78 [2020-10-26T20:20:31.044Z] v1.2.2-dev.79 [2020-10-26T20:20:31.044Z] v1.2.2-dev.8 [2020-10-26T20:20:31.044Z] v1.2.2-dev.80 [2020-10-26T20:20:31.044Z] v1.2.2-dev.81 [2020-10-26T20:20:31.044Z] v1.2.2-dev.82 [2020-10-26T20:20:31.044Z] v1.2.2-dev.83 [2020-10-26T20:20:31.044Z] v1.2.2-dev.84 [2020-10-26T20:20:31.044Z] v1.2.2-dev.85 [2020-10-26T20:20:31.044Z] v1.2.2-dev.86 [2020-10-26T20:20:31.044Z] v1.2.2-dev.87 [2020-10-26T20:20:31.044Z] v1.2.2-dev.88 [2020-10-26T20:20:31.044Z] v1.2.2-dev.89 [2020-10-26T20:20:31.044Z] v1.2.2-dev.9 [2020-10-26T20:20:31.044Z] v1.2.2-dev.90 [2020-10-26T20:20:31.044Z] v1.2.2-dev.91 [2020-10-26T20:20:31.044Z] v1.2.2-dev.92 [2020-10-26T20:20:31.044Z] v1.2.2-dev.93 [2020-10-26T20:20:31.044Z] v1.2.2-dev.94 [2020-10-26T20:20:31.044Z] v1.2.2-dev.95 [2020-10-26T20:20:31.044Z] v1.2.2-dev.96 [2020-10-26T20:20:31.044Z] v1.2.2-dev.97 [2020-10-26T20:20:31.044Z] v1.2.2-dev.98 [2020-10-26T20:20:31.044Z] v1.2.2-dev.99 [Pipeline] sh [2020-10-26T20:20:31.376Z] + lftools sign git-tag v1.2.2-dev.100 [2020-10-26T20:20:33.343Z] Signing Git tag with Sigul... [2020-10-26T20:20:33.343Z] Signing v1.2.2-dev.100 [Pipeline] echo [2020-10-26T20:20:34.821Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-26T20:20:35.332Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-10-26T20:20:35.347Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-10-26T20:20:35.444Z] $ docker stop --time=1 26cf4a0b14d8bf1dfb65853819d8b6175b7095e422e3b5e79a4efef57c427d2e [2020-10-26T20:20:37.487Z] $ docker rm -f 26cf4a0b14d8bf1dfb65853819d8b6175b7095e422e3b5e79a4efef57c427d2e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:20:38.425Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-26T20:20:38.425Z] . [Pipeline] withDockerContainer [2020-10-26T20:20:38.655Z] prd-centos7-docker-4c-2g-8979 does not seem to be running inside a container [2020-10-26T20:20:38.737Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/216 -v /w/workspace/edgex-go/216:/w/workspace/edgex-go/216:rw,z -v /w/workspace/edgex-go/216@tmp:/w/workspace/edgex-go/216@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T20:20:39.617Z] $ docker top 72510a076c34c9d8431c7467aa84eedaa9e7a87c5435b9367d8f7d0c8bed3da7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-26T20:20:39.978Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-26T20:20:39.978Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-26T20:20:40.239Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-26T20:20:40.246Z] $ docker exec 72510a076c34c9d8431c7467aa84eedaa9e7a87c5435b9367d8f7d0c8bed3da7 ssh-agent [2020-10-26T20:20:40.502Z] SSH_AUTH_SOCK=/tmp/ssh-u4V2bzO6iljv/agent.12 [2020-10-26T20:20:40.502Z] SSH_AGENT_PID=17 [2020-10-26T20:20:40.512Z] Running ssh-add (command line suppressed) [2020-10-26T20:20:40.672Z] Identity added: /w/workspace/edgex-go/216@tmp/private_key_8194853497088493792.key (/w/workspace/edgex-go/216@tmp/private_key_8194853497088493792.key) [2020-10-26T20:20:40.742Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-26T20:20:41.167Z] + git semver bump pre [2020-10-26T20:20:41.476Z] # -> Open(): unable to determine branch for HEAD [2020-10-26T20:20:41.476Z] # $GIT_DIR = /w/workspace/edgex-go/216/.git [2020-10-26T20:20:41.476Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/216 [2020-10-26T20:20:41.476Z] # $SEMVER_REMOTE_NAME = origin [2020-10-26T20:20:41.476Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-26T20:20:41.476Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-26T20:20:41.476Z] # $SEMVER_BRANCH = master [2020-10-26T20:20:41.476Z] # $SEMVER_DIR = /w/workspace/edgex-go/216/.semver [2020-10-26T20:20:41.476Z] 1.2.2-dev.101 [Pipeline] } [2020-10-26T20:20:41.498Z] $ docker exec --env ******** --env ******** 72510a076c34c9d8431c7467aa84eedaa9e7a87c5435b9367d8f7d0c8bed3da7 ssh-agent -k [2020-10-26T20:20:41.714Z] unset SSH_AUTH_SOCK; [2020-10-26T20:20:41.714Z] unset SSH_AGENT_PID; [2020-10-26T20:20:41.714Z] echo Agent pid 17 killed; [2020-10-26T20:20:41.796Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-26T20:20:42.353Z] + git semver [Pipeline] } [2020-10-26T20:20:42.374Z] $ docker stop --time=1 72510a076c34c9d8431c7467aa84eedaa9e7a87c5435b9367d8f7d0c8bed3da7 [2020-10-26T20:20:43.884Z] $ docker rm -f 72510a076c34c9d8431c7467aa84eedaa9e7a87c5435b9367d8f7d0c8bed3da7 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:20:44.504Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-26T20:20:44.504Z] . [Pipeline] withDockerContainer [2020-10-26T20:20:44.629Z] prd-centos7-docker-4c-2g-8979 does not seem to be running inside a container [2020-10-26T20:20:44.685Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/216 -v /w/workspace/edgex-go/216:/w/workspace/edgex-go/216:rw,z -v /w/workspace/edgex-go/216@tmp:/w/workspace/edgex-go/216@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T20:20:45.729Z] $ docker top 3919cf58fe9bdeabdb9d2fcff01b1c42b4843416ae431934be6c758b2d62b2b4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-26T20:20:46.112Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-26T20:20:46.112Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-26T20:20:46.375Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-26T20:20:46.398Z] $ docker exec 3919cf58fe9bdeabdb9d2fcff01b1c42b4843416ae431934be6c758b2d62b2b4 ssh-agent [2020-10-26T20:20:46.654Z] SSH_AUTH_SOCK=/tmp/ssh-fS8aHYGFOa9d/agent.11 [2020-10-26T20:20:46.654Z] SSH_AGENT_PID=16 [2020-10-26T20:20:46.706Z] Running ssh-add (command line suppressed) [2020-10-26T20:20:46.892Z] Identity added: /w/workspace/edgex-go/216@tmp/private_key_366660406253598949.key (/w/workspace/edgex-go/216@tmp/private_key_366660406253598949.key) [2020-10-26T20:20:46.983Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-26T20:20:47.343Z] + git semver push [2020-10-26T20:20:47.343Z] # -> Open(): unable to determine branch for HEAD [2020-10-26T20:20:47.343Z] # $GIT_DIR = /w/workspace/edgex-go/216/.git [2020-10-26T20:20:47.343Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/216 [2020-10-26T20:20:47.343Z] # $SEMVER_REMOTE_NAME = origin [2020-10-26T20:20:47.343Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-26T20:20:47.343Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-26T20:20:47.343Z] # $SEMVER_BRANCH = master [2020-10-26T20:20:47.343Z] # $SEMVER_DIR = /w/workspace/edgex-go/216/.semver [Pipeline] } [2020-10-26T20:21:00.003Z] $ docker exec --env ******** --env ******** 3919cf58fe9bdeabdb9d2fcff01b1c42b4843416ae431934be6c758b2d62b2b4 ssh-agent -k [2020-10-26T20:21:00.478Z] unset SSH_AUTH_SOCK; [2020-10-26T20:21:00.479Z] unset SSH_AGENT_PID; [2020-10-26T20:21:00.479Z] echo Agent pid 16 killed; [2020-10-26T20:21:00.632Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-26T20:21:01.265Z] + git semver [Pipeline] } [2020-10-26T20:21:01.352Z] $ docker stop --time=1 3919cf58fe9bdeabdb9d2fcff01b1c42b4843416ae431934be6c758b2d62b2b4 [2020-10-26T20:21:03.059Z] $ docker rm -f 3919cf58fe9bdeabdb9d2fcff01b1c42b4843416ae431934be6c758b2d62b2b4 [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-26T20:21:04.243Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-26T20:21:05.402Z] ---> package-listing.sh [2020-10-26T20:21:05.402Z] ++ facter osfamily [2020-10-26T20:21:05.402Z] ++ tr '[:upper:]' '[:lower:]' [2020-10-26T20:21:05.402Z] + OS_FAMILY=redhat [2020-10-26T20:21:05.402Z] + workspace=/w/workspace/edgex-go/216 [2020-10-26T20:21:05.402Z] + START_PACKAGES=/tmp/packages_start.txt [2020-10-26T20:21:05.402Z] + END_PACKAGES=/tmp/packages_end.txt [2020-10-26T20:21:05.402Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-10-26T20:21:05.402Z] + PACKAGES=/tmp/packages_start.txt [2020-10-26T20:21:05.402Z] + '[' /w/workspace/edgex-go/216 ']' [2020-10-26T20:21:05.402Z] + PACKAGES=/tmp/packages_end.txt [2020-10-26T20:21:05.402Z] + case "${OS_FAMILY}" in [2020-10-26T20:21:05.402Z] + rpm -qa [2020-10-26T20:21:05.402Z] + sort [2020-10-26T20:21:11.036Z] + '[' -f /tmp/packages_start.txt ']' [2020-10-26T20:21:11.036Z] + '[' -f /tmp/packages_end.txt ']' [2020-10-26T20:21:11.036Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-10-26T20:21:11.036Z] + '[' /w/workspace/edgex-go/216 ']' [2020-10-26T20:21:11.036Z] + mkdir -p /w/workspace/edgex-go/216/archives/ [2020-10-26T20:21:11.036Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/216/archives/ [Pipeline] echo [2020-10-26T20:21:11.054Z] 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/216/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-10-26T20:21:11.357Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:21:11.775Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-26T20:21:11.775Z] [2020-10-26T20:21:11.775Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:21:12.182Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-26T20:21:12.475Z] alpine: Pulling from edgex-lftools-log-publisher [2020-10-26T20:21:12.475Z] df20fa9351a1: Already exists [2020-10-26T20:21:12.475Z] 36b3adc4ff6f: Pulling fs layer [2020-10-26T20:21:12.475Z] 8ad3a11d3b57: Pulling fs layer [2020-10-26T20:21:12.475Z] 46f8f816bc3b: Pulling fs layer [2020-10-26T20:21:12.475Z] 93b61091891f: Pulling fs layer [2020-10-26T20:21:12.475Z] 93b9cdb0e59b: Pulling fs layer [2020-10-26T20:21:12.475Z] 5e14af77c1be: Pulling fs layer [2020-10-26T20:21:12.475Z] 01666e4c0597: Pulling fs layer [2020-10-26T20:21:12.475Z] aa168da1d23b: Pulling fs layer [2020-10-26T20:21:12.475Z] 93b9cdb0e59b: Waiting [2020-10-26T20:21:12.475Z] 5e14af77c1be: Waiting [2020-10-26T20:21:12.475Z] 01666e4c0597: Waiting [2020-10-26T20:21:12.475Z] aa168da1d23b: Waiting [2020-10-26T20:21:12.475Z] 93b61091891f: Waiting [2020-10-26T20:21:12.475Z] 46f8f816bc3b: Verifying Checksum [2020-10-26T20:21:12.475Z] 46f8f816bc3b: Download complete [2020-10-26T20:21:12.475Z] 36b3adc4ff6f: Verifying Checksum [2020-10-26T20:21:12.475Z] 36b3adc4ff6f: Download complete [2020-10-26T20:21:12.475Z] 93b9cdb0e59b: Verifying Checksum [2020-10-26T20:21:12.475Z] 93b9cdb0e59b: Download complete [2020-10-26T20:21:12.475Z] 5e14af77c1be: Verifying Checksum [2020-10-26T20:21:12.475Z] 5e14af77c1be: Download complete [2020-10-26T20:21:12.475Z] 01666e4c0597: Verifying Checksum [2020-10-26T20:21:12.475Z] 01666e4c0597: Download complete [2020-10-26T20:21:12.763Z] 93b61091891f: Verifying Checksum [2020-10-26T20:21:12.763Z] 93b61091891f: Download complete [2020-10-26T20:21:13.060Z] 36b3adc4ff6f: Pull complete [2020-10-26T20:21:13.887Z] 8ad3a11d3b57: Verifying Checksum [2020-10-26T20:21:13.887Z] 8ad3a11d3b57: Download complete [2020-10-26T20:21:15.431Z] 8ad3a11d3b57: Pull complete [2020-10-26T20:21:15.782Z] 46f8f816bc3b: Pull complete [2020-10-26T20:21:16.245Z] 93b61091891f: Pull complete [2020-10-26T20:21:16.947Z] 93b9cdb0e59b: Pull complete [2020-10-26T20:21:17.238Z] 5e14af77c1be: Pull complete [2020-10-26T20:21:17.957Z] 01666e4c0597: Pull complete [2020-10-26T20:21:22.862Z] aa168da1d23b: Verifying Checksum [2020-10-26T20:21:22.862Z] aa168da1d23b: Download complete [2020-10-26T20:21:33.106Z] aa168da1d23b: Pull complete [2020-10-26T20:21:33.106Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-10-26T20:21:33.106Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-26T20:21:33.106Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-10-26T20:21:33.484Z] prd-centos7-docker-4c-2g-8979 does not seem to be running inside a container [2020-10-26T20:21:33.581Z] $ 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/216/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/216 -v /w/workspace/edgex-go/216:/w/workspace/edgex-go/216:rw,z -v /w/workspace/edgex-go/216@tmp:/w/workspace/edgex-go/216@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T20:21:37.002Z] $ docker top 22a1d5a7103ca7384ac8ccd59aa40e670c9d86cfb09baca7357f4315c57fdfd8 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-26T20:21:37.989Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-10-26T20:21:38.300Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-10-26T20:21:38.605Z] + ls /var/log/sa-host [2020-10-26T20:21:38.605Z] + sadf -c /var/log/sa-host/sa05 [2020-10-26T20:21:38.605Z] file_magic: OK [2020-10-26T20:21:38.605Z] HZ: Using current value: 100 [2020-10-26T20:21:38.605Z] file_header: OK [2020-10-26T20:21:38.605Z] 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-26T20:21:38.605Z] Statistics: [2020-10-26T20:21:38.605Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-26T20:21:38.605Z] File successfully converted to sysstat format version 12.2.1 [2020-10-26T20:21:38.605Z] + sadf -c /var/log/sa-host/sa26 [2020-10-26T20:21:38.605Z] file_magic: OK [2020-10-26T20:21:38.605Z] HZ: Using current value: 100 [2020-10-26T20:21:38.605Z] file_header: OK [2020-10-26T20:21:38.605Z] 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-26T20:21:38.605Z] Statistics: [2020-10-26T20:21:38.605Z] 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... [2020-10-26T20:21:38.605Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-26T20:21:39.286Z] provisioning config files... [2020-10-26T20:21:39.307Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/216@tmp/config1011432722493026384tmp [Pipeline] { [Pipeline] echo [2020-10-26T20:21:39.378Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-26T20:21:40.033Z] ---> create-netrc.sh [Pipeline] } [2020-10-26T20:21:40.050Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-10-26T20:21:40.185Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-26T20:21:40.532Z] ---> python-tools-install.sh [Pipeline] echo [2020-10-26T20:21:40.545Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-26T20:21:40.855Z] ---> sudo-logs.sh [2020-10-26T20:21:40.855Z] Archiving 'sudo' log.. [Pipeline] echo [2020-10-26T20:21:40.872Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-26T20:21:41.176Z] ---> job-cost.sh [2020-10-26T20:21:41.176Z] lf-activate-venv: SKIPPING [2020-10-26T20:21:41.176Z] INFO: No Stack... [2020-10-26T20:21:43.141Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-10-26T20:21:43.404Z] INFO: Archiving Costs [Pipeline] echo [2020-10-26T20:21:43.419Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-26T20:21:43.815Z] ---> logs-deploy.sh [2020-10-26T20:21:43.815Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/216 [2020-10-26T20:21:43.815Z] INFO: archiving workspace using pattern(s): [2020-10-26T20:21:45.759Z] Archives upload complete. [2020-10-26T20:21:45.759Z] INFO: archiving logs to Nexus [2020-10-26T20:21:47.165Z] ---> uname -a: [2020-10-26T20:21:47.165Z] Linux prd-centos7-docker-4c-2g-8979.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux [2020-10-26T20:21:47.165Z] [2020-10-26T20:21:47.165Z] [2020-10-26T20:21:47.165Z] ---> lscpu: [2020-10-26T20:21:47.165Z] Architecture: x86_64 [2020-10-26T20:21:47.166Z] CPU op-mode(s): 32-bit, 64-bit [2020-10-26T20:21:47.166Z] Byte Order: Little Endian [2020-10-26T20:21:47.166Z] Address sizes: 40 bits physical, 48 bits virtual [2020-10-26T20:21:47.166Z] CPU(s): 4 [2020-10-26T20:21:47.166Z] On-line CPU(s) list: 0-3 [2020-10-26T20:21:47.166Z] Thread(s) per core: 1 [2020-10-26T20:21:47.166Z] Core(s) per socket: 1 [2020-10-26T20:21:47.166Z] Socket(s): 4 [2020-10-26T20:21:47.166Z] NUMA node(s): 1 [2020-10-26T20:21:47.166Z] Vendor ID: GenuineIntel [2020-10-26T20:21:47.166Z] CPU family: 6 [2020-10-26T20:21:47.166Z] Model: 44 [2020-10-26T20:21:47.166Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-10-26T20:21:47.166Z] Stepping: 1 [2020-10-26T20:21:47.166Z] CPU MHz: 2933.438 [2020-10-26T20:21:47.166Z] BogoMIPS: 5866.87 [2020-10-26T20:21:47.166Z] Virtualization: VT-x [2020-10-26T20:21:47.166Z] Hypervisor vendor: KVM [2020-10-26T20:21:47.166Z] Virtualization type: full [2020-10-26T20:21:47.166Z] L1d cache: 128 KiB [2020-10-26T20:21:47.166Z] L1i cache: 128 KiB [2020-10-26T20:21:47.166Z] L2 cache: 16 MiB [2020-10-26T20:21:47.166Z] L3 cache: 64 MiB [2020-10-26T20:21:47.166Z] NUMA node0 CPU(s): 0-3 [2020-10-26T20:21:47.166Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-10-26T20:21:47.166Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-10-26T20:21:47.166Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-10-26T20:21:47.166Z] Vulnerability Meltdown: Mitigation; PTI [2020-10-26T20:21:47.166Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-10-26T20:21:47.166Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-10-26T20:21:47.166Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-10-26T20:21:47.166Z] Vulnerability Tsx async abort: Not affected [2020-10-26T20:21:47.166Z] 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-26T20:21:47.166Z] [2020-10-26T20:21:47.166Z] [2020-10-26T20:21:47.166Z] ---> nproc: [2020-10-26T20:21:47.166Z] 4 [2020-10-26T20:21:47.166Z] [2020-10-26T20:21:47.166Z] [2020-10-26T20:21:47.166Z] ---> df -h: [2020-10-26T20:21:47.166Z] Filesystem Size Used Available Use% Mounted on [2020-10-26T20:21:47.166Z] overlay 50.0G 12.8G 37.2G 26% / [2020-10-26T20:21:47.166Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-10-26T20:21:47.166Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-10-26T20:21:47.166Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-10-26T20:21:47.166Z] /dev/vda1 50.0G 12.8G 37.2G 26% /facter-os [2020-10-26T20:21:47.166Z] /dev/vda1 50.0G 12.8G 37.2G 26% /etc/resolv.conf [2020-10-26T20:21:47.166Z] /dev/vda1 50.0G 12.8G 37.2G 26% /etc/hostname [2020-10-26T20:21:47.166Z] /dev/vda1 50.0G 12.8G 37.2G 26% /etc/hosts [2020-10-26T20:21:47.166Z] /dev/vda1 50.0G 12.8G 37.2G 26% /var/log/sa-host [2020-10-26T20:21:47.166Z] /dev/vda1 50.0G 12.8G 37.2G 26% /var/log/secure [2020-10-26T20:21:47.166Z] /dev/vda1 50.0G 12.8G 37.2G 26% /var/log/auth.log [2020-10-26T20:21:47.166Z] /dev/vda1 50.0G 12.8G 37.2G 26% /run/cloud-init/result.json [2020-10-26T20:21:47.166Z] /dev/vda1 50.0G 12.8G 37.2G 26% /w/workspace/edgex-go/216 [2020-10-26T20:21:47.166Z] /dev/vda1 50.0G 12.8G 37.2G 26% /w/workspace/edgex-go/216@tmp [2020-10-26T20:21:47.166Z] [2020-10-26T20:21:47.166Z] [2020-10-26T20:21:47.166Z] ---> free -m: [2020-10-26T20:21:47.166Z] total used free shared buff/cache available [2020-10-26T20:21:47.166Z] Mem: 1837 758 144 0 934 1034 [2020-10-26T20:21:47.166Z] Swap: 1023 48 975 [2020-10-26T20:21:47.166Z] [2020-10-26T20:21:47.166Z] [2020-10-26T20:21:47.166Z] ---> ip addr: [2020-10-26T20:21:47.166Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-10-26T20:21:47.166Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-10-26T20:21:47.166Z] inet 127.0.0.1/8 scope host lo [2020-10-26T20:21:47.166Z] valid_lft forever preferred_lft forever [2020-10-26T20:21:47.166Z] inet6 ::1/128 scope host [2020-10-26T20:21:47.166Z] valid_lft forever preferred_lft forever [2020-10-26T20:21:47.166Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2020-10-26T20:21:47.166Z] link/ether fa:16:3e:06:df:6d brd ff:ff:ff:ff:ff:ff [2020-10-26T20:21:47.166Z] inet 10.30.122.33/23 brd 10.30.123.255 scope global dynamic eth0 [2020-10-26T20:21:47.166Z] valid_lft 84875sec preferred_lft 84875sec [2020-10-26T20:21:47.166Z] inet6 fe80::f816:3eff:fe06:df6d/64 scope link [2020-10-26T20:21:47.166Z] valid_lft forever preferred_lft forever [2020-10-26T20:21:47.166Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2020-10-26T20:21:47.166Z] link/ether 02:42:09:2f:61:ea brd ff:ff:ff:ff:ff:ff [2020-10-26T20:21:47.166Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2020-10-26T20:21:47.166Z] valid_lft forever preferred_lft forever [2020-10-26T20:21:47.166Z] inet6 fe80::42:9ff:fe2f:61ea/64 scope link [2020-10-26T20:21:47.166Z] valid_lft forever preferred_lft forever [2020-10-26T20:21:47.166Z] [2020-10-26T20:21:47.166Z] [2020-10-26T20:21:47.166Z] ---> sar -b -r -n DEV: [2020-10-26T20:21:47.166Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/26/20 _x86_64_ (4 CPU) [2020-10-26T20:21:47.166Z] [2020-10-26T20:21:47.166Z] 19:55:54 LINUX RESTART (4 CPU) [2020-10-26T20:21:47.166Z] [2020-10-26T20:21:47.166Z] 19:57:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2020-10-26T20:21:47.166Z] 19:58:01 108.09 59.59 48.50 0.00 4773.16 35618.97 0.00 [2020-10-26T20:21:47.166Z] 19:59:02 58.67 21.27 37.40 0.00 4725.30 8138.31 0.00 [2020-10-26T20:21:47.166Z] 20:00:01 123.54 74.61 48.93 0.00 6132.30 23539.22 0.00 [2020-10-26T20:21:47.166Z] 20:01:01 109.81 20.86 88.96 0.00 1420.39 27573.43 0.00 [2020-10-26T20:21:47.166Z] 20:02:02 203.27 35.62 167.65 0.00 2622.09 38662.39 0.00 [2020-10-26T20:21:47.166Z] 20:03:01 938.34 774.00 164.34 0.00 65673.57 110693.77 0.00 [2020-10-26T20:21:47.166Z] 20:04:02 2193.98 1942.88 251.10 0.00 99295.92 109739.26 0.00 [2020-10-26T20:21:47.166Z] 20:05:01 306.71 97.12 209.58 0.00 22003.28 43464.34 0.00 [2020-10-26T20:21:47.166Z] 20:06:02 2131.85 1835.11 296.74 0.00 105766.74 132174.51 0.00 [2020-10-26T20:21:47.166Z] 20:07:01 893.39 651.80 241.59 0.00 38759.62 53048.01 0.00 [2020-10-26T20:21:47.166Z] 20:08:02 173.30 21.94 151.36 0.00 3864.80 10007.00 0.00 [2020-10-26T20:21:47.166Z] 20:09:01 18.16 6.19 11.97 0.00 1668.46 246.42 0.00 [2020-10-26T20:21:47.166Z] 20:10:01 2.05 0.08 1.96 0.00 1.20 38.07 0.00 [2020-10-26T20:21:47.166Z] 20:11:01 2.03 1.86 0.17 0.00 60.83 1.73 0.00 [2020-10-26T20:21:47.166Z] 20:12:01 0.78 0.03 0.75 0.00 1.07 15.40 0.00 [2020-10-26T20:21:47.166Z] 20:13:01 2.36 0.17 2.20 0.00 3.46 57.38 0.00 [2020-10-26T20:21:47.166Z] 20:14:01 303.48 158.85 144.63 0.00 7907.65 34662.28 0.00 [2020-10-26T20:21:47.166Z] 20:15:01 25.93 0.93 25.00 0.00 67.21 445.06 0.00 [2020-10-26T20:21:47.166Z] 20:16:02 22.51 0.25 22.26 0.00 5.32 424.04 0.00 [2020-10-26T20:21:47.166Z] 20:17:01 24.39 2.81 21.58 0.00 36.80 396.14 0.00 [2020-10-26T20:21:47.166Z] 20:18:01 25.06 1.68 23.38 0.00 93.33 427.08 0.00 [2020-10-26T20:21:47.166Z] 20:19:01 24.37 0.45 23.92 0.00 93.70 440.29 0.00 [2020-10-26T20:21:47.166Z] 20:20:01 71.54 12.82 58.72 0.00 2362.79 17300.42 0.00 [2020-10-26T20:21:47.166Z] 20:21:01 187.31 93.58 93.73 0.00 6433.39 16082.87 0.00 [2020-10-26T20:21:47.166Z] Average: 332.27 243.15 89.12 0.00 15613.32 27672.52 0.00 [2020-10-26T20:21:47.166Z] [2020-10-26T20:21:47.166Z] 19:57:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-10-26T20:21:47.166Z] 19:58:01 78156 0 351652 18.69 2620 1449128 892456 30.46 200368 1450492 1612 [2020-10-26T20:21:47.166Z] 19:59:02 108772 0 578000 30.72 2620 1192164 1306824 44.60 497420 1110172 49432 [2020-10-26T20:21:47.166Z] 20:00:01 70296 0 609316 32.38 2620 1199324 1359868 46.41 680984 961180 76556 [2020-10-26T20:21:47.166Z] 20:01:01 168912 0 626924 33.32 2160 1083560 1315508 44.90 569052 941268 12 [2020-10-26T20:21:47.166Z] 20:02:02 195904 0 716272 38.07 1492 967888 1315348 44.89 591896 834928 73328 [2020-10-26T20:21:47.166Z] 20:03:01 461824 0 655132 34.82 0 764600 2182024 74.47 573116 675784 80 [2020-10-26T20:21:47.166Z] 20:04:02 137884 0 1294428 68.80 0 449244 4219104 143.99 779944 743452 23376 [2020-10-26T20:21:47.166Z] 20:05:01 52868 0 736960 39.17 0 1091728 1956380 66.77 775904 849904 33524 [2020-10-26T20:21:47.166Z] 20:06:02 152000 0 798724 42.45 0 930832 2466524 84.18 672096 872132 28768 [2020-10-26T20:21:47.166Z] 20:07:01 437656 0 665204 35.35 0 778696 1594124 54.40 588636 652836 2680 [2020-10-26T20:21:47.166Z] 20:08:02 325128 0 645332 34.30 0 911096 1397616 47.70 625632 722264 32 [2020-10-26T20:21:47.166Z] 20:09:01 270376 0 650632 34.58 0 960548 1405552 47.97 731180 669768 32 [2020-10-26T20:21:47.166Z] 20:10:01 305284 0 615724 32.72 0 960548 1185224 40.45 699604 669632 12 [2020-10-26T20:21:47.166Z] 20:11:01 307200 0 612628 32.56 0 961728 1154564 39.40 697796 669988 20 [2020-10-26T20:21:47.166Z] 20:12:01 307528 0 612288 32.54 0 961740 1154640 39.41 697628 669996 12 [2020-10-26T20:21:47.166Z] 20:13:01 165712 0 642416 34.14 0 1073428 1353244 46.18 746840 760876 110420 [2020-10-26T20:21:47.166Z] 20:14:01 228216 0 687080 36.52 0 966260 1615540 55.14 687276 723428 44 [2020-10-26T20:21:47.166Z] 20:15:01 192164 0 721132 38.33 0 968260 1996944 68.15 724724 720556 16 [2020-10-26T20:21:47.166Z] 20:16:02 233180 0 679912 36.14 0 968464 1524884 52.04 690672 714584 44 [2020-10-26T20:21:47.166Z] 20:17:01 235248 0 677748 36.02 0 968560 1432220 48.88 691944 711504 44 [2020-10-26T20:21:47.166Z] 20:18:01 267324 0 642984 34.17 0 971248 1242196 42.39 668532 703408 20 [2020-10-26T20:21:47.166Z] 20:19:01 256884 0 650548 34.58 0 974124 1460028 49.83 686980 693708 48 [2020-10-26T20:21:47.166Z] 20:20:01 79784 0 729624 38.78 0 1072148 1674416 57.14 692184 839180 97588 [2020-10-26T20:21:47.166Z] 20:21:01 266296 0 746092 39.65 0 869168 1556968 53.14 531788 751640 44 [2020-10-26T20:21:47.166Z] Average: 221025 0 681115 36.20 480 978937 1615092 55.12 645925 796362 20739 [2020-10-26T20:21:47.166Z] [2020-10-26T20:21:47.166Z] 19:57:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2020-10-26T20:21:47.166Z] 19:58:01 eth0 22.21 12.60 49.44 2.11 0.00 0.00 0.00 0.00 [2020-10-26T20:21:47.166Z] 19:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-26T20:21:47.166Z] 19:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-26T20:21:47.166Z] 19:59:02 eth0 502.53 329.95 3553.99 71.67 0.00 0.00 0.00 0.00 [2020-10-26T20:21:47.166Z] 19:59:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-26T20:21:47.166Z] 19:59:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-26T20:21:47.166Z] 20:00:01 eth0 832.47 832.70 3872.89 104.73 0.00 0.00 0.00 0.00 [2020-10-26T20:21:47.166Z] 20:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-26T20:21:47.167Z] 20:00:01 docker0 710.36 681.40 62.15 2689.83 0.00 0.00 0.00 0.00 [2020-10-26T20:21:47.167Z] 20:01:01 eth0 246.66 198.97 2051.37 19.98 0.00 0.00 0.00 0.00 [2020-10-26T20:21:47.167Z] 20:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-26T20:21:47.167Z] 20:01:01 docker0 58.52 75.07 3.14 360.27 0.00 0.00 0.00 0.00 [2020-10-26T20:21:47.167Z] 20:02:02 eth0 379.02 280.55 3257.87 89.75 0.00 0.00 0.00 0.00 [2020-10-26T20:21:47.167Z] 20:02:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-26T20:21:47.167Z] 20:02:02 docker0 70.76 95.36 5.80 468.13 0.00 0.00 0.00 0.00 [2020-10-26T20:21:47.167Z] 20:03:01 vethcacffb2 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2020-10-26T20:21:47.167Z] 20:03:01 veth0ca28d9 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-26T20:21:47.167Z] 20:03:01 vethf293a15 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-26T20:21:47.167Z] 20:03:01 eth0 20.23 15.73 22.12 8.75 0.00 0.00 0.00 0.00 [2020-10-26T20:21:47.167Z] 20:04:02 vethcacffb2 0.00 0.26 0.00 0.01 0.00 0.00 0.00 0.00 [2020-10-26T20:21:47.167Z] 20:04:02 vethff4f849 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2020-10-26T20:21:47.167Z] 20:04:02 vethbbbafbe 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2020-10-26T20:21:47.167Z] 20:04:02 eth0 42.00 28.18 161.90 9.95 0.00 0.00 0.00 0.00 [2020-10-26T20:21:47.167Z] 20:05:01 vethcacffb2 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-26T20:21:47.167Z] 20:05:01 veth27d6f6c 0.00 0.08 0.00 0.01 0.00 0.00 0.00 0.00 [2020-10-26T20:21:47.167Z] 20:05:01 eth0 35.27 27.20 51.63 59.08 0.00 0.00 0.00 0.00 [2020-10-26T20:21:47.167Z] 20:05:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2020-10-26T20:21:47.167Z] 20:06:02 vethcacffb2 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 [2020-10-26T20:21:47.167Z] 20:06:02 veth2249a59 0.00 0.26 0.00 0.02 0.00 0.00 0.00 0.00 [2020-10-26T20:21:47.167Z] 20:06:02 eth0 54.86 40.79 117.58 17.44 0.00 0.00 0.00 0.00 [2020-10-26T20:21:47.167Z] 20:06:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-26T20:21:47.167Z] 20:07:01 vethcacffb2 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2020-10-26T20:21:47.167Z] 20:07:01 veth712b0c7 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 [2020-10-26T20:21:47.167Z] 20:07:01 eth0 70.86 52.44 148.84 80.74 0.00 0.00 0.00 0.00 [2020-10-26T20:21:47.167Z] 20:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-26T20:21:47.167Z] 20:08:02 eth0 179.26 125.98 506.46 307.27 0.00 0.00 0.00 0.00 [2020-10-26T20:21:47.167Z] 20:08:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-26T20:21:47.167Z] 20:08:02 docker0 894.41 965.49 74.13 4267.75 0.00 0.00 0.00 0.00 [2020-10-26T20:21:47.167Z] 20:09:01 eth0 370.73 377.85 183.53 1474.36 0.00 0.00 0.00 0.00 [2020-10-26T20:21:47.167Z] 20:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-26T20:21:47.167Z] 20:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-26T20:21:47.167Z] 20:10:01 eth0 4.44 4.05 2.69 1.03 0.00 0.00 0.00 0.00 [2020-10-26T20:21:47.167Z] 20:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-26T20:21:47.167Z] 20:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-26T20:21:47.167Z] 20:11:01 eth0 0.60 0.42 0.82 0.03 0.00 0.00 0.00 0.00 [2020-10-26T20:21:47.167Z] 20:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-26T20:21:47.167Z] 20:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-26T20:21:47.167Z] 20:12:01 eth0 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2020-10-26T20:21:47.167Z] 20:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-26T20:21:47.167Z] 20:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-26T20:21:47.167Z] 20:13:01 eth0 196.09 175.91 1865.34 13.62 0.00 0.00 0.00 0.00 [2020-10-26T20:21:47.167Z] 20:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-26T20:21:47.167Z] 20:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-26T20:21:47.167Z] 20:14:01 veth0ea1281 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-26T20:21:47.167Z] 20:14:01 eth0 286.18 251.28 2299.92 73.36 0.00 0.00 0.00 0.00 [2020-10-26T20:21:47.167Z] 20:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-26T20:21:47.167Z] 20:14:01 docker0 45.36 46.04 4.23 236.72 0.00 0.00 0.00 0.00 [2020-10-26T20:21:47.167Z] 20:15:01 eth0 92.05 73.82 89.97 99.43 0.00 0.00 0.00 0.00 [2020-10-26T20:21:47.167Z] 20:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-26T20:21:47.167Z] 20:15:01 veth75d917d 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-26T20:21:47.167Z] 20:15:01 vetha74e79a 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-26T20:21:47.167Z] 20:16:02 veth36c3ab5 0.40 0.38 0.08 0.16 0.00 0.00 0.00 0.00 [2020-10-26T20:21:47.167Z] 20:16:02 eth0 80.13 67.10 89.28 69.40 0.00 0.00 0.00 0.00 [2020-10-26T20:21:47.167Z] 20:16:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-26T20:21:47.167Z] 20:16:02 docker0 946.67 1017.64 80.14 4505.44 0.00 0.00 0.00 0.00 [2020-10-26T20:21:47.167Z] 20:17:01 eth0 66.13 54.64 70.91 69.86 0.00 0.00 0.00 0.00 [2020-10-26T20:21:47.167Z] 20:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-26T20:21:47.167Z] 20:17:01 docker0 2.98 2.72 0.79 1.36 0.00 0.00 0.00 0.00 [2020-10-26T20:21:47.167Z] 20:18:01 eth0 84.19 67.38 87.53 81.30 0.00 0.00 0.00 0.00 [2020-10-26T20:21:47.167Z] 20:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-26T20:21:47.167Z] 20:18:01 docker0 3.36 3.16 0.90 1.55 0.00 0.00 0.00 0.00 [2020-10-26T20:21:47.167Z] 20:19:01 eth0 85.76 67.00 92.97 75.15 0.00 0.00 0.00 0.00 [2020-10-26T20:21:47.167Z] 20:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-26T20:21:47.167Z] 20:19:01 vethba41cb6 0.47 0.70 0.18 0.27 0.00 0.00 0.00 0.00 [2020-10-26T20:21:47.167Z] 20:19:01 docker0 3.54 3.16 0.87 1.56 0.00 0.00 0.00 0.00 [2020-10-26T20:21:47.167Z] 20:20:01 eth0 388.19 349.07 3230.18 99.76 0.00 0.00 0.00 0.00 [2020-10-26T20:21:47.167Z] 20:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-26T20:21:47.167Z] 20:20:01 docker0 0.73 0.65 0.24 0.37 0.00 0.00 0.00 0.00 [2020-10-26T20:21:47.167Z] 20:21:01 eth0 97.59 72.78 259.15 67.63 0.00 0.00 0.00 0.00 [2020-10-26T20:21:47.167Z] 20:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-26T20:21:47.167Z] 20:21:01 veth388fc2d 2.54 2.08 0.56 0.67 0.00 0.00 0.00 0.00 [2020-10-26T20:21:47.167Z] 20:21:01 docker0 24.30 34.43 1.71 199.19 0.00 0.00 0.00 0.00 [2020-10-26T20:21:47.167Z] Average: eth0 172.23 145.82 920.86 119.83 0.00 0.00 0.00 0.00 [2020-10-26T20:21:47.167Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-26T20:21:47.167Z] Average: veth388fc2d 0.11 0.09 0.02 0.03 0.00 0.00 0.00 0.00 [2020-10-26T20:21:47.167Z] Average: docker0 41.01 44.36 3.54 196.75 0.00 0.00 0.00 0.00 [2020-10-26T20:21:47.167Z] [2020-10-26T20:21:47.167Z] [2020-10-26T20:21:47.167Z] ---> sar -P ALL: [2020-10-26T20:21:47.167Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/26/20 _x86_64_ (4 CPU) [2020-10-26T20:21:47.167Z] [2020-10-26T20:21:47.167Z] 19:55:54 LINUX RESTART (4 CPU) [2020-10-26T20:21:47.167Z] [2020-10-26T20:21:47.167Z] 19:57:02 CPU %user %nice %system %iowait %steal %idle [2020-10-26T20:21:47.167Z] 19:58:01 all 7.05 0.00 9.63 7.60 50.54 25.18 [2020-10-26T20:21:47.167Z] 19:58:01 0 8.18 0.00 8.75 8.43 50.71 23.93 [2020-10-26T20:21:47.167Z] 19:58:01 1 5.69 0.00 7.66 7.38 51.32 27.96 [2020-10-26T20:21:47.167Z] 19:58:01 2 7.32 0.00 8.19 7.60 50.50 26.39 [2020-10-26T20:21:47.167Z] 19:58:01 3 7.05 0.00 14.22 6.97 49.56 22.19 [2020-10-26T20:21:47.167Z] 19:59:02 all 12.71 0.00 5.25 2.17 22.11 57.76 [2020-10-26T20:21:47.167Z] 19:59:02 0 12.39 0.00 5.10 1.14 24.23 57.14 [2020-10-26T20:21:47.167Z] 19:59:02 1 12.67 0.00 4.78 1.30 21.73 59.51 [2020-10-26T20:21:47.167Z] 19:59:02 2 12.83 0.00 5.56 2.77 21.49 57.34 [2020-10-26T20:21:47.167Z] 19:59:02 3 12.97 0.00 5.56 3.51 20.96 57.01 [2020-10-26T20:21:47.167Z] 20:00:01 all 8.71 0.00 3.96 1.42 15.09 70.82 [2020-10-26T20:21:47.167Z] 20:00:01 0 8.79 0.00 5.14 1.38 18.19 66.50 [2020-10-26T20:21:47.167Z] 20:00:01 1 5.16 0.00 3.88 1.84 15.08 74.05 [2020-10-26T20:21:47.167Z] 20:00:01 2 10.33 0.00 3.14 1.32 13.06 72.15 [2020-10-26T20:21:47.167Z] 20:00:01 3 10.68 0.00 3.71 1.11 14.09 70.41 [2020-10-26T20:21:47.167Z] 20:01:01 all 3.11 0.00 2.66 0.65 12.19 81.40 [2020-10-26T20:21:47.167Z] 20:01:01 0 3.07 0.00 3.01 0.48 13.37 80.07 [2020-10-26T20:21:47.167Z] 20:01:01 1 3.10 0.00 2.56 1.35 12.41 80.58 [2020-10-26T20:21:47.167Z] 20:01:01 2 3.53 0.00 2.31 0.41 11.32 82.42 [2020-10-26T20:21:47.167Z] 20:01:01 3 2.73 0.00 2.74 0.36 11.66 82.50 [2020-10-26T20:21:47.167Z] 20:02:02 all 7.90 0.00 7.04 4.03 13.70 67.33 [2020-10-26T20:21:47.167Z] 20:02:02 0 7.44 0.00 6.42 2.36 14.07 69.71 [2020-10-26T20:21:47.167Z] 20:02:02 1 9.39 0.00 8.25 4.31 13.74 64.31 [2020-10-26T20:21:47.167Z] 20:02:02 2 7.51 0.00 5.62 4.66 13.38 68.83 [2020-10-26T20:21:47.167Z] 20:02:02 3 7.30 0.00 7.90 4.78 13.59 66.43 [2020-10-26T20:21:47.167Z] 20:03:01 all 11.40 0.00 14.37 6.11 22.70 45.42 [2020-10-26T20:21:47.167Z] 20:03:01 0 8.46 0.00 12.57 5.84 23.06 50.07 [2020-10-26T20:21:47.167Z] 20:03:01 1 12.86 0.00 15.45 7.00 21.84 42.85 [2020-10-26T20:21:47.167Z] 20:03:01 2 13.09 0.00 13.92 5.92 22.44 44.63 [2020-10-26T20:21:47.167Z] 20:03:01 3 11.30 0.00 15.58 5.67 23.47 43.98 [2020-10-26T20:21:47.167Z] 20:04:02 all 22.27 0.00 19.32 20.76 15.68 21.97 [2020-10-26T20:21:47.167Z] 20:04:02 0 22.40 0.00 19.02 20.48 15.43 22.67 [2020-10-26T20:21:47.167Z] 20:04:02 1 22.13 0.00 18.80 21.34 16.09 21.65 [2020-10-26T20:21:47.167Z] 20:04:02 2 22.24 0.00 20.55 21.38 14.97 20.86 [2020-10-26T20:21:47.167Z] 20:04:02 3 22.30 0.00 18.93 19.84 16.26 22.67 [2020-10-26T20:21:47.167Z] 20:05:01 all 54.15 0.00 14.75 8.04 9.85 13.21 [2020-10-26T20:21:47.167Z] 20:05:01 0 55.01 0.00 14.03 9.62 10.23 11.11 [2020-10-26T20:21:47.167Z] 20:05:01 1 53.26 0.00 13.71 7.90 9.90 15.22 [2020-10-26T20:21:47.167Z] 20:05:01 2 54.65 0.00 15.23 8.73 8.49 12.90 [2020-10-26T20:21:47.167Z] 20:05:01 3 53.69 0.00 16.08 5.83 10.80 13.60 [2020-10-26T20:21:47.167Z] 20:06:02 all 26.58 0.00 23.18 12.89 21.51 15.84 [2020-10-26T20:21:47.167Z] 20:06:02 0 24.71 0.00 20.94 14.73 21.94 17.68 [2020-10-26T20:21:47.167Z] 20:06:02 1 27.08 0.00 23.14 13.49 20.63 15.66 [2020-10-26T20:21:47.167Z] 20:06:02 2 27.15 0.00 24.28 11.55 21.51 15.51 [2020-10-26T20:21:47.168Z] 20:06:02 3 27.44 0.00 24.43 11.73 21.98 14.43 [2020-10-26T20:21:47.168Z] 20:07:01 all 54.08 0.00 19.41 10.15 8.17 8.18 [2020-10-26T20:21:47.168Z] 20:07:01 0 53.88 0.00 18.67 12.60 8.45 6.40 [2020-10-26T20:21:47.168Z] 20:07:01 1 55.32 0.00 20.63 9.68 6.86 7.51 [2020-10-26T20:21:47.168Z] 20:07:01 2 52.26 0.00 19.02 8.46 9.15 11.12 [2020-10-26T20:21:47.168Z] 20:07:01 3 54.89 0.00 19.32 9.85 8.24 7.70 [2020-10-26T20:21:47.168Z] 20:08:02 all 8.52 0.00 6.86 6.34 9.19 69.09 [2020-10-26T20:21:47.168Z] 20:08:02 0 10.90 0.00 7.46 5.81 10.35 65.47 [2020-10-26T20:21:47.168Z] 20:08:02 1 7.58 0.00 6.22 4.47 8.53 73.19 [2020-10-26T20:21:47.168Z] 20:08:02 2 9.30 0.00 7.26 8.13 9.23 66.08 [2020-10-26T20:21:47.168Z] 20:08:02 3 6.31 0.00 6.47 6.94 8.66 71.62 [2020-10-26T20:21:47.168Z] [2020-10-26T20:21:47.168Z] 20:08:02 CPU %user %nice %system %iowait %steal %idle [2020-10-26T20:21:47.168Z] 20:09:01 all 8.01 0.00 3.24 0.16 9.93 78.67 [2020-10-26T20:21:47.168Z] 20:09:01 0 7.37 0.00 4.01 0.12 11.29 77.21 [2020-10-26T20:21:47.168Z] 20:09:01 1 8.84 0.00 2.95 0.12 9.75 78.33 [2020-10-26T20:21:47.168Z] 20:09:01 2 7.84 0.00 2.60 0.20 9.86 79.49 [2020-10-26T20:21:47.168Z] 20:09:01 3 7.97 0.00 3.39 0.19 8.82 79.64 [2020-10-26T20:21:47.168Z] 20:10:01 all 0.20 0.00 0.12 0.00 0.39 99.30 [2020-10-26T20:21:47.168Z] 20:10:01 0 0.40 0.00 0.08 0.00 0.43 99.09 [2020-10-26T20:21:47.168Z] 20:10:01 1 0.18 0.00 0.15 0.00 0.43 99.23 [2020-10-26T20:21:47.168Z] 20:10:01 2 0.10 0.00 0.07 0.00 0.45 99.38 [2020-10-26T20:21:47.168Z] 20:10:01 3 0.10 0.00 0.18 0.00 0.23 99.48 [2020-10-26T20:21:47.168Z] 20:11:01 all 0.09 0.00 0.06 0.02 0.18 99.65 [2020-10-26T20:21:47.168Z] 20:11:01 0 0.02 0.00 0.03 0.00 0.18 99.77 [2020-10-26T20:21:47.168Z] 20:11:01 1 0.08 0.00 0.08 0.00 0.23 99.60 [2020-10-26T20:21:47.168Z] 20:11:01 2 0.27 0.00 0.12 0.08 0.18 99.35 [2020-10-26T20:21:47.168Z] 20:11:01 3 0.00 0.00 0.02 0.00 0.12 99.87 [2020-10-26T20:21:47.168Z] 20:12:01 all 0.15 0.00 0.03 0.00 0.09 99.73 [2020-10-26T20:21:47.168Z] 20:12:01 0 0.02 0.00 0.05 0.00 0.10 99.83 [2020-10-26T20:21:47.168Z] 20:12:01 1 0.07 0.00 0.03 0.00 0.07 99.83 [2020-10-26T20:21:47.168Z] 20:12:01 2 0.47 0.00 0.02 0.00 0.08 99.43 [2020-10-26T20:21:47.168Z] 20:12:01 3 0.03 0.00 0.02 0.00 0.12 99.83 [2020-10-26T20:21:47.168Z] 20:13:01 all 0.66 0.00 0.43 0.00 0.90 98.01 [2020-10-26T20:21:47.168Z] 20:13:01 0 0.35 0.00 0.50 0.00 0.99 98.16 [2020-10-26T20:21:47.168Z] 20:13:01 1 0.64 0.00 0.25 0.02 0.80 98.30 [2020-10-26T20:21:47.168Z] 20:13:01 2 1.17 0.00 0.53 0.00 0.98 97.31 [2020-10-26T20:21:47.168Z] 20:13:01 3 0.48 0.00 0.42 0.00 0.82 98.28 [2020-10-26T20:21:47.168Z] 20:14:01 all 7.92 0.00 7.27 4.11 8.25 72.45 [2020-10-26T20:21:47.168Z] 20:14:01 0 6.98 0.00 7.31 4.85 8.79 72.06 [2020-10-26T20:21:47.168Z] 20:14:01 1 8.19 0.00 7.25 3.68 8.21 72.67 [2020-10-26T20:21:47.168Z] 20:14:01 2 8.14 0.00 7.29 4.35 8.02 72.21 [2020-10-26T20:21:47.168Z] 20:14:01 3 8.37 0.00 7.25 3.55 7.97 72.87 [2020-10-26T20:21:47.168Z] 20:15:01 all 2.94 0.00 3.91 0.48 4.13 88.53 [2020-10-26T20:21:47.168Z] 20:15:01 0 3.35 0.00 4.56 0.51 4.23 87.36 [2020-10-26T20:21:47.168Z] 20:15:01 1 2.88 0.00 4.13 0.44 4.08 88.47 [2020-10-26T20:21:47.168Z] 20:15:01 2 2.69 0.00 3.66 0.49 4.22 88.95 [2020-10-26T20:21:47.168Z] 20:15:01 3 2.86 0.00 3.27 0.50 4.01 89.36 [2020-10-26T20:21:47.168Z] 20:16:02 all 2.83 0.00 3.96 0.38 5.84 86.99 [2020-10-26T20:21:47.168Z] 20:16:02 0 3.03 0.00 5.07 0.45 6.15 85.30 [2020-10-26T20:21:47.168Z] 20:16:02 1 2.67 0.00 4.12 0.30 6.23 86.68 [2020-10-26T20:21:47.168Z] 20:16:02 2 2.84 0.00 3.54 0.42 5.78 87.43 [2020-10-26T20:21:47.168Z] 20:16:02 3 2.76 0.00 3.13 0.37 5.21 88.53 [2020-10-26T20:21:47.168Z] 20:17:01 all 2.30 0.00 3.47 0.41 6.30 87.51 [2020-10-26T20:21:47.168Z] 20:17:01 0 2.26 0.00 3.59 0.18 6.84 87.12 [2020-10-26T20:21:47.168Z] 20:17:01 1 2.32 0.00 3.54 0.54 6.10 87.49 [2020-10-26T20:21:47.168Z] 20:17:01 2 2.37 0.00 3.31 0.50 6.40 87.41 [2020-10-26T20:21:47.168Z] 20:17:01 3 2.25 0.00 3.43 0.42 5.86 88.03 [2020-10-26T20:21:47.168Z] 20:18:01 all 2.86 0.00 3.75 0.37 5.42 87.60 [2020-10-26T20:21:47.168Z] 20:18:01 0 3.36 0.00 4.13 0.28 5.34 86.88 [2020-10-26T20:21:47.168Z] 20:18:01 1 2.63 0.00 4.00 0.41 5.71 87.25 [2020-10-26T20:21:47.168Z] 20:18:01 2 2.87 0.00 3.32 0.35 5.27 88.19 [2020-10-26T20:21:47.168Z] 20:18:01 3 2.59 0.00 3.54 0.42 5.36 88.10 [2020-10-26T20:21:47.168Z] 20:19:01 all 2.96 0.00 3.97 0.42 4.14 88.50 [2020-10-26T20:21:47.168Z] 20:19:01 0 3.25 0.00 4.29 0.50 4.39 87.56 [2020-10-26T20:21:47.168Z] 20:19:01 1 2.81 0.00 3.62 0.28 4.00 89.28 [2020-10-26T20:21:47.168Z] 20:19:01 2 3.17 0.00 4.32 0.40 4.29 87.82 [2020-10-26T20:21:47.168Z] 20:19:01 3 2.63 0.00 3.66 0.50 3.90 89.31 [2020-10-26T20:21:47.168Z] [2020-10-26T20:21:47.168Z] 20:19:01 CPU %user %nice %system %iowait %steal %idle [2020-10-26T20:21:47.168Z] 20:20:01 all 4.70 0.00 4.83 0.55 9.85 80.08 [2020-10-26T20:21:47.168Z] 20:20:01 0 5.38 0.00 5.25 0.24 11.02 78.12 [2020-10-26T20:21:47.168Z] 20:20:01 1 3.92 0.00 4.10 0.98 9.12 81.88 [2020-10-26T20:21:47.168Z] 20:20:01 2 4.84 0.00 4.65 0.56 10.02 79.92 [2020-10-26T20:21:47.168Z] 20:20:01 3 4.66 0.00 5.33 0.40 9.24 80.37 [2020-10-26T20:21:47.168Z] 20:21:01 all 7.10 0.00 6.66 2.20 7.44 76.60 [2020-10-26T20:21:47.168Z] 20:21:01 0 6.27 0.00 6.68 2.00 7.73 77.32 [2020-10-26T20:21:47.168Z] 20:21:01 1 10.95 0.00 7.60 3.26 7.26 70.93 [2020-10-26T20:21:47.168Z] 20:21:01 2 5.36 0.00 5.83 1.23 7.36 80.22 [2020-10-26T20:21:47.168Z] 20:21:01 3 5.84 0.00 6.55 2.32 7.42 77.87 [2020-10-26T20:21:47.168Z] Average: all 10.23 0.00 6.79 3.58 11.21 68.19 [2020-10-26T20:21:47.168Z] Average: 0 10.21 0.00 6.78 3.71 11.80 67.49 [2020-10-26T20:21:47.168Z] Average: 1 10.28 0.00 6.73 3.61 11.14 68.24 [2020-10-26T20:21:47.168Z] Average: 2 10.35 0.00 6.61 3.60 11.01 68.43 [2020-10-26T20:21:47.168Z] Average: 3 10.08 0.00 7.06 3.41 10.87 68.58 [2020-10-26T20:21:47.168Z] [2020-10-26T20:21:47.168Z] [2020-10-26T20:21:47.168Z]